===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
gmanedit-0.4.2/install-sh-85-
gmanedit-0.4.2/install-sh:86:	-t=*) transformarg=`echo $1 | sed 's/-t=//'`
gmanedit-0.4.2/install-sh-87-	    shift
##############################################
gmanedit-0.4.2/install-sh-89-
gmanedit-0.4.2/install-sh:90:	-b=*) transformbasename=`echo $1 | sed 's/-b=//'`
gmanedit-0.4.2/install-sh-91-	    shift
##############################################
gmanedit-0.4.2/install-sh-151-	then
gmanedit-0.4.2/install-sh:152:		dst="$dst"/`basename $src`
gmanedit-0.4.2/install-sh-153-	else
##############################################
gmanedit-0.4.2/install-sh-158-## this sed command emulates the dirname command
gmanedit-0.4.2/install-sh:159:dstdir=`echo $dst | sed -e 's,[^/]*$,,;s,/$,,;s,^$,.,'`
gmanedit-0.4.2/install-sh-160-
##############################################
gmanedit-0.4.2/install-sh-172-IFS='%'
gmanedit-0.4.2/install-sh:173:set - `echo ${dstdir} | sed -e 's@/@%@g' -e 's@^%@/@'`
gmanedit-0.4.2/install-sh-174-IFS="${oIFS}"
##############################################
gmanedit-0.4.2/install-sh-206-	then
gmanedit-0.4.2/install-sh:207:		dstfile=`basename $dst`
gmanedit-0.4.2/install-sh-208-	else
##############################################
gmanedit-0.4.2/install-sh-216-	then
gmanedit-0.4.2/install-sh:217:		dstfile=`basename $dst`
gmanedit-0.4.2/install-sh-218-	else
##############################################
gmanedit-0.4.2/Makefile.in-69-MANS = $(man_MANS)
gmanedit-0.4.2/Makefile.in:70:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
gmanedit-0.4.2/Makefile.in-71-am__vpath_adj = case $$p in \
gmanedit-0.4.2/Makefile.in:72:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
gmanedit-0.4.2/Makefile.in-73-    *) f=$$p;; \
gmanedit-0.4.2/Makefile.in-74-  esac;
gmanedit-0.4.2/Makefile.in:75:am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
gmanedit-0.4.2/Makefile.in-76-desktopDATA_INSTALL = $(INSTALL_DATA)
##############################################
gmanedit-0.4.2/Makefile.in-260-	  else file=$$i; fi; \
gmanedit-0.4.2/Makefile.in:261:	  ext=`echo $$i | sed -e 's/^.*\\.//'`; \
gmanedit-0.4.2/Makefile.in-262-	  case "$$ext" in \
##############################################
gmanedit-0.4.2/Makefile.in-265-	  esac; \
gmanedit-0.4.2/Makefile.in:266:	  inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
gmanedit-0.4.2/Makefile.in:267:	  inst=`echo $$inst | sed -e 's/^.*\///'`; \
gmanedit-0.4.2/Makefile.in:268:	  inst=`echo $$inst | sed '$(transform)'`.$$ext; \
gmanedit-0.4.2/Makefile.in-269-	  echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \
##############################################
gmanedit-0.4.2/Makefile.in-281-	for i in $$list; do \
gmanedit-0.4.2/Makefile.in:282:	  ext=`echo $$i | sed -e 's/^.*\\.//'`; \
gmanedit-0.4.2/Makefile.in-283-	  case "$$ext" in \
##############################################
gmanedit-0.4.2/Makefile.in-286-	  esac; \
gmanedit-0.4.2/Makefile.in:287:	  inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
gmanedit-0.4.2/Makefile.in:288:	  inst=`echo $$inst | sed -e 's/^.*\///'`; \
gmanedit-0.4.2/Makefile.in:289:	  inst=`echo $$inst | sed '$(transform)'`.$$ext; \
gmanedit-0.4.2/Makefile.in-290-	  echo " rm -f '$(DESTDIR)$(man1dir)/$$inst'"; \
##############################################
gmanedit-0.4.2/Makefile.in-342-	dot_seen=no; \
gmanedit-0.4.2/Makefile.in:343:	target=`echo $@ | sed s/-recursive//`; \
gmanedit-0.4.2/Makefile.in-344-	list='$(SUBDIRS)'; for subdir in $$list; do \
##############################################
gmanedit-0.4.2/Makefile.in-378-	rev="$$rev ."; \
gmanedit-0.4.2/Makefile.in:379:	target=`echo $@ | sed s/-recursive//`; \
gmanedit-0.4.2/Makefile.in-380-	for subdir in $$rev; do \
##############################################
gmanedit-0.4.2/Makefile.in-452-GTAGS:
gmanedit-0.4.2/Makefile.in:453:	here=`$(am__cd) $(top_builddir) && pwd` \
gmanedit-0.4.2/Makefile.in-454-	  && cd $(top_srcdir) \
##############################################
gmanedit-0.4.2/Makefile.in-463-	$(mkdir_p) $(distdir)/m4 $(distdir)/pixmaps $(distdir)/po
gmanedit-0.4.2/Makefile.in:464:	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
gmanedit-0.4.2/Makefile.in:465:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
gmanedit-0.4.2/Makefile.in-466-	list='$(DISTFILES)'; for file in $$list; do \
gmanedit-0.4.2/Makefile.in-467-	  case $$file in \
gmanedit-0.4.2/Makefile.in:468:	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
gmanedit-0.4.2/Makefile.in:469:	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
gmanedit-0.4.2/Makefile.in-470-	  esac; \
gmanedit-0.4.2/Makefile.in-471-	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
gmanedit-0.4.2/Makefile.in:472:	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
gmanedit-0.4.2/Makefile.in-473-	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
##############################################
gmanedit-0.4.2/Makefile.in-494-	    || exit 1; \
gmanedit-0.4.2/Makefile.in:495:	    distdir=`$(am__cd) $(distdir) && pwd`; \
gmanedit-0.4.2/Makefile.in:496:	    top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
gmanedit-0.4.2/Makefile.in-497-	    (cd $$subdir && \
##############################################
gmanedit-0.4.2/Makefile.in-554-	chmod a-w $(distdir)
gmanedit-0.4.2/Makefile.in:555:	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
gmanedit-0.4.2/Makefile.in-556-	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
##############################################
gmanedit-0.4.2/Makefile.in-585-	@cd $(distuninstallcheck_dir) \
gmanedit-0.4.2/Makefile.in:586:	&& test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
gmanedit-0.4.2/Makefile.in-587-	   || { echo "ERROR: files left after uninstall:" ; \
##############################################
gmanedit-0.4.2/Makefile.in-597-	fi
gmanedit-0.4.2/Makefile.in:598:	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
gmanedit-0.4.2/Makefile.in-599-	  || { echo "ERROR: files left in build directory after distclean:" ; \
##############################################
gmanedit-0.4.2/configure-109-do
gmanedit-0.4.2/configure:110:  if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
gmanedit-0.4.2/configure-111-    eval $as_var=C; export $as_var
##############################################
gmanedit-0.4.2/configure-217-  test \"x\$as_lineno_1\" != \"x\$as_lineno_2\" &&
gmanedit-0.4.2/configure:218:  test \"x\`expr \$as_lineno_1 + 1\`\" = \"x\$as_lineno_2\") || { (exit 1); exit 1; }
gmanedit-0.4.2/configure-219-") 2> /dev/null; then
##############################################
gmanedit-0.4.2/configure-332-  test "x$as_lineno_1" != "x$as_lineno_2" &&
gmanedit-0.4.2/configure:333:  test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2") || { (exit 1); exit 1; }
gmanedit-0.4.2/configure-334-
##############################################
gmanedit-0.4.2/configure-427-  test "x$as_lineno_1" != "x$as_lineno_2" &&
gmanedit-0.4.2/configure:428:  test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
gmanedit-0.4.2/configure-429-
##############################################
gmanedit-0.4.2/configure-538-	esac;
gmanedit-0.4.2/configure:539:	case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
gmanedit-0.4.2/configure-540-	???[sx]*):;;*)false;;esac;fi
##############################################
gmanedit-0.4.2/configure-762-  case $ac_option in
gmanedit-0.4.2/configure:763:  *=*)	ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
gmanedit-0.4.2/configure-764-  *)	ac_optarg=yes ;;
##############################################
gmanedit-0.4.2/configure-805-  -disable-* | --disable-*)
gmanedit-0.4.2/configure:806:    ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
gmanedit-0.4.2/configure-807-    # Reject names that are not valid shell variable names.
##############################################
gmanedit-0.4.2/configure-810-   { (exit 1); exit 1; }; }
gmanedit-0.4.2/configure:811:    ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`
gmanedit-0.4.2/configure-812-    eval enable_$ac_feature=no ;;
##############################################
gmanedit-0.4.2/configure-824-  -enable-* | --enable-*)
gmanedit-0.4.2/configure:825:    ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
gmanedit-0.4.2/configure-826-    # Reject names that are not valid shell variable names.
##############################################
gmanedit-0.4.2/configure-829-   { (exit 1); exit 1; }; }
gmanedit-0.4.2/configure:830:    ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`
gmanedit-0.4.2/configure-831-    eval enable_$ac_feature=\$ac_optarg ;;
##############################################
gmanedit-0.4.2/configure-1021-  -with-* | --with-*)
gmanedit-0.4.2/configure:1022:    ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
gmanedit-0.4.2/configure-1023-    # Reject names that are not valid shell variable names.
##############################################
gmanedit-0.4.2/configure-1026-   { (exit 1); exit 1; }; }
gmanedit-0.4.2/configure:1027:    ac_package=`echo $ac_package | sed 's/[-.]/_/g'`
gmanedit-0.4.2/configure-1028-    eval with_$ac_package=\$ac_optarg ;;
##############################################
gmanedit-0.4.2/configure-1030-  -without-* | --without-*)
gmanedit-0.4.2/configure:1031:    ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
gmanedit-0.4.2/configure-1032-    # Reject names that are not valid shell variable names.
##############################################
gmanedit-0.4.2/configure-1035-   { (exit 1); exit 1; }; }
gmanedit-0.4.2/configure:1036:    ac_package=`echo $ac_package | sed 's/[-.]/_/g'`
gmanedit-0.4.2/configure-1037-    eval with_$ac_package=no ;;
##############################################
gmanedit-0.4.2/configure-1062-  *=*)
gmanedit-0.4.2/configure:1063:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
gmanedit-0.4.2/configure-1064-    # Reject names that are not valid shell variable names.
##############################################
gmanedit-0.4.2/configure-1082-if test -n "$ac_prev"; then
gmanedit-0.4.2/configure:1083:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
gmanedit-0.4.2/configure-1084-  { echo "$as_me: error: missing argument to $ac_option" >&2
##############################################
gmanedit-0.4.2/configure-1128-ac_ls_di=`ls -di .` &&
gmanedit-0.4.2/configure:1129:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
gmanedit-0.4.2/configure-1130-  { echo "$as_me: error: Working directory cannot be determined" >&2
##############################################
gmanedit-0.4.2/configure-1188-case $srcdir in
gmanedit-0.4.2/configure:1189:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
gmanedit-0.4.2/configure-1190-esac
##############################################
gmanedit-0.4.2/configure-1231-By default, \`make install' will install all the files in
gmanedit-0.4.2/configure:1232:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
gmanedit-0.4.2/configure:1233:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
gmanedit-0.4.2/configure-1234-for instance \`--prefix=\$HOME'.
##############################################
gmanedit-0.4.2/configure-1325-*)
gmanedit-0.4.2/configure:1326:  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
gmanedit-0.4.2/configure-1327-  # A ".." for each directory in $ac_dir_suffix.
gmanedit-0.4.2/configure:1328:  ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
gmanedit-0.4.2/configure-1329-  case $ac_top_builddir_sub in
##############################################
gmanedit-0.4.2/configure-1458-    *\'*)
gmanedit-0.4.2/configure:1459:      ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
gmanedit-0.4.2/configure-1460-    esac
##############################################
gmanedit-0.4.2/configure-1544-      case $ac_val in
gmanedit-0.4.2/configure:1545:      *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
gmanedit-0.4.2/configure-1546-      esac
##############################################
gmanedit-0.4.2/configure-1561-	case $ac_val in
gmanedit-0.4.2/configure:1562:	*\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
gmanedit-0.4.2/configure-1563-	esac
##############################################
gmanedit-0.4.2/configure-1670-    set,)
gmanedit-0.4.2/configure:1671:      { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
gmanedit-0.4.2/configure:1672:echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
gmanedit-0.4.2/configure-1673-      ac_cache_corrupted=: ;;
##############################################
gmanedit-0.4.2/configure-1692-    case $ac_new_val in
gmanedit-0.4.2/configure:1693:    *\'*) ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
gmanedit-0.4.2/configure-1694-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
gmanedit-0.4.2/configure-1864-if (
gmanedit-0.4.2/configure:1865:   set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null`
gmanedit-0.4.2/configure-1866-   if test "$*" = "X"; then
gmanedit-0.4.2/configure-1867-      # -L didn't work.
gmanedit-0.4.2/configure:1868:      set X `ls -t $srcdir/configure conftest.file`
gmanedit-0.4.2/configure-1869-   fi
##############################################
gmanedit-0.4.2/configure-1908-_ACEOF
gmanedit-0.4.2/configure:1909:program_transform_name=`echo $program_transform_name | sed -f conftest.sed`
gmanedit-0.4.2/configure-1910-rm -f conftest.sed
##############################################
gmanedit-0.4.2/configure-1912-# expand $ac_aux_dir to an absolute path
gmanedit-0.4.2/configure:1913:am_aux_dir=`cd $ac_aux_dir && pwd`
gmanedit-0.4.2/configure-1914-
##############################################
gmanedit-0.4.2/configure-2001-echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6; }
gmanedit-0.4.2/configure:2002:set x ${MAKE-make}; ac_make=`echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
gmanedit-0.4.2/configure-2003-if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then
##############################################
gmanedit-0.4.2/configure-2011-# GNU make sometimes prints "make[1]: Entering...", which would confuse us.
gmanedit-0.4.2/configure:2012:case `${MAKE-make} -f conftest.make 2>/dev/null` in
gmanedit-0.4.2/configure-2013-  *@@@%%%=?*=@@@%%%*)
##############################################
gmanedit-0.4.2/configure-2039-# test to see if srcdir already configured
gmanedit-0.4.2/configure:2040:if test "`cd $srcdir && pwd`" != "`pwd`" &&
gmanedit-0.4.2/configure-2041-   test -f $srcdir/config.status; then
##############################################
gmanedit-0.4.2/configure-2229-# case it prints its new name instead of `make'.
gmanedit-0.4.2/configure:2230:if test "`$am_make -s -f confmf 2> /dev/null | grep -v 'ing directory'`" = "done"; then
gmanedit-0.4.2/configure-2231-   am__include=include
##############################################
gmanedit-0.4.2/configure-2237-   echo '.include "confinc"' > confmf
gmanedit-0.4.2/configure:2238:   if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then
gmanedit-0.4.2/configure-2239-      am__include=.include
##############################################
gmanedit-0.4.2/configure-2584-echo "$as_me:$LINENO: checking for C compiler version" >&5
gmanedit-0.4.2/configure:2585:ac_compiler=`set X $ac_compile; echo $2`
gmanedit-0.4.2/configure-2586-{ (ac_try="$ac_compiler --version >&5"
##############################################
gmanedit-0.4.2/configure-2638-echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6; }
gmanedit-0.4.2/configure:2639:ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
gmanedit-0.4.2/configure-2640-#
##############################################
gmanedit-0.4.2/configure-2686-	then :; else
gmanedit-0.4.2/configure:2687:	   ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
gmanedit-0.4.2/configure-2688-	fi
##############################################
gmanedit-0.4.2/configure-2783-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;
gmanedit-0.4.2/configure:2784:    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
gmanedit-0.4.2/configure-2785-	  break;;
##############################################
gmanedit-0.4.2/configure-2838-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf ) ;;
gmanedit-0.4.2/configure:2839:    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
gmanedit-0.4.2/configure-2840-       break;;
##############################################
gmanedit-0.4.2/configure-2913-echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6; }
gmanedit-0.4.2/configure:2914:GCC=`test $ac_compiler_gnu = yes && echo yes`
gmanedit-0.4.2/configure-2915-ac_test_CFLAGS=${CFLAGS+set}
##############################################
gmanedit-0.4.2/configure-3217-  if test "$am_compiler_list" = ""; then
gmanedit-0.4.2/configure:3218:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
gmanedit-0.4.2/configure-3219-  fi
##############################################
gmanedit-0.4.2/configure-3696-echo "$as_me:$LINENO: checking for C compiler version" >&5
gmanedit-0.4.2/configure:3697:ac_compiler=`set X $ac_compile; echo $2`
gmanedit-0.4.2/configure-3698-{ (ac_try="$ac_compiler --version >&5"
##############################################
gmanedit-0.4.2/configure-3782-echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6; }
gmanedit-0.4.2/configure:3783:GCC=`test $ac_compiler_gnu = yes && echo yes`
gmanedit-0.4.2/configure-3784-ac_test_CFLAGS=${CFLAGS+set}
##############################################
gmanedit-0.4.2/configure-4086-  if test "$am_compiler_list" = ""; then
gmanedit-0.4.2/configure:4087:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
gmanedit-0.4.2/configure-4088-  fi
##############################################
gmanedit-0.4.2/configure-4481-echo "$as_me:$LINENO: checking for C compiler version" >&5
gmanedit-0.4.2/configure:4482:ac_compiler=`set X $ac_compile; echo $2`
gmanedit-0.4.2/configure-4483-{ (ac_try="$ac_compiler --version >&5"
##############################################
gmanedit-0.4.2/configure-4567-echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6; }
gmanedit-0.4.2/configure:4568:GCC=`test $ac_compiler_gnu = yes && echo yes`
gmanedit-0.4.2/configure-4569-ac_test_CFLAGS=${CFLAGS+set}
##############################################
gmanedit-0.4.2/configure-4871-  if test "$am_compiler_list" = ""; then
gmanedit-0.4.2/configure:4872:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
gmanedit-0.4.2/configure-4873-  fi
##############################################
gmanedit-0.4.2/configure-5210-  # Check for GNU $ac_path_GREP
gmanedit-0.4.2/configure:5211:case `"$ac_path_GREP" --version 2>&1` in
gmanedit-0.4.2/configure-5212-*GNU*)
##############################################
gmanedit-0.4.2/configure-5224-    diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
gmanedit-0.4.2/configure:5225:    ac_count=`expr $ac_count + 1`
gmanedit-0.4.2/configure-5226-    if test $ac_count -gt ${ac_path_GREP_max-0}; then
##############################################
gmanedit-0.4.2/configure-5292-  # Check for GNU $ac_path_EGREP
gmanedit-0.4.2/configure:5293:case `"$ac_path_EGREP" --version 2>&1` in
gmanedit-0.4.2/configure-5294-*GNU*)
##############################################
gmanedit-0.4.2/configure-5306-    diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
gmanedit-0.4.2/configure:5307:    ac_count=`expr $ac_count + 1`
gmanedit-0.4.2/configure-5308-    if test $ac_count -gt ${ac_path_EGREP_max-0}; then
##############################################
gmanedit-0.4.2/configure-5662-  (exit $ac_status); }; then
gmanedit-0.4.2/configure:5663:  pkg_cv_GTK_CFLAGS=`$PKG_CONFIG --cflags "gtk+-2.0 >= 2.10.0" 2>/dev/null`
gmanedit-0.4.2/configure-5664-else
##############################################
gmanedit-0.4.2/configure-5680-  (exit $ac_status); }; then
gmanedit-0.4.2/configure:5681:  pkg_cv_GTK_LIBS=`$PKG_CONFIG --libs "gtk+-2.0 >= 2.10.0" 2>/dev/null`
gmanedit-0.4.2/configure-5682-else
##############################################
gmanedit-0.4.2/configure-5699-        if test $_pkg_short_errors_supported = yes; then
gmanedit-0.4.2/configure:5700:	        GTK_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "gtk+-2.0 >= 2.10.0"`
gmanedit-0.4.2/configure-5701-        else
gmanedit-0.4.2/configure:5702:	        GTK_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "gtk+-2.0 >= 2.10.0"`
gmanedit-0.4.2/configure-5703-        fi
##############################################
gmanedit-0.4.2/configure-5893-
gmanedit-0.4.2/configure:5894:    case `$MSGFMT --version | sed 1q | sed -e 's,^[^0-9]*,,'` in
gmanedit-0.4.2/configure-5895-    '' | 0.[0-9] | 0.[0-9].* | 0.1[0-4] | 0.1[0-4].*) MSGFMT_015=: ;;
##############################################
gmanedit-0.4.2/configure-5898-
gmanedit-0.4.2/configure:5899:  case `$GMSGFMT --version | sed 1q | sed -e 's,^[^0-9]*,,'` in
gmanedit-0.4.2/configure-5900-    '' | 0.[0-9] | 0.[0-9].* | 0.1[0-4] | 0.1[0-4].*) GMSGFMT_015=: ;;
##############################################
gmanedit-0.4.2/configure-5976-
gmanedit-0.4.2/configure:5977:    case `$XGETTEXT --version | sed 1q | sed -e 's,^[^0-9]*,,'` in
gmanedit-0.4.2/configure-5978-    '' | 0.[0-9] | 0.[0-9].* | 0.1[0-4] | 0.1[0-4].*) XGETTEXT_015=: ;;
##############################################
gmanedit-0.4.2/configure-6090-test "x$ac_build_alias" = x &&
gmanedit-0.4.2/configure:6091:  ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
gmanedit-0.4.2/configure-6092-test "x$ac_build_alias" = x &&
##############################################
gmanedit-0.4.2/configure-6095-   { (exit 1); exit 1; }; }
gmanedit-0.4.2/configure:6096:ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
gmanedit-0.4.2/configure-6097-  { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&5
##############################################
gmanedit-0.4.2/configure-6120-IFS=$ac_save_IFS
gmanedit-0.4.2/configure:6121:case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
gmanedit-0.4.2/configure-6122-
##############################################
gmanedit-0.4.2/configure-6131-else
gmanedit-0.4.2/configure:6132:  ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
gmanedit-0.4.2/configure-6133-    { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&5
##############################################
gmanedit-0.4.2/configure-6157-IFS=$ac_save_IFS
gmanedit-0.4.2/configure:6158:case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
gmanedit-0.4.2/configure-6159-
##############################################
gmanedit-0.4.2/configure-6189-    # gcc leaves a trailing carriage return which upsets mingw
gmanedit-0.4.2/configure:6190:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
gmanedit-0.4.2/configure-6191-  *)
gmanedit-0.4.2/configure:6192:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
gmanedit-0.4.2/configure-6193-  esac
##############################################
gmanedit-0.4.2/configure-6198-      # Canonicalize the path of ld
gmanedit-0.4.2/configure:6199:      ac_prog=`echo $ac_prog| sed 's%\\\\%/%g'`
gmanedit-0.4.2/configure-6200-      while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do
gmanedit-0.4.2/configure:6201:	ac_prog=`echo $ac_prog| sed "s%$re_direlt%/%"`
gmanedit-0.4.2/configure-6202-      done
##############################################
gmanedit-0.4.2/configure-6232-      # Break only if it was the GNU/non-GNU ld that we prefer.
gmanedit-0.4.2/configure:6233:      case `"$acl_cv_path_LD" -v 2>&1 < /dev/null` in
gmanedit-0.4.2/configure-6234-      *GNU* | *'with BFD'*)
##############################################
gmanedit-0.4.2/configure-6263-  # I'd rather use --version here, but apparently some GNU ld's only accept -v.
gmanedit-0.4.2/configure:6264:case `$LD -v 2>&1 </dev/null` in
gmanedit-0.4.2/configure-6265-*GNU* | *'with BFD'*)
##############################################
gmanedit-0.4.2/configure-6311-                  acl_libdirstem=lib
gmanedit-0.4.2/configure:6312:  searchpath=`(LC_ALL=C $CC -print-search-dirs) 2>/dev/null | sed -n -e 's,^libraries: ,,p' | sed -e 's,^=,,'`
gmanedit-0.4.2/configure-6313-  if test -n "$searchpath"; then
##############################################
gmanedit-0.4.2/configure-6318-          */lib64/ | */lib64 ) acl_libdirstem=lib64 ;;
gmanedit-0.4.2/configure:6319:          *) searchdir=`cd "$searchdir" && pwd`
gmanedit-0.4.2/configure-6320-             case "$searchdir" in
##############################################
gmanedit-0.4.2/configure-6398-        names_already_handled="$names_already_handled $name"
gmanedit-0.4.2/configure:6399:                        uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./-|ABCDEFGHIJKLMNOPQRSTUVWXYZ___|'`
gmanedit-0.4.2/configure-6400-        eval value=\"\$HAVE_LIB$uppername\"
##############################################
gmanedit-0.4.2/configure-6474-                -L*)
gmanedit-0.4.2/configure:6475:                  dir=`echo "X$x" | sed -e 's/^X-L//'`
gmanedit-0.4.2/configure-6476-                                    if test -n "$acl_shlibext"; then
##############################################
gmanedit-0.4.2/configure-6589-              */$acl_libdirstem | */$acl_libdirstem/)
gmanedit-0.4.2/configure:6590:                basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem/"'*$,,'`
gmanedit-0.4.2/configure-6591-                LIBICONV_PREFIX="$basedir"
##############################################
gmanedit-0.4.2/configure-6638-                  -L*)
gmanedit-0.4.2/configure:6639:                    additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'`
gmanedit-0.4.2/configure-6640-                                                                                                                                                                if test "X$additional_libdir" != "X/usr/$acl_libdirstem"; then
##############################################
gmanedit-0.4.2/configure-6695-                  -R*)
gmanedit-0.4.2/configure:6696:                    dir=`echo "X$dep" | sed -e 's/^X-R//'`
gmanedit-0.4.2/configure-6697-                    if test "$enable_rpath" != no; then
##############################################
gmanedit-0.4.2/configure-6720-                  -l*)
gmanedit-0.4.2/configure:6721:                                        names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'`
gmanedit-0.4.2/configure-6722-                    ;;
gmanedit-0.4.2/configure-6723-                  *.la)
gmanedit-0.4.2/configure:6724:                                                                                names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'`
gmanedit-0.4.2/configure-6725-                    ;;
##############################################
gmanedit-0.4.2/configure-7008-fi
gmanedit-0.4.2/configure:7009:ac_res=`eval echo '${'$gt_func_gnugettext_libc'}'`
gmanedit-0.4.2/configure-7010-	       { echo "$as_me:$LINENO: result: $ac_res" >&5
##############################################
gmanedit-0.4.2/configure-7366-        names_already_handled="$names_already_handled $name"
gmanedit-0.4.2/configure:7367:                        uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./-|ABCDEFGHIJKLMNOPQRSTUVWXYZ___|'`
gmanedit-0.4.2/configure-7368-        eval value=\"\$HAVE_LIB$uppername\"
##############################################
gmanedit-0.4.2/configure-7442-                -L*)
gmanedit-0.4.2/configure:7443:                  dir=`echo "X$x" | sed -e 's/^X-L//'`
gmanedit-0.4.2/configure-7444-                                    if test -n "$acl_shlibext"; then
##############################################
gmanedit-0.4.2/configure-7557-              */$acl_libdirstem | */$acl_libdirstem/)
gmanedit-0.4.2/configure:7558:                basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem/"'*$,,'`
gmanedit-0.4.2/configure-7559-                LIBINTL_PREFIX="$basedir"
##############################################
gmanedit-0.4.2/configure-7606-                  -L*)
gmanedit-0.4.2/configure:7607:                    additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'`
gmanedit-0.4.2/configure-7608-                                                                                                                                                                if test "X$additional_libdir" != "X/usr/$acl_libdirstem"; then
##############################################
gmanedit-0.4.2/configure-7663-                  -R*)
gmanedit-0.4.2/configure:7664:                    dir=`echo "X$dep" | sed -e 's/^X-R//'`
gmanedit-0.4.2/configure-7665-                    if test "$enable_rpath" != no; then
##############################################
gmanedit-0.4.2/configure-7688-                  -l*)
gmanedit-0.4.2/configure:7689:                                        names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'`
gmanedit-0.4.2/configure-7690-                    ;;
gmanedit-0.4.2/configure-7691-                  *.la)
gmanedit-0.4.2/configure:7692:                                                                                names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'`
gmanedit-0.4.2/configure-7693-                    ;;
##############################################
gmanedit-0.4.2/configure-7855-fi
gmanedit-0.4.2/configure:7856:ac_res=`eval echo '${'$gt_func_gnugettext_libintl'}'`
gmanedit-0.4.2/configure-7857-	       { echo "$as_me:$LINENO: result: $ac_res" >&5
##############################################
gmanedit-0.4.2/configure-8081-'
gmanedit-0.4.2/configure:8082:DEFS=`sed -n "$ac_script" confdefs.h`
gmanedit-0.4.2/configure-8083-
##############################################
gmanedit-0.4.2/configure-8089-  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
gmanedit-0.4.2/configure:8090:  ac_i=`echo "$ac_i" | sed "$ac_script"`
gmanedit-0.4.2/configure-8091-  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
##############################################
gmanedit-0.4.2/configure-8247-do
gmanedit-0.4.2/configure:8248:  if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
gmanedit-0.4.2/configure-8249-    eval $as_var=C; export $as_var
##############################################
gmanedit-0.4.2/configure-8297-  test "x$as_lineno_1" != "x$as_lineno_2" &&
gmanedit-0.4.2/configure:8298:  test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
gmanedit-0.4.2/configure-8299-
##############################################
gmanedit-0.4.2/configure-8408-	esac;
gmanedit-0.4.2/configure:8409:	case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
gmanedit-0.4.2/configure-8410-	???[sx]*):;;*)false;;esac;fi
##############################################
gmanedit-0.4.2/configure-8477-configured by $0, generated by GNU Autoconf 2.61,
gmanedit-0.4.2/configure:8478:  with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
gmanedit-0.4.2/configure-8479-
##############################################
gmanedit-0.4.2/configure-8496-  --*=*)
gmanedit-0.4.2/configure:8497:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
gmanedit-0.4.2/configure:8498:    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
gmanedit-0.4.2/configure-8499-    ac_shift=:
##############################################
gmanedit-0.4.2/configure-8751-
gmanedit-0.4.2/configure:8752:  if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 97; then
gmanedit-0.4.2/configure-8753-    break
##############################################
gmanedit-0.4.2/configure-8762-
gmanedit-0.4.2/configure:8763:ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
gmanedit-0.4.2/configure-8764-if test -n "$ac_eof"; then
gmanedit-0.4.2/configure:8765:  ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
gmanedit-0.4.2/configure:8766:  ac_eof=`expr $ac_eof + 1`
gmanedit-0.4.2/configure-8767-fi
##############################################
gmanedit-0.4.2/configure-8802-
gmanedit-0.4.2/configure:8803:  if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 10; then
gmanedit-0.4.2/configure-8804-    break
##############################################
gmanedit-0.4.2/configure-8813-
gmanedit-0.4.2/configure:8814:ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
gmanedit-0.4.2/configure-8815-if test -n "$ac_eof"; then
gmanedit-0.4.2/configure:8816:  ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
gmanedit-0.4.2/configure:8817:  ac_eof=`expr $ac_eof + 1`
gmanedit-0.4.2/configure-8818-fi
##############################################
gmanedit-0.4.2/configure-8951-      case $as_dir in #(
gmanedit-0.4.2/configure:8952:      *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #(
gmanedit-0.4.2/configure-8953-      *) as_qdir=$as_dir;;
##############################################
gmanedit-0.4.2/configure-8989-*)
gmanedit-0.4.2/configure:8990:  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
gmanedit-0.4.2/configure-8991-  # A ".." for each directory in $ac_dir_suffix.
gmanedit-0.4.2/configure:8992:  ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
gmanedit-0.4.2/configure-8993-  case $ac_top_builddir_sub in
##############################################
gmanedit-0.4.2/configure-9062-
gmanedit-0.4.2/configure:9063:# Neutralize VPATH when `$srcdir' = `.'.
gmanedit-0.4.2/configure-9064-# Shell code in configure.ac might set extrasub.
##############################################
gmanedit-0.4.2/configure-9086-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
gmanedit-0.4.2/configure:9087:  { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
gmanedit-0.4.2/configure:9088:  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
gmanedit-0.4.2/configure-9089-  { echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
##############################################
gmanedit-0.4.2/configure-9110-  # Strip MF so we end up with the name of the file.
gmanedit-0.4.2/configure:9111:  mf=`echo "$mf" | sed -e 's/:.*$//'`
gmanedit-0.4.2/configure-9112-  # Check whether this is an Automake generated Makefile or not.
##############################################
gmanedit-0.4.2/configure-9146-  # from the Makefile without running `make'.
gmanedit-0.4.2/configure:9147:  DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
gmanedit-0.4.2/configure-9148-  test -z "$DEPDIR" && continue
gmanedit-0.4.2/configure:9149:  am__include=`sed -n 's/^am__include = //p' < "$mf"`
gmanedit-0.4.2/configure-9150-  test -z "am__include" && continue
gmanedit-0.4.2/configure:9151:  am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
gmanedit-0.4.2/configure-9152-  # When using ansi2knr, U may be empty or an underscore; expand it
gmanedit-0.4.2/configure:9153:  U=`sed -n 's/^U = //p' < "$mf"`
gmanedit-0.4.2/configure-9154-  # Find all dependency output files, they are included files with
##############################################
gmanedit-0.4.2/configure-9193-      case $as_dir in #(
gmanedit-0.4.2/configure:9194:      *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #(
gmanedit-0.4.2/configure-9195-      *) as_qdir=$as_dir;;
##############################################
gmanedit-0.4.2/configure-9235-      case "$ac_file" in
gmanedit-0.4.2/configure:9236:        *:*) ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
gmanedit-0.4.2/configure-9237-      esac
##############################################
gmanedit-0.4.2/configure-9240-        # Adjust a relative srcdir.
gmanedit-0.4.2/configure:9241:        ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'`
gmanedit-0.4.2/configure:9242:        ac_dir_suffix="/`echo "$ac_dir"|sed 's%^\./%%'`"
gmanedit-0.4.2/configure:9243:        ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'`
gmanedit-0.4.2/configure-9244-        # In autoconf-2.13 it is called $ac_given_srcdir.
##############################################
gmanedit-0.4.2/configure-9247-        case "$ac_given_srcdir" in
gmanedit-0.4.2/configure:9248:          .)  top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;;
gmanedit-0.4.2/configure-9249-          /*) top_srcdir="$ac_given_srcdir" ;;
##############################################
gmanedit-0.4.2/configure-9267-            fi
gmanedit-0.4.2/configure:9268:            ALL_LINGUAS_=`sed -e "/^#/d" -e "s/#.*//" "$ac_given_srcdir/$ac_dir/LINGUAS"`
gmanedit-0.4.2/configure-9269-            # Hide the ALL_LINGUAS assigment from automake < 1.5.
##############################################
gmanedit-0.4.2/config.guess-37-
gmanedit-0.4.2/config.guess:38:me=`echo "$0" | sed -e 's,.*/,,'`
gmanedit-0.4.2/config.guess-39-
##############################################
gmanedit-0.4.2/config.guess-106-: ${TMPDIR=/tmp} ;
gmanedit-0.4.2/config.guess:107: { tmp=`(umask 077 && mktemp -d -q "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } ||
gmanedit-0.4.2/config.guess-108- { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir $tmp) ; } ||
##############################################
gmanedit-0.4.2/config.guess-191-	    *)
gmanedit-0.4.2/config.guess:192:		release=`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'`
gmanedit-0.4.2/config.guess-193-		;;
##############################################
gmanedit-0.4.2/config.guess-243-	if test $UNAME_RELEASE = "V4.0"; then
gmanedit-0.4.2/config.guess:244:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'`
gmanedit-0.4.2/config.guess-245-	fi
##############################################
gmanedit-0.4.2/config.guess-249-	# types through head -n 1, so we only detect the type of CPU 0.
gmanedit-0.4.2/config.guess:250:	ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^  The alpha \(.*\) processor.*$/\1/p' | head -n 1`
gmanedit-0.4.2/config.guess-251-	case "$ALPHA_CPU_TYPE" in
##############################################
gmanedit-0.4.2/config.guess-286-	# 1.2 uses "1.2" for uname -r.
gmanedit-0.4.2/config.guess:287:	echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[VTX]//' | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'`
gmanedit-0.4.2/config.guess-288-	exit 0 ;;
##############################################
gmanedit-0.4.2/config.guess-340-    sun4H:SunOS:5.*:*)
gmanedit-0.4.2/config.guess:341:	echo sparc-hal-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
gmanedit-0.4.2/config.guess-342-	exit 0 ;;
gmanedit-0.4.2/config.guess-343-    sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*)
gmanedit-0.4.2/config.guess:344:	echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
gmanedit-0.4.2/config.guess-345-	exit 0 ;;
gmanedit-0.4.2/config.guess-346-    i86pc:SunOS:5.*:*)
gmanedit-0.4.2/config.guess:347:	echo i386-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
gmanedit-0.4.2/config.guess-348-	exit 0 ;;
##############################################
gmanedit-0.4.2/config.guess-352-	# it's likely to be more like Solaris than SunOS4.
gmanedit-0.4.2/config.guess:353:	echo sparc-sun-solaris3`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
gmanedit-0.4.2/config.guess-354-	exit 0 ;;
##############################################
gmanedit-0.4.2/config.guess-361-	# Japanese Language versions have a version number like `4.1.3-JL'.
gmanedit-0.4.2/config.guess:362:	echo sparc-sun-sunos`echo ${UNAME_RELEASE}|sed -e 's/-/_/'`
gmanedit-0.4.2/config.guess-363-	exit 0 ;;
##############################################
gmanedit-0.4.2/config.guess-367-    sun*:*:4.2BSD:*)
gmanedit-0.4.2/config.guess:368:	UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null`
gmanedit-0.4.2/config.guess-369-	test "x${UNAME_RELEASE}" = "x" && UNAME_RELEASE=3
##############################################
gmanedit-0.4.2/config.guess-446-	$CC_FOR_BUILD -o $dummy $dummy.c \
gmanedit-0.4.2/config.guess:447:	  && $dummy `echo "${UNAME_RELEASE}" | sed -n 's/\([0-9]*\).*/\1/p'` \
gmanedit-0.4.2/config.guess-448-	  && exit 0
##############################################
gmanedit-0.4.2/config.guess-501-    *:IRIX*:*:*)
gmanedit-0.4.2/config.guess:502:	echo mips-sgi-irix`echo ${UNAME_RELEASE}|sed -e 's/-/_/g'`
gmanedit-0.4.2/config.guess-503-	exit 0 ;;
##############################################
gmanedit-0.4.2/config.guess-540-    *:AIX:*:[45])
gmanedit-0.4.2/config.guess:541:	IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'`
gmanedit-0.4.2/config.guess-542-	if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then
##############################################
gmanedit-0.4.2/config.guess-575-    9000/[34678]??:HP-UX:*:*)
gmanedit-0.4.2/config.guess:576:	HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
gmanedit-0.4.2/config.guess-577-	case "${UNAME_MACHINE}" in
##############################################
gmanedit-0.4.2/config.guess-629-EOF
gmanedit-0.4.2/config.guess:630:		    (CCOPTS= $CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null) && HP_ARCH=`$dummy`
gmanedit-0.4.2/config.guess-631-		    test -z "$HP_ARCH" && HP_ARCH=hppa
##############################################
gmanedit-0.4.2/config.guess-647-    ia64:HP-UX:*:*)
gmanedit-0.4.2/config.guess:648:	HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
gmanedit-0.4.2/config.guess-649-	echo ia64-hp-hpux${HPUX_REV}
##############################################
gmanedit-0.4.2/config.guess-747-        FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'`
gmanedit-0.4.2/config.guess:748:        FUJITSU_REL=`echo ${UNAME_RELEASE} | sed -e 's/ /_/'`
gmanedit-0.4.2/config.guess-749-        echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
gmanedit-0.4.2/config.guess-752-        FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'`
gmanedit-0.4.2/config.guess:753:        FUJITSU_REL=`echo ${UNAME_RELEASE} | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/ /_/'`
gmanedit-0.4.2/config.guess-754-        echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
gmanedit-0.4.2/config.guess-775-EOF
gmanedit-0.4.2/config.guess:776:	eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep ^LIBC=`
gmanedit-0.4.2/config.guess-777-	# GNU/KFreeBSD systems have a "k" prefix to indicate we are using
##############################################
gmanedit-0.4.2/config.guess-779-	case ${LIBC} in gnu) kernel_only='k' ;; esac
gmanedit-0.4.2/config.guess:780:	echo ${UNAME_MACHINE}-unknown-${kernel_only}freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`${LIBC:+-$LIBC}
gmanedit-0.4.2/config.guess-781-	exit 0 ;;
##############################################
gmanedit-0.4.2/config.guess-809-    prep*:SunOS:5.*:*)
gmanedit-0.4.2/config.guess:810:	echo powerpcle-unknown-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
gmanedit-0.4.2/config.guess-811-	exit 0 ;;
##############################################
gmanedit-0.4.2/config.guess-813-	# the GNU system
gmanedit-0.4.2/config.guess:814:	echo `echo ${UNAME_MACHINE}|sed -e 's,[-/].*$,,'`-unknown-gnu`echo ${UNAME_RELEASE}|sed -e 's,/.*$,,'`
gmanedit-0.4.2/config.guess-815-	exit 0 ;;
##############################################
gmanedit-0.4.2/config.guess-817-	# other systems with GNU libc and userland
gmanedit-0.4.2/config.guess:818:	echo ${UNAME_MACHINE}-unknown-`echo ${UNAME_SYSTEM} | sed 's,^[^/]*/,,' | tr '[A-Z]' '[a-z]'``echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`-gnu
gmanedit-0.4.2/config.guess-819-	exit 0 ;;
##############################################
gmanedit-0.4.2/config.guess-850-EOF
gmanedit-0.4.2/config.guess:851:	eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep ^CPU=`
gmanedit-0.4.2/config.guess-852-	test x"${CPU}" != x && echo "${CPU}-unknown-linux-gnu" && exit 0
##############################################
gmanedit-0.4.2/config.guess-869-EOF
gmanedit-0.4.2/config.guess:870:	eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep ^CPU=`
gmanedit-0.4.2/config.guess-871-	test x"${CPU}" != x && echo "${CPU}-unknown-linux-gnu" && exit 0
##############################################
gmanedit-0.4.2/config.guess-970-EOF
gmanedit-0.4.2/config.guess:971:	eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep ^LIBC=`
gmanedit-0.4.2/config.guess-972-	test x"${LIBC}" != x && echo "${UNAME_MACHINE}-pc-linux-${LIBC}" && exit 0
##############################################
gmanedit-0.4.2/config.guess-1009-    i*86:*:4.*:* | i*86:SYSTEM_V:4.*:*)
gmanedit-0.4.2/config.guess:1010:	UNAME_REL=`echo ${UNAME_RELEASE} | sed 's/\/MP$//'`
gmanedit-0.4.2/config.guess-1011-	if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then
##############################################
gmanedit-0.4.2/depcomp-68-  sed 's|[^\\/]*$|'${DEPDIR-.deps}'/&|;s|\.\([^.]*\)$|.P\1|;s|Pobj$|Po|'`}
gmanedit-0.4.2/depcomp:69:tmpdepfile=${tmpdepfile-`echo "$depfile" | sed 's/\.\([^.]*\)$/.T\1/'`}
gmanedit-0.4.2/depcomp-70-
##############################################
gmanedit-0.4.2/depcomp-203-  # Version 6 uses the directory in both cases.
gmanedit-0.4.2/depcomp:204:  stripped=`echo "$object" | sed 's/\(.*\)\..*$/\1/'`
gmanedit-0.4.2/depcomp-205-  tmpdepfile="$stripped.u"
##############################################
gmanedit-0.4.2/depcomp-214-  else
gmanedit-0.4.2/depcomp:215:    stripped=`echo "$stripped" | sed 's,^.*/,,'`
gmanedit-0.4.2/depcomp-216-    tmpdepfile="$stripped.u"
##############################################
gmanedit-0.4.2/depcomp-228-    # Do two passes, one to just change these to
gmanedit-0.4.2/depcomp:229:    # `$object: dependent.h' and one to simply `dependent.h:'.
gmanedit-0.4.2/depcomp-230-    sed -e "s,^$outname:,$object :," < "$tmpdepfile" > "$depfile"
##############################################
gmanedit-0.4.2/depcomp-269-  # Do two passes, one to just change these to
gmanedit-0.4.2/depcomp:270:  # `$object: dependent.h' and one to simply `dependent.h:'.
gmanedit-0.4.2/depcomp-271-  sed "s,^[^:]*:,$object :," < "$tmpdepfile" > "$depfile"
##############################################
gmanedit-0.4.2/depcomp-284-   # Subdirectories are respected.
gmanedit-0.4.2/depcomp:285:   dir=`echo "$object" | sed -e 's|/[^/]*$|/|'`
gmanedit-0.4.2/depcomp-286-   test "x$dir" = "x$object" && dir=
gmanedit-0.4.2/depcomp:287:   base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'`
gmanedit-0.4.2/depcomp-288-
##############################################
gmanedit-0.4.2/depcomp-423-  done
gmanedit-0.4.2/depcomp:424:  obj_suffix="`echo $object | sed 's/^.*\././'`"
gmanedit-0.4.2/depcomp-425-  touch "$tmpdepfile"
##############################################
gmanedit-0.4.2/mkinstalldirs-12-do
gmanedit-0.4.2/mkinstalldirs:13:   set fnord `echo ":$file" | sed -ne 's/^:\//#/;s/^://;s/\// /g;s/^#/\//;p'`
gmanedit-0.4.2/mkinstalldirs-14-   shift
##############################################
gmanedit-0.4.2/aclocal.m4-138-        PKG_CHECK_EXISTS([$3],
gmanedit-0.4.2/aclocal.m4:139:                         [pkg_cv_[]$1=`$PKG_CONFIG --[]$2 "$3" 2>/dev/null`],
gmanedit-0.4.2/aclocal.m4-140-			 [pkg_failed=yes])
##############################################
gmanedit-0.4.2/aclocal.m4-186-        if test $_pkg_short_errors_supported = yes; then
gmanedit-0.4.2/aclocal.m4:187:	        $1[]_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "$2"`
gmanedit-0.4.2/aclocal.m4-188-        else 
gmanedit-0.4.2/aclocal.m4:189:	        $1[]_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "$2"`
gmanedit-0.4.2/aclocal.m4-190-        fi
##############################################
gmanedit-0.4.2/aclocal.m4-252-# $ac_aux_dir to `$srcdir/foo'.  In other projects, it is set to
gmanedit-0.4.2/aclocal.m4:253:# `$srcdir', `$srcdir/..', or `$srcdir/../..'.
gmanedit-0.4.2/aclocal.m4-254-#
##############################################
gmanedit-0.4.2/aclocal.m4-276-# iff we strip the leading $srcdir from $ac_aux_dir.  That would be:
gmanedit-0.4.2/aclocal.m4:277:#   am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"`
gmanedit-0.4.2/aclocal.m4-278-# and then we would define $MISSING as
##############################################
gmanedit-0.4.2/aclocal.m4-292-# expand $ac_aux_dir to an absolute path
gmanedit-0.4.2/aclocal.m4:293:am_aux_dir=`cd $ac_aux_dir && pwd`
gmanedit-0.4.2/aclocal.m4-294-])
##############################################
gmanedit-0.4.2/aclocal.m4-413-  if test "$am_compiler_list" = ""; then
gmanedit-0.4.2/aclocal.m4:414:     am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp`
gmanedit-0.4.2/aclocal.m4-415-  fi
##############################################
gmanedit-0.4.2/aclocal.m4-523-  # Strip MF so we end up with the name of the file.
gmanedit-0.4.2/aclocal.m4:524:  mf=`echo "$mf" | sed -e 's/:.*$//'`
gmanedit-0.4.2/aclocal.m4-525-  # Check whether this is an Automake generated Makefile or not.
##############################################
gmanedit-0.4.2/aclocal.m4-531-  if grep '^#.*generated by automake' $mf > /dev/null 2>&1; then
gmanedit-0.4.2/aclocal.m4:532:    dirpart=`AS_DIRNAME("$mf")`
gmanedit-0.4.2/aclocal.m4-533-  else
##############################################
gmanedit-0.4.2/aclocal.m4-537-  # from the Makefile without running `make'.
gmanedit-0.4.2/aclocal.m4:538:  DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
gmanedit-0.4.2/aclocal.m4-539-  test -z "$DEPDIR" && continue
gmanedit-0.4.2/aclocal.m4:540:  am__include=`sed -n 's/^am__include = //p' < "$mf"`
gmanedit-0.4.2/aclocal.m4-541-  test -z "am__include" && continue
gmanedit-0.4.2/aclocal.m4:542:  am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
gmanedit-0.4.2/aclocal.m4-543-  # When using ansi2knr, U may be empty or an underscore; expand it
gmanedit-0.4.2/aclocal.m4:544:  U=`sed -n 's/^U = //p' < "$mf"`
gmanedit-0.4.2/aclocal.m4-545-  # Find all dependency output files, they are included files with
##############################################
gmanedit-0.4.2/aclocal.m4-553-    test -f "$dirpart/$file" && continue
gmanedit-0.4.2/aclocal.m4:554:    fdir=`AS_DIRNAME(["$file"])`
gmanedit-0.4.2/aclocal.m4-555-    AS_MKDIR_P([$dirpart/$fdir])
##############################################
gmanedit-0.4.2/aclocal.m4-608-# test to see if srcdir already configured
gmanedit-0.4.2/aclocal.m4:609:if test "`cd $srcdir && pwd`" != "`pwd`" &&
gmanedit-0.4.2/aclocal.m4-610-   test -f $srcdir/config.status; then
##############################################
gmanedit-0.4.2/aclocal.m4-684-    * )
gmanedit-0.4.2/aclocal.m4:685:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
gmanedit-0.4.2/aclocal.m4-686-  esac
gmanedit-0.4.2/aclocal.m4-687-done
gmanedit-0.4.2/aclocal.m4:688:echo "timestamp for $1" >`AS_DIRNAME([$1])`/stamp-h[]$_am_stamp_count])
gmanedit-0.4.2/aclocal.m4-689-
##############################################
gmanedit-0.4.2/aclocal.m4-756-# case it prints its new name instead of `make'.
gmanedit-0.4.2/aclocal.m4:757:if test "`$am_make -s -f confmf 2> /dev/null | grep -v 'ing directory'`" = "done"; then
gmanedit-0.4.2/aclocal.m4-758-   am__include=include
##############################################
gmanedit-0.4.2/aclocal.m4-764-   echo '.include "confinc"' > confmf
gmanedit-0.4.2/aclocal.m4:765:   if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then
gmanedit-0.4.2/aclocal.m4-766-      am__include=.include
##############################################
gmanedit-0.4.2/aclocal.m4-931-if (
gmanedit-0.4.2/aclocal.m4:932:   set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null`
gmanedit-0.4.2/aclocal.m4-933-   if test "$[*]" = "X"; then
gmanedit-0.4.2/aclocal.m4-934-      # -L didn't work.
gmanedit-0.4.2/aclocal.m4:935:      set X `ls -t $srcdir/configure conftest.file`
gmanedit-0.4.2/aclocal.m4-936-   fi
##############################################
gmanedit-0.4.2/config.sub-54-
gmanedit-0.4.2/config.sub:55:me=`echo "$0" | sed -e 's,.*/,,'`
gmanedit-0.4.2/config.sub-56-
##############################################
gmanedit-0.4.2/config.sub-118-# Here we must recognize all the valid KERNEL-OS combinations.
gmanedit-0.4.2/config.sub:119:maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'`
gmanedit-0.4.2/config.sub-120-case $maybe_os in
##############################################
gmanedit-0.4.2/config.sub-123-    os=-$maybe_os
gmanedit-0.4.2/config.sub:124:    basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`
gmanedit-0.4.2/config.sub-125-    ;;
gmanedit-0.4.2/config.sub-126-  *)
gmanedit-0.4.2/config.sub:127:    basic_machine=`echo $1 | sed 's/-[^-]*$//'`
gmanedit-0.4.2/config.sub-128-    if [ $basic_machine != $1 ]
gmanedit-0.4.2/config.sub:129:    then os=`echo $1 | sed 's/.*-/-/'`
gmanedit-0.4.2/config.sub-130-    else os=; fi
##############################################
gmanedit-0.4.2/config.sub-174-		os=-sco3.2v5
gmanedit-0.4.2/config.sub:175:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
gmanedit-0.4.2/config.sub-176-		;;
##############################################
gmanedit-0.4.2/config.sub-178-		os=-sco3.2v4
gmanedit-0.4.2/config.sub:179:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
gmanedit-0.4.2/config.sub-180-		;;
gmanedit-0.4.2/config.sub-181-	-sco3.2.[4-9]*)
gmanedit-0.4.2/config.sub:182:		os=`echo $os | sed -e 's/sco3.2./sco3.2v/'`
gmanedit-0.4.2/config.sub:183:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
gmanedit-0.4.2/config.sub-184-		;;
##############################################
gmanedit-0.4.2/config.sub-186-		# Don't forget version if it is 3.2v4 or newer.
gmanedit-0.4.2/config.sub:187:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
gmanedit-0.4.2/config.sub-188-		;;
##############################################
gmanedit-0.4.2/config.sub-190-		os=-sco3.2v2
gmanedit-0.4.2/config.sub:191:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
gmanedit-0.4.2/config.sub-192-		;;
gmanedit-0.4.2/config.sub-193-	-udk*)
gmanedit-0.4.2/config.sub:194:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
gmanedit-0.4.2/config.sub-195-		;;
##############################################
gmanedit-0.4.2/config.sub-197-		os=-isc2.2
gmanedit-0.4.2/config.sub:198:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
gmanedit-0.4.2/config.sub-199-		;;
##############################################
gmanedit-0.4.2/config.sub-203-	-isc*)
gmanedit-0.4.2/config.sub:204:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
gmanedit-0.4.2/config.sub-205-		;;
##############################################
gmanedit-0.4.2/config.sub-209-	-ptx*)
gmanedit-0.4.2/config.sub:210:		basic_machine=`echo $1 | sed -e 's/86-.*/86-sequent/'`
gmanedit-0.4.2/config.sub-211-		;;
gmanedit-0.4.2/config.sub-212-	-windowsnt*)
gmanedit-0.4.2/config.sub:213:		os=`echo $os | sed -e 's/windowsnt/winnt/'`
gmanedit-0.4.2/config.sub-214-		;;
##############################################
gmanedit-0.4.2/config.sub-289-	*-*-*)
gmanedit-0.4.2/config.sub:290:		echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
gmanedit-0.4.2/config.sub-291-		exit 1
##############################################
gmanedit-0.4.2/config.sub-383-	amd64-*)
gmanedit-0.4.2/config.sub:384:		basic_machine=x86_64-`echo $basic_machine | sed 's/^[^-]*-//'`
gmanedit-0.4.2/config.sub-385-		;;
##############################################
gmanedit-0.4.2/config.sub-585-	i*86v32)
gmanedit-0.4.2/config.sub:586:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
gmanedit-0.4.2/config.sub-587-		os=-sysv32
##############################################
gmanedit-0.4.2/config.sub-589-	i*86v4*)
gmanedit-0.4.2/config.sub:590:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
gmanedit-0.4.2/config.sub-591-		os=-sysv4
##############################################
gmanedit-0.4.2/config.sub-593-	i*86v)
gmanedit-0.4.2/config.sub:594:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
gmanedit-0.4.2/config.sub-595-		os=-sysv
##############################################
gmanedit-0.4.2/config.sub-597-	i*86sol2)
gmanedit-0.4.2/config.sub:598:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
gmanedit-0.4.2/config.sub-599-		os=-solaris2
##############################################
gmanedit-0.4.2/config.sub-645-	mips3*-*)
gmanedit-0.4.2/config.sub:646:		basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`
gmanedit-0.4.2/config.sub-647-		;;
gmanedit-0.4.2/config.sub-648-	mips3*)
gmanedit-0.4.2/config.sub:649:		basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`-unknown
gmanedit-0.4.2/config.sub-650-		;;
##############################################
gmanedit-0.4.2/config.sub-791-	pentium-* | p5-* | k5-* | k6-* | nexgen-* | viac3-*)
gmanedit-0.4.2/config.sub:792:		basic_machine=i586-`echo $basic_machine | sed 's/^[^-]*-//'`
gmanedit-0.4.2/config.sub-793-		;;
gmanedit-0.4.2/config.sub-794-	pentiumpro-* | p6-* | 6x86-* | athlon-*)
gmanedit-0.4.2/config.sub:795:		basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
gmanedit-0.4.2/config.sub-796-		;;
gmanedit-0.4.2/config.sub-797-	pentiumii-* | pentium2-* | pentiumiii-* | pentium3-*)
gmanedit-0.4.2/config.sub:798:		basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
gmanedit-0.4.2/config.sub-799-		;;
gmanedit-0.4.2/config.sub-800-	pentium4-*)
gmanedit-0.4.2/config.sub:801:		basic_machine=i786-`echo $basic_machine | sed 's/^[^-]*-//'`
gmanedit-0.4.2/config.sub-802-		;;
##############################################
gmanedit-0.4.2/config.sub-809-		;;
gmanedit-0.4.2/config.sub:810:	ppc-*)	basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'`
gmanedit-0.4.2/config.sub-811-		;;
##############################################
gmanedit-0.4.2/config.sub-815-	ppcle-* | powerpclittle-*)
gmanedit-0.4.2/config.sub:816:		basic_machine=powerpcle-`echo $basic_machine | sed 's/^[^-]*-//'`
gmanedit-0.4.2/config.sub-817-		;;
##############################################
gmanedit-0.4.2/config.sub-819-		;;
gmanedit-0.4.2/config.sub:820:	ppc64-*) basic_machine=powerpc64-`echo $basic_machine | sed 's/^[^-]*-//'`
gmanedit-0.4.2/config.sub-821-		;;
##############################################
gmanedit-0.4.2/config.sub-825-	ppc64le-* | powerpc64little-*)
gmanedit-0.4.2/config.sub:826:		basic_machine=powerpc64le-`echo $basic_machine | sed 's/^[^-]*-//'`
gmanedit-0.4.2/config.sub-827-		;;
##############################################
gmanedit-0.4.2/config.sub-1094-	*)
gmanedit-0.4.2/config.sub:1095:		echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
gmanedit-0.4.2/config.sub-1096-		exit 1
##############################################
gmanedit-0.4.2/config.sub-1102-	*-digital*)
gmanedit-0.4.2/config.sub:1103:		basic_machine=`echo $basic_machine | sed 's/digital.*/dec/'`
gmanedit-0.4.2/config.sub-1104-		;;
gmanedit-0.4.2/config.sub-1105-	*-commodore*)
gmanedit-0.4.2/config.sub:1106:		basic_machine=`echo $basic_machine | sed 's/commodore.*/cbm/'`
gmanedit-0.4.2/config.sub-1107-		;;
##############################################
gmanedit-0.4.2/config.sub-1120-	-solaris1 | -solaris1.*)
gmanedit-0.4.2/config.sub:1121:		os=`echo $os | sed -e 's|solaris1|sunos4|'`
gmanedit-0.4.2/config.sub-1122-		;;
##############################################
gmanedit-0.4.2/config.sub-1132-	-gnu/linux*)
gmanedit-0.4.2/config.sub:1133:		os=`echo $os | sed -e 's|gnu/linux|linux-gnu|'`
gmanedit-0.4.2/config.sub-1134-		;;
##############################################
gmanedit-0.4.2/config.sub-1172-	-nto*)
gmanedit-0.4.2/config.sub:1173:		os=`echo $os | sed -e 's|nto|nto-qnx|'`
gmanedit-0.4.2/config.sub-1174-		;;
##############################################
gmanedit-0.4.2/config.sub-1179-	-mac*)
gmanedit-0.4.2/config.sub:1180:		os=`echo $os | sed -e 's|mac|macos|'`
gmanedit-0.4.2/config.sub-1181-		;;
##############################################
gmanedit-0.4.2/config.sub-1185-	-linux*)
gmanedit-0.4.2/config.sub:1186:		os=`echo $os | sed -e 's|linux|linux-gnu|'`
gmanedit-0.4.2/config.sub-1187-		;;
gmanedit-0.4.2/config.sub-1188-	-sunos5*)
gmanedit-0.4.2/config.sub:1189:		os=`echo $os | sed -e 's|sunos5|solaris2|'`
gmanedit-0.4.2/config.sub-1190-		;;
gmanedit-0.4.2/config.sub-1191-	-sunos6*)
gmanedit-0.4.2/config.sub:1192:		os=`echo $os | sed -e 's|sunos6|solaris3|'`
gmanedit-0.4.2/config.sub-1193-		;;
##############################################
gmanedit-0.4.2/config.sub-1240-	-sinix5.*)
gmanedit-0.4.2/config.sub:1241:		os=`echo $os | sed -e 's|sinix|sysv|'`
gmanedit-0.4.2/config.sub-1242-		;;
##############################################
gmanedit-0.4.2/config.sub-1288-		# Get rid of the `-' at the beginning of $os.
gmanedit-0.4.2/config.sub:1289:		os=`echo $os | sed 's/[^-]*-//'`
gmanedit-0.4.2/config.sub:1290:		echo Invalid configuration \`$1\': system \`$os\' not recognized 1>&2
gmanedit-0.4.2/config.sub-1291-		exit 1
##############################################
gmanedit-0.4.2/config.sub-1524-		esac
gmanedit-0.4.2/config.sub:1525:		basic_machine=`echo $basic_machine | sed "s/unknown/$vendor/"`
gmanedit-0.4.2/config.sub-1526-		;;
##############################################
gmanedit-0.4.2/config.rpath-33-host="$1"
gmanedit-0.4.2/config.rpath:34:host_cpu=`echo "$host" | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
gmanedit-0.4.2/config.rpath:35:host_vendor=`echo "$host" | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
gmanedit-0.4.2/config.rpath:36:host_os=`echo "$host" | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
gmanedit-0.4.2/config.rpath-37-
##############################################
gmanedit-0.4.2/config.rpath-47-done
gmanedit-0.4.2/config.rpath:48:cc_basename=`echo "$cc_temp" | sed -e 's%^.*/%%'`
gmanedit-0.4.2/config.rpath-49-
##############################################
gmanedit-0.4.2/config.rpath-91-        *)
gmanedit-0.4.2/config.rpath:92:          case `$CC -V 2>&1 | sed 5q` in
gmanedit-0.4.2/config.rpath-93-            *Sun\ C*)
##############################################
gmanedit-0.4.2/config.rpath-217-    sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
gmanedit-0.4.2/config.rpath:218:      case `$LD -v 2>&1` in
gmanedit-0.4.2/config.rpath-219-        *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
##############################################
gmanedit-0.4.2/config.rpath-223-          if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
gmanedit-0.4.2/config.rpath:224:            hardcode_libdir_flag_spec='`test -z "$SCOABSPATH" && echo ${wl}-rpath,$libdir`'
gmanedit-0.4.2/config.rpath-225-          else
##############################################
gmanedit-0.4.2/config.rpath-280-        case $host_os in aix4.[012]|aix4.[012].*)
gmanedit-0.4.2/config.rpath:281:          collect2name=`${CC} -print-prog-name=collect2`
gmanedit-0.4.2/config.rpath-282-          if test -f "$collect2name" && \
##############################################
gmanedit-0.4.2/config.rpath-419-        hardcode_direct=yes
gmanedit-0.4.2/config.rpath:420:        if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
gmanedit-0.4.2/config.rpath-421-          hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
##############################################
gmanedit-0.4.2/config.rpath-483-    sysv5* | sco3.2v5* | sco5v6*)
gmanedit-0.4.2/config.rpath:484:      hardcode_libdir_flag_spec='`test -z "$SCOABSPATH" && echo ${wl}-R,$libdir`'
gmanedit-0.4.2/config.rpath-485-      hardcode_libdir_separator=':'
##############################################
gmanedit-0.4.2/config.rpath-627-sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
gmanedit-0.4.2/config.rpath:628:escaped_wl=`echo "X$wl" | sed -e 's/^X//' -e "$sed_quote_subst"`
gmanedit-0.4.2/config.rpath:629:shlibext=`echo "$shrext" | sed -e 's,^\.,,'`
gmanedit-0.4.2/config.rpath:630:escaped_libname_spec=`echo "X$libname_spec" | sed -e 's/^X//' -e "$sed_quote_subst"`
gmanedit-0.4.2/config.rpath:631:escaped_library_names_spec=`echo "X$library_names_spec" | sed -e 's/^X//' -e "$sed_quote_subst"`
gmanedit-0.4.2/config.rpath:632:escaped_hardcode_libdir_flag_spec=`echo "X$hardcode_libdir_flag_spec" | sed -e 's/^X//' -e "$sed_quote_subst"`
gmanedit-0.4.2/config.rpath-633-
##############################################
gmanedit-0.4.2/m4/iconv.m4-173-      am_cv_proto_iconv="extern size_t iconv (iconv_t cd, $am_cv_proto_iconv_arg1 char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);"])
gmanedit-0.4.2/m4/iconv.m4:174:    am_cv_proto_iconv=`echo "[$]am_cv_proto_iconv" | tr -s ' ' | sed -e 's/( /(/'`
gmanedit-0.4.2/m4/iconv.m4-175-    AC_MSG_RESULT([$]{ac_t:-
##############################################
gmanedit-0.4.2/m4/po.m4-47-changequote(,)dnl
gmanedit-0.4.2/m4/po.m4:48:  case `$MSGFMT --version | sed 1q | sed -e 's,^[^0-9]*,,'` in
gmanedit-0.4.2/m4/po.m4-49-    '' | 0.[0-9] | 0.[0-9].* | 0.1[0-4] | 0.1[0-4].*) MSGFMT_015=: ;;
##############################################
gmanedit-0.4.2/m4/po.m4-54-changequote(,)dnl
gmanedit-0.4.2/m4/po.m4:55:  case `$GMSGFMT --version | sed 1q | sed -e 's,^[^0-9]*,,'` in
gmanedit-0.4.2/m4/po.m4-56-    '' | 0.[0-9] | 0.[0-9].* | 0.1[0-4] | 0.1[0-4].*) GMSGFMT_015=: ;;
##############################################
gmanedit-0.4.2/m4/po.m4-73-changequote(,)dnl
gmanedit-0.4.2/m4/po.m4:74:  case `$XGETTEXT --version | sed 1q | sed -e 's,^[^0-9]*,,'` in
gmanedit-0.4.2/m4/po.m4-75-    '' | 0.[0-9] | 0.[0-9].* | 0.1[0-4] | 0.1[0-4].*) XGETTEXT_015=: ;;
##############################################
gmanedit-0.4.2/m4/po.m4-98-      case "$ac_file" in
gmanedit-0.4.2/m4/po.m4:99:        *:*) ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
gmanedit-0.4.2/m4/po.m4-100-      esac
##############################################
gmanedit-0.4.2/m4/po.m4-103-        # Adjust a relative srcdir.
gmanedit-0.4.2/m4/po.m4:104:        ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'`
gmanedit-0.4.2/m4/po.m4:105:        ac_dir_suffix="/`echo "$ac_dir"|sed 's%^\./%%'`"
gmanedit-0.4.2/m4/po.m4:106:        ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'`
gmanedit-0.4.2/m4/po.m4-107-        # In autoconf-2.13 it is called $ac_given_srcdir.
##############################################
gmanedit-0.4.2/m4/po.m4-110-        case "$ac_given_srcdir" in
gmanedit-0.4.2/m4/po.m4:111:          .)  top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;;
gmanedit-0.4.2/m4/po.m4-112-          /*) top_srcdir="$ac_given_srcdir" ;;
##############################################
gmanedit-0.4.2/m4/po.m4-130-            fi
gmanedit-0.4.2/m4/po.m4:131:            ALL_LINGUAS_=`sed -e "/^#/d" -e "s/#.*//" "$ac_given_srcdir/$ac_dir/LINGUAS"`
gmanedit-0.4.2/m4/po.m4-132-            # Hide the ALL_LINGUAS assigment from automake < 1.5.
##############################################
gmanedit-0.4.2/m4/po.m4-227-  # Adjust a relative srcdir.
gmanedit-0.4.2/m4/po.m4:228:  ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'`
gmanedit-0.4.2/m4/po.m4:229:  ac_dir_suffix="/`echo "$ac_dir"|sed 's%^\./%%'`"
gmanedit-0.4.2/m4/po.m4:230:  ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'`
gmanedit-0.4.2/m4/po.m4-231-  # In autoconf-2.13 it is called $ac_given_srcdir.
##############################################
gmanedit-0.4.2/m4/po.m4-234-  case "$ac_given_srcdir" in
gmanedit-0.4.2/m4/po.m4:235:    .)  top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;;
gmanedit-0.4.2/m4/po.m4-236-    /*) top_srcdir="$ac_given_srcdir" ;;
##############################################
gmanedit-0.4.2/m4/po.m4-295-  # Set POTFILES to the value of the Makefile variable POTFILES.
gmanedit-0.4.2/m4/po.m4:296:  sed_x_POTFILES=`$gt_echo "$sed_x_variable" | sed -e '/^ *#/d' -e 's/VARIABLE/POTFILES/g'`
gmanedit-0.4.2/m4/po.m4:297:  POTFILES=`sed -n -e "$sed_x_POTFILES" < "$ac_file"`
gmanedit-0.4.2/m4/po.m4-298-  # Compute POTFILES_DEPS as
##############################################
gmanedit-0.4.2/m4/po.m4-310-    # The LINGUAS file contains the set of available languages.
gmanedit-0.4.2/m4/po.m4:311:    ALL_LINGUAS_=`sed -e "/^#/d" -e "s/#.*//" "$ac_given_srcdir/$ac_dir/LINGUAS"`
gmanedit-0.4.2/m4/po.m4-312-    POMAKEFILEDEPS="$POMAKEFILEDEPS LINGUAS"
##############################################
gmanedit-0.4.2/m4/po.m4-314-    # Set ALL_LINGUAS to the value of the Makefile variable LINGUAS.
gmanedit-0.4.2/m4/po.m4:315:    sed_x_LINGUAS=`$gt_echo "$sed_x_variable" | sed -e '/^ *#/d' -e 's/VARIABLE/LINGUAS/g'`
gmanedit-0.4.2/m4/po.m4:316:    ALL_LINGUAS_=`sed -n -e "$sed_x_LINGUAS" < "$ac_file"`
gmanedit-0.4.2/m4/po.m4-317-  fi
##############################################
gmanedit-0.4.2/m4/po.m4-358-    QMFILES="$QMFILES $srcdirpre$lang.qm"
gmanedit-0.4.2/m4/po.m4:359:    frobbedlang=`echo $lang | sed -e 's/\..*$//' -e 'y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstuvwxyz/'`
gmanedit-0.4.2/m4/po.m4-360-    MSGFILES="$MSGFILES $srcdirpre$frobbedlang.msg"
gmanedit-0.4.2/m4/po.m4:361:    frobbedlang=`echo $lang | sed -e 's/_/-/g' -e 's/^sr-CS/sr-SP/' -e 's/@latin$/-Latn/' -e 's/@cyrillic$/-Cyrl/' -e 's/^sr-SP$/sr-SP-Latn/' -e 's/^uz-UZ$/uz-UZ-Latn/'`
gmanedit-0.4.2/m4/po.m4-362-    RESOURCESDLLFILES="$RESOURCESDLLFILES $srcdirpre$frobbedlang/\$(DOMAIN).resources.dll"
##############################################
gmanedit-0.4.2/m4/po.m4-399-      QTCATALOGS="$QTCATALOGS $lang.qm"
gmanedit-0.4.2/m4/po.m4:400:      frobbedlang=`echo $lang | sed -e 's/\..*$//' -e 'y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstuvwxyz/'`
gmanedit-0.4.2/m4/po.m4-401-      TCLCATALOGS="$TCLCATALOGS $frobbedlang.msg"
gmanedit-0.4.2/m4/po.m4:402:      frobbedlang=`echo $lang | sed -e 's/_/-/g' -e 's/^sr-CS/sr-SP/' -e 's/@latin$/-Latn/' -e 's/@cyrillic$/-Cyrl/' -e 's/^sr-SP$/sr-SP-Latn/' -e 's/^uz-UZ$/uz-UZ-Latn/'`
gmanedit-0.4.2/m4/po.m4-403-      CSHARPCATALOGS="$CSHARPCATALOGS $frobbedlang/\$(DOMAIN).resources.dll"
##############################################
gmanedit-0.4.2/m4/po.m4-410-    for lang in $ALL_LINGUAS; do
gmanedit-0.4.2/m4/po.m4:411:      frobbedlang=`echo $lang | sed -e 's/\..*$//' -e 'y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstuvwxyz/'`
gmanedit-0.4.2/m4/po.m4-412-      cat >> "$ac_file.tmp" <<EOF
##############################################
gmanedit-0.4.2/m4/po.m4-421-    for lang in $ALL_LINGUAS; do
gmanedit-0.4.2/m4/po.m4:422:      frobbedlang=`echo $lang | sed -e 's/_/-/g' -e 's/^sr-CS/sr-SP/' -e 's/@latin$/-Latn/' -e 's/@cyrillic$/-Cyrl/' -e 's/^sr-SP$/sr-SP-Latn/' -e 's/^uz-UZ$/uz-UZ-Latn/'`
gmanedit-0.4.2/m4/po.m4-423-      cat >> "$ac_file.tmp" <<EOF
##############################################
gmanedit-0.4.2/m4/gettext.m4-247-        LTLIBINTL="ifelse([$3],[],\${top_builddir}/intl,[$3])/libintl.[]gt_libtool_suffix_prefix[]a $LTLIBICONV $LTLIBTHREAD"
gmanedit-0.4.2/m4/gettext.m4:248:        LIBS=`echo " $LIBS " | sed -e 's/ -lintl / /' -e 's/^ //' -e 's/ $//'`
gmanedit-0.4.2/m4/gettext.m4-249-      fi
##############################################
gmanedit-0.4.2/m4/lib-ld.m4-14-[# I'd rather use --version here, but apparently some GNU ld's only accept -v.
gmanedit-0.4.2/m4/lib-ld.m4:15:case `$LD -v 2>&1 </dev/null` in
gmanedit-0.4.2/m4/lib-ld.m4-16-*GNU* | *'with BFD'*)
##############################################
gmanedit-0.4.2/m4/lib-ld.m4-50-    # gcc leaves a trailing carriage return which upsets mingw
gmanedit-0.4.2/m4/lib-ld.m4:51:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
gmanedit-0.4.2/m4/lib-ld.m4-52-  *)
gmanedit-0.4.2/m4/lib-ld.m4:53:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
gmanedit-0.4.2/m4/lib-ld.m4-54-  esac
##############################################
gmanedit-0.4.2/m4/lib-ld.m4-59-      # Canonicalize the path of ld
gmanedit-0.4.2/m4/lib-ld.m4:60:      ac_prog=`echo $ac_prog| sed 's%\\\\%/%g'`
gmanedit-0.4.2/m4/lib-ld.m4-61-      while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do
gmanedit-0.4.2/m4/lib-ld.m4:62:	ac_prog=`echo $ac_prog| sed "s%$re_direlt%/%"`
gmanedit-0.4.2/m4/lib-ld.m4-63-      done
##############################################
gmanedit-0.4.2/m4/lib-ld.m4-89-      # Break only if it was the GNU/non-GNU ld that we prefer.
gmanedit-0.4.2/m4/lib-ld.m4:90:      case `"$acl_cv_path_LD" -v 2>&1 < /dev/null` in
gmanedit-0.4.2/m4/lib-ld.m4-91-      *GNU* | *'with BFD'*)
##############################################
gmanedit-0.4.2/m4/lib-prefix.m4-168-  acl_libdirstem=lib
gmanedit-0.4.2/m4/lib-prefix.m4:169:  searchpath=`(LC_ALL=C $CC -print-search-dirs) 2>/dev/null | sed -n -e 's,^libraries: ,,p' | sed -e 's,^=,,'`
gmanedit-0.4.2/m4/lib-prefix.m4-170-  if test -n "$searchpath"; then
##############################################
gmanedit-0.4.2/m4/lib-prefix.m4-175-          */lib64/ | */lib64 ) acl_libdirstem=lib64 ;;
gmanedit-0.4.2/m4/lib-prefix.m4:176:          *) searchdir=`cd "$searchdir" && pwd`
gmanedit-0.4.2/m4/lib-prefix.m4-177-             case "$searchdir" in
##############################################
gmanedit-0.4.2/m4/lib-link.m4-199-        dnl or AC_LIB_HAVE_LINKFLAGS call.
gmanedit-0.4.2/m4/lib-link.m4:200:        uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./-|ABCDEFGHIJKLMNOPQRSTUVWXYZ___|'`
gmanedit-0.4.2/m4/lib-link.m4-201-        eval value=\"\$HAVE_LIB$uppername\"
##############################################
gmanedit-0.4.2/m4/lib-link.m4-274-                -L*)
gmanedit-0.4.2/m4/lib-link.m4:275:                  dir=`echo "X$x" | sed -e 's/^X-L//'`
gmanedit-0.4.2/m4/lib-link.m4-276-                  dnl First look for a shared library.
##############################################
gmanedit-0.4.2/m4/lib-link.m4-416-              */$acl_libdirstem | */$acl_libdirstem/)
gmanedit-0.4.2/m4/lib-link.m4:417:                basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem/"'*$,,'`
gmanedit-0.4.2/m4/lib-link.m4-418-                LIB[]NAME[]_PREFIX="$basedir"
##############################################
gmanedit-0.4.2/m4/lib-link.m4-470-                  -L*)
gmanedit-0.4.2/m4/lib-link.m4:471:                    additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'`
gmanedit-0.4.2/m4/lib-link.m4-472-                    dnl Potentially add $additional_libdir to $LIBNAME and $LTLIBNAME.
##############################################
gmanedit-0.4.2/m4/lib-link.m4-520-                  -R*)
gmanedit-0.4.2/m4/lib-link.m4:521:                    dir=`echo "X$dep" | sed -e 's/^X-R//'`
gmanedit-0.4.2/m4/lib-link.m4-522-                    if test "$enable_rpath" != no; then
##############################################
gmanedit-0.4.2/m4/lib-link.m4-550-                    dnl Handle this in the next round.
gmanedit-0.4.2/m4/lib-link.m4:551:                    names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'`
gmanedit-0.4.2/m4/lib-link.m4-552-                    ;;
##############################################
gmanedit-0.4.2/m4/lib-link.m4-556-                    dnl option.
gmanedit-0.4.2/m4/lib-link.m4:557:                    names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'`
gmanedit-0.4.2/m4/lib-link.m4-558-                    ;;
##############################################
gmanedit-0.4.2/m4/lib-link.m4-663-            -L) next=yes ;;
gmanedit-0.4.2/m4/lib-link.m4:664:            -L*) dir=`echo "X$opt" | sed -e 's,^X-L,,'`
gmanedit-0.4.2/m4/lib-link.m4-665-                 dnl No need to hardcode the standard /usr/lib.
##############################################
gmanedit-0.4.2/missing-128-       # Could not run --version or --help.  This is probably someone
gmanedit-0.4.2/missing:129:       # running `$TOOL --version' or `$TOOL --help' to check whether
gmanedit-0.4.2/missing-130-       # $TOOL exists and not knowing $TOOL uses missing.
##############################################
gmanedit-0.4.2/missing-162-         from any GNU archive site."
gmanedit-0.4.2/missing:163:    files=`sed -n 's/^[ ]*A[CM]_CONFIG_HEADER(\([^)]*\)).*/\1/p' ${configure_ac}`
gmanedit-0.4.2/missing-164-    test -z "$files" && files="config.h"
##############################################
gmanedit-0.4.2/missing-191-         proper tools for further handling them.
gmanedit-0.4.2/missing:192:         You can get \`$1' as part of \`Autoconf' from any GNU
gmanedit-0.4.2/missing-193-         archive site."
gmanedit-0.4.2/missing-194-
gmanedit-0.4.2/missing:195:    file=`echo "$*" | sed -n 's/.*--output[ =]*\([^ ]*\).*/\1/p'`
gmanedit-0.4.2/missing:196:    test -z "$file" && file=`echo "$*" | sed -n 's/.*-o[ ]*\([^ ]*\).*/\1/p'`
gmanedit-0.4.2/missing-197-    if test -f "$file"; then
##############################################
gmanedit-0.4.2/missing-220-	*.y)
gmanedit-0.4.2/missing:221:	    SRCFILE=`echo "$LASTARG" | sed 's/y$/c/'`
gmanedit-0.4.2/missing-222-	    if [ -f "$SRCFILE" ]; then
##############################################
gmanedit-0.4.2/missing-224-	    fi
gmanedit-0.4.2/missing:225:	    SRCFILE=`echo "$LASTARG" | sed 's/y$/h/'`
gmanedit-0.4.2/missing-226-	    if [ -f "$SRCFILE" ]; then
##############################################
gmanedit-0.4.2/missing-250-	*.l)
gmanedit-0.4.2/missing:251:	    SRCFILE=`echo "$LASTARG" | sed 's/l$/c/'`
gmanedit-0.4.2/missing-252-	    if [ -f "$SRCFILE" ]; then
##############################################
gmanedit-0.4.2/missing-269-
gmanedit-0.4.2/missing:270:    file=`echo "$*" | sed -n 's/.*-o \([^ ]*\).*/\1/p'`
gmanedit-0.4.2/missing-271-    if test -z "$file"; then
gmanedit-0.4.2/missing:272:	file=`echo "$*" | sed -n 's/.*--output=\([^ ]*\).*/\1/p'`
gmanedit-0.4.2/missing-273-    fi
##############################################
gmanedit-0.4.2/missing-291-    # The file to touch is that specified with -o ...
gmanedit-0.4.2/missing:292:    file=`echo "$*" | sed -n 's/.*-o \([^ ]*\).*/\1/p'`
gmanedit-0.4.2/missing-293-    if test -z "$file"; then
gmanedit-0.4.2/missing-294-      # ... or it is the one specified with @setfilename ...
gmanedit-0.4.2/missing:295:      infile=`echo "$*" | sed 's/.* \([^ ]*\) *$/\1/'`
gmanedit-0.4.2/missing:296:      file=`sed -n '/^@setfilename/ { s/.* \([^ ]*\) *$/\1/; p; q; }' $infile`
gmanedit-0.4.2/missing-297-      # ... or it is derived from the source name (dir/f.texi becomes f.info)
gmanedit-0.4.2/missing:298:      test -z "$file" && file=`echo "$infile" | sed 's,.*/,,;s,.[^.]*$,,'`.info
gmanedit-0.4.2/missing-299-    fi
##############################################
gmanedit-0.4.2/missing-321-	*o*)
gmanedit-0.4.2/missing:322:	    firstarg=`echo "$firstarg" | sed s/o//`
gmanedit-0.4.2/missing-323-	    tar "$firstarg" "$@" && exit 0
##############################################
gmanedit-0.4.2/missing-327-	*h*)
gmanedit-0.4.2/missing:328:	    firstarg=`echo "$firstarg" | sed s/h//`
gmanedit-0.4.2/missing-329-	    tar "$firstarg" "$@" && exit 0
##############################################
gmanedit-0.4.2/po/Makefile.in.in-88-.po.gmo:
gmanedit-0.4.2/po/Makefile.in.in:89:	@lang=`echo $* | sed -e 's,.*/,,'`; \
gmanedit-0.4.2/po/Makefile.in.in-90-	test "$(srcdir)" = . && cdcmd="" || cdcmd="cd $(srcdir) && "; \
##############################################
gmanedit-0.4.2/po/Makefile.in.in-150-	fi; \
gmanedit-0.4.2/po/Makefile.in.in:151:	case `$(XGETTEXT) --version | sed 1q | sed -e 's,^[^0-9]*,,'` in \
gmanedit-0.4.2/po/Makefile.in.in-152-	  '' | 0.[0-9] | 0.[0-9].* | 0.1[0-5] | 0.1[0-5].* | 0.16 | 0.16.[0-1]*) \
##############################################
gmanedit-0.4.2/po/Makefile.in.in-192-$(POFILES): $(srcdir)/$(DOMAIN).pot
gmanedit-0.4.2/po/Makefile.in.in:193:	@lang=`echo $@ | sed -e 's,.*/,,' -e 's/\.po$$//'`; \
gmanedit-0.4.2/po/Makefile.in.in-194-	if test -f "$(srcdir)/$${lang}.po"; then \
##############################################
gmanedit-0.4.2/po/Makefile.in.in-222-	for cat in $$catalogs; do \
gmanedit-0.4.2/po/Makefile.in.in:223:	  cat=`basename $$cat`; \
gmanedit-0.4.2/po/Makefile.in.in:224:	  lang=`echo $$cat | sed -e 's/\.gmo$$//'`; \
gmanedit-0.4.2/po/Makefile.in.in-225-	  dir=$(localedir)/$$lang/LC_MESSAGES; \
##############################################
gmanedit-0.4.2/po/Makefile.in.in-232-	      if (cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc 2>/dev/null) | grep ' -> ' >/dev/null; then \
gmanedit-0.4.2/po/Makefile.in.in:233:	        link=`cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc | sed -e 's/^.* -> //'`; \
gmanedit-0.4.2/po/Makefile.in.in-234-	        mv $(DESTDIR)$(localedir)/$$lang/$$lc $(DESTDIR)$(localedir)/$$lang/$$lc.old; \
##############################################
gmanedit-0.4.2/po/Makefile.in.in-274-	for cat in $$catalogs; do \
gmanedit-0.4.2/po/Makefile.in.in:275:	  cat=`basename $$cat`; \
gmanedit-0.4.2/po/Makefile.in.in:276:	  lang=`echo $$cat | sed -e 's/\.gmo$$//'`; \
gmanedit-0.4.2/po/Makefile.in.in-277-	  dir=$(localedir)/$$lang/LC_MESSAGES; \
##############################################
gmanedit-0.4.2/po/Makefile.in.in-281-	      if (cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc 2>/dev/null) | grep ' -> ' >/dev/null; then \
gmanedit-0.4.2/po/Makefile.in.in:282:	        link=`cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc | sed -e 's/^.* -> //'`; \
gmanedit-0.4.2/po/Makefile.in.in-283-	        mv $(DESTDIR)$(localedir)/$$lang/$$lc $(DESTDIR)$(localedir)/$$lang/$$lc.old; \
##############################################
gmanedit-0.4.2/po/Makefile.in.in-320-	for cat in $$catalogs; do \
gmanedit-0.4.2/po/Makefile.in.in:321:	  cat=`basename $$cat`; \
gmanedit-0.4.2/po/Makefile.in.in:322:	  lang=`echo $$cat | sed -e 's/\.gmo$$//'`; \
gmanedit-0.4.2/po/Makefile.in.in-323-	  for lc in LC_MESSAGES $(EXTRA_LOCALE_CATEGORIES); do \
##############################################
gmanedit-0.4.2/po/Makefile.in.in-385-.nop.po-create:
gmanedit-0.4.2/po/Makefile.in.in:386:	@lang=`echo $@ | sed -e 's/\.po-create$$//'`; \
gmanedit-0.4.2/po/Makefile.in.in-387-	echo "File $$lang.po does not exist. If you are a translator, you can create it through 'msginit'." 1>&2; \
##############################################
gmanedit-0.4.2/po/Makefile.in.in-392-.nop.po-update:
gmanedit-0.4.2/po/Makefile.in.in:393:	@lang=`echo $@ | sed -e 's/\.po-update$$//'`; \
gmanedit-0.4.2/po/Makefile.in.in-394-	if test "$(PACKAGE)" = "gettext-tools"; then PATH=`pwd`/../src:$$PATH; fi; \
##############################################
gmanedit-0.4.2/po/Rules-quot-15-.insert-header.po-update-en:
gmanedit-0.4.2/po/Rules-quot:16:	@lang=`echo $@ | sed -e 's/\.po-update-en$$//'`; \
gmanedit-0.4.2/po/Rules-quot:17:	if test "$(PACKAGE)" = "gettext"; then PATH=`pwd`/../src:$$PATH; GETTEXTLIBDIR=`cd $(top_srcdir)/src && pwd`; export GETTEXTLIBDIR; fi; \
gmanedit-0.4.2/po/Rules-quot-18-	tmpdir=`pwd`; \
gmanedit-0.4.2/po/Rules-quot-19-	echo "$$lang:"; \
gmanedit-0.4.2/po/Rules-quot:20:	ll=`echo $$lang | sed -e 's/@.*//'`; \
gmanedit-0.4.2/po/Rules-quot-21-	LC_ALL=C; export LC_ALL; \
gmanedit-0.4.2/po/Rules-quot-22-	cd $(srcdir); \
gmanedit-0.4.2/po/Rules-quot:23:	if $(MSGINIT) -i $(DOMAIN).pot --no-translator -l $$ll -o - 2>/dev/null | sed -f $$tmpdir/$$lang.insert-header | $(MSGCONV) -t UTF-8 | $(MSGFILTER) sed -f `echo $$lang | sed -e 's/.*@//'`.sed 2>/dev/null > $$tmpdir/$$lang.new.po; then \
gmanedit-0.4.2/po/Rules-quot-24-	  if cmp $$lang.po $$tmpdir/$$lang.new.po >/dev/null 2>&1; then \
##############################################
gmanedit-0.4.2/src/Makefile.in-231-	@list='$(bin_PROGRAMS)'; for p in $$list; do \
gmanedit-0.4.2/src/Makefile.in:232:	  p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
gmanedit-0.4.2/src/Makefile.in-233-	  if test -f $$p \
gmanedit-0.4.2/src/Makefile.in-234-	  ; then \
gmanedit-0.4.2/src/Makefile.in:235:	    f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
gmanedit-0.4.2/src/Makefile.in-236-	   echo " $(INSTALL_PROGRAM_ENV) $(binPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(bindir)/$$f'"; \
##############################################
gmanedit-0.4.2/src/Makefile.in-243-	@list='$(bin_PROGRAMS)'; for p in $$list; do \
gmanedit-0.4.2/src/Makefile.in:244:	  f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
gmanedit-0.4.2/src/Makefile.in-245-	  echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \
##############################################
gmanedit-0.4.2/src/Makefile.in-273-.c.obj:
gmanedit-0.4.2/src/Makefile.in:274:@am__fastdepCC_TRUE@	if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
gmanedit-0.4.2/src/Makefile.in-275-@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
##############################################
gmanedit-0.4.2/src/Makefile.in-277-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gmanedit-0.4.2/src/Makefile.in:278:@am__fastdepCC_FALSE@	$(COMPILE) -c `$(CYGPATH_W) '$<'`
gmanedit-0.4.2/src/Makefile.in-279-uninstall-info-am:
##############################################
gmanedit-0.4.2/src/Makefile.in-321-GTAGS:
gmanedit-0.4.2/src/Makefile.in:322:	here=`$(am__cd) $(top_builddir) && pwd` \
gmanedit-0.4.2/src/Makefile.in-323-	  && cd $(top_srcdir) \
##############################################
gmanedit-0.4.2/src/Makefile.in-329-distdir: $(DISTFILES)
gmanedit-0.4.2/src/Makefile.in:330:	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
gmanedit-0.4.2/src/Makefile.in:331:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
gmanedit-0.4.2/src/Makefile.in-332-	list='$(DISTFILES)'; for file in $$list; do \
gmanedit-0.4.2/src/Makefile.in-333-	  case $$file in \
gmanedit-0.4.2/src/Makefile.in:334:	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
gmanedit-0.4.2/src/Makefile.in:335:	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
gmanedit-0.4.2/src/Makefile.in-336-	  esac; \
gmanedit-0.4.2/src/Makefile.in-337-	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
gmanedit-0.4.2/src/Makefile.in:338:	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
gmanedit-0.4.2/src/Makefile.in-339-	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \