===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
gperf-3.1/Makefile.in-80-	  if test -f $$file; then dir='.'; else dir='$(srcdir)'; fi; \
gperf-3.1/Makefile.in:81:	  destdir=`echo '$(distdir)'/$$file | sed -e 's|//*[^/]*$$||'`; \
gperf-3.1/Makefile.in-82-	  test -d "$$destdir" || mkdir "$$destdir"; \
##############################################
gperf-3.1/README.windows-123-      VCINSTALLDIR="${VSINSTALLDIR}"'\VC'
gperf-3.1/README.windows:124:      PATH=`cygpath -u "${VCINSTALLDIR}"`/bin:"$PATH"
gperf-3.1/README.windows-125-      INCLUDE="${VCINSTALLDIR}"'\include;'"${INCLUDE}"
##############################################
gperf-3.1/README.windows-149-     VCINSTALLDIR="${VSINSTALLDIR}"'\VC'
gperf-3.1/README.windows:150:     PATH=`cygpath -u "${VCINSTALLDIR}"`/bin/amd64:"$PATH"
gperf-3.1/README.windows-151-     INCLUDE="${VCINSTALLDIR}"'\include;'"${INCLUDE}"
##############################################
gperf-3.1/build-aux/ar-lib-65-	mingw)
gperf-3.1/build-aux/ar-lib:66:	  file=`cmd //C echo "$file " | sed -e 's/"\(.*\) " *$/\1/'`
gperf-3.1/build-aux/ar-lib-67-	  ;;
gperf-3.1/build-aux/ar-lib-68-	cygwin)
gperf-3.1/build-aux/ar-lib:69:	  file=`cygpath -m "$file" || echo "$file"`
gperf-3.1/build-aux/ar-lib-70-	  ;;
gperf-3.1/build-aux/ar-lib-71-	wine)
gperf-3.1/build-aux/ar-lib:72:	  file=`winepath -w "$file" || echo "$file"`
gperf-3.1/build-aux/ar-lib-73-	  ;;
##############################################
gperf-3.1/build-aux/ar-lib-88-  archive=$3
gperf-3.1/build-aux/ar-lib:89:  at_file_contents=`cat "$1"`
gperf-3.1/build-aux/ar-lib-90-  eval set x "$at_file_contents"
##############################################
gperf-3.1/build-aux/compile-67-	mingw/*)
gperf-3.1/build-aux/compile:68:	  file=`cmd //C echo "$file " | sed -e 's/"\(.*\) " *$/\1/'`
gperf-3.1/build-aux/compile-69-	  ;;
gperf-3.1/build-aux/compile-70-	cygwin/*)
gperf-3.1/build-aux/compile:71:	  file=`cygpath -m "$file" || echo "$file"`
gperf-3.1/build-aux/compile-72-	  ;;
gperf-3.1/build-aux/compile-73-	wine/*)
gperf-3.1/build-aux/compile:74:	  file=`winepath -w "$file" || echo "$file"`
gperf-3.1/build-aux/compile-75-	  ;;
##############################################
gperf-3.1/build-aux/compile-310-# Name of file we expect compiler to create.
gperf-3.1/build-aux/compile:311:cofile=`echo "$cfile" | sed 's|^.*[\\/]||; s|^[a-zA-Z]:||; s/\.c$/.o/'`
gperf-3.1/build-aux/compile-312-
##############################################
gperf-3.1/build-aux/compile-316-# object file name, since that is what matters with a parallel build.
gperf-3.1/build-aux/compile:317:lockdir=`echo "$cofile" | sed -e 's|[/\\:.-]|_|g'`.d
gperf-3.1/build-aux/compile-318-while true; do
##############################################
gperf-3.1/build-aux/install-sh-234-      fi
gperf-3.1/build-aux/install-sh:235:      cp_umask=`expr '(' 777 - $mode % 1000 ')' $u_plus_rw`;;
gperf-3.1/build-aux/install-sh-236-    *)
##############################################
gperf-3.1/build-aux/install-sh-281-      dstdir=$dst
gperf-3.1/build-aux/install-sh:282:      dst=$dstdir/`basename "$src"`
gperf-3.1/build-aux/install-sh-283-      dstdir_status=0
gperf-3.1/build-aux/install-sh-284-    else
gperf-3.1/build-aux/install-sh:285:      dstdir=`dirname "$dst"`
gperf-3.1/build-aux/install-sh-286-      test -d "$dstdir"
##############################################
gperf-3.1/build-aux/install-sh-337-                   # FreeBSD 6.1 mkdir -m -p sets mode of existing directory.
gperf-3.1/build-aux/install-sh:338:                   ls_ld_tmpdir=`ls -ld "$tmpdir"`
gperf-3.1/build-aux/install-sh-339-                   case $ls_ld_tmpdir in
##############################################
gperf-3.1/build-aux/install-sh-344-                   $mkdirprog -m$different_mode -p -- "$tmpdir" && {
gperf-3.1/build-aux/install-sh:345:                     ls_ld_tmpdir_1=`ls -ld "$tmpdir"`
gperf-3.1/build-aux/install-sh-346-                     test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1"
##############################################
gperf-3.1/build-aux/install-sh-402-            case $prefix in
gperf-3.1/build-aux/install-sh:403:              *\'*) qprefix=`echo "$prefix" | sed "s/'/'\\\\\\\\''/g"`;;
gperf-3.1/build-aux/install-sh-404-              *) qprefix=$prefix;;
##############################################
gperf-3.1/build-aux/install-sh-451-    if $copy_on_change &&
gperf-3.1/build-aux/install-sh:452:       old=`LC_ALL=C ls -dlL "$dst"     2>/dev/null` &&
gperf-3.1/build-aux/install-sh:453:       new=`LC_ALL=C ls -dlL "$dsttmp"  2>/dev/null` &&
gperf-3.1/build-aux/install-sh-454-       set -f &&
##############################################
gperf-3.1/configure-43-if test -z "$BASH_VERSION$ZSH_VERSION" \
gperf-3.1/configure:44:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
gperf-3.1/configure-45-  as_echo='print -r --'
gperf-3.1/configure-46-  as_echo_n='print -rn --'
gperf-3.1/configure:47:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
gperf-3.1/configure-48-  as_echo='printf %s\n'
##############################################
gperf-3.1/configure-50-else
gperf-3.1/configure:51:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
gperf-3.1/configure-52-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
gperf-3.1/configure-60-	expr "X$arg" : "X\\(.*\\)$as_nl";
gperf-3.1/configure:61:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
gperf-3.1/configure-62-      esac;
##############################################
gperf-3.1/configure-197-  eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
gperf-3.1/configure:198:  test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1"
gperf-3.1/configure-199-  if (eval "$as_required") 2>/dev/null; then :
##############################################
gperf-3.1/configure-323-      case $as_dir in #(
gperf-3.1/configure:324:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
gperf-3.1/configure-325-      *) as_qdir=$as_dir;;
##############################################
gperf-3.1/configure-396-  {
gperf-3.1/configure:397:    as_val=`expr "$@" || test $? -eq 1`
gperf-3.1/configure-398-  }
##############################################
gperf-3.1/configure-403-# ----------------------------------------
gperf-3.1/configure:404:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
gperf-3.1/configure-405-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
gperf-3.1/configure-466-  eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
gperf-3.1/configure:467:  test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
gperf-3.1/configure-468-  # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
##############################################
gperf-3.1/configure-696-  case $ac_option in
gperf-3.1/configure:697:  *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
gperf-3.1/configure-698-  *=)   ac_optarg= ;;
##############################################
gperf-3.1/configure-740-  -disable-* | --disable-*)
gperf-3.1/configure:741:    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
gperf-3.1/configure-742-    # Reject names that are not valid shell variable names.
##############################################
gperf-3.1/configure-745-    ac_useropt_orig=$ac_useropt
gperf-3.1/configure:746:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
gperf-3.1/configure-747-    case $ac_user_opts in
##############################################
gperf-3.1/configure-766-  -enable-* | --enable-*)
gperf-3.1/configure:767:    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
gperf-3.1/configure-768-    # Reject names that are not valid shell variable names.
##############################################
gperf-3.1/configure-771-    ac_useropt_orig=$ac_useropt
gperf-3.1/configure:772:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
gperf-3.1/configure-773-    case $ac_user_opts in
##############################################
gperf-3.1/configure-970-  -with-* | --with-*)
gperf-3.1/configure:971:    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
gperf-3.1/configure-972-    # Reject names that are not valid shell variable names.
##############################################
gperf-3.1/configure-975-    ac_useropt_orig=$ac_useropt
gperf-3.1/configure:976:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
gperf-3.1/configure-977-    case $ac_user_opts in
##############################################
gperf-3.1/configure-986-  -without-* | --without-*)
gperf-3.1/configure:987:    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
gperf-3.1/configure-988-    # Reject names that are not valid shell variable names.
##############################################
gperf-3.1/configure-991-    ac_useropt_orig=$ac_useropt
gperf-3.1/configure:992:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
gperf-3.1/configure-993-    case $ac_user_opts in
##############################################
gperf-3.1/configure-1024-  *=*)
gperf-3.1/configure:1025:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
gperf-3.1/configure-1026-    # Reject names that are not valid shell variable names.
##############################################
gperf-3.1/configure-1045-if test -n "$ac_prev"; then
gperf-3.1/configure:1046:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
gperf-3.1/configure-1047-  as_fn_error $? "missing argument to $ac_option"
##############################################
gperf-3.1/configure-1067-    */ )
gperf-3.1/configure:1068:      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
gperf-3.1/configure-1069-      eval $ac_var=\$ac_val;;
##############################################
gperf-3.1/configure-1102-ac_ls_di=`ls -di .` &&
gperf-3.1/configure:1103:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
gperf-3.1/configure-1104-  as_fn_error $? "working directory cannot be determined"
##############################################
gperf-3.1/configure-1158-case $srcdir in
gperf-3.1/configure:1159:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
gperf-3.1/configure-1160-esac
##############################################
gperf-3.1/configure-1201-By default, \`make install' will install all the files in
gperf-3.1/configure:1202:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
gperf-3.1/configure:1203:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
gperf-3.1/configure-1204-for instance \`--prefix=\$HOME'.
##############################################
gperf-3.1/configure-1253-*)
gperf-3.1/configure:1254:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
gperf-3.1/configure-1255-  # A ".." for each directory in $ac_dir_suffix.
gperf-3.1/configure:1256:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
gperf-3.1/configure-1257-  case $ac_top_builddir_sub in
##############################################
gperf-3.1/configure-1389-    *\'*)
gperf-3.1/configure:1390:      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
gperf-3.1/configure-1391-    esac
##############################################
gperf-3.1/configure-1472-      case $ac_val in
gperf-3.1/configure:1473:      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
gperf-3.1/configure-1474-      esac
##############################################
gperf-3.1/configure-1487-	case $ac_val in
gperf-3.1/configure:1488:	*\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
gperf-3.1/configure-1489-	esac
##############################################
gperf-3.1/configure-1607-    set,)
gperf-3.1/configure:1608:      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
gperf-3.1/configure:1609:$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
gperf-3.1/configure-1610-      ac_cache_corrupted=: ;;
##############################################
gperf-3.1/configure-1618-	# differences in whitespace do not lead to failure.
gperf-3.1/configure:1619:	ac_old_val_w=`echo x $ac_old_val`
gperf-3.1/configure:1620:	ac_new_val_w=`echo x $ac_new_val`
gperf-3.1/configure-1621-	if test "$ac_old_val_w" != "$ac_new_val_w"; then
##############################################
gperf-3.1/configure-1638-    case $ac_new_val in
gperf-3.1/configure:1639:    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
gperf-3.1/configure-1640-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
gperf-3.1/configure-1698-set x ${MAKE-make}
gperf-3.1/configure:1699:ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
gperf-3.1/configure-1700-if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
##############################################
gperf-3.1/configure-1708-# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
gperf-3.1/configure:1709:case `${MAKE-make} -f conftest.make 2>/dev/null` in
gperf-3.1/configure-1710-  *@@@%%%=?*=@@@%%%*)
##############################################
gperf-3.1/configure-1879-'
gperf-3.1/configure:1880:DEFS=`sed -n "$ac_script" confdefs.h`
gperf-3.1/configure-1881-
##############################################
gperf-3.1/configure-1888-  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
gperf-3.1/configure:1889:  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
gperf-3.1/configure-1890-  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
##############################################
gperf-3.1/configure-1955-if test -z "$BASH_VERSION$ZSH_VERSION" \
gperf-3.1/configure:1956:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
gperf-3.1/configure-1957-  as_echo='print -r --'
gperf-3.1/configure-1958-  as_echo_n='print -rn --'
gperf-3.1/configure:1959:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
gperf-3.1/configure-1960-  as_echo='printf %s\n'
##############################################
gperf-3.1/configure-1962-else
gperf-3.1/configure:1963:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
gperf-3.1/configure-1964-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
gperf-3.1/configure-1972-	expr "X$arg" : "X\\(.*\\)$as_nl";
gperf-3.1/configure:1973:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
gperf-3.1/configure-1974-      esac;
##############################################
gperf-3.1/configure-2049-# ----------------------------------------
gperf-3.1/configure:2050:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
gperf-3.1/configure-2051-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
gperf-3.1/configure-2121-  {
gperf-3.1/configure:2122:    as_val=`expr "$@" || test $? -eq 1`
gperf-3.1/configure-2123-  }
##############################################
gperf-3.1/configure-2225-      case $as_dir in #(
gperf-3.1/configure:2226:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
gperf-3.1/configure-2227-      *) as_qdir=$as_dir;;
##############################################
gperf-3.1/configure-2347-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
gperf-3.1/configure:2348:ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
gperf-3.1/configure-2349-ac_cs_version="\\
##############################################
gperf-3.1/configure-2369-  --*=?*)
gperf-3.1/configure:2370:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
gperf-3.1/configure:2371:    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
gperf-3.1/configure-2372-    ac_shift=:
##############################################
gperf-3.1/configure-2374-  --*=)
gperf-3.1/configure:2375:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
gperf-3.1/configure-2376-    ac_optarg=
##############################################
gperf-3.1/configure-2398-    case $ac_optarg in
gperf-3.1/configure:2399:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
gperf-3.1/configure-2400-    '') as_fn_error $? "missing file argument" ;;
##############################################
gperf-3.1/configure-2514-fi
gperf-3.1/configure:2515:ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
gperf-3.1/configure-2516-if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
##############################################
gperf-3.1/configure-2531-  as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
gperf-3.1/configure:2532:ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
gperf-3.1/configure-2533-ac_delim='%!_!# '
##############################################
gperf-3.1/configure-2537-
gperf-3.1/configure:2538:  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
gperf-3.1/configure-2539-  if test $ac_delim_n = $ac_delim_num; then
##############################################
gperf-3.1/configure-2699-      esac
gperf-3.1/configure:2700:      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
gperf-3.1/configure-2701-      as_fn_append ac_file_inputs " '$ac_f'"
##############################################
gperf-3.1/configure-2758-*)
gperf-3.1/configure:2759:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
gperf-3.1/configure-2760-  # A ".." for each directory in $ac_dir_suffix.
gperf-3.1/configure:2761:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
gperf-3.1/configure-2762-  case $ac_top_builddir_sub in
##############################################
gperf-3.1/configure-2810-/@mandir@/p'
gperf-3.1/configure:2811:case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
gperf-3.1/configure-2812-*datarootdir*) ac_datarootdir_seen=yes;;
##############################################
gperf-3.1/configure-2827-
gperf-3.1/configure:2828:# Neutralize VPATH when `$srcdir' = `.'.
gperf-3.1/configure-2829-# Shell code in configure.ac might set extrasub.
##############################################
gperf-3.1/configure-2853-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
gperf-3.1/configure:2854:  { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
gperf-3.1/configure-2855-  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' \
##############################################
gperf-3.1/configure-2944-      case $ac_arg in
gperf-3.1/configure:2945:      *\'*) ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
gperf-3.1/configure-2946-      esac
##############################################
gperf-3.1/configure-2954-  case $ac_arg in
gperf-3.1/configure:2955:  *\'*) ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
gperf-3.1/configure-2956-  esac
##############################################
gperf-3.1/configure-2983-*)
gperf-3.1/configure:2984:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
gperf-3.1/configure-2985-  # A ".." for each directory in $ac_dir_suffix.
gperf-3.1/configure:2986:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
gperf-3.1/configure-2987-  case $ac_top_builddir_sub in
##############################################
gperf-3.1/doc/configure-43-if test -z "$BASH_VERSION$ZSH_VERSION" \
gperf-3.1/doc/configure:44:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
gperf-3.1/doc/configure-45-  as_echo='print -r --'
gperf-3.1/doc/configure-46-  as_echo_n='print -rn --'
gperf-3.1/doc/configure:47:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
gperf-3.1/doc/configure-48-  as_echo='printf %s\n'
##############################################
gperf-3.1/doc/configure-50-else
gperf-3.1/doc/configure:51:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
gperf-3.1/doc/configure-52-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
gperf-3.1/doc/configure-60-	expr "X$arg" : "X\\(.*\\)$as_nl";
gperf-3.1/doc/configure:61:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
gperf-3.1/doc/configure-62-      esac;
##############################################
gperf-3.1/doc/configure-197-  eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
gperf-3.1/doc/configure:198:  test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1"
gperf-3.1/doc/configure-199-  if (eval "$as_required") 2>/dev/null; then :
##############################################
gperf-3.1/doc/configure-323-      case $as_dir in #(
gperf-3.1/doc/configure:324:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
gperf-3.1/doc/configure-325-      *) as_qdir=$as_dir;;
##############################################
gperf-3.1/doc/configure-396-  {
gperf-3.1/doc/configure:397:    as_val=`expr "$@" || test $? -eq 1`
gperf-3.1/doc/configure-398-  }
##############################################
gperf-3.1/doc/configure-403-# ----------------------------------------
gperf-3.1/doc/configure:404:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
gperf-3.1/doc/configure-405-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
gperf-3.1/doc/configure-466-  eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
gperf-3.1/doc/configure:467:  test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
gperf-3.1/doc/configure-468-  # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
##############################################
gperf-3.1/doc/configure-698-  case $ac_option in
gperf-3.1/doc/configure:699:  *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
gperf-3.1/doc/configure-700-  *=)   ac_optarg= ;;
##############################################
gperf-3.1/doc/configure-742-  -disable-* | --disable-*)
gperf-3.1/doc/configure:743:    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
gperf-3.1/doc/configure-744-    # Reject names that are not valid shell variable names.
##############################################
gperf-3.1/doc/configure-747-    ac_useropt_orig=$ac_useropt
gperf-3.1/doc/configure:748:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
gperf-3.1/doc/configure-749-    case $ac_user_opts in
##############################################
gperf-3.1/doc/configure-768-  -enable-* | --enable-*)
gperf-3.1/doc/configure:769:    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
gperf-3.1/doc/configure-770-    # Reject names that are not valid shell variable names.
##############################################
gperf-3.1/doc/configure-773-    ac_useropt_orig=$ac_useropt
gperf-3.1/doc/configure:774:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
gperf-3.1/doc/configure-775-    case $ac_user_opts in
##############################################
gperf-3.1/doc/configure-972-  -with-* | --with-*)
gperf-3.1/doc/configure:973:    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
gperf-3.1/doc/configure-974-    # Reject names that are not valid shell variable names.
##############################################
gperf-3.1/doc/configure-977-    ac_useropt_orig=$ac_useropt
gperf-3.1/doc/configure:978:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
gperf-3.1/doc/configure-979-    case $ac_user_opts in
##############################################
gperf-3.1/doc/configure-988-  -without-* | --without-*)
gperf-3.1/doc/configure:989:    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
gperf-3.1/doc/configure-990-    # Reject names that are not valid shell variable names.
##############################################
gperf-3.1/doc/configure-993-    ac_useropt_orig=$ac_useropt
gperf-3.1/doc/configure:994:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
gperf-3.1/doc/configure-995-    case $ac_user_opts in
##############################################
gperf-3.1/doc/configure-1026-  *=*)
gperf-3.1/doc/configure:1027:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
gperf-3.1/doc/configure-1028-    # Reject names that are not valid shell variable names.
##############################################
gperf-3.1/doc/configure-1047-if test -n "$ac_prev"; then
gperf-3.1/doc/configure:1048:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
gperf-3.1/doc/configure-1049-  as_fn_error $? "missing argument to $ac_option"
##############################################
gperf-3.1/doc/configure-1069-    */ )
gperf-3.1/doc/configure:1070:      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
gperf-3.1/doc/configure-1071-      eval $ac_var=\$ac_val;;
##############################################
gperf-3.1/doc/configure-1104-ac_ls_di=`ls -di .` &&
gperf-3.1/doc/configure:1105:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
gperf-3.1/doc/configure-1106-  as_fn_error $? "working directory cannot be determined"
##############################################
gperf-3.1/doc/configure-1160-case $srcdir in
gperf-3.1/doc/configure:1161:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
gperf-3.1/doc/configure-1162-esac
##############################################
gperf-3.1/doc/configure-1203-By default, \`make install' will install all the files in
gperf-3.1/doc/configure:1204:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
gperf-3.1/doc/configure:1205:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
gperf-3.1/doc/configure-1206-for instance \`--prefix=\$HOME'.
##############################################
gperf-3.1/doc/configure-1255-*)
gperf-3.1/doc/configure:1256:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
gperf-3.1/doc/configure-1257-  # A ".." for each directory in $ac_dir_suffix.
gperf-3.1/doc/configure:1258:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
gperf-3.1/doc/configure-1259-  case $ac_top_builddir_sub in
##############################################
gperf-3.1/doc/configure-1391-    *\'*)
gperf-3.1/doc/configure:1392:      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
gperf-3.1/doc/configure-1393-    esac
##############################################
gperf-3.1/doc/configure-1474-      case $ac_val in
gperf-3.1/doc/configure:1475:      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
gperf-3.1/doc/configure-1476-      esac
##############################################
gperf-3.1/doc/configure-1489-	case $ac_val in
gperf-3.1/doc/configure:1490:	*\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
gperf-3.1/doc/configure-1491-	esac
##############################################
gperf-3.1/doc/configure-1609-    set,)
gperf-3.1/doc/configure:1610:      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
gperf-3.1/doc/configure:1611:$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
gperf-3.1/doc/configure-1612-      ac_cache_corrupted=: ;;
##############################################
gperf-3.1/doc/configure-1620-	# differences in whitespace do not lead to failure.
gperf-3.1/doc/configure:1621:	ac_old_val_w=`echo x $ac_old_val`
gperf-3.1/doc/configure:1622:	ac_new_val_w=`echo x $ac_new_val`
gperf-3.1/doc/configure-1623-	if test "$ac_old_val_w" != "$ac_new_val_w"; then
##############################################
gperf-3.1/doc/configure-1640-    case $ac_new_val in
gperf-3.1/doc/configure:1641:    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
gperf-3.1/doc/configure-1642-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
gperf-3.1/doc/configure-1672-set x ${MAKE-make}
gperf-3.1/doc/configure:1673:ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
gperf-3.1/doc/configure-1674-if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
##############################################
gperf-3.1/doc/configure-1682-# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
gperf-3.1/doc/configure:1683:case `${MAKE-make} -f conftest.make 2>/dev/null` in
gperf-3.1/doc/configure-1684-  *@@@%%%=?*=@@@%%%*)
##############################################
gperf-3.1/doc/configure-1891-'
gperf-3.1/doc/configure:1892:DEFS=`sed -n "$ac_script" confdefs.h`
gperf-3.1/doc/configure-1893-
##############################################
gperf-3.1/doc/configure-1900-  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
gperf-3.1/doc/configure:1901:  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
gperf-3.1/doc/configure-1902-  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
##############################################
gperf-3.1/doc/configure-1967-if test -z "$BASH_VERSION$ZSH_VERSION" \
gperf-3.1/doc/configure:1968:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
gperf-3.1/doc/configure-1969-  as_echo='print -r --'
gperf-3.1/doc/configure-1970-  as_echo_n='print -rn --'
gperf-3.1/doc/configure:1971:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
gperf-3.1/doc/configure-1972-  as_echo='printf %s\n'
##############################################
gperf-3.1/doc/configure-1974-else
gperf-3.1/doc/configure:1975:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
gperf-3.1/doc/configure-1976-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
gperf-3.1/doc/configure-1984-	expr "X$arg" : "X\\(.*\\)$as_nl";
gperf-3.1/doc/configure:1985:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
gperf-3.1/doc/configure-1986-      esac;
##############################################
gperf-3.1/doc/configure-2061-# ----------------------------------------
gperf-3.1/doc/configure:2062:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
gperf-3.1/doc/configure-2063-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
gperf-3.1/doc/configure-2133-  {
gperf-3.1/doc/configure:2134:    as_val=`expr "$@" || test $? -eq 1`
gperf-3.1/doc/configure-2135-  }
##############################################
gperf-3.1/doc/configure-2237-      case $as_dir in #(
gperf-3.1/doc/configure:2238:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
gperf-3.1/doc/configure-2239-      *) as_qdir=$as_dir;;
##############################################
gperf-3.1/doc/configure-2359-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
gperf-3.1/doc/configure:2360:ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
gperf-3.1/doc/configure-2361-ac_cs_version="\\
##############################################
gperf-3.1/doc/configure-2381-  --*=?*)
gperf-3.1/doc/configure:2382:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
gperf-3.1/doc/configure:2383:    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
gperf-3.1/doc/configure-2384-    ac_shift=:
##############################################
gperf-3.1/doc/configure-2386-  --*=)
gperf-3.1/doc/configure:2387:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
gperf-3.1/doc/configure-2388-    ac_optarg=
##############################################
gperf-3.1/doc/configure-2410-    case $ac_optarg in
gperf-3.1/doc/configure:2411:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
gperf-3.1/doc/configure-2412-    '') as_fn_error $? "missing file argument" ;;
##############################################
gperf-3.1/doc/configure-2526-fi
gperf-3.1/doc/configure:2527:ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
gperf-3.1/doc/configure-2528-if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
##############################################
gperf-3.1/doc/configure-2543-  as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
gperf-3.1/doc/configure:2544:ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
gperf-3.1/doc/configure-2545-ac_delim='%!_!# '
##############################################
gperf-3.1/doc/configure-2549-
gperf-3.1/doc/configure:2550:  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
gperf-3.1/doc/configure-2551-  if test $ac_delim_n = $ac_delim_num; then
##############################################
gperf-3.1/doc/configure-2711-      esac
gperf-3.1/doc/configure:2712:      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
gperf-3.1/doc/configure-2713-      as_fn_append ac_file_inputs " '$ac_f'"
##############################################
gperf-3.1/doc/configure-2770-*)
gperf-3.1/doc/configure:2771:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
gperf-3.1/doc/configure-2772-  # A ".." for each directory in $ac_dir_suffix.
gperf-3.1/doc/configure:2773:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
gperf-3.1/doc/configure-2774-  case $ac_top_builddir_sub in
##############################################
gperf-3.1/doc/configure-2822-/@mandir@/p'
gperf-3.1/doc/configure:2823:case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
gperf-3.1/doc/configure-2824-*datarootdir*) ac_datarootdir_seen=yes;;
##############################################
gperf-3.1/doc/configure-2839-
gperf-3.1/doc/configure:2840:# Neutralize VPATH when `$srcdir' = `.'.
gperf-3.1/doc/configure-2841-# Shell code in configure.ac might set extrasub.
##############################################
gperf-3.1/doc/configure-2865-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
gperf-3.1/doc/configure:2866:  { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
gperf-3.1/doc/configure-2867-  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' \
##############################################
gperf-3.1/doc/help2man-40-my $help_info = <<EOT;
gperf-3.1/doc/help2man:41:`$this_program' generates a man page out of `--help' and `--version' output.
gperf-3.1/doc/help2man-42-
##############################################
gperf-3.1/doc/help2man-163-my ($help_text, $version_text) = map {
gperf-3.1/doc/help2man:164:    join '', map { s/ +$//; expand $_ } `$ARGV[0] --$_ 2>/dev/null`
gperf-3.1/doc/help2man-165-	or die "$this_program: can't get `--$_' info from $ARGV[0]\n"
##############################################
gperf-3.1/doc/texi2html-478-    print "# reading extensions from $extensions\n" if $verbose;
gperf-3.1/doc/texi2html:479:    require($extensions);
gperf-3.1/doc/texi2html-480-}
##############################################
gperf-3.1/doc/texi2html-485-	print "# reading extensions from $extensions\n" if $verbose;
gperf-3.1/doc/texi2html:486:	require($extensions);
gperf-3.1/doc/texi2html-487-    }
##############################################
gperf-3.1/doc/texi2html-543-}
gperf-3.1/doc/texi2html:544:eval("sub simple_substitutions { $subst_code }");
gperf-3.1/doc/texi2html-545-
##############################################
gperf-3.1/doc/texi2html-719-	    if (/^\@$tag\s+(\w)\w\s+(\w)\w\s*$/) {
gperf-3.1/doc/texi2html:720:		eval("*${1}index = *${2}index");
gperf-3.1/doc/texi2html-721-	    } else {
##############################################
gperf-3.1/doc/texi2html-1155-	}
gperf-3.1/doc/texi2html:1156:	eval("*ary = *$index");
gperf-3.1/doc/texi2html-1157-	@keys = keys(%ary);
##############################################
gperf-3.1/doc/texinfo.tex-5720-  \catcode `\\=0 \catcode `\{=1 \catcode `\}=2
gperf-3.1/doc/texinfo.tex:5721:  \catcode `\$=3 \catcode `\&=4 \catcode `\#=6
gperf-3.1/doc/texinfo.tex-5722-  \catcode `\^=7 \catcode `\_=8 \catcode `\~=\active \let~=\tie
##############################################
gperf-3.1/lib/configure-43-if test -z "$BASH_VERSION$ZSH_VERSION" \
gperf-3.1/lib/configure:44:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
gperf-3.1/lib/configure-45-  as_echo='print -r --'
gperf-3.1/lib/configure-46-  as_echo_n='print -rn --'
gperf-3.1/lib/configure:47:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
gperf-3.1/lib/configure-48-  as_echo='printf %s\n'
##############################################
gperf-3.1/lib/configure-50-else
gperf-3.1/lib/configure:51:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
gperf-3.1/lib/configure-52-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
gperf-3.1/lib/configure-60-	expr "X$arg" : "X\\(.*\\)$as_nl";
gperf-3.1/lib/configure:61:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
gperf-3.1/lib/configure-62-      esac;
##############################################
gperf-3.1/lib/configure-197-  eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
gperf-3.1/lib/configure:198:  test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1"
gperf-3.1/lib/configure-199-  if (eval "$as_required") 2>/dev/null; then :
##############################################
gperf-3.1/lib/configure-323-      case $as_dir in #(
gperf-3.1/lib/configure:324:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
gperf-3.1/lib/configure-325-      *) as_qdir=$as_dir;;
##############################################
gperf-3.1/lib/configure-396-  {
gperf-3.1/lib/configure:397:    as_val=`expr "$@" || test $? -eq 1`
gperf-3.1/lib/configure-398-  }
##############################################
gperf-3.1/lib/configure-403-# ----------------------------------------
gperf-3.1/lib/configure:404:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
gperf-3.1/lib/configure-405-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
gperf-3.1/lib/configure-466-  eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
gperf-3.1/lib/configure:467:  test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
gperf-3.1/lib/configure-468-  # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
##############################################
gperf-3.1/lib/configure-721-  case $ac_option in
gperf-3.1/lib/configure:722:  *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
gperf-3.1/lib/configure-723-  *=)   ac_optarg= ;;
##############################################
gperf-3.1/lib/configure-765-  -disable-* | --disable-*)
gperf-3.1/lib/configure:766:    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
gperf-3.1/lib/configure-767-    # Reject names that are not valid shell variable names.
##############################################
gperf-3.1/lib/configure-770-    ac_useropt_orig=$ac_useropt
gperf-3.1/lib/configure:771:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
gperf-3.1/lib/configure-772-    case $ac_user_opts in
##############################################
gperf-3.1/lib/configure-791-  -enable-* | --enable-*)
gperf-3.1/lib/configure:792:    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
gperf-3.1/lib/configure-793-    # Reject names that are not valid shell variable names.
##############################################
gperf-3.1/lib/configure-796-    ac_useropt_orig=$ac_useropt
gperf-3.1/lib/configure:797:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
gperf-3.1/lib/configure-798-    case $ac_user_opts in
##############################################
gperf-3.1/lib/configure-995-  -with-* | --with-*)
gperf-3.1/lib/configure:996:    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
gperf-3.1/lib/configure-997-    # Reject names that are not valid shell variable names.
##############################################
gperf-3.1/lib/configure-1000-    ac_useropt_orig=$ac_useropt
gperf-3.1/lib/configure:1001:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
gperf-3.1/lib/configure-1002-    case $ac_user_opts in
##############################################
gperf-3.1/lib/configure-1011-  -without-* | --without-*)
gperf-3.1/lib/configure:1012:    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
gperf-3.1/lib/configure-1013-    # Reject names that are not valid shell variable names.
##############################################
gperf-3.1/lib/configure-1016-    ac_useropt_orig=$ac_useropt
gperf-3.1/lib/configure:1017:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
gperf-3.1/lib/configure-1018-    case $ac_user_opts in
##############################################
gperf-3.1/lib/configure-1049-  *=*)
gperf-3.1/lib/configure:1050:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
gperf-3.1/lib/configure-1051-    # Reject names that are not valid shell variable names.
##############################################
gperf-3.1/lib/configure-1070-if test -n "$ac_prev"; then
gperf-3.1/lib/configure:1071:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
gperf-3.1/lib/configure-1072-  as_fn_error $? "missing argument to $ac_option"
##############################################
gperf-3.1/lib/configure-1092-    */ )
gperf-3.1/lib/configure:1093:      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
gperf-3.1/lib/configure-1094-      eval $ac_var=\$ac_val;;
##############################################
gperf-3.1/lib/configure-1127-ac_ls_di=`ls -di .` &&
gperf-3.1/lib/configure:1128:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
gperf-3.1/lib/configure-1129-  as_fn_error $? "working directory cannot be determined"
##############################################
gperf-3.1/lib/configure-1183-case $srcdir in
gperf-3.1/lib/configure:1184:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
gperf-3.1/lib/configure-1185-esac
##############################################
gperf-3.1/lib/configure-1226-By default, \`make install' will install all the files in
gperf-3.1/lib/configure:1227:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
gperf-3.1/lib/configure:1228:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
gperf-3.1/lib/configure-1229-for instance \`--prefix=\$HOME'.
##############################################
gperf-3.1/lib/configure-1294-*)
gperf-3.1/lib/configure:1295:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
gperf-3.1/lib/configure-1296-  # A ".." for each directory in $ac_dir_suffix.
gperf-3.1/lib/configure:1297:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
gperf-3.1/lib/configure-1298-  case $ac_top_builddir_sub in
##############################################
gperf-3.1/lib/configure-1580-    *\'*)
gperf-3.1/lib/configure:1581:      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
gperf-3.1/lib/configure-1582-    esac
##############################################
gperf-3.1/lib/configure-1663-      case $ac_val in
gperf-3.1/lib/configure:1664:      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
gperf-3.1/lib/configure-1665-      esac
##############################################
gperf-3.1/lib/configure-1678-	case $ac_val in
gperf-3.1/lib/configure:1679:	*\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
gperf-3.1/lib/configure-1680-	esac
##############################################
gperf-3.1/lib/configure-1798-    set,)
gperf-3.1/lib/configure:1799:      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
gperf-3.1/lib/configure:1800:$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
gperf-3.1/lib/configure-1801-      ac_cache_corrupted=: ;;
##############################################
gperf-3.1/lib/configure-1809-	# differences in whitespace do not lead to failure.
gperf-3.1/lib/configure:1810:	ac_old_val_w=`echo x $ac_old_val`
gperf-3.1/lib/configure:1811:	ac_new_val_w=`echo x $ac_new_val`
gperf-3.1/lib/configure-1812-	if test "$ac_old_val_w" != "$ac_new_val_w"; then
##############################################
gperf-3.1/lib/configure-1829-    case $ac_new_val in
gperf-3.1/lib/configure:1830:    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
gperf-3.1/lib/configure-1831-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
gperf-3.1/lib/configure-1859-set x ${MAKE-make}
gperf-3.1/lib/configure:1860:ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
gperf-3.1/lib/configure-1861-if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
##############################################
gperf-3.1/lib/configure-1869-# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
gperf-3.1/lib/configure:1870:case `${MAKE-make} -f conftest.make 2>/dev/null` in
gperf-3.1/lib/configure-1871-  *@@@%%%=?*=@@@%%%*)
##############################################
gperf-3.1/lib/configure-2233-$as_echo_n "checking whether the C compiler works... " >&6; }
gperf-3.1/lib/configure:2234:ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
gperf-3.1/lib/configure-2235-
##############################################
gperf-3.1/lib/configure-2277-	then :; else
gperf-3.1/lib/configure:2278:	   ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
gperf-3.1/lib/configure-2279-	fi
##############################################
gperf-3.1/lib/configure-2337-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
gperf-3.1/lib/configure:2338:    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
gperf-3.1/lib/configure-2339-	  break;;
##############################################
gperf-3.1/lib/configure-2446-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
gperf-3.1/lib/configure:2447:    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
gperf-3.1/lib/configure-2448-       break;;
##############################################
gperf-3.1/lib/configure-3578-'
gperf-3.1/lib/configure:3579:DEFS=`sed -n "$ac_script" confdefs.h`
gperf-3.1/lib/configure-3580-
##############################################
gperf-3.1/lib/configure-3587-  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
gperf-3.1/lib/configure:3588:  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
gperf-3.1/lib/configure-3589-  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
##############################################
gperf-3.1/lib/configure-3654-if test -z "$BASH_VERSION$ZSH_VERSION" \
gperf-3.1/lib/configure:3655:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
gperf-3.1/lib/configure-3656-  as_echo='print -r --'
gperf-3.1/lib/configure-3657-  as_echo_n='print -rn --'
gperf-3.1/lib/configure:3658:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
gperf-3.1/lib/configure-3659-  as_echo='printf %s\n'
##############################################
gperf-3.1/lib/configure-3661-else
gperf-3.1/lib/configure:3662:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
gperf-3.1/lib/configure-3663-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
gperf-3.1/lib/configure-3671-	expr "X$arg" : "X\\(.*\\)$as_nl";
gperf-3.1/lib/configure:3672:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
gperf-3.1/lib/configure-3673-      esac;
##############################################
gperf-3.1/lib/configure-3748-# ----------------------------------------
gperf-3.1/lib/configure:3749:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
gperf-3.1/lib/configure-3750-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
gperf-3.1/lib/configure-3820-  {
gperf-3.1/lib/configure:3821:    as_val=`expr "$@" || test $? -eq 1`
gperf-3.1/lib/configure-3822-  }
##############################################
gperf-3.1/lib/configure-3924-      case $as_dir in #(
gperf-3.1/lib/configure:3925:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
gperf-3.1/lib/configure-3926-      *) as_qdir=$as_dir;;
##############################################
gperf-3.1/lib/configure-4046-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
gperf-3.1/lib/configure:4047:ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
gperf-3.1/lib/configure-4048-ac_cs_version="\\
##############################################
gperf-3.1/lib/configure-4068-  --*=?*)
gperf-3.1/lib/configure:4069:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
gperf-3.1/lib/configure:4070:    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
gperf-3.1/lib/configure-4071-    ac_shift=:
##############################################
gperf-3.1/lib/configure-4073-  --*=)
gperf-3.1/lib/configure:4074:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
gperf-3.1/lib/configure-4075-    ac_optarg=
##############################################
gperf-3.1/lib/configure-4097-    case $ac_optarg in
gperf-3.1/lib/configure:4098:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
gperf-3.1/lib/configure-4099-    '') as_fn_error $? "missing file argument" ;;
##############################################
gperf-3.1/lib/configure-4213-fi
gperf-3.1/lib/configure:4214:ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
gperf-3.1/lib/configure-4215-if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
##############################################
gperf-3.1/lib/configure-4230-  as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
gperf-3.1/lib/configure:4231:ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
gperf-3.1/lib/configure-4232-ac_delim='%!_!# '
##############################################
gperf-3.1/lib/configure-4236-
gperf-3.1/lib/configure:4237:  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
gperf-3.1/lib/configure-4238-  if test $ac_delim_n = $ac_delim_num; then
##############################################
gperf-3.1/lib/configure-4398-      esac
gperf-3.1/lib/configure:4399:      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
gperf-3.1/lib/configure-4400-      as_fn_append ac_file_inputs " '$ac_f'"
##############################################
gperf-3.1/lib/configure-4457-*)
gperf-3.1/lib/configure:4458:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
gperf-3.1/lib/configure-4459-  # A ".." for each directory in $ac_dir_suffix.
gperf-3.1/lib/configure:4460:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
gperf-3.1/lib/configure-4461-  case $ac_top_builddir_sub in
##############################################
gperf-3.1/lib/configure-4509-/@mandir@/p'
gperf-3.1/lib/configure:4510:case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
gperf-3.1/lib/configure-4511-*datarootdir*) ac_datarootdir_seen=yes;;
##############################################
gperf-3.1/lib/configure-4526-
gperf-3.1/lib/configure:4527:# Neutralize VPATH when `$srcdir' = `.'.
gperf-3.1/lib/configure-4528-# Shell code in configure.ac might set extrasub.
##############################################
gperf-3.1/lib/configure-4552-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
gperf-3.1/lib/configure:4553:  { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
gperf-3.1/lib/configure-4554-  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' \
##############################################
gperf-3.1/src/configure-43-if test -z "$BASH_VERSION$ZSH_VERSION" \
gperf-3.1/src/configure:44:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
gperf-3.1/src/configure-45-  as_echo='print -r --'
gperf-3.1/src/configure-46-  as_echo_n='print -rn --'
gperf-3.1/src/configure:47:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
gperf-3.1/src/configure-48-  as_echo='printf %s\n'
##############################################
gperf-3.1/src/configure-50-else
gperf-3.1/src/configure:51:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
gperf-3.1/src/configure-52-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
gperf-3.1/src/configure-60-	expr "X$arg" : "X\\(.*\\)$as_nl";
gperf-3.1/src/configure:61:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
gperf-3.1/src/configure-62-      esac;
##############################################
gperf-3.1/src/configure-197-  eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
gperf-3.1/src/configure:198:  test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1"
gperf-3.1/src/configure-199-  if (eval "$as_required") 2>/dev/null; then :
##############################################
gperf-3.1/src/configure-323-      case $as_dir in #(
gperf-3.1/src/configure:324:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
gperf-3.1/src/configure-325-      *) as_qdir=$as_dir;;
##############################################
gperf-3.1/src/configure-396-  {
gperf-3.1/src/configure:397:    as_val=`expr "$@" || test $? -eq 1`
gperf-3.1/src/configure-398-  }
##############################################
gperf-3.1/src/configure-403-# ----------------------------------------
gperf-3.1/src/configure:404:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
gperf-3.1/src/configure-405-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
gperf-3.1/src/configure-466-  eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
gperf-3.1/src/configure:467:  test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
gperf-3.1/src/configure-468-  # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
##############################################
gperf-3.1/src/configure-720-  case $ac_option in
gperf-3.1/src/configure:721:  *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
gperf-3.1/src/configure-722-  *=)   ac_optarg= ;;
##############################################
gperf-3.1/src/configure-764-  -disable-* | --disable-*)
gperf-3.1/src/configure:765:    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
gperf-3.1/src/configure-766-    # Reject names that are not valid shell variable names.
##############################################
gperf-3.1/src/configure-769-    ac_useropt_orig=$ac_useropt
gperf-3.1/src/configure:770:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
gperf-3.1/src/configure-771-    case $ac_user_opts in
##############################################
gperf-3.1/src/configure-790-  -enable-* | --enable-*)
gperf-3.1/src/configure:791:    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
gperf-3.1/src/configure-792-    # Reject names that are not valid shell variable names.
##############################################
gperf-3.1/src/configure-795-    ac_useropt_orig=$ac_useropt
gperf-3.1/src/configure:796:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
gperf-3.1/src/configure-797-    case $ac_user_opts in
##############################################
gperf-3.1/src/configure-994-  -with-* | --with-*)
gperf-3.1/src/configure:995:    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
gperf-3.1/src/configure-996-    # Reject names that are not valid shell variable names.
##############################################
gperf-3.1/src/configure-999-    ac_useropt_orig=$ac_useropt
gperf-3.1/src/configure:1000:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
gperf-3.1/src/configure-1001-    case $ac_user_opts in
##############################################
gperf-3.1/src/configure-1010-  -without-* | --without-*)
gperf-3.1/src/configure:1011:    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
gperf-3.1/src/configure-1012-    # Reject names that are not valid shell variable names.
##############################################
gperf-3.1/src/configure-1015-    ac_useropt_orig=$ac_useropt
gperf-3.1/src/configure:1016:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
gperf-3.1/src/configure-1017-    case $ac_user_opts in
##############################################
gperf-3.1/src/configure-1048-  *=*)
gperf-3.1/src/configure:1049:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
gperf-3.1/src/configure-1050-    # Reject names that are not valid shell variable names.
##############################################
gperf-3.1/src/configure-1069-if test -n "$ac_prev"; then
gperf-3.1/src/configure:1070:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
gperf-3.1/src/configure-1071-  as_fn_error $? "missing argument to $ac_option"
##############################################
gperf-3.1/src/configure-1091-    */ )
gperf-3.1/src/configure:1092:      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
gperf-3.1/src/configure-1093-      eval $ac_var=\$ac_val;;
##############################################
gperf-3.1/src/configure-1126-ac_ls_di=`ls -di .` &&
gperf-3.1/src/configure:1127:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
gperf-3.1/src/configure-1128-  as_fn_error $? "working directory cannot be determined"
##############################################
gperf-3.1/src/configure-1182-case $srcdir in
gperf-3.1/src/configure:1183:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
gperf-3.1/src/configure-1184-esac
##############################################
gperf-3.1/src/configure-1225-By default, \`make install' will install all the files in
gperf-3.1/src/configure:1226:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
gperf-3.1/src/configure:1227:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
gperf-3.1/src/configure-1228-for instance \`--prefix=\$HOME'.
##############################################
gperf-3.1/src/configure-1293-*)
gperf-3.1/src/configure:1294:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
gperf-3.1/src/configure-1295-  # A ".." for each directory in $ac_dir_suffix.
gperf-3.1/src/configure:1296:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
gperf-3.1/src/configure-1297-  case $ac_top_builddir_sub in
##############################################
gperf-3.1/src/configure-1625-    *\'*)
gperf-3.1/src/configure:1626:      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
gperf-3.1/src/configure-1627-    esac
##############################################
gperf-3.1/src/configure-1708-      case $ac_val in
gperf-3.1/src/configure:1709:      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
gperf-3.1/src/configure-1710-      esac
##############################################
gperf-3.1/src/configure-1723-	case $ac_val in
gperf-3.1/src/configure:1724:	*\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
gperf-3.1/src/configure-1725-	esac
##############################################
gperf-3.1/src/configure-1843-    set,)
gperf-3.1/src/configure:1844:      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
gperf-3.1/src/configure:1845:$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
gperf-3.1/src/configure-1846-      ac_cache_corrupted=: ;;
##############################################
gperf-3.1/src/configure-1854-	# differences in whitespace do not lead to failure.
gperf-3.1/src/configure:1855:	ac_old_val_w=`echo x $ac_old_val`
gperf-3.1/src/configure:1856:	ac_new_val_w=`echo x $ac_new_val`
gperf-3.1/src/configure-1857-	if test "$ac_old_val_w" != "$ac_new_val_w"; then
##############################################
gperf-3.1/src/configure-1874-    case $ac_new_val in
gperf-3.1/src/configure:1875:    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
gperf-3.1/src/configure-1876-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
gperf-3.1/src/configure-1906-set x ${MAKE-make}
gperf-3.1/src/configure:1907:ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
gperf-3.1/src/configure-1908-if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
##############################################
gperf-3.1/src/configure-1916-# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
gperf-3.1/src/configure:1917:case `${MAKE-make} -f conftest.make 2>/dev/null` in
gperf-3.1/src/configure-1918-  *@@@%%%=?*=@@@%%%*)
##############################################
gperf-3.1/src/configure-2280-$as_echo_n "checking whether the C compiler works... " >&6; }
gperf-3.1/src/configure:2281:ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
gperf-3.1/src/configure-2282-
##############################################
gperf-3.1/src/configure-2324-	then :; else
gperf-3.1/src/configure:2325:	   ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
gperf-3.1/src/configure-2326-	fi
##############################################
gperf-3.1/src/configure-2384-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
gperf-3.1/src/configure:2385:    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
gperf-3.1/src/configure-2386-	  break;;
##############################################
gperf-3.1/src/configure-2493-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
gperf-3.1/src/configure:2494:    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
gperf-3.1/src/configure-2495-       break;;
##############################################
gperf-3.1/src/configure-3505-  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
gperf-3.1/src/configure:3506:  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
gperf-3.1/src/configure-3507-  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
##############################################
gperf-3.1/src/configure-3572-if test -z "$BASH_VERSION$ZSH_VERSION" \
gperf-3.1/src/configure:3573:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
gperf-3.1/src/configure-3574-  as_echo='print -r --'
gperf-3.1/src/configure-3575-  as_echo_n='print -rn --'
gperf-3.1/src/configure:3576:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
gperf-3.1/src/configure-3577-  as_echo='printf %s\n'
##############################################
gperf-3.1/src/configure-3579-else
gperf-3.1/src/configure:3580:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
gperf-3.1/src/configure-3581-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
gperf-3.1/src/configure-3589-	expr "X$arg" : "X\\(.*\\)$as_nl";
gperf-3.1/src/configure:3590:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
gperf-3.1/src/configure-3591-      esac;
##############################################
gperf-3.1/src/configure-3666-# ----------------------------------------
gperf-3.1/src/configure:3667:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
gperf-3.1/src/configure-3668-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
gperf-3.1/src/configure-3738-  {
gperf-3.1/src/configure:3739:    as_val=`expr "$@" || test $? -eq 1`
gperf-3.1/src/configure-3740-  }
##############################################
gperf-3.1/src/configure-3842-      case $as_dir in #(
gperf-3.1/src/configure:3843:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
gperf-3.1/src/configure-3844-      *) as_qdir=$as_dir;;
##############################################
gperf-3.1/src/configure-3973-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
gperf-3.1/src/configure:3974:ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
gperf-3.1/src/configure-3975-ac_cs_version="\\
##############################################
gperf-3.1/src/configure-3995-  --*=?*)
gperf-3.1/src/configure:3996:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
gperf-3.1/src/configure:3997:    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
gperf-3.1/src/configure-3998-    ac_shift=:
##############################################
gperf-3.1/src/configure-4000-  --*=)
gperf-3.1/src/configure:4001:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
gperf-3.1/src/configure-4002-    ac_optarg=
##############################################
gperf-3.1/src/configure-4024-    case $ac_optarg in
gperf-3.1/src/configure:4025:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
gperf-3.1/src/configure-4026-    '') as_fn_error $? "missing file argument" ;;
##############################################
gperf-3.1/src/configure-4032-    case $ac_optarg in
gperf-3.1/src/configure:4033:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
gperf-3.1/src/configure-4034-    esac
##############################################
gperf-3.1/src/configure-4153-fi
gperf-3.1/src/configure:4154:ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
gperf-3.1/src/configure-4155-if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
##############################################
gperf-3.1/src/configure-4170-  as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
gperf-3.1/src/configure:4171:ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
gperf-3.1/src/configure-4172-ac_delim='%!_!# '
##############################################
gperf-3.1/src/configure-4176-
gperf-3.1/src/configure:4177:  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
gperf-3.1/src/configure-4178-  if test $ac_delim_n = $ac_delim_num; then
##############################################
gperf-3.1/src/configure-4314-for ac_last_try in false false :; do
gperf-3.1/src/configure:4315:  ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
gperf-3.1/src/configure-4316-  if test -z "$ac_tt"; then
##############################################
gperf-3.1/src/configure-4446-      esac
gperf-3.1/src/configure:4447:      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
gperf-3.1/src/configure-4448-      as_fn_append ac_file_inputs " '$ac_f'"
##############################################
gperf-3.1/src/configure-4505-*)
gperf-3.1/src/configure:4506:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
gperf-3.1/src/configure-4507-  # A ".." for each directory in $ac_dir_suffix.
gperf-3.1/src/configure:4508:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
gperf-3.1/src/configure-4509-  case $ac_top_builddir_sub in
##############################################
gperf-3.1/src/configure-4557-/@mandir@/p'
gperf-3.1/src/configure:4558:case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
gperf-3.1/src/configure-4559-*datarootdir*) ac_datarootdir_seen=yes;;
##############################################
gperf-3.1/src/configure-4574-
gperf-3.1/src/configure:4575:# Neutralize VPATH when `$srcdir' = `.'.
gperf-3.1/src/configure-4576-# Shell code in configure.ac might set extrasub.
##############################################
gperf-3.1/src/configure-4600-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
gperf-3.1/src/configure:4601:  { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
gperf-3.1/src/configure-4602-  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' \
##############################################
gperf-3.1/tests/configure-43-if test -z "$BASH_VERSION$ZSH_VERSION" \
gperf-3.1/tests/configure:44:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
gperf-3.1/tests/configure-45-  as_echo='print -r --'
gperf-3.1/tests/configure-46-  as_echo_n='print -rn --'
gperf-3.1/tests/configure:47:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
gperf-3.1/tests/configure-48-  as_echo='printf %s\n'
##############################################
gperf-3.1/tests/configure-50-else
gperf-3.1/tests/configure:51:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
gperf-3.1/tests/configure-52-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
gperf-3.1/tests/configure-60-	expr "X$arg" : "X\\(.*\\)$as_nl";
gperf-3.1/tests/configure:61:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
gperf-3.1/tests/configure-62-      esac;
##############################################
gperf-3.1/tests/configure-197-  eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
gperf-3.1/tests/configure:198:  test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1"
gperf-3.1/tests/configure-199-  if (eval "$as_required") 2>/dev/null; then :
##############################################
gperf-3.1/tests/configure-323-      case $as_dir in #(
gperf-3.1/tests/configure:324:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
gperf-3.1/tests/configure-325-      *) as_qdir=$as_dir;;
##############################################
gperf-3.1/tests/configure-396-  {
gperf-3.1/tests/configure:397:    as_val=`expr "$@" || test $? -eq 1`
gperf-3.1/tests/configure-398-  }
##############################################
gperf-3.1/tests/configure-403-# ----------------------------------------
gperf-3.1/tests/configure:404:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
gperf-3.1/tests/configure-405-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
gperf-3.1/tests/configure-466-  eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
gperf-3.1/tests/configure:467:  test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
gperf-3.1/tests/configure-468-  # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
##############################################
gperf-3.1/tests/configure-717-  case $ac_option in
gperf-3.1/tests/configure:718:  *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
gperf-3.1/tests/configure-719-  *=)   ac_optarg= ;;
##############################################
gperf-3.1/tests/configure-761-  -disable-* | --disable-*)
gperf-3.1/tests/configure:762:    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
gperf-3.1/tests/configure-763-    # Reject names that are not valid shell variable names.
##############################################
gperf-3.1/tests/configure-766-    ac_useropt_orig=$ac_useropt
gperf-3.1/tests/configure:767:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
gperf-3.1/tests/configure-768-    case $ac_user_opts in
##############################################
gperf-3.1/tests/configure-787-  -enable-* | --enable-*)
gperf-3.1/tests/configure:788:    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
gperf-3.1/tests/configure-789-    # Reject names that are not valid shell variable names.
##############################################
gperf-3.1/tests/configure-792-    ac_useropt_orig=$ac_useropt
gperf-3.1/tests/configure:793:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
gperf-3.1/tests/configure-794-    case $ac_user_opts in
##############################################
gperf-3.1/tests/configure-991-  -with-* | --with-*)
gperf-3.1/tests/configure:992:    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
gperf-3.1/tests/configure-993-    # Reject names that are not valid shell variable names.
##############################################
gperf-3.1/tests/configure-996-    ac_useropt_orig=$ac_useropt
gperf-3.1/tests/configure:997:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
gperf-3.1/tests/configure-998-    case $ac_user_opts in
##############################################
gperf-3.1/tests/configure-1007-  -without-* | --without-*)
gperf-3.1/tests/configure:1008:    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
gperf-3.1/tests/configure-1009-    # Reject names that are not valid shell variable names.
##############################################
gperf-3.1/tests/configure-1012-    ac_useropt_orig=$ac_useropt
gperf-3.1/tests/configure:1013:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
gperf-3.1/tests/configure-1014-    case $ac_user_opts in
##############################################
gperf-3.1/tests/configure-1045-  *=*)
gperf-3.1/tests/configure:1046:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
gperf-3.1/tests/configure-1047-    # Reject names that are not valid shell variable names.
##############################################
gperf-3.1/tests/configure-1066-if test -n "$ac_prev"; then
gperf-3.1/tests/configure:1067:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
gperf-3.1/tests/configure-1068-  as_fn_error $? "missing argument to $ac_option"
##############################################
gperf-3.1/tests/configure-1088-    */ )
gperf-3.1/tests/configure:1089:      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
gperf-3.1/tests/configure-1090-      eval $ac_var=\$ac_val;;
##############################################
gperf-3.1/tests/configure-1123-ac_ls_di=`ls -di .` &&
gperf-3.1/tests/configure:1124:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
gperf-3.1/tests/configure-1125-  as_fn_error $? "working directory cannot be determined"
##############################################
gperf-3.1/tests/configure-1179-case $srcdir in
gperf-3.1/tests/configure:1180:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
gperf-3.1/tests/configure-1181-esac
##############################################
gperf-3.1/tests/configure-1222-By default, \`make install' will install all the files in
gperf-3.1/tests/configure:1223:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
gperf-3.1/tests/configure:1224:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
gperf-3.1/tests/configure-1225-for instance \`--prefix=\$HOME'.
##############################################
gperf-3.1/tests/configure-1290-*)
gperf-3.1/tests/configure:1291:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
gperf-3.1/tests/configure-1292-  # A ".." for each directory in $ac_dir_suffix.
gperf-3.1/tests/configure:1293:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
gperf-3.1/tests/configure-1294-  case $ac_top_builddir_sub in
##############################################
gperf-3.1/tests/configure-1576-    *\'*)
gperf-3.1/tests/configure:1577:      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
gperf-3.1/tests/configure-1578-    esac
##############################################
gperf-3.1/tests/configure-1659-      case $ac_val in
gperf-3.1/tests/configure:1660:      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
gperf-3.1/tests/configure-1661-      esac
##############################################
gperf-3.1/tests/configure-1674-	case $ac_val in
gperf-3.1/tests/configure:1675:	*\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
gperf-3.1/tests/configure-1676-	esac
##############################################
gperf-3.1/tests/configure-1794-    set,)
gperf-3.1/tests/configure:1795:      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
gperf-3.1/tests/configure:1796:$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
gperf-3.1/tests/configure-1797-      ac_cache_corrupted=: ;;
##############################################
gperf-3.1/tests/configure-1805-	# differences in whitespace do not lead to failure.
gperf-3.1/tests/configure:1806:	ac_old_val_w=`echo x $ac_old_val`
gperf-3.1/tests/configure:1807:	ac_new_val_w=`echo x $ac_new_val`
gperf-3.1/tests/configure-1808-	if test "$ac_old_val_w" != "$ac_new_val_w"; then
##############################################
gperf-3.1/tests/configure-1825-    case $ac_new_val in
gperf-3.1/tests/configure:1826:    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
gperf-3.1/tests/configure-1827-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
gperf-3.1/tests/configure-1855-set x ${MAKE-make}
gperf-3.1/tests/configure:1856:ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
gperf-3.1/tests/configure-1857-if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
##############################################
gperf-3.1/tests/configure-1865-# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
gperf-3.1/tests/configure:1866:case `${MAKE-make} -f conftest.make 2>/dev/null` in
gperf-3.1/tests/configure-1867-  *@@@%%%=?*=@@@%%%*)
##############################################
gperf-3.1/tests/configure-2229-$as_echo_n "checking whether the C compiler works... " >&6; }
gperf-3.1/tests/configure:2230:ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
gperf-3.1/tests/configure-2231-
##############################################
gperf-3.1/tests/configure-2273-	then :; else
gperf-3.1/tests/configure:2274:	   ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
gperf-3.1/tests/configure-2275-	fi
##############################################
gperf-3.1/tests/configure-2333-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
gperf-3.1/tests/configure:2334:    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
gperf-3.1/tests/configure-2335-	  break;;
##############################################
gperf-3.1/tests/configure-2442-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
gperf-3.1/tests/configure:2443:    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
gperf-3.1/tests/configure-2444-       break;;
##############################################
gperf-3.1/tests/configure-3332-'
gperf-3.1/tests/configure:3333:DEFS=`sed -n "$ac_script" confdefs.h`
gperf-3.1/tests/configure-3334-
##############################################
gperf-3.1/tests/configure-3341-  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
gperf-3.1/tests/configure:3342:  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
gperf-3.1/tests/configure-3343-  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
##############################################
gperf-3.1/tests/configure-3408-if test -z "$BASH_VERSION$ZSH_VERSION" \
gperf-3.1/tests/configure:3409:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
gperf-3.1/tests/configure-3410-  as_echo='print -r --'
gperf-3.1/tests/configure-3411-  as_echo_n='print -rn --'
gperf-3.1/tests/configure:3412:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
gperf-3.1/tests/configure-3413-  as_echo='printf %s\n'
##############################################
gperf-3.1/tests/configure-3415-else
gperf-3.1/tests/configure:3416:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
gperf-3.1/tests/configure-3417-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
gperf-3.1/tests/configure-3425-	expr "X$arg" : "X\\(.*\\)$as_nl";
gperf-3.1/tests/configure:3426:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
gperf-3.1/tests/configure-3427-      esac;
##############################################
gperf-3.1/tests/configure-3502-# ----------------------------------------
gperf-3.1/tests/configure:3503:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
gperf-3.1/tests/configure-3504-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
gperf-3.1/tests/configure-3574-  {
gperf-3.1/tests/configure:3575:    as_val=`expr "$@" || test $? -eq 1`
gperf-3.1/tests/configure-3576-  }
##############################################
gperf-3.1/tests/configure-3678-      case $as_dir in #(
gperf-3.1/tests/configure:3679:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
gperf-3.1/tests/configure-3680-      *) as_qdir=$as_dir;;
##############################################
gperf-3.1/tests/configure-3800-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
gperf-3.1/tests/configure:3801:ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
gperf-3.1/tests/configure-3802-ac_cs_version="\\
##############################################
gperf-3.1/tests/configure-3822-  --*=?*)
gperf-3.1/tests/configure:3823:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
gperf-3.1/tests/configure:3824:    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
gperf-3.1/tests/configure-3825-    ac_shift=:
##############################################
gperf-3.1/tests/configure-3827-  --*=)
gperf-3.1/tests/configure:3828:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
gperf-3.1/tests/configure-3829-    ac_optarg=
##############################################
gperf-3.1/tests/configure-3851-    case $ac_optarg in
gperf-3.1/tests/configure:3852:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
gperf-3.1/tests/configure-3853-    '') as_fn_error $? "missing file argument" ;;
##############################################
gperf-3.1/tests/configure-3967-fi
gperf-3.1/tests/configure:3968:ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
gperf-3.1/tests/configure-3969-if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
##############################################
gperf-3.1/tests/configure-3984-  as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
gperf-3.1/tests/configure:3985:ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
gperf-3.1/tests/configure-3986-ac_delim='%!_!# '
##############################################
gperf-3.1/tests/configure-3990-
gperf-3.1/tests/configure:3991:  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
gperf-3.1/tests/configure-3992-  if test $ac_delim_n = $ac_delim_num; then
##############################################
gperf-3.1/tests/configure-4152-      esac
gperf-3.1/tests/configure:4153:      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
gperf-3.1/tests/configure-4154-      as_fn_append ac_file_inputs " '$ac_f'"
##############################################
gperf-3.1/tests/configure-4211-*)
gperf-3.1/tests/configure:4212:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
gperf-3.1/tests/configure-4213-  # A ".." for each directory in $ac_dir_suffix.
gperf-3.1/tests/configure:4214:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
gperf-3.1/tests/configure-4215-  case $ac_top_builddir_sub in
##############################################
gperf-3.1/tests/configure-4263-/@mandir@/p'
gperf-3.1/tests/configure:4264:case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
gperf-3.1/tests/configure-4265-*datarootdir*) ac_datarootdir_seen=yes;;
##############################################
gperf-3.1/tests/configure-4280-
gperf-3.1/tests/configure:4281:# Neutralize VPATH when `$srcdir' = `.'.
gperf-3.1/tests/configure-4282-# Shell code in configure.ac might set extrasub.
##############################################
gperf-3.1/tests/configure-4306-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
gperf-3.1/tests/configure:4307:  { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
gperf-3.1/tests/configure-4308-  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' \
##############################################
gperf-3.1/tests/validate-21-
gperf-3.1/tests/validate:22:for lang in `echo $languages | sed -e 's/,/ /g'`; do
gperf-3.1/tests/validate-23-  case "$lang" in