===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
r-cran-igraph-1.2.6/src/rinterface.c-8212-SEXP R_igraph_i_levc_arp(SEXP extP, SEXP extE, SEXP pv) {
r-cran-igraph-1.2.6/src/rinterface.c:8213:  R_igraph_i_function_container_t *cont = R_ExternalPtrAddr(extP);
r-cran-igraph-1.2.6/src/rinterface.c-8214-  igraph_arpack_function_t *fun= cont->fun;
r-cran-igraph-1.2.6/src/rinterface.c:8215:  void *extra=R_ExternalPtrAddr(extE);
r-cran-igraph-1.2.6/src/rinterface.c-8216-  SEXP res;
##############################################
r-cran-igraph-1.2.6/src/bignum.c-586-		return LIMBMASK;
r-cran-igraph-1.2.6/src/bignum.c:587:	asm volatile(
r-cran-igraph-1.2.6/src/bignum.c-588-		"divl	%4"
##############################################
r-cran-igraph-1.2.6/src/random.c-481-
r-cran-igraph-1.2.6/src/random.c:482:#define addr(a) (&a)
r-cran-igraph-1.2.6/src/random.c-483-
##############################################
r-cran-igraph-1.2.6/src/random.c-498-IGRAPH_THREAD_LOCAL igraph_rng_t igraph_i_rng_default = { 
r-cran-igraph-1.2.6/src/random.c:499:  addr(igraph_rngtype_mt19937),
r-cran-igraph-1.2.6/src/random.c:500:  addr(igraph_i_rng_default_state),
r-cran-igraph-1.2.6/src/random.c-501-  /* def= */ 1
##############################################
r-cran-igraph-1.2.6/R/make.R-81-
r-cran-igraph-1.2.6/R/make.R:82:  args2 <- if (cons$lazy) lapply(cons$args, "[[", "expr") else lazy_eval(cons$args)
r-cran-igraph-1.2.6/R/make.R-83-
##############################################
r-cran-igraph-1.2.6/R/lazyeval.R-57-  if (!is.null(data)) {
r-cran-igraph-1.2.6/R/lazyeval.R:58:    eval(x$expr, data, x$env)
r-cran-igraph-1.2.6/R/lazyeval.R-59-  } else {
r-cran-igraph-1.2.6/R/lazyeval.R:60:    eval(x$expr, x$env, emptyenv())
r-cran-igraph-1.2.6/R/lazyeval.R-61-  }
##############################################
r-cran-igraph-1.2.6/R/lazyeval.R-84-
r-cran-igraph-1.2.6/R/lazyeval.R:85:  `_obj`$expr <-  substitute_(`_obj`$expr, values)
r-cran-igraph-1.2.6/R/lazyeval.R-86-  `_obj`
##############################################
r-cran-igraph-1.2.6/R/lazyeval.R-127-}
r-cran-igraph-1.2.6/R/lazyeval.R:128:`$<-.lazy_dots` <- function(x, i, value) {
r-cran-igraph-1.2.6/R/lazyeval.R-129-  value <- as.lazy(value, parent.frame())
##############################################
r-cran-igraph-1.2.6/R/tkplot.R-1499-      .tkplot.g <- .tkplot.get(tkp.id, "graph")
r-cran-igraph-1.2.6/R/tkplot.R:1500:      tcltk::tkinsert(values[[i]], 0, as.character(eval(layout$params[[i]]$default)))
r-cran-igraph-1.2.6/R/tkplot.R-1501-      tcltk::tkgrid(values[[i]], row=row, column=1, sticky="nw", padx=5, pady=5)
##############################################
r-cran-igraph-1.2.6/R/iterators.R-946-
r-cran-igraph-1.2.6/R/iterators.R:947:`$.igraph.vs` <- function(x, name) {
r-cran-igraph-1.2.6/R/iterators.R-948-  graph <- get_vs_graph(x)
##############################################
r-cran-igraph-1.2.6/R/iterators.R-998-
r-cran-igraph-1.2.6/R/iterators.R:999:`$.igraph.es` <- function(x, name) {
r-cran-igraph-1.2.6/R/iterators.R-1000-  graph <- get_es_graph(x)
##############################################
r-cran-igraph-1.2.6/R/iterators.R-1016-
r-cran-igraph-1.2.6/R/iterators.R:1017:`$<-.igraph.vs` <- function(x, name, value) {
r-cran-igraph-1.2.6/R/iterators.R-1018-  if (is.null(get_vs_graph(x))) stop("Graph is unknown")
##############################################
r-cran-igraph-1.2.6/R/iterators.R-1030-
r-cran-igraph-1.2.6/R/iterators.R:1031:`$<-.igraph.es` <- function(x, name, value) {
r-cran-igraph-1.2.6/R/iterators.R-1032-  if (is.null(get_es_graph(x))) stop("Graph is unknown")
##############################################
r-cran-igraph-1.2.6/R/attributes.R-908-
r-cran-igraph-1.2.6/R/attributes.R:909:`$.igraph` <- function(x, name) {
r-cran-igraph-1.2.6/R/attributes.R-910-  graph_attr(x, name)
##############################################
r-cran-igraph-1.2.6/R/attributes.R-918-
r-cran-igraph-1.2.6/R/attributes.R:919:`$<-.igraph` <- function(x, name, value) {
r-cran-igraph-1.2.6/R/attributes.R-920-  set_graph_attr(x, name, value)
##############################################
r-cran-igraph-1.2.6/debian/patches/pkg-config.patch-29-   else
r-cran-igraph-1.2.6/debian/patches/pkg-config.patch:30:-    XML2_LIBS=`$XML2CONFIG --libs`
r-cran-igraph-1.2.6/debian/patches/pkg-config.patch:31:-    XML2_CFLAGS=`$XML2CONFIG --cflags`
r-cran-igraph-1.2.6/debian/patches/pkg-config.patch-32-+    XML2_LIBS=`pkg-config --libs libxml-2.0`
##############################################
r-cran-igraph-1.2.6/debian/tests/run-unit-test-5-if [ "$AUTOPKGTEST_TMP" = "" ] ; then
r-cran-igraph-1.2.6/debian/tests/run-unit-test:6:    AUTOPKGTEST_TMP=`mktemp -d /tmp/${debname}-test.XXXXXX`
r-cran-igraph-1.2.6/debian/tests/run-unit-test-7-    trap "rm -rf $AUTOPKGTEST_TMP" 0 INT QUIT ABRT PIPE TERM
##############################################
r-cran-igraph-1.2.6/.pc/pkg-config.patch/configure-45-if test -z "$BASH_VERSION$ZSH_VERSION" \
r-cran-igraph-1.2.6/.pc/pkg-config.patch/configure:46:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
r-cran-igraph-1.2.6/.pc/pkg-config.patch/configure-47-  as_echo='print -r --'
r-cran-igraph-1.2.6/.pc/pkg-config.patch/configure-48-  as_echo_n='print -rn --'
r-cran-igraph-1.2.6/.pc/pkg-config.patch/configure:49:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
r-cran-igraph-1.2.6/.pc/pkg-config.patch/configure-50-  as_echo='printf %s\n'
##############################################
r-cran-igraph-1.2.6/.pc/pkg-config.patch/configure-52-else
r-cran-igraph-1.2.6/.pc/pkg-config.patch/configure:53:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
r-cran-igraph-1.2.6/.pc/pkg-config.patch/configure-54-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
r-cran-igraph-1.2.6/.pc/pkg-config.patch/configure-62-	expr "X$arg" : "X\\(.*\\)$as_nl";
r-cran-igraph-1.2.6/.pc/pkg-config.patch/configure:63:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
r-cran-igraph-1.2.6/.pc/pkg-config.patch/configure-64-      esac;
##############################################
r-cran-igraph-1.2.6/.pc/pkg-config.patch/configure-199-  eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
r-cran-igraph-1.2.6/.pc/pkg-config.patch/configure:200:  test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
r-cran-igraph-1.2.6/.pc/pkg-config.patch/configure-201-test \$(( 1 + 1 )) = 2 || exit 1"
##############################################
r-cran-igraph-1.2.6/.pc/pkg-config.patch/configure-327-      case $as_dir in #(
r-cran-igraph-1.2.6/.pc/pkg-config.patch/configure:328:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
r-cran-igraph-1.2.6/.pc/pkg-config.patch/configure-329-      *) as_qdir=$as_dir;;
##############################################
r-cran-igraph-1.2.6/.pc/pkg-config.patch/configure-400-  {
r-cran-igraph-1.2.6/.pc/pkg-config.patch/configure:401:    as_val=`expr "$@" || test $? -eq 1`
r-cran-igraph-1.2.6/.pc/pkg-config.patch/configure-402-  }
##############################################
r-cran-igraph-1.2.6/.pc/pkg-config.patch/configure-407-# ----------------------------------------
r-cran-igraph-1.2.6/.pc/pkg-config.patch/configure:408:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
r-cran-igraph-1.2.6/.pc/pkg-config.patch/configure-409-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
r-cran-igraph-1.2.6/.pc/pkg-config.patch/configure-470-  eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
r-cran-igraph-1.2.6/.pc/pkg-config.patch/configure:471:  test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
r-cran-igraph-1.2.6/.pc/pkg-config.patch/configure-472-  # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
##############################################
r-cran-igraph-1.2.6/.pc/pkg-config.patch/configure-773-  case $ac_option in
r-cran-igraph-1.2.6/.pc/pkg-config.patch/configure:774:  *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
r-cran-igraph-1.2.6/.pc/pkg-config.patch/configure-775-  *=)   ac_optarg= ;;
##############################################
r-cran-igraph-1.2.6/.pc/pkg-config.patch/configure-817-  -disable-* | --disable-*)
r-cran-igraph-1.2.6/.pc/pkg-config.patch/configure:818:    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
r-cran-igraph-1.2.6/.pc/pkg-config.patch/configure-819-    # Reject names that are not valid shell variable names.
##############################################
r-cran-igraph-1.2.6/.pc/pkg-config.patch/configure-822-    ac_useropt_orig=$ac_useropt
r-cran-igraph-1.2.6/.pc/pkg-config.patch/configure:823:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
r-cran-igraph-1.2.6/.pc/pkg-config.patch/configure-824-    case $ac_user_opts in
##############################################
r-cran-igraph-1.2.6/.pc/pkg-config.patch/configure-843-  -enable-* | --enable-*)
r-cran-igraph-1.2.6/.pc/pkg-config.patch/configure:844:    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
r-cran-igraph-1.2.6/.pc/pkg-config.patch/configure-845-    # Reject names that are not valid shell variable names.
##############################################
r-cran-igraph-1.2.6/.pc/pkg-config.patch/configure-848-    ac_useropt_orig=$ac_useropt
r-cran-igraph-1.2.6/.pc/pkg-config.patch/configure:849:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
r-cran-igraph-1.2.6/.pc/pkg-config.patch/configure-850-    case $ac_user_opts in
##############################################
r-cran-igraph-1.2.6/.pc/pkg-config.patch/configure-1047-  -with-* | --with-*)
r-cran-igraph-1.2.6/.pc/pkg-config.patch/configure:1048:    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
r-cran-igraph-1.2.6/.pc/pkg-config.patch/configure-1049-    # Reject names that are not valid shell variable names.
##############################################
r-cran-igraph-1.2.6/.pc/pkg-config.patch/configure-1052-    ac_useropt_orig=$ac_useropt
r-cran-igraph-1.2.6/.pc/pkg-config.patch/configure:1053:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
r-cran-igraph-1.2.6/.pc/pkg-config.patch/configure-1054-    case $ac_user_opts in
##############################################
r-cran-igraph-1.2.6/.pc/pkg-config.patch/configure-1063-  -without-* | --without-*)
r-cran-igraph-1.2.6/.pc/pkg-config.patch/configure:1064:    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
r-cran-igraph-1.2.6/.pc/pkg-config.patch/configure-1065-    # Reject names that are not valid shell variable names.
##############################################
r-cran-igraph-1.2.6/.pc/pkg-config.patch/configure-1068-    ac_useropt_orig=$ac_useropt
r-cran-igraph-1.2.6/.pc/pkg-config.patch/configure:1069:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
r-cran-igraph-1.2.6/.pc/pkg-config.patch/configure-1070-    case $ac_user_opts in
##############################################
r-cran-igraph-1.2.6/.pc/pkg-config.patch/configure-1101-  *=*)
r-cran-igraph-1.2.6/.pc/pkg-config.patch/configure:1102:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
r-cran-igraph-1.2.6/.pc/pkg-config.patch/configure-1103-    # Reject names that are not valid shell variable names.
##############################################
r-cran-igraph-1.2.6/.pc/pkg-config.patch/configure-1122-if test -n "$ac_prev"; then
r-cran-igraph-1.2.6/.pc/pkg-config.patch/configure:1123:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
r-cran-igraph-1.2.6/.pc/pkg-config.patch/configure-1124-  as_fn_error $? "missing argument to $ac_option"
##############################################
r-cran-igraph-1.2.6/.pc/pkg-config.patch/configure-1144-    */ )
r-cran-igraph-1.2.6/.pc/pkg-config.patch/configure:1145:      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
r-cran-igraph-1.2.6/.pc/pkg-config.patch/configure-1146-      eval $ac_var=\$ac_val;;
##############################################
r-cran-igraph-1.2.6/.pc/pkg-config.patch/configure-1179-ac_ls_di=`ls -di .` &&
r-cran-igraph-1.2.6/.pc/pkg-config.patch/configure:1180:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
r-cran-igraph-1.2.6/.pc/pkg-config.patch/configure-1181-  as_fn_error $? "working directory cannot be determined"
##############################################
r-cran-igraph-1.2.6/.pc/pkg-config.patch/configure-1235-case $srcdir in
r-cran-igraph-1.2.6/.pc/pkg-config.patch/configure:1236:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
r-cran-igraph-1.2.6/.pc/pkg-config.patch/configure-1237-esac
##############################################
r-cran-igraph-1.2.6/.pc/pkg-config.patch/configure-1278-By default, \`make install' will install all the files in
r-cran-igraph-1.2.6/.pc/pkg-config.patch/configure:1279:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
r-cran-igraph-1.2.6/.pc/pkg-config.patch/configure:1280:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
r-cran-igraph-1.2.6/.pc/pkg-config.patch/configure-1281-for instance \`--prefix=\$HOME'.
##############################################
r-cran-igraph-1.2.6/.pc/pkg-config.patch/configure-1358-*)
r-cran-igraph-1.2.6/.pc/pkg-config.patch/configure:1359:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
r-cran-igraph-1.2.6/.pc/pkg-config.patch/configure-1360-  # A ".." for each directory in $ac_dir_suffix.
r-cran-igraph-1.2.6/.pc/pkg-config.patch/configure:1361:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
r-cran-igraph-1.2.6/.pc/pkg-config.patch/configure-1362-  case $ac_top_builddir_sub in
##############################################
r-cran-igraph-1.2.6/.pc/pkg-config.patch/configure-1690-  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
r-cran-igraph-1.2.6/.pc/pkg-config.patch/configure:1691:  as_decl_name=`echo $2|sed 's/ *(.*//'`
r-cran-igraph-1.2.6/.pc/pkg-config.patch/configure:1692:  as_decl_use=`echo $2|sed -e 's/(/((/' -e 's/)/) 0&/' -e 's/,/) 0& (/g'`
r-cran-igraph-1.2.6/.pc/pkg-config.patch/configure-1693-  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $as_decl_name is declared" >&5
##############################################
r-cran-igraph-1.2.6/.pc/pkg-config.patch/configure-2199-    *\'*)
r-cran-igraph-1.2.6/.pc/pkg-config.patch/configure:2200:      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
r-cran-igraph-1.2.6/.pc/pkg-config.patch/configure-2201-    esac
##############################################
r-cran-igraph-1.2.6/.pc/pkg-config.patch/configure-2282-      case $ac_val in
r-cran-igraph-1.2.6/.pc/pkg-config.patch/configure:2283:      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
r-cran-igraph-1.2.6/.pc/pkg-config.patch/configure-2284-      esac
##############################################
r-cran-igraph-1.2.6/.pc/pkg-config.patch/configure-2297-	case $ac_val in
r-cran-igraph-1.2.6/.pc/pkg-config.patch/configure:2298:	*\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
r-cran-igraph-1.2.6/.pc/pkg-config.patch/configure-2299-	esac
##############################################
r-cran-igraph-1.2.6/.pc/pkg-config.patch/configure-2417-    set,)
r-cran-igraph-1.2.6/.pc/pkg-config.patch/configure:2418:      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
r-cran-igraph-1.2.6/.pc/pkg-config.patch/configure:2419:$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
r-cran-igraph-1.2.6/.pc/pkg-config.patch/configure-2420-      ac_cache_corrupted=: ;;
##############################################
r-cran-igraph-1.2.6/.pc/pkg-config.patch/configure-2428-	# differences in whitespace do not lead to failure.
r-cran-igraph-1.2.6/.pc/pkg-config.patch/configure:2429:	ac_old_val_w=`echo x $ac_old_val`
r-cran-igraph-1.2.6/.pc/pkg-config.patch/configure:2430:	ac_new_val_w=`echo x $ac_new_val`
r-cran-igraph-1.2.6/.pc/pkg-config.patch/configure-2431-	if test "$ac_old_val_w" != "$ac_new_val_w"; then
##############################################
r-cran-igraph-1.2.6/.pc/pkg-config.patch/configure-2448-    case $ac_new_val in
r-cran-igraph-1.2.6/.pc/pkg-config.patch/configure:2449:    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
r-cran-igraph-1.2.6/.pc/pkg-config.patch/configure-2450-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
r-cran-igraph-1.2.6/.pc/pkg-config.patch/configure-2484-fi
r-cran-igraph-1.2.6/.pc/pkg-config.patch/configure:2485:CC=`"${R_HOME}/bin/R" CMD config CC`
r-cran-igraph-1.2.6/.pc/pkg-config.patch/configure:2486:CXX=`"${R_HOME}/bin/R" CMD config CXX`
r-cran-igraph-1.2.6/.pc/pkg-config.patch/configure:2487:FC=`"${R_HOME}/bin/R" CMD config FC`
r-cran-igraph-1.2.6/.pc/pkg-config.patch/configure:2488:CFLAGS=`"${R_HOME}/bin/R" CMD config CFLAGS`
r-cran-igraph-1.2.6/.pc/pkg-config.patch/configure:2489:CXXFLAGS=`"${R_HOME}/bin/R" CMD config CXXFLAGS`
r-cran-igraph-1.2.6/.pc/pkg-config.patch/configure:2490:CPPFLAGS=`"${R_HOME}/bin/R" CMD config CPPFLAGS`
r-cran-igraph-1.2.6/.pc/pkg-config.patch/configure:2491:FCFLAGS=`"${R_HOME}/bin/R" CMD config FCFLAGS`
r-cran-igraph-1.2.6/.pc/pkg-config.patch/configure:2492:FLIBS=`"${R_HOME}/bin/R" CMD config FLIBS`
r-cran-igraph-1.2.6/.pc/pkg-config.patch/configure-2493-
##############################################
r-cran-igraph-1.2.6/.pc/pkg-config.patch/configure-2845-$as_echo_n "checking whether the C compiler works... " >&6; }
r-cran-igraph-1.2.6/.pc/pkg-config.patch/configure:2846:ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
r-cran-igraph-1.2.6/.pc/pkg-config.patch/configure-2847-
##############################################
r-cran-igraph-1.2.6/.pc/pkg-config.patch/configure-2889-	then :; else
r-cran-igraph-1.2.6/.pc/pkg-config.patch/configure:2890:	   ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
r-cran-igraph-1.2.6/.pc/pkg-config.patch/configure-2891-	fi
##############################################
r-cran-igraph-1.2.6/.pc/pkg-config.patch/configure-2949-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
r-cran-igraph-1.2.6/.pc/pkg-config.patch/configure:2950:    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
r-cran-igraph-1.2.6/.pc/pkg-config.patch/configure-2951-	  break;;
##############################################
r-cran-igraph-1.2.6/.pc/pkg-config.patch/configure-3058-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
r-cran-igraph-1.2.6/.pc/pkg-config.patch/configure:3059:    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
r-cran-igraph-1.2.6/.pc/pkg-config.patch/configure-3060-       break;;
##############################################
r-cran-igraph-1.2.6/.pc/pkg-config.patch/configure-3938-do :
r-cran-igraph-1.2.6/.pc/pkg-config.patch/configure:3939:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
r-cran-igraph-1.2.6/.pc/pkg-config.patch/configure-3940-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
r-cran-igraph-1.2.6/.pc/pkg-config.patch/configure-3942-  cat >>confdefs.h <<_ACEOF
r-cran-igraph-1.2.6/.pc/pkg-config.patch/configure:3943:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
r-cran-igraph-1.2.6/.pc/pkg-config.patch/configure-3944-_ACEOF
##############################################
r-cran-igraph-1.2.6/.pc/pkg-config.patch/configure-4105-  # Check for GNU $ac_path_GREP
r-cran-igraph-1.2.6/.pc/pkg-config.patch/configure:4106:case `"$ac_path_GREP" --version 2>&1` in
r-cran-igraph-1.2.6/.pc/pkg-config.patch/configure-4107-*GNU*)
##############################################
r-cran-igraph-1.2.6/.pc/pkg-config.patch/configure-4171-  # Check for GNU $ac_path_EGREP
r-cran-igraph-1.2.6/.pc/pkg-config.patch/configure:4172:case `"$ac_path_EGREP" --version 2>&1` in
r-cran-igraph-1.2.6/.pc/pkg-config.patch/configure-4173-*GNU*)
##############################################
r-cran-igraph-1.2.6/.pc/pkg-config.patch/configure-4332-do :
r-cran-igraph-1.2.6/.pc/pkg-config.patch/configure:4333:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
r-cran-igraph-1.2.6/.pc/pkg-config.patch/configure-4334-ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
##############################################
r-cran-igraph-1.2.6/.pc/pkg-config.patch/configure-4337-  cat >>confdefs.h <<_ACEOF
r-cran-igraph-1.2.6/.pc/pkg-config.patch/configure:4338:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
r-cran-igraph-1.2.6/.pc/pkg-config.patch/configure-4339-_ACEOF
##############################################
r-cran-igraph-1.2.6/.pc/pkg-config.patch/configure-4375-do :
r-cran-igraph-1.2.6/.pc/pkg-config.patch/configure:4376:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
r-cran-igraph-1.2.6/.pc/pkg-config.patch/configure-4377-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
r-cran-igraph-1.2.6/.pc/pkg-config.patch/configure-4379-  cat >>confdefs.h <<_ACEOF
r-cran-igraph-1.2.6/.pc/pkg-config.patch/configure:4380:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
r-cran-igraph-1.2.6/.pc/pkg-config.patch/configure-4381-_ACEOF
##############################################
r-cran-igraph-1.2.6/.pc/pkg-config.patch/configure-4454-  else
r-cran-igraph-1.2.6/.pc/pkg-config.patch/configure:4455:    XML2_LIBS=`$XML2CONFIG --libs`
r-cran-igraph-1.2.6/.pc/pkg-config.patch/configure:4456:    XML2_CFLAGS=`$XML2CONFIG --cflags`
r-cran-igraph-1.2.6/.pc/pkg-config.patch/configure-4457-    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlSAXUserParseFile in -lxml2" >&5
##############################################
r-cran-igraph-1.2.6/.pc/pkg-config.patch/configure-4801-  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
r-cran-igraph-1.2.6/.pc/pkg-config.patch/configure:4802:  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
r-cran-igraph-1.2.6/.pc/pkg-config.patch/configure-4803-  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
##############################################
r-cran-igraph-1.2.6/.pc/pkg-config.patch/configure-4868-if test -z "$BASH_VERSION$ZSH_VERSION" \
r-cran-igraph-1.2.6/.pc/pkg-config.patch/configure:4869:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
r-cran-igraph-1.2.6/.pc/pkg-config.patch/configure-4870-  as_echo='print -r --'
r-cran-igraph-1.2.6/.pc/pkg-config.patch/configure-4871-  as_echo_n='print -rn --'
r-cran-igraph-1.2.6/.pc/pkg-config.patch/configure:4872:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
r-cran-igraph-1.2.6/.pc/pkg-config.patch/configure-4873-  as_echo='printf %s\n'
##############################################
r-cran-igraph-1.2.6/.pc/pkg-config.patch/configure-4875-else
r-cran-igraph-1.2.6/.pc/pkg-config.patch/configure:4876:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
r-cran-igraph-1.2.6/.pc/pkg-config.patch/configure-4877-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
r-cran-igraph-1.2.6/.pc/pkg-config.patch/configure-4885-	expr "X$arg" : "X\\(.*\\)$as_nl";
r-cran-igraph-1.2.6/.pc/pkg-config.patch/configure:4886:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
r-cran-igraph-1.2.6/.pc/pkg-config.patch/configure-4887-      esac;
##############################################
r-cran-igraph-1.2.6/.pc/pkg-config.patch/configure-4962-# ----------------------------------------
r-cran-igraph-1.2.6/.pc/pkg-config.patch/configure:4963:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
r-cran-igraph-1.2.6/.pc/pkg-config.patch/configure-4964-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
r-cran-igraph-1.2.6/.pc/pkg-config.patch/configure-5034-  {
r-cran-igraph-1.2.6/.pc/pkg-config.patch/configure:5035:    as_val=`expr "$@" || test $? -eq 1`
r-cran-igraph-1.2.6/.pc/pkg-config.patch/configure-5036-  }
##############################################
r-cran-igraph-1.2.6/.pc/pkg-config.patch/configure-5138-      case $as_dir in #(
r-cran-igraph-1.2.6/.pc/pkg-config.patch/configure:5139:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
r-cran-igraph-1.2.6/.pc/pkg-config.patch/configure-5140-      *) as_qdir=$as_dir;;
##############################################
r-cran-igraph-1.2.6/.pc/pkg-config.patch/configure-5269-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
r-cran-igraph-1.2.6/.pc/pkg-config.patch/configure:5270:ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
r-cran-igraph-1.2.6/.pc/pkg-config.patch/configure-5271-ac_cs_version="\\
##############################################
r-cran-igraph-1.2.6/.pc/pkg-config.patch/configure-5291-  --*=?*)
r-cran-igraph-1.2.6/.pc/pkg-config.patch/configure:5292:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
r-cran-igraph-1.2.6/.pc/pkg-config.patch/configure:5293:    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
r-cran-igraph-1.2.6/.pc/pkg-config.patch/configure-5294-    ac_shift=:
##############################################
r-cran-igraph-1.2.6/.pc/pkg-config.patch/configure-5296-  --*=)
r-cran-igraph-1.2.6/.pc/pkg-config.patch/configure:5297:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
r-cran-igraph-1.2.6/.pc/pkg-config.patch/configure-5298-    ac_optarg=
##############################################
r-cran-igraph-1.2.6/.pc/pkg-config.patch/configure-5320-    case $ac_optarg in
r-cran-igraph-1.2.6/.pc/pkg-config.patch/configure:5321:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
r-cran-igraph-1.2.6/.pc/pkg-config.patch/configure-5322-    '') as_fn_error $? "missing file argument" ;;
##############################################
r-cran-igraph-1.2.6/.pc/pkg-config.patch/configure-5328-    case $ac_optarg in
r-cran-igraph-1.2.6/.pc/pkg-config.patch/configure:5329:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
r-cran-igraph-1.2.6/.pc/pkg-config.patch/configure-5330-    esac
##############################################
r-cran-igraph-1.2.6/.pc/pkg-config.patch/configure-5449-fi
r-cran-igraph-1.2.6/.pc/pkg-config.patch/configure:5450:ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
r-cran-igraph-1.2.6/.pc/pkg-config.patch/configure-5451-if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
##############################################
r-cran-igraph-1.2.6/.pc/pkg-config.patch/configure-5466-  as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
r-cran-igraph-1.2.6/.pc/pkg-config.patch/configure:5467:ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
r-cran-igraph-1.2.6/.pc/pkg-config.patch/configure-5468-ac_delim='%!_!# '
##############################################
r-cran-igraph-1.2.6/.pc/pkg-config.patch/configure-5472-
r-cran-igraph-1.2.6/.pc/pkg-config.patch/configure:5473:  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
r-cran-igraph-1.2.6/.pc/pkg-config.patch/configure-5474-  if test $ac_delim_n = $ac_delim_num; then
##############################################
r-cran-igraph-1.2.6/.pc/pkg-config.patch/configure-5610-for ac_last_try in false false :; do
r-cran-igraph-1.2.6/.pc/pkg-config.patch/configure:5611:  ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
r-cran-igraph-1.2.6/.pc/pkg-config.patch/configure-5612-  if test -z "$ac_tt"; then
##############################################
r-cran-igraph-1.2.6/.pc/pkg-config.patch/configure-5742-      esac
r-cran-igraph-1.2.6/.pc/pkg-config.patch/configure:5743:      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
r-cran-igraph-1.2.6/.pc/pkg-config.patch/configure-5744-      as_fn_append ac_file_inputs " '$ac_f'"
##############################################
r-cran-igraph-1.2.6/.pc/pkg-config.patch/configure-5801-*)
r-cran-igraph-1.2.6/.pc/pkg-config.patch/configure:5802:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
r-cran-igraph-1.2.6/.pc/pkg-config.patch/configure-5803-  # A ".." for each directory in $ac_dir_suffix.
r-cran-igraph-1.2.6/.pc/pkg-config.patch/configure:5804:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
r-cran-igraph-1.2.6/.pc/pkg-config.patch/configure-5805-  case $ac_top_builddir_sub in
##############################################
r-cran-igraph-1.2.6/.pc/pkg-config.patch/configure-5853-/@mandir@/p'
r-cran-igraph-1.2.6/.pc/pkg-config.patch/configure:5854:case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
r-cran-igraph-1.2.6/.pc/pkg-config.patch/configure-5855-*datarootdir*) ac_datarootdir_seen=yes;;
##############################################
r-cran-igraph-1.2.6/.pc/pkg-config.patch/configure-5870-
r-cran-igraph-1.2.6/.pc/pkg-config.patch/configure:5871:# Neutralize VPATH when `$srcdir' = `.'.
r-cran-igraph-1.2.6/.pc/pkg-config.patch/configure-5872-# Shell code in configure.ac might set extrasub.
##############################################
r-cran-igraph-1.2.6/.pc/pkg-config.patch/configure-5896-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
r-cran-igraph-1.2.6/.pc/pkg-config.patch/configure:5897:  { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
r-cran-igraph-1.2.6/.pc/pkg-config.patch/configure-5898-  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' \
##############################################
r-cran-igraph-1.2.6/.pc/pkg-config.patch/configure.ac-9-fi
r-cran-igraph-1.2.6/.pc/pkg-config.patch/configure.ac:10:CC=`"${R_HOME}/bin/R" CMD config CC`
r-cran-igraph-1.2.6/.pc/pkg-config.patch/configure.ac:11:CXX=`"${R_HOME}/bin/R" CMD config CXX`
r-cran-igraph-1.2.6/.pc/pkg-config.patch/configure.ac:12:FC=`"${R_HOME}/bin/R" CMD config FC`
r-cran-igraph-1.2.6/.pc/pkg-config.patch/configure.ac:13:CFLAGS=`"${R_HOME}/bin/R" CMD config CFLAGS`
r-cran-igraph-1.2.6/.pc/pkg-config.patch/configure.ac:14:CXXFLAGS=`"${R_HOME}/bin/R" CMD config CXXFLAGS`
r-cran-igraph-1.2.6/.pc/pkg-config.patch/configure.ac:15:CPPFLAGS=`"${R_HOME}/bin/R" CMD config CPPFLAGS`
r-cran-igraph-1.2.6/.pc/pkg-config.patch/configure.ac:16:FCFLAGS=`"${R_HOME}/bin/R" CMD config FCFLAGS`
r-cran-igraph-1.2.6/.pc/pkg-config.patch/configure.ac:17:FLIBS=`"${R_HOME}/bin/R" CMD config FLIBS`
r-cran-igraph-1.2.6/.pc/pkg-config.patch/configure.ac-18-
##############################################
r-cran-igraph-1.2.6/.pc/pkg-config.patch/configure.ac-79-  else
r-cran-igraph-1.2.6/.pc/pkg-config.patch/configure.ac:80:    XML2_LIBS=`$XML2CONFIG --libs`
r-cran-igraph-1.2.6/.pc/pkg-config.patch/configure.ac:81:    XML2_CFLAGS=`$XML2CONFIG --cflags`
r-cran-igraph-1.2.6/.pc/pkg-config.patch/configure.ac-82-    AC_CHECK_LIB([xml2], [xmlSAXUserParseFile], [
##############################################
r-cran-igraph-1.2.6/configure-45-if test -z "$BASH_VERSION$ZSH_VERSION" \
r-cran-igraph-1.2.6/configure:46:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
r-cran-igraph-1.2.6/configure-47-  as_echo='print -r --'
r-cran-igraph-1.2.6/configure-48-  as_echo_n='print -rn --'
r-cran-igraph-1.2.6/configure:49:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
r-cran-igraph-1.2.6/configure-50-  as_echo='printf %s\n'
##############################################
r-cran-igraph-1.2.6/configure-52-else
r-cran-igraph-1.2.6/configure:53:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
r-cran-igraph-1.2.6/configure-54-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
r-cran-igraph-1.2.6/configure-62-	expr "X$arg" : "X\\(.*\\)$as_nl";
r-cran-igraph-1.2.6/configure:63:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
r-cran-igraph-1.2.6/configure-64-      esac;
##############################################
r-cran-igraph-1.2.6/configure-199-  eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
r-cran-igraph-1.2.6/configure:200:  test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
r-cran-igraph-1.2.6/configure-201-test \$(( 1 + 1 )) = 2 || exit 1"
##############################################
r-cran-igraph-1.2.6/configure-327-      case $as_dir in #(
r-cran-igraph-1.2.6/configure:328:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
r-cran-igraph-1.2.6/configure-329-      *) as_qdir=$as_dir;;
##############################################
r-cran-igraph-1.2.6/configure-400-  {
r-cran-igraph-1.2.6/configure:401:    as_val=`expr "$@" || test $? -eq 1`
r-cran-igraph-1.2.6/configure-402-  }
##############################################
r-cran-igraph-1.2.6/configure-407-# ----------------------------------------
r-cran-igraph-1.2.6/configure:408:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
r-cran-igraph-1.2.6/configure-409-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
r-cran-igraph-1.2.6/configure-470-  eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
r-cran-igraph-1.2.6/configure:471:  test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
r-cran-igraph-1.2.6/configure-472-  # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
##############################################
r-cran-igraph-1.2.6/configure-773-  case $ac_option in
r-cran-igraph-1.2.6/configure:774:  *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
r-cran-igraph-1.2.6/configure-775-  *=)   ac_optarg= ;;
##############################################
r-cran-igraph-1.2.6/configure-817-  -disable-* | --disable-*)
r-cran-igraph-1.2.6/configure:818:    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
r-cran-igraph-1.2.6/configure-819-    # Reject names that are not valid shell variable names.
##############################################
r-cran-igraph-1.2.6/configure-822-    ac_useropt_orig=$ac_useropt
r-cran-igraph-1.2.6/configure:823:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
r-cran-igraph-1.2.6/configure-824-    case $ac_user_opts in
##############################################
r-cran-igraph-1.2.6/configure-843-  -enable-* | --enable-*)
r-cran-igraph-1.2.6/configure:844:    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
r-cran-igraph-1.2.6/configure-845-    # Reject names that are not valid shell variable names.
##############################################
r-cran-igraph-1.2.6/configure-848-    ac_useropt_orig=$ac_useropt
r-cran-igraph-1.2.6/configure:849:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
r-cran-igraph-1.2.6/configure-850-    case $ac_user_opts in
##############################################
r-cran-igraph-1.2.6/configure-1047-  -with-* | --with-*)
r-cran-igraph-1.2.6/configure:1048:    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
r-cran-igraph-1.2.6/configure-1049-    # Reject names that are not valid shell variable names.
##############################################
r-cran-igraph-1.2.6/configure-1052-    ac_useropt_orig=$ac_useropt
r-cran-igraph-1.2.6/configure:1053:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
r-cran-igraph-1.2.6/configure-1054-    case $ac_user_opts in
##############################################
r-cran-igraph-1.2.6/configure-1063-  -without-* | --without-*)
r-cran-igraph-1.2.6/configure:1064:    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
r-cran-igraph-1.2.6/configure-1065-    # Reject names that are not valid shell variable names.
##############################################
r-cran-igraph-1.2.6/configure-1068-    ac_useropt_orig=$ac_useropt
r-cran-igraph-1.2.6/configure:1069:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
r-cran-igraph-1.2.6/configure-1070-    case $ac_user_opts in
##############################################
r-cran-igraph-1.2.6/configure-1101-  *=*)
r-cran-igraph-1.2.6/configure:1102:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
r-cran-igraph-1.2.6/configure-1103-    # Reject names that are not valid shell variable names.
##############################################
r-cran-igraph-1.2.6/configure-1122-if test -n "$ac_prev"; then
r-cran-igraph-1.2.6/configure:1123:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
r-cran-igraph-1.2.6/configure-1124-  as_fn_error $? "missing argument to $ac_option"
##############################################
r-cran-igraph-1.2.6/configure-1144-    */ )
r-cran-igraph-1.2.6/configure:1145:      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
r-cran-igraph-1.2.6/configure-1146-      eval $ac_var=\$ac_val;;
##############################################
r-cran-igraph-1.2.6/configure-1179-ac_ls_di=`ls -di .` &&
r-cran-igraph-1.2.6/configure:1180:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
r-cran-igraph-1.2.6/configure-1181-  as_fn_error $? "working directory cannot be determined"
##############################################
r-cran-igraph-1.2.6/configure-1235-case $srcdir in
r-cran-igraph-1.2.6/configure:1236:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
r-cran-igraph-1.2.6/configure-1237-esac
##############################################
r-cran-igraph-1.2.6/configure-1278-By default, \`make install' will install all the files in
r-cran-igraph-1.2.6/configure:1279:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
r-cran-igraph-1.2.6/configure:1280:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
r-cran-igraph-1.2.6/configure-1281-for instance \`--prefix=\$HOME'.
##############################################
r-cran-igraph-1.2.6/configure-1358-*)
r-cran-igraph-1.2.6/configure:1359:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
r-cran-igraph-1.2.6/configure-1360-  # A ".." for each directory in $ac_dir_suffix.
r-cran-igraph-1.2.6/configure:1361:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
r-cran-igraph-1.2.6/configure-1362-  case $ac_top_builddir_sub in
##############################################
r-cran-igraph-1.2.6/configure-1690-  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
r-cran-igraph-1.2.6/configure:1691:  as_decl_name=`echo $2|sed 's/ *(.*//'`
r-cran-igraph-1.2.6/configure:1692:  as_decl_use=`echo $2|sed -e 's/(/((/' -e 's/)/) 0&/' -e 's/,/) 0& (/g'`
r-cran-igraph-1.2.6/configure-1693-  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $as_decl_name is declared" >&5
##############################################
r-cran-igraph-1.2.6/configure-2199-    *\'*)
r-cran-igraph-1.2.6/configure:2200:      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
r-cran-igraph-1.2.6/configure-2201-    esac
##############################################
r-cran-igraph-1.2.6/configure-2282-      case $ac_val in
r-cran-igraph-1.2.6/configure:2283:      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
r-cran-igraph-1.2.6/configure-2284-      esac
##############################################
r-cran-igraph-1.2.6/configure-2297-	case $ac_val in
r-cran-igraph-1.2.6/configure:2298:	*\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
r-cran-igraph-1.2.6/configure-2299-	esac
##############################################
r-cran-igraph-1.2.6/configure-2417-    set,)
r-cran-igraph-1.2.6/configure:2418:      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
r-cran-igraph-1.2.6/configure:2419:$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
r-cran-igraph-1.2.6/configure-2420-      ac_cache_corrupted=: ;;
##############################################
r-cran-igraph-1.2.6/configure-2428-	# differences in whitespace do not lead to failure.
r-cran-igraph-1.2.6/configure:2429:	ac_old_val_w=`echo x $ac_old_val`
r-cran-igraph-1.2.6/configure:2430:	ac_new_val_w=`echo x $ac_new_val`
r-cran-igraph-1.2.6/configure-2431-	if test "$ac_old_val_w" != "$ac_new_val_w"; then
##############################################
r-cran-igraph-1.2.6/configure-2448-    case $ac_new_val in
r-cran-igraph-1.2.6/configure:2449:    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
r-cran-igraph-1.2.6/configure-2450-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
r-cran-igraph-1.2.6/configure-2484-fi
r-cran-igraph-1.2.6/configure:2485:CC=`"${R_HOME}/bin/R" CMD config CC`
r-cran-igraph-1.2.6/configure:2486:CXX=`"${R_HOME}/bin/R" CMD config CXX`
r-cran-igraph-1.2.6/configure:2487:FC=`"${R_HOME}/bin/R" CMD config FC`
r-cran-igraph-1.2.6/configure:2488:CFLAGS=`"${R_HOME}/bin/R" CMD config CFLAGS`
r-cran-igraph-1.2.6/configure:2489:CXXFLAGS=`"${R_HOME}/bin/R" CMD config CXXFLAGS`
r-cran-igraph-1.2.6/configure:2490:CPPFLAGS=`"${R_HOME}/bin/R" CMD config CPPFLAGS`
r-cran-igraph-1.2.6/configure:2491:FCFLAGS=`"${R_HOME}/bin/R" CMD config FCFLAGS`
r-cran-igraph-1.2.6/configure:2492:FLIBS=`"${R_HOME}/bin/R" CMD config FLIBS`
r-cran-igraph-1.2.6/configure-2493-
##############################################
r-cran-igraph-1.2.6/configure-2845-$as_echo_n "checking whether the C compiler works... " >&6; }
r-cran-igraph-1.2.6/configure:2846:ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
r-cran-igraph-1.2.6/configure-2847-
##############################################
r-cran-igraph-1.2.6/configure-2889-	then :; else
r-cran-igraph-1.2.6/configure:2890:	   ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
r-cran-igraph-1.2.6/configure-2891-	fi
##############################################
r-cran-igraph-1.2.6/configure-2949-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
r-cran-igraph-1.2.6/configure:2950:    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
r-cran-igraph-1.2.6/configure-2951-	  break;;
##############################################
r-cran-igraph-1.2.6/configure-3058-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
r-cran-igraph-1.2.6/configure:3059:    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
r-cran-igraph-1.2.6/configure-3060-       break;;
##############################################
r-cran-igraph-1.2.6/configure-3938-do :
r-cran-igraph-1.2.6/configure:3939:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
r-cran-igraph-1.2.6/configure-3940-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
r-cran-igraph-1.2.6/configure-3942-  cat >>confdefs.h <<_ACEOF
r-cran-igraph-1.2.6/configure:3943:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
r-cran-igraph-1.2.6/configure-3944-_ACEOF
##############################################
r-cran-igraph-1.2.6/configure-4105-  # Check for GNU $ac_path_GREP
r-cran-igraph-1.2.6/configure:4106:case `"$ac_path_GREP" --version 2>&1` in
r-cran-igraph-1.2.6/configure-4107-*GNU*)
##############################################
r-cran-igraph-1.2.6/configure-4171-  # Check for GNU $ac_path_EGREP
r-cran-igraph-1.2.6/configure:4172:case `"$ac_path_EGREP" --version 2>&1` in
r-cran-igraph-1.2.6/configure-4173-*GNU*)
##############################################
r-cran-igraph-1.2.6/configure-4332-do :
r-cran-igraph-1.2.6/configure:4333:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
r-cran-igraph-1.2.6/configure-4334-ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
##############################################
r-cran-igraph-1.2.6/configure-4337-  cat >>confdefs.h <<_ACEOF
r-cran-igraph-1.2.6/configure:4338:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
r-cran-igraph-1.2.6/configure-4339-_ACEOF
##############################################
r-cran-igraph-1.2.6/configure-4375-do :
r-cran-igraph-1.2.6/configure:4376:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
r-cran-igraph-1.2.6/configure-4377-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
r-cran-igraph-1.2.6/configure-4379-  cat >>confdefs.h <<_ACEOF
r-cran-igraph-1.2.6/configure:4380:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
r-cran-igraph-1.2.6/configure-4381-_ACEOF
##############################################
r-cran-igraph-1.2.6/configure-4454-  else
r-cran-igraph-1.2.6/configure:4455:    XML2_LIBS=`$XML2CONFIG --libs`
r-cran-igraph-1.2.6/configure:4456:    XML2_CFLAGS=`$XML2CONFIG --cflags`
r-cran-igraph-1.2.6/configure-4457-    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlSAXUserParseFile in -lxml2" >&5
##############################################
r-cran-igraph-1.2.6/configure-4801-  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
r-cran-igraph-1.2.6/configure:4802:  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
r-cran-igraph-1.2.6/configure-4803-  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
##############################################
r-cran-igraph-1.2.6/configure-4868-if test -z "$BASH_VERSION$ZSH_VERSION" \
r-cran-igraph-1.2.6/configure:4869:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
r-cran-igraph-1.2.6/configure-4870-  as_echo='print -r --'
r-cran-igraph-1.2.6/configure-4871-  as_echo_n='print -rn --'
r-cran-igraph-1.2.6/configure:4872:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
r-cran-igraph-1.2.6/configure-4873-  as_echo='printf %s\n'
##############################################
r-cran-igraph-1.2.6/configure-4875-else
r-cran-igraph-1.2.6/configure:4876:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
r-cran-igraph-1.2.6/configure-4877-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
r-cran-igraph-1.2.6/configure-4885-	expr "X$arg" : "X\\(.*\\)$as_nl";
r-cran-igraph-1.2.6/configure:4886:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
r-cran-igraph-1.2.6/configure-4887-      esac;
##############################################
r-cran-igraph-1.2.6/configure-4962-# ----------------------------------------
r-cran-igraph-1.2.6/configure:4963:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
r-cran-igraph-1.2.6/configure-4964-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
r-cran-igraph-1.2.6/configure-5034-  {
r-cran-igraph-1.2.6/configure:5035:    as_val=`expr "$@" || test $? -eq 1`
r-cran-igraph-1.2.6/configure-5036-  }
##############################################
r-cran-igraph-1.2.6/configure-5138-      case $as_dir in #(
r-cran-igraph-1.2.6/configure:5139:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
r-cran-igraph-1.2.6/configure-5140-      *) as_qdir=$as_dir;;
##############################################
r-cran-igraph-1.2.6/configure-5269-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
r-cran-igraph-1.2.6/configure:5270:ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
r-cran-igraph-1.2.6/configure-5271-ac_cs_version="\\
##############################################
r-cran-igraph-1.2.6/configure-5291-  --*=?*)
r-cran-igraph-1.2.6/configure:5292:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
r-cran-igraph-1.2.6/configure:5293:    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
r-cran-igraph-1.2.6/configure-5294-    ac_shift=:
##############################################
r-cran-igraph-1.2.6/configure-5296-  --*=)
r-cran-igraph-1.2.6/configure:5297:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
r-cran-igraph-1.2.6/configure-5298-    ac_optarg=
##############################################
r-cran-igraph-1.2.6/configure-5320-    case $ac_optarg in
r-cran-igraph-1.2.6/configure:5321:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
r-cran-igraph-1.2.6/configure-5322-    '') as_fn_error $? "missing file argument" ;;
##############################################
r-cran-igraph-1.2.6/configure-5328-    case $ac_optarg in
r-cran-igraph-1.2.6/configure:5329:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
r-cran-igraph-1.2.6/configure-5330-    esac
##############################################
r-cran-igraph-1.2.6/configure-5449-fi
r-cran-igraph-1.2.6/configure:5450:ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
r-cran-igraph-1.2.6/configure-5451-if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
##############################################
r-cran-igraph-1.2.6/configure-5466-  as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
r-cran-igraph-1.2.6/configure:5467:ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
r-cran-igraph-1.2.6/configure-5468-ac_delim='%!_!# '
##############################################
r-cran-igraph-1.2.6/configure-5472-
r-cran-igraph-1.2.6/configure:5473:  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
r-cran-igraph-1.2.6/configure-5474-  if test $ac_delim_n = $ac_delim_num; then
##############################################
r-cran-igraph-1.2.6/configure-5610-for ac_last_try in false false :; do
r-cran-igraph-1.2.6/configure:5611:  ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
r-cran-igraph-1.2.6/configure-5612-  if test -z "$ac_tt"; then
##############################################
r-cran-igraph-1.2.6/configure-5742-      esac
r-cran-igraph-1.2.6/configure:5743:      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
r-cran-igraph-1.2.6/configure-5744-      as_fn_append ac_file_inputs " '$ac_f'"
##############################################
r-cran-igraph-1.2.6/configure-5801-*)
r-cran-igraph-1.2.6/configure:5802:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
r-cran-igraph-1.2.6/configure-5803-  # A ".." for each directory in $ac_dir_suffix.
r-cran-igraph-1.2.6/configure:5804:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
r-cran-igraph-1.2.6/configure-5805-  case $ac_top_builddir_sub in
##############################################
r-cran-igraph-1.2.6/configure-5853-/@mandir@/p'
r-cran-igraph-1.2.6/configure:5854:case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
r-cran-igraph-1.2.6/configure-5855-*datarootdir*) ac_datarootdir_seen=yes;;
##############################################
r-cran-igraph-1.2.6/configure-5870-
r-cran-igraph-1.2.6/configure:5871:# Neutralize VPATH when `$srcdir' = `.'.
r-cran-igraph-1.2.6/configure-5872-# Shell code in configure.ac might set extrasub.
##############################################
r-cran-igraph-1.2.6/configure-5896-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
r-cran-igraph-1.2.6/configure:5897:  { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
r-cran-igraph-1.2.6/configure-5898-  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' \
##############################################
r-cran-igraph-1.2.6/configure.ac-9-fi
r-cran-igraph-1.2.6/configure.ac:10:CC=`"${R_HOME}/bin/R" CMD config CC`
r-cran-igraph-1.2.6/configure.ac:11:CXX=`"${R_HOME}/bin/R" CMD config CXX`
r-cran-igraph-1.2.6/configure.ac:12:FC=`"${R_HOME}/bin/R" CMD config FC`
r-cran-igraph-1.2.6/configure.ac:13:CFLAGS=`"${R_HOME}/bin/R" CMD config CFLAGS`
r-cran-igraph-1.2.6/configure.ac:14:CXXFLAGS=`"${R_HOME}/bin/R" CMD config CXXFLAGS`
r-cran-igraph-1.2.6/configure.ac:15:CPPFLAGS=`"${R_HOME}/bin/R" CMD config CPPFLAGS`
r-cran-igraph-1.2.6/configure.ac:16:FCFLAGS=`"${R_HOME}/bin/R" CMD config FCFLAGS`
r-cran-igraph-1.2.6/configure.ac:17:FLIBS=`"${R_HOME}/bin/R" CMD config FLIBS`
r-cran-igraph-1.2.6/configure.ac-18-