===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
gap-4.11.0/etc/convert.pl-415-  print STDERR "convert.pl: Please set GAP_CONVERT_DATE to the upstream document date\n";
gap-4.11.0/etc/convert.pl:416:  return `env LANG=C TZ=UTC date -d "@"$ENV{'SOURCE_DATE_EPOCH'} +"%B %Y"` if (defined($ENV{'SOURCE_DATE_EPOCH'}));
gap-4.11.0/etc/convert.pl-417-  return `env LANG=C TZ=UTC date +"%B %Y"`
##############################################
gap-4.11.0/etc/convert.pl-474-    if ( !(exists $convertbooks{$book}) ) {
gap-4.11.0/etc/convert.pl:475:      my @ls = `ls $gappkg$bdir`;
gap-4.11.0/etc/convert.pl-476-      $convertbooks{$book} 
##############################################
gap-4.11.0/etc/convert.pl-776-    close TTHIN;
gap-4.11.0/etc/convert.pl:777:    `$tthbin -r -i <tthin >tthout 2>/dev/null`; 
gap-4.11.0/etc/convert.pl-778-    open (TTHOUT, "<tthout") || die "Can't read tthout";
##############################################
gap-4.11.0/README.buildsys.md-133-* create `sysinfo.gap` file in the build dir
gap-4.11.0/README.buildsys.md:134:* create a symlink `sysinfo.gap-default$ABI` pointing at `sysinfo.gap`
gap-4.11.0/README.buildsys.md:135:* create a `bin/$GAPARCH/config.h` symlink pointing at `gen/config.h`
gap-4.11.0/README.buildsys.md:136:* create a `bin/$GAPARCH/gac` symlink pointing at `gac`
gap-4.11.0/README.buildsys.md:137:* create a `bin/$GAPARCH/src` symlink pointing at `$srcdir/src`
gap-4.11.0/README.buildsys.md:138:* for out-of-tree builds, it creates a `${builddir}/src/compiled.h` file
gap-4.11.0/README.buildsys.md-139-* ...
##############################################
gap-4.11.0/doc/gapmacrodoc.tex-626-    multiplication dot). Use `\\.' for a full stop inside math mode.  For
gap-4.11.0/doc/gapmacrodoc.tex:627:    example, `\$a.b\$' produces $a.b$ while `\$a\\.b\$' produces $a\.b$.
gap-4.11.0/doc/gapmacrodoc.tex-628-
##############################################
gap-4.11.0/doc/Makefile-29-	  install -o root -g root -m 0644 $$man/*.{html,css,js} $(DOCDIR)/$$man;\
gap-4.11.0/doc/Makefile:30:	  ln -s `readlink $$man/mathjax` $(DOCDIR)/$$man/mathjax;\
gap-4.11.0/doc/Makefile-31-	done
##############################################
gap-4.11.0/hpcgap/lib/fldabnum.gi-969-
gap-4.11.0/hpcgap/lib/fldabnum.gi:970:    # We may assume that either `m' is odd or $4$ divides `m'.
gap-4.11.0/hpcgap/lib/fldabnum.gi-971-    if m mod 4 = 2 then
##############################################
gap-4.11.0/hpcgap/lib/fldabnum.gi-1031-      # More exactly, fixed points occur exactly if there is an element `s' in
gap-4.11.0/hpcgap/lib/fldabnum.gi:1032:      # `stabilizer' which is congruent $-1$ modulo `N2' and congruent $+1$
gap-4.11.0/hpcgap/lib/fldabnum.gi-1033-      # modulo `No'.
##############################################
gap-4.11.0/hpcgap/lib/integer.gi-1004-
gap-4.11.0/hpcgap/lib/integer.gi:1005:    # `log(b)' returns $log_b(n)$ and divides `n' by `b^log(b)'
gap-4.11.0/hpcgap/lib/integer.gi-1006-##      log := function ( b )
##############################################
gap-4.11.0/lib/wordrep.gi-1098-##  is a representation of a list <list> containing at position $i$
gap-4.11.0/lib/wordrep.gi:1099:##  either the string `<string>$i$' or the string `<init>[$i$]',
gap-4.11.0/lib/wordrep.gi-1100-##  where the latter holds if and only if $i$ does not exceed the
##############################################
gap-4.11.0/lib/pcgsperm.gi-67-        # '<G>.translabels' <d> times, enter $z^d$ once, for $d=p_1p_2...p_k$
gap-4.11.0/lib/pcgsperm.gi:68:        # (where $k<=l$).
gap-4.11.0/lib/pcgsperm.gi-69-        if m > 1  then
##############################################
gap-4.11.0/lib/algsc.gi-827-##  $c_1/z e - c_2/z i - c_3/z j - c_4/z k$
gap-4.11.0/lib/algsc.gi:828:##  where $z = c_1^2 - c_2^2 a - c_3^2 b + c_4^2 a b$.
gap-4.11.0/lib/algsc.gi-829-##
##############################################
gap-4.11.0/lib/stbcbckt.gi-1672-##
gap-4.11.0/lib/stbcbckt.gi:1673:##  Compute images `bhg' of `bh' under  $g$ in `trees[<d>].orbit = bE$ ($h\in
gap-4.11.0/lib/stbcbckt.gi-1674-##  E$).
##############################################
gap-4.11.0/lib/stbcbckt.gi-1704-##
gap-4.11.0/lib/stbcbckt.gi:1705:##  Register images `yhg' of `yh' under $g$ in an arbitrary orbit `yE' ($h\in
gap-4.11.0/lib/stbcbckt.gi-1706-##  E$). `yg\in P[f]' is a one-point cell.
##############################################
gap-4.11.0/lib/ctblpope.gi-1625-# \begin{enumerate}
gap-4.11.0/lib/ctblpope.gi:1626:# \item Check if `torso[1]' divides $\|G\|$, `nonfaithful[1]' divides
gap-4.11.0/lib/ctblpope.gi-1627-#       `torso[1]'.
##############################################
gap-4.11.0/lib/cyclotom.gi-301-    # For each prime `p' not dividing `n' we replace
gap-4.11.0/lib/cyclotom.gi:302:    # `E(n)^k' by $ - \sum_{j=1}^{p-1} `E(n*p)^(p*k+j*n)'$.
gap-4.11.0/lib/cyclotom.gi-303-    if quo <> 1 then
##############################################
gap-4.11.0/lib/cyclotom.gi-456-    # `n' is a multiple of $4$ or
gap-4.11.0/lib/cyclotom.gi:457:    # `n' is odd and `root' is a primitive $2 `n'$-th root of unity.)
gap-4.11.0/lib/cyclotom.gi-458-    if num = 1 then
##############################################
gap-4.11.0/lib/cyclotom.gi-470-
gap-4.11.0/lib/cyclotom.gi:471:    # Let $N$ be `n' if `n' is even, and equal to $2 `n'$ otherwise.
gap-4.11.0/lib/cyclotom.gi-472-    # The exponent is determined modulo $N / \gcd( N, `num' )$.
##############################################
gap-4.11.0/lib/cyclotom.gi-493-      # Divide off one of the candidates.
gap-4.11.0/lib/cyclotom.gi:494:      # The quotient is a `g'-th or $2 `g'$-th root of unity,
gap-4.11.0/lib/cyclotom.gi-495-      # which can be identified by recursion.
##############################################
gap-4.11.0/lib/fldabnum.gi-958-
gap-4.11.0/lib/fldabnum.gi:959:    # We may assume that either `m' is odd or $4$ divides `m'.
gap-4.11.0/lib/fldabnum.gi-960-    if m mod 4 = 2 then
##############################################
gap-4.11.0/lib/fldabnum.gi-1020-      # More exactly, fixed points occur exactly if there is an element `s' in
gap-4.11.0/lib/fldabnum.gi:1021:      # `stabilizer' which is congruent $-1$ modulo `N2' and congruent $+1$
gap-4.11.0/lib/fldabnum.gi-1022-      # modulo `No'.
##############################################
gap-4.11.0/lib/combinat.gi-2399-##  $\mu = [ \lambda_1, \lambda_2, \ldots, \lambda_k, \lambda_{k+1}+1, 1^l ]$
gap-4.11.0/lib/combinat.gi:2400:##  (where the last term is omitted if $l = 0$).
gap-4.11.0/lib/combinat.gi-2401-##
##############################################
gap-4.11.0/lib/integer.gi-996-
gap-4.11.0/lib/integer.gi:997:    # `log(b)' returns $log_b(n)$ and divides `n' by `b^log(b)'
gap-4.11.0/lib/integer.gi-998-##      log := function ( b )
##############################################
gap-4.11.0/lib/ctblmoli.gi-92-##
gap-4.11.0/lib/ctblmoli.gi:93:##  For $p(z) = \sum_{i=0}^m c_i z^i$ where $m = u r + n$ with $0\leq n \< r$
gap-4.11.0/lib/ctblmoli.gi-94-##  we have
##############################################
gap-4.11.0/lib/ctblmoli.gi-399-        # form $(z^r-1)^k$.  We store the pair $[ r, k ]$ in the list
gap-4.11.0/lib/ctblmoli.gi:400:        # `denoms', and $(-1)^k$ times the numerator in the list `numers'.
gap-4.11.0/lib/ctblmoli.gi-401-
##############################################
gap-4.11.0/lib/ctblmoli.gi-412-
gap-4.11.0/lib/ctblmoli.gi:413:            # $\prod_{j>i} f_j$ is stored in `F', and $f_i$ is in `f'.
gap-4.11.0/lib/ctblmoli.gi-414-
##############################################
gap-4.11.0/lib/ctblfuns.gi-2267-      # The determinant is 'E(ord)' to the 'exp'-th power,
gap-4.11.0/lib/ctblfuns.gi:2268:      # where $'exp' = \sum_{j=1}^{ord} j 'ev'[j]$.
gap-4.11.0/lib/ctblfuns.gi-2269-      # (Note that the $j$-th entry in 'ev' is the multiplicity of
##############################################
gap-4.11.0/lib/ctblfuns.gi-4625-          # Compute $\sum_{j=0}^{l-1} c_j \zeta^{i j}$,
gap-4.11.0/lib/ctblfuns.gi:4626:          # where `f' has the form $\sum_{j=0}^{l-1} c_j X^j$.
gap-4.11.0/lib/ctblfuns.gi-4627-          exp:= LogFFE( coeffs[l], z );
##############################################
gap-4.11.0/lib/ctblsolv.gi-1342-
gap-4.11.0/lib/ctblsolv.gi:1343:          # The representation $F = `rep'$ has `p' different extensions.
gap-4.11.0/lib/ctblsolv.gi-1344-          # For `X = Xlist[i][d]', we have $`rep ^ X' = `rep'^{g_i}$,
##############################################
gap-4.11.0/lib/ctblsolv.gi-1390-
gap-4.11.0/lib/ctblsolv.gi:1391:          # `$F$ = nonlin[d]' fuses with `p-1' partners given by the orbit
gap-4.11.0/lib/ctblsolv.gi-1392-          # of `d' under `pinonlin[i]'.
##############################################
gap-4.11.0/lib/ctblsolv.gi-1516-
gap-4.11.0/lib/ctblsolv.gi:1517:            # `pos' is the position of $C$ in `nextlinear'.
gap-4.11.0/lib/ctblsolv.gi-1518-            pos:= Dpos1[ pilinear[j][k] ];
##############################################
gap-4.11.0/lib/ctblsolv.gi-1680-
gap-4.11.0/lib/ctblsolv.gi:1681:            # `pos' is the position of $C$ in `nextnonlin2'.
gap-4.11.0/lib/ctblsolv.gi-1682-            pos:= Dpos2[ pinonlin[j][k] ];
##############################################
gap-4.11.0/lib/ctblsolv.gi-1730-            # Compute the positions of the constituents;
gap-4.11.0/lib/ctblsolv.gi:1731:            # `orb[k]' is the position of $\Phi_{k-1}$ in `nonlin'.
gap-4.11.0/lib/ctblsolv.gi-1732-            pos:= pinonlin[j][k];
##############################################
gap-4.11.0/src/gasman.c-1776-{
gap-4.11.0/src/gasman.c:1777:  asm (" ta 0x3 ");
gap-4.11.0/src/gasman.c:1778:  asm (" mov %sp,%o0" );
gap-4.11.0/src/gasman.c-1779-}
##############################################
gap-4.11.0/cnf/ltmain.sh-103-#
gap-4.11.0/cnf/ltmain.sh:104:#   . `echo "$0" | ${SED-sed} 's|[^/]*$||'`/build-aux/funclib.sh
gap-4.11.0/cnf/ltmain.sh-105-#
##############################################
gap-4.11.0/cnf/ltmain.sh-202-          func_executable_p "$_G_path_prog" || continue
gap-4.11.0/cnf/ltmain.sh:203:          case `"$_G_path_prog" --version 2>&1` in
gap-4.11.0/cnf/ltmain.sh-204-            *GNU*) func_path_progs_result=$_G_path_prog _G_path_prog_found=: ;;
##############################################
gap-4.11.0/cnf/ltmain.sh-249-      diff conftest.out conftest.nl >/dev/null 2>&1 || break
gap-4.11.0/cnf/ltmain.sh:250:      _G_count=`expr $_G_count + 1`
gap-4.11.0/cnf/ltmain.sh-251-      if test "$_G_count" -gt "$_G_path_prog_max"; then
##############################################
gap-4.11.0/cnf/ltmain.sh-285-      diff conftest.out conftest.nl >/dev/null 2>&1 || break
gap-4.11.0/cnf/ltmain.sh:286:      _G_count=`expr $_G_count + 1`
gap-4.11.0/cnf/ltmain.sh-287-      if test "$_G_count" -gt "$_G_path_prog_max"; then
##############################################
gap-4.11.0/cnf/ltmain.sh-410-# The name of this program.
gap-4.11.0/cnf/ltmain.sh:411:progname=`$ECHO "$progpath" |$SED "$sed_basename"`
gap-4.11.0/cnf/ltmain.sh-412-
##############################################
gap-4.11.0/cnf/ltmain.sh-416-  *[\\/]*)
gap-4.11.0/cnf/ltmain.sh:417:     progdir=`$ECHO "$progpath" |$SED "$sed_dirname"`
gap-4.11.0/cnf/ltmain.sh:418:     progdir=`cd "$progdir" && pwd`
gap-4.11.0/cnf/ltmain.sh-419-     progpath=$progdir/$progname
##############################################
gap-4.11.0/cnf/ltmain.sh-610-
gap-4.11.0/cnf/ltmain.sh:611:    eval _G_current_value='`$ECHO $'$1'`'
gap-4.11.0/cnf/ltmain.sh:612:    _G_delim=`expr "$2" : '\(.\)'`
gap-4.11.0/cnf/ltmain.sh-613-
##############################################
gap-4.11.0/cnf/ltmain.sh-639-
gap-4.11.0/cnf/ltmain.sh:640:    func_arith_result=`expr "$@"`
gap-4.11.0/cnf/ltmain.sh-641-  }
##############################################
gap-4.11.0/cnf/ltmain.sh-660-  # ...otherwise fall back to using sed.
gap-4.11.0/cnf/ltmain.sh:661:  _b='func_basename_result=`$ECHO "$1" |$SED "$sed_basename"`'
gap-4.11.0/cnf/ltmain.sh:662:  _d='func_dirname_result=`$ECHO "$1"  |$SED "$sed_dirname"`
gap-4.11.0/cnf/ltmain.sh-663-      if test "X$func_dirname_result" = "X$1"; then
##############################################
gap-4.11.0/cnf/ltmain.sh-757-      test -n "$_G_tc" && {
gap-4.11.0/cnf/ltmain.sh:758:        _G_esc_tc=`$ECHO "$_G_tc" | $SED "$sed_make_literal_regex"`
gap-4.11.0/cnf/ltmain.sh:759:        _G_indent=`$ECHO "$_G_indent" | $SED "s|$_G_esc_tc||g"`
gap-4.11.0/cnf/ltmain.sh-760-      }
gap-4.11.0/cnf/ltmain.sh-761-    done
gap-4.11.0/cnf/ltmain.sh:762:    _G_indent="$progname: "`echo "$_G_indent" | $SED 's|.| |g'`"  " ## exclude from sc_prohibit_nested_quotes
gap-4.11.0/cnf/ltmain.sh-763-
##############################################
gap-4.11.0/cnf/ltmain.sh-831-
gap-4.11.0/cnf/ltmain.sh:832:    func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
gap-4.11.0/cnf/ltmain.sh-833-  }
##############################################
gap-4.11.0/cnf/ltmain.sh-863-        # ...otherwise throw away the child directory and loop
gap-4.11.0/cnf/ltmain.sh:864:        _G_directory_path=`$ECHO "$_G_directory_path" | $SED -e "$sed_dirname"`
gap-4.11.0/cnf/ltmain.sh-865-      done
gap-4.11.0/cnf/ltmain.sh:866:      _G_dir_list=`$ECHO "$_G_dir_list" | $SED 's|:*$||'`
gap-4.11.0/cnf/ltmain.sh-867-
##############################################
gap-4.11.0/cnf/ltmain.sh-901-      # If mktemp works, use that first and foremost
gap-4.11.0/cnf/ltmain.sh:902:      _G_tmpdir=`mktemp -d "$_G_template-XXXXXXXX" 2>/dev/null`
gap-4.11.0/cnf/ltmain.sh-903-
##############################################
gap-4.11.0/cnf/ltmain.sh-1111-        *[\\\`\"\$]*)
gap-4.11.0/cnf/ltmain.sh:1112:	  _G_unquoted_arg=`printf '%s\n' "$1" |$SED "$sed_quote_subst"` ;;
gap-4.11.0/cnf/ltmain.sh-1113-        *)
##############################################
gap-4.11.0/cnf/ltmain.sh-1198-    case $2 in
gap-4.11.0/cnf/ltmain.sh:1199:      .*) func_stripname_result=`$ECHO "$3" | $SED -e "s%^$1%%" -e "s%\\\\$2\$%%"`;;
gap-4.11.0/cnf/ltmain.sh:1200:      *)  func_stripname_result=`$ECHO "$3" | $SED -e "s%^$1%%" -e "s%$2\$%%"`;;
gap-4.11.0/cnf/ltmain.sh-1201-    esac
##############################################
gap-4.11.0/cnf/ltmain.sh-1271-    [0-9]* | *[!a-zA-Z0-9_]*)
gap-4.11.0/cnf/ltmain.sh:1272:      func_tr_sh_result=`$ECHO "$1" | $SED -e 's/^\([0-9]\)/_\1/' -e 's/[^a-zA-Z0-9_]/_/g'`
gap-4.11.0/cnf/ltmain.sh-1273-      ;;
##############################################
gap-4.11.0/cnf/ltmain.sh-1358-
gap-4.11.0/cnf/ltmain.sh:1359:    test "x$1" = x`func_sort_ver "$1" "$2" | $SED 1q`
gap-4.11.0/cnf/ltmain.sh-1360-}
##############################################
gap-4.11.0/cnf/ltmain.sh-1424-# The default options also support '--debug', which will turn on shell
gap-4.11.0/cnf/ltmain.sh:1425:# execution tracing (see the comment above debug_cmd below for another
gap-4.11.0/cnf/ltmain.sh-1426-# use), and '--verbose' and the func_verbose function to allow your script
##############################################
gap-4.11.0/cnf/ltmain.sh-1517-
gap-4.11.0/cnf/ltmain.sh:1518:    eval ${1}_hooks='`$ECHO "\$'$1'_hooks" |$SED "s| '$2'||"`'
gap-4.11.0/cnf/ltmain.sh-1519-}
##############################################
gap-4.11.0/cnf/ltmain.sh-1870-
gap-4.11.0/cnf/ltmain.sh:1871:      func_split_equals_lhs=`expr "x$1" : 'x\([^=]*\)'`
gap-4.11.0/cnf/ltmain.sh-1872-      func_split_equals_rhs=
gap-4.11.0/cnf/ltmain.sh-1873-      test "x$func_split_equals_lhs" = "x$1" \
gap-4.11.0/cnf/ltmain.sh:1874:        || func_split_equals_rhs=`expr "x$1" : 'x[^=]*=\(.*\)$'`
gap-4.11.0/cnf/ltmain.sh-1875-  }
##############################################
gap-4.11.0/cnf/ltmain.sh-1898-
gap-4.11.0/cnf/ltmain.sh:1899:      func_split_short_opt_name=`expr "x$1" : 'x-\(.\)'`
gap-4.11.0/cnf/ltmain.sh:1900:      func_split_short_opt_arg=`expr "x$1" : 'x-.\(.*\)$'`
gap-4.11.0/cnf/ltmain.sh-1901-  }
##############################################
gap-4.11.0/cnf/ltmain.sh-2071-       version:        $progname (GNU libtool) 2.4.6
gap-4.11.0/cnf/ltmain.sh:2072:       automake:       `($AUTOMAKE --version) 2>/dev/null |$SED 1q`
gap-4.11.0/cnf/ltmain.sh:2073:       autoconf:       `($AUTOCONF --version) 2>/dev/null |$SED 1q`
gap-4.11.0/cnf/ltmain.sh-2074-
##############################################
gap-4.11.0/cnf/ltmain.sh-2110-  {
gap-4.11.0/cnf/ltmain.sh:2111:    func_lo2o_result=`$ECHO "$1" | $SED "$lo2o"`
gap-4.11.0/cnf/ltmain.sh-2112-  }
##############################################
gap-4.11.0/cnf/ltmain.sh-2115-  {
gap-4.11.0/cnf/ltmain.sh:2116:    func_xform_result=`$ECHO "$1" | $SED 's|\.[^.]*$|.lo|'`
gap-4.11.0/cnf/ltmain.sh-2117-  }
##############################################
gap-4.11.0/cnf/ltmain.sh-2206-	  # quotes we have to do it in 2 steps:
gap-4.11.0/cnf/ltmain.sh:2207:	  extractedcf=`$SED -n -e "$sed_extractcf" < "$progpath"`
gap-4.11.0/cnf/ltmain.sh-2208-	  eval "$extractedcf"
##############################################
gap-4.11.0/cnf/ltmain.sh-2659-      done
gap-4.11.0/cnf/ltmain.sh:2660:      CC_expanded=`func_echo_all $CC`
gap-4.11.0/cnf/ltmain.sh:2661:      CC_quoted_expanded=`func_echo_all $CC_quoted`
gap-4.11.0/cnf/ltmain.sh-2662-      case $@ in
##############################################
gap-4.11.0/cnf/ltmain.sh-2672-	    # Evaluate the configuration.
gap-4.11.0/cnf/ltmain.sh:2673:	    eval "`$SED -n -e '/^# ### BEGIN LIBTOOL TAG CONFIG: '$z'$/,/^# ### END LIBTOOL TAG CONFIG: '$z'$/p' < $progpath`"
gap-4.11.0/cnf/ltmain.sh-2674-	    CC_quoted=
##############################################
gap-4.11.0/cnf/ltmain.sh-2678-	    done
gap-4.11.0/cnf/ltmain.sh:2679:	    CC_expanded=`func_echo_all $CC`
gap-4.11.0/cnf/ltmain.sh:2680:	    CC_quoted_expanded=`func_echo_all $CC_quoted`
gap-4.11.0/cnf/ltmain.sh-2681-	    case "$@ " in
##############################################
gap-4.11.0/cnf/ltmain.sh-2770-    # zero AND non-empty stdout, which explains the odd construction:
gap-4.11.0/cnf/ltmain.sh:2771:    func_convert_core_file_wine_to_w32_tmp=`winepath -w "$1" 2>/dev/null`
gap-4.11.0/cnf/ltmain.sh-2772-    if test "$?" -eq 0 && test -n "$func_convert_core_file_wine_to_w32_tmp"; then
##############################################
gap-4.11.0/cnf/ltmain.sh-2838-  if test -n "$LT_CYGPATH" && test -f "$LT_CYGPATH"; then
gap-4.11.0/cnf/ltmain.sh:2839:    func_cygpath_result=`$LT_CYGPATH "$@" 2>/dev/null`
gap-4.11.0/cnf/ltmain.sh-2840-    if test "$?" -ne 0; then
##############################################
gap-4.11.0/cnf/ltmain.sh-3009-    # LT_CYGPATH in this case.
gap-4.11.0/cnf/ltmain.sh:3010:    func_to_host_file_result=`cygpath -m "$1"`
gap-4.11.0/cnf/ltmain.sh-3011-  fi
##############################################
gap-4.11.0/cnf/ltmain.sh-3166-    func_to_host_path_tmp1=$func_stripname_result
gap-4.11.0/cnf/ltmain.sh:3167:    func_to_host_path_result=`cygpath -m -p "$func_to_host_path_tmp1"`
gap-4.11.0/cnf/ltmain.sh-3168-    func_convert_path_check : ";" \
##############################################
gap-4.11.0/cnf/ltmain.sh-3376-    *.[cCFSifmso] | \
gap-4.11.0/cnf/ltmain.sh:3377:    *.ada | *.adb | *.ads | *.asm | \
gap-4.11.0/cnf/ltmain.sh-3378-    *.c++ | *.cc | *.ii | *.class | *.cpp | *.cxx | \
##############################################
gap-4.11.0/cnf/ltmain.sh-3453-    if test no = "$compiler_c_o"; then
gap-4.11.0/cnf/ltmain.sh:3454:      output_obj=`$ECHO "$srcfile" | $SED 's%^.*/%%; s%\.[^.]*$%%'`.$objext
gap-4.11.0/cnf/ltmain.sh-3455-      lockfile=$output_obj.lock
##############################################
gap-4.11.0/cnf/ltmain.sh-3472-*** ERROR, $lockfile exists and contains:
gap-4.11.0/cnf/ltmain.sh:3473:`cat $lockfile 2>/dev/null`
gap-4.11.0/cnf/ltmain.sh-3474-
##############################################
gap-4.11.0/cnf/ltmain.sh-3520-      if test warn = "$need_locks" &&
gap-4.11.0/cnf/ltmain.sh:3521:	 test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then
gap-4.11.0/cnf/ltmain.sh-3522-	$ECHO "\
gap-4.11.0/cnf/ltmain.sh-3523-*** ERROR, $lockfile contains:
gap-4.11.0/cnf/ltmain.sh:3524:`cat $lockfile 2>/dev/null`
gap-4.11.0/cnf/ltmain.sh-3525-
##############################################
gap-4.11.0/cnf/ltmain.sh-3569-      if test warn = "$need_locks" &&
gap-4.11.0/cnf/ltmain.sh:3570:	 test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then
gap-4.11.0/cnf/ltmain.sh-3571-	$ECHO "\
gap-4.11.0/cnf/ltmain.sh-3572-*** ERROR, $lockfile contains:
gap-4.11.0/cnf/ltmain.sh:3573:`cat $lockfile 2>/dev/null`
gap-4.11.0/cnf/ltmain.sh-3574-
##############################################
gap-4.11.0/cnf/ltmain.sh-3895-      # Get the absolute pathname.
gap-4.11.0/cnf/ltmain.sh:3896:      absdir=`cd "$dir" && pwd`
gap-4.11.0/cnf/ltmain.sh-3897-      test -n "$absdir" && dir=$absdir
##############################################
gap-4.11.0/cnf/ltmain.sh-3994-      if test -n "$lt_sysroot"; then
gap-4.11.0/cnf/ltmain.sh:3995:        sysroot_regex=`$ECHO "$lt_sysroot" | $SED "$sed_make_literal_regex"`
gap-4.11.0/cnf/ltmain.sh-3996-        sysroot_cmd="s/\([ ']\)$sysroot_regex/\1/g;"
##############################################
gap-4.11.0/cnf/ltmain.sh-4278-	  # Determine the prefix the user has applied to our future dir.
gap-4.11.0/cnf/ltmain.sh:4279:	  inst_prefix_dir=`$ECHO "$destdir" | $SED -e "s%$libdir\$%%"`
gap-4.11.0/cnf/ltmain.sh-4280-
##############################################
gap-4.11.0/cnf/ltmain.sh-4291-	    # Stick the inst_prefix_dir data into the link command.
gap-4.11.0/cnf/ltmain.sh:4292:	    relink_command=`$ECHO "$relink_command" | $SED "s%@inst_prefix_dir@%-inst-prefix-dir $inst_prefix_dir%"`
gap-4.11.0/cnf/ltmain.sh-4293-	  else
gap-4.11.0/cnf/ltmain.sh:4294:	    relink_command=`$ECHO "$relink_command" | $SED "s%@inst_prefix_dir@%%"`
gap-4.11.0/cnf/ltmain.sh-4295-	  fi
##############################################
gap-4.11.0/cnf/ltmain.sh-4458-	    fi
gap-4.11.0/cnf/ltmain.sh:4459:	    libfile=$libdir/`$ECHO "$lib" | $SED 's%^.*/%%g'`
gap-4.11.0/cnf/ltmain.sh-4460-	    if test -n "$libdir" && test ! -f "$libfile"; then
##############################################
gap-4.11.0/cnf/ltmain.sh-4477-	        # Replace the output file specification.
gap-4.11.0/cnf/ltmain.sh:4478:	        relink_command=`$ECHO "$relink_command" | $SED 's%@OUTPUT@%'"$outputname"'%g'`
gap-4.11.0/cnf/ltmain.sh-4479-
##############################################
gap-4.11.0/cnf/ltmain.sh-4496-	    # Install the binary that we compiled earlier.
gap-4.11.0/cnf/ltmain.sh:4497:	    file=`$ECHO "$file$stripped_ext" | $SED "s%\([^/]*\)$%$objdir/\1%"`
gap-4.11.0/cnf/ltmain.sh-4498-	  fi
##############################################
gap-4.11.0/cnf/ltmain.sh-4570-    my_pic_p=${3-false}
gap-4.11.0/cnf/ltmain.sh:4571:    my_prefix=`$ECHO "$my_originator" | $SED 's%[^a-zA-Z0-9]%_%g'`
gap-4.11.0/cnf/ltmain.sh-4572-    my_dlsyms=
##############################################
gap-4.11.0/cnf/ltmain.sh-4628-	  # Add our own program objects to the symbol list.
gap-4.11.0/cnf/ltmain.sh:4629:	  progfiles=`$ECHO "$objs$old_deplibs" | $SP2NL | $SED "$lo2o" | $NL2SP`
gap-4.11.0/cnf/ltmain.sh-4630-	  for progfile in $progfiles; do
##############################################
gap-4.11.0/cnf/ltmain.sh-4690-	          # Use subshell, to avoid clobbering current variable values
gap-4.11.0/cnf/ltmain.sh:4691:	          dlprefile_dlname=`source "$curr_lafile" && echo "$dlname"`
gap-4.11.0/cnf/ltmain.sh-4692-	          if test -n "$dlprefile_dlname"; then
##############################################
gap-4.11.0/cnf/ltmain.sh-4859-	  if test -f "$output_objdir/$my_outputname.def"; then
gap-4.11.0/cnf/ltmain.sh:4860:	    compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$output_objdir/$my_outputname.def $symfileobj%"`
gap-4.11.0/cnf/ltmain.sh:4861:	    finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$output_objdir/$my_outputname.def $symfileobj%"`
gap-4.11.0/cnf/ltmain.sh-4862-	  else
gap-4.11.0/cnf/ltmain.sh:4863:	    compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$symfileobj%"`
gap-4.11.0/cnf/ltmain.sh:4864:	    finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$symfileobj%"`
gap-4.11.0/cnf/ltmain.sh-4865-	  fi
##############################################
gap-4.11.0/cnf/ltmain.sh-4867-	*)
gap-4.11.0/cnf/ltmain.sh:4868:	  compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$symfileobj%"`
gap-4.11.0/cnf/ltmain.sh:4869:	  finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$symfileobj%"`
gap-4.11.0/cnf/ltmain.sh-4870-	  ;;
##############################################
gap-4.11.0/cnf/ltmain.sh-4882-      # Nullify the symbol file.
gap-4.11.0/cnf/ltmain.sh:4883:      compile_command=`$ECHO "$compile_command" | $SED "s% @SYMFILE@%%"`
gap-4.11.0/cnf/ltmain.sh:4884:      finalize_command=`$ECHO "$finalize_command" | $SED "s% @SYMFILE@%%"`
gap-4.11.0/cnf/ltmain.sh-4885-    fi
##############################################
gap-4.11.0/cnf/ltmain.sh-4896-  func_to_tool_file "$1" func_convert_file_msys_to_w32
gap-4.11.0/cnf/ltmain.sh:4897:  func_cygming_gnu_implib_tmp=`$NM "$func_to_tool_file_result" | eval "$global_symbol_pipe" | $EGREP ' (_head_[A-Za-z0-9_]+_[ad]l*|[A-Za-z0-9_]+_[ad]l*_iname)$'`
gap-4.11.0/cnf/ltmain.sh-4898-  test -n "$func_cygming_gnu_implib_tmp"
##############################################
gap-4.11.0/cnf/ltmain.sh-4909-  func_to_tool_file "$1" func_convert_file_msys_to_w32
gap-4.11.0/cnf/ltmain.sh:4910:  func_cygming_ms_implib_tmp=`$NM "$func_to_tool_file_result" | eval "$global_symbol_pipe" | $GREP '_NULL_IMPORT_DESCRIPTOR'`
gap-4.11.0/cnf/ltmain.sh-4911-  test -n "$func_cygming_ms_implib_tmp"
##############################################
gap-4.11.0/cnf/ltmain.sh-4925-  win32_libid_type=unknown
gap-4.11.0/cnf/ltmain.sh:4926:  win32_fileres=`file -L $1 2>/dev/null`
gap-4.11.0/cnf/ltmain.sh-4927-  case $win32_fileres in
##############################################
gap-4.11.0/cnf/ltmain.sh-4990-
gap-4.11.0/cnf/ltmain.sh:4991:  sharedlib_from_linklib_result=`$DLLTOOL --identify-strict --identify "$1"`
gap-4.11.0/cnf/ltmain.sh-4992-}
##############################################
gap-4.11.0/cnf/ltmain.sh-5008-
gap-4.11.0/cnf/ltmain.sh:5009:  match_literal=`$ECHO "$1" | $SED "$sed_make_literal_regex"`
gap-4.11.0/cnf/ltmain.sh-5010-  $OBJDUMP -s --section "$1" "$2" 2>/dev/null |
##############################################
gap-4.11.0/cnf/ltmain.sh-5072-    # binutils import library
gap-4.11.0/cnf/ltmain.sh:5073:    sharedlib_from_linklib_result=`func_cygming_dll_for_implib_fallback_core '.idata$7' "$1"`
gap-4.11.0/cnf/ltmain.sh-5074-  elif func_cygming_ms_implib_p "$1"; then
gap-4.11.0/cnf/ltmain.sh-5075-    # ms-generated import library
gap-4.11.0/cnf/ltmain.sh:5076:    sharedlib_from_linklib_result=`func_cygming_dll_for_implib_fallback_core '.idata$6' "$1"`
gap-4.11.0/cnf/ltmain.sh-5077-  else
##############################################
gap-4.11.0/cnf/ltmain.sh-5156-	  darwin_base_archive=$func_basename_result
gap-4.11.0/cnf/ltmain.sh:5157:	  darwin_arches=`$LIPO -info "$darwin_archive" 2>/dev/null | $GREP Architectures 2>/dev/null || true`
gap-4.11.0/cnf/ltmain.sh-5158-	  if test -n "$darwin_arches"; then
gap-4.11.0/cnf/ltmain.sh:5159:	    darwin_arches=`$ECHO "$darwin_arches" | $SED -e 's/.*are://'`
gap-4.11.0/cnf/ltmain.sh-5160-	    darwin_arch=
##############################################
gap-4.11.0/cnf/ltmain.sh-5170-            ## Okay now we've a bunch of thin objects, gotta fatten them up :)
gap-4.11.0/cnf/ltmain.sh:5171:	    darwin_filelist=`find unfat-$$ -type f -name \*.o -print -o -name \*.lo -print | $SED -e "$sed_basename" | sort -u`
gap-4.11.0/cnf/ltmain.sh-5172-	    darwin_file=
##############################################
gap-4.11.0/cnf/ltmain.sh-5174-	    for darwin_file in $darwin_filelist; do
gap-4.11.0/cnf/ltmain.sh:5175:	      darwin_files=`find unfat-$$ -name $darwin_file -print | sort | $NL2SP`
gap-4.11.0/cnf/ltmain.sh-5176-	      $LIPO -create -output "$darwin_file" $darwin_files
##############################################
gap-4.11.0/cnf/ltmain.sh-5189-      esac
gap-4.11.0/cnf/ltmain.sh:5190:      my_oldobjs="$my_oldobjs "`find $my_xdir -name \*.$objext -print -o -name \*.lo -print | sort | $NL2SP`
gap-4.11.0/cnf/ltmain.sh-5191-    done
##############################################
gap-4.11.0/cnf/ltmain.sh-5260-
gap-4.11.0/cnf/ltmain.sh:5261:    qECHO=`$ECHO "$ECHO" | $SED "$sed_quote_subst"`
gap-4.11.0/cnf/ltmain.sh-5262-    $ECHO "\
##############################################
gap-4.11.0/cnf/ltmain.sh-5295-    --lt-dump-script)
gap-4.11.0/cnf/ltmain.sh:5296:        lt_dump_D=\`\$ECHO \"X\$lt_script_arg0\" | $SED -e 's/^X//' -e 's%/[^/]*$%%'\`
gap-4.11.0/cnf/ltmain.sh-5297-        test \"X\$lt_dump_D\" = \"X\$lt_script_arg0\" && lt_dump_D=.
gap-4.11.0/cnf/ltmain.sh:5298:        lt_dump_F=\`\$ECHO \"X\$lt_script_arg0\" | $SED -e 's/^X//' -e 's%^.*/%%'\`
gap-4.11.0/cnf/ltmain.sh-5299-        cat \"\$lt_dump_D/\$lt_dump_F\"
##############################################
gap-4.11.0/cnf/ltmain.sh-5322-    \$ECHO \"$outputname:$output:\$LINENO: newargv[\$lt_dump_args_N]: \$lt_arg\"
gap-4.11.0/cnf/ltmain.sh:5323:    lt_dump_args_N=\`expr \$lt_dump_args_N + 1\`
gap-4.11.0/cnf/ltmain.sh-5324-  done
##############################################
gap-4.11.0/cnf/ltmain.sh-5380-  # Find the directory that this script lives in.
gap-4.11.0/cnf/ltmain.sh:5381:  thisdir=\`\$ECHO \"\$file\" | $SED 's%/[^/]*$%%'\`
gap-4.11.0/cnf/ltmain.sh-5382-  test \"x\$thisdir\" = \"x\$file\" && thisdir=.
##############################################
gap-4.11.0/cnf/ltmain.sh-5384-  # Follow symbolic links until we get to the real thisdir.
gap-4.11.0/cnf/ltmain.sh:5385:  file=\`ls -ld \"\$file\" | $SED -n 's/.*-> //p'\`
gap-4.11.0/cnf/ltmain.sh-5386-  while test -n \"\$file\"; do
gap-4.11.0/cnf/ltmain.sh:5387:    destdir=\`\$ECHO \"\$file\" | $SED 's%/[^/]*\$%%'\`
gap-4.11.0/cnf/ltmain.sh-5388-
##############################################
gap-4.11.0/cnf/ltmain.sh-5396-
gap-4.11.0/cnf/ltmain.sh:5397:    file=\`\$ECHO \"\$file\" | $SED 's%^.*/%%'\`
gap-4.11.0/cnf/ltmain.sh:5398:    file=\`ls -ld \"\$thisdir/\$file\" | $SED -n 's/.*-> //p'\`
gap-4.11.0/cnf/ltmain.sh-5399-  done
##############################################
gap-4.11.0/cnf/ltmain.sh-5410-    case \"\$thisdir\" in
gap-4.11.0/cnf/ltmain.sh:5411:    *[\\\\/]$objdir ) thisdir=\`\$ECHO \"\$thisdir\" | $SED 's%[\\\\/][^\\\\/]*$%%'\` ;;
gap-4.11.0/cnf/ltmain.sh-5412-    $objdir )   thisdir=. ;;
##############################################
gap-4.11.0/cnf/ltmain.sh-5416-  # Try to get the absolute directory name.
gap-4.11.0/cnf/ltmain.sh:5417:  absdir=\`cd \"\$thisdir\" && pwd\`
gap-4.11.0/cnf/ltmain.sh-5418-  test -n \"\$absdir\" && thisdir=\"\$absdir\"
##############################################
gap-4.11.0/cnf/ltmain.sh-5426-  if test ! -f \"\$progdir/\$program\" ||
gap-4.11.0/cnf/ltmain.sh:5427:     { file=\`ls -1dt \"\$progdir/\$program\" \"\$progdir/../\$program\" 2>/dev/null | $SED 1q\`; \\
gap-4.11.0/cnf/ltmain.sh-5428-       test \"X\$file\" != \"X\$progdir/\$program\"; }; then
##############################################
gap-4.11.0/cnf/ltmain.sh-5441-    if test -n \"\$relink_command\"; then
gap-4.11.0/cnf/ltmain.sh:5442:      if relink_command_output=\`eval \$relink_command 2>&1\`; then :
gap-4.11.0/cnf/ltmain.sh-5443-      else
##############################################
gap-4.11.0/cnf/ltmain.sh-5485-    # The second colon is a workaround for a bug in BeOS R4 sed
gap-4.11.0/cnf/ltmain.sh:5486:    $shlibpath_var=\`\$ECHO \"\$$shlibpath_var\" | $SED 's/::*\$//'\`
gap-4.11.0/cnf/ltmain.sh-5487-
##############################################
gap-4.11.0/cnf/ltmain.sh-6464-
gap-4.11.0/cnf/ltmain.sh:6465:    case `eval $file_magic_cmd \"\$1\" 2>/dev/null | $SED -e 10q` in
gap-4.11.0/cnf/ltmain.sh-6466-    *import*) : ;;
##############################################
gap-4.11.0/cnf/ltmain.sh-6712-	    moreargs=
gap-4.11.0/cnf/ltmain.sh:6713:	    for fil in `cat "$save_arg"`
gap-4.11.0/cnf/ltmain.sh-6714-	    do
##############################################
gap-4.11.0/cnf/ltmain.sh-6973-	*)
gap-4.11.0/cnf/ltmain.sh:6974:	  absdir=`cd "$dir" && pwd`
gap-4.11.0/cnf/ltmain.sh-6975-	  test -z "$absdir" && \
##############################################
gap-4.11.0/cnf/ltmain.sh-6994-	*-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*)
gap-4.11.0/cnf/ltmain.sh:6995:	  testbindir=`$ECHO "$dir" | $SED 's*/lib$*/bin*'`
gap-4.11.0/cnf/ltmain.sh-6996-	  case :$dllsearchpath: in
##############################################
gap-4.11.0/cnf/ltmain.sh-7287-      -Z*)
gap-4.11.0/cnf/ltmain.sh:7288:        if test os2 = "`expr $host : '.*\(os2\)'`"; then
gap-4.11.0/cnf/ltmain.sh-7289-          # OS/2 uses -Zxxx to specify OS/2-specific options
##############################################
gap-4.11.0/cnf/ltmain.sh-7457-      # get the directories listed in $shlibpath_var
gap-4.11.0/cnf/ltmain.sh:7458:      eval shlib_search_path=\`\$ECHO \"\$$shlibpath_var\" \| \$SED \'s/:/ /g\'\`
gap-4.11.0/cnf/ltmain.sh-7459-    else
##############################################
gap-4.11.0/cnf/ltmain.sh-7773-		  set dummy $deplibs_check_method; shift
gap-4.11.0/cnf/ltmain.sh:7774:		  match_pattern_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"`
gap-4.11.0/cnf/ltmain.sh-7775-		  if eval "\$ECHO \"$deplib\"" 2>/dev/null | $SED 10q \
##############################################
gap-4.11.0/cnf/ltmain.sh-7863-	if test -n "$inherited_linker_flags"; then
gap-4.11.0/cnf/ltmain.sh:7864:	  tmp_inherited_linker_flags=`$ECHO "$inherited_linker_flags" | $SED 's/-framework \([^ $]*\)/\1.ltframework/g'`
gap-4.11.0/cnf/ltmain.sh-7865-	  for tmp_inherited_linker_flag in $tmp_inherited_linker_flags; do
##############################################
gap-4.11.0/cnf/ltmain.sh-7871-	fi
gap-4.11.0/cnf/ltmain.sh:7872:	dependency_libs=`$ECHO " $dependency_libs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
gap-4.11.0/cnf/ltmain.sh-7873-	if test lib,link = "$linkmode,$pass" ||
##############################################
gap-4.11.0/cnf/ltmain.sh-7944-	*)
gap-4.11.0/cnf/ltmain.sh:7945:	  abs_ladir=`cd "$ladir" && pwd`
gap-4.11.0/cnf/ltmain.sh-7946-	  if test -z "$abs_ladir"; then
##############################################
gap-4.11.0/cnf/ltmain.sh-8197-	    shift
gap-4.11.0/cnf/ltmain.sh:8198:	    libname=`eval "\\$ECHO \"$libname_spec\""`
gap-4.11.0/cnf/ltmain.sh-8199-	    # use dlname if we got it. it's perfectly good, no?
##############################################
gap-4.11.0/cnf/ltmain.sh-8489-		*)
gap-4.11.0/cnf/ltmain.sh:8490:		  absdir=`cd "$dir" && pwd`
gap-4.11.0/cnf/ltmain.sh-8491-		  if test -z "$absdir"; then
##############################################
gap-4.11.0/cnf/ltmain.sh-8500-		  depdepl=
gap-4.11.0/cnf/ltmain.sh:8501:		  eval deplibrary_names=`$SED -n -e 's/^library_names=\(.*\)$/\1/p' $deplib`
gap-4.11.0/cnf/ltmain.sh-8502-		  if test -n "$deplibrary_names"; then
##############################################
gap-4.11.0/cnf/ltmain.sh-8507-		      depdepl=$absdir/$objdir/$depdepl
gap-4.11.0/cnf/ltmain.sh:8508:		      darwin_install_name=`$OTOOL -L $depdepl | awk '{if (NR == 2) {print $1;exit}}'`
gap-4.11.0/cnf/ltmain.sh-8509-                      if test -z "$darwin_install_name"; then
gap-4.11.0/cnf/ltmain.sh:8510:                          darwin_install_name=`$OTOOL64 -L $depdepl  | awk '{if (NR == 2) {print $1;exit}}'`
gap-4.11.0/cnf/ltmain.sh-8511-                      fi
##############################################
gap-4.11.0/cnf/ltmain.sh-8522-		else
gap-4.11.0/cnf/ltmain.sh:8523:		  eval libdir=`$SED -n -e 's/^libdir=\(.*\)$/\1/p' $deplib`
gap-4.11.0/cnf/ltmain.sh-8524-		  test -z "$libdir" && \
##############################################
gap-4.11.0/cnf/ltmain.sh-8545-	else
gap-4.11.0/cnf/ltmain.sh:8546:	  compiler_flags="$compiler_flags "`$ECHO " $new_inherited_linker_flags" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
gap-4.11.0/cnf/ltmain.sh-8547-	fi
##############################################
gap-4.11.0/cnf/ltmain.sh-8634-        linux*)
gap-4.11.0/cnf/ltmain.sh:8635:          case `$CC -V 2>&1 | sed 5q` in
gap-4.11.0/cnf/ltmain.sh-8636-          *Sun\ C*) # Sun C++ 5.9
##############################################
gap-4.11.0/cnf/ltmain.sh-9039-	removelist=
gap-4.11.0/cnf/ltmain.sh:9040:	tempremovelist=`$ECHO "$output_objdir/*"`
gap-4.11.0/cnf/ltmain.sh-9041-	for p in $tempremovelist; do
##############################################
gap-4.11.0/cnf/ltmain.sh-9065-	# Transform .lo files to .o files.
gap-4.11.0/cnf/ltmain.sh:9066:	oldobjs="$objs "`$ECHO "$libobjs" | $SP2NL | $SED "/\.$libext$/d; $lo2o" | $NL2SP`
gap-4.11.0/cnf/ltmain.sh-9067-      fi
##############################################
gap-4.11.0/cnf/ltmain.sh-9070-      #for path in $notinst_path; do
gap-4.11.0/cnf/ltmain.sh:9071:      #	lib_search_path=`$ECHO "$lib_search_path " | $SED "s% $path % %g"`
gap-4.11.0/cnf/ltmain.sh:9072:      #	deplibs=`$ECHO "$deplibs " | $SED "s% -L$path % %g"`
gap-4.11.0/cnf/ltmain.sh:9073:      #	dependency_libs=`$ECHO "$dependency_libs " | $SED "s% -L$path % %g"`
gap-4.11.0/cnf/ltmain.sh-9074-      #done
##############################################
gap-4.11.0/cnf/ltmain.sh-9191-		if test -n "$i"; then
gap-4.11.0/cnf/ltmain.sh:9192:		  libname=`eval "\\$ECHO \"$libname_spec\""`
gap-4.11.0/cnf/ltmain.sh:9193:		  deplib_matches=`eval "\\$ECHO \"$library_names_spec\""`
gap-4.11.0/cnf/ltmain.sh-9194-		  set dummy $deplib_matches; shift
gap-4.11.0/cnf/ltmain.sh-9195-		  deplib_match=$1
gap-4.11.0/cnf/ltmain.sh:9196:		  if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0; then
gap-4.11.0/cnf/ltmain.sh-9197-		    func_append newdeplibs " $i"
##############################################
gap-4.11.0/cnf/ltmain.sh-9234-		  if test -n "$i"; then
gap-4.11.0/cnf/ltmain.sh:9235:		    libname=`eval "\\$ECHO \"$libname_spec\""`
gap-4.11.0/cnf/ltmain.sh:9236:		    deplib_matches=`eval "\\$ECHO \"$library_names_spec\""`
gap-4.11.0/cnf/ltmain.sh-9237-		    set dummy $deplib_matches; shift
gap-4.11.0/cnf/ltmain.sh-9238-		    deplib_match=$1
gap-4.11.0/cnf/ltmain.sh:9239:		    if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0; then
gap-4.11.0/cnf/ltmain.sh-9240-		      func_append newdeplibs " $i"
##############################################
gap-4.11.0/cnf/ltmain.sh-9269-	  set dummy $deplibs_check_method; shift
gap-4.11.0/cnf/ltmain.sh:9270:	  file_magic_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"`
gap-4.11.0/cnf/ltmain.sh-9271-	  for a_deplib in $deplibs; do
##############################################
gap-4.11.0/cnf/ltmain.sh-9284-	      if test -n "$a_deplib"; then
gap-4.11.0/cnf/ltmain.sh:9285:		libname=`eval "\\$ECHO \"$libname_spec\""`
gap-4.11.0/cnf/ltmain.sh-9286-		if test -n "$file_magic_glob"; then
gap-4.11.0/cnf/ltmain.sh:9287:		  libnameglob=`func_echo_all "$libname" | $SED -e $file_magic_glob`
gap-4.11.0/cnf/ltmain.sh-9288-		else
##############################################
gap-4.11.0/cnf/ltmain.sh-9294-		    shopt -s nocaseglob
gap-4.11.0/cnf/ltmain.sh:9295:		    potential_libs=`ls $i/$libnameglob[.-]* 2>/dev/null`
gap-4.11.0/cnf/ltmain.sh-9296-		    $nocaseglob
gap-4.11.0/cnf/ltmain.sh-9297-		  else
gap-4.11.0/cnf/ltmain.sh:9298:		    potential_libs=`ls $i/$libnameglob[.-]* 2>/dev/null`
gap-4.11.0/cnf/ltmain.sh-9299-		  fi
##############################################
gap-4.11.0/cnf/ltmain.sh-9312-		      while test -h "$potlib" 2>/dev/null; do
gap-4.11.0/cnf/ltmain.sh:9313:			potliblink=`ls -ld $potlib | $SED 's/.* -> //'`
gap-4.11.0/cnf/ltmain.sh-9314-			case $potliblink in
gap-4.11.0/cnf/ltmain.sh-9315-			[\\/]* | [A-Za-z]:[\\/]*) potlib=$potliblink;;
gap-4.11.0/cnf/ltmain.sh:9316:			*) potlib=`$ECHO "$potlib" | $SED 's|[^/]*$||'`"$potliblink";;
gap-4.11.0/cnf/ltmain.sh-9317-			esac
##############################################
gap-4.11.0/cnf/ltmain.sh-9353-	  set dummy $deplibs_check_method; shift
gap-4.11.0/cnf/ltmain.sh:9354:	  match_pattern_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"`
gap-4.11.0/cnf/ltmain.sh-9355-	  for a_deplib in $deplibs; do
##############################################
gap-4.11.0/cnf/ltmain.sh-9368-	      if test -n "$a_deplib"; then
gap-4.11.0/cnf/ltmain.sh:9369:		libname=`eval "\\$ECHO \"$libname_spec\""`
gap-4.11.0/cnf/ltmain.sh-9370-		for i in $lib_search_path $sys_lib_search_path $shlib_search_path; do
gap-4.11.0/cnf/ltmain.sh:9371:		  potential_libs=`ls $i/$libname[.-]* 2>/dev/null`
gap-4.11.0/cnf/ltmain.sh-9372-		  for potent_lib in $potential_libs; do
##############################################
gap-4.11.0/cnf/ltmain.sh-9407-	  newdeplibs=
gap-4.11.0/cnf/ltmain.sh:9408:	  tmp_deplibs=`$ECHO " $deplibs" | $SED 's/ -lc$//; s/ -[LR][^ ]*//g'`
gap-4.11.0/cnf/ltmain.sh-9409-	  if test yes = "$allow_libtool_libs_with_static_runtimes"; then
##############################################
gap-4.11.0/cnf/ltmain.sh-9411-	      # can't use Xsed below, because $i might contain '/'
gap-4.11.0/cnf/ltmain.sh:9412:	      tmp_deplibs=`$ECHO " $tmp_deplibs" | $SED "s|$i||"`
gap-4.11.0/cnf/ltmain.sh-9413-	    done
##############################################
gap-4.11.0/cnf/ltmain.sh-9437-	  # On Rhapsody replace the C library with the System framework
gap-4.11.0/cnf/ltmain.sh:9438:	  newdeplibs=`$ECHO " $newdeplibs" | $SED 's/ -lc / System.ltframework /'`
gap-4.11.0/cnf/ltmain.sh-9439-	  ;;
##############################################
gap-4.11.0/cnf/ltmain.sh-9489-	*-*-darwin*)
gap-4.11.0/cnf/ltmain.sh:9490:	  newdeplibs=`$ECHO " $newdeplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
gap-4.11.0/cnf/ltmain.sh:9491:	  new_inherited_linker_flags=`$ECHO " $new_inherited_linker_flags" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
gap-4.11.0/cnf/ltmain.sh:9492:	  deplibs=`$ECHO " $deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
gap-4.11.0/cnf/ltmain.sh-9493-	  ;;
##############################################
gap-4.11.0/cnf/ltmain.sh-9616-	# Use standard objects if they are pic
gap-4.11.0/cnf/ltmain.sh:9617:	test -z "$pic_flag" && libobjs=`$ECHO "$libobjs" | $SP2NL | $SED "$lo2o" | $NL2SP`
gap-4.11.0/cnf/ltmain.sh-9618-	test "X$libobjs" = "X " && libobjs=
##############################################
gap-4.11.0/cnf/ltmain.sh-10130-	  eval tmp_whole_archive_flags=\"$whole_archive_flag_spec\"
gap-4.11.0/cnf/ltmain.sh:10131:	  test -n "$wl" || tmp_whole_archive_flags=`$ECHO "$tmp_whole_archive_flags" | $SED 's|,| |g'`
gap-4.11.0/cnf/ltmain.sh-10132-	  reload_conv_objs=$reload_objs\ $tmp_whole_archive_flags
##############################################
gap-4.11.0/cnf/ltmain.sh-10145-      # Create the old-style object.
gap-4.11.0/cnf/ltmain.sh:10146:      reload_objs=$objs$old_deplibs' '`$ECHO "$libobjs" | $SP2NL | $SED "/\.$libext$/d; /\.lib$/d; $lo2o" | $NL2SP`' '$reload_conv_objs
gap-4.11.0/cnf/ltmain.sh-10147-
##############################################
gap-4.11.0/cnf/ltmain.sh-10203-	# On Rhapsody replace the C library is the System framework
gap-4.11.0/cnf/ltmain.sh:10204:	compile_deplibs=`$ECHO " $compile_deplibs" | $SED 's/ -lc / System.ltframework /'`
gap-4.11.0/cnf/ltmain.sh:10205:	finalize_deplibs=`$ECHO " $finalize_deplibs" | $SED 's/ -lc / System.ltframework /'`
gap-4.11.0/cnf/ltmain.sh-10206-	;;
##############################################
gap-4.11.0/cnf/ltmain.sh-10221-	# Time to change all our "foo.ltframework" stuff back to "-framework foo"
gap-4.11.0/cnf/ltmain.sh:10222:	compile_deplibs=`$ECHO " $compile_deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
gap-4.11.0/cnf/ltmain.sh:10223:	finalize_deplibs=`$ECHO " $finalize_deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
gap-4.11.0/cnf/ltmain.sh-10224-	;;
##############################################
gap-4.11.0/cnf/ltmain.sh-10299-	*-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*)
gap-4.11.0/cnf/ltmain.sh:10300:	  testbindir=`$ECHO "$libdir" | $SED -e 's*/lib$*/bin*'`
gap-4.11.0/cnf/ltmain.sh-10301-	  case :$dllsearchpath: in
##############################################
gap-4.11.0/cnf/ltmain.sh-10359-	# Transform all the library objects into standard objects.
gap-4.11.0/cnf/ltmain.sh:10360:	compile_command=`$ECHO "$compile_command" | $SP2NL | $SED "$lo2o" | $NL2SP`
gap-4.11.0/cnf/ltmain.sh:10361:	finalize_command=`$ECHO "$finalize_command" | $SP2NL | $SED "$lo2o" | $NL2SP`
gap-4.11.0/cnf/ltmain.sh-10362-      fi
##############################################
gap-4.11.0/cnf/ltmain.sh-10387-	# Replace the output file specification.
gap-4.11.0/cnf/ltmain.sh:10388:	compile_command=`$ECHO "$compile_command" | $SED 's%@OUTPUT@%'"$output"'%g'`
gap-4.11.0/cnf/ltmain.sh-10389-	link_command=$compile_command$compile_rpath
##############################################
gap-4.11.0/cnf/ltmain.sh-10396-	  func_to_tool_file "$output"
gap-4.11.0/cnf/ltmain.sh:10397:	  postlink_cmds=`func_echo_all "$postlink_cmds" | $SED -e 's%@OUTPUT@%'"$output"'%g' -e 's%@TOOL_OUTPUT@%'"$func_to_tool_file_result"'%g'`
gap-4.11.0/cnf/ltmain.sh-10398-	  func_execute_cmds "$postlink_cmds" 'exit $?'
##############################################
gap-4.11.0/cnf/ltmain.sh-10440-	# Replace the output file specification.
gap-4.11.0/cnf/ltmain.sh:10441:	link_command=`$ECHO "$link_command" | $SED 's%@OUTPUT@%'"$output"'%g'`
gap-4.11.0/cnf/ltmain.sh-10442-	# Delete the old output file.
##############################################
gap-4.11.0/cnf/ltmain.sh-10448-	  func_to_tool_file "$output"
gap-4.11.0/cnf/ltmain.sh:10449:	  postlink_cmds=`func_echo_all "$postlink_cmds" | $SED -e 's%@OUTPUT@%'"$output"'%g' -e 's%@TOOL_OUTPUT@%'"$func_to_tool_file_result"'%g'`
gap-4.11.0/cnf/ltmain.sh-10450-	  func_execute_cmds "$postlink_cmds" 'exit $?'
##############################################
gap-4.11.0/cnf/ltmain.sh-10466-	  link_command=$finalize_var$compile_command$finalize_rpath
gap-4.11.0/cnf/ltmain.sh:10467:	  relink_command=`$ECHO "$compile_var$compile_command$compile_rpath" | $SED 's%@OUTPUT@%\$progdir/\$file%g'`
gap-4.11.0/cnf/ltmain.sh-10468-          ;;
##############################################
gap-4.11.0/cnf/ltmain.sh-10479-      # Replace the output file specification.
gap-4.11.0/cnf/ltmain.sh:10480:      link_command=`$ECHO "$link_command" | $SED 's%@OUTPUT@%'"$output_objdir/$outputname"'%g'`
gap-4.11.0/cnf/ltmain.sh-10481-
##############################################
gap-4.11.0/cnf/ltmain.sh-10488-	func_to_tool_file "$output_objdir/$outputname"
gap-4.11.0/cnf/ltmain.sh:10489:	postlink_cmds=`func_echo_all "$postlink_cmds" | $SED -e 's%@OUTPUT@%'"$output_objdir/$outputname"'%g' -e 's%@TOOL_OUTPUT@%'"$func_to_tool_file_result"'%g'`
gap-4.11.0/cnf/ltmain.sh-10490-	func_execute_cmds "$postlink_cmds" 'exit $?'
##############################################
gap-4.11.0/cnf/ltmain.sh-10509-	relink_command="(cd `pwd`; $relink_command)"
gap-4.11.0/cnf/ltmain.sh:10510:	relink_command=`$ECHO "$relink_command" | $SED "$sed_quote_subst"`
gap-4.11.0/cnf/ltmain.sh-10511-      fi
##############################################
gap-4.11.0/cnf/ltmain.sh-10755-      relink_command="(cd `pwd`; $SHELL \"$progpath\" $preserve_args --mode=relink $libtool_args @inst_prefix_dir@)"
gap-4.11.0/cnf/ltmain.sh:10756:      relink_command=`$ECHO "$relink_command" | $SED "$sed_quote_subst"`
gap-4.11.0/cnf/ltmain.sh-10757-      if test yes = "$hardcode_automatic"; then
##############################################
gap-4.11.0/cnf/ltmain.sh-10776-		func_resolve_sysroot "$deplib"
gap-4.11.0/cnf/ltmain.sh:10777:		eval libdir=`$SED -n -e 's/^libdir=\(.*\)$/\1/p' $func_resolve_sysroot_result`
gap-4.11.0/cnf/ltmain.sh-10778-		test -z "$libdir" && \
##############################################
gap-4.11.0/cnf/ltmain.sh-10802-		name=$func_basename_result
gap-4.11.0/cnf/ltmain.sh:10803:		eval libdir=`$SED -n -e 's/^libdir=\(.*\)$/\1/p' $lib`
gap-4.11.0/cnf/ltmain.sh-10804-		test -z "$libdir" && \
##############################################
gap-4.11.0/cnf/ltmain.sh-10821-		name=$func_basename_result
gap-4.11.0/cnf/ltmain.sh:10822:		eval libdir=`$SED -n -e 's/^libdir=\(.*\)$/\1/p' $lib`
gap-4.11.0/cnf/ltmain.sh-10823-		test -z "$libdir" && \
##############################################
gap-4.11.0/cnf/ltmain.sh-11140-# ### BEGIN LIBTOOL TAG CONFIG: disable-static
gap-4.11.0/cnf/ltmain.sh:11141:build_old_libs=`case $build_libtool_libs in yes) echo no;; *) echo yes;; esac`
gap-4.11.0/cnf/ltmain.sh-11142-# ### END LIBTOOL TAG CONFIG: disable-static
##############################################
gap-4.11.0/cnf/install-sh-234-      fi
gap-4.11.0/cnf/install-sh:235:      cp_umask=`expr '(' 777 - $mode % 1000 ')' $u_plus_rw`;;
gap-4.11.0/cnf/install-sh-236-    *)
##############################################
gap-4.11.0/cnf/install-sh-281-      dstdir=$dst
gap-4.11.0/cnf/install-sh:282:      dst=$dstdir/`basename "$src"`
gap-4.11.0/cnf/install-sh-283-      dstdir_status=0
gap-4.11.0/cnf/install-sh-284-    else
gap-4.11.0/cnf/install-sh:285:      dstdir=`dirname "$dst"`
gap-4.11.0/cnf/install-sh-286-      test -d "$dstdir"
##############################################
gap-4.11.0/cnf/install-sh-337-                   # FreeBSD 6.1 mkdir -m -p sets mode of existing directory.
gap-4.11.0/cnf/install-sh:338:                   ls_ld_tmpdir=`ls -ld "$tmpdir"`
gap-4.11.0/cnf/install-sh-339-                   case $ls_ld_tmpdir in
##############################################
gap-4.11.0/cnf/install-sh-344-                   $mkdirprog -m$different_mode -p -- "$tmpdir" && {
gap-4.11.0/cnf/install-sh:345:                     ls_ld_tmpdir_1=`ls -ld "$tmpdir"`
gap-4.11.0/cnf/install-sh-346-                     test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1"
##############################################
gap-4.11.0/cnf/install-sh-402-            case $prefix in
gap-4.11.0/cnf/install-sh:403:              *\'*) qprefix=`echo "$prefix" | sed "s/'/'\\\\\\\\''/g"`;;
gap-4.11.0/cnf/install-sh-404-              *) qprefix=$prefix;;
##############################################
gap-4.11.0/cnf/install-sh-451-    if $copy_on_change &&
gap-4.11.0/cnf/install-sh:452:       old=`LC_ALL=C ls -dlL "$dst"     2>/dev/null` &&
gap-4.11.0/cnf/install-sh:453:       new=`LC_ALL=C ls -dlL "$dsttmp"  2>/dev/null` &&
gap-4.11.0/cnf/install-sh-454-       set -f &&
##############################################
gap-4.11.0/cnf/m4/libtool.m4-119-    done
gap-4.11.0/cnf/m4/libtool.m4:120:    func_cc_basename_result=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
gap-4.11.0/cnf/m4/libtool.m4-121-}
##############################################
gap-4.11.0/cnf/m4/libtool.m4-437-m4_define([_LT_CONFIG_STATUS_DECLARE],
gap-4.11.0/cnf/m4/libtool.m4:438:[$1='`$ECHO "$][$1" | $SED "$delay_single_quote_subst"`'])
gap-4.11.0/cnf/m4/libtool.m4-439-
##############################################
gap-4.11.0/cnf/m4/libtool.m4-447-#
gap-4.11.0/cnf/m4/libtool.m4:448:#    <var>='`$ECHO "$<var>" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/cnf/m4/libtool.m4-449-m4_defun([_LT_CONFIG_STATUS_DECLARATIONS],
##############################################
gap-4.11.0/cnf/m4/libtool.m4-557-]], lt_decl_quote_varnames); do
gap-4.11.0/cnf/m4/libtool.m4:558:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
gap-4.11.0/cnf/m4/libtool.m4-559-    *[[\\\\\\\`\\"\\\$]]*)
gap-4.11.0/cnf/m4/libtool.m4:560:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\"" ## exclude from sc_prohibit_nested_quotes
gap-4.11.0/cnf/m4/libtool.m4-561-      ;;
##############################################
gap-4.11.0/cnf/m4/libtool.m4-570-]], lt_decl_dquote_varnames); do
gap-4.11.0/cnf/m4/libtool.m4:571:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
gap-4.11.0/cnf/m4/libtool.m4-572-    *[[\\\\\\\`\\"\\\$]]*)
gap-4.11.0/cnf/m4/libtool.m4:573:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\"" ## exclude from sc_prohibit_nested_quotes
gap-4.11.0/cnf/m4/libtool.m4-574-      ;;
##############################################
gap-4.11.0/cnf/m4/libtool.m4-1112-  if test yes = "$lt_cv_ld_force_load"; then
gap-4.11.0/cnf/m4/libtool.m4:1113:    _LT_TAGVAR(whole_archive_flag_spec, $1)='`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience $wl-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`'
gap-4.11.0/cnf/m4/libtool.m4-1114-    m4_case([$1], [F77], [_LT_TAGVAR(compiler_needs_object, $1)=yes],
##############################################
gap-4.11.0/cnf/m4/libtool.m4-1165-      }]'
gap-4.11.0/cnf/m4/libtool.m4:1166:  _LT_TAGVAR([lt_cv_aix_libpath_], [$1])=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
gap-4.11.0/cnf/m4/libtool.m4-1167-  # Check for a 64-bit object if we didn't find anything.
gap-4.11.0/cnf/m4/libtool.m4-1168-  if test -z "$_LT_TAGVAR([lt_cv_aix_libpath_], [$1])"; then
gap-4.11.0/cnf/m4/libtool.m4:1169:    _LT_TAGVAR([lt_cv_aix_libpath_], [$1])=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
gap-4.11.0/cnf/m4/libtool.m4-1170-  fi],[])
##############################################
gap-4.11.0/cnf/m4/libtool.m4-1201-if test "X`( print -r -- -n ) 2>/dev/null`" = X-n && \
gap-4.11.0/cnf/m4/libtool.m4:1202:   test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
gap-4.11.0/cnf/m4/libtool.m4-1203-  ECHO='print -r --'
gap-4.11.0/cnf/m4/libtool.m4:1204:elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
gap-4.11.0/cnf/m4/libtool.m4-1205-  ECHO='printf %s\n'
##############################################
gap-4.11.0/cnf/m4/libtool.m4-1236-    PATH=/empty FPATH=/empty; export PATH FPATH
gap-4.11.0/cnf/m4/libtool.m4:1237:    test "X`printf %s $ECHO`" = "X$ECHO" \
gap-4.11.0/cnf/m4/libtool.m4:1238:      || test "X`print -r -- $ECHO`" = "X$ECHO" )])])
gap-4.11.0/cnf/m4/libtool.m4-1239-
##############################################
gap-4.11.0/cnf/m4/libtool.m4-1260-   if test yes = "$GCC"; then
gap-4.11.0/cnf/m4/libtool.m4:1261:     lt_sysroot=`$CC --print-sysroot 2>/dev/null`
gap-4.11.0/cnf/m4/libtool.m4-1262-   fi
##############################################
gap-4.11.0/cnf/m4/libtool.m4-1264- /*)
gap-4.11.0/cnf/m4/libtool.m4:1265:   lt_sysroot=`echo "$with_sysroot" | sed -e "$sed_quote_subst"`
gap-4.11.0/cnf/m4/libtool.m4-1266-   ;; #(
##############################################
gap-4.11.0/cnf/m4/libtool.m4-1294-  if AC_TRY_EVAL(ac_compile); then
gap-4.11.0/cnf/m4/libtool.m4:1295:    case `/usr/bin/file conftest.$ac_objext` in
gap-4.11.0/cnf/m4/libtool.m4-1296-      *ELF-32*)
##############################################
gap-4.11.0/cnf/m4/libtool.m4-1311-    if test yes = "$lt_cv_prog_gnu_ld"; then
gap-4.11.0/cnf/m4/libtool.m4:1312:      case `/usr/bin/file conftest.$ac_objext` in
gap-4.11.0/cnf/m4/libtool.m4-1313-	*32-bit*)
##############################################
gap-4.11.0/cnf/m4/libtool.m4-1323-    else
gap-4.11.0/cnf/m4/libtool.m4:1324:      case `/usr/bin/file conftest.$ac_objext` in
gap-4.11.0/cnf/m4/libtool.m4-1325-	*32-bit*)
##############################################
gap-4.11.0/cnf/m4/libtool.m4-1345-    emul=elf
gap-4.11.0/cnf/m4/libtool.m4:1346:    case `/usr/bin/file conftest.$ac_objext` in
gap-4.11.0/cnf/m4/libtool.m4-1347-      *32-bit*)
##############################################
gap-4.11.0/cnf/m4/libtool.m4-1353-    esac
gap-4.11.0/cnf/m4/libtool.m4:1354:    case `/usr/bin/file conftest.$ac_objext` in
gap-4.11.0/cnf/m4/libtool.m4-1355-      *MSB*)
##############################################
gap-4.11.0/cnf/m4/libtool.m4-1361-    esac
gap-4.11.0/cnf/m4/libtool.m4:1362:    case `/usr/bin/file conftest.$ac_objext` in
gap-4.11.0/cnf/m4/libtool.m4-1363-      *N32*)
##############################################
gap-4.11.0/cnf/m4/libtool.m4-1726-    # And add a safety zone
gap-4.11.0/cnf/m4/libtool.m4:1727:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
gap-4.11.0/cnf/m4/libtool.m4:1728:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
gap-4.11.0/cnf/m4/libtool.m4-1729-    ;;
##############################################
gap-4.11.0/cnf/m4/libtool.m4-1759-    if test -n "$kargmax"; then
gap-4.11.0/cnf/m4/libtool.m4:1760:      lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[[	 ]]//'`
gap-4.11.0/cnf/m4/libtool.m4-1761-    else
##############################################
gap-4.11.0/cnf/m4/libtool.m4-1768-       test undefined != "$lt_cv_sys_max_cmd_len"; then
gap-4.11.0/cnf/m4/libtool.m4:1769:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
gap-4.11.0/cnf/m4/libtool.m4:1770:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
gap-4.11.0/cnf/m4/libtool.m4-1771-    else
##############################################
gap-4.11.0/cnf/m4/libtool.m4-1780-      # we can't tell.
gap-4.11.0/cnf/m4/libtool.m4:1781:      while { test X`env echo "$teststring$teststring" 2>/dev/null` \
gap-4.11.0/cnf/m4/libtool.m4-1782-	         = "X$teststring$teststring"; } >/dev/null 2>&1 &&
##############################################
gap-4.11.0/cnf/m4/libtool.m4-1784-      do
gap-4.11.0/cnf/m4/libtool.m4:1785:        i=`expr $i + 1`
gap-4.11.0/cnf/m4/libtool.m4-1786-        teststring=$teststring$teststring
##############################################
gap-4.11.0/cnf/m4/libtool.m4-1788-      # Only check the string length outside the loop.
gap-4.11.0/cnf/m4/libtool.m4:1789:      lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
gap-4.11.0/cnf/m4/libtool.m4-1790-      teststring=
##############################################
gap-4.11.0/cnf/m4/libtool.m4-1793-      # linker.  It appears as though 1/2 is a usable value.
gap-4.11.0/cnf/m4/libtool.m4:1794:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
gap-4.11.0/cnf/m4/libtool.m4-1795-    fi
##############################################
gap-4.11.0/cnf/m4/libtool.m4-2259-    *:)
gap-4.11.0/cnf/m4/libtool.m4:2260:        eval @S|@1=\"`$ECHO @S|@2 | $SED 's/:/ /g'` \@S|@@S|@1\"
gap-4.11.0/cnf/m4/libtool.m4-2261-        ;;
gap-4.11.0/cnf/m4/libtool.m4-2262-    x:*)
gap-4.11.0/cnf/m4/libtool.m4:2263:        eval @S|@1=\"\@S|@@S|@1 `$ECHO @S|@2 | $SED 's/:/ /g'`\"
gap-4.11.0/cnf/m4/libtool.m4-2264-        ;;
gap-4.11.0/cnf/m4/libtool.m4-2265-    *::*)
gap-4.11.0/cnf/m4/libtool.m4:2266:        eval @S|@1=\"\@S|@@S|@1\ `$ECHO @S|@2 | $SED -e 's/.*:://' -e 's/:/ /g'`\"
gap-4.11.0/cnf/m4/libtool.m4:2267:        eval @S|@1=\"`$ECHO @S|@2 | $SED -e 's/::.*//' -e 's/:/ /g'`\ \@S|@@S|@1\"
gap-4.11.0/cnf/m4/libtool.m4-2268-        ;;
gap-4.11.0/cnf/m4/libtool.m4-2269-    *)
gap-4.11.0/cnf/m4/libtool.m4:2270:        eval @S|@1=\"`$ECHO @S|@2 | $SED 's/:/ /g'`\"
gap-4.11.0/cnf/m4/libtool.m4-2271-        ;;
##############################################
gap-4.11.0/cnf/m4/libtool.m4-2299-  esac
gap-4.11.0/cnf/m4/libtool.m4:2300:  lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
gap-4.11.0/cnf/m4/libtool.m4-2301-  case $lt_search_path_spec in
##############################################
gap-4.11.0/cnf/m4/libtool.m4-2306-    # okay in the real world where ";" in dirpaths is itself problematic.
gap-4.11.0/cnf/m4/libtool.m4:2307:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
gap-4.11.0/cnf/m4/libtool.m4-2308-    ;;
gap-4.11.0/cnf/m4/libtool.m4-2309-  *)
gap-4.11.0/cnf/m4/libtool.m4:2310:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
gap-4.11.0/cnf/m4/libtool.m4-2311-    ;;
##############################################
gap-4.11.0/cnf/m4/libtool.m4-2315-  lt_tmp_lt_search_path_spec=
gap-4.11.0/cnf/m4/libtool.m4:2316:  lt_multi_os_dir=/`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
gap-4.11.0/cnf/m4/libtool.m4-2317-  # ...but if some path component already ends with the multilib dir we assume
##############################################
gap-4.11.0/cnf/m4/libtool.m4-2357-  esac
gap-4.11.0/cnf/m4/libtool.m4:2358:  sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
gap-4.11.0/cnf/m4/libtool.m4-2359-else
##############################################
gap-4.11.0/cnf/m4/libtool.m4-2498-    # Create ${libname}_ixlibrary.a entries in /sys/libs.
gap-4.11.0/cnf/m4/libtool.m4:2499:    finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`func_echo_all "$lib" | $SED '\''s%^.*/\([[^/]]*\)\.ixlibrary$%\1%'\''`; $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'
gap-4.11.0/cnf/m4/libtool.m4-2500-    ;;
##############################################
gap-4.11.0/cnf/m4/libtool.m4-2534-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
gap-4.11.0/cnf/m4/libtool.m4:2535:    postinstall_cmds='base_file=`basename \$file`~
gap-4.11.0/cnf/m4/libtool.m4:2536:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~
gap-4.11.0/cnf/m4/libtool.m4:2537:      dldir=$destdir/`dirname \$dlpath`~
gap-4.11.0/cnf/m4/libtool.m4-2538-      test -d \$dldir || mkdir -p \$dldir~
##############################################
gap-4.11.0/cnf/m4/libtool.m4-2543-      fi'
gap-4.11.0/cnf/m4/libtool.m4:2544:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
gap-4.11.0/cnf/m4/libtool.m4-2545-      dlpath=$dir/\$dldll~
##############################################
gap-4.11.0/cnf/m4/libtool.m4-2551-      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
gap-4.11.0/cnf/m4/libtool.m4:2552:      soname_spec='`echo $libname | sed -e 's/^lib/cyg/'``echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext'
gap-4.11.0/cnf/m4/libtool.m4-2553-m4_if([$1], [],[
##############################################
gap-4.11.0/cnf/m4/libtool.m4-2557-      # MinGW DLLs use traditional 'lib' prefix
gap-4.11.0/cnf/m4/libtool.m4:2558:      soname_spec='$libname`echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext'
gap-4.11.0/cnf/m4/libtool.m4-2559-      ;;
##############################################
gap-4.11.0/cnf/m4/libtool.m4-2561-      # pw32 DLLs use 'pw' prefix rather than 'lib'
gap-4.11.0/cnf/m4/libtool.m4:2562:      library_names_spec='`echo $libname | sed -e 's/^lib/pw/'``echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext'
gap-4.11.0/cnf/m4/libtool.m4-2563-      ;;
##############################################
gap-4.11.0/cnf/m4/libtool.m4-2570-    libname_spec='$name'
gap-4.11.0/cnf/m4/libtool.m4:2571:    soname_spec='$libname`echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext'
gap-4.11.0/cnf/m4/libtool.m4-2572-    library_names_spec='$libname.dll.lib'
##############################################
gap-4.11.0/cnf/m4/libtool.m4-2582-        # Let DOS variable expansion print the short 8.3 style file name.
gap-4.11.0/cnf/m4/libtool.m4:2583:        lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"`
gap-4.11.0/cnf/m4/libtool.m4-2584-        sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path"
##############################################
gap-4.11.0/cnf/m4/libtool.m4-2587-      # Convert to MSYS style.
gap-4.11.0/cnf/m4/libtool.m4:2588:      sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | sed -e 's|\\\\|/|g' -e 's| \\([[a-zA-Z]]\\):| /\\1|g' -e 's|^ ||'`
gap-4.11.0/cnf/m4/libtool.m4-2589-      ;;
##############################################
gap-4.11.0/cnf/m4/libtool.m4-2593-      # like /cygdrive/c/PROGRA~1:/cygdr...
gap-4.11.0/cnf/m4/libtool.m4:2594:      sys_lib_search_path_spec=`cygpath --path --unix "$LIB"`
gap-4.11.0/cnf/m4/libtool.m4:2595:      sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null`
gap-4.11.0/cnf/m4/libtool.m4:2596:      sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
gap-4.11.0/cnf/m4/libtool.m4-2597-      ;;
##############################################
gap-4.11.0/cnf/m4/libtool.m4-2601-        # It is most probably a Windows format PATH.
gap-4.11.0/cnf/m4/libtool.m4:2602:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
gap-4.11.0/cnf/m4/libtool.m4-2603-      else
gap-4.11.0/cnf/m4/libtool.m4:2604:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
gap-4.11.0/cnf/m4/libtool.m4-2605-      fi
##############################################
gap-4.11.0/cnf/m4/libtool.m4-2611-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
gap-4.11.0/cnf/m4/libtool.m4:2612:    postinstall_cmds='base_file=`basename \$file`~
gap-4.11.0/cnf/m4/libtool.m4:2613:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~
gap-4.11.0/cnf/m4/libtool.m4:2614:      dldir=$destdir/`dirname \$dlpath`~
gap-4.11.0/cnf/m4/libtool.m4-2615-      test -d \$dldir || mkdir -p \$dldir~
gap-4.11.0/cnf/m4/libtool.m4-2616-      $install_prog $dir/$dlname \$dldir/$dlname'
gap-4.11.0/cnf/m4/libtool.m4:2617:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
gap-4.11.0/cnf/m4/libtool.m4-2618-      dlpath=$dir/\$dldll~
##############################################
gap-4.11.0/cnf/m4/libtool.m4-2625-    # Assume MSVC wrapper
gap-4.11.0/cnf/m4/libtool.m4:2626:    library_names_spec='$libname`echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext $libname.lib'
gap-4.11.0/cnf/m4/libtool.m4-2627-    dynamic_linker='Win32 ld.exe'
##############################################
gap-4.11.0/cnf/m4/libtool.m4-2642-  shlibpath_var=DYLD_LIBRARY_PATH
gap-4.11.0/cnf/m4/libtool.m4:2643:  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
gap-4.11.0/cnf/m4/libtool.m4-2644-m4_if([$1], [],[
##############################################
gap-4.11.0/cnf/m4/libtool.m4-2876-  if test -f /etc/ld.so.conf; then
gap-4.11.0/cnf/m4/libtool.m4:2877:    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;s/"//g;/^$/d' | tr '\n' ' '`
gap-4.11.0/cnf/m4/libtool.m4-2878-    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
##############################################
gap-4.11.0/cnf/m4/libtool.m4-2930-  need_lib_prefix=no
gap-4.11.0/cnf/m4/libtool.m4:2931:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
gap-4.11.0/cnf/m4/libtool.m4-2932-    need_version=no
##############################################
gap-4.11.0/cnf/m4/libtool.m4-2957-  sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
gap-4.11.0/cnf/m4/libtool.m4:2958:  postinstall_cmds='base_file=`basename \$file`~
gap-4.11.0/cnf/m4/libtool.m4:2959:    dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; $ECHO \$dlname'\''`~
gap-4.11.0/cnf/m4/libtool.m4:2960:    dldir=$destdir/`dirname \$dlpath`~
gap-4.11.0/cnf/m4/libtool.m4-2961-    test -d \$dldir || mkdir -p \$dldir~
##############################################
gap-4.11.0/cnf/m4/libtool.m4-2966-    fi'
gap-4.11.0/cnf/m4/libtool.m4:2967:  postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; $ECHO \$dlname'\''`~
gap-4.11.0/cnf/m4/libtool.m4-2968-    dlpath=$dir/\$dldll~
##############################################
gap-4.11.0/cnf/m4/libtool.m4-3177-	"file_magic "*)
gap-4.11.0/cnf/m4/libtool.m4:3178:	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
gap-4.11.0/cnf/m4/libtool.m4-3179-	  MAGIC_CMD=$lt_cv_path_MAGIC_CMD
##############################################
gap-4.11.0/cnf/m4/libtool.m4-3260-    # gcc leaves a trailing carriage return, which upsets mingw
gap-4.11.0/cnf/m4/libtool.m4:3261:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
gap-4.11.0/cnf/m4/libtool.m4-3262-  *)
gap-4.11.0/cnf/m4/libtool.m4:3263:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
gap-4.11.0/cnf/m4/libtool.m4-3264-  esac
##############################################
gap-4.11.0/cnf/m4/libtool.m4-3269-      # Canonicalize the pathname of ld
gap-4.11.0/cnf/m4/libtool.m4:3270:      ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
gap-4.11.0/cnf/m4/libtool.m4-3271-      while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
gap-4.11.0/cnf/m4/libtool.m4:3272:	ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
gap-4.11.0/cnf/m4/libtool.m4-3273-      done
##############################################
gap-4.11.0/cnf/m4/libtool.m4-3300-      # Break only if it was the GNU/non-GNU ld that we prefer.
gap-4.11.0/cnf/m4/libtool.m4:3301:      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
gap-4.11.0/cnf/m4/libtool.m4-3302-      *GNU* | *'with BFD'*)
##############################################
gap-4.11.0/cnf/m4/libtool.m4-3340-[# I'd rather use --version here, but apparently some GNU lds only accept -v.
gap-4.11.0/cnf/m4/libtool.m4:3341:case `$LD -v 2>&1 </dev/null` in
gap-4.11.0/cnf/m4/libtool.m4-3342-*GNU* | *'with BFD'*)
##############################################
gap-4.11.0/cnf/m4/libtool.m4-3567-openbsd* | bitrig*)
gap-4.11.0/cnf/m4/libtool.m4:3568:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
gap-4.11.0/cnf/m4/libtool.m4-3569-    lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|\.so|_pic\.a)$'
##############################################
gap-4.11.0/cnf/m4/libtool.m4-3634-    else
gap-4.11.0/cnf/m4/libtool.m4:3635:      file_magic_glob=`echo aAbBcCdDeEfFgGhHiIjJkKlLmMnNoOpPqQrRsStTuUvVwWxXyYzZ | $SED -e "s/\(..\)/s\/[[\1]]\/[[\1]]\/g;/g"`
gap-4.11.0/cnf/m4/libtool.m4-3636-    fi
##############################################
gap-4.11.0/cnf/m4/libtool.m4-3685-	esac
gap-4.11.0/cnf/m4/libtool.m4:3686:	case `"$tmp_nm" -B $lt_bad_file 2>&1 | sed '1q'` in
gap-4.11.0/cnf/m4/libtool.m4-3687-	*$lt_bad_file* | *'Invalid file or object type'*)
##############################################
gap-4.11.0/cnf/m4/libtool.m4-3691-	*)
gap-4.11.0/cnf/m4/libtool.m4:3692:	  case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
gap-4.11.0/cnf/m4/libtool.m4-3693-	  */dev/null*)
##############################################
gap-4.11.0/cnf/m4/libtool.m4-3717-    AC_CHECK_TOOLS(DUMPBIN, [dumpbin "link -dump"], :)
gap-4.11.0/cnf/m4/libtool.m4:3718:    case `$DUMPBIN -symbols -headers /dev/null 2>&1 | sed '1q'` in
gap-4.11.0/cnf/m4/libtool.m4-3719-    *COFF*)
##############################################
gap-4.11.0/cnf/m4/libtool.m4-3776-  # decide which one to use based on capabilities of $DLLTOOL
gap-4.11.0/cnf/m4/libtool.m4:3777:  case `$DLLTOOL --help 2>&1` in
gap-4.11.0/cnf/m4/libtool.m4-3778-  *--identify-strict*)
##############################################
gap-4.11.0/cnf/m4/libtool.m4-3950-# If we're using GNU nm, then use its standard symbol codes.
gap-4.11.0/cnf/m4/libtool.m4:3951:case `$NM -V 2>&1` in
gap-4.11.0/cnf/m4/libtool.m4-3952-*GNU* | *'with BFD'*)
##############################################
gap-4.11.0/cnf/m4/libtool.m4-3998-mingw*)
gap-4.11.0/cnf/m4/libtool.m4:3999:  opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
gap-4.11.0/cnf/m4/libtool.m4-4000-  ;;
##############################################
gap-4.11.0/cnf/m4/libtool.m4-4054-    nlist=conftest.nm
gap-4.11.0/cnf/m4/libtool.m4:4055:    if AC_TRY_EVAL(NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) && test -s "$nlist"; then
gap-4.11.0/cnf/m4/libtool.m4-4056-      # Try sorting and uniquifying the output.
##############################################
gap-4.11.0/cnf/m4/libtool.m4-4402-	  *)
gap-4.11.0/cnf/m4/libtool.m4:4403:	    case `$CC -V 2>&1 | sed 5q` in
gap-4.11.0/cnf/m4/libtool.m4-4404-	    *Sun\ C*)
##############################################
gap-4.11.0/cnf/m4/libtool.m4-4738-      *)
gap-4.11.0/cnf/m4/libtool.m4:4739:	case `$CC -V 2>&1 | sed 5q` in
gap-4.11.0/cnf/m4/libtool.m4-4740-	*Sun\ Ceres\ Fortran* | *Sun*Fortran*\ [[1-7]].* | *Sun*Fortran*\ 8.[[0-3]]*)
##############################################
gap-4.11.0/cnf/m4/libtool.m4-4921-    else
gap-4.11.0/cnf/m4/libtool.m4:4922:      _LT_TAGVAR(export_symbols_cmds, $1)='`func_echo_all $NM | $SED -e '\''s/B\([[^B]]*\)$/P\1/'\''` -PCpgl $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) && ([substr](\$ 1,1,1) != ".")) { if ((\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) { print \$ 1 " weak" } else { print \$ 1 } } }'\'' | sort -u > $export_symbols'
gap-4.11.0/cnf/m4/libtool.m4-4923-    fi
##############################################
gap-4.11.0/cnf/m4/libtool.m4-5014-	# shared libraries, regardless of the interface used.
gap-4.11.0/cnf/m4/libtool.m4:5015:	case `$LD -v 2>&1` in
gap-4.11.0/cnf/m4/libtool.m4-5016-	  *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
##############################################
gap-4.11.0/cnf/m4/libtool.m4-5046-    supports_anon_versioning=no
gap-4.11.0/cnf/m4/libtool.m4:5047:    case `$LD -v | $SED -e 's/([^)]\+)\s\+//' 2>&1` in
gap-4.11.0/cnf/m4/libtool.m4-5048-      *GNU\ gold*) supports_anon_versioning=yes ;;
##############################################
gap-4.11.0/cnf/m4/libtool.m4-5149-	prefix_cmds="$SED"~
gap-4.11.0/cnf/m4/libtool.m4:5150:	if test EXPORTS = "`$SED 1q $export_symbols`"; then
gap-4.11.0/cnf/m4/libtool.m4-5151-	  prefix_cmds="$prefix_cmds -e 1d";
##############################################
gap-4.11.0/cnf/m4/libtool.m4-5171-      # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
gap-4.11.0/cnf/m4/libtool.m4:5172:      _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'
gap-4.11.0/cnf/m4/libtool.m4:5173:      _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'
gap-4.11.0/cnf/m4/libtool.m4-5174-      ;;
##############################################
gap-4.11.0/cnf/m4/libtool.m4-5189-        pgcc*)				# Portland Group C compiler
gap-4.11.0/cnf/m4/libtool.m4:5190:	  _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
gap-4.11.0/cnf/m4/libtool.m4-5191-	  tmp_addflag=' $pic_flag'
##############################################
gap-4.11.0/cnf/m4/libtool.m4-5194-					# Portland Group f77 and f90 compilers
gap-4.11.0/cnf/m4/libtool.m4:5195:	  _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
gap-4.11.0/cnf/m4/libtool.m4-5196-	  tmp_addflag=' $pic_flag -Mnomain' ;;
##############################################
gap-4.11.0/cnf/m4/libtool.m4-5211-	nvcc*)	# Cuda Compiler Driver 2.2
gap-4.11.0/cnf/m4/libtool.m4:5212:	  _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
gap-4.11.0/cnf/m4/libtool.m4-5213-	  _LT_TAGVAR(compiler_needs_object, $1)=yes
##############################################
gap-4.11.0/cnf/m4/libtool.m4-5215-	esac
gap-4.11.0/cnf/m4/libtool.m4:5216:	case `$CC -V 2>&1 | sed 5q` in
gap-4.11.0/cnf/m4/libtool.m4-5217-	*Sun\ C*)			# Sun C 5.9
gap-4.11.0/cnf/m4/libtool.m4:5218:	  _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; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
gap-4.11.0/cnf/m4/libtool.m4-5219-	  _LT_TAGVAR(compiler_needs_object, $1)=yes
##############################################
gap-4.11.0/cnf/m4/libtool.m4-5286-    sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
gap-4.11.0/cnf/m4/libtool.m4:5287:      case `$LD -v 2>&1` in
gap-4.11.0/cnf/m4/libtool.m4-5288-        *\ [[01]].* | *\ 2.[[0-9]].* | *\ 2.1[[0-5]].*)
##############################################
gap-4.11.0/cnf/m4/libtool.m4-5375-	else
gap-4.11.0/cnf/m4/libtool.m4:5376:	  _LT_TAGVAR(export_symbols_cmds, $1)='`func_echo_all $NM | $SED -e '\''s/B\([[^B]]*\)$/P\1/'\''` -PCpgl $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) && ([substr](\$ 1,1,1) != ".")) { if ((\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) { print \$ 1 " weak" } else { print \$ 1 } } }'\'' | sort -u > $export_symbols'
gap-4.11.0/cnf/m4/libtool.m4-5377-	fi
##############################################
gap-4.11.0/cnf/m4/libtool.m4-5440-	# below for broken collect2 doesn't work under 4.3+
gap-4.11.0/cnf/m4/libtool.m4:5441:	  collect2name=`$CC -print-prog-name=collect2`
gap-4.11.0/cnf/m4/libtool.m4-5442-	  if test -f "$collect2name" &&
##############################################
gap-4.11.0/cnf/m4/libtool.m4-5496-        _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-blibpath:$libdir:'"$aix_libpath"
gap-4.11.0/cnf/m4/libtool.m4:5497:        _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $deplibs $wl'$no_entry_flag' $compiler_flags `if test -n "$allow_undefined_flag"; then func_echo_all "$wl$allow_undefined_flag"; else :; fi` $wl'$exp_sym_flag:\$export_symbols' '$shared_flag
gap-4.11.0/cnf/m4/libtool.m4-5498-      else
##############################################
gap-4.11.0/cnf/m4/libtool.m4-5521-	  # -brtl affects multiple linker settings, -berok does not and is overridden later
gap-4.11.0/cnf/m4/libtool.m4:5522:	  compiler_flags_filtered='`func_echo_all "$compiler_flags " | $SED -e "s%-brtl\\([[, ]]\\)%-berok\\1%g"`'
gap-4.11.0/cnf/m4/libtool.m4-5523-	  if test svr4 != "$with_aix_soname"; then
##############################################
gap-4.11.0/cnf/m4/libtool.m4-5612-	# FIXME: Setting linknames here is a bad hack.
gap-4.11.0/cnf/m4/libtool.m4:5613:	_LT_TAGVAR(archive_cmds, $1)='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
gap-4.11.0/cnf/m4/libtool.m4-5614-	# The linker will automatically build a .lib file if we build a DLL.
##############################################
gap-4.11.0/cnf/m4/libtool.m4-5750-      if test yes = "$GCC"; then
gap-4.11.0/cnf/m4/libtool.m4:5751:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
gap-4.11.0/cnf/m4/libtool.m4-5752-	# Try to use the -exported_symbol ld option, if it does not
##############################################
gap-4.11.0/cnf/m4/libtool.m4-5773-	if test yes = "$lt_cv_irix_exported_symbol"; then
gap-4.11.0/cnf/m4/libtool.m4:5774:          _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations $wl-exports_file $wl$export_symbols -o $lib'
gap-4.11.0/cnf/m4/libtool.m4-5775-	fi
gap-4.11.0/cnf/m4/libtool.m4-5776-      else
gap-4.11.0/cnf/m4/libtool.m4:5777:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
gap-4.11.0/cnf/m4/libtool.m4:5778:	_LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -exports_file $export_symbols -o $lib'
gap-4.11.0/cnf/m4/libtool.m4-5779-      fi
##############################################
gap-4.11.0/cnf/m4/libtool.m4-5823-	_LT_TAGVAR(hardcode_direct_absolute, $1)=yes
gap-4.11.0/cnf/m4/libtool.m4:5824:	if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
gap-4.11.0/cnf/m4/libtool.m4-5825-	  _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
##############################################
gap-4.11.0/cnf/m4/libtool.m4-5854-	prefix_cmds="$SED"~
gap-4.11.0/cnf/m4/libtool.m4:5855:	if test EXPORTS = "`$SED 1q $export_symbols`"; then
gap-4.11.0/cnf/m4/libtool.m4-5856-	  prefix_cmds="$prefix_cmds -e 1d";
##############################################
gap-4.11.0/cnf/m4/libtool.m4-5868-	_LT_TAGVAR(allow_undefined_flag, $1)=' $wl-expect_unresolved $wl\*'
gap-4.11.0/cnf/m4/libtool.m4:5869:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
gap-4.11.0/cnf/m4/libtool.m4-5870-      else
gap-4.11.0/cnf/m4/libtool.m4-5871-	_LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
gap-4.11.0/cnf/m4/libtool.m4:5872:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
gap-4.11.0/cnf/m4/libtool.m4-5873-      fi
##############################################
gap-4.11.0/cnf/m4/libtool.m4-5881-	_LT_TAGVAR(allow_undefined_flag, $1)=' $wl-expect_unresolved $wl\*'
gap-4.11.0/cnf/m4/libtool.m4:5882:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared$allow_undefined_flag $pic_flag $libobjs $deplibs $compiler_flags $wl-msym $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
gap-4.11.0/cnf/m4/libtool.m4-5883-	_LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir'
##############################################
gap-4.11.0/cnf/m4/libtool.m4-5885-	_LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
gap-4.11.0/cnf/m4/libtool.m4:5886:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
gap-4.11.0/cnf/m4/libtool.m4:5887:	_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~
gap-4.11.0/cnf/m4/libtool.m4:5888:          $CC -shared$allow_undefined_flag $wl-input $wl$lib.exp $compiler_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib~$RM $lib.exp'
gap-4.11.0/cnf/m4/libtool.m4-5889-
##############################################
gap-4.11.0/cnf/m4/libtool.m4-5904-      else
gap-4.11.0/cnf/m4/libtool.m4:5905:	case `$CC -V 2>&1` in
gap-4.11.0/cnf/m4/libtool.m4-5906-	*"Compilers 5.0"*)
##############################################
gap-4.11.0/cnf/m4/libtool.m4-6097-	  _LT_TAGVAR(allow_undefined_flag, $1)=
gap-4.11.0/cnf/m4/libtool.m4:6098:	  if AC_TRY_EVAL(_LT_TAGVAR(archive_cmds, $1) 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1)
gap-4.11.0/cnf/m4/libtool.m4-6099-	  then
##############################################
gap-4.11.0/cnf/m4/libtool.m4-6401-        # ancient GNU ld didn't support --whole-archive et. al.
gap-4.11.0/cnf/m4/libtool.m4:6402:        if eval "`$CC -print-prog-name=ld` --help 2>&1" |
gap-4.11.0/cnf/m4/libtool.m4-6403-	  $GREP 'no-whole-archive' > /dev/null; then
##############################################
gap-4.11.0/cnf/m4/libtool.m4-6511-          # below for broken collect2 doesn't work under 4.3+
gap-4.11.0/cnf/m4/libtool.m4:6512:	  collect2name=`$CC -print-prog-name=collect2`
gap-4.11.0/cnf/m4/libtool.m4-6513-	  if test -f "$collect2name" &&
##############################################
gap-4.11.0/cnf/m4/libtool.m4-6569-
gap-4.11.0/cnf/m4/libtool.m4:6570:          _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $deplibs $wl'$no_entry_flag' $compiler_flags `if test -n "$allow_undefined_flag"; then func_echo_all "$wl$allow_undefined_flag"; else :; fi` $wl'$exp_sym_flag:\$export_symbols' '$shared_flag
gap-4.11.0/cnf/m4/libtool.m4-6571-        else
##############################################
gap-4.11.0/cnf/m4/libtool.m4-6594-	    # -brtl affects multiple linker settings, -berok does not and is overridden later
gap-4.11.0/cnf/m4/libtool.m4:6595:	    compiler_flags_filtered='`func_echo_all "$compiler_flags " | $SED -e "s%-brtl\\([[, ]]\\)%-berok\\1%g"`'
gap-4.11.0/cnf/m4/libtool.m4-6596-	    if test svr4 != "$with_aix_soname"; then
##############################################
gap-4.11.0/cnf/m4/libtool.m4-6723-	  prefix_cmds="$SED"~
gap-4.11.0/cnf/m4/libtool.m4:6724:	  if test EXPORTS = "`$SED 1q $export_symbols`"; then
gap-4.11.0/cnf/m4/libtool.m4-6725-	    prefix_cmds="$prefix_cmds -e 1d";
##############################################
gap-4.11.0/cnf/m4/libtool.m4-6797-            # dependencies.
gap-4.11.0/cnf/m4/libtool.m4:6798:            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; func_echo_all "$list"'
gap-4.11.0/cnf/m4/libtool.m4-6799-            ;;
##############################################
gap-4.11.0/cnf/m4/libtool.m4-6862-	    # dependencies.
gap-4.11.0/cnf/m4/libtool.m4:6863:	    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; func_echo_all "$list"'
gap-4.11.0/cnf/m4/libtool.m4-6864-	    ;;
##############################################
gap-4.11.0/cnf/m4/libtool.m4-6898-	# time.  Moving up from 0x10000000 also allows more sbrk(2) space.
gap-4.11.0/cnf/m4/libtool.m4:6899:	_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'
gap-4.11.0/cnf/m4/libtool.m4:6900:	_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'
gap-4.11.0/cnf/m4/libtool.m4-6901-	;;
##############################################
gap-4.11.0/cnf/m4/libtool.m4-6905-	    # SGI C++
gap-4.11.0/cnf/m4/libtool.m4:6906:	    _LT_TAGVAR(archive_cmds, $1)='$CC -shared -all -multigot $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
gap-4.11.0/cnf/m4/libtool.m4-6907-
##############################################
gap-4.11.0/cnf/m4/libtool.m4-6916-	      if test no = "$with_gnu_ld"; then
gap-4.11.0/cnf/m4/libtool.m4:6917:	        _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
gap-4.11.0/cnf/m4/libtool.m4-6918-	      else
gap-4.11.0/cnf/m4/libtool.m4:6919:	        _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` -o $lib'
gap-4.11.0/cnf/m4/libtool.m4-6920-	      fi
##############################################
gap-4.11.0/cnf/m4/libtool.m4-6937-	    # to its proper name (with version) after linking.
gap-4.11.0/cnf/m4/libtool.m4:6938:	    _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'
gap-4.11.0/cnf/m4/libtool.m4:6939:	    _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'
gap-4.11.0/cnf/m4/libtool.m4-6940-	    # Commands to make compiler produce verbose output that lists
##############################################
gap-4.11.0/cnf/m4/libtool.m4-6947-	    # dependencies.
gap-4.11.0/cnf/m4/libtool.m4:6948:	    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; func_echo_all "$list"'
gap-4.11.0/cnf/m4/libtool.m4-6949-
##############################################
gap-4.11.0/cnf/m4/libtool.m4-6962-	    # earlier do not add the objects themselves.
gap-4.11.0/cnf/m4/libtool.m4:6963:	    case `$CC -V 2>&1` in
gap-4.11.0/cnf/m4/libtool.m4-6964-	      *"Version 7."*)
##############################################
gap-4.11.0/cnf/m4/libtool.m4-6983-            # Portland Group C++ compiler
gap-4.11.0/cnf/m4/libtool.m4:6984:	    case `$CC -V` in
gap-4.11.0/cnf/m4/libtool.m4-6985-	    *pgCC\ [[1-5]].* | *pgcpp\ [[1-5]].*)
##############################################
gap-4.11.0/cnf/m4/libtool.m4-6988-               $CC --prelink_objects --instantiation_dir $tpldir $objs $libobjs $compile_deplibs~
gap-4.11.0/cnf/m4/libtool.m4:6989:               compile_command="$compile_command `find $tpldir -name \*.o | sort | $NL2SP`"'
gap-4.11.0/cnf/m4/libtool.m4-6990-	      _LT_TAGVAR(old_archive_cmds, $1)='tpldir=Template.dir~
##############################################
gap-4.11.0/cnf/m4/libtool.m4-6992-                $CC --prelink_objects --instantiation_dir $tpldir $oldobjs$old_deplibs~
gap-4.11.0/cnf/m4/libtool.m4:6993:                $AR $AR_FLAGS $oldlib$oldobjs$old_deplibs `find $tpldir -name \*.o | sort | $NL2SP`~
gap-4.11.0/cnf/m4/libtool.m4-6994-                $RANLIB $oldlib'
##############################################
gap-4.11.0/cnf/m4/libtool.m4-6997-                $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
gap-4.11.0/cnf/m4/libtool.m4:6998:                $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags $wl-soname $wl$soname -o $lib'
gap-4.11.0/cnf/m4/libtool.m4-6999-	      _LT_TAGVAR(archive_expsym_cmds, $1)='tpldir=Template.dir~
##############################################
gap-4.11.0/cnf/m4/libtool.m4-7001-                $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
gap-4.11.0/cnf/m4/libtool.m4:7002:                $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib'
gap-4.11.0/cnf/m4/libtool.m4-7003-	      ;;
##############################################
gap-4.11.0/cnf/m4/libtool.m4-7011-	    _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl--export-dynamic'
gap-4.11.0/cnf/m4/libtool.m4:7012:	    _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
gap-4.11.0/cnf/m4/libtool.m4-7013-            ;;
##############################################
gap-4.11.0/cnf/m4/libtool.m4-7030-	    # dependencies.
gap-4.11.0/cnf/m4/libtool.m4:7031:	    output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld"`; templist=`func_echo_all "$templist" | $SED "s/\(^.*ld.*\)\( .*ld .*$\)/\1/"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "X$list" | $Xsed'
gap-4.11.0/cnf/m4/libtool.m4-7032-	    ;;
##############################################
gap-4.11.0/cnf/m4/libtool.m4-7045-	  *)
gap-4.11.0/cnf/m4/libtool.m4:7046:	    case `$CC -V 2>&1 | sed 5q` in
gap-4.11.0/cnf/m4/libtool.m4-7047-	    *Sun\ C*)
##############################################
gap-4.11.0/cnf/m4/libtool.m4-7052-	      _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
gap-4.11.0/cnf/m4/libtool.m4:7053:	      _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; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
gap-4.11.0/cnf/m4/libtool.m4-7054-	      _LT_TAGVAR(compiler_needs_object, $1)=yes
##############################################
gap-4.11.0/cnf/m4/libtool.m4-7117-	  _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath,$libdir'
gap-4.11.0/cnf/m4/libtool.m4:7118:	  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`"; then
gap-4.11.0/cnf/m4/libtool.m4-7119-	    _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'
##############################################
gap-4.11.0/cnf/m4/libtool.m4-7136-	    # to its proper name (with version) after linking.
gap-4.11.0/cnf/m4/libtool.m4:7137:	    _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'
gap-4.11.0/cnf/m4/libtool.m4-7138-
##############################################
gap-4.11.0/cnf/m4/libtool.m4-7157-	        _LT_TAGVAR(allow_undefined_flag, $1)=' $wl-expect_unresolved $wl\*'
gap-4.11.0/cnf/m4/libtool.m4:7158:	        _LT_TAGVAR(archive_cmds, $1)='$CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $soname `test -n "$verstring" && func_echo_all "$wl-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
gap-4.11.0/cnf/m4/libtool.m4-7159-	        _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir'
##############################################
gap-4.11.0/cnf/m4/libtool.m4-7162-	        _LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
gap-4.11.0/cnf/m4/libtool.m4:7163:	        _LT_TAGVAR(archive_cmds, $1)='$CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
gap-4.11.0/cnf/m4/libtool.m4:7164:	        _LT_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~
gap-4.11.0/cnf/m4/libtool.m4-7165-                  echo "-hidden">> $lib.exp~
gap-4.11.0/cnf/m4/libtool.m4:7166:                  $CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname $wl-input $wl$lib.exp  `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib~
gap-4.11.0/cnf/m4/libtool.m4-7167-                  $RM $lib.exp'
##############################################
gap-4.11.0/cnf/m4/libtool.m4-7181-	    # dependencies.
gap-4.11.0/cnf/m4/libtool.m4:7182:	    output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld" | $GREP -v "ld:"`; templist=`func_echo_all "$templist" | $SED "s/\(^.*ld.*\)\( .*ld.*$\)/\1/"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
gap-4.11.0/cnf/m4/libtool.m4-7183-	    ;;
##############################################
gap-4.11.0/cnf/m4/libtool.m4-7188-	        osf3*)
gap-4.11.0/cnf/m4/libtool.m4:7189:	          _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" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
gap-4.11.0/cnf/m4/libtool.m4-7190-		  ;;
gap-4.11.0/cnf/m4/libtool.m4-7191-	        *)
gap-4.11.0/cnf/m4/libtool.m4:7192:	          _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -nostdlib $allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-msym $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
gap-4.11.0/cnf/m4/libtool.m4-7193-		  ;;
##############################################
gap-4.11.0/cnf/m4/libtool.m4-7441-  case @S|@2 in
gap-4.11.0/cnf/m4/libtool.m4:7442:  .*) func_stripname_result=`$ECHO "@S|@3" | $SED "s%^@S|@1%%; s%\\\\@S|@2\$%%"`;;
gap-4.11.0/cnf/m4/libtool.m4:7443:  *)  func_stripname_result=`$ECHO "@S|@3" | $SED "s%^@S|@1%%; s%@S|@2\$%%"`;;
gap-4.11.0/cnf/m4/libtool.m4-7444-  esac
##############################################
gap-4.11.0/cnf/m4/libtool.m4-7530-
gap-4.11.0/cnf/m4/libtool.m4:7531:  for p in `eval "$output_verbose_link_cmd"`; do
gap-4.11.0/cnf/m4/libtool.m4-7532-    case $prev$p in
##############################################
gap-4.11.0/cnf/m4/libtool.m4-7634-if test -n "${_LT_TAGVAR(compiler_lib_search_path, $1)}"; then
gap-4.11.0/cnf/m4/libtool.m4:7635: _LT_TAGVAR(compiler_lib_search_dirs, $1)=`echo " ${_LT_TAGVAR(compiler_lib_search_path, $1)}" | $SED -e 's! -L! !g' -e 's!^ !!'`
gap-4.11.0/cnf/m4/libtool.m4-7636-fi
##############################################
gap-4.11.0/cnf/m4/libtool.m4-8254-    test 10 -lt "$lt_ac_count" && break
gap-4.11.0/cnf/m4/libtool.m4:8255:    lt_ac_count=`expr $lt_ac_count + 1`
gap-4.11.0/cnf/m4/libtool.m4-8256-    if test "$lt_ac_count" -gt "$lt_ac_max"; then
##############################################
gap-4.11.0/cnf/m4/ltsugar.m4-68-m4_define([lt_combine],
gap-4.11.0/cnf/m4/ltsugar.m4:69:[m4_if(m4_eval([$# > 3]), [1],
gap-4.11.0/cnf/m4/ltsugar.m4-70-       [m4_pushdef([_Lt_sep], [m4_define([_Lt_sep], m4_defn([lt_car]))])]]dnl
##############################################
gap-4.11.0/cnf/m4/ax_pthread.m4-296-             ax_pthread_sed='s/conftest\.\$ac_ext/conftest.$ac_objext/g'
gap-4.11.0/cnf/m4/ax_pthread.m4:297:             ax_pthread_link_step=`$as_echo "$ac_link" | sed "$ax_pthread_sed"`
gap-4.11.0/cnf/m4/ax_pthread.m4-298-             ax_pthread_2step_ac_link="($ac_compile) && (echo ==== >&5) && ($ax_pthread_link_step)"
##############################################
gap-4.11.0/cnf/config.guess-38-
gap-4.11.0/cnf/config.guess:39:me=`echo "$0" | sed -e 's,.*/,,'`
gap-4.11.0/cnf/config.guess-40-
##############################################
gap-4.11.0/cnf/config.guess-107-    # shellcheck disable=SC2039
gap-4.11.0/cnf/config.guess:108:    { tmp=`(umask 077 && mktemp -d "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } ||
gap-4.11.0/cnf/config.guess-109-	{ test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir "$tmp" 2>/dev/null) ; } ||
##############################################
gap-4.11.0/cnf/config.guess-157-	EOF
gap-4.11.0/cnf/config.guess:158:	eval "`$CC_FOR_BUILD -E "$dummy.c" 2>/dev/null | grep '^LIBC' | sed 's, ,,g'`"
gap-4.11.0/cnf/config.guess-159-
##############################################
gap-4.11.0/cnf/config.guess-194-	    earmv*)
gap-4.11.0/cnf/config.guess:195:		arch=`echo "$UNAME_MACHINE_ARCH" | sed -e 's,^e\(armv[0-9]\).*$,\1,'`
gap-4.11.0/cnf/config.guess:196:		endian=`echo "$UNAME_MACHINE_ARCH" | sed -ne 's,^.*\(eb\)$,\1,p'`
gap-4.11.0/cnf/config.guess-197-		machine="${arch}${endian}"-unknown
##############################################
gap-4.11.0/cnf/config.guess-226-		expr='s/^earmv[0-9]/-eabi/;s/eb$//'
gap-4.11.0/cnf/config.guess:227:		abi=`echo "$UNAME_MACHINE_ARCH" | sed -e "$expr"`
gap-4.11.0/cnf/config.guess-228-		;;
##############################################
gap-4.11.0/cnf/config.guess-239-	    *)
gap-4.11.0/cnf/config.guess:240:		release=`echo "$UNAME_RELEASE" | sed -e 's/[-_].*//' | cut -d. -f1,2`
gap-4.11.0/cnf/config.guess-241-		;;
##############################################
gap-4.11.0/cnf/config.guess-292-	*4.0)
gap-4.11.0/cnf/config.guess:293:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'`
gap-4.11.0/cnf/config.guess-294-		;;
gap-4.11.0/cnf/config.guess-295-	*5.*)
gap-4.11.0/cnf/config.guess:296:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'`
gap-4.11.0/cnf/config.guess-297-		;;
##############################################
gap-4.11.0/cnf/config.guess-302-	# types through head -n 1, so we only detect the type of CPU 0.
gap-4.11.0/cnf/config.guess:303:	ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^  The alpha \(.*\) processor.*$/\1/p' | head -n 1`
gap-4.11.0/cnf/config.guess-304-	case "$ALPHA_CPU_TYPE" in
##############################################
gap-4.11.0/cnf/config.guess-340-	# 1.2 uses "1.2" for uname -r.
gap-4.11.0/cnf/config.guess:341:	echo "$UNAME_MACHINE"-dec-osf"`echo "$UNAME_RELEASE" | sed -e 's/^[PVTX]//' | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz`"
gap-4.11.0/cnf/config.guess-342-	# Reset EXIT trap before exiting to avoid spurious non-zero exit code.
##############################################
gap-4.11.0/cnf/config.guess-391-    s390x:SunOS:*:*)
gap-4.11.0/cnf/config.guess:392:	echo "$UNAME_MACHINE"-ibm-solaris2"`echo "$UNAME_RELEASE" | sed -e 's/[^.]*//'`"
gap-4.11.0/cnf/config.guess-393-	exit ;;
gap-4.11.0/cnf/config.guess-394-    sun4H:SunOS:5.*:*)
gap-4.11.0/cnf/config.guess:395:	echo sparc-hal-solaris2"`echo "$UNAME_RELEASE"|sed -e 's/[^.]*//'`"
gap-4.11.0/cnf/config.guess-396-	exit ;;
gap-4.11.0/cnf/config.guess-397-    sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*)
gap-4.11.0/cnf/config.guess:398:	echo sparc-sun-solaris2"`echo "$UNAME_RELEASE" | sed -e 's/[^.]*//'`"
gap-4.11.0/cnf/config.guess-399-	exit ;;
##############################################
gap-4.11.0/cnf/config.guess-416-	fi
gap-4.11.0/cnf/config.guess:417:	echo "$SUN_ARCH"-pc-solaris2"`echo "$UNAME_RELEASE"|sed -e 's/[^.]*//'`"
gap-4.11.0/cnf/config.guess-418-	exit ;;
##############################################
gap-4.11.0/cnf/config.guess-422-	# it's likely to be more like Solaris than SunOS4.
gap-4.11.0/cnf/config.guess:423:	echo sparc-sun-solaris3"`echo "$UNAME_RELEASE"|sed -e 's/[^.]*//'`"
gap-4.11.0/cnf/config.guess-424-	exit ;;
##############################################
gap-4.11.0/cnf/config.guess-431-	# Japanese Language versions have a version number like `4.1.3-JL'.
gap-4.11.0/cnf/config.guess:432:	echo sparc-sun-sunos"`echo "$UNAME_RELEASE"|sed -e 's/-/_/'`"
gap-4.11.0/cnf/config.guess-433-	exit ;;
##############################################
gap-4.11.0/cnf/config.guess-437-    sun*:*:4.2BSD:*)
gap-4.11.0/cnf/config.guess:438:	UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null`
gap-4.11.0/cnf/config.guess-439-	test "x$UNAME_RELEASE" = x && UNAME_RELEASE=3
##############################################
gap-4.11.0/cnf/config.guess-519-	$CC_FOR_BUILD -o "$dummy" "$dummy.c" &&
gap-4.11.0/cnf/config.guess:520:	  dummyarg=`echo "$UNAME_RELEASE" | sed -n 's/\([0-9]*\).*/\1/p'` &&
gap-4.11.0/cnf/config.guess:521:	  SYSTEM_NAME=`"$dummy" "$dummyarg"` &&
gap-4.11.0/cnf/config.guess-522-	    { echo "$SYSTEM_NAME"; exit; }
##############################################
gap-4.11.0/cnf/config.guess-575-    *:IRIX*:*:*)
gap-4.11.0/cnf/config.guess:576:	echo mips-sgi-irix"`echo "$UNAME_RELEASE"|sed -e 's/-/_/g'`"
gap-4.11.0/cnf/config.guess-577-	exit ;;
##############################################
gap-4.11.0/cnf/config.guess-605-EOF
gap-4.11.0/cnf/config.guess:606:		if $CC_FOR_BUILD -o "$dummy" "$dummy.c" && SYSTEM_NAME=`"$dummy"`
gap-4.11.0/cnf/config.guess-607-		then
##############################################
gap-4.11.0/cnf/config.guess-618-    *:AIX:*:[4567])
gap-4.11.0/cnf/config.guess:619:	IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'`
gap-4.11.0/cnf/config.guess-620-	if /usr/sbin/lsattr -El "$IBM_CPU_ID" | grep ' POWER' >/dev/null 2>&1; then
##############################################
gap-4.11.0/cnf/config.guess-654-    9000/[34678]??:HP-UX:*:*)
gap-4.11.0/cnf/config.guess:655:	HPUX_REV=`echo "$UNAME_RELEASE"|sed -e 's/[^.]*.[0B]*//'`
gap-4.11.0/cnf/config.guess-656-	case "$UNAME_MACHINE" in
##############################################
gap-4.11.0/cnf/config.guess-708-EOF
gap-4.11.0/cnf/config.guess:709:		    (CCOPTS="" $CC_FOR_BUILD -o "$dummy" "$dummy.c" 2>/dev/null) && HP_ARCH=`"$dummy"`
gap-4.11.0/cnf/config.guess-710-		    test -z "$HP_ARCH" && HP_ARCH=hppa
##############################################
gap-4.11.0/cnf/config.guess-736-    ia64:HP-UX:*:*)
gap-4.11.0/cnf/config.guess:737:	HPUX_REV=`echo "$UNAME_RELEASE"|sed -e 's/[^.]*.[0B]*//'`
gap-4.11.0/cnf/config.guess-738-	echo ia64-hp-hpux"$HPUX_REV"
##############################################
gap-4.11.0/cnf/config.guess-766-EOF
gap-4.11.0/cnf/config.guess:767:	$CC_FOR_BUILD -o "$dummy" "$dummy.c" && SYSTEM_NAME=`"$dummy"` &&
gap-4.11.0/cnf/config.guess-768-		{ echo "$SYSTEM_NAME"; exit; }
##############################################
gap-4.11.0/cnf/config.guess-837-	FUJITSU_SYS=`uname -p | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/\///'`
gap-4.11.0/cnf/config.guess:838:	FUJITSU_REL=`echo "$UNAME_RELEASE" | sed -e 's/ /_/'`
gap-4.11.0/cnf/config.guess-839-	echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
gap-4.11.0/cnf/config.guess-842-	FUJITSU_SYS=`uname -p | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/\///'`
gap-4.11.0/cnf/config.guess:843:	FUJITSU_REL=`echo "$UNAME_RELEASE" | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/ /_/'`
gap-4.11.0/cnf/config.guess-844-	echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
gap-4.11.0/cnf/config.guess-860-	then
gap-4.11.0/cnf/config.guess:861:	    echo "${UNAME_PROCESSOR}"-unknown-freebsd"`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`"-gnueabi
gap-4.11.0/cnf/config.guess-862-	else
gap-4.11.0/cnf/config.guess:863:	    echo "${UNAME_PROCESSOR}"-unknown-freebsd"`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`"-gnueabihf
gap-4.11.0/cnf/config.guess-864-	fi
##############################################
gap-4.11.0/cnf/config.guess-873-	esac
gap-4.11.0/cnf/config.guess:874:	echo "$UNAME_PROCESSOR"-unknown-freebsd"`echo "$UNAME_RELEASE"|sed -e 's/[-(].*//'`"
gap-4.11.0/cnf/config.guess-875-	exit ;;
##############################################
gap-4.11.0/cnf/config.guess-909-    prep*:SunOS:5.*:*)
gap-4.11.0/cnf/config.guess:910:	echo powerpcle-unknown-solaris2"`echo "$UNAME_RELEASE"|sed -e 's/[^.]*//'`"
gap-4.11.0/cnf/config.guess-911-	exit ;;
##############################################
gap-4.11.0/cnf/config.guess-913-	# the GNU system
gap-4.11.0/cnf/config.guess:914:	echo "`echo "$UNAME_MACHINE"|sed -e 's,[-/].*$,,'`-unknown-$LIBC`echo "$UNAME_RELEASE"|sed -e 's,/.*$,,'`"
gap-4.11.0/cnf/config.guess-915-	exit ;;
##############################################
gap-4.11.0/cnf/config.guess-917-	# other systems with GNU libc and userland
gap-4.11.0/cnf/config.guess:918:	echo "$UNAME_MACHINE-unknown-`echo "$UNAME_SYSTEM" | sed 's,^[^/]*/,,' | tr "[:upper:]" "[:lower:]"``echo "$UNAME_RELEASE"|sed -e 's/[-(].*//'`-$LIBC"
gap-4.11.0/cnf/config.guess-919-	exit ;;
##############################################
gap-4.11.0/cnf/config.guess-1039-EOF
gap-4.11.0/cnf/config.guess:1040:	eval "`$CC_FOR_BUILD -E "$dummy.c" 2>/dev/null | grep '^CPU\|^MIPS_ENDIAN\|^LIBCABI'`"
gap-4.11.0/cnf/config.guess-1041-	test "x$CPU" != x && { echo "$CPU${MIPS_ENDIAN}-unknown-linux-$LIBCABI"; exit; }
##############################################
gap-4.11.0/cnf/config.guess-1139-    i*86:*:4.*:*)
gap-4.11.0/cnf/config.guess:1140:	UNAME_REL=`echo "$UNAME_RELEASE" | sed 's/\/MP$//'`
gap-4.11.0/cnf/config.guess-1141-	if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then
##############################################
gap-4.11.0/cnf/config.guess-1442-    *:DragonFly:*:*)
gap-4.11.0/cnf/config.guess:1443:	echo "$UNAME_MACHINE"-unknown-dragonfly"`echo "$UNAME_RELEASE"|sed -e 's/[-(].*//'`"
gap-4.11.0/cnf/config.guess-1444-	exit ;;
##############################################
gap-4.11.0/cnf/config.guess-1455-    i*86:skyos:*:*)
gap-4.11.0/cnf/config.guess:1456:	echo "$UNAME_MACHINE"-pc-skyos"`echo "$UNAME_RELEASE" | sed -e 's/ .*$//'`"
gap-4.11.0/cnf/config.guess-1457-	exit ;;
##############################################
gap-4.11.0/cnf/config.guess-1605-
gap-4.11.0/cnf/config.guess:1606:$CC_FOR_BUILD -o "$dummy" "$dummy.c" 2>/dev/null && SYSTEM_NAME=`$dummy` &&
gap-4.11.0/cnf/config.guess-1607-	{ echo "$SYSTEM_NAME"; exit; }
##############################################
gap-4.11.0/cnf/config.sub-56-
gap-4.11.0/cnf/config.sub:57:me=`echo "$0" | sed -e 's,.*/,,'`
gap-4.11.0/cnf/config.sub-58-
##############################################
gap-4.11.0/cnf/config.sub-772-	i*86v32)
gap-4.11.0/cnf/config.sub:773:		cpu=`echo "$1" | sed -e 's/86.*/86/'`
gap-4.11.0/cnf/config.sub-774-		vendor=pc
##############################################
gap-4.11.0/cnf/config.sub-777-	i*86v4*)
gap-4.11.0/cnf/config.sub:778:		cpu=`echo "$1" | sed -e 's/86.*/86/'`
gap-4.11.0/cnf/config.sub-779-		vendor=pc
##############################################
gap-4.11.0/cnf/config.sub-782-	i*86v)
gap-4.11.0/cnf/config.sub:783:		cpu=`echo "$1" | sed -e 's/86.*/86/'`
gap-4.11.0/cnf/config.sub-784-		vendor=pc
##############################################
gap-4.11.0/cnf/config.sub-787-	i*86sol2)
gap-4.11.0/cnf/config.sub:788:		cpu=`echo "$1" | sed -e 's/86.*/86/'`
gap-4.11.0/cnf/config.sub-789-		vendor=pc
##############################################
gap-4.11.0/cnf/config.sub-920-		cpu=sparc
gap-4.11.0/cnf/config.sub:921:		vendor=`echo "$basic_machine" | sed 's/-.*//'`
gap-4.11.0/cnf/config.sub-922-		;;
##############################################
gap-4.11.0/cnf/config.sub-1087-	sh5e[lb]-*)
gap-4.11.0/cnf/config.sub:1088:		cpu=`echo "$cpu" | sed 's/^\(sh.\)e\(.\)$/\1\2e/'`
gap-4.11.0/cnf/config.sub-1089-		;;
##############################################
gap-4.11.0/cnf/config.sub-1105-	xscale-* | xscalee[bl]-*)
gap-4.11.0/cnf/config.sub:1106:		cpu=`echo "$cpu" | sed 's/^xscale/arm/'`
gap-4.11.0/cnf/config.sub-1107-		;;
##############################################
gap-4.11.0/cnf/config.sub-1260-			*)
gap-4.11.0/cnf/config.sub:1261:				echo Invalid configuration \`"$1"\': machine \`"$cpu-$vendor"\' not recognized 1>&2
gap-4.11.0/cnf/config.sub-1262-				exit 1
##############################################
gap-4.11.0/cnf/config.sub-1294-	solaris1 | solaris1.*)
gap-4.11.0/cnf/config.sub:1295:		os=`echo $os | sed -e 's|solaris1|sunos4|'`
gap-4.11.0/cnf/config.sub-1296-		;;
##############################################
gap-4.11.0/cnf/config.sub-1303-	gnu/linux*)
gap-4.11.0/cnf/config.sub:1304:		os=`echo $os | sed -e 's|gnu/linux|linux-gnu|'`
gap-4.11.0/cnf/config.sub-1305-		;;
##############################################
gap-4.11.0/cnf/config.sub-1326-	sco3.2.[4-9]*)
gap-4.11.0/cnf/config.sub:1327:		os=`echo $os | sed -e 's/sco3.2./sco3.2v/'`
gap-4.11.0/cnf/config.sub-1328-		;;
##############################################
gap-4.11.0/cnf/config.sub-1390-	nto*)
gap-4.11.0/cnf/config.sub:1391:		os=`echo $os | sed -e 's|nto|nto-qnx|'`
gap-4.11.0/cnf/config.sub-1392-		;;
##############################################
gap-4.11.0/cnf/config.sub-1400-	linux*)
gap-4.11.0/cnf/config.sub:1401:		os=`echo $os | sed -e 's|linux|linux-gnu|'`
gap-4.11.0/cnf/config.sub-1402-		;;
##############################################
gap-4.11.0/cnf/config.sub-1412-	mac*)
gap-4.11.0/cnf/config.sub:1413:		os=`echo "$os" | sed -e 's|mac|macos|'`
gap-4.11.0/cnf/config.sub-1414-		;;
##############################################
gap-4.11.0/cnf/config.sub-1421-	sunos5*)
gap-4.11.0/cnf/config.sub:1422:		os=`echo "$os" | sed -e 's|sunos5|solaris2|'`
gap-4.11.0/cnf/config.sub-1423-		;;
gap-4.11.0/cnf/config.sub-1424-	sunos6*)
gap-4.11.0/cnf/config.sub:1425:		os=`echo "$os" | sed -e 's|sunos6|solaris3|'`
gap-4.11.0/cnf/config.sub-1426-		;;
##############################################
gap-4.11.0/cnf/config.sub-1458-	sinix5.*)
gap-4.11.0/cnf/config.sub:1459:		os=`echo $os | sed -e 's|sinix|sysv|'`
gap-4.11.0/cnf/config.sub-1460-		;;
##############################################
gap-4.11.0/cnf/config.sub-1518-	*)
gap-4.11.0/cnf/config.sub:1519:		echo Invalid configuration \`"$1"\': system \`"$os"\' not recognized 1>&2
gap-4.11.0/cnf/config.sub-1520-		exit 1
##############################################
gap-4.11.0/cnf/gac.in-123-        # GAP assumes shared libraries end in .so
gap-4.11.0/cnf/gac.in:124:        for dllfile in `cd $output_dir/.libs; ls *.dll`; do
gap-4.11.0/cnf/gac.in-125-            cp $output_dir/.libs/$dllfile $output_dir/${dllfile%.dll}.so
##############################################
gap-4.11.0/debian/doc/gap-policy.txt-68-
gap-4.11.0/debian/doc/gap-policy.txt:69:     2.   Package must provide `gap-pkg-$pkg' so GAP users can do `apt-get
gap-4.11.0/debian/doc/gap-policy.txt-70-          gap-pkg-$pkg' without having to guess <$package>.
##############################################
gap-4.11.0/debian/patches/convert.pl-repro-16-+  print STDERR "convert.pl: Please set GAP_CONVERT_DATE to the upstream document date\n";
gap-4.11.0/debian/patches/convert.pl-repro:17:+  return `env LANG=C TZ=UTC date -d "@"$ENV{'SOURCE_DATE_EPOCH'} +"%B %Y"` if (defined($ENV{'SOURCE_DATE_EPOCH'}));
gap-4.11.0/debian/patches/convert.pl-repro-18-+  return `env LANG=C TZ=UTC date +"%B %Y"`
##############################################
gap-4.11.0/debian/patches/doc-makefile-34-+	  install -o root -g root -m 0644 $$man/*.{html,css,js} $(DOCDIR)/$$man;\
gap-4.11.0/debian/patches/doc-makefile:35:+	  ln -s `readlink $$man/mathjax` $(DOCDIR)/$$man/mathjax;\
gap-4.11.0/debian/patches/doc-makefile-36-+	done
##############################################
gap-4.11.0/debian/patches/fix-convert.pl-25-     if ( !(exists $convertbooks{$book}) ) {
gap-4.11.0/debian/patches/fix-convert.pl:26:-      my @ls = `ls ${odir}$bdir`;
gap-4.11.0/debian/patches/fix-convert.pl:27:+      my @ls = `ls $gappkg$bdir`;
gap-4.11.0/debian/patches/fix-convert.pl-28-       $convertbooks{$book} 
##############################################
gap-4.11.0/debian/update-gap-workspace-23-  rm -f $WORKSPACE.gz
gap-4.11.0/debian/update-gap-workspace:24:  mkdir -p `dirname $WORKSPACE`
gap-4.11.0/debian/update-gap-workspace-25-  echo 'SaveWorkspace("'$WORKSPACE'");' | $GAP -q -r -R >/dev/null 
##############################################
gap-4.11.0/.pc/fix-gac/cnf/gac.in-123-        # GAP assumes shared libraries end in .so
gap-4.11.0/.pc/fix-gac/cnf/gac.in:124:        for dllfile in `cd $output_dir/.libs; ls *.dll`; do
gap-4.11.0/.pc/fix-gac/cnf/gac.in-125-            cp $output_dir/.libs/$dllfile $output_dir/${dllfile%.dll}.so
##############################################
gap-4.11.0/.pc/fix-convert.pl/etc/convert.pl-464-    if ( !(exists $convertbooks{$book}) ) {
gap-4.11.0/.pc/fix-convert.pl/etc/convert.pl:465:      my @ls = `ls ${odir}$bdir`;
gap-4.11.0/.pc/fix-convert.pl/etc/convert.pl-466-      $convertbooks{$book} 
##############################################
gap-4.11.0/.pc/fix-convert.pl/etc/convert.pl-766-    close TTHIN;
gap-4.11.0/.pc/fix-convert.pl/etc/convert.pl:767:    `$tthbin -r -i <tthin >tthout 2>/dev/null`; 
gap-4.11.0/.pc/fix-convert.pl/etc/convert.pl-768-    open (TTHOUT, "<tthout") || die "Can't read tthout";
##############################################
gap-4.11.0/.pc/convert.pl-repro/etc/convert.pl-467-    if ( !(exists $convertbooks{$book}) ) {
gap-4.11.0/.pc/convert.pl-repro/etc/convert.pl:468:      my @ls = `ls $gappkg$bdir`;
gap-4.11.0/.pc/convert.pl-repro/etc/convert.pl-469-      $convertbooks{$book} 
##############################################
gap-4.11.0/.pc/convert.pl-repro/etc/convert.pl-769-    close TTHIN;
gap-4.11.0/.pc/convert.pl-repro/etc/convert.pl:770:    `$tthbin -r -i <tthin >tthout 2>/dev/null`; 
gap-4.11.0/.pc/convert.pl-repro/etc/convert.pl-771-    open (TTHOUT, "<tthout") || die "Can't read tthout";
##############################################
gap-4.11.0/.pc/config-sub-guess/cnf/config.guess-34-
gap-4.11.0/.pc/config-sub-guess/cnf/config.guess:35:me=`echo "$0" | sed -e 's,.*/,,'`
gap-4.11.0/.pc/config-sub-guess/cnf/config.guess-36-
##############################################
gap-4.11.0/.pc/config-sub-guess/cnf/config.guess-103-    # shellcheck disable=SC2039
gap-4.11.0/.pc/config-sub-guess/cnf/config.guess:104:    { tmp=`(umask 077 && mktemp -d "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } ||
gap-4.11.0/.pc/config-sub-guess/cnf/config.guess-105-	{ test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir "$tmp" 2>/dev/null) ; } ||
##############################################
gap-4.11.0/.pc/config-sub-guess/cnf/config.guess-153-	EOF
gap-4.11.0/.pc/config-sub-guess/cnf/config.guess:154:	eval "`$CC_FOR_BUILD -E "$dummy.c" 2>/dev/null | grep '^LIBC' | sed 's, ,,g'`"
gap-4.11.0/.pc/config-sub-guess/cnf/config.guess-155-
##############################################
gap-4.11.0/.pc/config-sub-guess/cnf/config.guess-190-	    earmv*)
gap-4.11.0/.pc/config-sub-guess/cnf/config.guess:191:		arch=`echo "$UNAME_MACHINE_ARCH" | sed -e 's,^e\(armv[0-9]\).*$,\1,'`
gap-4.11.0/.pc/config-sub-guess/cnf/config.guess:192:		endian=`echo "$UNAME_MACHINE_ARCH" | sed -ne 's,^.*\(eb\)$,\1,p'`
gap-4.11.0/.pc/config-sub-guess/cnf/config.guess-193-		machine="${arch}${endian}"-unknown
##############################################
gap-4.11.0/.pc/config-sub-guess/cnf/config.guess-222-		expr='s/^earmv[0-9]/-eabi/;s/eb$//'
gap-4.11.0/.pc/config-sub-guess/cnf/config.guess:223:		abi=`echo "$UNAME_MACHINE_ARCH" | sed -e "$expr"`
gap-4.11.0/.pc/config-sub-guess/cnf/config.guess-224-		;;
##############################################
gap-4.11.0/.pc/config-sub-guess/cnf/config.guess-235-	    *)
gap-4.11.0/.pc/config-sub-guess/cnf/config.guess:236:		release=`echo "$UNAME_RELEASE" | sed -e 's/[-_].*//' | cut -d. -f1,2`
gap-4.11.0/.pc/config-sub-guess/cnf/config.guess-237-		;;
##############################################
gap-4.11.0/.pc/config-sub-guess/cnf/config.guess-288-	*4.0)
gap-4.11.0/.pc/config-sub-guess/cnf/config.guess:289:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'`
gap-4.11.0/.pc/config-sub-guess/cnf/config.guess-290-		;;
gap-4.11.0/.pc/config-sub-guess/cnf/config.guess-291-	*5.*)
gap-4.11.0/.pc/config-sub-guess/cnf/config.guess:292:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'`
gap-4.11.0/.pc/config-sub-guess/cnf/config.guess-293-		;;
##############################################
gap-4.11.0/.pc/config-sub-guess/cnf/config.guess-298-	# types through head -n 1, so we only detect the type of CPU 0.
gap-4.11.0/.pc/config-sub-guess/cnf/config.guess:299:	ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^  The alpha \(.*\) processor.*$/\1/p' | head -n 1`
gap-4.11.0/.pc/config-sub-guess/cnf/config.guess-300-	case "$ALPHA_CPU_TYPE" in
##############################################
gap-4.11.0/.pc/config-sub-guess/cnf/config.guess-336-	# 1.2 uses "1.2" for uname -r.
gap-4.11.0/.pc/config-sub-guess/cnf/config.guess:337:	echo "$UNAME_MACHINE"-dec-osf"`echo "$UNAME_RELEASE" | sed -e 's/^[PVTX]//' | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz`"
gap-4.11.0/.pc/config-sub-guess/cnf/config.guess-338-	# Reset EXIT trap before exiting to avoid spurious non-zero exit code.
##############################################
gap-4.11.0/.pc/config-sub-guess/cnf/config.guess-387-    s390x:SunOS:*:*)
gap-4.11.0/.pc/config-sub-guess/cnf/config.guess:388:	echo "$UNAME_MACHINE"-ibm-solaris2"`echo "$UNAME_RELEASE" | sed -e 's/[^.]*//'`"
gap-4.11.0/.pc/config-sub-guess/cnf/config.guess-389-	exit ;;
gap-4.11.0/.pc/config-sub-guess/cnf/config.guess-390-    sun4H:SunOS:5.*:*)
gap-4.11.0/.pc/config-sub-guess/cnf/config.guess:391:	echo sparc-hal-solaris2"`echo "$UNAME_RELEASE"|sed -e 's/[^.]*//'`"
gap-4.11.0/.pc/config-sub-guess/cnf/config.guess-392-	exit ;;
gap-4.11.0/.pc/config-sub-guess/cnf/config.guess-393-    sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*)
gap-4.11.0/.pc/config-sub-guess/cnf/config.guess:394:	echo sparc-sun-solaris2"`echo "$UNAME_RELEASE" | sed -e 's/[^.]*//'`"
gap-4.11.0/.pc/config-sub-guess/cnf/config.guess-395-	exit ;;
##############################################
gap-4.11.0/.pc/config-sub-guess/cnf/config.guess-412-	fi
gap-4.11.0/.pc/config-sub-guess/cnf/config.guess:413:	echo "$SUN_ARCH"-pc-solaris2"`echo "$UNAME_RELEASE"|sed -e 's/[^.]*//'`"
gap-4.11.0/.pc/config-sub-guess/cnf/config.guess-414-	exit ;;
##############################################
gap-4.11.0/.pc/config-sub-guess/cnf/config.guess-418-	# it's likely to be more like Solaris than SunOS4.
gap-4.11.0/.pc/config-sub-guess/cnf/config.guess:419:	echo sparc-sun-solaris3"`echo "$UNAME_RELEASE"|sed -e 's/[^.]*//'`"
gap-4.11.0/.pc/config-sub-guess/cnf/config.guess-420-	exit ;;
##############################################
gap-4.11.0/.pc/config-sub-guess/cnf/config.guess-427-	# Japanese Language versions have a version number like `4.1.3-JL'.
gap-4.11.0/.pc/config-sub-guess/cnf/config.guess:428:	echo sparc-sun-sunos"`echo "$UNAME_RELEASE"|sed -e 's/-/_/'`"
gap-4.11.0/.pc/config-sub-guess/cnf/config.guess-429-	exit ;;
##############################################
gap-4.11.0/.pc/config-sub-guess/cnf/config.guess-433-    sun*:*:4.2BSD:*)
gap-4.11.0/.pc/config-sub-guess/cnf/config.guess:434:	UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null`
gap-4.11.0/.pc/config-sub-guess/cnf/config.guess-435-	test "x$UNAME_RELEASE" = x && UNAME_RELEASE=3
##############################################
gap-4.11.0/.pc/config-sub-guess/cnf/config.guess-515-	$CC_FOR_BUILD -o "$dummy" "$dummy.c" &&
gap-4.11.0/.pc/config-sub-guess/cnf/config.guess:516:	  dummyarg=`echo "$UNAME_RELEASE" | sed -n 's/\([0-9]*\).*/\1/p'` &&
gap-4.11.0/.pc/config-sub-guess/cnf/config.guess:517:	  SYSTEM_NAME=`"$dummy" "$dummyarg"` &&
gap-4.11.0/.pc/config-sub-guess/cnf/config.guess-518-	    { echo "$SYSTEM_NAME"; exit; }
##############################################
gap-4.11.0/.pc/config-sub-guess/cnf/config.guess-571-    *:IRIX*:*:*)
gap-4.11.0/.pc/config-sub-guess/cnf/config.guess:572:	echo mips-sgi-irix"`echo "$UNAME_RELEASE"|sed -e 's/-/_/g'`"
gap-4.11.0/.pc/config-sub-guess/cnf/config.guess-573-	exit ;;
##############################################
gap-4.11.0/.pc/config-sub-guess/cnf/config.guess-601-EOF
gap-4.11.0/.pc/config-sub-guess/cnf/config.guess:602:		if $CC_FOR_BUILD -o "$dummy" "$dummy.c" && SYSTEM_NAME=`"$dummy"`
gap-4.11.0/.pc/config-sub-guess/cnf/config.guess-603-		then
##############################################
gap-4.11.0/.pc/config-sub-guess/cnf/config.guess-614-    *:AIX:*:[4567])
gap-4.11.0/.pc/config-sub-guess/cnf/config.guess:615:	IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'`
gap-4.11.0/.pc/config-sub-guess/cnf/config.guess-616-	if /usr/sbin/lsattr -El "$IBM_CPU_ID" | grep ' POWER' >/dev/null 2>&1; then
##############################################
gap-4.11.0/.pc/config-sub-guess/cnf/config.guess-650-    9000/[34678]??:HP-UX:*:*)
gap-4.11.0/.pc/config-sub-guess/cnf/config.guess:651:	HPUX_REV=`echo "$UNAME_RELEASE"|sed -e 's/[^.]*.[0B]*//'`
gap-4.11.0/.pc/config-sub-guess/cnf/config.guess-652-	case "$UNAME_MACHINE" in
##############################################
gap-4.11.0/.pc/config-sub-guess/cnf/config.guess-704-EOF
gap-4.11.0/.pc/config-sub-guess/cnf/config.guess:705:		    (CCOPTS="" $CC_FOR_BUILD -o "$dummy" "$dummy.c" 2>/dev/null) && HP_ARCH=`"$dummy"`
gap-4.11.0/.pc/config-sub-guess/cnf/config.guess-706-		    test -z "$HP_ARCH" && HP_ARCH=hppa
##############################################
gap-4.11.0/.pc/config-sub-guess/cnf/config.guess-732-    ia64:HP-UX:*:*)
gap-4.11.0/.pc/config-sub-guess/cnf/config.guess:733:	HPUX_REV=`echo "$UNAME_RELEASE"|sed -e 's/[^.]*.[0B]*//'`
gap-4.11.0/.pc/config-sub-guess/cnf/config.guess-734-	echo ia64-hp-hpux"$HPUX_REV"
##############################################
gap-4.11.0/.pc/config-sub-guess/cnf/config.guess-762-EOF
gap-4.11.0/.pc/config-sub-guess/cnf/config.guess:763:	$CC_FOR_BUILD -o "$dummy" "$dummy.c" && SYSTEM_NAME=`"$dummy"` &&
gap-4.11.0/.pc/config-sub-guess/cnf/config.guess-764-		{ echo "$SYSTEM_NAME"; exit; }
##############################################
gap-4.11.0/.pc/config-sub-guess/cnf/config.guess-833-	FUJITSU_SYS=`uname -p | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/\///'`
gap-4.11.0/.pc/config-sub-guess/cnf/config.guess:834:	FUJITSU_REL=`echo "$UNAME_RELEASE" | sed -e 's/ /_/'`
gap-4.11.0/.pc/config-sub-guess/cnf/config.guess-835-	echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
gap-4.11.0/.pc/config-sub-guess/cnf/config.guess-838-	FUJITSU_SYS=`uname -p | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/\///'`
gap-4.11.0/.pc/config-sub-guess/cnf/config.guess:839:	FUJITSU_REL=`echo "$UNAME_RELEASE" | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/ /_/'`
gap-4.11.0/.pc/config-sub-guess/cnf/config.guess-840-	echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
gap-4.11.0/.pc/config-sub-guess/cnf/config.guess-856-	then
gap-4.11.0/.pc/config-sub-guess/cnf/config.guess:857:	    echo "${UNAME_PROCESSOR}"-unknown-freebsd"`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`"-gnueabi
gap-4.11.0/.pc/config-sub-guess/cnf/config.guess-858-	else
gap-4.11.0/.pc/config-sub-guess/cnf/config.guess:859:	    echo "${UNAME_PROCESSOR}"-unknown-freebsd"`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`"-gnueabihf
gap-4.11.0/.pc/config-sub-guess/cnf/config.guess-860-	fi
##############################################
gap-4.11.0/.pc/config-sub-guess/cnf/config.guess-869-	esac
gap-4.11.0/.pc/config-sub-guess/cnf/config.guess:870:	echo "$UNAME_PROCESSOR"-unknown-freebsd"`echo "$UNAME_RELEASE"|sed -e 's/[-(].*//'`"
gap-4.11.0/.pc/config-sub-guess/cnf/config.guess-871-	exit ;;
##############################################
gap-4.11.0/.pc/config-sub-guess/cnf/config.guess-905-    prep*:SunOS:5.*:*)
gap-4.11.0/.pc/config-sub-guess/cnf/config.guess:906:	echo powerpcle-unknown-solaris2"`echo "$UNAME_RELEASE"|sed -e 's/[^.]*//'`"
gap-4.11.0/.pc/config-sub-guess/cnf/config.guess-907-	exit ;;
##############################################
gap-4.11.0/.pc/config-sub-guess/cnf/config.guess-909-	# the GNU system
gap-4.11.0/.pc/config-sub-guess/cnf/config.guess:910:	echo "`echo "$UNAME_MACHINE"|sed -e 's,[-/].*$,,'`-unknown-$LIBC`echo "$UNAME_RELEASE"|sed -e 's,/.*$,,'`"
gap-4.11.0/.pc/config-sub-guess/cnf/config.guess-911-	exit ;;
##############################################
gap-4.11.0/.pc/config-sub-guess/cnf/config.guess-913-	# other systems with GNU libc and userland
gap-4.11.0/.pc/config-sub-guess/cnf/config.guess:914:	echo "$UNAME_MACHINE-unknown-`echo "$UNAME_SYSTEM" | sed 's,^[^/]*/,,' | tr "[:upper:]" "[:lower:]"``echo "$UNAME_RELEASE"|sed -e 's/[-(].*//'`-$LIBC"
gap-4.11.0/.pc/config-sub-guess/cnf/config.guess-915-	exit ;;
##############################################
gap-4.11.0/.pc/config-sub-guess/cnf/config.guess-1035-EOF
gap-4.11.0/.pc/config-sub-guess/cnf/config.guess:1036:	eval "`$CC_FOR_BUILD -E "$dummy.c" 2>/dev/null | grep '^CPU\|^MIPS_ENDIAN\|^LIBCABI'`"
gap-4.11.0/.pc/config-sub-guess/cnf/config.guess-1037-	test "x$CPU" != x && { echo "$CPU${MIPS_ENDIAN}-unknown-linux-$LIBCABI"; exit; }
##############################################
gap-4.11.0/.pc/config-sub-guess/cnf/config.guess-1135-    i*86:*:4.*:*)
gap-4.11.0/.pc/config-sub-guess/cnf/config.guess:1136:	UNAME_REL=`echo "$UNAME_RELEASE" | sed 's/\/MP$//'`
gap-4.11.0/.pc/config-sub-guess/cnf/config.guess-1137-	if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then
##############################################
gap-4.11.0/.pc/config-sub-guess/cnf/config.guess-1438-    *:DragonFly:*:*)
gap-4.11.0/.pc/config-sub-guess/cnf/config.guess:1439:	echo "$UNAME_MACHINE"-unknown-dragonfly"`echo "$UNAME_RELEASE"|sed -e 's/[-(].*//'`"
gap-4.11.0/.pc/config-sub-guess/cnf/config.guess-1440-	exit ;;
##############################################
gap-4.11.0/.pc/config-sub-guess/cnf/config.guess-1451-    i*86:skyos:*:*)
gap-4.11.0/.pc/config-sub-guess/cnf/config.guess:1452:	echo "$UNAME_MACHINE"-pc-skyos"`echo "$UNAME_RELEASE" | sed -e 's/ .*$//'`"
gap-4.11.0/.pc/config-sub-guess/cnf/config.guess-1453-	exit ;;
##############################################
gap-4.11.0/.pc/config-sub-guess/cnf/config.guess-1601-
gap-4.11.0/.pc/config-sub-guess/cnf/config.guess:1602:$CC_FOR_BUILD -o "$dummy" "$dummy.c" 2>/dev/null && SYSTEM_NAME=`$dummy` &&
gap-4.11.0/.pc/config-sub-guess/cnf/config.guess-1603-	{ echo "$SYSTEM_NAME"; exit; }
##############################################
gap-4.11.0/.pc/config-sub-guess/cnf/config.sub-52-
gap-4.11.0/.pc/config-sub-guess/cnf/config.sub:53:me=`echo "$0" | sed -e 's,.*/,,'`
gap-4.11.0/.pc/config-sub-guess/cnf/config.sub-54-
##############################################
gap-4.11.0/.pc/config-sub-guess/cnf/config.sub-768-	i*86v32)
gap-4.11.0/.pc/config-sub-guess/cnf/config.sub:769:		cpu=`echo "$1" | sed -e 's/86.*/86/'`
gap-4.11.0/.pc/config-sub-guess/cnf/config.sub-770-		vendor=pc
##############################################
gap-4.11.0/.pc/config-sub-guess/cnf/config.sub-773-	i*86v4*)
gap-4.11.0/.pc/config-sub-guess/cnf/config.sub:774:		cpu=`echo "$1" | sed -e 's/86.*/86/'`
gap-4.11.0/.pc/config-sub-guess/cnf/config.sub-775-		vendor=pc
##############################################
gap-4.11.0/.pc/config-sub-guess/cnf/config.sub-778-	i*86v)
gap-4.11.0/.pc/config-sub-guess/cnf/config.sub:779:		cpu=`echo "$1" | sed -e 's/86.*/86/'`
gap-4.11.0/.pc/config-sub-guess/cnf/config.sub-780-		vendor=pc
##############################################
gap-4.11.0/.pc/config-sub-guess/cnf/config.sub-783-	i*86sol2)
gap-4.11.0/.pc/config-sub-guess/cnf/config.sub:784:		cpu=`echo "$1" | sed -e 's/86.*/86/'`
gap-4.11.0/.pc/config-sub-guess/cnf/config.sub-785-		vendor=pc
##############################################
gap-4.11.0/.pc/config-sub-guess/cnf/config.sub-916-		cpu=sparc
gap-4.11.0/.pc/config-sub-guess/cnf/config.sub:917:		vendor=`echo "$basic_machine" | sed 's/-.*//'`
gap-4.11.0/.pc/config-sub-guess/cnf/config.sub-918-		;;
##############################################
gap-4.11.0/.pc/config-sub-guess/cnf/config.sub-1083-	sh5e[lb]-*)
gap-4.11.0/.pc/config-sub-guess/cnf/config.sub:1084:		cpu=`echo "$cpu" | sed 's/^\(sh.\)e\(.\)$/\1\2e/'`
gap-4.11.0/.pc/config-sub-guess/cnf/config.sub-1085-		;;
##############################################
gap-4.11.0/.pc/config-sub-guess/cnf/config.sub-1101-	xscale-* | xscalee[bl]-*)
gap-4.11.0/.pc/config-sub-guess/cnf/config.sub:1102:		cpu=`echo "$cpu" | sed 's/^xscale/arm/'`
gap-4.11.0/.pc/config-sub-guess/cnf/config.sub-1103-		;;
##############################################
gap-4.11.0/.pc/config-sub-guess/cnf/config.sub-1256-			*)
gap-4.11.0/.pc/config-sub-guess/cnf/config.sub:1257:				echo Invalid configuration \`"$1"\': machine \`"$cpu-$vendor"\' not recognized 1>&2
gap-4.11.0/.pc/config-sub-guess/cnf/config.sub-1258-				exit 1
##############################################
gap-4.11.0/.pc/config-sub-guess/cnf/config.sub-1290-	solaris1 | solaris1.*)
gap-4.11.0/.pc/config-sub-guess/cnf/config.sub:1291:		os=`echo $os | sed -e 's|solaris1|sunos4|'`
gap-4.11.0/.pc/config-sub-guess/cnf/config.sub-1292-		;;
##############################################
gap-4.11.0/.pc/config-sub-guess/cnf/config.sub-1299-	gnu/linux*)
gap-4.11.0/.pc/config-sub-guess/cnf/config.sub:1300:		os=`echo $os | sed -e 's|gnu/linux|linux-gnu|'`
gap-4.11.0/.pc/config-sub-guess/cnf/config.sub-1301-		;;
##############################################
gap-4.11.0/.pc/config-sub-guess/cnf/config.sub-1322-	sco3.2.[4-9]*)
gap-4.11.0/.pc/config-sub-guess/cnf/config.sub:1323:		os=`echo $os | sed -e 's/sco3.2./sco3.2v/'`
gap-4.11.0/.pc/config-sub-guess/cnf/config.sub-1324-		;;
##############################################
gap-4.11.0/.pc/config-sub-guess/cnf/config.sub-1386-	nto*)
gap-4.11.0/.pc/config-sub-guess/cnf/config.sub:1387:		os=`echo $os | sed -e 's|nto|nto-qnx|'`
gap-4.11.0/.pc/config-sub-guess/cnf/config.sub-1388-		;;
##############################################
gap-4.11.0/.pc/config-sub-guess/cnf/config.sub-1396-	linux*)
gap-4.11.0/.pc/config-sub-guess/cnf/config.sub:1397:		os=`echo $os | sed -e 's|linux|linux-gnu|'`
gap-4.11.0/.pc/config-sub-guess/cnf/config.sub-1398-		;;
##############################################
gap-4.11.0/.pc/config-sub-guess/cnf/config.sub-1408-	mac*)
gap-4.11.0/.pc/config-sub-guess/cnf/config.sub:1409:		os=`echo "$os" | sed -e 's|mac|macos|'`
gap-4.11.0/.pc/config-sub-guess/cnf/config.sub-1410-		;;
##############################################
gap-4.11.0/.pc/config-sub-guess/cnf/config.sub-1417-	sunos5*)
gap-4.11.0/.pc/config-sub-guess/cnf/config.sub:1418:		os=`echo "$os" | sed -e 's|sunos5|solaris2|'`
gap-4.11.0/.pc/config-sub-guess/cnf/config.sub-1419-		;;
gap-4.11.0/.pc/config-sub-guess/cnf/config.sub-1420-	sunos6*)
gap-4.11.0/.pc/config-sub-guess/cnf/config.sub:1421:		os=`echo "$os" | sed -e 's|sunos6|solaris3|'`
gap-4.11.0/.pc/config-sub-guess/cnf/config.sub-1422-		;;
##############################################
gap-4.11.0/.pc/config-sub-guess/cnf/config.sub-1454-	sinix5.*)
gap-4.11.0/.pc/config-sub-guess/cnf/config.sub:1455:		os=`echo $os | sed -e 's|sinix|sysv|'`
gap-4.11.0/.pc/config-sub-guess/cnf/config.sub-1456-		;;
##############################################
gap-4.11.0/.pc/config-sub-guess/cnf/config.sub-1514-	*)
gap-4.11.0/.pc/config-sub-guess/cnf/config.sub:1515:		echo Invalid configuration \`"$1"\': system \`"$os"\' not recognized 1>&2
gap-4.11.0/.pc/config-sub-guess/cnf/config.sub-1516-		exit 1
##############################################
gap-4.11.0/.pc/gac/cnf/gac.in-123-        # GAP assumes shared libraries end in .so
gap-4.11.0/.pc/gac/cnf/gac.in:124:        for dllfile in `cd $output_dir/.libs; ls *.dll`; do
gap-4.11.0/.pc/gac/cnf/gac.in-125-            cp $output_dir/.libs/$dllfile $output_dir/${dllfile%.dll}.so
##############################################
gap-4.11.0/.pc/fix-libtool/configure-45-if test -z "$BASH_VERSION$ZSH_VERSION" \
gap-4.11.0/.pc/fix-libtool/configure:46:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
gap-4.11.0/.pc/fix-libtool/configure-47-  as_echo='print -r --'
gap-4.11.0/.pc/fix-libtool/configure-48-  as_echo_n='print -rn --'
gap-4.11.0/.pc/fix-libtool/configure:49:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
gap-4.11.0/.pc/fix-libtool/configure-50-  as_echo='printf %s\n'
##############################################
gap-4.11.0/.pc/fix-libtool/configure-52-else
gap-4.11.0/.pc/fix-libtool/configure:53:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
gap-4.11.0/.pc/fix-libtool/configure-54-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
gap-4.11.0/.pc/fix-libtool/configure-62-	expr "X$arg" : "X\\(.*\\)$as_nl";
gap-4.11.0/.pc/fix-libtool/configure:63:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
gap-4.11.0/.pc/fix-libtool/configure-64-      esac;
##############################################
gap-4.11.0/.pc/fix-libtool/configure-199-  eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
gap-4.11.0/.pc/fix-libtool/configure:200:  test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
gap-4.11.0/.pc/fix-libtool/configure-201-test \$(( 1 + 1 )) = 2 || exit 1
##############################################
gap-4.11.0/.pc/fix-libtool/configure-207-    PATH=/empty FPATH=/empty; export PATH FPATH
gap-4.11.0/.pc/fix-libtool/configure:208:    test \"X\`printf %s \$ECHO\`\" = \"X\$ECHO\" \\
gap-4.11.0/.pc/fix-libtool/configure:209:      || test \"X\`print -r -- \$ECHO\`\" = \"X\$ECHO\" ) || exit 1"
gap-4.11.0/.pc/fix-libtool/configure-210-  if (eval "$as_required") 2>/dev/null; then :
##############################################
gap-4.11.0/.pc/fix-libtool/configure-335-      case $as_dir in #(
gap-4.11.0/.pc/fix-libtool/configure:336:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
gap-4.11.0/.pc/fix-libtool/configure-337-      *) as_qdir=$as_dir;;
##############################################
gap-4.11.0/.pc/fix-libtool/configure-408-  {
gap-4.11.0/.pc/fix-libtool/configure:409:    as_val=`expr "$@" || test $? -eq 1`
gap-4.11.0/.pc/fix-libtool/configure-410-  }
##############################################
gap-4.11.0/.pc/fix-libtool/configure-415-# ----------------------------------------
gap-4.11.0/.pc/fix-libtool/configure:416:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
gap-4.11.0/.pc/fix-libtool/configure-417-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
gap-4.11.0/.pc/fix-libtool/configure-478-  eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
gap-4.11.0/.pc/fix-libtool/configure:479:  test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
gap-4.11.0/.pc/fix-libtool/configure-480-  # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
##############################################
gap-4.11.0/.pc/fix-libtool/configure-871-  case $ac_option in
gap-4.11.0/.pc/fix-libtool/configure:872:  *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
gap-4.11.0/.pc/fix-libtool/configure-873-  *=)   ac_optarg= ;;
##############################################
gap-4.11.0/.pc/fix-libtool/configure-915-  -disable-* | --disable-*)
gap-4.11.0/.pc/fix-libtool/configure:916:    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
gap-4.11.0/.pc/fix-libtool/configure-917-    # Reject names that are not valid shell variable names.
##############################################
gap-4.11.0/.pc/fix-libtool/configure-920-    ac_useropt_orig=$ac_useropt
gap-4.11.0/.pc/fix-libtool/configure:921:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
gap-4.11.0/.pc/fix-libtool/configure-922-    case $ac_user_opts in
##############################################
gap-4.11.0/.pc/fix-libtool/configure-941-  -enable-* | --enable-*)
gap-4.11.0/.pc/fix-libtool/configure:942:    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
gap-4.11.0/.pc/fix-libtool/configure-943-    # Reject names that are not valid shell variable names.
##############################################
gap-4.11.0/.pc/fix-libtool/configure-946-    ac_useropt_orig=$ac_useropt
gap-4.11.0/.pc/fix-libtool/configure:947:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
gap-4.11.0/.pc/fix-libtool/configure-948-    case $ac_user_opts in
##############################################
gap-4.11.0/.pc/fix-libtool/configure-1145-  -with-* | --with-*)
gap-4.11.0/.pc/fix-libtool/configure:1146:    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
gap-4.11.0/.pc/fix-libtool/configure-1147-    # Reject names that are not valid shell variable names.
##############################################
gap-4.11.0/.pc/fix-libtool/configure-1150-    ac_useropt_orig=$ac_useropt
gap-4.11.0/.pc/fix-libtool/configure:1151:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
gap-4.11.0/.pc/fix-libtool/configure-1152-    case $ac_user_opts in
##############################################
gap-4.11.0/.pc/fix-libtool/configure-1161-  -without-* | --without-*)
gap-4.11.0/.pc/fix-libtool/configure:1162:    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
gap-4.11.0/.pc/fix-libtool/configure-1163-    # Reject names that are not valid shell variable names.
##############################################
gap-4.11.0/.pc/fix-libtool/configure-1166-    ac_useropt_orig=$ac_useropt
gap-4.11.0/.pc/fix-libtool/configure:1167:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
gap-4.11.0/.pc/fix-libtool/configure-1168-    case $ac_user_opts in
##############################################
gap-4.11.0/.pc/fix-libtool/configure-1199-  *=*)
gap-4.11.0/.pc/fix-libtool/configure:1200:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
gap-4.11.0/.pc/fix-libtool/configure-1201-    # Reject names that are not valid shell variable names.
##############################################
gap-4.11.0/.pc/fix-libtool/configure-1220-if test -n "$ac_prev"; then
gap-4.11.0/.pc/fix-libtool/configure:1221:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
gap-4.11.0/.pc/fix-libtool/configure-1222-  as_fn_error $? "missing argument to $ac_option"
##############################################
gap-4.11.0/.pc/fix-libtool/configure-1242-    */ )
gap-4.11.0/.pc/fix-libtool/configure:1243:      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
gap-4.11.0/.pc/fix-libtool/configure-1244-      eval $ac_var=\$ac_val;;
##############################################
gap-4.11.0/.pc/fix-libtool/configure-1277-ac_ls_di=`ls -di .` &&
gap-4.11.0/.pc/fix-libtool/configure:1278:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
gap-4.11.0/.pc/fix-libtool/configure-1279-  as_fn_error $? "working directory cannot be determined"
##############################################
gap-4.11.0/.pc/fix-libtool/configure-1333-case $srcdir in
gap-4.11.0/.pc/fix-libtool/configure:1334:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
gap-4.11.0/.pc/fix-libtool/configure-1335-esac
##############################################
gap-4.11.0/.pc/fix-libtool/configure-1376-By default, \`make install' will install all the files in
gap-4.11.0/.pc/fix-libtool/configure:1377:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
gap-4.11.0/.pc/fix-libtool/configure:1378:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
gap-4.11.0/.pc/fix-libtool/configure-1379-for instance \`--prefix=\$HOME'.
##############################################
gap-4.11.0/.pc/fix-libtool/configure-1512-*)
gap-4.11.0/.pc/fix-libtool/configure:1513:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
gap-4.11.0/.pc/fix-libtool/configure-1514-  # A ".." for each directory in $ac_dir_suffix.
gap-4.11.0/.pc/fix-libtool/configure:1515:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
gap-4.11.0/.pc/fix-libtool/configure-1516-  case $ac_top_builddir_sub in
##############################################
gap-4.11.0/.pc/fix-libtool/configure-2358-    *\'*)
gap-4.11.0/.pc/fix-libtool/configure:2359:      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
gap-4.11.0/.pc/fix-libtool/configure-2360-    esac
##############################################
gap-4.11.0/.pc/fix-libtool/configure-2441-      case $ac_val in
gap-4.11.0/.pc/fix-libtool/configure:2442:      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
gap-4.11.0/.pc/fix-libtool/configure-2443-      esac
##############################################
gap-4.11.0/.pc/fix-libtool/configure-2456-	case $ac_val in
gap-4.11.0/.pc/fix-libtool/configure:2457:	*\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
gap-4.11.0/.pc/fix-libtool/configure-2458-	esac
##############################################
gap-4.11.0/.pc/fix-libtool/configure-2576-    set,)
gap-4.11.0/.pc/fix-libtool/configure:2577:      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
gap-4.11.0/.pc/fix-libtool/configure:2578:$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
gap-4.11.0/.pc/fix-libtool/configure-2579-      ac_cache_corrupted=: ;;
##############################################
gap-4.11.0/.pc/fix-libtool/configure-2587-	# differences in whitespace do not lead to failure.
gap-4.11.0/.pc/fix-libtool/configure:2588:	ac_old_val_w=`echo x $ac_old_val`
gap-4.11.0/.pc/fix-libtool/configure:2589:	ac_new_val_w=`echo x $ac_new_val`
gap-4.11.0/.pc/fix-libtool/configure-2590-	if test "$ac_old_val_w" != "$ac_new_val_w"; then
##############################################
gap-4.11.0/.pc/fix-libtool/configure-2607-    case $ac_new_val in
gap-4.11.0/.pc/fix-libtool/configure:2608:    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
gap-4.11.0/.pc/fix-libtool/configure-2609-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
gap-4.11.0/.pc/fix-libtool/configure-2682-test "x$ac_build_alias" = x &&
gap-4.11.0/.pc/fix-libtool/configure:2683:  ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
gap-4.11.0/.pc/fix-libtool/configure-2684-test "x$ac_build_alias" = x &&
gap-4.11.0/.pc/fix-libtool/configure-2685-  as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
gap-4.11.0/.pc/fix-libtool/configure:2686:ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
gap-4.11.0/.pc/fix-libtool/configure-2687-  as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
##############################################
gap-4.11.0/.pc/fix-libtool/configure-2706-IFS=$ac_save_IFS
gap-4.11.0/.pc/fix-libtool/configure:2707:case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
gap-4.11.0/.pc/fix-libtool/configure-2708-
##############################################
gap-4.11.0/.pc/fix-libtool/configure-2717-else
gap-4.11.0/.pc/fix-libtool/configure:2718:  ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
gap-4.11.0/.pc/fix-libtool/configure-2719-    as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
##############################################
gap-4.11.0/.pc/fix-libtool/configure-2739-IFS=$ac_save_IFS
gap-4.11.0/.pc/fix-libtool/configure:2740:case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
gap-4.11.0/.pc/fix-libtool/configure-2741-
##############################################
gap-4.11.0/.pc/fix-libtool/configure-3090-$as_echo_n "checking whether the C compiler works... " >&6; }
gap-4.11.0/.pc/fix-libtool/configure:3091:ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
gap-4.11.0/.pc/fix-libtool/configure-3092-
##############################################
gap-4.11.0/.pc/fix-libtool/configure-3134-	then :; else
gap-4.11.0/.pc/fix-libtool/configure:3135:	   ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
gap-4.11.0/.pc/fix-libtool/configure-3136-	fi
##############################################
gap-4.11.0/.pc/fix-libtool/configure-3194-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
gap-4.11.0/.pc/fix-libtool/configure:3195:    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
gap-4.11.0/.pc/fix-libtool/configure-3196-	  break;;
##############################################
gap-4.11.0/.pc/fix-libtool/configure-3303-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
gap-4.11.0/.pc/fix-libtool/configure:3304:    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
gap-4.11.0/.pc/fix-libtool/configure-3305-       break;;
##############################################
gap-4.11.0/.pc/fix-libtool/configure-4178-  # Check for GNU $ac_path_GREP
gap-4.11.0/.pc/fix-libtool/configure:4179:case `"$ac_path_GREP" --version 2>&1` in
gap-4.11.0/.pc/fix-libtool/configure-4180-*GNU*)
##############################################
gap-4.11.0/.pc/fix-libtool/configure-4244-  # Check for GNU $ac_path_EGREP
gap-4.11.0/.pc/fix-libtool/configure:4245:case `"$ac_path_EGREP" --version 2>&1` in
gap-4.11.0/.pc/fix-libtool/configure-4246-*GNU*)
##############################################
gap-4.11.0/.pc/fix-libtool/configure-4405-do :
gap-4.11.0/.pc/fix-libtool/configure:4406:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
gap-4.11.0/.pc/fix-libtool/configure-4407-ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
##############################################
gap-4.11.0/.pc/fix-libtool/configure-4410-  cat >>confdefs.h <<_ACEOF
gap-4.11.0/.pc/fix-libtool/configure:4411:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
gap-4.11.0/.pc/fix-libtool/configure-4412-_ACEOF
##############################################
gap-4.11.0/.pc/fix-libtool/configure-4582-	   as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue
gap-4.11.0/.pc/fix-libtool/configure:4583:	   case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
gap-4.11.0/.pc/fix-libtool/configure-4584-	     'mkdir (GNU coreutils) '* | \
##############################################
gap-4.11.0/.pc/fix-libtool/configure-4663-if test "X`( print -r -- -n ) 2>/dev/null`" = X-n && \
gap-4.11.0/.pc/fix-libtool/configure:4664:   test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
gap-4.11.0/.pc/fix-libtool/configure-4665-  ECHO='print -r --'
gap-4.11.0/.pc/fix-libtool/configure:4666:elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
gap-4.11.0/.pc/fix-libtool/configure-4667-  ECHO='printf %s\n'
##############################################
gap-4.11.0/.pc/fix-libtool/configure-4732-  # Check for GNU $ac_path_SED
gap-4.11.0/.pc/fix-libtool/configure:4733:case `"$ac_path_SED" --version 2>&1` in
gap-4.11.0/.pc/fix-libtool/configure-4734-*GNU*)
##############################################
gap-4.11.0/.pc/fix-libtool/configure-4811-  # Check for GNU $ac_path_FGREP
gap-4.11.0/.pc/fix-libtool/configure:4812:case `"$ac_path_FGREP" --version 2>&1` in
gap-4.11.0/.pc/fix-libtool/configure-4813-*GNU*)
##############################################
gap-4.11.0/.pc/fix-libtool/configure-4891-    # gcc leaves a trailing carriage return, which upsets mingw
gap-4.11.0/.pc/fix-libtool/configure:4892:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
gap-4.11.0/.pc/fix-libtool/configure-4893-  *)
gap-4.11.0/.pc/fix-libtool/configure:4894:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
gap-4.11.0/.pc/fix-libtool/configure-4895-  esac
##############################################
gap-4.11.0/.pc/fix-libtool/configure-4900-      # Canonicalize the pathname of ld
gap-4.11.0/.pc/fix-libtool/configure:4901:      ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
gap-4.11.0/.pc/fix-libtool/configure-4902-      while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
gap-4.11.0/.pc/fix-libtool/configure:4903:	ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
gap-4.11.0/.pc/fix-libtool/configure-4904-      done
##############################################
gap-4.11.0/.pc/fix-libtool/configure-4935-      # Break only if it was the GNU/non-GNU ld that we prefer.
gap-4.11.0/.pc/fix-libtool/configure:4936:      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
gap-4.11.0/.pc/fix-libtool/configure-4937-      *GNU* | *'with BFD'*)
##############################################
gap-4.11.0/.pc/fix-libtool/configure-4966-  # I'd rather use --version here, but apparently some GNU lds only accept -v.
gap-4.11.0/.pc/fix-libtool/configure:4967:case `$LD -v 2>&1 </dev/null` in
gap-4.11.0/.pc/fix-libtool/configure-4968-*GNU* | *'with BFD'*)
##############################################
gap-4.11.0/.pc/fix-libtool/configure-5016-	esac
gap-4.11.0/.pc/fix-libtool/configure:5017:	case `"$tmp_nm" -B $lt_bad_file 2>&1 | sed '1q'` in
gap-4.11.0/.pc/fix-libtool/configure-5018-	*$lt_bad_file* | *'Invalid file or object type'*)
##############################################
gap-4.11.0/.pc/fix-libtool/configure-5022-	*)
gap-4.11.0/.pc/fix-libtool/configure:5023:	  case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
gap-4.11.0/.pc/fix-libtool/configure-5024-	  */dev/null*)
##############################################
gap-4.11.0/.pc/fix-libtool/configure-5150-
gap-4.11.0/.pc/fix-libtool/configure:5151:    case `$DUMPBIN -symbols -headers /dev/null 2>&1 | sed '1q'` in
gap-4.11.0/.pc/fix-libtool/configure-5152-    *COFF*)
##############################################
gap-4.11.0/.pc/fix-libtool/configure-5262-    # And add a safety zone
gap-4.11.0/.pc/fix-libtool/configure:5263:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
gap-4.11.0/.pc/fix-libtool/configure:5264:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
gap-4.11.0/.pc/fix-libtool/configure-5265-    ;;
##############################################
gap-4.11.0/.pc/fix-libtool/configure-5295-    if test -n "$kargmax"; then
gap-4.11.0/.pc/fix-libtool/configure:5296:      lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[	 ]//'`
gap-4.11.0/.pc/fix-libtool/configure-5297-    else
##############################################
gap-4.11.0/.pc/fix-libtool/configure-5304-       test undefined != "$lt_cv_sys_max_cmd_len"; then
gap-4.11.0/.pc/fix-libtool/configure:5305:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
gap-4.11.0/.pc/fix-libtool/configure:5306:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
gap-4.11.0/.pc/fix-libtool/configure-5307-    else
##############################################
gap-4.11.0/.pc/fix-libtool/configure-5316-      # we can't tell.
gap-4.11.0/.pc/fix-libtool/configure:5317:      while { test X`env echo "$teststring$teststring" 2>/dev/null` \
gap-4.11.0/.pc/fix-libtool/configure-5318-	         = "X$teststring$teststring"; } >/dev/null 2>&1 &&
##############################################
gap-4.11.0/.pc/fix-libtool/configure-5320-      do
gap-4.11.0/.pc/fix-libtool/configure:5321:        i=`expr $i + 1`
gap-4.11.0/.pc/fix-libtool/configure-5322-        teststring=$teststring$teststring
##############################################
gap-4.11.0/.pc/fix-libtool/configure-5324-      # Only check the string length outside the loop.
gap-4.11.0/.pc/fix-libtool/configure:5325:      lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
gap-4.11.0/.pc/fix-libtool/configure-5326-      teststring=
##############################################
gap-4.11.0/.pc/fix-libtool/configure-5329-      # linker.  It appears as though 1/2 is a usable value.
gap-4.11.0/.pc/fix-libtool/configure:5330:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
gap-4.11.0/.pc/fix-libtool/configure-5331-    fi
##############################################
gap-4.11.0/.pc/fix-libtool/configure-5737-openbsd* | bitrig*)
gap-4.11.0/.pc/fix-libtool/configure:5738:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
gap-4.11.0/.pc/fix-libtool/configure-5739-    lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
##############################################
gap-4.11.0/.pc/fix-libtool/configure-5807-    else
gap-4.11.0/.pc/fix-libtool/configure:5808:      file_magic_glob=`echo aAbBcCdDeEfFgGhHiIjJkKlLmMnNoOpPqQrRsStTuUvVwWxXyYzZ | $SED -e "s/\(..\)/s\/[\1]\/[\1]\/g;/g"`
gap-4.11.0/.pc/fix-libtool/configure-5809-    fi
##############################################
gap-4.11.0/.pc/fix-libtool/configure-5949-  # decide which one to use based on capabilities of $DLLTOOL
gap-4.11.0/.pc/fix-libtool/configure:5950:  case `$DLLTOOL --help 2>&1` in
gap-4.11.0/.pc/fix-libtool/configure-5951-  *--identify-strict*)
##############################################
gap-4.11.0/.pc/fix-libtool/configure-6512-# If we're using GNU nm, then use its standard symbol codes.
gap-4.11.0/.pc/fix-libtool/configure:6513:case `$NM -V 2>&1` in
gap-4.11.0/.pc/fix-libtool/configure-6514-*GNU* | *'with BFD'*)
##############################################
gap-4.11.0/.pc/fix-libtool/configure-6560-mingw*)
gap-4.11.0/.pc/fix-libtool/configure:6561:  opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
gap-4.11.0/.pc/fix-libtool/configure-6562-  ;;
##############################################
gap-4.11.0/.pc/fix-libtool/configure-6792-   if test yes = "$GCC"; then
gap-4.11.0/.pc/fix-libtool/configure:6793:     lt_sysroot=`$CC --print-sysroot 2>/dev/null`
gap-4.11.0/.pc/fix-libtool/configure-6794-   fi
##############################################
gap-4.11.0/.pc/fix-libtool/configure-6796- /*)
gap-4.11.0/.pc/fix-libtool/configure:6797:   lt_sysroot=`echo "$with_sysroot" | sed -e "$sed_quote_subst"`
gap-4.11.0/.pc/fix-libtool/configure-6798-   ;; #(
##############################################
gap-4.11.0/.pc/fix-libtool/configure-6891-    done
gap-4.11.0/.pc/fix-libtool/configure:6892:    func_cc_basename_result=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
gap-4.11.0/.pc/fix-libtool/configure-6893-}
##############################################
gap-4.11.0/.pc/fix-libtool/configure-6913-  test $ac_status = 0; }; then
gap-4.11.0/.pc/fix-libtool/configure:6914:    case `/usr/bin/file conftest.$ac_objext` in
gap-4.11.0/.pc/fix-libtool/configure-6915-      *ELF-32*)
##############################################
gap-4.11.0/.pc/fix-libtool/configure-6934-    if test yes = "$lt_cv_prog_gnu_ld"; then
gap-4.11.0/.pc/fix-libtool/configure:6935:      case `/usr/bin/file conftest.$ac_objext` in
gap-4.11.0/.pc/fix-libtool/configure-6936-	*32-bit*)
##############################################
gap-4.11.0/.pc/fix-libtool/configure-6946-    else
gap-4.11.0/.pc/fix-libtool/configure:6947:      case `/usr/bin/file conftest.$ac_objext` in
gap-4.11.0/.pc/fix-libtool/configure-6948-	*32-bit*)
##############################################
gap-4.11.0/.pc/fix-libtool/configure-6972-    emul=elf
gap-4.11.0/.pc/fix-libtool/configure:6973:    case `/usr/bin/file conftest.$ac_objext` in
gap-4.11.0/.pc/fix-libtool/configure-6974-      *32-bit*)
##############################################
gap-4.11.0/.pc/fix-libtool/configure-6980-    esac
gap-4.11.0/.pc/fix-libtool/configure:6981:    case `/usr/bin/file conftest.$ac_objext` in
gap-4.11.0/.pc/fix-libtool/configure-6982-      *MSB*)
##############################################
gap-4.11.0/.pc/fix-libtool/configure-6988-    esac
gap-4.11.0/.pc/fix-libtool/configure:6989:    case `/usr/bin/file conftest.$ac_objext` in
gap-4.11.0/.pc/fix-libtool/configure-6990-      *N32*)
##############################################
gap-4.11.0/.pc/fix-libtool/configure-7921-    *:)
gap-4.11.0/.pc/fix-libtool/configure:7922:        eval $1=\"`$ECHO $2 | $SED 's/:/ /g'` \$$1\"
gap-4.11.0/.pc/fix-libtool/configure-7923-        ;;
gap-4.11.0/.pc/fix-libtool/configure-7924-    x:*)
gap-4.11.0/.pc/fix-libtool/configure:7925:        eval $1=\"\$$1 `$ECHO $2 | $SED 's/:/ /g'`\"
gap-4.11.0/.pc/fix-libtool/configure-7926-        ;;
gap-4.11.0/.pc/fix-libtool/configure-7927-    *::*)
gap-4.11.0/.pc/fix-libtool/configure:7928:        eval $1=\"\$$1\ `$ECHO $2 | $SED -e 's/.*:://' -e 's/:/ /g'`\"
gap-4.11.0/.pc/fix-libtool/configure:7929:        eval $1=\"`$ECHO $2 | $SED -e 's/::.*//' -e 's/:/ /g'`\ \$$1\"
gap-4.11.0/.pc/fix-libtool/configure-7930-        ;;
gap-4.11.0/.pc/fix-libtool/configure-7931-    *)
gap-4.11.0/.pc/fix-libtool/configure:7932:        eval $1=\"`$ECHO $2 | $SED 's/:/ /g'`\"
gap-4.11.0/.pc/fix-libtool/configure-7933-        ;;
##############################################
gap-4.11.0/.pc/fix-libtool/configure-7955-  case $2 in
gap-4.11.0/.pc/fix-libtool/configure:7956:  .*) func_stripname_result=`$ECHO "$3" | $SED "s%^$1%%; s%\\\\$2\$%%"`;;
gap-4.11.0/.pc/fix-libtool/configure:7957:  *)  func_stripname_result=`$ECHO "$3" | $SED "s%^$1%%; s%$2\$%%"`;;
gap-4.11.0/.pc/fix-libtool/configure-7958-  esac
##############################################
gap-4.11.0/.pc/fix-libtool/configure-8593-	"file_magic "*)
gap-4.11.0/.pc/fix-libtool/configure:8594:	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
gap-4.11.0/.pc/fix-libtool/configure-8595-	  MAGIC_CMD=$lt_cv_path_MAGIC_CMD
##############################################
gap-4.11.0/.pc/fix-libtool/configure-8659-	"file_magic "*)
gap-4.11.0/.pc/fix-libtool/configure:8660:	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
gap-4.11.0/.pc/fix-libtool/configure-8661-	  MAGIC_CMD=$lt_cv_path_MAGIC_CMD
##############################################
gap-4.11.0/.pc/fix-libtool/configure-9057-      *)
gap-4.11.0/.pc/fix-libtool/configure:9058:	case `$CC -V 2>&1 | sed 5q` in
gap-4.11.0/.pc/fix-libtool/configure-9059-	*Sun\ Ceres\ Fortran* | *Sun*Fortran*\ [1-7].* | *Sun*Fortran*\ 8.[0-3]*)
##############################################
gap-4.11.0/.pc/fix-libtool/configure-9503-	# shared libraries, regardless of the interface used.
gap-4.11.0/.pc/fix-libtool/configure:9504:	case `$LD -v 2>&1` in
gap-4.11.0/.pc/fix-libtool/configure-9505-	  *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
##############################################
gap-4.11.0/.pc/fix-libtool/configure-9535-    supports_anon_versioning=no
gap-4.11.0/.pc/fix-libtool/configure:9536:    case `$LD -v | $SED -e 's/(^)\+)\s\+//' 2>&1` in
gap-4.11.0/.pc/fix-libtool/configure-9537-      *GNU\ gold*) supports_anon_versioning=yes ;;
##############################################
gap-4.11.0/.pc/fix-libtool/configure-9604-	# is; otherwise, prepend EXPORTS...
gap-4.11.0/.pc/fix-libtool/configure:9605:	archive_expsym_cmds='if   test DEF = "`$SED -n     -e '\''s/^[	 ]*//'\''     -e '\''/^\(;.*\)*$/d'\''     -e '\''s/^\(EXPORTS\|LIBRARY\)\([	 ].*\)*$/DEF/p'\''     -e q     $export_symbols`" ; then
gap-4.11.0/.pc/fix-libtool/configure-9606-          cp $export_symbols $output_objdir/$soname.def;
##############################################
gap-4.11.0/.pc/fix-libtool/configure-9638-	prefix_cmds="$SED"~
gap-4.11.0/.pc/fix-libtool/configure:9639:	if test EXPORTS = "`$SED 1q $export_symbols`"; then
gap-4.11.0/.pc/fix-libtool/configure-9640-	  prefix_cmds="$prefix_cmds -e 1d";
##############################################
gap-4.11.0/.pc/fix-libtool/configure-9660-      # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
gap-4.11.0/.pc/fix-libtool/configure:9661:      archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
gap-4.11.0/.pc/fix-libtool/configure:9662:      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'
gap-4.11.0/.pc/fix-libtool/configure-9663-      ;;
##############################################
gap-4.11.0/.pc/fix-libtool/configure-9678-        pgcc*)				# Portland Group C compiler
gap-4.11.0/.pc/fix-libtool/configure:9679:	  whole_archive_flag_spec='$wl--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
gap-4.11.0/.pc/fix-libtool/configure-9680-	  tmp_addflag=' $pic_flag'
##############################################
gap-4.11.0/.pc/fix-libtool/configure-9683-					# Portland Group f77 and f90 compilers
gap-4.11.0/.pc/fix-libtool/configure:9684:	  whole_archive_flag_spec='$wl--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
gap-4.11.0/.pc/fix-libtool/configure-9685-	  tmp_addflag=' $pic_flag -Mnomain' ;;
##############################################
gap-4.11.0/.pc/fix-libtool/configure-9700-	nvcc*)	# Cuda Compiler Driver 2.2
gap-4.11.0/.pc/fix-libtool/configure:9701:	  whole_archive_flag_spec='$wl--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
gap-4.11.0/.pc/fix-libtool/configure-9702-	  compiler_needs_object=yes
##############################################
gap-4.11.0/.pc/fix-libtool/configure-9704-	esac
gap-4.11.0/.pc/fix-libtool/configure:9705:	case `$CC -V 2>&1 | sed 5q` in
gap-4.11.0/.pc/fix-libtool/configure-9706-	*Sun\ C*)			# Sun C 5.9
gap-4.11.0/.pc/fix-libtool/configure:9707:	  whole_archive_flag_spec='$wl--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
gap-4.11.0/.pc/fix-libtool/configure-9708-	  compiler_needs_object=yes
##############################################
gap-4.11.0/.pc/fix-libtool/configure-9775-    sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
gap-4.11.0/.pc/fix-libtool/configure:9776:      case `$LD -v 2>&1` in
gap-4.11.0/.pc/fix-libtool/configure-9777-        *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
##############################################
gap-4.11.0/.pc/fix-libtool/configure-9864-	else
gap-4.11.0/.pc/fix-libtool/configure:9865:	  export_symbols_cmds='`func_echo_all $NM | $SED -e '\''s/B\([^B]*\)$/P\1/'\''` -PCpgl $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) && (substr(\$ 1,1,1) != ".")) { if ((\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) { print \$ 1 " weak" } else { print \$ 1 } } }'\'' | sort -u > $export_symbols'
gap-4.11.0/.pc/fix-libtool/configure-9866-	fi
##############################################
gap-4.11.0/.pc/fix-libtool/configure-9929-	# below for broken collect2 doesn't work under 4.3+
gap-4.11.0/.pc/fix-libtool/configure:9930:	  collect2name=`$CC -print-prog-name=collect2`
gap-4.11.0/.pc/fix-libtool/configure-9931-	  if test -f "$collect2name" &&
##############################################
gap-4.11.0/.pc/fix-libtool/configure-10009-      }'
gap-4.11.0/.pc/fix-libtool/configure:10010:  lt_cv_aix_libpath_=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
gap-4.11.0/.pc/fix-libtool/configure-10011-  # Check for a 64-bit object if we didn't find anything.
gap-4.11.0/.pc/fix-libtool/configure-10012-  if test -z "$lt_cv_aix_libpath_"; then
gap-4.11.0/.pc/fix-libtool/configure:10013:    lt_cv_aix_libpath_=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
gap-4.11.0/.pc/fix-libtool/configure-10014-  fi
##############################################
gap-4.11.0/.pc/fix-libtool/configure-10027-        hardcode_libdir_flag_spec='$wl-blibpath:$libdir:'"$aix_libpath"
gap-4.11.0/.pc/fix-libtool/configure:10028:        archive_expsym_cmds='$CC -o $output_objdir/$soname $libobjs $deplibs $wl'$no_entry_flag' $compiler_flags `if test -n "$allow_undefined_flag"; then func_echo_all "$wl$allow_undefined_flag"; else :; fi` $wl'$exp_sym_flag:\$export_symbols' '$shared_flag
gap-4.11.0/.pc/fix-libtool/configure-10029-      else
##############################################
gap-4.11.0/.pc/fix-libtool/configure-10062-      }'
gap-4.11.0/.pc/fix-libtool/configure:10063:  lt_cv_aix_libpath_=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
gap-4.11.0/.pc/fix-libtool/configure-10064-  # Check for a 64-bit object if we didn't find anything.
gap-4.11.0/.pc/fix-libtool/configure-10065-  if test -z "$lt_cv_aix_libpath_"; then
gap-4.11.0/.pc/fix-libtool/configure:10066:    lt_cv_aix_libpath_=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
gap-4.11.0/.pc/fix-libtool/configure-10067-  fi
##############################################
gap-4.11.0/.pc/fix-libtool/configure-10094-	  # -brtl affects multiple linker settings, -berok does not and is overridden later
gap-4.11.0/.pc/fix-libtool/configure:10095:	  compiler_flags_filtered='`func_echo_all "$compiler_flags " | $SED -e "s%-brtl\\([, ]\\)%-berok\\1%g"`'
gap-4.11.0/.pc/fix-libtool/configure-10096-	  if test svr4 != "$with_aix_soname"; then
##############################################
gap-4.11.0/.pc/fix-libtool/configure-10147-	archive_cmds='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-DLL,-IMPLIB:"$tool_output_objdir$libname.dll.lib"~linknames='
gap-4.11.0/.pc/fix-libtool/configure:10148:	archive_expsym_cmds='if   test DEF = "`$SED -n     -e '\''s/^[	 ]*//'\''     -e '\''/^\(;.*\)*$/d'\''     -e '\''s/^\(EXPORTS\|LIBRARY\)\([	 ].*\)*$/DEF/p'\''     -e q     $export_symbols`" ; then
gap-4.11.0/.pc/fix-libtool/configure-10149-            cp "$export_symbols" "$output_objdir/$soname.def";
##############################################
gap-4.11.0/.pc/fix-libtool/configure-10185-	# FIXME: Setting linknames here is a bad hack.
gap-4.11.0/.pc/fix-libtool/configure:10186:	archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
gap-4.11.0/.pc/fix-libtool/configure-10187-	# The linker will automatically build a .lib file if we build a DLL.
##############################################
gap-4.11.0/.pc/fix-libtool/configure-10203-  if test yes = "$lt_cv_ld_force_load"; then
gap-4.11.0/.pc/fix-libtool/configure:10204:    whole_archive_flag_spec='`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience $wl-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`'
gap-4.11.0/.pc/fix-libtool/configure-10205-
##############################################
gap-4.11.0/.pc/fix-libtool/configure-10383-      if test yes = "$GCC"; then
gap-4.11.0/.pc/fix-libtool/configure:10384:	archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
gap-4.11.0/.pc/fix-libtool/configure-10385-	# Try to use the -exported_symbol ld option, if it does not
##############################################
gap-4.11.0/.pc/fix-libtool/configure-10411-	if test yes = "$lt_cv_irix_exported_symbol"; then
gap-4.11.0/.pc/fix-libtool/configure:10412:          archive_expsym_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations $wl-exports_file $wl$export_symbols -o $lib'
gap-4.11.0/.pc/fix-libtool/configure-10413-	fi
gap-4.11.0/.pc/fix-libtool/configure-10414-      else
gap-4.11.0/.pc/fix-libtool/configure:10415:	archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
gap-4.11.0/.pc/fix-libtool/configure:10416:	archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -exports_file $export_symbols -o $lib'
gap-4.11.0/.pc/fix-libtool/configure-10417-      fi
##############################################
gap-4.11.0/.pc/fix-libtool/configure-10461-	hardcode_direct_absolute=yes
gap-4.11.0/.pc/fix-libtool/configure:10462:	if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
gap-4.11.0/.pc/fix-libtool/configure-10463-	  archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
##############################################
gap-4.11.0/.pc/fix-libtool/configure-10492-	prefix_cmds="$SED"~
gap-4.11.0/.pc/fix-libtool/configure:10493:	if test EXPORTS = "`$SED 1q $export_symbols`"; then
gap-4.11.0/.pc/fix-libtool/configure-10494-	  prefix_cmds="$prefix_cmds -e 1d";
##############################################
gap-4.11.0/.pc/fix-libtool/configure-10506-	allow_undefined_flag=' $wl-expect_unresolved $wl\*'
gap-4.11.0/.pc/fix-libtool/configure:10507:	archive_cmds='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
gap-4.11.0/.pc/fix-libtool/configure-10508-      else
gap-4.11.0/.pc/fix-libtool/configure-10509-	allow_undefined_flag=' -expect_unresolved \*'
gap-4.11.0/.pc/fix-libtool/configure:10510:	archive_cmds='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
gap-4.11.0/.pc/fix-libtool/configure-10511-      fi
##############################################
gap-4.11.0/.pc/fix-libtool/configure-10519-	allow_undefined_flag=' $wl-expect_unresolved $wl\*'
gap-4.11.0/.pc/fix-libtool/configure:10520:	archive_cmds='$CC -shared$allow_undefined_flag $pic_flag $libobjs $deplibs $compiler_flags $wl-msym $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
gap-4.11.0/.pc/fix-libtool/configure-10521-	hardcode_libdir_flag_spec='$wl-rpath $wl$libdir'
##############################################
gap-4.11.0/.pc/fix-libtool/configure-10523-	allow_undefined_flag=' -expect_unresolved \*'
gap-4.11.0/.pc/fix-libtool/configure:10524:	archive_cmds='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
gap-4.11.0/.pc/fix-libtool/configure:10525:	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~
gap-4.11.0/.pc/fix-libtool/configure:10526:          $CC -shared$allow_undefined_flag $wl-input $wl$lib.exp $compiler_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib~$RM $lib.exp'
gap-4.11.0/.pc/fix-libtool/configure-10527-
##############################################
gap-4.11.0/.pc/fix-libtool/configure-10542-      else
gap-4.11.0/.pc/fix-libtool/configure:10543:	case `$CC -V 2>&1` in
gap-4.11.0/.pc/fix-libtool/configure-10544-	*"Compilers 5.0"*)
##############################################
gap-4.11.0/.pc/fix-libtool/configure-10941-  esac
gap-4.11.0/.pc/fix-libtool/configure:10942:  lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
gap-4.11.0/.pc/fix-libtool/configure-10943-  case $lt_search_path_spec in
##############################################
gap-4.11.0/.pc/fix-libtool/configure-10948-    # okay in the real world where ";" in dirpaths is itself problematic.
gap-4.11.0/.pc/fix-libtool/configure:10949:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
gap-4.11.0/.pc/fix-libtool/configure-10950-    ;;
gap-4.11.0/.pc/fix-libtool/configure-10951-  *)
gap-4.11.0/.pc/fix-libtool/configure:10952:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
gap-4.11.0/.pc/fix-libtool/configure-10953-    ;;
##############################################
gap-4.11.0/.pc/fix-libtool/configure-10957-  lt_tmp_lt_search_path_spec=
gap-4.11.0/.pc/fix-libtool/configure:10958:  lt_multi_os_dir=/`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
gap-4.11.0/.pc/fix-libtool/configure-10959-  # ...but if some path component already ends with the multilib dir we assume
##############################################
gap-4.11.0/.pc/fix-libtool/configure-10999-  esac
gap-4.11.0/.pc/fix-libtool/configure:11000:  sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
gap-4.11.0/.pc/fix-libtool/configure-11001-else
##############################################
gap-4.11.0/.pc/fix-libtool/configure-11139-    # Create ${libname}_ixlibrary.a entries in /sys/libs.
gap-4.11.0/.pc/fix-libtool/configure:11140:    finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`func_echo_all "$lib" | $SED '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; $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'
gap-4.11.0/.pc/fix-libtool/configure-11141-    ;;
##############################################
gap-4.11.0/.pc/fix-libtool/configure-11175-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
gap-4.11.0/.pc/fix-libtool/configure:11176:    postinstall_cmds='base_file=`basename \$file`~
gap-4.11.0/.pc/fix-libtool/configure:11177:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~
gap-4.11.0/.pc/fix-libtool/configure:11178:      dldir=$destdir/`dirname \$dlpath`~
gap-4.11.0/.pc/fix-libtool/configure-11179-      test -d \$dldir || mkdir -p \$dldir~
##############################################
gap-4.11.0/.pc/fix-libtool/configure-11184-      fi'
gap-4.11.0/.pc/fix-libtool/configure:11185:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
gap-4.11.0/.pc/fix-libtool/configure-11186-      dlpath=$dir/\$dldll~
##############################################
gap-4.11.0/.pc/fix-libtool/configure-11192-      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
gap-4.11.0/.pc/fix-libtool/configure:11193:      soname_spec='`echo $libname | sed -e 's/^lib/cyg/'``echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
gap-4.11.0/.pc/fix-libtool/configure-11194-
##############################################
gap-4.11.0/.pc/fix-libtool/configure-11198-      # MinGW DLLs use traditional 'lib' prefix
gap-4.11.0/.pc/fix-libtool/configure:11199:      soname_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
gap-4.11.0/.pc/fix-libtool/configure-11200-      ;;
##############################################
gap-4.11.0/.pc/fix-libtool/configure-11202-      # pw32 DLLs use 'pw' prefix rather than 'lib'
gap-4.11.0/.pc/fix-libtool/configure:11203:      library_names_spec='`echo $libname | sed -e 's/^lib/pw/'``echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
gap-4.11.0/.pc/fix-libtool/configure-11204-      ;;
##############################################
gap-4.11.0/.pc/fix-libtool/configure-11211-    libname_spec='$name'
gap-4.11.0/.pc/fix-libtool/configure:11212:    soname_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
gap-4.11.0/.pc/fix-libtool/configure-11213-    library_names_spec='$libname.dll.lib'
##############################################
gap-4.11.0/.pc/fix-libtool/configure-11223-        # Let DOS variable expansion print the short 8.3 style file name.
gap-4.11.0/.pc/fix-libtool/configure:11224:        lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"`
gap-4.11.0/.pc/fix-libtool/configure-11225-        sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path"
##############################################
gap-4.11.0/.pc/fix-libtool/configure-11228-      # Convert to MSYS style.
gap-4.11.0/.pc/fix-libtool/configure:11229:      sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | sed -e 's|\\\\|/|g' -e 's| \\([a-zA-Z]\\):| /\\1|g' -e 's|^ ||'`
gap-4.11.0/.pc/fix-libtool/configure-11230-      ;;
##############################################
gap-4.11.0/.pc/fix-libtool/configure-11234-      # like /cygdrive/c/PROGRA~1:/cygdr...
gap-4.11.0/.pc/fix-libtool/configure:11235:      sys_lib_search_path_spec=`cygpath --path --unix "$LIB"`
gap-4.11.0/.pc/fix-libtool/configure:11236:      sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null`
gap-4.11.0/.pc/fix-libtool/configure:11237:      sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
gap-4.11.0/.pc/fix-libtool/configure-11238-      ;;
##############################################
gap-4.11.0/.pc/fix-libtool/configure-11242-        # It is most probably a Windows format PATH.
gap-4.11.0/.pc/fix-libtool/configure:11243:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
gap-4.11.0/.pc/fix-libtool/configure-11244-      else
gap-4.11.0/.pc/fix-libtool/configure:11245:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
gap-4.11.0/.pc/fix-libtool/configure-11246-      fi
##############################################
gap-4.11.0/.pc/fix-libtool/configure-11252-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
gap-4.11.0/.pc/fix-libtool/configure:11253:    postinstall_cmds='base_file=`basename \$file`~
gap-4.11.0/.pc/fix-libtool/configure:11254:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~
gap-4.11.0/.pc/fix-libtool/configure:11255:      dldir=$destdir/`dirname \$dlpath`~
gap-4.11.0/.pc/fix-libtool/configure-11256-      test -d \$dldir || mkdir -p \$dldir~
gap-4.11.0/.pc/fix-libtool/configure-11257-      $install_prog $dir/$dlname \$dldir/$dlname'
gap-4.11.0/.pc/fix-libtool/configure:11258:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
gap-4.11.0/.pc/fix-libtool/configure-11259-      dlpath=$dir/\$dldll~
##############################################
gap-4.11.0/.pc/fix-libtool/configure-11266-    # Assume MSVC wrapper
gap-4.11.0/.pc/fix-libtool/configure:11267:    library_names_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext $libname.lib'
gap-4.11.0/.pc/fix-libtool/configure-11268-    dynamic_linker='Win32 ld.exe'
##############################################
gap-4.11.0/.pc/fix-libtool/configure-11283-  shlibpath_var=DYLD_LIBRARY_PATH
gap-4.11.0/.pc/fix-libtool/configure:11284:  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
gap-4.11.0/.pc/fix-libtool/configure-11285-
##############################################
gap-4.11.0/.pc/fix-libtool/configure-11536-  if test -f /etc/ld.so.conf; then
gap-4.11.0/.pc/fix-libtool/configure:11537:    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;s/"//g;/^$/d' | tr '\n' ' '`
gap-4.11.0/.pc/fix-libtool/configure-11538-    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
##############################################
gap-4.11.0/.pc/fix-libtool/configure-11590-  need_lib_prefix=no
gap-4.11.0/.pc/fix-libtool/configure:11591:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
gap-4.11.0/.pc/fix-libtool/configure-11592-    need_version=no
##############################################
gap-4.11.0/.pc/fix-libtool/configure-11617-  sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
gap-4.11.0/.pc/fix-libtool/configure:11618:  postinstall_cmds='base_file=`basename \$file`~
gap-4.11.0/.pc/fix-libtool/configure:11619:    dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; $ECHO \$dlname'\''`~
gap-4.11.0/.pc/fix-libtool/configure:11620:    dldir=$destdir/`dirname \$dlpath`~
gap-4.11.0/.pc/fix-libtool/configure-11621-    test -d \$dldir || mkdir -p \$dldir~
##############################################
gap-4.11.0/.pc/fix-libtool/configure-11626-    fi'
gap-4.11.0/.pc/fix-libtool/configure:11627:  postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; $ECHO \$dlname'\''`~
gap-4.11.0/.pc/fix-libtool/configure-11628-    dlpath=$dir/\$dldll~
##############################################
gap-4.11.0/.pc/fix-libtool/configure-12809-    # gcc leaves a trailing carriage return, which upsets mingw
gap-4.11.0/.pc/fix-libtool/configure:12810:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
gap-4.11.0/.pc/fix-libtool/configure-12811-  *)
gap-4.11.0/.pc/fix-libtool/configure:12812:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
gap-4.11.0/.pc/fix-libtool/configure-12813-  esac
##############################################
gap-4.11.0/.pc/fix-libtool/configure-12818-      # Canonicalize the pathname of ld
gap-4.11.0/.pc/fix-libtool/configure:12819:      ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
gap-4.11.0/.pc/fix-libtool/configure-12820-      while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
gap-4.11.0/.pc/fix-libtool/configure:12821:	ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
gap-4.11.0/.pc/fix-libtool/configure-12822-      done
##############################################
gap-4.11.0/.pc/fix-libtool/configure-12853-      # Break only if it was the GNU/non-GNU ld that we prefer.
gap-4.11.0/.pc/fix-libtool/configure:12854:      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
gap-4.11.0/.pc/fix-libtool/configure-12855-      *GNU* | *'with BFD'*)
##############################################
gap-4.11.0/.pc/fix-libtool/configure-12884-  # I'd rather use --version here, but apparently some GNU lds only accept -v.
gap-4.11.0/.pc/fix-libtool/configure:12885:case `$LD -v 2>&1 </dev/null` in
gap-4.11.0/.pc/fix-libtool/configure-12886-*GNU* | *'with BFD'*)
##############################################
gap-4.11.0/.pc/fix-libtool/configure-12918-        # ancient GNU ld didn't support --whole-archive et. al.
gap-4.11.0/.pc/fix-libtool/configure:12919:        if eval "`$CC -print-prog-name=ld` --help 2>&1" |
gap-4.11.0/.pc/fix-libtool/configure-12920-	  $GREP 'no-whole-archive' > /dev/null; then
##############################################
gap-4.11.0/.pc/fix-libtool/configure-13029-          # below for broken collect2 doesn't work under 4.3+
gap-4.11.0/.pc/fix-libtool/configure:13030:	  collect2name=`$CC -print-prog-name=collect2`
gap-4.11.0/.pc/fix-libtool/configure-13031-	  if test -f "$collect2name" &&
##############################################
gap-4.11.0/.pc/fix-libtool/configure-13110-      }'
gap-4.11.0/.pc/fix-libtool/configure:13111:  lt_cv_aix_libpath__CXX=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
gap-4.11.0/.pc/fix-libtool/configure-13112-  # Check for a 64-bit object if we didn't find anything.
gap-4.11.0/.pc/fix-libtool/configure-13113-  if test -z "$lt_cv_aix_libpath__CXX"; then
gap-4.11.0/.pc/fix-libtool/configure:13114:    lt_cv_aix_libpath__CXX=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
gap-4.11.0/.pc/fix-libtool/configure-13115-  fi
##############################################
gap-4.11.0/.pc/fix-libtool/configure-13129-
gap-4.11.0/.pc/fix-libtool/configure:13130:          archive_expsym_cmds_CXX='$CC -o $output_objdir/$soname $libobjs $deplibs $wl'$no_entry_flag' $compiler_flags `if test -n "$allow_undefined_flag"; then func_echo_all "$wl$allow_undefined_flag"; else :; fi` $wl'$exp_sym_flag:\$export_symbols' '$shared_flag
gap-4.11.0/.pc/fix-libtool/configure-13131-        else
##############################################
gap-4.11.0/.pc/fix-libtool/configure-13164-      }'
gap-4.11.0/.pc/fix-libtool/configure:13165:  lt_cv_aix_libpath__CXX=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
gap-4.11.0/.pc/fix-libtool/configure-13166-  # Check for a 64-bit object if we didn't find anything.
gap-4.11.0/.pc/fix-libtool/configure-13167-  if test -z "$lt_cv_aix_libpath__CXX"; then
gap-4.11.0/.pc/fix-libtool/configure:13168:    lt_cv_aix_libpath__CXX=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
gap-4.11.0/.pc/fix-libtool/configure-13169-  fi
##############################################
gap-4.11.0/.pc/fix-libtool/configure-13196-	    # -brtl affects multiple linker settings, -berok does not and is overridden later
gap-4.11.0/.pc/fix-libtool/configure:13197:	    compiler_flags_filtered='`func_echo_all "$compiler_flags " | $SED -e "s%-brtl\\([, ]\\)%-berok\\1%g"`'
gap-4.11.0/.pc/fix-libtool/configure-13198-	    if test svr4 != "$with_aix_soname"; then
##############################################
gap-4.11.0/.pc/fix-libtool/configure-13249-	  archive_cmds_CXX='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-DLL,-IMPLIB:"$tool_output_objdir$libname.dll.lib"~linknames='
gap-4.11.0/.pc/fix-libtool/configure:13250:	  archive_expsym_cmds_CXX='if   test DEF = "`$SED -n     -e '\''s/^[	 ]*//'\''     -e '\''/^\(;.*\)*$/d'\''     -e '\''s/^\(EXPORTS\|LIBRARY\)\([	 ].*\)*$/DEF/p'\''     -e q     $export_symbols`" ; then
gap-4.11.0/.pc/fix-libtool/configure-13251-              cp "$export_symbols" "$output_objdir/$soname.def";
##############################################
gap-4.11.0/.pc/fix-libtool/configure-13291-	    # is; otherwise, prepend EXPORTS...
gap-4.11.0/.pc/fix-libtool/configure:13292:	    archive_expsym_cmds_CXX='if   test DEF = "`$SED -n     -e '\''s/^[	 ]*//'\''     -e '\''/^\(;.*\)*$/d'\''     -e '\''s/^\(EXPORTS\|LIBRARY\)\([	 ].*\)*$/DEF/p'\''     -e q     $export_symbols`" ; then
gap-4.11.0/.pc/fix-libtool/configure-13293-              cp $export_symbols $output_objdir/$soname.def;
##############################################
gap-4.11.0/.pc/fix-libtool/configure-13312-  if test yes = "$lt_cv_ld_force_load"; then
gap-4.11.0/.pc/fix-libtool/configure:13313:    whole_archive_flag_spec_CXX='`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience $wl-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`'
gap-4.11.0/.pc/fix-libtool/configure-13314-
##############################################
gap-4.11.0/.pc/fix-libtool/configure-13357-	  prefix_cmds="$SED"~
gap-4.11.0/.pc/fix-libtool/configure:13358:	  if test EXPORTS = "`$SED 1q $export_symbols`"; then
gap-4.11.0/.pc/fix-libtool/configure-13359-	    prefix_cmds="$prefix_cmds -e 1d";
##############################################
gap-4.11.0/.pc/fix-libtool/configure-13431-            # dependencies.
gap-4.11.0/.pc/fix-libtool/configure:13432:            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; func_echo_all "$list"'
gap-4.11.0/.pc/fix-libtool/configure-13433-            ;;
##############################################
gap-4.11.0/.pc/fix-libtool/configure-13496-	    # dependencies.
gap-4.11.0/.pc/fix-libtool/configure:13497:	    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; func_echo_all "$list"'
gap-4.11.0/.pc/fix-libtool/configure-13498-	    ;;
##############################################
gap-4.11.0/.pc/fix-libtool/configure-13532-	# time.  Moving up from 0x10000000 also allows more sbrk(2) space.
gap-4.11.0/.pc/fix-libtool/configure:13533:	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'
gap-4.11.0/.pc/fix-libtool/configure:13534:	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'
gap-4.11.0/.pc/fix-libtool/configure-13535-	;;
##############################################
gap-4.11.0/.pc/fix-libtool/configure-13539-	    # SGI C++
gap-4.11.0/.pc/fix-libtool/configure:13540:	    archive_cmds_CXX='$CC -shared -all -multigot $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
gap-4.11.0/.pc/fix-libtool/configure-13541-
##############################################
gap-4.11.0/.pc/fix-libtool/configure-13550-	      if test no = "$with_gnu_ld"; then
gap-4.11.0/.pc/fix-libtool/configure:13551:	        archive_cmds_CXX='$CC -shared $pic_flag -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
gap-4.11.0/.pc/fix-libtool/configure-13552-	      else
gap-4.11.0/.pc/fix-libtool/configure:13553:	        archive_cmds_CXX='$CC -shared $pic_flag -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` -o $lib'
gap-4.11.0/.pc/fix-libtool/configure-13554-	      fi
##############################################
gap-4.11.0/.pc/fix-libtool/configure-13571-	    # to its proper name (with version) after linking.
gap-4.11.0/.pc/fix-libtool/configure:13572:	    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'
gap-4.11.0/.pc/fix-libtool/configure:13573:	    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'
gap-4.11.0/.pc/fix-libtool/configure-13574-	    # Commands to make compiler produce verbose output that lists
##############################################
gap-4.11.0/.pc/fix-libtool/configure-13581-	    # dependencies.
gap-4.11.0/.pc/fix-libtool/configure:13582:	    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; func_echo_all "$list"'
gap-4.11.0/.pc/fix-libtool/configure-13583-
##############################################
gap-4.11.0/.pc/fix-libtool/configure-13596-	    # earlier do not add the objects themselves.
gap-4.11.0/.pc/fix-libtool/configure:13597:	    case `$CC -V 2>&1` in
gap-4.11.0/.pc/fix-libtool/configure-13598-	      *"Version 7."*)
##############################################
gap-4.11.0/.pc/fix-libtool/configure-13617-            # Portland Group C++ compiler
gap-4.11.0/.pc/fix-libtool/configure:13618:	    case `$CC -V` in
gap-4.11.0/.pc/fix-libtool/configure-13619-	    *pgCC\ [1-5].* | *pgcpp\ [1-5].*)
##############################################
gap-4.11.0/.pc/fix-libtool/configure-13622-               $CC --prelink_objects --instantiation_dir $tpldir $objs $libobjs $compile_deplibs~
gap-4.11.0/.pc/fix-libtool/configure:13623:               compile_command="$compile_command `find $tpldir -name \*.o | sort | $NL2SP`"'
gap-4.11.0/.pc/fix-libtool/configure-13624-	      old_archive_cmds_CXX='tpldir=Template.dir~
##############################################
gap-4.11.0/.pc/fix-libtool/configure-13626-                $CC --prelink_objects --instantiation_dir $tpldir $oldobjs$old_deplibs~
gap-4.11.0/.pc/fix-libtool/configure:13627:                $AR $AR_FLAGS $oldlib$oldobjs$old_deplibs `find $tpldir -name \*.o | sort | $NL2SP`~
gap-4.11.0/.pc/fix-libtool/configure-13628-                $RANLIB $oldlib'
##############################################
gap-4.11.0/.pc/fix-libtool/configure-13631-                $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
gap-4.11.0/.pc/fix-libtool/configure:13632:                $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags $wl-soname $wl$soname -o $lib'
gap-4.11.0/.pc/fix-libtool/configure-13633-	      archive_expsym_cmds_CXX='tpldir=Template.dir~
##############################################
gap-4.11.0/.pc/fix-libtool/configure-13635-                $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
gap-4.11.0/.pc/fix-libtool/configure:13636:                $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib'
gap-4.11.0/.pc/fix-libtool/configure-13637-	      ;;
##############################################
gap-4.11.0/.pc/fix-libtool/configure-13645-	    export_dynamic_flag_spec_CXX='$wl--export-dynamic'
gap-4.11.0/.pc/fix-libtool/configure:13646:	    whole_archive_flag_spec_CXX='$wl--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
gap-4.11.0/.pc/fix-libtool/configure-13647-            ;;
##############################################
gap-4.11.0/.pc/fix-libtool/configure-13664-	    # dependencies.
gap-4.11.0/.pc/fix-libtool/configure:13665:	    output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld"`; templist=`func_echo_all "$templist" | $SED "s/\(^.*ld.*\)\( .*ld .*$\)/\1/"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "X$list" | $Xsed'
gap-4.11.0/.pc/fix-libtool/configure-13666-	    ;;
##############################################
gap-4.11.0/.pc/fix-libtool/configure-13679-	  *)
gap-4.11.0/.pc/fix-libtool/configure:13680:	    case `$CC -V 2>&1 | sed 5q` in
gap-4.11.0/.pc/fix-libtool/configure-13681-	    *Sun\ C*)
##############################################
gap-4.11.0/.pc/fix-libtool/configure-13686-	      hardcode_libdir_flag_spec_CXX='-R$libdir'
gap-4.11.0/.pc/fix-libtool/configure:13687:	      whole_archive_flag_spec_CXX='$wl--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
gap-4.11.0/.pc/fix-libtool/configure-13688-	      compiler_needs_object_CXX=yes
##############################################
gap-4.11.0/.pc/fix-libtool/configure-13751-	  hardcode_libdir_flag_spec_CXX='$wl-rpath,$libdir'
gap-4.11.0/.pc/fix-libtool/configure:13752:	  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`"; then
gap-4.11.0/.pc/fix-libtool/configure-13753-	    archive_expsym_cmds_CXX='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-retain-symbols-file,$export_symbols -o $lib'
##############################################
gap-4.11.0/.pc/fix-libtool/configure-13770-	    # to its proper name (with version) after linking.
gap-4.11.0/.pc/fix-libtool/configure:13771:	    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'
gap-4.11.0/.pc/fix-libtool/configure-13772-
##############################################
gap-4.11.0/.pc/fix-libtool/configure-13791-	        allow_undefined_flag_CXX=' $wl-expect_unresolved $wl\*'
gap-4.11.0/.pc/fix-libtool/configure:13792:	        archive_cmds_CXX='$CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $soname `test -n "$verstring" && func_echo_all "$wl-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
gap-4.11.0/.pc/fix-libtool/configure-13793-	        hardcode_libdir_flag_spec_CXX='$wl-rpath $wl$libdir'
##############################################
gap-4.11.0/.pc/fix-libtool/configure-13796-	        allow_undefined_flag_CXX=' -expect_unresolved \*'
gap-4.11.0/.pc/fix-libtool/configure:13797:	        archive_cmds_CXX='$CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
gap-4.11.0/.pc/fix-libtool/configure:13798:	        archive_expsym_cmds_CXX='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~
gap-4.11.0/.pc/fix-libtool/configure-13799-                  echo "-hidden">> $lib.exp~
gap-4.11.0/.pc/fix-libtool/configure:13800:                  $CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname $wl-input $wl$lib.exp  `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib~
gap-4.11.0/.pc/fix-libtool/configure-13801-                  $RM $lib.exp'
##############################################
gap-4.11.0/.pc/fix-libtool/configure-13815-	    # dependencies.
gap-4.11.0/.pc/fix-libtool/configure:13816:	    output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld" | $GREP -v "ld:"`; templist=`func_echo_all "$templist" | $SED "s/\(^.*ld.*\)\( .*ld.*$\)/\1/"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
gap-4.11.0/.pc/fix-libtool/configure-13817-	    ;;
##############################################
gap-4.11.0/.pc/fix-libtool/configure-13822-	        osf3*)
gap-4.11.0/.pc/fix-libtool/configure:13823:	          archive_cmds_CXX='$CC -shared -nostdlib $allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
gap-4.11.0/.pc/fix-libtool/configure-13824-		  ;;
gap-4.11.0/.pc/fix-libtool/configure-13825-	        *)
gap-4.11.0/.pc/fix-libtool/configure:13826:	          archive_cmds_CXX='$CC -shared $pic_flag -nostdlib $allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-msym $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
gap-4.11.0/.pc/fix-libtool/configure-13827-		  ;;
##############################################
gap-4.11.0/.pc/fix-libtool/configure-14069-
gap-4.11.0/.pc/fix-libtool/configure:14070:  for p in `eval "$output_verbose_link_cmd"`; do
gap-4.11.0/.pc/fix-libtool/configure-14071-    case $prev$p in
##############################################
gap-4.11.0/.pc/fix-libtool/configure-14172-if test -n "${compiler_lib_search_path_CXX}"; then
gap-4.11.0/.pc/fix-libtool/configure:14173: compiler_lib_search_dirs_CXX=`echo " ${compiler_lib_search_path_CXX}" | $SED -e 's! -L! !g' -e 's!^ !!'`
gap-4.11.0/.pc/fix-libtool/configure-14174-fi
##############################################
gap-4.11.0/.pc/fix-libtool/configure-14419-	  *)
gap-4.11.0/.pc/fix-libtool/configure:14420:	    case `$CC -V 2>&1 | sed 5q` in
gap-4.11.0/.pc/fix-libtool/configure-14421-	    *Sun\ C*)
##############################################
gap-4.11.0/.pc/fix-libtool/configure-14801-    else
gap-4.11.0/.pc/fix-libtool/configure:14802:      export_symbols_cmds_CXX='`func_echo_all $NM | $SED -e '\''s/B\([^B]*\)$/P\1/'\''` -PCpgl $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) && (substr(\$ 1,1,1) != ".")) { if ((\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) { print \$ 1 " weak" } else { print \$ 1 } } }'\'' | sort -u > $export_symbols'
gap-4.11.0/.pc/fix-libtool/configure-14803-    fi
##############################################
gap-4.11.0/.pc/fix-libtool/configure-15103-    # Create ${libname}_ixlibrary.a entries in /sys/libs.
gap-4.11.0/.pc/fix-libtool/configure:15104:    finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`func_echo_all "$lib" | $SED '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; $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'
gap-4.11.0/.pc/fix-libtool/configure-15105-    ;;
##############################################
gap-4.11.0/.pc/fix-libtool/configure-15139-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
gap-4.11.0/.pc/fix-libtool/configure:15140:    postinstall_cmds='base_file=`basename \$file`~
gap-4.11.0/.pc/fix-libtool/configure:15141:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~
gap-4.11.0/.pc/fix-libtool/configure:15142:      dldir=$destdir/`dirname \$dlpath`~
gap-4.11.0/.pc/fix-libtool/configure-15143-      test -d \$dldir || mkdir -p \$dldir~
##############################################
gap-4.11.0/.pc/fix-libtool/configure-15148-      fi'
gap-4.11.0/.pc/fix-libtool/configure:15149:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
gap-4.11.0/.pc/fix-libtool/configure-15150-      dlpath=$dir/\$dldll~
##############################################
gap-4.11.0/.pc/fix-libtool/configure-15156-      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
gap-4.11.0/.pc/fix-libtool/configure:15157:      soname_spec='`echo $libname | sed -e 's/^lib/cyg/'``echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
gap-4.11.0/.pc/fix-libtool/configure-15158-
##############################################
gap-4.11.0/.pc/fix-libtool/configure-15161-      # MinGW DLLs use traditional 'lib' prefix
gap-4.11.0/.pc/fix-libtool/configure:15162:      soname_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
gap-4.11.0/.pc/fix-libtool/configure-15163-      ;;
##############################################
gap-4.11.0/.pc/fix-libtool/configure-15165-      # pw32 DLLs use 'pw' prefix rather than 'lib'
gap-4.11.0/.pc/fix-libtool/configure:15166:      library_names_spec='`echo $libname | sed -e 's/^lib/pw/'``echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
gap-4.11.0/.pc/fix-libtool/configure-15167-      ;;
##############################################
gap-4.11.0/.pc/fix-libtool/configure-15174-    libname_spec='$name'
gap-4.11.0/.pc/fix-libtool/configure:15175:    soname_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
gap-4.11.0/.pc/fix-libtool/configure-15176-    library_names_spec='$libname.dll.lib'
##############################################
gap-4.11.0/.pc/fix-libtool/configure-15186-        # Let DOS variable expansion print the short 8.3 style file name.
gap-4.11.0/.pc/fix-libtool/configure:15187:        lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"`
gap-4.11.0/.pc/fix-libtool/configure-15188-        sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path"
##############################################
gap-4.11.0/.pc/fix-libtool/configure-15191-      # Convert to MSYS style.
gap-4.11.0/.pc/fix-libtool/configure:15192:      sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | sed -e 's|\\\\|/|g' -e 's| \\([a-zA-Z]\\):| /\\1|g' -e 's|^ ||'`
gap-4.11.0/.pc/fix-libtool/configure-15193-      ;;
##############################################
gap-4.11.0/.pc/fix-libtool/configure-15197-      # like /cygdrive/c/PROGRA~1:/cygdr...
gap-4.11.0/.pc/fix-libtool/configure:15198:      sys_lib_search_path_spec=`cygpath --path --unix "$LIB"`
gap-4.11.0/.pc/fix-libtool/configure:15199:      sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null`
gap-4.11.0/.pc/fix-libtool/configure:15200:      sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
gap-4.11.0/.pc/fix-libtool/configure-15201-      ;;
##############################################
gap-4.11.0/.pc/fix-libtool/configure-15205-        # It is most probably a Windows format PATH.
gap-4.11.0/.pc/fix-libtool/configure:15206:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
gap-4.11.0/.pc/fix-libtool/configure-15207-      else
gap-4.11.0/.pc/fix-libtool/configure:15208:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
gap-4.11.0/.pc/fix-libtool/configure-15209-      fi
##############################################
gap-4.11.0/.pc/fix-libtool/configure-15215-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
gap-4.11.0/.pc/fix-libtool/configure:15216:    postinstall_cmds='base_file=`basename \$file`~
gap-4.11.0/.pc/fix-libtool/configure:15217:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~
gap-4.11.0/.pc/fix-libtool/configure:15218:      dldir=$destdir/`dirname \$dlpath`~
gap-4.11.0/.pc/fix-libtool/configure-15219-      test -d \$dldir || mkdir -p \$dldir~
gap-4.11.0/.pc/fix-libtool/configure-15220-      $install_prog $dir/$dlname \$dldir/$dlname'
gap-4.11.0/.pc/fix-libtool/configure:15221:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
gap-4.11.0/.pc/fix-libtool/configure-15222-      dlpath=$dir/\$dldll~
##############################################
gap-4.11.0/.pc/fix-libtool/configure-15229-    # Assume MSVC wrapper
gap-4.11.0/.pc/fix-libtool/configure:15230:    library_names_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext $libname.lib'
gap-4.11.0/.pc/fix-libtool/configure-15231-    dynamic_linker='Win32 ld.exe'
##############################################
gap-4.11.0/.pc/fix-libtool/configure-15246-  shlibpath_var=DYLD_LIBRARY_PATH
gap-4.11.0/.pc/fix-libtool/configure:15247:  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
gap-4.11.0/.pc/fix-libtool/configure-15248-
##############################################
gap-4.11.0/.pc/fix-libtool/configure-15498-  if test -f /etc/ld.so.conf; then
gap-4.11.0/.pc/fix-libtool/configure:15499:    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;s/"//g;/^$/d' | tr '\n' ' '`
gap-4.11.0/.pc/fix-libtool/configure-15500-    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
##############################################
gap-4.11.0/.pc/fix-libtool/configure-15552-  need_lib_prefix=no
gap-4.11.0/.pc/fix-libtool/configure:15553:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
gap-4.11.0/.pc/fix-libtool/configure-15554-    need_version=no
##############################################
gap-4.11.0/.pc/fix-libtool/configure-15579-  sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
gap-4.11.0/.pc/fix-libtool/configure:15580:  postinstall_cmds='base_file=`basename \$file`~
gap-4.11.0/.pc/fix-libtool/configure:15581:    dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; $ECHO \$dlname'\''`~
gap-4.11.0/.pc/fix-libtool/configure:15582:    dldir=$destdir/`dirname \$dlpath`~
gap-4.11.0/.pc/fix-libtool/configure-15583-    test -d \$dldir || mkdir -p \$dldir~
##############################################
gap-4.11.0/.pc/fix-libtool/configure-15588-    fi'
gap-4.11.0/.pc/fix-libtool/configure:15589:  postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; $ECHO \$dlname'\''`~
gap-4.11.0/.pc/fix-libtool/configure-15590-    dlpath=$dir/\$dldll~
##############################################
gap-4.11.0/.pc/fix-libtool/configure-16850-for flag in          -fno-strict-aliasing     ; do
gap-4.11.0/.pc/fix-libtool/configure:16851:  as_CACHEVAR=`$as_echo "ax_cv_check_cflags_$ax_compiler_flags_test_$flag" | $as_tr_sh`
gap-4.11.0/.pc/fix-libtool/configure-16852-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C compiler accepts $flag" >&5
##############################################
gap-4.11.0/.pc/fix-libtool/configure-16929-for flag in              -Wall             -Wextra             -Warray-bounds                         -Wno-cast-function-type             -Wdouble-promotion             -Wduplicated-branches             -Wduplicated-cond             -Wformat-nonliteral             -Wformat-security             -Wformat=2             -Winit-self             -Wno-inline             -Wlogical-op                         -Wmissing-field-initializers             -Wmissing-format-attribute             -Wmissing-include-dirs                         -Wmissing-variable-declarations             -Wno-pragmas                         -Wpacked             -Wpointer-arith             -Wredundant-decls             -Wredundant-decls             -Wrestrict             -Wreturn-type             -Wshadow             -Wno-sign-compare             -Wstrict-aliasing                                                 -Wundef             -Wunused-but-set-variable             -Wno-unused-parameter             -Wwrite-strings         ; do
gap-4.11.0/.pc/fix-libtool/configure:16930:  as_CACHEVAR=`$as_echo "ax_cv_check_cflags_$ax_compiler_flags_test_$flag" | $as_tr_sh`
gap-4.11.0/.pc/fix-libtool/configure-16931-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C compiler accepts $flag" >&5
##############################################
gap-4.11.0/.pc/fix-libtool/configure-17012-for flag in                          -Wno-implicit-fallthrough             -Wimplicit-function-declaration             -Wjump-misses-init                         -Wnested-externs             -Wold-style-definition             -Wstrict-prototypes             ; do
gap-4.11.0/.pc/fix-libtool/configure:17013:  as_CACHEVAR=`$as_echo "ax_cv_check_cflags_$ax_compiler_flags_test_$flag" | $as_tr_sh`
gap-4.11.0/.pc/fix-libtool/configure-17014-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C compiler accepts $flag" >&5
##############################################
gap-4.11.0/.pc/fix-libtool/configure-17096-for flag in              -Wextra-semi             ; do
gap-4.11.0/.pc/fix-libtool/configure:17097:  as_CACHEVAR=`$as_echo "ax_cv_check_cxxflags_$ax_compiler_flags_test_$flag" | $as_tr_sh`
gap-4.11.0/.pc/fix-libtool/configure-17098-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C++ compiler accepts $flag" >&5
##############################################
gap-4.11.0/.pc/fix-libtool/configure-17253-for flag in              $ax_compiler_no_suggest_attribute_flags         ; do
gap-4.11.0/.pc/fix-libtool/configure:17254:  as_CACHEVAR=`$as_echo "ax_cv_check_cflags_$ax_compiler_flags_test_$flag" | $as_tr_sh`
gap-4.11.0/.pc/fix-libtool/configure-17255-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C compiler accepts $flag" >&5
##############################################
gap-4.11.0/.pc/fix-libtool/configure-17341-for flag in -Wno-error=$($as_echo $flag | $SED 's/^-Wno-//'); do
gap-4.11.0/.pc/fix-libtool/configure:17342:  as_CACHEVAR=`$as_echo "ax_cv_check_cflags_$ax_compiler_flags_test_$flag" | $as_tr_sh`
gap-4.11.0/.pc/fix-libtool/configure-17343-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C compiler accepts $flag" >&5
##############################################
gap-4.11.0/.pc/fix-libtool/configure-18388-do :
gap-4.11.0/.pc/fix-libtool/configure:18389:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
gap-4.11.0/.pc/fix-libtool/configure-18390-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
gap-4.11.0/.pc/fix-libtool/configure-18392-  cat >>confdefs.h <<_ACEOF
gap-4.11.0/.pc/fix-libtool/configure:18393:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
gap-4.11.0/.pc/fix-libtool/configure-18394-_ACEOF
##############################################
gap-4.11.0/.pc/fix-libtool/configure-18468-do :
gap-4.11.0/.pc/fix-libtool/configure:18469:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
gap-4.11.0/.pc/fix-libtool/configure-18470-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
gap-4.11.0/.pc/fix-libtool/configure-18472-  cat >>confdefs.h <<_ACEOF
gap-4.11.0/.pc/fix-libtool/configure:18473:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
gap-4.11.0/.pc/fix-libtool/configure-18474-_ACEOF
##############################################
gap-4.11.0/.pc/fix-libtool/configure-18484-do :
gap-4.11.0/.pc/fix-libtool/configure:18485:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
gap-4.11.0/.pc/fix-libtool/configure-18486-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
gap-4.11.0/.pc/fix-libtool/configure-18488-  cat >>confdefs.h <<_ACEOF
gap-4.11.0/.pc/fix-libtool/configure:18489:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
gap-4.11.0/.pc/fix-libtool/configure-18490-_ACEOF
##############################################
gap-4.11.0/.pc/fix-libtool/configure-18600-do :
gap-4.11.0/.pc/fix-libtool/configure:18601:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
gap-4.11.0/.pc/fix-libtool/configure-18602-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
gap-4.11.0/.pc/fix-libtool/configure-18604-  cat >>confdefs.h <<_ACEOF
gap-4.11.0/.pc/fix-libtool/configure:18605:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
gap-4.11.0/.pc/fix-libtool/configure-18606-_ACEOF
##############################################
gap-4.11.0/.pc/fix-libtool/configure-18801-do :
gap-4.11.0/.pc/fix-libtool/configure:18802:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
gap-4.11.0/.pc/fix-libtool/configure-18803-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
gap-4.11.0/.pc/fix-libtool/configure-18805-  cat >>confdefs.h <<_ACEOF
gap-4.11.0/.pc/fix-libtool/configure:18806:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
gap-4.11.0/.pc/fix-libtool/configure-18807-_ACEOF
##############################################
gap-4.11.0/.pc/fix-libtool/configure-18825-do :
gap-4.11.0/.pc/fix-libtool/configure:18826:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
gap-4.11.0/.pc/fix-libtool/configure-18827-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
gap-4.11.0/.pc/fix-libtool/configure-18829-  cat >>confdefs.h <<_ACEOF
gap-4.11.0/.pc/fix-libtool/configure:18830:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
gap-4.11.0/.pc/fix-libtool/configure-18831-_ACEOF
##############################################
gap-4.11.0/.pc/fix-libtool/configure-18913-do :
gap-4.11.0/.pc/fix-libtool/configure:18914:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
gap-4.11.0/.pc/fix-libtool/configure-18915-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
gap-4.11.0/.pc/fix-libtool/configure-18917-  cat >>confdefs.h <<_ACEOF
gap-4.11.0/.pc/fix-libtool/configure:18918:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
gap-4.11.0/.pc/fix-libtool/configure-18919-_ACEOF
##############################################
gap-4.11.0/.pc/fix-libtool/configure-18937-do :
gap-4.11.0/.pc/fix-libtool/configure:18938:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
gap-4.11.0/.pc/fix-libtool/configure-18939-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
gap-4.11.0/.pc/fix-libtool/configure-18941-  cat >>confdefs.h <<_ACEOF
gap-4.11.0/.pc/fix-libtool/configure:18942:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
gap-4.11.0/.pc/fix-libtool/configure-18943-_ACEOF
##############################################
gap-4.11.0/.pc/fix-libtool/configure-18950-do :
gap-4.11.0/.pc/fix-libtool/configure:18951:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
gap-4.11.0/.pc/fix-libtool/configure-18952-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
gap-4.11.0/.pc/fix-libtool/configure-18954-  cat >>confdefs.h <<_ACEOF
gap-4.11.0/.pc/fix-libtool/configure:18955:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
gap-4.11.0/.pc/fix-libtool/configure-18956-_ACEOF
##############################################
gap-4.11.0/.pc/fix-libtool/configure-19225-do :
gap-4.11.0/.pc/fix-libtool/configure:19226:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
gap-4.11.0/.pc/fix-libtool/configure-19227-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
gap-4.11.0/.pc/fix-libtool/configure-19229-  cat >>confdefs.h <<_ACEOF
gap-4.11.0/.pc/fix-libtool/configure:19230:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
gap-4.11.0/.pc/fix-libtool/configure-19231-_ACEOF
##############################################
gap-4.11.0/.pc/fix-libtool/configure-19557-             ax_pthread_sed='s/conftest\.\$ac_ext/conftest.$ac_objext/g'
gap-4.11.0/.pc/fix-libtool/configure:19558:             ax_pthread_link_step=`$as_echo "$ac_link" | sed "$ax_pthread_sed"`
gap-4.11.0/.pc/fix-libtool/configure-19559-             ax_pthread_2step_ac_link="($ac_compile) && (echo ==== >&5) && ($ax_pthread_link_step)"
##############################################
gap-4.11.0/.pc/fix-libtool/configure-20178-  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
gap-4.11.0/.pc/fix-libtool/configure:20179:  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
gap-4.11.0/.pc/fix-libtool/configure-20180-  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
##############################################
gap-4.11.0/.pc/fix-libtool/configure-20246-if test -z "$BASH_VERSION$ZSH_VERSION" \
gap-4.11.0/.pc/fix-libtool/configure:20247:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
gap-4.11.0/.pc/fix-libtool/configure-20248-  as_echo='print -r --'
gap-4.11.0/.pc/fix-libtool/configure-20249-  as_echo_n='print -rn --'
gap-4.11.0/.pc/fix-libtool/configure:20250:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
gap-4.11.0/.pc/fix-libtool/configure-20251-  as_echo='printf %s\n'
##############################################
gap-4.11.0/.pc/fix-libtool/configure-20253-else
gap-4.11.0/.pc/fix-libtool/configure:20254:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
gap-4.11.0/.pc/fix-libtool/configure-20255-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
gap-4.11.0/.pc/fix-libtool/configure-20263-	expr "X$arg" : "X\\(.*\\)$as_nl";
gap-4.11.0/.pc/fix-libtool/configure:20264:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
gap-4.11.0/.pc/fix-libtool/configure-20265-      esac;
##############################################
gap-4.11.0/.pc/fix-libtool/configure-20340-# ----------------------------------------
gap-4.11.0/.pc/fix-libtool/configure:20341:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
gap-4.11.0/.pc/fix-libtool/configure-20342-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
gap-4.11.0/.pc/fix-libtool/configure-20412-  {
gap-4.11.0/.pc/fix-libtool/configure:20413:    as_val=`expr "$@" || test $? -eq 1`
gap-4.11.0/.pc/fix-libtool/configure-20414-  }
##############################################
gap-4.11.0/.pc/fix-libtool/configure-20516-      case $as_dir in #(
gap-4.11.0/.pc/fix-libtool/configure:20517:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
gap-4.11.0/.pc/fix-libtool/configure-20518-      *) as_qdir=$as_dir;;
##############################################
gap-4.11.0/.pc/fix-libtool/configure-20652-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
gap-4.11.0/.pc/fix-libtool/configure:20653:ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
gap-4.11.0/.pc/fix-libtool/configure-20654-ac_cs_version="\\
##############################################
gap-4.11.0/.pc/fix-libtool/configure-20677-  --*=?*)
gap-4.11.0/.pc/fix-libtool/configure:20678:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
gap-4.11.0/.pc/fix-libtool/configure:20679:    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
gap-4.11.0/.pc/fix-libtool/configure-20680-    ac_shift=:
##############################################
gap-4.11.0/.pc/fix-libtool/configure-20682-  --*=)
gap-4.11.0/.pc/fix-libtool/configure:20683:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
gap-4.11.0/.pc/fix-libtool/configure-20684-    ac_optarg=
##############################################
gap-4.11.0/.pc/fix-libtool/configure-20706-    case $ac_optarg in
gap-4.11.0/.pc/fix-libtool/configure:20707:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
gap-4.11.0/.pc/fix-libtool/configure-20708-    '') as_fn_error $? "missing file argument" ;;
##############################################
gap-4.11.0/.pc/fix-libtool/configure-20714-    case $ac_optarg in
gap-4.11.0/.pc/fix-libtool/configure:20715:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
gap-4.11.0/.pc/fix-libtool/configure-20716-    esac
##############################################
gap-4.11.0/.pc/fix-libtool/configure-20782-delay_variable_subst='$delay_variable_subst'
gap-4.11.0/.pc/fix-libtool/configure:20783:macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/.pc/fix-libtool/configure:20784:macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/.pc/fix-libtool/configure:20785:enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/.pc/fix-libtool/configure:20786:AS='`$ECHO "$AS" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/.pc/fix-libtool/configure:20787:DLLTOOL='`$ECHO "$DLLTOOL" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/.pc/fix-libtool/configure:20788:OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/.pc/fix-libtool/configure:20789:enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/.pc/fix-libtool/configure:20790:pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/.pc/fix-libtool/configure:20791:enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/.pc/fix-libtool/configure:20792:shared_archive_member_spec='`$ECHO "$shared_archive_member_spec" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/.pc/fix-libtool/configure:20793:SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/.pc/fix-libtool/configure:20794:ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/.pc/fix-libtool/configure:20795:PATH_SEPARATOR='`$ECHO "$PATH_SEPARATOR" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/.pc/fix-libtool/configure:20796:host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/.pc/fix-libtool/configure:20797:host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/.pc/fix-libtool/configure:20798:host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/.pc/fix-libtool/configure:20799:build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/.pc/fix-libtool/configure:20800:build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/.pc/fix-libtool/configure:20801:build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/.pc/fix-libtool/configure:20802:SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/.pc/fix-libtool/configure:20803:Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/.pc/fix-libtool/configure:20804:GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/.pc/fix-libtool/configure:20805:EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/.pc/fix-libtool/configure:20806:FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/.pc/fix-libtool/configure:20807:LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/.pc/fix-libtool/configure:20808:NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/.pc/fix-libtool/configure:20809:LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/.pc/fix-libtool/configure:20810:max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/.pc/fix-libtool/configure:20811:ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/.pc/fix-libtool/configure:20812:exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/.pc/fix-libtool/configure:20813:lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/.pc/fix-libtool/configure:20814:lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/.pc/fix-libtool/configure:20815:lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/.pc/fix-libtool/configure:20816:lt_cv_to_host_file_cmd='`$ECHO "$lt_cv_to_host_file_cmd" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/.pc/fix-libtool/configure:20817:lt_cv_to_tool_file_cmd='`$ECHO "$lt_cv_to_tool_file_cmd" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/.pc/fix-libtool/configure:20818:reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/.pc/fix-libtool/configure:20819:reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/.pc/fix-libtool/configure:20820:deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/.pc/fix-libtool/configure:20821:file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/.pc/fix-libtool/configure:20822:file_magic_glob='`$ECHO "$file_magic_glob" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/.pc/fix-libtool/configure:20823:want_nocaseglob='`$ECHO "$want_nocaseglob" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/.pc/fix-libtool/configure:20824:sharedlib_from_linklib_cmd='`$ECHO "$sharedlib_from_linklib_cmd" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/.pc/fix-libtool/configure:20825:AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/.pc/fix-libtool/configure:20826:AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/.pc/fix-libtool/configure:20827:archiver_list_spec='`$ECHO "$archiver_list_spec" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/.pc/fix-libtool/configure:20828:STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/.pc/fix-libtool/configure:20829:RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/.pc/fix-libtool/configure:20830:old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/.pc/fix-libtool/configure:20831:old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/.pc/fix-libtool/configure:20832:old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/.pc/fix-libtool/configure:20833:lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/.pc/fix-libtool/configure:20834:CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/.pc/fix-libtool/configure:20835:CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/.pc/fix-libtool/configure:20836:compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/.pc/fix-libtool/configure:20837:GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/.pc/fix-libtool/configure:20838:lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/.pc/fix-libtool/configure:20839:lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/.pc/fix-libtool/configure:20840:lt_cv_sys_global_symbol_to_import='`$ECHO "$lt_cv_sys_global_symbol_to_import" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/.pc/fix-libtool/configure:20841:lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/.pc/fix-libtool/configure:20842:lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address_lib_prefix" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/.pc/fix-libtool/configure:20843:lt_cv_nm_interface='`$ECHO "$lt_cv_nm_interface" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/.pc/fix-libtool/configure:20844:nm_file_list_spec='`$ECHO "$nm_file_list_spec" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/.pc/fix-libtool/configure:20845:lt_sysroot='`$ECHO "$lt_sysroot" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/.pc/fix-libtool/configure:20846:lt_cv_truncate_bin='`$ECHO "$lt_cv_truncate_bin" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/.pc/fix-libtool/configure:20847:objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/.pc/fix-libtool/configure:20848:MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/.pc/fix-libtool/configure:20849:lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/.pc/fix-libtool/configure:20850:lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/.pc/fix-libtool/configure:20851:lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/.pc/fix-libtool/configure:20852:lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/.pc/fix-libtool/configure:20853:lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/.pc/fix-libtool/configure:20854:need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/.pc/fix-libtool/configure:20855:MANIFEST_TOOL='`$ECHO "$MANIFEST_TOOL" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/.pc/fix-libtool/configure:20856:DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/.pc/fix-libtool/configure:20857:NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/.pc/fix-libtool/configure:20858:LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/.pc/fix-libtool/configure:20859:OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/.pc/fix-libtool/configure:20860:OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/.pc/fix-libtool/configure:20861:libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/.pc/fix-libtool/configure:20862:shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/.pc/fix-libtool/configure:20863:extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/.pc/fix-libtool/configure:20864:archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/.pc/fix-libtool/configure:20865:enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/.pc/fix-libtool/configure:20866:export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/.pc/fix-libtool/configure:20867:whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/.pc/fix-libtool/configure:20868:compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/.pc/fix-libtool/configure:20869:old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/.pc/fix-libtool/configure:20870:old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/.pc/fix-libtool/configure:20871:archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/.pc/fix-libtool/configure:20872:archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/.pc/fix-libtool/configure:20873:module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/.pc/fix-libtool/configure:20874:module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/.pc/fix-libtool/configure:20875:with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/.pc/fix-libtool/configure:20876:allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/.pc/fix-libtool/configure:20877:no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/.pc/fix-libtool/configure:20878:hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/.pc/fix-libtool/configure:20879:hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/.pc/fix-libtool/configure:20880:hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/.pc/fix-libtool/configure:20881:hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/.pc/fix-libtool/configure:20882:hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/.pc/fix-libtool/configure:20883:hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/.pc/fix-libtool/configure:20884:hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/.pc/fix-libtool/configure:20885:inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/.pc/fix-libtool/configure:20886:link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/.pc/fix-libtool/configure:20887:always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/.pc/fix-libtool/configure:20888:export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/.pc/fix-libtool/configure:20889:exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/.pc/fix-libtool/configure:20890:include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/.pc/fix-libtool/configure:20891:prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/.pc/fix-libtool/configure:20892:postlink_cmds='`$ECHO "$postlink_cmds" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/.pc/fix-libtool/configure:20893:file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/.pc/fix-libtool/configure:20894:variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/.pc/fix-libtool/configure:20895:need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/.pc/fix-libtool/configure:20896:need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/.pc/fix-libtool/configure:20897:version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/.pc/fix-libtool/configure:20898:runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/.pc/fix-libtool/configure:20899:shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/.pc/fix-libtool/configure:20900:shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/.pc/fix-libtool/configure:20901:libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/.pc/fix-libtool/configure:20902:library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/.pc/fix-libtool/configure:20903:soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/.pc/fix-libtool/configure:20904:install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/.pc/fix-libtool/configure:20905:postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/.pc/fix-libtool/configure:20906:postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/.pc/fix-libtool/configure:20907:finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/.pc/fix-libtool/configure:20908:finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/.pc/fix-libtool/configure:20909:hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/.pc/fix-libtool/configure:20910:sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/.pc/fix-libtool/configure:20911:configure_time_dlsearch_path='`$ECHO "$configure_time_dlsearch_path" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/.pc/fix-libtool/configure:20912:configure_time_lt_sys_library_path='`$ECHO "$configure_time_lt_sys_library_path" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/.pc/fix-libtool/configure:20913:hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/.pc/fix-libtool/configure:20914:enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/.pc/fix-libtool/configure:20915:enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/.pc/fix-libtool/configure:20916:enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/.pc/fix-libtool/configure:20917:old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/.pc/fix-libtool/configure:20918:striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/.pc/fix-libtool/configure:20919:compiler_lib_search_dirs='`$ECHO "$compiler_lib_search_dirs" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/.pc/fix-libtool/configure:20920:predep_objects='`$ECHO "$predep_objects" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/.pc/fix-libtool/configure:20921:postdep_objects='`$ECHO "$postdep_objects" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/.pc/fix-libtool/configure:20922:predeps='`$ECHO "$predeps" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/.pc/fix-libtool/configure:20923:postdeps='`$ECHO "$postdeps" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/.pc/fix-libtool/configure:20924:compiler_lib_search_path='`$ECHO "$compiler_lib_search_path" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/.pc/fix-libtool/configure:20925:LD_CXX='`$ECHO "$LD_CXX" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/.pc/fix-libtool/configure:20926:reload_flag_CXX='`$ECHO "$reload_flag_CXX" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/.pc/fix-libtool/configure:20927:reload_cmds_CXX='`$ECHO "$reload_cmds_CXX" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/.pc/fix-libtool/configure:20928:old_archive_cmds_CXX='`$ECHO "$old_archive_cmds_CXX" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/.pc/fix-libtool/configure:20929:compiler_CXX='`$ECHO "$compiler_CXX" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/.pc/fix-libtool/configure:20930:GCC_CXX='`$ECHO "$GCC_CXX" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/.pc/fix-libtool/configure:20931:lt_prog_compiler_no_builtin_flag_CXX='`$ECHO "$lt_prog_compiler_no_builtin_flag_CXX" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/.pc/fix-libtool/configure:20932:lt_prog_compiler_pic_CXX='`$ECHO "$lt_prog_compiler_pic_CXX" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/.pc/fix-libtool/configure:20933:lt_prog_compiler_wl_CXX='`$ECHO "$lt_prog_compiler_wl_CXX" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/.pc/fix-libtool/configure:20934:lt_prog_compiler_static_CXX='`$ECHO "$lt_prog_compiler_static_CXX" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/.pc/fix-libtool/configure:20935:lt_cv_prog_compiler_c_o_CXX='`$ECHO "$lt_cv_prog_compiler_c_o_CXX" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/.pc/fix-libtool/configure:20936:archive_cmds_need_lc_CXX='`$ECHO "$archive_cmds_need_lc_CXX" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/.pc/fix-libtool/configure:20937:enable_shared_with_static_runtimes_CXX='`$ECHO "$enable_shared_with_static_runtimes_CXX" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/.pc/fix-libtool/configure:20938:export_dynamic_flag_spec_CXX='`$ECHO "$export_dynamic_flag_spec_CXX" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/.pc/fix-libtool/configure:20939:whole_archive_flag_spec_CXX='`$ECHO "$whole_archive_flag_spec_CXX" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/.pc/fix-libtool/configure:20940:compiler_needs_object_CXX='`$ECHO "$compiler_needs_object_CXX" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/.pc/fix-libtool/configure:20941:old_archive_from_new_cmds_CXX='`$ECHO "$old_archive_from_new_cmds_CXX" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/.pc/fix-libtool/configure:20942:old_archive_from_expsyms_cmds_CXX='`$ECHO "$old_archive_from_expsyms_cmds_CXX" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/.pc/fix-libtool/configure:20943:archive_cmds_CXX='`$ECHO "$archive_cmds_CXX" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/.pc/fix-libtool/configure:20944:archive_expsym_cmds_CXX='`$ECHO "$archive_expsym_cmds_CXX" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/.pc/fix-libtool/configure:20945:module_cmds_CXX='`$ECHO "$module_cmds_CXX" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/.pc/fix-libtool/configure:20946:module_expsym_cmds_CXX='`$ECHO "$module_expsym_cmds_CXX" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/.pc/fix-libtool/configure:20947:with_gnu_ld_CXX='`$ECHO "$with_gnu_ld_CXX" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/.pc/fix-libtool/configure:20948:allow_undefined_flag_CXX='`$ECHO "$allow_undefined_flag_CXX" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/.pc/fix-libtool/configure:20949:no_undefined_flag_CXX='`$ECHO "$no_undefined_flag_CXX" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/.pc/fix-libtool/configure:20950:hardcode_libdir_flag_spec_CXX='`$ECHO "$hardcode_libdir_flag_spec_CXX" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/.pc/fix-libtool/configure:20951:hardcode_libdir_separator_CXX='`$ECHO "$hardcode_libdir_separator_CXX" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/.pc/fix-libtool/configure:20952:hardcode_direct_CXX='`$ECHO "$hardcode_direct_CXX" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/.pc/fix-libtool/configure:20953:hardcode_direct_absolute_CXX='`$ECHO "$hardcode_direct_absolute_CXX" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/.pc/fix-libtool/configure:20954:hardcode_minus_L_CXX='`$ECHO "$hardcode_minus_L_CXX" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/.pc/fix-libtool/configure:20955:hardcode_shlibpath_var_CXX='`$ECHO "$hardcode_shlibpath_var_CXX" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/.pc/fix-libtool/configure:20956:hardcode_automatic_CXX='`$ECHO "$hardcode_automatic_CXX" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/.pc/fix-libtool/configure:20957:inherit_rpath_CXX='`$ECHO "$inherit_rpath_CXX" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/.pc/fix-libtool/configure:20958:link_all_deplibs_CXX='`$ECHO "$link_all_deplibs_CXX" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/.pc/fix-libtool/configure:20959:always_export_symbols_CXX='`$ECHO "$always_export_symbols_CXX" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/.pc/fix-libtool/configure:20960:export_symbols_cmds_CXX='`$ECHO "$export_symbols_cmds_CXX" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/.pc/fix-libtool/configure:20961:exclude_expsyms_CXX='`$ECHO "$exclude_expsyms_CXX" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/.pc/fix-libtool/configure:20962:include_expsyms_CXX='`$ECHO "$include_expsyms_CXX" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/.pc/fix-libtool/configure:20963:prelink_cmds_CXX='`$ECHO "$prelink_cmds_CXX" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/.pc/fix-libtool/configure:20964:postlink_cmds_CXX='`$ECHO "$postlink_cmds_CXX" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/.pc/fix-libtool/configure:20965:file_list_spec_CXX='`$ECHO "$file_list_spec_CXX" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/.pc/fix-libtool/configure:20966:hardcode_action_CXX='`$ECHO "$hardcode_action_CXX" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/.pc/fix-libtool/configure:20967:compiler_lib_search_dirs_CXX='`$ECHO "$compiler_lib_search_dirs_CXX" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/.pc/fix-libtool/configure:20968:predep_objects_CXX='`$ECHO "$predep_objects_CXX" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/.pc/fix-libtool/configure:20969:postdep_objects_CXX='`$ECHO "$postdep_objects_CXX" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/.pc/fix-libtool/configure:20970:predeps_CXX='`$ECHO "$predeps_CXX" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/.pc/fix-libtool/configure:20971:postdeps_CXX='`$ECHO "$postdeps_CXX" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/.pc/fix-libtool/configure:20972:compiler_lib_search_path_CXX='`$ECHO "$compiler_lib_search_path_CXX" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/.pc/fix-libtool/configure-20973-
##############################################
gap-4.11.0/.pc/fix-libtool/configure-21086-compiler_lib_search_path_CXX; do
gap-4.11.0/.pc/fix-libtool/configure:21087:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
gap-4.11.0/.pc/fix-libtool/configure-21088-    *[\\\\\\\`\\"\\\$]*)
gap-4.11.0/.pc/fix-libtool/configure:21089:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\"" ## exclude from sc_prohibit_nested_quotes
gap-4.11.0/.pc/fix-libtool/configure-21090-      ;;
##############################################
gap-4.11.0/.pc/fix-libtool/configure-21128-postlink_cmds_CXX; do
gap-4.11.0/.pc/fix-libtool/configure:21129:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
gap-4.11.0/.pc/fix-libtool/configure-21130-    *[\\\\\\\`\\"\\\$]*)
gap-4.11.0/.pc/fix-libtool/configure:21131:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\"" ## exclude from sc_prohibit_nested_quotes
gap-4.11.0/.pc/fix-libtool/configure-21132-      ;;
##############################################
gap-4.11.0/.pc/fix-libtool/configure-21232-fi
gap-4.11.0/.pc/fix-libtool/configure:21233:ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
gap-4.11.0/.pc/fix-libtool/configure-21234-if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
##############################################
gap-4.11.0/.pc/fix-libtool/configure-21249-  as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
gap-4.11.0/.pc/fix-libtool/configure:21250:ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
gap-4.11.0/.pc/fix-libtool/configure-21251-ac_delim='%!_!# '
##############################################
gap-4.11.0/.pc/fix-libtool/configure-21255-
gap-4.11.0/.pc/fix-libtool/configure:21256:  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
gap-4.11.0/.pc/fix-libtool/configure-21257-  if test $ac_delim_n = $ac_delim_num; then
##############################################
gap-4.11.0/.pc/fix-libtool/configure-21393-for ac_last_try in false false :; do
gap-4.11.0/.pc/fix-libtool/configure:21394:  ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
gap-4.11.0/.pc/fix-libtool/configure-21395-  if test -z "$ac_tt"; then
##############################################
gap-4.11.0/.pc/fix-libtool/configure-21525-      esac
gap-4.11.0/.pc/fix-libtool/configure:21526:      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
gap-4.11.0/.pc/fix-libtool/configure-21527-      as_fn_append ac_file_inputs " '$ac_f'"
##############################################
gap-4.11.0/.pc/fix-libtool/configure-21584-*)
gap-4.11.0/.pc/fix-libtool/configure:21585:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
gap-4.11.0/.pc/fix-libtool/configure-21586-  # A ".." for each directory in $ac_dir_suffix.
gap-4.11.0/.pc/fix-libtool/configure:21587:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
gap-4.11.0/.pc/fix-libtool/configure-21588-  case $ac_top_builddir_sub in
##############################################
gap-4.11.0/.pc/fix-libtool/configure-21645-/@mandir@/p'
gap-4.11.0/.pc/fix-libtool/configure:21646:case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
gap-4.11.0/.pc/fix-libtool/configure-21647-*datarootdir*) ac_datarootdir_seen=yes;;
##############################################
gap-4.11.0/.pc/fix-libtool/configure-21662-
gap-4.11.0/.pc/fix-libtool/configure:21663:# Neutralize VPATH when `$srcdir' = `.'.
gap-4.11.0/.pc/fix-libtool/configure-21664-# Shell code in configure.ac might set extrasub.
##############################################
gap-4.11.0/.pc/fix-libtool/configure-21690-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
gap-4.11.0/.pc/fix-libtool/configure:21691:  { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
gap-4.11.0/.pc/fix-libtool/configure-21692-  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' \
##############################################
gap-4.11.0/.pc/fix-libtool/configure-22233-    *:)
gap-4.11.0/.pc/fix-libtool/configure:22234:        eval $1=\"`$ECHO $2 | $SED 's/:/ /g'` \$$1\"
gap-4.11.0/.pc/fix-libtool/configure-22235-        ;;
gap-4.11.0/.pc/fix-libtool/configure-22236-    x:*)
gap-4.11.0/.pc/fix-libtool/configure:22237:        eval $1=\"\$$1 `$ECHO $2 | $SED 's/:/ /g'`\"
gap-4.11.0/.pc/fix-libtool/configure-22238-        ;;
gap-4.11.0/.pc/fix-libtool/configure-22239-    *::*)
gap-4.11.0/.pc/fix-libtool/configure:22240:        eval $1=\"\$$1\ `$ECHO $2 | $SED -e 's/.*:://' -e 's/:/ /g'`\"
gap-4.11.0/.pc/fix-libtool/configure:22241:        eval $1=\"`$ECHO $2 | $SED -e 's/::.*//' -e 's/:/ /g'`\ \$$1\"
gap-4.11.0/.pc/fix-libtool/configure-22242-        ;;
gap-4.11.0/.pc/fix-libtool/configure-22243-    *)
gap-4.11.0/.pc/fix-libtool/configure:22244:        eval $1=\"`$ECHO $2 | $SED 's/:/ /g'`\"
gap-4.11.0/.pc/fix-libtool/configure-22245-        ;;
##############################################
gap-4.11.0/.pc/fix-libtool/configure-22260-    done
gap-4.11.0/.pc/fix-libtool/configure:22261:    func_cc_basename_result=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
gap-4.11.0/.pc/fix-libtool/configure-22262-}
##############################################
gap-4.11.0/.pc/GenStackFuncBags-mark-NOINLINE/src/gasman.c-1776-{
gap-4.11.0/.pc/GenStackFuncBags-mark-NOINLINE/src/gasman.c:1777:  asm (" ta 0x3 ");
gap-4.11.0/.pc/GenStackFuncBags-mark-NOINLINE/src/gasman.c:1778:  asm (" mov %sp,%o0" );
gap-4.11.0/.pc/GenStackFuncBags-mark-NOINLINE/src/gasman.c-1779-}
##############################################
gap-4.11.0/configure-45-if test -z "$BASH_VERSION$ZSH_VERSION" \
gap-4.11.0/configure:46:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
gap-4.11.0/configure-47-  as_echo='print -r --'
gap-4.11.0/configure-48-  as_echo_n='print -rn --'
gap-4.11.0/configure:49:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
gap-4.11.0/configure-50-  as_echo='printf %s\n'
##############################################
gap-4.11.0/configure-52-else
gap-4.11.0/configure:53:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
gap-4.11.0/configure-54-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
gap-4.11.0/configure-62-	expr "X$arg" : "X\\(.*\\)$as_nl";
gap-4.11.0/configure:63:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
gap-4.11.0/configure-64-      esac;
##############################################
gap-4.11.0/configure-199-  eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
gap-4.11.0/configure:200:  test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
gap-4.11.0/configure-201-test \$(( 1 + 1 )) = 2 || exit 1
##############################################
gap-4.11.0/configure-207-    PATH=/empty FPATH=/empty; export PATH FPATH
gap-4.11.0/configure:208:    test \"X\`printf %s \$ECHO\`\" = \"X\$ECHO\" \\
gap-4.11.0/configure:209:      || test \"X\`print -r -- \$ECHO\`\" = \"X\$ECHO\" ) || exit 1"
gap-4.11.0/configure-210-  if (eval "$as_required") 2>/dev/null; then :
##############################################
gap-4.11.0/configure-335-      case $as_dir in #(
gap-4.11.0/configure:336:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
gap-4.11.0/configure-337-      *) as_qdir=$as_dir;;
##############################################
gap-4.11.0/configure-408-  {
gap-4.11.0/configure:409:    as_val=`expr "$@" || test $? -eq 1`
gap-4.11.0/configure-410-  }
##############################################
gap-4.11.0/configure-415-# ----------------------------------------
gap-4.11.0/configure:416:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
gap-4.11.0/configure-417-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
gap-4.11.0/configure-478-  eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
gap-4.11.0/configure:479:  test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
gap-4.11.0/configure-480-  # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
##############################################
gap-4.11.0/configure-871-  case $ac_option in
gap-4.11.0/configure:872:  *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
gap-4.11.0/configure-873-  *=)   ac_optarg= ;;
##############################################
gap-4.11.0/configure-915-  -disable-* | --disable-*)
gap-4.11.0/configure:916:    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
gap-4.11.0/configure-917-    # Reject names that are not valid shell variable names.
##############################################
gap-4.11.0/configure-920-    ac_useropt_orig=$ac_useropt
gap-4.11.0/configure:921:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
gap-4.11.0/configure-922-    case $ac_user_opts in
##############################################
gap-4.11.0/configure-941-  -enable-* | --enable-*)
gap-4.11.0/configure:942:    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
gap-4.11.0/configure-943-    # Reject names that are not valid shell variable names.
##############################################
gap-4.11.0/configure-946-    ac_useropt_orig=$ac_useropt
gap-4.11.0/configure:947:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
gap-4.11.0/configure-948-    case $ac_user_opts in
##############################################
gap-4.11.0/configure-1145-  -with-* | --with-*)
gap-4.11.0/configure:1146:    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
gap-4.11.0/configure-1147-    # Reject names that are not valid shell variable names.
##############################################
gap-4.11.0/configure-1150-    ac_useropt_orig=$ac_useropt
gap-4.11.0/configure:1151:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
gap-4.11.0/configure-1152-    case $ac_user_opts in
##############################################
gap-4.11.0/configure-1161-  -without-* | --without-*)
gap-4.11.0/configure:1162:    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
gap-4.11.0/configure-1163-    # Reject names that are not valid shell variable names.
##############################################
gap-4.11.0/configure-1166-    ac_useropt_orig=$ac_useropt
gap-4.11.0/configure:1167:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
gap-4.11.0/configure-1168-    case $ac_user_opts in
##############################################
gap-4.11.0/configure-1199-  *=*)
gap-4.11.0/configure:1200:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
gap-4.11.0/configure-1201-    # Reject names that are not valid shell variable names.
##############################################
gap-4.11.0/configure-1220-if test -n "$ac_prev"; then
gap-4.11.0/configure:1221:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
gap-4.11.0/configure-1222-  as_fn_error $? "missing argument to $ac_option"
##############################################
gap-4.11.0/configure-1242-    */ )
gap-4.11.0/configure:1243:      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
gap-4.11.0/configure-1244-      eval $ac_var=\$ac_val;;
##############################################
gap-4.11.0/configure-1277-ac_ls_di=`ls -di .` &&
gap-4.11.0/configure:1278:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
gap-4.11.0/configure-1279-  as_fn_error $? "working directory cannot be determined"
##############################################
gap-4.11.0/configure-1333-case $srcdir in
gap-4.11.0/configure:1334:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
gap-4.11.0/configure-1335-esac
##############################################
gap-4.11.0/configure-1376-By default, \`make install' will install all the files in
gap-4.11.0/configure:1377:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
gap-4.11.0/configure:1378:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
gap-4.11.0/configure-1379-for instance \`--prefix=\$HOME'.
##############################################
gap-4.11.0/configure-1512-*)
gap-4.11.0/configure:1513:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
gap-4.11.0/configure-1514-  # A ".." for each directory in $ac_dir_suffix.
gap-4.11.0/configure:1515:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
gap-4.11.0/configure-1516-  case $ac_top_builddir_sub in
##############################################
gap-4.11.0/configure-2358-    *\'*)
gap-4.11.0/configure:2359:      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
gap-4.11.0/configure-2360-    esac
##############################################
gap-4.11.0/configure-2441-      case $ac_val in
gap-4.11.0/configure:2442:      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
gap-4.11.0/configure-2443-      esac
##############################################
gap-4.11.0/configure-2456-	case $ac_val in
gap-4.11.0/configure:2457:	*\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
gap-4.11.0/configure-2458-	esac
##############################################
gap-4.11.0/configure-2576-    set,)
gap-4.11.0/configure:2577:      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
gap-4.11.0/configure:2578:$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
gap-4.11.0/configure-2579-      ac_cache_corrupted=: ;;
##############################################
gap-4.11.0/configure-2587-	# differences in whitespace do not lead to failure.
gap-4.11.0/configure:2588:	ac_old_val_w=`echo x $ac_old_val`
gap-4.11.0/configure:2589:	ac_new_val_w=`echo x $ac_new_val`
gap-4.11.0/configure-2590-	if test "$ac_old_val_w" != "$ac_new_val_w"; then
##############################################
gap-4.11.0/configure-2607-    case $ac_new_val in
gap-4.11.0/configure:2608:    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
gap-4.11.0/configure-2609-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
gap-4.11.0/configure-2682-test "x$ac_build_alias" = x &&
gap-4.11.0/configure:2683:  ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
gap-4.11.0/configure-2684-test "x$ac_build_alias" = x &&
gap-4.11.0/configure-2685-  as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
gap-4.11.0/configure:2686:ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
gap-4.11.0/configure-2687-  as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
##############################################
gap-4.11.0/configure-2706-IFS=$ac_save_IFS
gap-4.11.0/configure:2707:case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
gap-4.11.0/configure-2708-
##############################################
gap-4.11.0/configure-2717-else
gap-4.11.0/configure:2718:  ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
gap-4.11.0/configure-2719-    as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
##############################################
gap-4.11.0/configure-2739-IFS=$ac_save_IFS
gap-4.11.0/configure:2740:case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
gap-4.11.0/configure-2741-
##############################################
gap-4.11.0/configure-3090-$as_echo_n "checking whether the C compiler works... " >&6; }
gap-4.11.0/configure:3091:ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
gap-4.11.0/configure-3092-
##############################################
gap-4.11.0/configure-3134-	then :; else
gap-4.11.0/configure:3135:	   ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
gap-4.11.0/configure-3136-	fi
##############################################
gap-4.11.0/configure-3194-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
gap-4.11.0/configure:3195:    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
gap-4.11.0/configure-3196-	  break;;
##############################################
gap-4.11.0/configure-3303-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
gap-4.11.0/configure:3304:    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
gap-4.11.0/configure-3305-       break;;
##############################################
gap-4.11.0/configure-4178-  # Check for GNU $ac_path_GREP
gap-4.11.0/configure:4179:case `"$ac_path_GREP" --version 2>&1` in
gap-4.11.0/configure-4180-*GNU*)
##############################################
gap-4.11.0/configure-4244-  # Check for GNU $ac_path_EGREP
gap-4.11.0/configure:4245:case `"$ac_path_EGREP" --version 2>&1` in
gap-4.11.0/configure-4246-*GNU*)
##############################################
gap-4.11.0/configure-4405-do :
gap-4.11.0/configure:4406:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
gap-4.11.0/configure-4407-ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
##############################################
gap-4.11.0/configure-4410-  cat >>confdefs.h <<_ACEOF
gap-4.11.0/configure:4411:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
gap-4.11.0/configure-4412-_ACEOF
##############################################
gap-4.11.0/configure-4582-	   as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue
gap-4.11.0/configure:4583:	   case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
gap-4.11.0/configure-4584-	     'mkdir (GNU coreutils) '* | \
##############################################
gap-4.11.0/configure-4663-if test "X`( print -r -- -n ) 2>/dev/null`" = X-n && \
gap-4.11.0/configure:4664:   test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
gap-4.11.0/configure-4665-  ECHO='print -r --'
gap-4.11.0/configure:4666:elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
gap-4.11.0/configure-4667-  ECHO='printf %s\n'
##############################################
gap-4.11.0/configure-4732-  # Check for GNU $ac_path_SED
gap-4.11.0/configure:4733:case `"$ac_path_SED" --version 2>&1` in
gap-4.11.0/configure-4734-*GNU*)
##############################################
gap-4.11.0/configure-4811-  # Check for GNU $ac_path_FGREP
gap-4.11.0/configure:4812:case `"$ac_path_FGREP" --version 2>&1` in
gap-4.11.0/configure-4813-*GNU*)
##############################################
gap-4.11.0/configure-4891-    # gcc leaves a trailing carriage return, which upsets mingw
gap-4.11.0/configure:4892:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
gap-4.11.0/configure-4893-  *)
gap-4.11.0/configure:4894:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
gap-4.11.0/configure-4895-  esac
##############################################
gap-4.11.0/configure-4900-      # Canonicalize the pathname of ld
gap-4.11.0/configure:4901:      ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
gap-4.11.0/configure-4902-      while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
gap-4.11.0/configure:4903:	ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
gap-4.11.0/configure-4904-      done
##############################################
gap-4.11.0/configure-4935-      # Break only if it was the GNU/non-GNU ld that we prefer.
gap-4.11.0/configure:4936:      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
gap-4.11.0/configure-4937-      *GNU* | *'with BFD'*)
##############################################
gap-4.11.0/configure-4966-  # I'd rather use --version here, but apparently some GNU lds only accept -v.
gap-4.11.0/configure:4967:case `$LD -v 2>&1 </dev/null` in
gap-4.11.0/configure-4968-*GNU* | *'with BFD'*)
##############################################
gap-4.11.0/configure-5016-	esac
gap-4.11.0/configure:5017:	case `"$tmp_nm" -B $lt_bad_file 2>&1 | sed '1q'` in
gap-4.11.0/configure-5018-	*$lt_bad_file* | *'Invalid file or object type'*)
##############################################
gap-4.11.0/configure-5022-	*)
gap-4.11.0/configure:5023:	  case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
gap-4.11.0/configure-5024-	  */dev/null*)
##############################################
gap-4.11.0/configure-5150-
gap-4.11.0/configure:5151:    case `$DUMPBIN -symbols -headers /dev/null 2>&1 | sed '1q'` in
gap-4.11.0/configure-5152-    *COFF*)
##############################################
gap-4.11.0/configure-5262-    # And add a safety zone
gap-4.11.0/configure:5263:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
gap-4.11.0/configure:5264:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
gap-4.11.0/configure-5265-    ;;
##############################################
gap-4.11.0/configure-5295-    if test -n "$kargmax"; then
gap-4.11.0/configure:5296:      lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[	 ]//'`
gap-4.11.0/configure-5297-    else
##############################################
gap-4.11.0/configure-5304-       test undefined != "$lt_cv_sys_max_cmd_len"; then
gap-4.11.0/configure:5305:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
gap-4.11.0/configure:5306:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
gap-4.11.0/configure-5307-    else
##############################################
gap-4.11.0/configure-5316-      # we can't tell.
gap-4.11.0/configure:5317:      while { test X`env echo "$teststring$teststring" 2>/dev/null` \
gap-4.11.0/configure-5318-	         = "X$teststring$teststring"; } >/dev/null 2>&1 &&
##############################################
gap-4.11.0/configure-5320-      do
gap-4.11.0/configure:5321:        i=`expr $i + 1`
gap-4.11.0/configure-5322-        teststring=$teststring$teststring
##############################################
gap-4.11.0/configure-5324-      # Only check the string length outside the loop.
gap-4.11.0/configure:5325:      lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
gap-4.11.0/configure-5326-      teststring=
##############################################
gap-4.11.0/configure-5329-      # linker.  It appears as though 1/2 is a usable value.
gap-4.11.0/configure:5330:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
gap-4.11.0/configure-5331-    fi
##############################################
gap-4.11.0/configure-5737-openbsd* | bitrig*)
gap-4.11.0/configure:5738:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
gap-4.11.0/configure-5739-    lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
##############################################
gap-4.11.0/configure-5807-    else
gap-4.11.0/configure:5808:      file_magic_glob=`echo aAbBcCdDeEfFgGhHiIjJkKlLmMnNoOpPqQrRsStTuUvVwWxXyYzZ | $SED -e "s/\(..\)/s\/[\1]\/[\1]\/g;/g"`
gap-4.11.0/configure-5809-    fi
##############################################
gap-4.11.0/configure-5949-  # decide which one to use based on capabilities of $DLLTOOL
gap-4.11.0/configure:5950:  case `$DLLTOOL --help 2>&1` in
gap-4.11.0/configure-5951-  *--identify-strict*)
##############################################
gap-4.11.0/configure-6512-# If we're using GNU nm, then use its standard symbol codes.
gap-4.11.0/configure:6513:case `$NM -V 2>&1` in
gap-4.11.0/configure-6514-*GNU* | *'with BFD'*)
##############################################
gap-4.11.0/configure-6560-mingw*)
gap-4.11.0/configure:6561:  opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
gap-4.11.0/configure-6562-  ;;
##############################################
gap-4.11.0/configure-6792-   if test yes = "$GCC"; then
gap-4.11.0/configure:6793:     lt_sysroot=`$CC --print-sysroot 2>/dev/null`
gap-4.11.0/configure-6794-   fi
##############################################
gap-4.11.0/configure-6796- /*)
gap-4.11.0/configure:6797:   lt_sysroot=`echo "$with_sysroot" | sed -e "$sed_quote_subst"`
gap-4.11.0/configure-6798-   ;; #(
##############################################
gap-4.11.0/configure-6891-    done
gap-4.11.0/configure:6892:    func_cc_basename_result=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
gap-4.11.0/configure-6893-}
##############################################
gap-4.11.0/configure-6913-  test $ac_status = 0; }; then
gap-4.11.0/configure:6914:    case `/usr/bin/file conftest.$ac_objext` in
gap-4.11.0/configure-6915-      *ELF-32*)
##############################################
gap-4.11.0/configure-6934-    if test yes = "$lt_cv_prog_gnu_ld"; then
gap-4.11.0/configure:6935:      case `/usr/bin/file conftest.$ac_objext` in
gap-4.11.0/configure-6936-	*32-bit*)
##############################################
gap-4.11.0/configure-6946-    else
gap-4.11.0/configure:6947:      case `/usr/bin/file conftest.$ac_objext` in
gap-4.11.0/configure-6948-	*32-bit*)
##############################################
gap-4.11.0/configure-6972-    emul=elf
gap-4.11.0/configure:6973:    case `/usr/bin/file conftest.$ac_objext` in
gap-4.11.0/configure-6974-      *32-bit*)
##############################################
gap-4.11.0/configure-6980-    esac
gap-4.11.0/configure:6981:    case `/usr/bin/file conftest.$ac_objext` in
gap-4.11.0/configure-6982-      *MSB*)
##############################################
gap-4.11.0/configure-6988-    esac
gap-4.11.0/configure:6989:    case `/usr/bin/file conftest.$ac_objext` in
gap-4.11.0/configure-6990-      *N32*)
##############################################
gap-4.11.0/configure-7921-    *:)
gap-4.11.0/configure:7922:        eval $1=\"`$ECHO $2 | $SED 's/:/ /g'` \$$1\"
gap-4.11.0/configure-7923-        ;;
gap-4.11.0/configure-7924-    x:*)
gap-4.11.0/configure:7925:        eval $1=\"\$$1 `$ECHO $2 | $SED 's/:/ /g'`\"
gap-4.11.0/configure-7926-        ;;
gap-4.11.0/configure-7927-    *::*)
gap-4.11.0/configure:7928:        eval $1=\"\$$1\ `$ECHO $2 | $SED -e 's/.*:://' -e 's/:/ /g'`\"
gap-4.11.0/configure:7929:        eval $1=\"`$ECHO $2 | $SED -e 's/::.*//' -e 's/:/ /g'`\ \$$1\"
gap-4.11.0/configure-7930-        ;;
gap-4.11.0/configure-7931-    *)
gap-4.11.0/configure:7932:        eval $1=\"`$ECHO $2 | $SED 's/:/ /g'`\"
gap-4.11.0/configure-7933-        ;;
##############################################
gap-4.11.0/configure-7955-  case $2 in
gap-4.11.0/configure:7956:  .*) func_stripname_result=`$ECHO "$3" | $SED "s%^$1%%; s%\\\\$2\$%%"`;;
gap-4.11.0/configure:7957:  *)  func_stripname_result=`$ECHO "$3" | $SED "s%^$1%%; s%$2\$%%"`;;
gap-4.11.0/configure-7958-  esac
##############################################
gap-4.11.0/configure-8593-	"file_magic "*)
gap-4.11.0/configure:8594:	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
gap-4.11.0/configure-8595-	  MAGIC_CMD=$lt_cv_path_MAGIC_CMD
##############################################
gap-4.11.0/configure-8659-	"file_magic "*)
gap-4.11.0/configure:8660:	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
gap-4.11.0/configure-8661-	  MAGIC_CMD=$lt_cv_path_MAGIC_CMD
##############################################
gap-4.11.0/configure-9057-      *)
gap-4.11.0/configure:9058:	case `$CC -V 2>&1 | sed 5q` in
gap-4.11.0/configure-9059-	*Sun\ Ceres\ Fortran* | *Sun*Fortran*\ [1-7].* | *Sun*Fortran*\ 8.[0-3]*)
##############################################
gap-4.11.0/configure-9503-	# shared libraries, regardless of the interface used.
gap-4.11.0/configure:9504:	case `$LD -v 2>&1` in
gap-4.11.0/configure-9505-	  *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
##############################################
gap-4.11.0/configure-9535-    supports_anon_versioning=no
gap-4.11.0/configure:9536:    case `$LD -v | $SED -e 's/(^)\+)\s\+//' 2>&1` in
gap-4.11.0/configure-9537-      *GNU\ gold*) supports_anon_versioning=yes ;;
##############################################
gap-4.11.0/configure-9604-	# is; otherwise, prepend EXPORTS...
gap-4.11.0/configure:9605:	archive_expsym_cmds='if   test DEF = "`$SED -n     -e '\''s/^[	 ]*//'\''     -e '\''/^\(;.*\)*$/d'\''     -e '\''s/^\(EXPORTS\|LIBRARY\)\([	 ].*\)*$/DEF/p'\''     -e q     $export_symbols`" ; then
gap-4.11.0/configure-9606-          cp $export_symbols $output_objdir/$soname.def;
##############################################
gap-4.11.0/configure-9638-	prefix_cmds="$SED"~
gap-4.11.0/configure:9639:	if test EXPORTS = "`$SED 1q $export_symbols`"; then
gap-4.11.0/configure-9640-	  prefix_cmds="$prefix_cmds -e 1d";
##############################################
gap-4.11.0/configure-9660-      # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
gap-4.11.0/configure:9661:      archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
gap-4.11.0/configure:9662:      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'
gap-4.11.0/configure-9663-      ;;
##############################################
gap-4.11.0/configure-9678-        pgcc*)				# Portland Group C compiler
gap-4.11.0/configure:9679:	  whole_archive_flag_spec='$wl--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
gap-4.11.0/configure-9680-	  tmp_addflag=' $pic_flag'
##############################################
gap-4.11.0/configure-9683-					# Portland Group f77 and f90 compilers
gap-4.11.0/configure:9684:	  whole_archive_flag_spec='$wl--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
gap-4.11.0/configure-9685-	  tmp_addflag=' $pic_flag -Mnomain' ;;
##############################################
gap-4.11.0/configure-9700-	nvcc*)	# Cuda Compiler Driver 2.2
gap-4.11.0/configure:9701:	  whole_archive_flag_spec='$wl--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
gap-4.11.0/configure-9702-	  compiler_needs_object=yes
##############################################
gap-4.11.0/configure-9704-	esac
gap-4.11.0/configure:9705:	case `$CC -V 2>&1 | sed 5q` in
gap-4.11.0/configure-9706-	*Sun\ C*)			# Sun C 5.9
gap-4.11.0/configure:9707:	  whole_archive_flag_spec='$wl--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
gap-4.11.0/configure-9708-	  compiler_needs_object=yes
##############################################
gap-4.11.0/configure-9775-    sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
gap-4.11.0/configure:9776:      case `$LD -v 2>&1` in
gap-4.11.0/configure-9777-        *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
##############################################
gap-4.11.0/configure-9864-	else
gap-4.11.0/configure:9865:	  export_symbols_cmds='`func_echo_all $NM | $SED -e '\''s/B\([^B]*\)$/P\1/'\''` -PCpgl $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) && (substr(\$ 1,1,1) != ".")) { if ((\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) { print \$ 1 " weak" } else { print \$ 1 } } }'\'' | sort -u > $export_symbols'
gap-4.11.0/configure-9866-	fi
##############################################
gap-4.11.0/configure-9929-	# below for broken collect2 doesn't work under 4.3+
gap-4.11.0/configure:9930:	  collect2name=`$CC -print-prog-name=collect2`
gap-4.11.0/configure-9931-	  if test -f "$collect2name" &&
##############################################
gap-4.11.0/configure-10009-      }'
gap-4.11.0/configure:10010:  lt_cv_aix_libpath_=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
gap-4.11.0/configure-10011-  # Check for a 64-bit object if we didn't find anything.
gap-4.11.0/configure-10012-  if test -z "$lt_cv_aix_libpath_"; then
gap-4.11.0/configure:10013:    lt_cv_aix_libpath_=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
gap-4.11.0/configure-10014-  fi
##############################################
gap-4.11.0/configure-10027-        hardcode_libdir_flag_spec='$wl-blibpath:$libdir:'"$aix_libpath"
gap-4.11.0/configure:10028:        archive_expsym_cmds='$CC -o $output_objdir/$soname $libobjs $deplibs $wl'$no_entry_flag' $compiler_flags `if test -n "$allow_undefined_flag"; then func_echo_all "$wl$allow_undefined_flag"; else :; fi` $wl'$exp_sym_flag:\$export_symbols' '$shared_flag
gap-4.11.0/configure-10029-      else
##############################################
gap-4.11.0/configure-10062-      }'
gap-4.11.0/configure:10063:  lt_cv_aix_libpath_=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
gap-4.11.0/configure-10064-  # Check for a 64-bit object if we didn't find anything.
gap-4.11.0/configure-10065-  if test -z "$lt_cv_aix_libpath_"; then
gap-4.11.0/configure:10066:    lt_cv_aix_libpath_=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
gap-4.11.0/configure-10067-  fi
##############################################
gap-4.11.0/configure-10094-	  # -brtl affects multiple linker settings, -berok does not and is overridden later
gap-4.11.0/configure:10095:	  compiler_flags_filtered='`func_echo_all "$compiler_flags " | $SED -e "s%-brtl\\([, ]\\)%-berok\\1%g"`'
gap-4.11.0/configure-10096-	  if test svr4 != "$with_aix_soname"; then
##############################################
gap-4.11.0/configure-10147-	archive_cmds='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-DLL,-IMPLIB:"$tool_output_objdir$libname.dll.lib"~linknames='
gap-4.11.0/configure:10148:	archive_expsym_cmds='if   test DEF = "`$SED -n     -e '\''s/^[	 ]*//'\''     -e '\''/^\(;.*\)*$/d'\''     -e '\''s/^\(EXPORTS\|LIBRARY\)\([	 ].*\)*$/DEF/p'\''     -e q     $export_symbols`" ; then
gap-4.11.0/configure-10149-            cp "$export_symbols" "$output_objdir/$soname.def";
##############################################
gap-4.11.0/configure-10185-	# FIXME: Setting linknames here is a bad hack.
gap-4.11.0/configure:10186:	archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
gap-4.11.0/configure-10187-	# The linker will automatically build a .lib file if we build a DLL.
##############################################
gap-4.11.0/configure-10203-  if test yes = "$lt_cv_ld_force_load"; then
gap-4.11.0/configure:10204:    whole_archive_flag_spec='`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience $wl-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`'
gap-4.11.0/configure-10205-
##############################################
gap-4.11.0/configure-10383-      if test yes = "$GCC"; then
gap-4.11.0/configure:10384:	archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
gap-4.11.0/configure-10385-	# Try to use the -exported_symbol ld option, if it does not
##############################################
gap-4.11.0/configure-10411-	if test yes = "$lt_cv_irix_exported_symbol"; then
gap-4.11.0/configure:10412:          archive_expsym_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations $wl-exports_file $wl$export_symbols -o $lib'
gap-4.11.0/configure-10413-	fi
gap-4.11.0/configure-10414-      else
gap-4.11.0/configure:10415:	archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
gap-4.11.0/configure:10416:	archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -exports_file $export_symbols -o $lib'
gap-4.11.0/configure-10417-      fi
##############################################
gap-4.11.0/configure-10461-	hardcode_direct_absolute=yes
gap-4.11.0/configure:10462:	if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
gap-4.11.0/configure-10463-	  archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
##############################################
gap-4.11.0/configure-10492-	prefix_cmds="$SED"~
gap-4.11.0/configure:10493:	if test EXPORTS = "`$SED 1q $export_symbols`"; then
gap-4.11.0/configure-10494-	  prefix_cmds="$prefix_cmds -e 1d";
##############################################
gap-4.11.0/configure-10506-	allow_undefined_flag=' $wl-expect_unresolved $wl\*'
gap-4.11.0/configure:10507:	archive_cmds='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
gap-4.11.0/configure-10508-      else
gap-4.11.0/configure-10509-	allow_undefined_flag=' -expect_unresolved \*'
gap-4.11.0/configure:10510:	archive_cmds='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
gap-4.11.0/configure-10511-      fi
##############################################
gap-4.11.0/configure-10519-	allow_undefined_flag=' $wl-expect_unresolved $wl\*'
gap-4.11.0/configure:10520:	archive_cmds='$CC -shared$allow_undefined_flag $pic_flag $libobjs $deplibs $compiler_flags $wl-msym $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
gap-4.11.0/configure-10521-	hardcode_libdir_flag_spec='$wl-rpath $wl$libdir'
##############################################
gap-4.11.0/configure-10523-	allow_undefined_flag=' -expect_unresolved \*'
gap-4.11.0/configure:10524:	archive_cmds='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
gap-4.11.0/configure:10525:	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~
gap-4.11.0/configure:10526:          $CC -shared$allow_undefined_flag $wl-input $wl$lib.exp $compiler_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib~$RM $lib.exp'
gap-4.11.0/configure-10527-
##############################################
gap-4.11.0/configure-10542-      else
gap-4.11.0/configure:10543:	case `$CC -V 2>&1` in
gap-4.11.0/configure-10544-	*"Compilers 5.0"*)
##############################################
gap-4.11.0/configure-10941-  esac
gap-4.11.0/configure:10942:  lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
gap-4.11.0/configure-10943-  case $lt_search_path_spec in
##############################################
gap-4.11.0/configure-10948-    # okay in the real world where ";" in dirpaths is itself problematic.
gap-4.11.0/configure:10949:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
gap-4.11.0/configure-10950-    ;;
gap-4.11.0/configure-10951-  *)
gap-4.11.0/configure:10952:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
gap-4.11.0/configure-10953-    ;;
##############################################
gap-4.11.0/configure-10957-  lt_tmp_lt_search_path_spec=
gap-4.11.0/configure:10958:  lt_multi_os_dir=/`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
gap-4.11.0/configure-10959-  # ...but if some path component already ends with the multilib dir we assume
##############################################
gap-4.11.0/configure-10999-  esac
gap-4.11.0/configure:11000:  sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
gap-4.11.0/configure-11001-else
##############################################
gap-4.11.0/configure-11139-    # Create ${libname}_ixlibrary.a entries in /sys/libs.
gap-4.11.0/configure:11140:    finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`func_echo_all "$lib" | $SED '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; $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'
gap-4.11.0/configure-11141-    ;;
##############################################
gap-4.11.0/configure-11175-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
gap-4.11.0/configure:11176:    postinstall_cmds='base_file=`basename \$file`~
gap-4.11.0/configure:11177:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~
gap-4.11.0/configure:11178:      dldir=$destdir/`dirname \$dlpath`~
gap-4.11.0/configure-11179-      test -d \$dldir || mkdir -p \$dldir~
##############################################
gap-4.11.0/configure-11184-      fi'
gap-4.11.0/configure:11185:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
gap-4.11.0/configure-11186-      dlpath=$dir/\$dldll~
##############################################
gap-4.11.0/configure-11192-      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
gap-4.11.0/configure:11193:      soname_spec='`echo $libname | sed -e 's/^lib/cyg/'``echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
gap-4.11.0/configure-11194-
##############################################
gap-4.11.0/configure-11198-      # MinGW DLLs use traditional 'lib' prefix
gap-4.11.0/configure:11199:      soname_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
gap-4.11.0/configure-11200-      ;;
##############################################
gap-4.11.0/configure-11202-      # pw32 DLLs use 'pw' prefix rather than 'lib'
gap-4.11.0/configure:11203:      library_names_spec='`echo $libname | sed -e 's/^lib/pw/'``echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
gap-4.11.0/configure-11204-      ;;
##############################################
gap-4.11.0/configure-11211-    libname_spec='$name'
gap-4.11.0/configure:11212:    soname_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
gap-4.11.0/configure-11213-    library_names_spec='$libname.dll.lib'
##############################################
gap-4.11.0/configure-11223-        # Let DOS variable expansion print the short 8.3 style file name.
gap-4.11.0/configure:11224:        lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"`
gap-4.11.0/configure-11225-        sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path"
##############################################
gap-4.11.0/configure-11228-      # Convert to MSYS style.
gap-4.11.0/configure:11229:      sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | sed -e 's|\\\\|/|g' -e 's| \\([a-zA-Z]\\):| /\\1|g' -e 's|^ ||'`
gap-4.11.0/configure-11230-      ;;
##############################################
gap-4.11.0/configure-11234-      # like /cygdrive/c/PROGRA~1:/cygdr...
gap-4.11.0/configure:11235:      sys_lib_search_path_spec=`cygpath --path --unix "$LIB"`
gap-4.11.0/configure:11236:      sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null`
gap-4.11.0/configure:11237:      sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
gap-4.11.0/configure-11238-      ;;
##############################################
gap-4.11.0/configure-11242-        # It is most probably a Windows format PATH.
gap-4.11.0/configure:11243:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
gap-4.11.0/configure-11244-      else
gap-4.11.0/configure:11245:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
gap-4.11.0/configure-11246-      fi
##############################################
gap-4.11.0/configure-11252-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
gap-4.11.0/configure:11253:    postinstall_cmds='base_file=`basename \$file`~
gap-4.11.0/configure:11254:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~
gap-4.11.0/configure:11255:      dldir=$destdir/`dirname \$dlpath`~
gap-4.11.0/configure-11256-      test -d \$dldir || mkdir -p \$dldir~
gap-4.11.0/configure-11257-      $install_prog $dir/$dlname \$dldir/$dlname'
gap-4.11.0/configure:11258:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
gap-4.11.0/configure-11259-      dlpath=$dir/\$dldll~
##############################################
gap-4.11.0/configure-11266-    # Assume MSVC wrapper
gap-4.11.0/configure:11267:    library_names_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext $libname.lib'
gap-4.11.0/configure-11268-    dynamic_linker='Win32 ld.exe'
##############################################
gap-4.11.0/configure-11283-  shlibpath_var=DYLD_LIBRARY_PATH
gap-4.11.0/configure:11284:  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
gap-4.11.0/configure-11285-
##############################################
gap-4.11.0/configure-11536-  if test -f /etc/ld.so.conf; then
gap-4.11.0/configure:11537:    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;s/"//g;/^$/d' | tr '\n' ' '`
gap-4.11.0/configure-11538-    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
##############################################
gap-4.11.0/configure-11590-  need_lib_prefix=no
gap-4.11.0/configure:11591:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
gap-4.11.0/configure-11592-    need_version=no
##############################################
gap-4.11.0/configure-11617-  sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
gap-4.11.0/configure:11618:  postinstall_cmds='base_file=`basename \$file`~
gap-4.11.0/configure:11619:    dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; $ECHO \$dlname'\''`~
gap-4.11.0/configure:11620:    dldir=$destdir/`dirname \$dlpath`~
gap-4.11.0/configure-11621-    test -d \$dldir || mkdir -p \$dldir~
##############################################
gap-4.11.0/configure-11626-    fi'
gap-4.11.0/configure:11627:  postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; $ECHO \$dlname'\''`~
gap-4.11.0/configure-11628-    dlpath=$dir/\$dldll~
##############################################
gap-4.11.0/configure-12809-    # gcc leaves a trailing carriage return, which upsets mingw
gap-4.11.0/configure:12810:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
gap-4.11.0/configure-12811-  *)
gap-4.11.0/configure:12812:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
gap-4.11.0/configure-12813-  esac
##############################################
gap-4.11.0/configure-12818-      # Canonicalize the pathname of ld
gap-4.11.0/configure:12819:      ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
gap-4.11.0/configure-12820-      while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
gap-4.11.0/configure:12821:	ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
gap-4.11.0/configure-12822-      done
##############################################
gap-4.11.0/configure-12853-      # Break only if it was the GNU/non-GNU ld that we prefer.
gap-4.11.0/configure:12854:      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
gap-4.11.0/configure-12855-      *GNU* | *'with BFD'*)
##############################################
gap-4.11.0/configure-12884-  # I'd rather use --version here, but apparently some GNU lds only accept -v.
gap-4.11.0/configure:12885:case `$LD -v 2>&1 </dev/null` in
gap-4.11.0/configure-12886-*GNU* | *'with BFD'*)
##############################################
gap-4.11.0/configure-12918-        # ancient GNU ld didn't support --whole-archive et. al.
gap-4.11.0/configure:12919:        if eval "`$CC -print-prog-name=ld` --help 2>&1" |
gap-4.11.0/configure-12920-	  $GREP 'no-whole-archive' > /dev/null; then
##############################################
gap-4.11.0/configure-13029-          # below for broken collect2 doesn't work under 4.3+
gap-4.11.0/configure:13030:	  collect2name=`$CC -print-prog-name=collect2`
gap-4.11.0/configure-13031-	  if test -f "$collect2name" &&
##############################################
gap-4.11.0/configure-13110-      }'
gap-4.11.0/configure:13111:  lt_cv_aix_libpath__CXX=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
gap-4.11.0/configure-13112-  # Check for a 64-bit object if we didn't find anything.
gap-4.11.0/configure-13113-  if test -z "$lt_cv_aix_libpath__CXX"; then
gap-4.11.0/configure:13114:    lt_cv_aix_libpath__CXX=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
gap-4.11.0/configure-13115-  fi
##############################################
gap-4.11.0/configure-13129-
gap-4.11.0/configure:13130:          archive_expsym_cmds_CXX='$CC -o $output_objdir/$soname $libobjs $deplibs $wl'$no_entry_flag' $compiler_flags `if test -n "$allow_undefined_flag"; then func_echo_all "$wl$allow_undefined_flag"; else :; fi` $wl'$exp_sym_flag:\$export_symbols' '$shared_flag
gap-4.11.0/configure-13131-        else
##############################################
gap-4.11.0/configure-13164-      }'
gap-4.11.0/configure:13165:  lt_cv_aix_libpath__CXX=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
gap-4.11.0/configure-13166-  # Check for a 64-bit object if we didn't find anything.
gap-4.11.0/configure-13167-  if test -z "$lt_cv_aix_libpath__CXX"; then
gap-4.11.0/configure:13168:    lt_cv_aix_libpath__CXX=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
gap-4.11.0/configure-13169-  fi
##############################################
gap-4.11.0/configure-13196-	    # -brtl affects multiple linker settings, -berok does not and is overridden later
gap-4.11.0/configure:13197:	    compiler_flags_filtered='`func_echo_all "$compiler_flags " | $SED -e "s%-brtl\\([, ]\\)%-berok\\1%g"`'
gap-4.11.0/configure-13198-	    if test svr4 != "$with_aix_soname"; then
##############################################
gap-4.11.0/configure-13249-	  archive_cmds_CXX='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-DLL,-IMPLIB:"$tool_output_objdir$libname.dll.lib"~linknames='
gap-4.11.0/configure:13250:	  archive_expsym_cmds_CXX='if   test DEF = "`$SED -n     -e '\''s/^[	 ]*//'\''     -e '\''/^\(;.*\)*$/d'\''     -e '\''s/^\(EXPORTS\|LIBRARY\)\([	 ].*\)*$/DEF/p'\''     -e q     $export_symbols`" ; then
gap-4.11.0/configure-13251-              cp "$export_symbols" "$output_objdir/$soname.def";
##############################################
gap-4.11.0/configure-13291-	    # is; otherwise, prepend EXPORTS...
gap-4.11.0/configure:13292:	    archive_expsym_cmds_CXX='if   test DEF = "`$SED -n     -e '\''s/^[	 ]*//'\''     -e '\''/^\(;.*\)*$/d'\''     -e '\''s/^\(EXPORTS\|LIBRARY\)\([	 ].*\)*$/DEF/p'\''     -e q     $export_symbols`" ; then
gap-4.11.0/configure-13293-              cp $export_symbols $output_objdir/$soname.def;
##############################################
gap-4.11.0/configure-13312-  if test yes = "$lt_cv_ld_force_load"; then
gap-4.11.0/configure:13313:    whole_archive_flag_spec_CXX='`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience $wl-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`'
gap-4.11.0/configure-13314-
##############################################
gap-4.11.0/configure-13357-	  prefix_cmds="$SED"~
gap-4.11.0/configure:13358:	  if test EXPORTS = "`$SED 1q $export_symbols`"; then
gap-4.11.0/configure-13359-	    prefix_cmds="$prefix_cmds -e 1d";
##############################################
gap-4.11.0/configure-13431-            # dependencies.
gap-4.11.0/configure:13432:            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; func_echo_all "$list"'
gap-4.11.0/configure-13433-            ;;
##############################################
gap-4.11.0/configure-13496-	    # dependencies.
gap-4.11.0/configure:13497:	    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; func_echo_all "$list"'
gap-4.11.0/configure-13498-	    ;;
##############################################
gap-4.11.0/configure-13532-	# time.  Moving up from 0x10000000 also allows more sbrk(2) space.
gap-4.11.0/configure:13533:	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'
gap-4.11.0/configure:13534:	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'
gap-4.11.0/configure-13535-	;;
##############################################
gap-4.11.0/configure-13539-	    # SGI C++
gap-4.11.0/configure:13540:	    archive_cmds_CXX='$CC -shared -all -multigot $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
gap-4.11.0/configure-13541-
##############################################
gap-4.11.0/configure-13550-	      if test no = "$with_gnu_ld"; then
gap-4.11.0/configure:13551:	        archive_cmds_CXX='$CC -shared $pic_flag -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
gap-4.11.0/configure-13552-	      else
gap-4.11.0/configure:13553:	        archive_cmds_CXX='$CC -shared $pic_flag -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` -o $lib'
gap-4.11.0/configure-13554-	      fi
##############################################
gap-4.11.0/configure-13571-	    # to its proper name (with version) after linking.
gap-4.11.0/configure:13572:	    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'
gap-4.11.0/configure:13573:	    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'
gap-4.11.0/configure-13574-	    # Commands to make compiler produce verbose output that lists
##############################################
gap-4.11.0/configure-13581-	    # dependencies.
gap-4.11.0/configure:13582:	    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; func_echo_all "$list"'
gap-4.11.0/configure-13583-
##############################################
gap-4.11.0/configure-13596-	    # earlier do not add the objects themselves.
gap-4.11.0/configure:13597:	    case `$CC -V 2>&1` in
gap-4.11.0/configure-13598-	      *"Version 7."*)
##############################################
gap-4.11.0/configure-13617-            # Portland Group C++ compiler
gap-4.11.0/configure:13618:	    case `$CC -V` in
gap-4.11.0/configure-13619-	    *pgCC\ [1-5].* | *pgcpp\ [1-5].*)
##############################################
gap-4.11.0/configure-13622-               $CC --prelink_objects --instantiation_dir $tpldir $objs $libobjs $compile_deplibs~
gap-4.11.0/configure:13623:               compile_command="$compile_command `find $tpldir -name \*.o | sort | $NL2SP`"'
gap-4.11.0/configure-13624-	      old_archive_cmds_CXX='tpldir=Template.dir~
##############################################
gap-4.11.0/configure-13626-                $CC --prelink_objects --instantiation_dir $tpldir $oldobjs$old_deplibs~
gap-4.11.0/configure:13627:                $AR $AR_FLAGS $oldlib$oldobjs$old_deplibs `find $tpldir -name \*.o | sort | $NL2SP`~
gap-4.11.0/configure-13628-                $RANLIB $oldlib'
##############################################
gap-4.11.0/configure-13631-                $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
gap-4.11.0/configure:13632:                $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags $wl-soname $wl$soname -o $lib'
gap-4.11.0/configure-13633-	      archive_expsym_cmds_CXX='tpldir=Template.dir~
##############################################
gap-4.11.0/configure-13635-                $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
gap-4.11.0/configure:13636:                $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib'
gap-4.11.0/configure-13637-	      ;;
##############################################
gap-4.11.0/configure-13645-	    export_dynamic_flag_spec_CXX='$wl--export-dynamic'
gap-4.11.0/configure:13646:	    whole_archive_flag_spec_CXX='$wl--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
gap-4.11.0/configure-13647-            ;;
##############################################
gap-4.11.0/configure-13664-	    # dependencies.
gap-4.11.0/configure:13665:	    output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld"`; templist=`func_echo_all "$templist" | $SED "s/\(^.*ld.*\)\( .*ld .*$\)/\1/"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "X$list" | $Xsed'
gap-4.11.0/configure-13666-	    ;;
##############################################
gap-4.11.0/configure-13679-	  *)
gap-4.11.0/configure:13680:	    case `$CC -V 2>&1 | sed 5q` in
gap-4.11.0/configure-13681-	    *Sun\ C*)
##############################################
gap-4.11.0/configure-13686-	      hardcode_libdir_flag_spec_CXX='-R$libdir'
gap-4.11.0/configure:13687:	      whole_archive_flag_spec_CXX='$wl--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
gap-4.11.0/configure-13688-	      compiler_needs_object_CXX=yes
##############################################
gap-4.11.0/configure-13751-	  hardcode_libdir_flag_spec_CXX='$wl-rpath,$libdir'
gap-4.11.0/configure:13752:	  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`"; then
gap-4.11.0/configure-13753-	    archive_expsym_cmds_CXX='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-retain-symbols-file,$export_symbols -o $lib'
##############################################
gap-4.11.0/configure-13770-	    # to its proper name (with version) after linking.
gap-4.11.0/configure:13771:	    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'
gap-4.11.0/configure-13772-
##############################################
gap-4.11.0/configure-13791-	        allow_undefined_flag_CXX=' $wl-expect_unresolved $wl\*'
gap-4.11.0/configure:13792:	        archive_cmds_CXX='$CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $soname `test -n "$verstring" && func_echo_all "$wl-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
gap-4.11.0/configure-13793-	        hardcode_libdir_flag_spec_CXX='$wl-rpath $wl$libdir'
##############################################
gap-4.11.0/configure-13796-	        allow_undefined_flag_CXX=' -expect_unresolved \*'
gap-4.11.0/configure:13797:	        archive_cmds_CXX='$CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
gap-4.11.0/configure:13798:	        archive_expsym_cmds_CXX='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~
gap-4.11.0/configure-13799-                  echo "-hidden">> $lib.exp~
gap-4.11.0/configure:13800:                  $CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname $wl-input $wl$lib.exp  `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib~
gap-4.11.0/configure-13801-                  $RM $lib.exp'
##############################################
gap-4.11.0/configure-13815-	    # dependencies.
gap-4.11.0/configure:13816:	    output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld" | $GREP -v "ld:"`; templist=`func_echo_all "$templist" | $SED "s/\(^.*ld.*\)\( .*ld.*$\)/\1/"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
gap-4.11.0/configure-13817-	    ;;
##############################################
gap-4.11.0/configure-13822-	        osf3*)
gap-4.11.0/configure:13823:	          archive_cmds_CXX='$CC -shared -nostdlib $allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
gap-4.11.0/configure-13824-		  ;;
gap-4.11.0/configure-13825-	        *)
gap-4.11.0/configure:13826:	          archive_cmds_CXX='$CC -shared $pic_flag -nostdlib $allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-msym $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
gap-4.11.0/configure-13827-		  ;;
##############################################
gap-4.11.0/configure-14069-
gap-4.11.0/configure:14070:  for p in `eval "$output_verbose_link_cmd"`; do
gap-4.11.0/configure-14071-    case $prev$p in
##############################################
gap-4.11.0/configure-14172-if test -n "${compiler_lib_search_path_CXX}"; then
gap-4.11.0/configure:14173: compiler_lib_search_dirs_CXX=`echo " ${compiler_lib_search_path_CXX}" | $SED -e 's! -L! !g' -e 's!^ !!'`
gap-4.11.0/configure-14174-fi
##############################################
gap-4.11.0/configure-14419-	  *)
gap-4.11.0/configure:14420:	    case `$CC -V 2>&1 | sed 5q` in
gap-4.11.0/configure-14421-	    *Sun\ C*)
##############################################
gap-4.11.0/configure-14801-    else
gap-4.11.0/configure:14802:      export_symbols_cmds_CXX='`func_echo_all $NM | $SED -e '\''s/B\([^B]*\)$/P\1/'\''` -PCpgl $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) && (substr(\$ 1,1,1) != ".")) { if ((\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) { print \$ 1 " weak" } else { print \$ 1 } } }'\'' | sort -u > $export_symbols'
gap-4.11.0/configure-14803-    fi
##############################################
gap-4.11.0/configure-15103-    # Create ${libname}_ixlibrary.a entries in /sys/libs.
gap-4.11.0/configure:15104:    finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`func_echo_all "$lib" | $SED '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; $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'
gap-4.11.0/configure-15105-    ;;
##############################################
gap-4.11.0/configure-15139-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
gap-4.11.0/configure:15140:    postinstall_cmds='base_file=`basename \$file`~
gap-4.11.0/configure:15141:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~
gap-4.11.0/configure:15142:      dldir=$destdir/`dirname \$dlpath`~
gap-4.11.0/configure-15143-      test -d \$dldir || mkdir -p \$dldir~
##############################################
gap-4.11.0/configure-15148-      fi'
gap-4.11.0/configure:15149:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
gap-4.11.0/configure-15150-      dlpath=$dir/\$dldll~
##############################################
gap-4.11.0/configure-15156-      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
gap-4.11.0/configure:15157:      soname_spec='`echo $libname | sed -e 's/^lib/cyg/'``echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
gap-4.11.0/configure-15158-
##############################################
gap-4.11.0/configure-15161-      # MinGW DLLs use traditional 'lib' prefix
gap-4.11.0/configure:15162:      soname_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
gap-4.11.0/configure-15163-      ;;
##############################################
gap-4.11.0/configure-15165-      # pw32 DLLs use 'pw' prefix rather than 'lib'
gap-4.11.0/configure:15166:      library_names_spec='`echo $libname | sed -e 's/^lib/pw/'``echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
gap-4.11.0/configure-15167-      ;;
##############################################
gap-4.11.0/configure-15174-    libname_spec='$name'
gap-4.11.0/configure:15175:    soname_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
gap-4.11.0/configure-15176-    library_names_spec='$libname.dll.lib'
##############################################
gap-4.11.0/configure-15186-        # Let DOS variable expansion print the short 8.3 style file name.
gap-4.11.0/configure:15187:        lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"`
gap-4.11.0/configure-15188-        sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path"
##############################################
gap-4.11.0/configure-15191-      # Convert to MSYS style.
gap-4.11.0/configure:15192:      sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | sed -e 's|\\\\|/|g' -e 's| \\([a-zA-Z]\\):| /\\1|g' -e 's|^ ||'`
gap-4.11.0/configure-15193-      ;;
##############################################
gap-4.11.0/configure-15197-      # like /cygdrive/c/PROGRA~1:/cygdr...
gap-4.11.0/configure:15198:      sys_lib_search_path_spec=`cygpath --path --unix "$LIB"`
gap-4.11.0/configure:15199:      sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null`
gap-4.11.0/configure:15200:      sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
gap-4.11.0/configure-15201-      ;;
##############################################
gap-4.11.0/configure-15205-        # It is most probably a Windows format PATH.
gap-4.11.0/configure:15206:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
gap-4.11.0/configure-15207-      else
gap-4.11.0/configure:15208:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
gap-4.11.0/configure-15209-      fi
##############################################
gap-4.11.0/configure-15215-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
gap-4.11.0/configure:15216:    postinstall_cmds='base_file=`basename \$file`~
gap-4.11.0/configure:15217:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~
gap-4.11.0/configure:15218:      dldir=$destdir/`dirname \$dlpath`~
gap-4.11.0/configure-15219-      test -d \$dldir || mkdir -p \$dldir~
gap-4.11.0/configure-15220-      $install_prog $dir/$dlname \$dldir/$dlname'
gap-4.11.0/configure:15221:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
gap-4.11.0/configure-15222-      dlpath=$dir/\$dldll~
##############################################
gap-4.11.0/configure-15229-    # Assume MSVC wrapper
gap-4.11.0/configure:15230:    library_names_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext $libname.lib'
gap-4.11.0/configure-15231-    dynamic_linker='Win32 ld.exe'
##############################################
gap-4.11.0/configure-15246-  shlibpath_var=DYLD_LIBRARY_PATH
gap-4.11.0/configure:15247:  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
gap-4.11.0/configure-15248-
##############################################
gap-4.11.0/configure-15498-  if test -f /etc/ld.so.conf; then
gap-4.11.0/configure:15499:    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;s/"//g;/^$/d' | tr '\n' ' '`
gap-4.11.0/configure-15500-    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
##############################################
gap-4.11.0/configure-15552-  need_lib_prefix=no
gap-4.11.0/configure:15553:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
gap-4.11.0/configure-15554-    need_version=no
##############################################
gap-4.11.0/configure-15579-  sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
gap-4.11.0/configure:15580:  postinstall_cmds='base_file=`basename \$file`~
gap-4.11.0/configure:15581:    dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; $ECHO \$dlname'\''`~
gap-4.11.0/configure:15582:    dldir=$destdir/`dirname \$dlpath`~
gap-4.11.0/configure-15583-    test -d \$dldir || mkdir -p \$dldir~
##############################################
gap-4.11.0/configure-15588-    fi'
gap-4.11.0/configure:15589:  postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; $ECHO \$dlname'\''`~
gap-4.11.0/configure-15590-    dlpath=$dir/\$dldll~
##############################################
gap-4.11.0/configure-16850-for flag in          -fno-strict-aliasing     ; do
gap-4.11.0/configure:16851:  as_CACHEVAR=`$as_echo "ax_cv_check_cflags_$ax_compiler_flags_test_$flag" | $as_tr_sh`
gap-4.11.0/configure-16852-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C compiler accepts $flag" >&5
##############################################
gap-4.11.0/configure-16929-for flag in              -Wall             -Wextra             -Warray-bounds                         -Wno-cast-function-type             -Wdouble-promotion             -Wduplicated-branches             -Wduplicated-cond             -Wformat-nonliteral             -Wformat-security             -Wformat=2             -Winit-self             -Wno-inline             -Wlogical-op                         -Wmissing-field-initializers             -Wmissing-format-attribute             -Wmissing-include-dirs                         -Wmissing-variable-declarations             -Wno-pragmas                         -Wpacked             -Wpointer-arith             -Wredundant-decls             -Wredundant-decls             -Wrestrict             -Wreturn-type             -Wshadow             -Wno-sign-compare             -Wstrict-aliasing                                                 -Wundef             -Wunused-but-set-variable             -Wno-unused-parameter             -Wwrite-strings         ; do
gap-4.11.0/configure:16930:  as_CACHEVAR=`$as_echo "ax_cv_check_cflags_$ax_compiler_flags_test_$flag" | $as_tr_sh`
gap-4.11.0/configure-16931-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C compiler accepts $flag" >&5
##############################################
gap-4.11.0/configure-17012-for flag in                          -Wno-implicit-fallthrough             -Wimplicit-function-declaration             -Wjump-misses-init                         -Wnested-externs             -Wold-style-definition             -Wstrict-prototypes             ; do
gap-4.11.0/configure:17013:  as_CACHEVAR=`$as_echo "ax_cv_check_cflags_$ax_compiler_flags_test_$flag" | $as_tr_sh`
gap-4.11.0/configure-17014-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C compiler accepts $flag" >&5
##############################################
gap-4.11.0/configure-17096-for flag in              -Wextra-semi             ; do
gap-4.11.0/configure:17097:  as_CACHEVAR=`$as_echo "ax_cv_check_cxxflags_$ax_compiler_flags_test_$flag" | $as_tr_sh`
gap-4.11.0/configure-17098-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C++ compiler accepts $flag" >&5
##############################################
gap-4.11.0/configure-17253-for flag in              $ax_compiler_no_suggest_attribute_flags         ; do
gap-4.11.0/configure:17254:  as_CACHEVAR=`$as_echo "ax_cv_check_cflags_$ax_compiler_flags_test_$flag" | $as_tr_sh`
gap-4.11.0/configure-17255-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C compiler accepts $flag" >&5
##############################################
gap-4.11.0/configure-17341-for flag in -Wno-error=$($as_echo $flag | $SED 's/^-Wno-//'); do
gap-4.11.0/configure:17342:  as_CACHEVAR=`$as_echo "ax_cv_check_cflags_$ax_compiler_flags_test_$flag" | $as_tr_sh`
gap-4.11.0/configure-17343-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C compiler accepts $flag" >&5
##############################################
gap-4.11.0/configure-18388-do :
gap-4.11.0/configure:18389:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
gap-4.11.0/configure-18390-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
gap-4.11.0/configure-18392-  cat >>confdefs.h <<_ACEOF
gap-4.11.0/configure:18393:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
gap-4.11.0/configure-18394-_ACEOF
##############################################
gap-4.11.0/configure-18468-do :
gap-4.11.0/configure:18469:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
gap-4.11.0/configure-18470-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
gap-4.11.0/configure-18472-  cat >>confdefs.h <<_ACEOF
gap-4.11.0/configure:18473:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
gap-4.11.0/configure-18474-_ACEOF
##############################################
gap-4.11.0/configure-18484-do :
gap-4.11.0/configure:18485:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
gap-4.11.0/configure-18486-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
gap-4.11.0/configure-18488-  cat >>confdefs.h <<_ACEOF
gap-4.11.0/configure:18489:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
gap-4.11.0/configure-18490-_ACEOF
##############################################
gap-4.11.0/configure-18600-do :
gap-4.11.0/configure:18601:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
gap-4.11.0/configure-18602-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
gap-4.11.0/configure-18604-  cat >>confdefs.h <<_ACEOF
gap-4.11.0/configure:18605:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
gap-4.11.0/configure-18606-_ACEOF
##############################################
gap-4.11.0/configure-18801-do :
gap-4.11.0/configure:18802:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
gap-4.11.0/configure-18803-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
gap-4.11.0/configure-18805-  cat >>confdefs.h <<_ACEOF
gap-4.11.0/configure:18806:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
gap-4.11.0/configure-18807-_ACEOF
##############################################
gap-4.11.0/configure-18825-do :
gap-4.11.0/configure:18826:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
gap-4.11.0/configure-18827-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
gap-4.11.0/configure-18829-  cat >>confdefs.h <<_ACEOF
gap-4.11.0/configure:18830:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
gap-4.11.0/configure-18831-_ACEOF
##############################################
gap-4.11.0/configure-18913-do :
gap-4.11.0/configure:18914:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
gap-4.11.0/configure-18915-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
gap-4.11.0/configure-18917-  cat >>confdefs.h <<_ACEOF
gap-4.11.0/configure:18918:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
gap-4.11.0/configure-18919-_ACEOF
##############################################
gap-4.11.0/configure-18937-do :
gap-4.11.0/configure:18938:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
gap-4.11.0/configure-18939-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
gap-4.11.0/configure-18941-  cat >>confdefs.h <<_ACEOF
gap-4.11.0/configure:18942:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
gap-4.11.0/configure-18943-_ACEOF
##############################################
gap-4.11.0/configure-18950-do :
gap-4.11.0/configure:18951:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
gap-4.11.0/configure-18952-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
gap-4.11.0/configure-18954-  cat >>confdefs.h <<_ACEOF
gap-4.11.0/configure:18955:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
gap-4.11.0/configure-18956-_ACEOF
##############################################
gap-4.11.0/configure-19225-do :
gap-4.11.0/configure:19226:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
gap-4.11.0/configure-19227-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
gap-4.11.0/configure-19229-  cat >>confdefs.h <<_ACEOF
gap-4.11.0/configure:19230:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
gap-4.11.0/configure-19231-_ACEOF
##############################################
gap-4.11.0/configure-19557-             ax_pthread_sed='s/conftest\.\$ac_ext/conftest.$ac_objext/g'
gap-4.11.0/configure:19558:             ax_pthread_link_step=`$as_echo "$ac_link" | sed "$ax_pthread_sed"`
gap-4.11.0/configure-19559-             ax_pthread_2step_ac_link="($ac_compile) && (echo ==== >&5) && ($ax_pthread_link_step)"
##############################################
gap-4.11.0/configure-20178-  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
gap-4.11.0/configure:20179:  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
gap-4.11.0/configure-20180-  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
##############################################
gap-4.11.0/configure-20246-if test -z "$BASH_VERSION$ZSH_VERSION" \
gap-4.11.0/configure:20247:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
gap-4.11.0/configure-20248-  as_echo='print -r --'
gap-4.11.0/configure-20249-  as_echo_n='print -rn --'
gap-4.11.0/configure:20250:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
gap-4.11.0/configure-20251-  as_echo='printf %s\n'
##############################################
gap-4.11.0/configure-20253-else
gap-4.11.0/configure:20254:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
gap-4.11.0/configure-20255-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
gap-4.11.0/configure-20263-	expr "X$arg" : "X\\(.*\\)$as_nl";
gap-4.11.0/configure:20264:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
gap-4.11.0/configure-20265-      esac;
##############################################
gap-4.11.0/configure-20340-# ----------------------------------------
gap-4.11.0/configure:20341:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
gap-4.11.0/configure-20342-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
gap-4.11.0/configure-20412-  {
gap-4.11.0/configure:20413:    as_val=`expr "$@" || test $? -eq 1`
gap-4.11.0/configure-20414-  }
##############################################
gap-4.11.0/configure-20516-      case $as_dir in #(
gap-4.11.0/configure:20517:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
gap-4.11.0/configure-20518-      *) as_qdir=$as_dir;;
##############################################
gap-4.11.0/configure-20652-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
gap-4.11.0/configure:20653:ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
gap-4.11.0/configure-20654-ac_cs_version="\\
##############################################
gap-4.11.0/configure-20677-  --*=?*)
gap-4.11.0/configure:20678:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
gap-4.11.0/configure:20679:    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
gap-4.11.0/configure-20680-    ac_shift=:
##############################################
gap-4.11.0/configure-20682-  --*=)
gap-4.11.0/configure:20683:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
gap-4.11.0/configure-20684-    ac_optarg=
##############################################
gap-4.11.0/configure-20706-    case $ac_optarg in
gap-4.11.0/configure:20707:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
gap-4.11.0/configure-20708-    '') as_fn_error $? "missing file argument" ;;
##############################################
gap-4.11.0/configure-20714-    case $ac_optarg in
gap-4.11.0/configure:20715:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
gap-4.11.0/configure-20716-    esac
##############################################
gap-4.11.0/configure-20782-delay_variable_subst='$delay_variable_subst'
gap-4.11.0/configure:20783:macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/configure:20784:macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/configure:20785:enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/configure:20786:AS='`$ECHO "$AS" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/configure:20787:DLLTOOL='`$ECHO "$DLLTOOL" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/configure:20788:OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/configure:20789:enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/configure:20790:pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/configure:20791:enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/configure:20792:shared_archive_member_spec='`$ECHO "$shared_archive_member_spec" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/configure:20793:SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/configure:20794:ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/configure:20795:PATH_SEPARATOR='`$ECHO "$PATH_SEPARATOR" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/configure:20796:host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/configure:20797:host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/configure:20798:host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/configure:20799:build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/configure:20800:build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/configure:20801:build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/configure:20802:SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/configure:20803:Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/configure:20804:GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/configure:20805:EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/configure:20806:FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/configure:20807:LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/configure:20808:NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/configure:20809:LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/configure:20810:max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/configure:20811:ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/configure:20812:exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/configure:20813:lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/configure:20814:lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/configure:20815:lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/configure:20816:lt_cv_to_host_file_cmd='`$ECHO "$lt_cv_to_host_file_cmd" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/configure:20817:lt_cv_to_tool_file_cmd='`$ECHO "$lt_cv_to_tool_file_cmd" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/configure:20818:reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/configure:20819:reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/configure:20820:deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/configure:20821:file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/configure:20822:file_magic_glob='`$ECHO "$file_magic_glob" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/configure:20823:want_nocaseglob='`$ECHO "$want_nocaseglob" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/configure:20824:sharedlib_from_linklib_cmd='`$ECHO "$sharedlib_from_linklib_cmd" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/configure:20825:AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/configure:20826:AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/configure:20827:archiver_list_spec='`$ECHO "$archiver_list_spec" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/configure:20828:STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/configure:20829:RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/configure:20830:old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/configure:20831:old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/configure:20832:old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/configure:20833:lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/configure:20834:CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/configure:20835:CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/configure:20836:compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/configure:20837:GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/configure:20838:lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/configure:20839:lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/configure:20840:lt_cv_sys_global_symbol_to_import='`$ECHO "$lt_cv_sys_global_symbol_to_import" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/configure:20841:lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/configure:20842:lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address_lib_prefix" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/configure:20843:lt_cv_nm_interface='`$ECHO "$lt_cv_nm_interface" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/configure:20844:nm_file_list_spec='`$ECHO "$nm_file_list_spec" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/configure:20845:lt_sysroot='`$ECHO "$lt_sysroot" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/configure:20846:lt_cv_truncate_bin='`$ECHO "$lt_cv_truncate_bin" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/configure:20847:objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/configure:20848:MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/configure:20849:lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/configure:20850:lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/configure:20851:lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/configure:20852:lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/configure:20853:lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/configure:20854:need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/configure:20855:MANIFEST_TOOL='`$ECHO "$MANIFEST_TOOL" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/configure:20856:DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/configure:20857:NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/configure:20858:LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/configure:20859:OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/configure:20860:OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/configure:20861:libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/configure:20862:shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/configure:20863:extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/configure:20864:archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/configure:20865:enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/configure:20866:export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/configure:20867:whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/configure:20868:compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/configure:20869:old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/configure:20870:old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/configure:20871:archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/configure:20872:archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/configure:20873:module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/configure:20874:module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/configure:20875:with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/configure:20876:allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/configure:20877:no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/configure:20878:hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/configure:20879:hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/configure:20880:hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/configure:20881:hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/configure:20882:hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/configure:20883:hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/configure:20884:hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/configure:20885:inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/configure:20886:link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/configure:20887:always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/configure:20888:export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/configure:20889:exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/configure:20890:include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/configure:20891:prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/configure:20892:postlink_cmds='`$ECHO "$postlink_cmds" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/configure:20893:file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/configure:20894:variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/configure:20895:need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/configure:20896:need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/configure:20897:version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/configure:20898:runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/configure:20899:shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/configure:20900:shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/configure:20901:libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/configure:20902:library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/configure:20903:soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/configure:20904:install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/configure:20905:postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/configure:20906:postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/configure:20907:finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/configure:20908:finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/configure:20909:hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/configure:20910:sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/configure:20911:configure_time_dlsearch_path='`$ECHO "$configure_time_dlsearch_path" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/configure:20912:configure_time_lt_sys_library_path='`$ECHO "$configure_time_lt_sys_library_path" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/configure:20913:hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/configure:20914:enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/configure:20915:enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/configure:20916:enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/configure:20917:old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/configure:20918:striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/configure:20919:compiler_lib_search_dirs='`$ECHO "$compiler_lib_search_dirs" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/configure:20920:predep_objects='`$ECHO "$predep_objects" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/configure:20921:postdep_objects='`$ECHO "$postdep_objects" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/configure:20922:predeps='`$ECHO "$predeps" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/configure:20923:postdeps='`$ECHO "$postdeps" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/configure:20924:compiler_lib_search_path='`$ECHO "$compiler_lib_search_path" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/configure:20925:LD_CXX='`$ECHO "$LD_CXX" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/configure:20926:reload_flag_CXX='`$ECHO "$reload_flag_CXX" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/configure:20927:reload_cmds_CXX='`$ECHO "$reload_cmds_CXX" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/configure:20928:old_archive_cmds_CXX='`$ECHO "$old_archive_cmds_CXX" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/configure:20929:compiler_CXX='`$ECHO "$compiler_CXX" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/configure:20930:GCC_CXX='`$ECHO "$GCC_CXX" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/configure:20931:lt_prog_compiler_no_builtin_flag_CXX='`$ECHO "$lt_prog_compiler_no_builtin_flag_CXX" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/configure:20932:lt_prog_compiler_pic_CXX='`$ECHO "$lt_prog_compiler_pic_CXX" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/configure:20933:lt_prog_compiler_wl_CXX='`$ECHO "$lt_prog_compiler_wl_CXX" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/configure:20934:lt_prog_compiler_static_CXX='`$ECHO "$lt_prog_compiler_static_CXX" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/configure:20935:lt_cv_prog_compiler_c_o_CXX='`$ECHO "$lt_cv_prog_compiler_c_o_CXX" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/configure:20936:archive_cmds_need_lc_CXX='`$ECHO "$archive_cmds_need_lc_CXX" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/configure:20937:enable_shared_with_static_runtimes_CXX='`$ECHO "$enable_shared_with_static_runtimes_CXX" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/configure:20938:export_dynamic_flag_spec_CXX='`$ECHO "$export_dynamic_flag_spec_CXX" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/configure:20939:whole_archive_flag_spec_CXX='`$ECHO "$whole_archive_flag_spec_CXX" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/configure:20940:compiler_needs_object_CXX='`$ECHO "$compiler_needs_object_CXX" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/configure:20941:old_archive_from_new_cmds_CXX='`$ECHO "$old_archive_from_new_cmds_CXX" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/configure:20942:old_archive_from_expsyms_cmds_CXX='`$ECHO "$old_archive_from_expsyms_cmds_CXX" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/configure:20943:archive_cmds_CXX='`$ECHO "$archive_cmds_CXX" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/configure:20944:archive_expsym_cmds_CXX='`$ECHO "$archive_expsym_cmds_CXX" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/configure:20945:module_cmds_CXX='`$ECHO "$module_cmds_CXX" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/configure:20946:module_expsym_cmds_CXX='`$ECHO "$module_expsym_cmds_CXX" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/configure:20947:with_gnu_ld_CXX='`$ECHO "$with_gnu_ld_CXX" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/configure:20948:allow_undefined_flag_CXX='`$ECHO "$allow_undefined_flag_CXX" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/configure:20949:no_undefined_flag_CXX='`$ECHO "$no_undefined_flag_CXX" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/configure:20950:hardcode_libdir_flag_spec_CXX='`$ECHO "$hardcode_libdir_flag_spec_CXX" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/configure:20951:hardcode_libdir_separator_CXX='`$ECHO "$hardcode_libdir_separator_CXX" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/configure:20952:hardcode_direct_CXX='`$ECHO "$hardcode_direct_CXX" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/configure:20953:hardcode_direct_absolute_CXX='`$ECHO "$hardcode_direct_absolute_CXX" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/configure:20954:hardcode_minus_L_CXX='`$ECHO "$hardcode_minus_L_CXX" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/configure:20955:hardcode_shlibpath_var_CXX='`$ECHO "$hardcode_shlibpath_var_CXX" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/configure:20956:hardcode_automatic_CXX='`$ECHO "$hardcode_automatic_CXX" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/configure:20957:inherit_rpath_CXX='`$ECHO "$inherit_rpath_CXX" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/configure:20958:link_all_deplibs_CXX='`$ECHO "$link_all_deplibs_CXX" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/configure:20959:always_export_symbols_CXX='`$ECHO "$always_export_symbols_CXX" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/configure:20960:export_symbols_cmds_CXX='`$ECHO "$export_symbols_cmds_CXX" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/configure:20961:exclude_expsyms_CXX='`$ECHO "$exclude_expsyms_CXX" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/configure:20962:include_expsyms_CXX='`$ECHO "$include_expsyms_CXX" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/configure:20963:prelink_cmds_CXX='`$ECHO "$prelink_cmds_CXX" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/configure:20964:postlink_cmds_CXX='`$ECHO "$postlink_cmds_CXX" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/configure:20965:file_list_spec_CXX='`$ECHO "$file_list_spec_CXX" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/configure:20966:hardcode_action_CXX='`$ECHO "$hardcode_action_CXX" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/configure:20967:compiler_lib_search_dirs_CXX='`$ECHO "$compiler_lib_search_dirs_CXX" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/configure:20968:predep_objects_CXX='`$ECHO "$predep_objects_CXX" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/configure:20969:postdep_objects_CXX='`$ECHO "$postdep_objects_CXX" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/configure:20970:predeps_CXX='`$ECHO "$predeps_CXX" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/configure:20971:postdeps_CXX='`$ECHO "$postdeps_CXX" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/configure:20972:compiler_lib_search_path_CXX='`$ECHO "$compiler_lib_search_path_CXX" | $SED "$delay_single_quote_subst"`'
gap-4.11.0/configure-20973-
##############################################
gap-4.11.0/configure-21086-compiler_lib_search_path_CXX; do
gap-4.11.0/configure:21087:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
gap-4.11.0/configure-21088-    *[\\\\\\\`\\"\\\$]*)
gap-4.11.0/configure:21089:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\"" ## exclude from sc_prohibit_nested_quotes
gap-4.11.0/configure-21090-      ;;
##############################################
gap-4.11.0/configure-21128-postlink_cmds_CXX; do
gap-4.11.0/configure:21129:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
gap-4.11.0/configure-21130-    *[\\\\\\\`\\"\\\$]*)
gap-4.11.0/configure:21131:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\"" ## exclude from sc_prohibit_nested_quotes
gap-4.11.0/configure-21132-      ;;
##############################################
gap-4.11.0/configure-21232-fi
gap-4.11.0/configure:21233:ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
gap-4.11.0/configure-21234-if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
##############################################
gap-4.11.0/configure-21249-  as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
gap-4.11.0/configure:21250:ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
gap-4.11.0/configure-21251-ac_delim='%!_!# '
##############################################
gap-4.11.0/configure-21255-
gap-4.11.0/configure:21256:  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
gap-4.11.0/configure-21257-  if test $ac_delim_n = $ac_delim_num; then
##############################################
gap-4.11.0/configure-21393-for ac_last_try in false false :; do
gap-4.11.0/configure:21394:  ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
gap-4.11.0/configure-21395-  if test -z "$ac_tt"; then
##############################################
gap-4.11.0/configure-21525-      esac
gap-4.11.0/configure:21526:      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
gap-4.11.0/configure-21527-      as_fn_append ac_file_inputs " '$ac_f'"
##############################################
gap-4.11.0/configure-21584-*)
gap-4.11.0/configure:21585:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
gap-4.11.0/configure-21586-  # A ".." for each directory in $ac_dir_suffix.
gap-4.11.0/configure:21587:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
gap-4.11.0/configure-21588-  case $ac_top_builddir_sub in
##############################################
gap-4.11.0/configure-21645-/@mandir@/p'
gap-4.11.0/configure:21646:case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
gap-4.11.0/configure-21647-*datarootdir*) ac_datarootdir_seen=yes;;
##############################################
gap-4.11.0/configure-21662-
gap-4.11.0/configure:21663:# Neutralize VPATH when `$srcdir' = `.'.
gap-4.11.0/configure-21664-# Shell code in configure.ac might set extrasub.
##############################################
gap-4.11.0/configure-21690-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
gap-4.11.0/configure:21691:  { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
gap-4.11.0/configure-21692-  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' \
##############################################
gap-4.11.0/configure-22232-    *:)
gap-4.11.0/configure:22233:        eval $1=\"`$ECHO $2 | $SED 's/:/ /g'` \$$1\"
gap-4.11.0/configure-22234-        ;;
gap-4.11.0/configure-22235-    x:*)
gap-4.11.0/configure:22236:        eval $1=\"\$$1 `$ECHO $2 | $SED 's/:/ /g'`\"
gap-4.11.0/configure-22237-        ;;
gap-4.11.0/configure-22238-    *::*)
gap-4.11.0/configure:22239:        eval $1=\"\$$1\ `$ECHO $2 | $SED -e 's/.*:://' -e 's/:/ /g'`\"
gap-4.11.0/configure:22240:        eval $1=\"`$ECHO $2 | $SED -e 's/::.*//' -e 's/:/ /g'`\ \$$1\"
gap-4.11.0/configure-22241-        ;;
gap-4.11.0/configure-22242-    *)
gap-4.11.0/configure:22243:        eval $1=\"`$ECHO $2 | $SED 's/:/ /g'`\"
gap-4.11.0/configure-22244-        ;;
##############################################
gap-4.11.0/configure-22259-    done
gap-4.11.0/configure:22260:    func_cc_basename_result=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
gap-4.11.0/configure-22261-}