===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
complexity-1.10+dfsg/tests/complexity.test-15-set -x
complexity-1.10+dfsg/tests/complexity.test:16:srcdir=`cd ${top_srcdir}/src && pwd`
complexity-1.10+dfsg/tests/complexity.test-17-tstdir=${PWD}
##############################################
complexity-1.10+dfsg/tests/complexity.test-46-
complexity-1.10+dfsg/tests/complexity.test:47:lc=`grep -E '^ +0.*: +handle_noop' ${outfile} | wc -l`
complexity-1.10+dfsg/tests/complexity.test-48-test $lc -eq 1 || {
##############################################
complexity-1.10+dfsg/tests/Makefile.in-39-  { \
complexity-1.10+dfsg/tests/Makefile.in:40:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
complexity-1.10+dfsg/tests/Makefile.in-41-  }; \
##############################################
complexity-1.10+dfsg/tests/Makefile.in-154-}
complexity-1.10+dfsg/tests/Makefile.in:155:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
complexity-1.10+dfsg/tests/Makefile.in-156-am__vpath_adj = case $$p in \
complexity-1.10+dfsg/tests/Makefile.in:157:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
complexity-1.10+dfsg/tests/Makefile.in-158-    *) f=$$p;; \
complexity-1.10+dfsg/tests/Makefile.in-159-  esac;
complexity-1.10+dfsg/tests/Makefile.in:160:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
complexity-1.10+dfsg/tests/Makefile.in-161-am__install_max = 40
complexity-1.10+dfsg/tests/Makefile.in-162-am__nobase_strip_setup = \
complexity-1.10+dfsg/tests/Makefile.in:163:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
complexity-1.10+dfsg/tests/Makefile.in-164-am__nobase_strip = \
##############################################
complexity-1.10+dfsg/tests/Makefile.in-282-case "$@" in						\
complexity-1.10+dfsg/tests/Makefile.in:283:  */*) am__odir=`echo "./$@" | sed 's|/[^/]*$$||'`;;	\
complexity-1.10+dfsg/tests/Makefile.in-284-    *) am__odir=.;; 					\
##############################################
complexity-1.10+dfsg/tests/Makefile.in-312-  bases='$(TEST_LOGS)'; \
complexity-1.10+dfsg/tests/Makefile.in:313:  bases=`for i in $$bases; do echo $$i; done | sed 's/\.log$$//'`; \
complexity-1.10+dfsg/tests/Makefile.in:314:  bases=`echo $$bases`
complexity-1.10+dfsg/tests/Makefile.in-315-RECHECK_LOGS = $(TEST_LOGS)
##############################################
complexity-1.10+dfsg/tests/Makefile.in-329-        */*) b='$*';; \
complexity-1.10+dfsg/tests/Makefile.in:330:          *) b=`echo '$@' | sed 's/\.log$$//'`; \
complexity-1.10+dfsg/tests/Makefile.in-331-       esac;; \
##############################################
complexity-1.10+dfsg/tests/Makefile.in-1047-	if test -n "$$redo_bases"; then \
complexity-1.10+dfsg/tests/Makefile.in:1048:	  redo_logs=`for i in $$redo_bases; do echo $$i.log; done`; \
complexity-1.10+dfsg/tests/Makefile.in:1049:	  redo_results=`for i in $$redo_bases; do echo $$i.trs; done`; \
complexity-1.10+dfsg/tests/Makefile.in-1050-	  if $(am__make_dryrun); then :; else \
##############################################
complexity-1.10+dfsg/tests/Makefile.in-1072-	ws='[ 	]'; \
complexity-1.10+dfsg/tests/Makefile.in:1073:	results=`for b in $$bases; do echo $$b.trs; done`; \
complexity-1.10+dfsg/tests/Makefile.in-1074-	test -n "$$results" || results=/dev/null; \
complexity-1.10+dfsg/tests/Makefile.in:1075:	all=`  grep "^$$ws*:test-result:"           $$results | wc -l`; \
complexity-1.10+dfsg/tests/Makefile.in:1076:	pass=` grep "^$$ws*:test-result:$$ws*PASS"  $$results | wc -l`; \
complexity-1.10+dfsg/tests/Makefile.in:1077:	fail=` grep "^$$ws*:test-result:$$ws*FAIL"  $$results | wc -l`; \
complexity-1.10+dfsg/tests/Makefile.in:1078:	skip=` grep "^$$ws*:test-result:$$ws*SKIP"  $$results | wc -l`; \
complexity-1.10+dfsg/tests/Makefile.in:1079:	xfail=`grep "^$$ws*:test-result:$$ws*XFAIL" $$results | wc -l`; \
complexity-1.10+dfsg/tests/Makefile.in:1080:	xpass=`grep "^$$ws*:test-result:$$ws*XPASS" $$results | wc -l`; \
complexity-1.10+dfsg/tests/Makefile.in:1081:	error=`grep "^$$ws*:test-result:$$ws*ERROR" $$results | wc -l`; \
complexity-1.10+dfsg/tests/Makefile.in:1082:	if test `expr $$fail + $$xpass + $$error` -eq 0; then \
complexity-1.10+dfsg/tests/Makefile.in-1083-	  success=true; \
##############################################
complexity-1.10+dfsg/tests/Makefile.in-1151-	@set +e; $(am__set_TESTS_bases); \
complexity-1.10+dfsg/tests/Makefile.in:1152:	log_list=`for i in $$bases; do echo $$i.log; done`; \
complexity-1.10+dfsg/tests/Makefile.in:1153:	trs_list=`for i in $$bases; do echo $$i.trs; done`; \
complexity-1.10+dfsg/tests/Makefile.in:1154:	log_list=`echo $$log_list`; trs_list=`echo $$trs_list`; \
complexity-1.10+dfsg/tests/Makefile.in-1155-	$(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) TEST_LOGS="$$log_list"; \
##############################################
complexity-1.10+dfsg/tests/Makefile.in-1161-	         | $(am__list_recheck_tests)` || exit 1; \
complexity-1.10+dfsg/tests/Makefile.in:1162:	log_list=`for i in $$bases; do echo $$i.log; done`; \
complexity-1.10+dfsg/tests/Makefile.in:1163:	log_list=`echo $$log_list`; \
complexity-1.10+dfsg/tests/Makefile.in-1164-	$(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) \
##############################################
complexity-1.10+dfsg/tests/Makefile.in-1183-distdir: $(DISTFILES)
complexity-1.10+dfsg/tests/Makefile.in:1184:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
complexity-1.10+dfsg/tests/Makefile.in:1185:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
complexity-1.10+dfsg/tests/Makefile.in-1186-	list='$(DISTFILES)'; \
##############################################
complexity-1.10+dfsg/tests/Makefile.in-1197-	  if test -d $$d/$$file; then \
complexity-1.10+dfsg/tests/Makefile.in:1198:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
complexity-1.10+dfsg/tests/Makefile.in-1199-	    if test -d "$(distdir)/$$file"; then \
##############################################
complexity-1.10+dfsg/bootstrap.std-2-
complexity-1.10+dfsg/bootstrap.std:3:prog=`basename "$0" .sh`
complexity-1.10+dfsg/bootstrap.std:4:program=`basename "$0"`
complexity-1.10+dfsg/bootstrap.std:5:progdir=`cd \`dirname "$0"\` >/dev/null && pwd -P`
complexity-1.10+dfsg/bootstrap.std-6-progpid=$$
##############################################
complexity-1.10+dfsg/bootstrap.std-41-    case $header in
complexity-1.10+dfsg/bootstrap.std:42:    *:*) header=`echo $header |sed 's|^.*:||'` ;;
complexity-1.10+dfsg/bootstrap.std-43-    *)   header=$header.in ;;
##############################################
complexity-1.10+dfsg/bootstrap.std-116-                do
complexity-1.10+dfsg/bootstrap.std:117:                    case " "`echo $my_full_module_list`" " in
complexity-1.10+dfsg/bootstrap.std-118-                    *" $depend "*) ;;
##############################################
complexity-1.10+dfsg/aclocal.m4-152-# iff we strip the leading $srcdir from $ac_aux_dir.  That would be:
complexity-1.10+dfsg/aclocal.m4:153:#   am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"`
complexity-1.10+dfsg/aclocal.m4-154-# and then we would define $MISSING as
##############################################
complexity-1.10+dfsg/aclocal.m4-168-# expand $ac_aux_dir to an absolute path
complexity-1.10+dfsg/aclocal.m4:169:am_aux_dir=`cd $ac_aux_dir && pwd`
complexity-1.10+dfsg/aclocal.m4-170-])
##############################################
complexity-1.10+dfsg/aclocal.m4-266-  if test "$am_compiler_list" = ""; then
complexity-1.10+dfsg/aclocal.m4:267:     am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp`
complexity-1.10+dfsg/aclocal.m4-268-  fi
##############################################
complexity-1.10+dfsg/aclocal.m4-417-    # Strip MF so we end up with the name of the file.
complexity-1.10+dfsg/aclocal.m4:418:    mf=`echo "$mf" | sed -e 's/:.*$//'`
complexity-1.10+dfsg/aclocal.m4-419-    # Check whether this is an Automake generated Makefile or not.
##############################################
complexity-1.10+dfsg/aclocal.m4-426-    if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
complexity-1.10+dfsg/aclocal.m4:427:      dirpart=`AS_DIRNAME("$mf")`
complexity-1.10+dfsg/aclocal.m4-428-    else
##############################################
complexity-1.10+dfsg/aclocal.m4-432-    # from the Makefile without running 'make'.
complexity-1.10+dfsg/aclocal.m4:433:    DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
complexity-1.10+dfsg/aclocal.m4-434-    test -z "$DEPDIR" && continue
complexity-1.10+dfsg/aclocal.m4:435:    am__include=`sed -n 's/^am__include = //p' < "$mf"`
complexity-1.10+dfsg/aclocal.m4-436-    test -z "$am__include" && continue
complexity-1.10+dfsg/aclocal.m4:437:    am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
complexity-1.10+dfsg/aclocal.m4-438-    # Find all dependency output files, they are included files with
##############################################
complexity-1.10+dfsg/aclocal.m4-446-      test -f "$dirpart/$file" && continue
complexity-1.10+dfsg/aclocal.m4:447:      fdir=`AS_DIRNAME(["$file"])`
complexity-1.10+dfsg/aclocal.m4-448-      AS_MKDIR_P([$dirpart/$fdir])
##############################################
complexity-1.10+dfsg/aclocal.m4-504-AC_REQUIRE([AC_PROG_INSTALL])dnl
complexity-1.10+dfsg/aclocal.m4:505:if test "`cd $srcdir && pwd`" != "`pwd`"; then
complexity-1.10+dfsg/aclocal.m4-506-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
complexity-1.10+dfsg/aclocal.m4-659-    * )
complexity-1.10+dfsg/aclocal.m4:660:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
complexity-1.10+dfsg/aclocal.m4-661-  esac
complexity-1.10+dfsg/aclocal.m4-662-done
complexity-1.10+dfsg/aclocal.m4:663:echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
complexity-1.10+dfsg/aclocal.m4-664-
##############################################
complexity-1.10+dfsg/aclocal.m4-730-# Ignore all kinds of additional output from 'make'.
complexity-1.10+dfsg/aclocal.m4:731:case `$am_make -s -f confmf 2> /dev/null` in #(
complexity-1.10+dfsg/aclocal.m4-732-*the\ am__doit\ target*)
##############################################
complexity-1.10+dfsg/aclocal.m4-740-   echo '.include "confinc"' > confmf
complexity-1.10+dfsg/aclocal.m4:741:   case `$am_make -s -f confmf 2> /dev/null` in #(
complexity-1.10+dfsg/aclocal.m4-742-   *the\ am__doit\ target*)
##############################################
complexity-1.10+dfsg/aclocal.m4-922-     echo "timestamp, slept: $am_has_slept" > conftest.file
complexity-1.10+dfsg/aclocal.m4:923:     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
complexity-1.10+dfsg/aclocal.m4-924-     if test "$[*]" = "X"; then
complexity-1.10+dfsg/aclocal.m4-925-	# -L didn't work.
complexity-1.10+dfsg/aclocal.m4:926:	set X `ls -t "$srcdir/configure" conftest.file`
complexity-1.10+dfsg/aclocal.m4-927-     fi
##############################################
complexity-1.10+dfsg/configure-45-if test -z "$BASH_VERSION$ZSH_VERSION" \
complexity-1.10+dfsg/configure:46:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
complexity-1.10+dfsg/configure-47-  as_echo='print -r --'
complexity-1.10+dfsg/configure-48-  as_echo_n='print -rn --'
complexity-1.10+dfsg/configure:49:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
complexity-1.10+dfsg/configure-50-  as_echo='printf %s\n'
##############################################
complexity-1.10+dfsg/configure-52-else
complexity-1.10+dfsg/configure:53:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
complexity-1.10+dfsg/configure-54-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
complexity-1.10+dfsg/configure-62-	expr "X$arg" : "X\\(.*\\)$as_nl";
complexity-1.10+dfsg/configure:63:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
complexity-1.10+dfsg/configure-64-      esac;
##############################################
complexity-1.10+dfsg/configure-199-  eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
complexity-1.10+dfsg/configure:200:  test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
complexity-1.10+dfsg/configure-201-test \$(( 1 + 1 )) = 2 || exit 1"
##############################################
complexity-1.10+dfsg/configure-327-      case $as_dir in #(
complexity-1.10+dfsg/configure:328:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
complexity-1.10+dfsg/configure-329-      *) as_qdir=$as_dir;;
##############################################
complexity-1.10+dfsg/configure-400-  {
complexity-1.10+dfsg/configure:401:    as_val=`expr "$@" || test $? -eq 1`
complexity-1.10+dfsg/configure-402-  }
##############################################
complexity-1.10+dfsg/configure-407-# ----------------------------------------
complexity-1.10+dfsg/configure:408:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
complexity-1.10+dfsg/configure-409-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
complexity-1.10+dfsg/configure-470-  eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
complexity-1.10+dfsg/configure:471:  test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
complexity-1.10+dfsg/configure-472-  # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
##############################################
complexity-1.10+dfsg/configure-1364-  case $ac_option in
complexity-1.10+dfsg/configure:1365:  *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
complexity-1.10+dfsg/configure-1366-  *=)   ac_optarg= ;;
##############################################
complexity-1.10+dfsg/configure-1408-  -disable-* | --disable-*)
complexity-1.10+dfsg/configure:1409:    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
complexity-1.10+dfsg/configure-1410-    # Reject names that are not valid shell variable names.
##############################################
complexity-1.10+dfsg/configure-1413-    ac_useropt_orig=$ac_useropt
complexity-1.10+dfsg/configure:1414:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
complexity-1.10+dfsg/configure-1415-    case $ac_user_opts in
##############################################
complexity-1.10+dfsg/configure-1434-  -enable-* | --enable-*)
complexity-1.10+dfsg/configure:1435:    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
complexity-1.10+dfsg/configure-1436-    # Reject names that are not valid shell variable names.
##############################################
complexity-1.10+dfsg/configure-1439-    ac_useropt_orig=$ac_useropt
complexity-1.10+dfsg/configure:1440:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
complexity-1.10+dfsg/configure-1441-    case $ac_user_opts in
##############################################
complexity-1.10+dfsg/configure-1638-  -with-* | --with-*)
complexity-1.10+dfsg/configure:1639:    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
complexity-1.10+dfsg/configure-1640-    # Reject names that are not valid shell variable names.
##############################################
complexity-1.10+dfsg/configure-1643-    ac_useropt_orig=$ac_useropt
complexity-1.10+dfsg/configure:1644:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
complexity-1.10+dfsg/configure-1645-    case $ac_user_opts in
##############################################
complexity-1.10+dfsg/configure-1654-  -without-* | --without-*)
complexity-1.10+dfsg/configure:1655:    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
complexity-1.10+dfsg/configure-1656-    # Reject names that are not valid shell variable names.
##############################################
complexity-1.10+dfsg/configure-1659-    ac_useropt_orig=$ac_useropt
complexity-1.10+dfsg/configure:1660:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
complexity-1.10+dfsg/configure-1661-    case $ac_user_opts in
##############################################
complexity-1.10+dfsg/configure-1692-  *=*)
complexity-1.10+dfsg/configure:1693:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
complexity-1.10+dfsg/configure-1694-    # Reject names that are not valid shell variable names.
##############################################
complexity-1.10+dfsg/configure-1713-if test -n "$ac_prev"; then
complexity-1.10+dfsg/configure:1714:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
complexity-1.10+dfsg/configure-1715-  as_fn_error $? "missing argument to $ac_option"
##############################################
complexity-1.10+dfsg/configure-1735-    */ )
complexity-1.10+dfsg/configure:1736:      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
complexity-1.10+dfsg/configure-1737-      eval $ac_var=\$ac_val;;
##############################################
complexity-1.10+dfsg/configure-1770-ac_ls_di=`ls -di .` &&
complexity-1.10+dfsg/configure:1771:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
complexity-1.10+dfsg/configure-1772-  as_fn_error $? "working directory cannot be determined"
##############################################
complexity-1.10+dfsg/configure-1826-case $srcdir in
complexity-1.10+dfsg/configure:1827:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
complexity-1.10+dfsg/configure-1828-esac
##############################################
complexity-1.10+dfsg/configure-1869-By default, \`make install' will install all the files in
complexity-1.10+dfsg/configure:1870:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
complexity-1.10+dfsg/configure:1871:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
complexity-1.10+dfsg/configure-1872-for instance \`--prefix=\$HOME'.
##############################################
complexity-1.10+dfsg/configure-1956-*)
complexity-1.10+dfsg/configure:1957:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
complexity-1.10+dfsg/configure-1958-  # A ".." for each directory in $ac_dir_suffix.
complexity-1.10+dfsg/configure:1959:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
complexity-1.10+dfsg/configure-1960-  case $ac_top_builddir_sub in
##############################################
complexity-1.10+dfsg/configure-2613-  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
complexity-1.10+dfsg/configure:2614:  as_decl_name=`echo $2|sed 's/ *(.*//'`
complexity-1.10+dfsg/configure:2615:  as_decl_use=`echo $2|sed -e 's/(/((/' -e 's/)/) 0&/' -e 's/,/) 0& (/g'`
complexity-1.10+dfsg/configure-2616-  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $as_decl_name is declared" >&5
##############################################
complexity-1.10+dfsg/configure-2727-    *\'*)
complexity-1.10+dfsg/configure:2728:      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
complexity-1.10+dfsg/configure-2729-    esac
##############################################
complexity-1.10+dfsg/configure-2810-      case $ac_val in
complexity-1.10+dfsg/configure:2811:      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
complexity-1.10+dfsg/configure-2812-      esac
##############################################
complexity-1.10+dfsg/configure-2825-	case $ac_val in
complexity-1.10+dfsg/configure:2826:	*\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
complexity-1.10+dfsg/configure-2827-	esac
##############################################
complexity-1.10+dfsg/configure-2954-    set,)
complexity-1.10+dfsg/configure:2955:      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
complexity-1.10+dfsg/configure:2956:$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
complexity-1.10+dfsg/configure-2957-      ac_cache_corrupted=: ;;
##############################################
complexity-1.10+dfsg/configure-2965-	# differences in whitespace do not lead to failure.
complexity-1.10+dfsg/configure:2966:	ac_old_val_w=`echo x $ac_old_val`
complexity-1.10+dfsg/configure:2967:	ac_new_val_w=`echo x $ac_new_val`
complexity-1.10+dfsg/configure-2968-	if test "$ac_old_val_w" != "$ac_new_val_w"; then
##############################################
complexity-1.10+dfsg/configure-2985-    case $ac_new_val in
complexity-1.10+dfsg/configure:2986:    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
complexity-1.10+dfsg/configure-2987-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
complexity-1.10+dfsg/configure-3171-     echo "timestamp, slept: $am_has_slept" > conftest.file
complexity-1.10+dfsg/configure:3172:     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
complexity-1.10+dfsg/configure-3173-     if test "$*" = "X"; then
complexity-1.10+dfsg/configure-3174-	# -L didn't work.
complexity-1.10+dfsg/configure:3175:	set X `ls -t "$srcdir/configure" conftest.file`
complexity-1.10+dfsg/configure-3176-     fi
##############################################
complexity-1.10+dfsg/configure-3222-ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
complexity-1.10+dfsg/configure:3223:program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
complexity-1.10+dfsg/configure-3224-
complexity-1.10+dfsg/configure-3225-# expand $ac_aux_dir to an absolute path
complexity-1.10+dfsg/configure:3226:am_aux_dir=`cd $ac_aux_dir && pwd`
complexity-1.10+dfsg/configure-3227-
##############################################
complexity-1.10+dfsg/configure-3367-	   as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue
complexity-1.10+dfsg/configure:3368:	   case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
complexity-1.10+dfsg/configure-3369-	     'mkdir (GNU coreutils) '* | \
##############################################
complexity-1.10+dfsg/configure-3440-set x ${MAKE-make}
complexity-1.10+dfsg/configure:3441:ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
complexity-1.10+dfsg/configure-3442-if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
##############################################
complexity-1.10+dfsg/configure-3450-# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
complexity-1.10+dfsg/configure:3451:case `${MAKE-make} -f conftest.make 2>/dev/null` in
complexity-1.10+dfsg/configure-3452-  *@@@%%%=?*=@@@%%%*)
##############################################
complexity-1.10+dfsg/configure-3516-
complexity-1.10+dfsg/configure:3517:if test "`cd $srcdir && pwd`" != "`pwd`"; then
complexity-1.10+dfsg/configure-3518-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
complexity-1.10+dfsg/configure-3650-# Ignore all kinds of additional output from 'make'.
complexity-1.10+dfsg/configure:3651:case `$am_make -s -f confmf 2> /dev/null` in #(
complexity-1.10+dfsg/configure-3652-*the\ am__doit\ target*)
##############################################
complexity-1.10+dfsg/configure-3660-   echo '.include "confinc"' > confmf
complexity-1.10+dfsg/configure:3661:   case `$am_make -s -f confmf 2> /dev/null` in #(
complexity-1.10+dfsg/configure-3662-   *the\ am__doit\ target*)
##############################################
complexity-1.10+dfsg/configure-4039-$as_echo_n "checking whether the C compiler works... " >&6; }
complexity-1.10+dfsg/configure:4040:ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
complexity-1.10+dfsg/configure-4041-
##############################################
complexity-1.10+dfsg/configure-4083-	then :; else
complexity-1.10+dfsg/configure:4084:	   ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
complexity-1.10+dfsg/configure-4085-	fi
##############################################
complexity-1.10+dfsg/configure-4143-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
complexity-1.10+dfsg/configure:4144:    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
complexity-1.10+dfsg/configure-4145-	  break;;
##############################################
complexity-1.10+dfsg/configure-4252-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
complexity-1.10+dfsg/configure:4253:    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
complexity-1.10+dfsg/configure-4254-       break;;
##############################################
complexity-1.10+dfsg/configure-4570-  if test "$am_compiler_list" = ""; then
complexity-1.10+dfsg/configure:4571:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
complexity-1.10+dfsg/configure-4572-  fi
##############################################
complexity-1.10+dfsg/configure-4827-  # Check for GNU $ac_path_GREP
complexity-1.10+dfsg/configure:4828:case `"$ac_path_GREP" --version 2>&1` in
complexity-1.10+dfsg/configure-4829-*GNU*)
##############################################
complexity-1.10+dfsg/configure-4893-  # Check for GNU $ac_path_EGREP
complexity-1.10+dfsg/configure:4894:case `"$ac_path_EGREP" --version 2>&1` in
complexity-1.10+dfsg/configure-4895-*GNU*)
##############################################
complexity-1.10+dfsg/configure-5054-do :
complexity-1.10+dfsg/configure:5055:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
complexity-1.10+dfsg/configure-5056-ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
##############################################
complexity-1.10+dfsg/configure-5059-  cat >>confdefs.h <<_ACEOF
complexity-1.10+dfsg/configure:5060:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
complexity-1.10+dfsg/configure-5061-_ACEOF
##############################################
complexity-1.10+dfsg/configure-5331-  for ac_func in _getb67 GETB67 getb67; do
complexity-1.10+dfsg/configure:5332:    as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
complexity-1.10+dfsg/configure-5333-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
complexity-1.10+dfsg/configure-5524-do :
complexity-1.10+dfsg/configure:5525:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
complexity-1.10+dfsg/configure-5526-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
complexity-1.10+dfsg/configure-5528-  cat >>confdefs.h <<_ACEOF
complexity-1.10+dfsg/configure:5529:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
complexity-1.10+dfsg/configure-5530-_ACEOF
##############################################
complexity-1.10+dfsg/configure-5681-test "x$ac_build_alias" = x &&
complexity-1.10+dfsg/configure:5682:  ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
complexity-1.10+dfsg/configure-5683-test "x$ac_build_alias" = x &&
complexity-1.10+dfsg/configure-5684-  as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
complexity-1.10+dfsg/configure:5685:ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
complexity-1.10+dfsg/configure-5686-  as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
##############################################
complexity-1.10+dfsg/configure-5705-IFS=$ac_save_IFS
complexity-1.10+dfsg/configure:5706:case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
complexity-1.10+dfsg/configure-5707-
##############################################
complexity-1.10+dfsg/configure-5716-else
complexity-1.10+dfsg/configure:5717:  ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
complexity-1.10+dfsg/configure-5718-    as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
##############################################
complexity-1.10+dfsg/configure-5738-IFS=$ac_save_IFS
complexity-1.10+dfsg/configure:5739:case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
complexity-1.10+dfsg/configure-5740-
##############################################
complexity-1.10+dfsg/configure-6244-do :
complexity-1.10+dfsg/configure:6245:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
complexity-1.10+dfsg/configure-6246-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
complexity-1.10+dfsg/configure-6248-  cat >>confdefs.h <<_ACEOF
complexity-1.10+dfsg/configure:6249:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
complexity-1.10+dfsg/configure-6250-_ACEOF
##############################################
complexity-1.10+dfsg/configure-7425-do :
complexity-1.10+dfsg/configure:7426:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
complexity-1.10+dfsg/configure-7427-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
complexity-1.10+dfsg/configure-7429-  cat >>confdefs.h <<_ACEOF
complexity-1.10+dfsg/configure:7430:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
complexity-1.10+dfsg/configure-7431-_ACEOF
##############################################
complexity-1.10+dfsg/configure-7487-    fi
complexity-1.10+dfsg/configure:7488:    GLTYPE=`echo "$gltype" | tr 'abcdefghijklmnopqrstuvwxyz ' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ_'`
complexity-1.10+dfsg/configure-7489-    cat >>confdefs.h <<_ACEOF
##############################################
complexity-1.10+dfsg/configure-7532-    fi
complexity-1.10+dfsg/configure:7533:    GLTYPE=`echo "$gltype" | tr 'abcdefghijklmnopqrstuvwxyz ' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ_'`
complexity-1.10+dfsg/configure-7534-    cat >>confdefs.h <<_ACEOF
##############################################
complexity-1.10+dfsg/configure-7584-    eval result=\$gl_cv_type_${gltype}_signed
complexity-1.10+dfsg/configure:7585:    GLTYPE=`echo $gltype | tr 'abcdefghijklmnopqrstuvwxyz ' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ_'`
complexity-1.10+dfsg/configure-7586-    if test "$result" = yes; then
##############################################
complexity-1.10+dfsg/configure-7660-$as_echo "$ac_res" >&6; }
complexity-1.10+dfsg/configure:7661:    GLTYPE=`echo $gltype | tr 'abcdefghijklmnopqrstuvwxyz ' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ_'`
complexity-1.10+dfsg/configure-7662-    eval result=\$gl_cv_type_${gltype}_suffix
##############################################
complexity-1.10+dfsg/configure-7732-$as_echo "$ac_res" >&6; }
complexity-1.10+dfsg/configure:7733:    GLTYPE=`echo $gltype | tr 'abcdefghijklmnopqrstuvwxyz ' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ_'`
complexity-1.10+dfsg/configure-7734-    eval result=\$gl_cv_type_${gltype}_suffix
##############################################
complexity-1.10+dfsg/configure-7885-    for gl_func in ffsl ffsll memmem mempcpy memrchr rawmemchr stpcpy stpncpy strchrnul      strdup strncat strndup strnlen strpbrk strsep strcasestr strtok_r      strerror_r strsignal strverscmp; do
complexity-1.10+dfsg/configure:7886:    as_gl_Symbol=`$as_echo "gl_cv_have_raw_decl_$gl_func" | $as_tr_sh`
complexity-1.10+dfsg/configure-7887-    { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $gl_func is declared without a macro" >&5
##############################################
complexity-1.10+dfsg/configure-7916-  cat >>confdefs.h <<_ACEOF
complexity-1.10+dfsg/configure:7917:#define `$as_echo "HAVE_RAW_DECL_$gl_func" | $as_tr_cpp` 1
complexity-1.10+dfsg/configure-7918-_ACEOF
##############################################
complexity-1.10+dfsg/configure-8561-    word*bit*)
complexity-1.10+dfsg/configure:8562:      word=`echo "$gl_cv_cc_double_expbit0" | sed -e 's/word //' -e 's/ bit.*//'`
complexity-1.10+dfsg/configure:8563:      bit=`echo "$gl_cv_cc_double_expbit0" | sed -e 's/word.*bit //'`
complexity-1.10+dfsg/configure-8564-
##############################################
complexity-1.10+dfsg/configure-8583-do :
complexity-1.10+dfsg/configure:8584:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
complexity-1.10+dfsg/configure-8585-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
complexity-1.10+dfsg/configure-8587-  cat >>confdefs.h <<_ACEOF
complexity-1.10+dfsg/configure:8588:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
complexity-1.10+dfsg/configure-8589-_ACEOF
##############################################
complexity-1.10+dfsg/configure-9836-    for gl_func in dprintf fpurge fseeko ftello getdelim getline gets pclose popen     renameat snprintf tmpfile vdprintf vsnprintf; do
complexity-1.10+dfsg/configure:9837:    as_gl_Symbol=`$as_echo "gl_cv_have_raw_decl_$gl_func" | $as_tr_sh`
complexity-1.10+dfsg/configure-9838-    { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $gl_func is declared without a macro" >&5
##############################################
complexity-1.10+dfsg/configure-9867-  cat >>confdefs.h <<_ACEOF
complexity-1.10+dfsg/configure:9868:#define `$as_echo "HAVE_RAW_DECL_$gl_func" | $as_tr_cpp` 1
complexity-1.10+dfsg/configure-9869-_ACEOF
##############################################
complexity-1.10+dfsg/configure-9951-    for gl_func in _Exit atoll canonicalize_file_name getloadavg getsubopt grantpt     initstate initstate_r mkdtemp mkostemp mkostemps mkstemp mkstemps     posix_openpt ptsname ptsname_r random random_r realpath rpmatch     secure_getenv setenv setstate setstate_r srandom srandom_r     strtod strtoll strtoull unlockpt unsetenv; do
complexity-1.10+dfsg/configure:9952:    as_gl_Symbol=`$as_echo "gl_cv_have_raw_decl_$gl_func" | $as_tr_sh`
complexity-1.10+dfsg/configure-9953-    { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $gl_func is declared without a macro" >&5
##############################################
complexity-1.10+dfsg/configure-9988-  cat >>confdefs.h <<_ACEOF
complexity-1.10+dfsg/configure:9989:#define `$as_echo "HAVE_RAW_DECL_$gl_func" | $as_tr_cpp` 1
complexity-1.10+dfsg/configure-9990-_ACEOF
##############################################
complexity-1.10+dfsg/configure-10101-    for gl_func in chdir chown dup dup2 dup3 environ euidaccess faccessat fchdir fchownat     fdatasync fsync ftruncate getcwd getdomainname getdtablesize getgroups     gethostname getlogin getlogin_r getpagesize     getusershell setusershell endusershell     group_member isatty lchown link linkat lseek pipe pipe2 pread pwrite     readlink readlinkat rmdir sethostname sleep symlink symlinkat ttyname_r     unlink unlinkat usleep; do
complexity-1.10+dfsg/configure:10102:    as_gl_Symbol=`$as_echo "gl_cv_have_raw_decl_$gl_func" | $as_tr_sh`
complexity-1.10+dfsg/configure-10103-    { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $gl_func is declared without a macro" >&5
##############################################
complexity-1.10+dfsg/configure-10144-  cat >>confdefs.h <<_ACEOF
complexity-1.10+dfsg/configure:10145:#define `$as_echo "HAVE_RAW_DECL_$gl_func" | $as_tr_cpp` 1
complexity-1.10+dfsg/configure-10146-_ACEOF
##############################################
complexity-1.10+dfsg/configure-10349-    for gl_func in btowc wctob mbsinit mbrtowc mbrlen mbsrtowcs mbsnrtowcs wcrtomb      wcsrtombs wcsnrtombs wcwidth wmemchr wmemcmp wmemcpy wmemmove wmemset      wcslen wcsnlen wcscpy wcpcpy wcsncpy wcpncpy wcscat wcsncat wcscmp      wcsncmp wcscasecmp wcsncasecmp wcscoll wcsxfrm wcsdup wcschr wcsrchr      wcscspn wcsspn wcspbrk wcsstr wcstok wcswidth     ; do
complexity-1.10+dfsg/configure:10350:    as_gl_Symbol=`$as_echo "gl_cv_have_raw_decl_$gl_func" | $as_tr_sh`
complexity-1.10+dfsg/configure-10351-    { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $gl_func is declared without a macro" >&5
##############################################
complexity-1.10+dfsg/configure-10390-  cat >>confdefs.h <<_ACEOF
complexity-1.10+dfsg/configure:10391:#define `$as_echo "HAVE_RAW_DECL_$gl_func" | $as_tr_cpp` 1
complexity-1.10+dfsg/configure-10392-_ACEOF
##############################################
complexity-1.10+dfsg/configure-10435-  gl_source_base='tests'
complexity-1.10+dfsg/configure:10436:  gltests_WITNESS=IN_`echo "${PACKAGE-$PACKAGE_TARNAME}" | LC_ALL=C tr abcdefghijklmnopqrstuvwxyz ABCDEFGHIJKLMNOPQRSTUVWXYZ | LC_ALL=C sed -e 's/[^A-Z0-9_]/_/g'`_GNULIB_TESTS
complexity-1.10+dfsg/configure-10437-
##############################################
complexity-1.10+dfsg/configure-11219-  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
complexity-1.10+dfsg/configure:11220:  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
complexity-1.10+dfsg/configure-11221-  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
##############################################
complexity-1.10+dfsg/configure-11289-      sed_drop_objext='s/\.o$//;s/\.obj$//'
complexity-1.10+dfsg/configure:11290:      for i in `for i in $gl_LIBOBJS; do echo "$i"; done | sed -e "$sed_drop_objext" | sort | uniq`; do
complexity-1.10+dfsg/configure-11291-        gl_libobjs="$gl_libobjs $i.$ac_objext"
##############################################
complexity-1.10+dfsg/configure-11305-      sed_drop_objext='s/\.o$//;s/\.obj$//'
complexity-1.10+dfsg/configure:11306:      for i in `for i in $gltests_LIBOBJS; do echo "$i"; done | sed -e "$sed_drop_objext" | sort | uniq`; do
complexity-1.10+dfsg/configure-11307-        gltests_libobjs="$gltests_libobjs $i.$ac_objext"
##############################################
complexity-1.10+dfsg/configure-11375-if test -z "$BASH_VERSION$ZSH_VERSION" \
complexity-1.10+dfsg/configure:11376:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
complexity-1.10+dfsg/configure-11377-  as_echo='print -r --'
complexity-1.10+dfsg/configure-11378-  as_echo_n='print -rn --'
complexity-1.10+dfsg/configure:11379:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
complexity-1.10+dfsg/configure-11380-  as_echo='printf %s\n'
##############################################
complexity-1.10+dfsg/configure-11382-else
complexity-1.10+dfsg/configure:11383:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
complexity-1.10+dfsg/configure-11384-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
complexity-1.10+dfsg/configure-11392-	expr "X$arg" : "X\\(.*\\)$as_nl";
complexity-1.10+dfsg/configure:11393:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
complexity-1.10+dfsg/configure-11394-      esac;
##############################################
complexity-1.10+dfsg/configure-11469-# ----------------------------------------
complexity-1.10+dfsg/configure:11470:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
complexity-1.10+dfsg/configure-11471-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
complexity-1.10+dfsg/configure-11541-  {
complexity-1.10+dfsg/configure:11542:    as_val=`expr "$@" || test $? -eq 1`
complexity-1.10+dfsg/configure-11543-  }
##############################################
complexity-1.10+dfsg/configure-11645-      case $as_dir in #(
complexity-1.10+dfsg/configure:11646:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
complexity-1.10+dfsg/configure-11647-      *) as_qdir=$as_dir;;
##############################################
complexity-1.10+dfsg/configure-11780-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
complexity-1.10+dfsg/configure:11781:ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
complexity-1.10+dfsg/configure-11782-ac_cs_version="\\
##############################################
complexity-1.10+dfsg/configure-11805-  --*=?*)
complexity-1.10+dfsg/configure:11806:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
complexity-1.10+dfsg/configure:11807:    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
complexity-1.10+dfsg/configure-11808-    ac_shift=:
##############################################
complexity-1.10+dfsg/configure-11810-  --*=)
complexity-1.10+dfsg/configure:11811:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
complexity-1.10+dfsg/configure-11812-    ac_optarg=
##############################################
complexity-1.10+dfsg/configure-11834-    case $ac_optarg in
complexity-1.10+dfsg/configure:11835:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
complexity-1.10+dfsg/configure-11836-    '') as_fn_error $? "missing file argument" ;;
##############################################
complexity-1.10+dfsg/configure-11842-    case $ac_optarg in
complexity-1.10+dfsg/configure:11843:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
complexity-1.10+dfsg/configure-11844-    esac
##############################################
complexity-1.10+dfsg/configure-11974-fi
complexity-1.10+dfsg/configure:11975:ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
complexity-1.10+dfsg/configure-11976-if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
##############################################
complexity-1.10+dfsg/configure-11991-  as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
complexity-1.10+dfsg/configure:11992:ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
complexity-1.10+dfsg/configure-11993-ac_delim='%!_!# '
##############################################
complexity-1.10+dfsg/configure-11997-
complexity-1.10+dfsg/configure:11998:  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
complexity-1.10+dfsg/configure-11999-  if test $ac_delim_n = $ac_delim_num; then
##############################################
complexity-1.10+dfsg/configure-12135-for ac_last_try in false false :; do
complexity-1.10+dfsg/configure:12136:  ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
complexity-1.10+dfsg/configure-12137-  if test -z "$ac_tt"; then
##############################################
complexity-1.10+dfsg/configure-12267-      esac
complexity-1.10+dfsg/configure:12268:      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
complexity-1.10+dfsg/configure-12269-      as_fn_append ac_file_inputs " '$ac_f'"
##############################################
complexity-1.10+dfsg/configure-12326-*)
complexity-1.10+dfsg/configure:12327:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
complexity-1.10+dfsg/configure-12328-  # A ".." for each directory in $ac_dir_suffix.
complexity-1.10+dfsg/configure:12329:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
complexity-1.10+dfsg/configure-12330-  case $ac_top_builddir_sub in
##############################################
complexity-1.10+dfsg/configure-12387-/@mandir@/p'
complexity-1.10+dfsg/configure:12388:case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
complexity-1.10+dfsg/configure-12389-*datarootdir*) ac_datarootdir_seen=yes;;
##############################################
complexity-1.10+dfsg/configure-12404-
complexity-1.10+dfsg/configure:12405:# Neutralize VPATH when `$srcdir' = `.'.
complexity-1.10+dfsg/configure-12406-# Shell code in configure.ac might set extrasub.
##############################################
complexity-1.10+dfsg/configure-12432-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
complexity-1.10+dfsg/configure:12433:  { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
complexity-1.10+dfsg/configure-12434-  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' \
##############################################
complexity-1.10+dfsg/configure-12478-    * )
complexity-1.10+dfsg/configure:12479:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
complexity-1.10+dfsg/configure-12480-  esac
##############################################
complexity-1.10+dfsg/configure-12525-    # Strip MF so we end up with the name of the file.
complexity-1.10+dfsg/configure:12526:    mf=`echo "$mf" | sed -e 's/:.*$//'`
complexity-1.10+dfsg/configure-12527-    # Check whether this is an Automake generated Makefile or not.
##############################################
complexity-1.10+dfsg/configure-12562-    # from the Makefile without running 'make'.
complexity-1.10+dfsg/configure:12563:    DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
complexity-1.10+dfsg/configure-12564-    test -z "$DEPDIR" && continue
complexity-1.10+dfsg/configure:12565:    am__include=`sed -n 's/^am__include = //p' < "$mf"`
complexity-1.10+dfsg/configure-12566-    test -z "$am__include" && continue
complexity-1.10+dfsg/configure:12567:    am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
complexity-1.10+dfsg/configure-12568-    # Find all dependency output files, they are included files with
##############################################
complexity-1.10+dfsg/Makefile.in-39-  { \
complexity-1.10+dfsg/Makefile.in:40:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
complexity-1.10+dfsg/Makefile.in-41-  }; \
##############################################
complexity-1.10+dfsg/Makefile.in-197-  while test -n "$$dir1"; do \
complexity-1.10+dfsg/Makefile.in:198:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
complexity-1.10+dfsg/Makefile.in-199-    if test "$$first" != "."; then \
complexity-1.10+dfsg/Makefile.in-200-      if test "$$first" = ".."; then \
complexity-1.10+dfsg/Makefile.in:201:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
complexity-1.10+dfsg/Makefile.in:202:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
complexity-1.10+dfsg/Makefile.in-203-      else \
complexity-1.10+dfsg/Makefile.in:204:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
complexity-1.10+dfsg/Makefile.in-205-        if test "$$first2" = "$$first"; then \
complexity-1.10+dfsg/Makefile.in:206:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
complexity-1.10+dfsg/Makefile.in-207-        else \
##############################################
complexity-1.10+dfsg/Makefile.in-212-    fi; \
complexity-1.10+dfsg/Makefile.in:213:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
complexity-1.10+dfsg/Makefile.in-214-  done; \
##############################################
complexity-1.10+dfsg/Makefile.in-941-	dot_seen=no; \
complexity-1.10+dfsg/Makefile.in:942:	target=`echo $@ | sed s/-recursive//`; \
complexity-1.10+dfsg/Makefile.in-943-	case "$@" in \
##############################################
complexity-1.10+dfsg/Makefile.in-1004-GTAGS:
complexity-1.10+dfsg/Makefile.in:1005:	here=`$(am__cd) $(top_builddir) && pwd` \
complexity-1.10+dfsg/Makefile.in-1006-	  && $(am__cd) $(top_srcdir) \
##############################################
complexity-1.10+dfsg/Makefile.in-1034-distdir: $(DISTFILES)
complexity-1.10+dfsg/Makefile.in:1035:	@case `sed 15q $(srcdir)/NEWS` in \
complexity-1.10+dfsg/Makefile.in-1036-	*"$(VERSION)"*) : ;; \
##############################################
complexity-1.10+dfsg/Makefile.in-1042-	test -d "$(distdir)" || mkdir "$(distdir)"
complexity-1.10+dfsg/Makefile.in:1043:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
complexity-1.10+dfsg/Makefile.in:1044:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
complexity-1.10+dfsg/Makefile.in-1045-	list='$(DISTFILES)'; \
##############################################
complexity-1.10+dfsg/Makefile.in-1056-	  if test -d $$d/$$file; then \
complexity-1.10+dfsg/Makefile.in:1057:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
complexity-1.10+dfsg/Makefile.in-1058-	    if test -d "$(distdir)/$$file"; then \
##############################################
complexity-1.10+dfsg/Makefile.in-1166-	test -d $(distdir)/_build || exit 0; \
complexity-1.10+dfsg/Makefile.in:1167:	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
complexity-1.10+dfsg/Makefile.in-1168-	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
##############################################
complexity-1.10+dfsg/Makefile.in-1210-	}; \
complexity-1.10+dfsg/Makefile.in:1211:	test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
complexity-1.10+dfsg/Makefile.in-1212-	   || { echo "ERROR: files left after uninstall:" ; \
##############################################
complexity-1.10+dfsg/Makefile.in-1222-	fi
complexity-1.10+dfsg/Makefile.in:1223:	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
complexity-1.10+dfsg/Makefile.in-1224-	  || { echo "ERROR: files left in build directory after distclean:" ; \
##############################################
complexity-1.10+dfsg/bootstrap-269-#
complexity-1.10+dfsg/bootstrap:270:#   . `echo "$0" | ${SED-sed} 's|[^/]*$||'`/build-aux/funclib.sh
complexity-1.10+dfsg/bootstrap-271-#
##############################################
complexity-1.10+dfsg/bootstrap-368-          func_executable_p "$_G_path_prog" || continue
complexity-1.10+dfsg/bootstrap:369:          case `"$_G_path_prog" --version 2>&1` in
complexity-1.10+dfsg/bootstrap-370-            *GNU*) func_path_progs_result=$_G_path_prog _G_path_prog_found=: ;;
##############################################
complexity-1.10+dfsg/bootstrap-415-      diff conftest.out conftest.nl >/dev/null 2>&1 || break
complexity-1.10+dfsg/bootstrap:416:      _G_count=`expr $_G_count + 1`
complexity-1.10+dfsg/bootstrap-417-      if test "$_G_count" -gt "$_G_path_prog_max"; then
##############################################
complexity-1.10+dfsg/bootstrap-451-      diff conftest.out conftest.nl >/dev/null 2>&1 || break
complexity-1.10+dfsg/bootstrap:452:      _G_count=`expr $_G_count + 1`
complexity-1.10+dfsg/bootstrap-453-      if test "$_G_count" -gt "$_G_path_prog_max"; then
##############################################
complexity-1.10+dfsg/bootstrap-576-# The name of this program.
complexity-1.10+dfsg/bootstrap:577:progname=`$ECHO "$progpath" |$SED "$sed_basename"`
complexity-1.10+dfsg/bootstrap-578-
##############################################
complexity-1.10+dfsg/bootstrap-582-  *[\\/]*)
complexity-1.10+dfsg/bootstrap:583:     progdir=`$ECHO "$progpath" |$SED "$sed_dirname"`
complexity-1.10+dfsg/bootstrap:584:     progdir=`cd "$progdir" && pwd`
complexity-1.10+dfsg/bootstrap-585-     progpath=$progdir/$progname
##############################################
complexity-1.10+dfsg/bootstrap-776-
complexity-1.10+dfsg/bootstrap:777:    eval _G_current_value='`$ECHO $'$1'`'
complexity-1.10+dfsg/bootstrap:778:    _G_delim=`expr "$2" : '\(.\)'`
complexity-1.10+dfsg/bootstrap-779-
##############################################
complexity-1.10+dfsg/bootstrap-805-
complexity-1.10+dfsg/bootstrap:806:    func_arith_result=`expr "$@"`
complexity-1.10+dfsg/bootstrap-807-  }
##############################################
complexity-1.10+dfsg/bootstrap-826-  # ...otherwise fall back to using sed.
complexity-1.10+dfsg/bootstrap:827:  _b='func_basename_result=`$ECHO "$1" |$SED "$sed_basename"`'
complexity-1.10+dfsg/bootstrap:828:  _d='func_dirname_result=`$ECHO "$1"  |$SED "$sed_dirname"`
complexity-1.10+dfsg/bootstrap-829-      if test "X$func_dirname_result" = "X$1"; then
##############################################
complexity-1.10+dfsg/bootstrap-923-      test -n "$_G_tc" && {
complexity-1.10+dfsg/bootstrap:924:        _G_esc_tc=`$ECHO "$_G_tc" | $SED "$sed_make_literal_regex"`
complexity-1.10+dfsg/bootstrap:925:        _G_indent=`$ECHO "$_G_indent" | $SED "s|$_G_esc_tc||g"`
complexity-1.10+dfsg/bootstrap-926-      }
complexity-1.10+dfsg/bootstrap-927-    done
complexity-1.10+dfsg/bootstrap:928:    _G_indent="$progname: "`echo "$_G_indent" | $SED 's|.| |g'`"  " ## exclude from sc_prohibit_nested_quotes
complexity-1.10+dfsg/bootstrap-929-
##############################################
complexity-1.10+dfsg/bootstrap-997-
complexity-1.10+dfsg/bootstrap:998:    func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
complexity-1.10+dfsg/bootstrap-999-  }
##############################################
complexity-1.10+dfsg/bootstrap-1029-        # ...otherwise throw away the child directory and loop
complexity-1.10+dfsg/bootstrap:1030:        _G_directory_path=`$ECHO "$_G_directory_path" | $SED -e "$sed_dirname"`
complexity-1.10+dfsg/bootstrap-1031-      done
complexity-1.10+dfsg/bootstrap:1032:      _G_dir_list=`$ECHO "$_G_dir_list" | $SED 's|:*$||'`
complexity-1.10+dfsg/bootstrap-1033-
##############################################
complexity-1.10+dfsg/bootstrap-1067-      # If mktemp works, use that first and foremost
complexity-1.10+dfsg/bootstrap:1068:      _G_tmpdir=`mktemp -d "$_G_template-XXXXXXXX" 2>/dev/null`
complexity-1.10+dfsg/bootstrap-1069-
##############################################
complexity-1.10+dfsg/bootstrap-1284-            *[\[\*\?]*)
complexity-1.10+dfsg/bootstrap:1285:              func_quote_portable_result=`$ECHO "$func_quote_portable_result" | $SED "$sed_quote_subst"`
complexity-1.10+dfsg/bootstrap-1286-              break
##############################################
complexity-1.10+dfsg/bootstrap-1338-# but optimized for speed.  Result is stored in $func_quotefast_eval.
complexity-1.10+dfsg/bootstrap:1339:if test xyes = `(x=; printf -v x %q yes; echo x"$x") 2>/dev/null`; then
complexity-1.10+dfsg/bootstrap-1340-  printf -v _GL_test_printf_tilde %q '~'
##############################################
complexity-1.10+dfsg/bootstrap-1477-    case $2 in
complexity-1.10+dfsg/bootstrap:1478:      .*) func_stripname_result=`$ECHO "$3" | $SED -e "s%^$1%%" -e "s%\\\\$2\$%%"`;;
complexity-1.10+dfsg/bootstrap:1479:      *)  func_stripname_result=`$ECHO "$3" | $SED -e "s%^$1%%" -e "s%$2\$%%"`;;
complexity-1.10+dfsg/bootstrap-1480-    esac
##############################################
complexity-1.10+dfsg/bootstrap-1550-    [0-9]* | *[!a-zA-Z0-9_]*)
complexity-1.10+dfsg/bootstrap:1551:      func_tr_sh_result=`$ECHO "$1" | $SED -e 's/^\([0-9]\)/_\1/' -e 's/[^a-zA-Z0-9_]/_/g'`
complexity-1.10+dfsg/bootstrap-1552-      ;;
##############################################
complexity-1.10+dfsg/bootstrap-1637-
complexity-1.10+dfsg/bootstrap:1638:    test "x$1" = x`func_sort_ver "$1" "$2" | $SED 1q`
complexity-1.10+dfsg/bootstrap-1639-}
##############################################
complexity-1.10+dfsg/bootstrap-1703-# The default options also support '--debug', which will turn on shell
complexity-1.10+dfsg/bootstrap:1704:# execution tracing (see the comment above debug_cmd below for another
complexity-1.10+dfsg/bootstrap-1705-# use), and '--verbose' and the func_verbose function to allow your script
##############################################
complexity-1.10+dfsg/bootstrap-1796-
complexity-1.10+dfsg/bootstrap:1797:    eval ${1}_hooks='`$ECHO "\$'$1'_hooks" |$SED "s| '$2'||"`'
complexity-1.10+dfsg/bootstrap-1798-}
##############################################
complexity-1.10+dfsg/bootstrap-2222-
complexity-1.10+dfsg/bootstrap:2223:      func_split_equals_lhs=`expr "x$1" : 'x\([^=]*\)'`
complexity-1.10+dfsg/bootstrap-2224-      func_split_equals_rhs=
complexity-1.10+dfsg/bootstrap-2225-      test "x$func_split_equals_lhs" = "x$1" \
complexity-1.10+dfsg/bootstrap:2226:        || func_split_equals_rhs=`expr "x$1" : 'x[^=]*=\(.*\)$'`
complexity-1.10+dfsg/bootstrap-2227-  }
##############################################
complexity-1.10+dfsg/bootstrap-2250-
complexity-1.10+dfsg/bootstrap:2251:      func_split_short_opt_name=`expr "x$1" : 'x-\(.\)'`
complexity-1.10+dfsg/bootstrap:2252:      func_split_short_opt_arg=`expr "x$1" : 'x-.\(.*\)$'`
complexity-1.10+dfsg/bootstrap-2253-  }
##############################################
complexity-1.10+dfsg/bootstrap-2339-# Make sure we've evaluated scripts we depend on.
complexity-1.10+dfsg/bootstrap:2340:test -z "$progpath" && . `echo "$0" |${SED-sed} 's|[^/]*$||'`/funclib.sh
complexity-1.10+dfsg/bootstrap:2341:test extract-trace = "$progname" && . `echo "$0" |${SED-sed} 's|[^/]*$||'`/options-parser
complexity-1.10+dfsg/bootstrap-2342-
##############################################
complexity-1.10+dfsg/bootstrap-2399-    test -f "$1" \
complexity-1.10+dfsg/bootstrap:2400:      && _G_ac_init=`$SED "$_G_sed_no_comment" "$1" |$GREP AC_INIT`
complexity-1.10+dfsg/bootstrap-2401-
##############################################
complexity-1.10+dfsg/bootstrap-2455-
complexity-1.10+dfsg/bootstrap:2456:    _G_verout=`func_tool_version_output "$@"`
complexity-1.10+dfsg/bootstrap-2457-    _G_status=$?
##############################################
complexity-1.10+dfsg/bootstrap-2460-    # line of output from `--version`.
complexity-1.10+dfsg/bootstrap:2461:    _G_verout=`echo "$_G_verout" |sed 1q`
complexity-1.10+dfsg/bootstrap-2462-    if test -n "$_G_verout"; then
complexity-1.10+dfsg/bootstrap:2463:      _G_vernum=`expr "$_G_verout" : '.* \([0-9][^ ]*\)'`
complexity-1.10+dfsg/bootstrap-2464-    fi
##############################################
complexity-1.10+dfsg/bootstrap-2502-          test -r "$_G_progpath" && {
complexity-1.10+dfsg/bootstrap:2503:            _G_curver=`func_tool_version_number $_G_progpath`
complexity-1.10+dfsg/bootstrap-2504-	    case $_G_bestver,$_G_curver in
##############################################
complexity-1.10+dfsg/bootstrap-2631-
complexity-1.10+dfsg/bootstrap:2632:    _G_m4_traces=`$ECHO "--trace=$1" |$SED 's%,% --trace=%g'`
complexity-1.10+dfsg/bootstrap:2633:    _G_re_macros=`$ECHO "($1)" |$SED 's%,%|%g'`
complexity-1.10+dfsg/bootstrap-2634-    _G_macros="$1"; shift
##############################################
complexity-1.10+dfsg/bootstrap-3043-      # The embedded echo is to squash whitespace before globbing.
complexity-1.10+dfsg/bootstrap:3044:      case `echo " "$gnulib_tool_all_options" "` in
complexity-1.10+dfsg/bootstrap-3045-        *" --no-libtool "*|*" --libtool "*) ;;
##############################################
complexity-1.10+dfsg/bootstrap-3059-      # The embedded echo is to squash whitespace before display.
complexity-1.10+dfsg/bootstrap:3060:      gnulib_cmd=`echo $gnulib_tool $gnulib_tool_all_options`
complexity-1.10+dfsg/bootstrap-3061-
##############################################
complexity-1.10+dfsg/bootstrap-3240-            ;;
complexity-1.10+dfsg/bootstrap:3241:          build-aux/*) dest=$build_aux/`expr "$file" : 'build-aux/\(.*\)'`;;
complexity-1.10+dfsg/bootstrap-3242-          *) dest=$file;;
##############################################
complexity-1.10+dfsg/bootstrap-3434-      # command line length limits in some shells.
complexity-1.10+dfsg/bootstrap:3435:      for file in `cd "$macro_dir" && ls -1 |$GREP '\.m4$'`; do
complexity-1.10+dfsg/bootstrap-3436-
complexity-1.10+dfsg/bootstrap-3437-	# Remove a macro file when aclocal.m4 does not m4_include it...
complexity-1.10+dfsg/bootstrap:3438:        func_grep_q 'm4_include([[]'$macro_dir/$file'])' $aclocal_m4s \
complexity-1.10+dfsg/bootstrap-3439-            || test ! -f "$gnulib_path/m4/$file" || {
##############################################
complexity-1.10+dfsg/bootstrap-3445-                # here to squash whitespace for the match expression).
complexity-1.10+dfsg/bootstrap:3446:                case " "`echo $gnulib_precious`" " in
complexity-1.10+dfsg/bootstrap-3447-                  *" $file "*) ;;
##############################################
complexity-1.10+dfsg/bootstrap-3930-      # A gnulib entry in .gitmodules always takes precedence.
complexity-1.10+dfsg/bootstrap:3931:      _G_path=`$GIT config --file .gitmodules submodule.gnulib.path 2>/dev/null`
complexity-1.10+dfsg/bootstrap-3932-
##############################################
complexity-1.10+dfsg/bootstrap-4353-      func_extract_trace_first AC_CONFIG_MACRO_DIRS
complexity-1.10+dfsg/bootstrap:4354:      macro_dir=`expr "x$func_extract_trace_first_result" : 'x\([^	 ]*\)'`
complexity-1.10+dfsg/bootstrap-4355-    }
##############################################
complexity-1.10+dfsg/bootstrap-4370-          *,-I)  _G_minus_I_seen=: ;;
complexity-1.10+dfsg/bootstrap:4371:          *,-I*) macro_dir=`expr x$_G_arg : 'x-I\(.*\)$'`; break ;;
complexity-1.10+dfsg/bootstrap-4372-        esac
##############################################
complexity-1.10+dfsg/bootstrap-4512-      # The embedded echo is to squash whitespace before globbing.
complexity-1.10+dfsg/bootstrap:4513:      case " "`echo $gnulib_modules`" " in
complexity-1.10+dfsg/bootstrap-4514-	*" git-version-gen "*)
##############################################
complexity-1.10+dfsg/bootstrap-4629-
complexity-1.10+dfsg/bootstrap:4630:    func_len_result=`expr "$1" : ".*" 2>/dev/null || echo 0`
complexity-1.10+dfsg/bootstrap-4631-  }
##############################################
complexity-1.10+dfsg/bootstrap-4716-
complexity-1.10+dfsg/bootstrap:4717:    _G_width=`expr "$2" - 1`
complexity-1.10+dfsg/bootstrap-4718-    func_strpad_result=`$ECHO "$1" |$SED '
##############################################
complexity-1.10+dfsg/bootstrap-4733-
complexity-1.10+dfsg/bootstrap:4734:    _G_width=`expr "$2" - 1`
complexity-1.10+dfsg/bootstrap-4735-    func_strrpad_result=`$ECHO "$1" |$SED '
##############################################
complexity-1.10+dfsg/bootstrap-4755-    while test $# -gt 0; do
complexity-1.10+dfsg/bootstrap:4756:      func_strrow_linelen=`expr $func_strrow_linelen + $2`
complexity-1.10+dfsg/bootstrap-4757-      func_strpad "$1" $2 " "
##############################################
complexity-1.10+dfsg/bootstrap-4804-    _G_widths=$1; shift
complexity-1.10+dfsg/bootstrap:4805:    while test 0 -lt `expr "$1" : '[1-9][0-9]*$'`; do
complexity-1.10+dfsg/bootstrap-4806-      func_append _G_widths " $1"; shift
##############################################
complexity-1.10+dfsg/bootstrap-4968-
complexity-1.10+dfsg/bootstrap:4969:      duplicate_entries=`func_gitignore_entries "$file" |sort |uniq -d`
complexity-1.10+dfsg/bootstrap-4970-      test -n "$duplicate_entries" \
##############################################
complexity-1.10+dfsg/bootstrap-4975-
complexity-1.10+dfsg/bootstrap:4976:      linesold=`func_gitignore_entries "$file" |wc -l`
complexity-1.10+dfsg/bootstrap-4977-      linesnew=`{ $ECHO "$str"; cat "$file"; } \
##############################################
complexity-1.10+dfsg/bootstrap-5078-      # Honor $APP variables ($TAR, $AUTOCONF, etc.)
complexity-1.10+dfsg/bootstrap:5079:      _G_appvar=`echo $_G_app |tr '[a-z]' '[A-Z]'`
complexity-1.10+dfsg/bootstrap-5080-      test TAR = "$_G_appvar" && _G_appvar=AMTAR
##############################################
complexity-1.10+dfsg/bootstrap-5093-      else
complexity-1.10+dfsg/bootstrap:5094:        _G_instver=`func_get_version $_G_app`
complexity-1.10+dfsg/bootstrap-5095-
##############################################
complexity-1.10+dfsg/bootstrap-5153-    func_echo "getting translations into $1 for $2..."
complexity-1.10+dfsg/bootstrap:5154:    _G_cmd=`printf "$po_download_command_format" "$2" "$1"`
complexity-1.10+dfsg/bootstrap-5155-    eval "$_G_cmd"
##############################################
complexity-1.10+dfsg/bootstrap-5188-
complexity-1.10+dfsg/bootstrap:5189:    _G_langs=`cd $_G_ref_po_dir && echo *.po|$SED 's|\.po||g'`
complexity-1.10+dfsg/bootstrap-5190-    test '*' = "$_G_langs" && _G_langs=x
##############################################
complexity-1.10+dfsg/src/Makefile.in-41-  { \
complexity-1.10+dfsg/src/Makefile.in:42:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
complexity-1.10+dfsg/src/Makefile.in-43-  }; \
##############################################
complexity-1.10+dfsg/src/Makefile.in-131-	$(LDFLAGS) -o $@
complexity-1.10+dfsg/src/Makefile.in:132:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
complexity-1.10+dfsg/src/Makefile.in-133-am__vpath_adj = case $$p in \
complexity-1.10+dfsg/src/Makefile.in:134:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
complexity-1.10+dfsg/src/Makefile.in-135-    *) f=$$p;; \
complexity-1.10+dfsg/src/Makefile.in-136-  esac;
complexity-1.10+dfsg/src/Makefile.in:137:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
complexity-1.10+dfsg/src/Makefile.in-138-am__install_max = 40
complexity-1.10+dfsg/src/Makefile.in-139-am__nobase_strip_setup = \
complexity-1.10+dfsg/src/Makefile.in:140:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
complexity-1.10+dfsg/src/Makefile.in-141-am__nobase_strip = \
##############################################
complexity-1.10+dfsg/src/Makefile.in-1017-.c.obj:
complexity-1.10+dfsg/src/Makefile.in:1018:@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
complexity-1.10+dfsg/src/Makefile.in-1019-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
complexity-1.10+dfsg/src/Makefile.in-1021-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
complexity-1.10+dfsg/src/Makefile.in:1022:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
complexity-1.10+dfsg/src/Makefile.in-1023-
complexity-1.10+dfsg/src/Makefile.in-1024-complexity-complexity.o: complexity.c
complexity-1.10+dfsg/src/Makefile.in:1025:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(complexity_CFLAGS) $(CFLAGS) -MT complexity-complexity.o -MD -MP -MF $(DEPDIR)/complexity-complexity.Tpo -c -o complexity-complexity.o `test -f 'complexity.c' || echo '$(srcdir)/'`complexity.c
complexity-1.10+dfsg/src/Makefile.in-1026-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/complexity-complexity.Tpo $(DEPDIR)/complexity-complexity.Po
##############################################
complexity-1.10+dfsg/src/Makefile.in-1028-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
complexity-1.10+dfsg/src/Makefile.in:1029:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(complexity_CFLAGS) $(CFLAGS) -c -o complexity-complexity.o `test -f 'complexity.c' || echo '$(srcdir)/'`complexity.c
complexity-1.10+dfsg/src/Makefile.in-1030-
complexity-1.10+dfsg/src/Makefile.in-1031-complexity-complexity.obj: complexity.c
complexity-1.10+dfsg/src/Makefile.in:1032:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(complexity_CFLAGS) $(CFLAGS) -MT complexity-complexity.obj -MD -MP -MF $(DEPDIR)/complexity-complexity.Tpo -c -o complexity-complexity.obj `if test -f 'complexity.c'; then $(CYGPATH_W) 'complexity.c'; else $(CYGPATH_W) '$(srcdir)/complexity.c'; fi`
complexity-1.10+dfsg/src/Makefile.in-1033-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/complexity-complexity.Tpo $(DEPDIR)/complexity-complexity.Po
##############################################
complexity-1.10+dfsg/src/Makefile.in-1035-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
complexity-1.10+dfsg/src/Makefile.in:1036:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(complexity_CFLAGS) $(CFLAGS) -c -o complexity-complexity.obj `if test -f 'complexity.c'; then $(CYGPATH_W) 'complexity.c'; else $(CYGPATH_W) '$(srcdir)/complexity.c'; fi`
complexity-1.10+dfsg/src/Makefile.in-1037-
complexity-1.10+dfsg/src/Makefile.in-1038-complexity-score.o: score.c
complexity-1.10+dfsg/src/Makefile.in:1039:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(complexity_CFLAGS) $(CFLAGS) -MT complexity-score.o -MD -MP -MF $(DEPDIR)/complexity-score.Tpo -c -o complexity-score.o `test -f 'score.c' || echo '$(srcdir)/'`score.c
complexity-1.10+dfsg/src/Makefile.in-1040-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/complexity-score.Tpo $(DEPDIR)/complexity-score.Po
##############################################
complexity-1.10+dfsg/src/Makefile.in-1042-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
complexity-1.10+dfsg/src/Makefile.in:1043:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(complexity_CFLAGS) $(CFLAGS) -c -o complexity-score.o `test -f 'score.c' || echo '$(srcdir)/'`score.c
complexity-1.10+dfsg/src/Makefile.in-1044-
complexity-1.10+dfsg/src/Makefile.in-1045-complexity-score.obj: score.c
complexity-1.10+dfsg/src/Makefile.in:1046:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(complexity_CFLAGS) $(CFLAGS) -MT complexity-score.obj -MD -MP -MF $(DEPDIR)/complexity-score.Tpo -c -o complexity-score.obj `if test -f 'score.c'; then $(CYGPATH_W) 'score.c'; else $(CYGPATH_W) '$(srcdir)/score.c'; fi`
complexity-1.10+dfsg/src/Makefile.in-1047-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/complexity-score.Tpo $(DEPDIR)/complexity-score.Po
##############################################
complexity-1.10+dfsg/src/Makefile.in-1049-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
complexity-1.10+dfsg/src/Makefile.in:1050:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(complexity_CFLAGS) $(CFLAGS) -c -o complexity-score.obj `if test -f 'score.c'; then $(CYGPATH_W) 'score.c'; else $(CYGPATH_W) '$(srcdir)/score.c'; fi`
complexity-1.10+dfsg/src/Makefile.in-1051-
complexity-1.10+dfsg/src/Makefile.in-1052-complexity-tokenize.o: tokenize.c
complexity-1.10+dfsg/src/Makefile.in:1053:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(complexity_CFLAGS) $(CFLAGS) -MT complexity-tokenize.o -MD -MP -MF $(DEPDIR)/complexity-tokenize.Tpo -c -o complexity-tokenize.o `test -f 'tokenize.c' || echo '$(srcdir)/'`tokenize.c
complexity-1.10+dfsg/src/Makefile.in-1054-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/complexity-tokenize.Tpo $(DEPDIR)/complexity-tokenize.Po
##############################################
complexity-1.10+dfsg/src/Makefile.in-1056-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
complexity-1.10+dfsg/src/Makefile.in:1057:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(complexity_CFLAGS) $(CFLAGS) -c -o complexity-tokenize.o `test -f 'tokenize.c' || echo '$(srcdir)/'`tokenize.c
complexity-1.10+dfsg/src/Makefile.in-1058-
complexity-1.10+dfsg/src/Makefile.in-1059-complexity-tokenize.obj: tokenize.c
complexity-1.10+dfsg/src/Makefile.in:1060:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(complexity_CFLAGS) $(CFLAGS) -MT complexity-tokenize.obj -MD -MP -MF $(DEPDIR)/complexity-tokenize.Tpo -c -o complexity-tokenize.obj `if test -f 'tokenize.c'; then $(CYGPATH_W) 'tokenize.c'; else $(CYGPATH_W) '$(srcdir)/tokenize.c'; fi`
complexity-1.10+dfsg/src/Makefile.in-1061-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/complexity-tokenize.Tpo $(DEPDIR)/complexity-tokenize.Po
##############################################
complexity-1.10+dfsg/src/Makefile.in-1063-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
complexity-1.10+dfsg/src/Makefile.in:1064:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(complexity_CFLAGS) $(CFLAGS) -c -o complexity-tokenize.obj `if test -f 'tokenize.c'; then $(CYGPATH_W) 'tokenize.c'; else $(CYGPATH_W) '$(srcdir)/tokenize.c'; fi`
complexity-1.10+dfsg/src/Makefile.in-1065-
complexity-1.10+dfsg/src/Makefile.in-1066-complexity-opts.o: opts.c
complexity-1.10+dfsg/src/Makefile.in:1067:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(complexity_CFLAGS) $(CFLAGS) -MT complexity-opts.o -MD -MP -MF $(DEPDIR)/complexity-opts.Tpo -c -o complexity-opts.o `test -f 'opts.c' || echo '$(srcdir)/'`opts.c
complexity-1.10+dfsg/src/Makefile.in-1068-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/complexity-opts.Tpo $(DEPDIR)/complexity-opts.Po
##############################################
complexity-1.10+dfsg/src/Makefile.in-1070-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
complexity-1.10+dfsg/src/Makefile.in:1071:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(complexity_CFLAGS) $(CFLAGS) -c -o complexity-opts.o `test -f 'opts.c' || echo '$(srcdir)/'`opts.c
complexity-1.10+dfsg/src/Makefile.in-1072-
complexity-1.10+dfsg/src/Makefile.in-1073-complexity-opts.obj: opts.c
complexity-1.10+dfsg/src/Makefile.in:1074:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(complexity_CFLAGS) $(CFLAGS) -MT complexity-opts.obj -MD -MP -MF $(DEPDIR)/complexity-opts.Tpo -c -o complexity-opts.obj `if test -f 'opts.c'; then $(CYGPATH_W) 'opts.c'; else $(CYGPATH_W) '$(srcdir)/opts.c'; fi`
complexity-1.10+dfsg/src/Makefile.in-1075-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/complexity-opts.Tpo $(DEPDIR)/complexity-opts.Po
##############################################
complexity-1.10+dfsg/src/Makefile.in-1077-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
complexity-1.10+dfsg/src/Makefile.in:1078:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(complexity_CFLAGS) $(CFLAGS) -c -o complexity-opts.obj `if test -f 'opts.c'; then $(CYGPATH_W) 'opts.c'; else $(CYGPATH_W) '$(srcdir)/opts.c'; fi`
complexity-1.10+dfsg/src/Makefile.in-1079-
##############################################
complexity-1.10+dfsg/src/Makefile.in-1109-GTAGS:
complexity-1.10+dfsg/src/Makefile.in:1110:	here=`$(am__cd) $(top_builddir) && pwd` \
complexity-1.10+dfsg/src/Makefile.in-1111-	  && $(am__cd) $(top_srcdir) \
##############################################
complexity-1.10+dfsg/src/Makefile.in-1132-distdir: $(DISTFILES)
complexity-1.10+dfsg/src/Makefile.in:1133:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
complexity-1.10+dfsg/src/Makefile.in:1134:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
complexity-1.10+dfsg/src/Makefile.in-1135-	list='$(DISTFILES)'; \
##############################################
complexity-1.10+dfsg/src/Makefile.in-1146-	  if test -d $$d/$$file; then \
complexity-1.10+dfsg/src/Makefile.in:1147:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
complexity-1.10+dfsg/src/Makefile.in-1148-	    if test -d "$(distdir)/$$file"; then \
##############################################
complexity-1.10+dfsg/build-aux/config.sub-52-
complexity-1.10+dfsg/build-aux/config.sub:53:me=`echo "$0" | sed -e 's,.*/,,'`
complexity-1.10+dfsg/build-aux/config.sub-54-
##############################################
complexity-1.10+dfsg/build-aux/config.sub-114-# Here we must recognize all the valid KERNEL-OS combinations.
complexity-1.10+dfsg/build-aux/config.sub:115:maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'`
complexity-1.10+dfsg/build-aux/config.sub-116-case $maybe_os in
##############################################
complexity-1.10+dfsg/build-aux/config.sub-122-    os=-$maybe_os
complexity-1.10+dfsg/build-aux/config.sub:123:    basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`
complexity-1.10+dfsg/build-aux/config.sub-124-    ;;
##############################################
complexity-1.10+dfsg/build-aux/config.sub-126-    os=-linux-android
complexity-1.10+dfsg/build-aux/config.sub:127:    basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`-unknown
complexity-1.10+dfsg/build-aux/config.sub-128-    ;;
complexity-1.10+dfsg/build-aux/config.sub-129-  *)
complexity-1.10+dfsg/build-aux/config.sub:130:    basic_machine=`echo $1 | sed 's/-[^-]*$//'`
complexity-1.10+dfsg/build-aux/config.sub-131-    if [ $basic_machine != $1 ]
complexity-1.10+dfsg/build-aux/config.sub:132:    then os=`echo $1 | sed 's/.*-/-/'`
complexity-1.10+dfsg/build-aux/config.sub-133-    else os=; fi
##############################################
complexity-1.10+dfsg/build-aux/config.sub-180-		os=-sco5v6
complexity-1.10+dfsg/build-aux/config.sub:181:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
complexity-1.10+dfsg/build-aux/config.sub-182-		;;
##############################################
complexity-1.10+dfsg/build-aux/config.sub-184-		os=-sco3.2v5
complexity-1.10+dfsg/build-aux/config.sub:185:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
complexity-1.10+dfsg/build-aux/config.sub-186-		;;
##############################################
complexity-1.10+dfsg/build-aux/config.sub-188-		os=-sco3.2v4
complexity-1.10+dfsg/build-aux/config.sub:189:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
complexity-1.10+dfsg/build-aux/config.sub-190-		;;
complexity-1.10+dfsg/build-aux/config.sub-191-	-sco3.2.[4-9]*)
complexity-1.10+dfsg/build-aux/config.sub:192:		os=`echo $os | sed -e 's/sco3.2./sco3.2v/'`
complexity-1.10+dfsg/build-aux/config.sub:193:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
complexity-1.10+dfsg/build-aux/config.sub-194-		;;
##############################################
complexity-1.10+dfsg/build-aux/config.sub-196-		# Don't forget version if it is 3.2v4 or newer.
complexity-1.10+dfsg/build-aux/config.sub:197:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
complexity-1.10+dfsg/build-aux/config.sub-198-		;;
##############################################
complexity-1.10+dfsg/build-aux/config.sub-200-		# Don't forget version if it is 3.2v4 or newer.
complexity-1.10+dfsg/build-aux/config.sub:201:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
complexity-1.10+dfsg/build-aux/config.sub-202-		;;
##############################################
complexity-1.10+dfsg/build-aux/config.sub-204-		os=-sco3.2v2
complexity-1.10+dfsg/build-aux/config.sub:205:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
complexity-1.10+dfsg/build-aux/config.sub-206-		;;
complexity-1.10+dfsg/build-aux/config.sub-207-	-udk*)
complexity-1.10+dfsg/build-aux/config.sub:208:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
complexity-1.10+dfsg/build-aux/config.sub-209-		;;
##############################################
complexity-1.10+dfsg/build-aux/config.sub-211-		os=-isc2.2
complexity-1.10+dfsg/build-aux/config.sub:212:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
complexity-1.10+dfsg/build-aux/config.sub-213-		;;
##############################################
complexity-1.10+dfsg/build-aux/config.sub-217-	-isc*)
complexity-1.10+dfsg/build-aux/config.sub:218:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
complexity-1.10+dfsg/build-aux/config.sub-219-		;;
##############################################
complexity-1.10+dfsg/build-aux/config.sub-229-	-ptx*)
complexity-1.10+dfsg/build-aux/config.sub:230:		basic_machine=`echo $1 | sed -e 's/86-.*/86-sequent/'`
complexity-1.10+dfsg/build-aux/config.sub-231-		;;
complexity-1.10+dfsg/build-aux/config.sub-232-	-windowsnt*)
complexity-1.10+dfsg/build-aux/config.sub:233:		os=`echo $os | sed -e 's/windowsnt/winnt/'`
complexity-1.10+dfsg/build-aux/config.sub-234-		;;
##############################################
complexity-1.10+dfsg/build-aux/config.sub-366-	*-*-*)
complexity-1.10+dfsg/build-aux/config.sub:367:		echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
complexity-1.10+dfsg/build-aux/config.sub-368-		exit 1
##############################################
complexity-1.10+dfsg/build-aux/config.sub-493-	amd64-*)
complexity-1.10+dfsg/build-aux/config.sub:494:		basic_machine=x86_64-`echo $basic_machine | sed 's/^[^-]*-//'`
complexity-1.10+dfsg/build-aux/config.sub-495-		;;
##############################################
complexity-1.10+dfsg/build-aux/config.sub-538-	blackfin-*)
complexity-1.10+dfsg/build-aux/config.sub:539:		basic_machine=bfin-`echo $basic_machine | sed 's/^[^-]*-//'`
complexity-1.10+dfsg/build-aux/config.sub-540-		os=-linux
##############################################
complexity-1.10+dfsg/build-aux/config.sub-546-	c54x-*)
complexity-1.10+dfsg/build-aux/config.sub:547:		basic_machine=tic54x-`echo $basic_machine | sed 's/^[^-]*-//'`
complexity-1.10+dfsg/build-aux/config.sub-548-		;;
complexity-1.10+dfsg/build-aux/config.sub-549-	c55x-*)
complexity-1.10+dfsg/build-aux/config.sub:550:		basic_machine=tic55x-`echo $basic_machine | sed 's/^[^-]*-//'`
complexity-1.10+dfsg/build-aux/config.sub-551-		;;
complexity-1.10+dfsg/build-aux/config.sub-552-	c6x-*)
complexity-1.10+dfsg/build-aux/config.sub:553:		basic_machine=tic6x-`echo $basic_machine | sed 's/^[^-]*-//'`
complexity-1.10+dfsg/build-aux/config.sub-554-		;;
##############################################
complexity-1.10+dfsg/build-aux/config.sub-749-	i*86v32)
complexity-1.10+dfsg/build-aux/config.sub:750:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
complexity-1.10+dfsg/build-aux/config.sub-751-		os=-sysv32
##############################################
complexity-1.10+dfsg/build-aux/config.sub-753-	i*86v4*)
complexity-1.10+dfsg/build-aux/config.sub:754:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
complexity-1.10+dfsg/build-aux/config.sub-755-		os=-sysv4
##############################################
complexity-1.10+dfsg/build-aux/config.sub-757-	i*86v)
complexity-1.10+dfsg/build-aux/config.sub:758:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
complexity-1.10+dfsg/build-aux/config.sub-759-		os=-sysv
##############################################
complexity-1.10+dfsg/build-aux/config.sub-761-	i*86sol2)
complexity-1.10+dfsg/build-aux/config.sub:762:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
complexity-1.10+dfsg/build-aux/config.sub-763-		os=-solaris2
##############################################
complexity-1.10+dfsg/build-aux/config.sub-787-	leon-*|leon[3-9]-*)
complexity-1.10+dfsg/build-aux/config.sub:788:		basic_machine=sparc-`echo $basic_machine | sed 's/-.*//'`
complexity-1.10+dfsg/build-aux/config.sub-789-		;;
##############################################
complexity-1.10+dfsg/build-aux/config.sub-794-	m68knommu-*)
complexity-1.10+dfsg/build-aux/config.sub:795:		basic_machine=m68k-`echo $basic_machine | sed 's/^[^-]*-//'`
complexity-1.10+dfsg/build-aux/config.sub-796-		os=-linux
##############################################
complexity-1.10+dfsg/build-aux/config.sub-831-	mips3*-*)
complexity-1.10+dfsg/build-aux/config.sub:832:		basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`
complexity-1.10+dfsg/build-aux/config.sub-833-		;;
complexity-1.10+dfsg/build-aux/config.sub-834-	mips3*)
complexity-1.10+dfsg/build-aux/config.sub:835:		basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`-unknown
complexity-1.10+dfsg/build-aux/config.sub-836-		;;
##############################################
complexity-1.10+dfsg/build-aux/config.sub-853-	ms1-*)
complexity-1.10+dfsg/build-aux/config.sub:854:		basic_machine=`echo $basic_machine | sed -e 's/ms1-/mt-/'`
complexity-1.10+dfsg/build-aux/config.sub-855-		;;
##############################################
complexity-1.10+dfsg/build-aux/config.sub-972-	parisc-*)
complexity-1.10+dfsg/build-aux/config.sub:973:		basic_machine=hppa-`echo $basic_machine | sed 's/^[^-]*-//'`
complexity-1.10+dfsg/build-aux/config.sub-974-		os=-linux
##############################################
complexity-1.10+dfsg/build-aux/config.sub-988-	pc98-*)
complexity-1.10+dfsg/build-aux/config.sub:989:		basic_machine=i386-`echo $basic_machine | sed 's/^[^-]*-//'`
complexity-1.10+dfsg/build-aux/config.sub-990-		;;
##############################################
complexity-1.10+dfsg/build-aux/config.sub-1003-	pentium-* | p5-* | k5-* | k6-* | nexgen-* | viac3-*)
complexity-1.10+dfsg/build-aux/config.sub:1004:		basic_machine=i586-`echo $basic_machine | sed 's/^[^-]*-//'`
complexity-1.10+dfsg/build-aux/config.sub-1005-		;;
complexity-1.10+dfsg/build-aux/config.sub-1006-	pentiumpro-* | p6-* | 6x86-* | athlon-*)
complexity-1.10+dfsg/build-aux/config.sub:1007:		basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
complexity-1.10+dfsg/build-aux/config.sub-1008-		;;
complexity-1.10+dfsg/build-aux/config.sub-1009-	pentiumii-* | pentium2-* | pentiumiii-* | pentium3-*)
complexity-1.10+dfsg/build-aux/config.sub:1010:		basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
complexity-1.10+dfsg/build-aux/config.sub-1011-		;;
complexity-1.10+dfsg/build-aux/config.sub-1012-	pentium4-*)
complexity-1.10+dfsg/build-aux/config.sub:1013:		basic_machine=i786-`echo $basic_machine | sed 's/^[^-]*-//'`
complexity-1.10+dfsg/build-aux/config.sub-1014-		;;
##############################################
complexity-1.10+dfsg/build-aux/config.sub-1022-	ppc-* | ppcbe-*)
complexity-1.10+dfsg/build-aux/config.sub:1023:		basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'`
complexity-1.10+dfsg/build-aux/config.sub-1024-		;;
##############################################
complexity-1.10+dfsg/build-aux/config.sub-1028-	ppcle-* | powerpclittle-*)
complexity-1.10+dfsg/build-aux/config.sub:1029:		basic_machine=powerpcle-`echo $basic_machine | sed 's/^[^-]*-//'`
complexity-1.10+dfsg/build-aux/config.sub-1030-		;;
##############################################
complexity-1.10+dfsg/build-aux/config.sub-1032-		;;
complexity-1.10+dfsg/build-aux/config.sub:1033:	ppc64-*) basic_machine=powerpc64-`echo $basic_machine | sed 's/^[^-]*-//'`
complexity-1.10+dfsg/build-aux/config.sub-1034-		;;
##############################################
complexity-1.10+dfsg/build-aux/config.sub-1038-	ppc64le-* | powerpc64little-*)
complexity-1.10+dfsg/build-aux/config.sub:1039:		basic_machine=powerpc64le-`echo $basic_machine | sed 's/^[^-]*-//'`
complexity-1.10+dfsg/build-aux/config.sub-1040-		;;
##############################################
complexity-1.10+dfsg/build-aux/config.sub-1121-	strongarm-* | thumb-*)
complexity-1.10+dfsg/build-aux/config.sub:1122:		basic_machine=arm-`echo $basic_machine | sed 's/^[^-]*-//'`
complexity-1.10+dfsg/build-aux/config.sub-1123-		;;
##############################################
complexity-1.10+dfsg/build-aux/config.sub-1251-	xscale-* | xscalee[bl]-*)
complexity-1.10+dfsg/build-aux/config.sub:1252:		basic_machine=`echo $basic_machine | sed 's/^xscale/arm/'`
complexity-1.10+dfsg/build-aux/config.sub-1253-		;;
##############################################
complexity-1.10+dfsg/build-aux/config.sub-1328-	*)
complexity-1.10+dfsg/build-aux/config.sub:1329:		echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
complexity-1.10+dfsg/build-aux/config.sub-1330-		exit 1
##############################################
complexity-1.10+dfsg/build-aux/config.sub-1336-	*-digital*)
complexity-1.10+dfsg/build-aux/config.sub:1337:		basic_machine=`echo $basic_machine | sed 's/digital.*/dec/'`
complexity-1.10+dfsg/build-aux/config.sub-1338-		;;
complexity-1.10+dfsg/build-aux/config.sub-1339-	*-commodore*)
complexity-1.10+dfsg/build-aux/config.sub:1340:		basic_machine=`echo $basic_machine | sed 's/commodore.*/cbm/'`
complexity-1.10+dfsg/build-aux/config.sub-1341-		;;
##############################################
complexity-1.10+dfsg/build-aux/config.sub-1357-	-solaris1 | -solaris1.*)
complexity-1.10+dfsg/build-aux/config.sub:1358:		os=`echo $os | sed -e 's|solaris1|sunos4|'`
complexity-1.10+dfsg/build-aux/config.sub-1359-		;;
##############################################
complexity-1.10+dfsg/build-aux/config.sub-1369-	-gnu/linux*)
complexity-1.10+dfsg/build-aux/config.sub:1370:		os=`echo $os | sed -e 's|gnu/linux|linux-gnu|'`
complexity-1.10+dfsg/build-aux/config.sub-1371-		;;
##############################################
complexity-1.10+dfsg/build-aux/config.sub-1416-	-nto*)
complexity-1.10+dfsg/build-aux/config.sub:1417:		os=`echo $os | sed -e 's|nto|nto-qnx|'`
complexity-1.10+dfsg/build-aux/config.sub-1418-		;;
##############################################
complexity-1.10+dfsg/build-aux/config.sub-1423-	-mac*)
complexity-1.10+dfsg/build-aux/config.sub:1424:		os=`echo $os | sed -e 's|mac|macos|'`
complexity-1.10+dfsg/build-aux/config.sub-1425-		;;
##############################################
complexity-1.10+dfsg/build-aux/config.sub-1429-	-linux*)
complexity-1.10+dfsg/build-aux/config.sub:1430:		os=`echo $os | sed -e 's|linux|linux-gnu|'`
complexity-1.10+dfsg/build-aux/config.sub-1431-		;;
complexity-1.10+dfsg/build-aux/config.sub-1432-	-sunos5*)
complexity-1.10+dfsg/build-aux/config.sub:1433:		os=`echo $os | sed -e 's|sunos5|solaris2|'`
complexity-1.10+dfsg/build-aux/config.sub-1434-		;;
complexity-1.10+dfsg/build-aux/config.sub-1435-	-sunos6*)
complexity-1.10+dfsg/build-aux/config.sub:1436:		os=`echo $os | sed -e 's|sunos6|solaris3|'`
complexity-1.10+dfsg/build-aux/config.sub-1437-		;;
##############################################
complexity-1.10+dfsg/build-aux/config.sub-1484-	-sinix5.*)
complexity-1.10+dfsg/build-aux/config.sub:1485:		os=`echo $os | sed -e 's|sinix|sysv|'`
complexity-1.10+dfsg/build-aux/config.sub-1486-		;;
##############################################
complexity-1.10+dfsg/build-aux/config.sub-1537-		# Get rid of the `-' at the beginning of $os.
complexity-1.10+dfsg/build-aux/config.sub:1538:		os=`echo $os | sed 's/[^-]*-//'`
complexity-1.10+dfsg/build-aux/config.sub:1539:		echo Invalid configuration \`$1\': system \`$os\' not recognized 1>&2
complexity-1.10+dfsg/build-aux/config.sub-1540-		exit 1
##############################################
complexity-1.10+dfsg/build-aux/config.sub-1800-		esac
complexity-1.10+dfsg/build-aux/config.sub:1801:		basic_machine=`echo $basic_machine | sed "s/unknown/$vendor/"`
complexity-1.10+dfsg/build-aux/config.sub-1802-		;;
##############################################
complexity-1.10+dfsg/build-aux/install-sh-234-      fi
complexity-1.10+dfsg/build-aux/install-sh:235:      cp_umask=`expr '(' 777 - $mode % 1000 ')' $u_plus_rw`;;
complexity-1.10+dfsg/build-aux/install-sh-236-    *)
##############################################
complexity-1.10+dfsg/build-aux/install-sh-281-      dstdir=$dst
complexity-1.10+dfsg/build-aux/install-sh:282:      dst=$dstdir/`basename "$src"`
complexity-1.10+dfsg/build-aux/install-sh-283-      dstdir_status=0
complexity-1.10+dfsg/build-aux/install-sh-284-    else
complexity-1.10+dfsg/build-aux/install-sh:285:      dstdir=`dirname "$dst"`
complexity-1.10+dfsg/build-aux/install-sh-286-      test -d "$dstdir"
##############################################
complexity-1.10+dfsg/build-aux/install-sh-337-                   # FreeBSD 6.1 mkdir -m -p sets mode of existing directory.
complexity-1.10+dfsg/build-aux/install-sh:338:                   ls_ld_tmpdir=`ls -ld "$tmpdir"`
complexity-1.10+dfsg/build-aux/install-sh-339-                   case $ls_ld_tmpdir in
##############################################
complexity-1.10+dfsg/build-aux/install-sh-344-                   $mkdirprog -m$different_mode -p -- "$tmpdir" && {
complexity-1.10+dfsg/build-aux/install-sh:345:                     ls_ld_tmpdir_1=`ls -ld "$tmpdir"`
complexity-1.10+dfsg/build-aux/install-sh-346-                     test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1"
##############################################
complexity-1.10+dfsg/build-aux/install-sh-402-            case $prefix in
complexity-1.10+dfsg/build-aux/install-sh:403:              *\'*) qprefix=`echo "$prefix" | sed "s/'/'\\\\\\\\''/g"`;;
complexity-1.10+dfsg/build-aux/install-sh-404-              *) qprefix=$prefix;;
##############################################
complexity-1.10+dfsg/build-aux/install-sh-451-    if $copy_on_change &&
complexity-1.10+dfsg/build-aux/install-sh:452:       old=`LC_ALL=C ls -dlL "$dst"     2>/dev/null` &&
complexity-1.10+dfsg/build-aux/install-sh:453:       new=`LC_ALL=C ls -dlL "$dsttmp"  2>/dev/null` &&
complexity-1.10+dfsg/build-aux/install-sh-454-       set -f &&
##############################################
complexity-1.10+dfsg/build-aux/gendocs.sh-36-
complexity-1.10+dfsg/build-aux/gendocs.sh:37:prog=`basename "$0"`
complexity-1.10+dfsg/build-aux/gendocs.sh-38-srcdir=`pwd`
##############################################
complexity-1.10+dfsg/build-aux/gendocs.sh-203-  # but here, we use the basename of $srcfile
complexity-1.10+dfsg/build-aux/gendocs.sh:204:  base=`basename "$srcfile"`
complexity-1.10+dfsg/build-aux/gendocs.sh-205-  case $base in
complexity-1.10+dfsg/build-aux/gendocs.sh:206:    *.txi|*.texi|*.texinfo) base=`echo "$base"|sed 's/\.[texinfo]*$//'`;;
complexity-1.10+dfsg/build-aux/gendocs.sh-207-  esac
##############################################
complexity-1.10+dfsg/build-aux/gendocs.sh-228-{
complexity-1.10+dfsg/build-aux/gendocs.sh:229:  size=`ls -ksl $1 | awk '{print $1}'`
complexity-1.10+dfsg/build-aux/gendocs.sh-230-  echo $size
##############################################
complexity-1.10+dfsg/build-aux/gendocs.sh-292-  ls -l "$outdir/$PACKAGE.info.tar.gz"
complexity-1.10+dfsg/build-aux/gendocs.sh:293:  info_tgz_size=`calcsize "$outdir/$PACKAGE.info.tar.gz"`
complexity-1.10+dfsg/build-aux/gendocs.sh-294-  # do not mv the info files, there's no point in having them available
##############################################
complexity-1.10+dfsg/build-aux/gendocs.sh-304-  gzip -f -9 $PACKAGE.dvi
complexity-1.10+dfsg/build-aux/gendocs.sh:305:  dvi_gz_size=`calcsize $PACKAGE.dvi.gz`
complexity-1.10+dfsg/build-aux/gendocs.sh-306-  mv $PACKAGE.dvi.gz "$outdir/"
##############################################
complexity-1.10+dfsg/build-aux/gendocs.sh-311-  eval "$cmd"
complexity-1.10+dfsg/build-aux/gendocs.sh:312:  pdf_size=`calcsize $PACKAGE.pdf`
complexity-1.10+dfsg/build-aux/gendocs.sh-313-  mv $PACKAGE.pdf "$outdir/"
##############################################
complexity-1.10+dfsg/build-aux/gendocs.sh-322-  eval "$cmd"
complexity-1.10+dfsg/build-aux/gendocs.sh:323:  ascii_size=`calcsize $PACKAGE.txt`
complexity-1.10+dfsg/build-aux/gendocs.sh-324-  gzip -f -9 -c $PACKAGE.txt >"$outdir/$PACKAGE.txt.gz"
complexity-1.10+dfsg/build-aux/gendocs.sh:325:  ascii_gz_size=`calcsize "$outdir/$PACKAGE.txt.gz"`
complexity-1.10+dfsg/build-aux/gendocs.sh-326-  mv $PACKAGE.txt "$outdir/"
##############################################
complexity-1.10+dfsg/build-aux/gendocs.sh-345-  )
complexity-1.10+dfsg/build-aux/gendocs.sh:346:  eval html_$1_tgz_size=`calcsize "$outdir/${PACKAGE}.html_$1.tar.gz"`
complexity-1.10+dfsg/build-aux/gendocs.sh-347-  rm -f "$outdir"/html_$1/*.html
##############################################
complexity-1.10+dfsg/build-aux/gendocs.sh-358-  eval "$cmd"
complexity-1.10+dfsg/build-aux/gendocs.sh:359:  html_mono_size=`calcsize $PACKAGE.html`
complexity-1.10+dfsg/build-aux/gendocs.sh-360-  gzip -f -9 -c $PACKAGE.html >"$outdir/$PACKAGE.html.gz"
complexity-1.10+dfsg/build-aux/gendocs.sh:361:  html_mono_gz_size=`calcsize "$outdir/$PACKAGE.html.gz"`
complexity-1.10+dfsg/build-aux/gendocs.sh-362-  copy_images "$outdir/" $PACKAGE.html
##############################################
complexity-1.10+dfsg/build-aux/gendocs.sh-385-  eval \
complexity-1.10+dfsg/build-aux/gendocs.sh:386:    html_${split}_tgz_size=`calcsize "$outdir/$PACKAGE.html_$split.tar.gz"`
complexity-1.10+dfsg/build-aux/gendocs.sh-387-  rm -rf "$outdir/html_$split/"
##############################################
complexity-1.10+dfsg/build-aux/gendocs.sh-397-  eval "$cmd"
complexity-1.10+dfsg/build-aux/gendocs.sh:398:  html_mono_size=`calcsize $PACKAGE.html`
complexity-1.10+dfsg/build-aux/gendocs.sh-399-  gzip -f -9 -c $PACKAGE.html >"$outdir/$PACKAGE.html.gz"
complexity-1.10+dfsg/build-aux/gendocs.sh:400:  html_mono_gz_size=`calcsize "$outdir/$PACKAGE.html.gz"`
complexity-1.10+dfsg/build-aux/gendocs.sh-401-  mv $PACKAGE.html "$outdir/"
##############################################
complexity-1.10+dfsg/build-aux/gendocs.sh-410-printf "\nMaking .tar.gz for sources...\n"
complexity-1.10+dfsg/build-aux/gendocs.sh:411:d=`dirname $srcfile`
complexity-1.10+dfsg/build-aux/gendocs.sh-412-(
complexity-1.10+dfsg/build-aux/gendocs.sh-413-  cd "$d"
complexity-1.10+dfsg/build-aux/gendocs.sh:414:  srcfiles=`ls -d *.texinfo *.texi *.txi *.eps $source_extra 2>/dev/null` || true
complexity-1.10+dfsg/build-aux/gendocs.sh-415-  tar czfh "$abs_outdir/$PACKAGE.texi.tar.gz" $srcfiles
##############################################
complexity-1.10+dfsg/build-aux/gendocs.sh-417-)
complexity-1.10+dfsg/build-aux/gendocs.sh:418:texi_tgz_size=`calcsize "$outdir/$PACKAGE.texi.tar.gz"`
complexity-1.10+dfsg/build-aux/gendocs.sh-419-
##############################################
complexity-1.10+dfsg/build-aux/gendocs.sh-426-  eval "$cmd"
complexity-1.10+dfsg/build-aux/gendocs.sh:427:  docbook_xml_size=`calcsize $PACKAGE-db.xml`
complexity-1.10+dfsg/build-aux/gendocs.sh-428-  gzip -f -9 -c $PACKAGE-db.xml >"$outdir/$PACKAGE-db.xml.gz"
complexity-1.10+dfsg/build-aux/gendocs.sh:429:  docbook_xml_gz_size=`calcsize "$outdir/$PACKAGE-db.xml.gz"`
complexity-1.10+dfsg/build-aux/gendocs.sh-430-  mv $PACKAGE-db.xml "$outdir/"
##############################################
complexity-1.10+dfsg/build-aux/gendocs.sh-440-  )
complexity-1.10+dfsg/build-aux/gendocs.sh:441:  html_node_db_tgz_size=`calcsize "$outdir/${PACKAGE}.html_node_db.tar.gz"`
complexity-1.10+dfsg/build-aux/gendocs.sh-442-  rm -f "$outdir"/html_node_db/*.html
##############################################
complexity-1.10+dfsg/build-aux/gendocs.sh-449-  eval "$cmd"
complexity-1.10+dfsg/build-aux/gendocs.sh:450:  docbook_ascii_size=`calcsize $PACKAGE-db.txt`
complexity-1.10+dfsg/build-aux/gendocs.sh-451-  mv $PACKAGE-db.txt "$outdir/"
##############################################
complexity-1.10+dfsg/build-aux/gendocs.sh-455-  eval "$cmd"
complexity-1.10+dfsg/build-aux/gendocs.sh:456:  docbook_pdf_size=`calcsize $PACKAGE-db.pdf`
complexity-1.10+dfsg/build-aux/gendocs.sh-457-  mv $PACKAGE-db.pdf "$outdir/"
##############################################
complexity-1.10+dfsg/build-aux/gendocs.sh-469-
complexity-1.10+dfsg/build-aux/gendocs.sh:470:curdate=`$SETLANG date '+%B %d, %Y'`
complexity-1.10+dfsg/build-aux/gendocs.sh-471-sed \
##############################################
complexity-1.10+dfsg/build-aux/mdate-sh-110-# On HPUX /bin/sh, "set" interprets "-rw-r--r--" as options, so the "x" below.
complexity-1.10+dfsg/build-aux/mdate-sh:111:set x`$ls_command /`
complexity-1.10+dfsg/build-aux/mdate-sh-112-
##############################################
complexity-1.10+dfsg/build-aux/mdate-sh-140-# Get the extended ls output of the file or directory.
complexity-1.10+dfsg/build-aux/mdate-sh:141:set dummy x`eval "$ls_command \"\\\$save_arg1\""`
complexity-1.10+dfsg/build-aux/mdate-sh-142-
##############################################
complexity-1.10+dfsg/build-aux/mdate-sh-207-       then
complexity-1.10+dfsg/build-aux/mdate-sh:208:	 year=`expr $year - 1`
complexity-1.10+dfsg/build-aux/mdate-sh-209-       fi;;
##############################################
complexity-1.10+dfsg/build-aux/config.guess-34-
complexity-1.10+dfsg/build-aux/config.guess:35:me=`echo "$0" | sed -e 's,.*/,,'`
complexity-1.10+dfsg/build-aux/config.guess-36-
##############################################
complexity-1.10+dfsg/build-aux/config.guess-102-: ${TMPDIR=/tmp} ;
complexity-1.10+dfsg/build-aux/config.guess:103: { tmp=`(umask 077 && mktemp -d "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } ||
complexity-1.10+dfsg/build-aux/config.guess-104- { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir $tmp) ; } ||
##############################################
complexity-1.10+dfsg/build-aux/config.guess-151-	EOF
complexity-1.10+dfsg/build-aux/config.guess:152:	eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^LIBC' | sed 's, ,,g'`
complexity-1.10+dfsg/build-aux/config.guess-153-	;;
##############################################
complexity-1.10+dfsg/build-aux/config.guess-181-	    earmv*)
complexity-1.10+dfsg/build-aux/config.guess:182:		arch=`echo ${UNAME_MACHINE_ARCH} | sed -e 's,^e\(armv[0-9]\).*$,\1,'`
complexity-1.10+dfsg/build-aux/config.guess:183:		endian=`echo ${UNAME_MACHINE_ARCH} | sed -ne 's,^.*\(eb\)$,\1,p'`
complexity-1.10+dfsg/build-aux/config.guess-184-		machine=${arch}${endian}-unknown
##############################################
complexity-1.10+dfsg/build-aux/config.guess-210-		expr='s/^earmv[0-9]/-eabi/;s/eb$//'
complexity-1.10+dfsg/build-aux/config.guess:211:		abi=`echo ${UNAME_MACHINE_ARCH} | sed -e "$expr"`
complexity-1.10+dfsg/build-aux/config.guess-212-		;;
##############################################
complexity-1.10+dfsg/build-aux/config.guess-223-	    *)
complexity-1.10+dfsg/build-aux/config.guess:224:		release=`echo ${UNAME_RELEASE} | sed -e 's/[-_].*//' | cut -d. -f1,2`
complexity-1.10+dfsg/build-aux/config.guess-225-		;;
##############################################
complexity-1.10+dfsg/build-aux/config.guess-261-	*4.0)
complexity-1.10+dfsg/build-aux/config.guess:262:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'`
complexity-1.10+dfsg/build-aux/config.guess-263-		;;
complexity-1.10+dfsg/build-aux/config.guess-264-	*5.*)
complexity-1.10+dfsg/build-aux/config.guess:265:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'`
complexity-1.10+dfsg/build-aux/config.guess-266-		;;
##############################################
complexity-1.10+dfsg/build-aux/config.guess-271-	# types through head -n 1, so we only detect the type of CPU 0.
complexity-1.10+dfsg/build-aux/config.guess:272:	ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^  The alpha \(.*\) processor.*$/\1/p' | head -n 1`
complexity-1.10+dfsg/build-aux/config.guess-273-	case "$ALPHA_CPU_TYPE" in
##############################################
complexity-1.10+dfsg/build-aux/config.guess-309-	# 1.2 uses "1.2" for uname -r.
complexity-1.10+dfsg/build-aux/config.guess:310:	echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[PVTX]//' | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz`
complexity-1.10+dfsg/build-aux/config.guess-311-	# Reset EXIT trap before exiting to avoid spurious non-zero exit code.
##############################################
complexity-1.10+dfsg/build-aux/config.guess-369-    s390x:SunOS:*:*)
complexity-1.10+dfsg/build-aux/config.guess:370:	echo ${UNAME_MACHINE}-ibm-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
complexity-1.10+dfsg/build-aux/config.guess-371-	exit ;;
complexity-1.10+dfsg/build-aux/config.guess-372-    sun4H:SunOS:5.*:*)
complexity-1.10+dfsg/build-aux/config.guess:373:	echo sparc-hal-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
complexity-1.10+dfsg/build-aux/config.guess-374-	exit ;;
complexity-1.10+dfsg/build-aux/config.guess-375-    sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*)
complexity-1.10+dfsg/build-aux/config.guess:376:	echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
complexity-1.10+dfsg/build-aux/config.guess-377-	exit ;;
##############################################
complexity-1.10+dfsg/build-aux/config.guess-394-	fi
complexity-1.10+dfsg/build-aux/config.guess:395:	echo ${SUN_ARCH}-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
complexity-1.10+dfsg/build-aux/config.guess-396-	exit ;;
##############################################
complexity-1.10+dfsg/build-aux/config.guess-400-	# it's likely to be more like Solaris than SunOS4.
complexity-1.10+dfsg/build-aux/config.guess:401:	echo sparc-sun-solaris3`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
complexity-1.10+dfsg/build-aux/config.guess-402-	exit ;;
##############################################
complexity-1.10+dfsg/build-aux/config.guess-409-	# Japanese Language versions have a version number like `4.1.3-JL'.
complexity-1.10+dfsg/build-aux/config.guess:410:	echo sparc-sun-sunos`echo ${UNAME_RELEASE}|sed -e 's/-/_/'`
complexity-1.10+dfsg/build-aux/config.guess-411-	exit ;;
##############################################
complexity-1.10+dfsg/build-aux/config.guess-415-    sun*:*:4.2BSD:*)
complexity-1.10+dfsg/build-aux/config.guess:416:	UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null`
complexity-1.10+dfsg/build-aux/config.guess-417-	test "x${UNAME_RELEASE}" = x && UNAME_RELEASE=3
##############################################
complexity-1.10+dfsg/build-aux/config.guess-497-	$CC_FOR_BUILD -o $dummy $dummy.c &&
complexity-1.10+dfsg/build-aux/config.guess:498:	  dummyarg=`echo "${UNAME_RELEASE}" | sed -n 's/\([0-9]*\).*/\1/p'` &&
complexity-1.10+dfsg/build-aux/config.guess:499:	  SYSTEM_NAME=`$dummy $dummyarg` &&
complexity-1.10+dfsg/build-aux/config.guess-500-	    { echo "$SYSTEM_NAME"; exit; }
##############################################
complexity-1.10+dfsg/build-aux/config.guess-553-    *:IRIX*:*:*)
complexity-1.10+dfsg/build-aux/config.guess:554:	echo mips-sgi-irix`echo ${UNAME_RELEASE}|sed -e 's/-/_/g'`
complexity-1.10+dfsg/build-aux/config.guess-555-	exit ;;
##############################################
complexity-1.10+dfsg/build-aux/config.guess-583-EOF
complexity-1.10+dfsg/build-aux/config.guess:584:		if $CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy`
complexity-1.10+dfsg/build-aux/config.guess-585-		then
##############################################
complexity-1.10+dfsg/build-aux/config.guess-596-    *:AIX:*:[4567])
complexity-1.10+dfsg/build-aux/config.guess:597:	IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'`
complexity-1.10+dfsg/build-aux/config.guess-598-	if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then
##############################################
complexity-1.10+dfsg/build-aux/config.guess-632-    9000/[34678]??:HP-UX:*:*)
complexity-1.10+dfsg/build-aux/config.guess:633:	HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
complexity-1.10+dfsg/build-aux/config.guess-634-	case "${UNAME_MACHINE}" in
##############################################
complexity-1.10+dfsg/build-aux/config.guess-686-EOF
complexity-1.10+dfsg/build-aux/config.guess:687:		    (CCOPTS= $CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null) && HP_ARCH=`$dummy`
complexity-1.10+dfsg/build-aux/config.guess-688-		    test -z "$HP_ARCH" && HP_ARCH=hppa
##############################################
complexity-1.10+dfsg/build-aux/config.guess-714-    ia64:HP-UX:*:*)
complexity-1.10+dfsg/build-aux/config.guess:715:	HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
complexity-1.10+dfsg/build-aux/config.guess-716-	echo ia64-hp-hpux${HPUX_REV}
##############################################
complexity-1.10+dfsg/build-aux/config.guess-744-EOF
complexity-1.10+dfsg/build-aux/config.guess:745:	$CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy` &&
complexity-1.10+dfsg/build-aux/config.guess-746-		{ echo "$SYSTEM_NAME"; exit; }
##############################################
complexity-1.10+dfsg/build-aux/config.guess-815-	FUJITSU_SYS=`uname -p | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/\///'`
complexity-1.10+dfsg/build-aux/config.guess:816:	FUJITSU_REL=`echo ${UNAME_RELEASE} | sed -e 's/ /_/'`
complexity-1.10+dfsg/build-aux/config.guess-817-	echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
complexity-1.10+dfsg/build-aux/config.guess-820-	FUJITSU_SYS=`uname -p | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/\///'`
complexity-1.10+dfsg/build-aux/config.guess:821:	FUJITSU_REL=`echo ${UNAME_RELEASE} | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/ /_/'`
complexity-1.10+dfsg/build-aux/config.guess-822-	echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
complexity-1.10+dfsg/build-aux/config.guess-836-	    amd64)
complexity-1.10+dfsg/build-aux/config.guess:837:		echo x86_64-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
complexity-1.10+dfsg/build-aux/config.guess-838-	    *)
complexity-1.10+dfsg/build-aux/config.guess:839:		echo ${UNAME_PROCESSOR}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
complexity-1.10+dfsg/build-aux/config.guess-840-	esac
##############################################
complexity-1.10+dfsg/build-aux/config.guess-894-    prep*:SunOS:5.*:*)
complexity-1.10+dfsg/build-aux/config.guess:895:	echo powerpcle-unknown-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
complexity-1.10+dfsg/build-aux/config.guess-896-	exit ;;
##############################################
complexity-1.10+dfsg/build-aux/config.guess-898-	# the GNU system
complexity-1.10+dfsg/build-aux/config.guess:899:	echo `echo ${UNAME_MACHINE}|sed -e 's,[-/].*$,,'`-unknown-${LIBC}`echo ${UNAME_RELEASE}|sed -e 's,/.*$,,'`
complexity-1.10+dfsg/build-aux/config.guess-900-	exit ;;
##############################################
complexity-1.10+dfsg/build-aux/config.guess-902-	# other systems with GNU libc and userland
complexity-1.10+dfsg/build-aux/config.guess:903:	echo ${UNAME_MACHINE}-unknown-`echo ${UNAME_SYSTEM} | sed 's,^[^/]*/,,' | tr '[A-Z]' '[a-z]'``echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`-${LIBC}
complexity-1.10+dfsg/build-aux/config.guess-904-	exit ;;
##############################################
complexity-1.10+dfsg/build-aux/config.guess-996-EOF
complexity-1.10+dfsg/build-aux/config.guess:997:	eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^CPU'`
complexity-1.10+dfsg/build-aux/config.guess-998-	test x"${CPU}" != x && { echo "${CPU}-unknown-linux-${LIBC}"; exit; }
##############################################
complexity-1.10+dfsg/build-aux/config.guess-1090-    i*86:*:4.*:* | i*86:SYSTEM_V:4.*:*)
complexity-1.10+dfsg/build-aux/config.guess:1091:	UNAME_REL=`echo ${UNAME_RELEASE} | sed 's/\/MP$//'`
complexity-1.10+dfsg/build-aux/config.guess-1092-	if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then
##############################################
complexity-1.10+dfsg/build-aux/config.guess-1290-	fi
complexity-1.10+dfsg/build-aux/config.guess:1291:	if test `echo "$UNAME_RELEASE" | sed -e 's/\..*//'` -le 10 ; then
complexity-1.10+dfsg/build-aux/config.guess-1292-	    if [ "$CC_FOR_BUILD" != no_compiler_found ]; then
##############################################
complexity-1.10+dfsg/build-aux/config.guess-1375-    *:DragonFly:*:*)
complexity-1.10+dfsg/build-aux/config.guess:1376:	echo ${UNAME_MACHINE}-unknown-dragonfly`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`
complexity-1.10+dfsg/build-aux/config.guess-1377-	exit ;;
##############################################
complexity-1.10+dfsg/build-aux/config.guess-1388-    i*86:skyos:*:*)
complexity-1.10+dfsg/build-aux/config.guess:1389:	echo ${UNAME_MACHINE}-pc-skyos`echo ${UNAME_RELEASE}` | sed -e 's/ .*$//'
complexity-1.10+dfsg/build-aux/config.guess-1390-	exit ;;
##############################################
complexity-1.10+dfsg/build-aux/depcomp-64-  case $1 in
complexity-1.10+dfsg/build-aux/depcomp:65:    */*) dir=`echo "$1" | sed -e 's|/[^/]*$|/|'`;;
complexity-1.10+dfsg/build-aux/depcomp-66-      *) dir=;;
##############################################
complexity-1.10+dfsg/build-aux/depcomp-73-{
complexity-1.10+dfsg/build-aux/depcomp:74:  base=`echo "$1" | sed -e 's|^.*/||' -e 's/\.[^.]*$//'`
complexity-1.10+dfsg/build-aux/depcomp-75-}
##############################################
complexity-1.10+dfsg/build-aux/depcomp-126-  sed 's|[^\\/]*$|'${DEPDIR-.deps}'/&|;s|\.\([^.]*\)$|.P\1|;s|Pobj$|Po|'`}
complexity-1.10+dfsg/build-aux/depcomp:127:tmpdepfile=${tmpdepfile-`echo "$depfile" | sed 's/\.\([^.]*\)$/.T\1/'`}
complexity-1.10+dfsg/build-aux/depcomp-128-
##############################################
complexity-1.10+dfsg/build-aux/depcomp-370-        sleep 1
complexity-1.10+dfsg/build-aux/depcomp:371:        i=`expr $i - 1`
complexity-1.10+dfsg/build-aux/depcomp-372-      done
complexity-1.10+dfsg/build-aux/depcomp-373-    fi
complexity-1.10+dfsg/build-aux/depcomp:374:    i=`expr $i - 1`
complexity-1.10+dfsg/build-aux/depcomp-375-  done
##############################################
complexity-1.10+dfsg/build-aux/depcomp-390-  # Do two passes, one to just change these to
complexity-1.10+dfsg/build-aux/depcomp:391:  # `$object: dependent.h' and one to simply `dependent.h:'.
complexity-1.10+dfsg/build-aux/depcomp-392-  sed "s,^[^:]*:,$object :," < "$tmpdepfile" > "$depfile"
##############################################
complexity-1.10+dfsg/build-aux/depcomp-624-  done
complexity-1.10+dfsg/build-aux/depcomp:625:  obj_suffix=`echo "$object" | sed 's/^.*\././'`
complexity-1.10+dfsg/build-aux/depcomp-626-  touch "$tmpdepfile"
##############################################
complexity-1.10+dfsg/build-aux/texinfo.tex-6809-  \catcode `\\=0 \catcode `\{=1 \catcode `\}=2
complexity-1.10+dfsg/build-aux/texinfo.tex:6810:  \catcode `\$=3 \catcode `\&=4 \catcode `\#=6
complexity-1.10+dfsg/build-aux/texinfo.tex-6811-  \catcode `\^=7 \catcode `\_=8 \catcode `\~=\active \let~=\tie
##############################################
complexity-1.10+dfsg/build-aux/compile-67-	mingw/*)
complexity-1.10+dfsg/build-aux/compile:68:	  file=`cmd //C echo "$file " | sed -e 's/"\(.*\) " *$/\1/'`
complexity-1.10+dfsg/build-aux/compile-69-	  ;;
complexity-1.10+dfsg/build-aux/compile-70-	cygwin/*)
complexity-1.10+dfsg/build-aux/compile:71:	  file=`cygpath -m "$file" || echo "$file"`
complexity-1.10+dfsg/build-aux/compile-72-	  ;;
complexity-1.10+dfsg/build-aux/compile-73-	wine/*)
complexity-1.10+dfsg/build-aux/compile:74:	  file=`winepath -w "$file" || echo "$file"`
complexity-1.10+dfsg/build-aux/compile-75-	  ;;
##############################################
complexity-1.10+dfsg/build-aux/compile-310-# Name of file we expect compiler to create.
complexity-1.10+dfsg/build-aux/compile:311:cofile=`echo "$cfile" | sed 's|^.*[\\/]||; s|^[a-zA-Z]:||; s/\.c$/.o/'`
complexity-1.10+dfsg/build-aux/compile-312-
##############################################
complexity-1.10+dfsg/build-aux/compile-316-# object file name, since that is what matters with a parallel build.
complexity-1.10+dfsg/build-aux/compile:317:lockdir=`echo "$cofile" | sed -e 's|[/\\:.-]|_|g'`.d
complexity-1.10+dfsg/build-aux/compile-318-while true; do
##############################################
complexity-1.10+dfsg/build-aux/ar-lib-65-	mingw)
complexity-1.10+dfsg/build-aux/ar-lib:66:	  file=`cmd //C echo "$file " | sed -e 's/"\(.*\) " *$/\1/'`
complexity-1.10+dfsg/build-aux/ar-lib-67-	  ;;
complexity-1.10+dfsg/build-aux/ar-lib-68-	cygwin)
complexity-1.10+dfsg/build-aux/ar-lib:69:	  file=`cygpath -m "$file" || echo "$file"`
complexity-1.10+dfsg/build-aux/ar-lib-70-	  ;;
complexity-1.10+dfsg/build-aux/ar-lib-71-	wine)
complexity-1.10+dfsg/build-aux/ar-lib:72:	  file=`winepath -w "$file" || echo "$file"`
complexity-1.10+dfsg/build-aux/ar-lib-73-	  ;;
##############################################
complexity-1.10+dfsg/build-aux/ar-lib-88-  archive=$3
complexity-1.10+dfsg/build-aux/ar-lib:89:  at_file_contents=`cat "$1"`
complexity-1.10+dfsg/build-aux/ar-lib-90-  eval set x "$at_file_contents"
##############################################
complexity-1.10+dfsg/doc/Makefile.am-57-gnudocs             : $(srcdir)/gendocs_template texi-stamp
complexity-1.10+dfsg/doc/Makefile.am:58:	title=`sed -n 's/^@title  *//p' $(exe).texi` ; \
complexity-1.10+dfsg/doc/Makefile.am-59-	opts='--texi2html' ; \
##############################################
complexity-1.10+dfsg/doc/Makefile.in-39-  { \
complexity-1.10+dfsg/doc/Makefile.in:40:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
complexity-1.10+dfsg/doc/Makefile.in-41-  }; \
##############################################
complexity-1.10+dfsg/doc/Makefile.in-173-am__installdirs = "$(DESTDIR)$(infodir)" "$(DESTDIR)$(man1dir)"
complexity-1.10+dfsg/doc/Makefile.in:174:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
complexity-1.10+dfsg/doc/Makefile.in-175-am__vpath_adj = case $$p in \
complexity-1.10+dfsg/doc/Makefile.in:176:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
complexity-1.10+dfsg/doc/Makefile.in-177-    *) f=$$p;; \
complexity-1.10+dfsg/doc/Makefile.in-178-  esac;
complexity-1.10+dfsg/doc/Makefile.in:179:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
complexity-1.10+dfsg/doc/Makefile.in-180-am__install_max = 40
complexity-1.10+dfsg/doc/Makefile.in-181-am__nobase_strip_setup = \
complexity-1.10+dfsg/doc/Makefile.in:182:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
complexity-1.10+dfsg/doc/Makefile.in-183-am__nobase_strip = \
##############################################
complexity-1.10+dfsg/doc/Makefile.in-918-	  $(am__cd) $(srcdir) && \
complexity-1.10+dfsg/doc/Makefile.in:919:	  $$restore $$backupdir/* `echo "./$@" | sed 's|[^/]*$$||'`; \
complexity-1.10+dfsg/doc/Makefile.in-920-	fi; \
##############################################
complexity-1.10+dfsg/doc/Makefile.in-974-	  for file in $$list; do \
complexity-1.10+dfsg/doc/Makefile.in:975:	    relfile=`echo "$$file" | sed 's|^.*/||'`; \
complexity-1.10+dfsg/doc/Makefile.in-976-	    echo " install-info --info-dir='$(DESTDIR)$(infodir)' --remove '$(DESTDIR)$(infodir)/$$relfile'"; \
##############################################
complexity-1.10+dfsg/doc/Makefile.in-983-	for file in $$list; do \
complexity-1.10+dfsg/doc/Makefile.in:984:	  relfile=`echo "$$file" | sed 's|^.*/||'`; \
complexity-1.10+dfsg/doc/Makefile.in:985:	  relfile_i=`echo "$$relfile" | sed 's|\.info$$||;s|$$|.i|'`; \
complexity-1.10+dfsg/doc/Makefile.in-986-	  (if test -d "$(DESTDIR)$(infodir)" && cd "$(DESTDIR)$(infodir)"; then \
##############################################
complexity-1.10+dfsg/doc/Makefile.in-1010-dist-info: $(INFO_DEPS)
complexity-1.10+dfsg/doc/Makefile.in:1011:	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
complexity-1.10+dfsg/doc/Makefile.in-1012-	list='$(INFO_DEPS)'; \
##############################################
complexity-1.10+dfsg/doc/Makefile.in-1014-	  case $$base in \
complexity-1.10+dfsg/doc/Makefile.in:1015:	    $(srcdir)/*) base=`echo "$$base" | sed "s|^$$srcdirstrip/||"`;; \
complexity-1.10+dfsg/doc/Makefile.in-1016-	  esac; \
complexity-1.10+dfsg/doc/Makefile.in-1017-	  if test -f $$base; then d=.; else d=$(srcdir); fi; \
complexity-1.10+dfsg/doc/Makefile.in:1018:	  base_i=`echo "$$base" | sed 's|\.info$$||;s|$$|.i|'`; \
complexity-1.10+dfsg/doc/Makefile.in-1019-	  for file in $$d/$$base $$d/$$base-[0-9] $$d/$$base-[0-9][0-9] $$d/$$base_i[0-9] $$d/$$base_i[0-9][0-9]; do \
complexity-1.10+dfsg/doc/Makefile.in-1020-	    if test -f $$file; then \
complexity-1.10+dfsg/doc/Makefile.in:1021:	      relfile=`expr "$$file" : "$$d/\(.*\)"`; \
complexity-1.10+dfsg/doc/Makefile.in-1022-	      test -f "$(distdir)/$$relfile" || \
##############################################
complexity-1.10+dfsg/doc/Makefile.in-1036-	@list='$(INFO_DEPS)'; for i in $$list; do \
complexity-1.10+dfsg/doc/Makefile.in:1037:	  i_i=`echo "$$i" | sed 's|\.info$$||;s|$$|.i|'`; \
complexity-1.10+dfsg/doc/Makefile.in-1038-	  echo " rm -f $$i $$i-[0-9] $$i-[0-9][0-9] $$i_i[0-9] $$i_i[0-9][0-9]"; \
##############################################
complexity-1.10+dfsg/doc/Makefile.in-1045-	test -n "$(man1dir)" \
complexity-1.10+dfsg/doc/Makefile.in:1046:	  && test -n "`echo $$list1$$list2`" \
complexity-1.10+dfsg/doc/Makefile.in-1047-	  || exit 0; \
##############################################
complexity-1.10+dfsg/doc/Makefile.in-1091-distdir: $(DISTFILES)
complexity-1.10+dfsg/doc/Makefile.in:1092:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
complexity-1.10+dfsg/doc/Makefile.in:1093:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
complexity-1.10+dfsg/doc/Makefile.in-1094-	list='$(DISTFILES)'; \
##############################################
complexity-1.10+dfsg/doc/Makefile.in-1105-	  if test -d $$d/$$file; then \
complexity-1.10+dfsg/doc/Makefile.in:1106:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
complexity-1.10+dfsg/doc/Makefile.in-1107-	    if test -d "$(distdir)/$$file"; then \
##############################################
complexity-1.10+dfsg/doc/Makefile.in-1234-	@$(NORMAL_INSTALL)
complexity-1.10+dfsg/doc/Makefile.in:1235:	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
complexity-1.10+dfsg/doc/Makefile.in-1236-	list='$(INFO_DEPS)'; test -n "$(infodir)" || list=; \
##############################################
complexity-1.10+dfsg/doc/Makefile.in-1242-	  case $$file in \
complexity-1.10+dfsg/doc/Makefile.in:1243:	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
complexity-1.10+dfsg/doc/Makefile.in-1244-	  esac; \
complexity-1.10+dfsg/doc/Makefile.in-1245-	  if test -f $$file; then d=.; else d=$(srcdir); fi; \
complexity-1.10+dfsg/doc/Makefile.in:1246:	  file_i=`echo "$$file" | sed 's|\.info$$||;s|$$|.i|'`; \
complexity-1.10+dfsg/doc/Makefile.in-1247-	  for ifile in $$d/$$file $$d/$$file-[0-9] $$d/$$file-[0-9][0-9] \
##############################################
complexity-1.10+dfsg/doc/Makefile.in-1260-	  for file in $$list; do \
complexity-1.10+dfsg/doc/Makefile.in:1261:	    relfile=`echo "$$file" | sed 's|^.*/||'`; \
complexity-1.10+dfsg/doc/Makefile.in-1262-	    echo " install-info --info-dir='$(DESTDIR)$(infodir)' '$(DESTDIR)$(infodir)/$$relfile'";\
##############################################
complexity-1.10+dfsg/doc/Makefile.in-1357-gnudocs             : $(srcdir)/gendocs_template texi-stamp
complexity-1.10+dfsg/doc/Makefile.in:1358:	title=`sed -n 's/^@title  *//p' $(exe).texi` ; \
complexity-1.10+dfsg/doc/Makefile.in-1359-	opts='--texi2html' ; \
##############################################
complexity-1.10+dfsg/doc/complexity-tpl.texi-123-[=`
complexity-1.10+dfsg/doc/complexity-tpl.texi:124:src=\`cd ${top_srcdir}/src && pwd\`
complexity-1.10+dfsg/doc/complexity-tpl.texi:125:bld=\`cd ${top_builddir}/src && pwd\`
complexity-1.10+dfsg/doc/complexity-tpl.texi-126-cmd='complexity --histogram --score --thresh=3'