===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
xinit-1.4.0/install-sh-234-      fi
xinit-1.4.0/install-sh:235:      cp_umask=`expr '(' 777 - $mode % 1000 ')' $u_plus_rw`;;
xinit-1.4.0/install-sh-236-    *)
##############################################
xinit-1.4.0/install-sh-281-      dstdir=$dst
xinit-1.4.0/install-sh:282:      dst=$dstdir/`basename "$src"`
xinit-1.4.0/install-sh-283-      dstdir_status=0
xinit-1.4.0/install-sh-284-    else
xinit-1.4.0/install-sh:285:      dstdir=`dirname "$dst"`
xinit-1.4.0/install-sh-286-      test -d "$dstdir"
##############################################
xinit-1.4.0/install-sh-337-                   # FreeBSD 6.1 mkdir -m -p sets mode of existing directory.
xinit-1.4.0/install-sh:338:                   ls_ld_tmpdir=`ls -ld "$tmpdir"`
xinit-1.4.0/install-sh-339-                   case $ls_ld_tmpdir in
##############################################
xinit-1.4.0/install-sh-344-                   $mkdirprog -m$different_mode -p -- "$tmpdir" && {
xinit-1.4.0/install-sh:345:                     ls_ld_tmpdir_1=`ls -ld "$tmpdir"`
xinit-1.4.0/install-sh-346-                     test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1"
##############################################
xinit-1.4.0/install-sh-402-            case $prefix in
xinit-1.4.0/install-sh:403:              *\'*) qprefix=`echo "$prefix" | sed "s/'/'\\\\\\\\''/g"`;;
xinit-1.4.0/install-sh-404-              *) qprefix=$prefix;;
##############################################
xinit-1.4.0/install-sh-451-    if $copy_on_change &&
xinit-1.4.0/install-sh:452:       old=`LC_ALL=C ls -dlL "$dst"     2>/dev/null` &&
xinit-1.4.0/install-sh:453:       new=`LC_ALL=C ls -dlL "$dsttmp"  2>/dev/null` &&
xinit-1.4.0/install-sh-454-       set -f &&
##############################################
xinit-1.4.0/depcomp-64-  case $1 in
xinit-1.4.0/depcomp:65:    */*) dir=`echo "$1" | sed -e 's|/[^/]*$|/|'`;;
xinit-1.4.0/depcomp-66-      *) dir=;;
##############################################
xinit-1.4.0/depcomp-73-{
xinit-1.4.0/depcomp:74:  base=`echo "$1" | sed -e 's|^.*/||' -e 's/\.[^.]*$//'`
xinit-1.4.0/depcomp-75-}
##############################################
xinit-1.4.0/depcomp-126-  sed 's|[^\\/]*$|'${DEPDIR-.deps}'/&|;s|\.\([^.]*\)$|.P\1|;s|Pobj$|Po|'`}
xinit-1.4.0/depcomp:127:tmpdepfile=${tmpdepfile-`echo "$depfile" | sed 's/\.\([^.]*\)$/.T\1/'`}
xinit-1.4.0/depcomp-128-
##############################################
xinit-1.4.0/depcomp-405-        sleep 1
xinit-1.4.0/depcomp:406:        i=`expr $i - 1`
xinit-1.4.0/depcomp-407-      done
xinit-1.4.0/depcomp-408-    fi
xinit-1.4.0/depcomp:409:    i=`expr $i - 1`
xinit-1.4.0/depcomp-410-  done
##############################################
xinit-1.4.0/depcomp-425-  # Do two passes, one to just change these to
xinit-1.4.0/depcomp:426:  # `$object: dependent.h' and one to simply `dependent.h:'.
xinit-1.4.0/depcomp-427-  sed "s,^[^:]*:,$object :," < "$tmpdepfile" > "$depfile"
##############################################
xinit-1.4.0/depcomp-659-  done
xinit-1.4.0/depcomp:660:  obj_suffix=`echo "$object" | sed 's/^.*\././'`
xinit-1.4.0/depcomp-661-  touch "$tmpdepfile"
##############################################
xinit-1.4.0/aclocal.m4-131-    PKG_CHECK_EXISTS([$3],
xinit-1.4.0/aclocal.m4:132:                     [pkg_cv_[]$1=`$PKG_CONFIG --[]$2 "$3" 2>/dev/null`
xinit-1.4.0/aclocal.m4-133-		      test "x$?" != "x0" && pkg_failed=yes ],
##############################################
xinit-1.4.0/aclocal.m4-179-        if test $_pkg_short_errors_supported = yes; then
xinit-1.4.0/aclocal.m4:180:	        $1[]_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "$2" 2>&1`
xinit-1.4.0/aclocal.m4-181-        else 
xinit-1.4.0/aclocal.m4:182:	        $1[]_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "$2" 2>&1`
xinit-1.4.0/aclocal.m4-183-        fi
##############################################
xinit-1.4.0/aclocal.m4-365-AC_LANG_CONFTEST([AC_LANG_SOURCE([[Does cpp redefine unix ?]])])
xinit-1.4.0/aclocal.m4:366:if test `${RAWCPP} < conftest.$ac_ext | grep -c 'unix'` -eq 1 ; then
xinit-1.4.0/aclocal.m4-367-	AC_MSG_RESULT([no])
xinit-1.4.0/aclocal.m4-368-else
xinit-1.4.0/aclocal.m4:369:	if test `${RAWCPP} -undef < conftest.$ac_ext | grep -c 'unix'` -eq 1 ; then
xinit-1.4.0/aclocal.m4-370-		RAWCPPFLAGS=-undef
##############################################
xinit-1.4.0/aclocal.m4-372-	# under Cygwin unix is still defined even with -undef
xinit-1.4.0/aclocal.m4:373:	elif test `${RAWCPP} -undef -ansi < conftest.$ac_ext | grep -c 'unix'` -eq 1 ; then
xinit-1.4.0/aclocal.m4-374-		RAWCPPFLAGS="-undef -ansi"
##############################################
xinit-1.4.0/aclocal.m4-383-AC_LANG_CONFTEST([AC_LANG_SOURCE([[Does cpp preserve   "whitespace"?]])])
xinit-1.4.0/aclocal.m4:384:if test `${RAWCPP} < conftest.$ac_ext | grep -c 'preserve   \"'` -eq 1 ; then
xinit-1.4.0/aclocal.m4-385-	AC_MSG_RESULT([no])
xinit-1.4.0/aclocal.m4-386-else
xinit-1.4.0/aclocal.m4:387:	if test `${RAWCPP} -traditional < conftest.$ac_ext | grep -c 'preserve   \"'` -eq 1 ; then
xinit-1.4.0/aclocal.m4-388-		TRADITIONALCPPFLAGS="-traditional"
##############################################
xinit-1.4.0/aclocal.m4-515-PKG_CHECK_EXISTS([xorg-sgml-doctools m4_ifval([$1],[>= $1])],
xinit-1.4.0/aclocal.m4:516:    [XORG_SGML_PATH=`$PKG_CONFIG --variable=sgmlrootdir xorg-sgml-doctools`],
xinit-1.4.0/aclocal.m4-517-    [m4_ifval([$1],[:],
##############################################
xinit-1.4.0/aclocal.m4-714-    AC_MSG_CHECKING([the xmlto version])
xinit-1.4.0/aclocal.m4:715:    xmlto_version=`$XMLTO --version 2>/dev/null | cut -d' ' -f3`
xinit-1.4.0/aclocal.m4-716-    AC_MSG_RESULT([$xmlto_version])
##############################################
xinit-1.4.0/aclocal.m4-922-    AC_MSG_CHECKING([the asciidoc version])
xinit-1.4.0/aclocal.m4:923:    asciidoc_version=`$ASCIIDOC --version 2>/dev/null | cut -d' ' -f2`
xinit-1.4.0/aclocal.m4-924-    AC_MSG_RESULT([$asciidoc_version])
##############################################
xinit-1.4.0/aclocal.m4-993-    AC_MSG_CHECKING([the doxygen version])
xinit-1.4.0/aclocal.m4:994:    doxygen_version=`$DOXYGEN --version 2>/dev/null`
xinit-1.4.0/aclocal.m4-995-    AC_MSG_RESULT([$doxygen_version])
##############################################
xinit-1.4.0/aclocal.m4-1186-    AC_MSG_CHECKING([for fop minimum version])
xinit-1.4.0/aclocal.m4:1187:    fop_version=`$FOP -version 2>/dev/null | cut -d' ' -f3`
xinit-1.4.0/aclocal.m4-1188-    AC_MSG_RESULT([$fop_version])
##############################################
xinit-1.4.0/aclocal.m4-2136-AC_REQUIRE([PKG_PROG_PKG_CONFIG])
xinit-1.4.0/aclocal.m4:2137:macros_datadir=`$PKG_CONFIG --print-errors --variable=pkgdatadir xorg-macros`
xinit-1.4.0/aclocal.m4-2138-INSTALL_CMD="(cp -f "$macros_datadir/INSTALL" \$(top_srcdir)/.INSTALL.tmp && \
##############################################
xinit-1.4.0/aclocal.m4-2174-	AC_DEFINE_UNQUOTED([PACKAGE_VERSION_MAJOR],
xinit-1.4.0/aclocal.m4:2175:		[`echo $PACKAGE_VERSION | cut -d . -f 1`],
xinit-1.4.0/aclocal.m4-2176-		[Major version of this package])
xinit-1.4.0/aclocal.m4:2177:	PVM=`echo $PACKAGE_VERSION | cut -d . -f 2 | cut -d - -f 1`
xinit-1.4.0/aclocal.m4-2178-	if test "x$PVM" = "x"; then
##############################################
xinit-1.4.0/aclocal.m4-2183-		[Minor version of this package])
xinit-1.4.0/aclocal.m4:2184:	PVP=`echo $PACKAGE_VERSION | cut -d . -f 3 | cut -d - -f 1`
xinit-1.4.0/aclocal.m4-2185-	if test "x$PVP" = "x"; then
##############################################
xinit-1.4.0/aclocal.m4-2278-# iff we strip the leading $srcdir from $ac_aux_dir.  That would be:
xinit-1.4.0/aclocal.m4:2279:#   am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"`
xinit-1.4.0/aclocal.m4-2280-# and then we would define $MISSING as
##############################################
xinit-1.4.0/aclocal.m4-2293-# Expand $ac_aux_dir to an absolute path.
xinit-1.4.0/aclocal.m4:2294:am_aux_dir=`cd "$ac_aux_dir" && pwd`
xinit-1.4.0/aclocal.m4-2295-])
##############################################
xinit-1.4.0/aclocal.m4-2391-  if test "$am_compiler_list" = ""; then
xinit-1.4.0/aclocal.m4:2392:     am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp`
xinit-1.4.0/aclocal.m4-2393-  fi
##############################################
xinit-1.4.0/aclocal.m4-2542-    # Strip MF so we end up with the name of the file.
xinit-1.4.0/aclocal.m4:2543:    mf=`echo "$mf" | sed -e 's/:.*$//'`
xinit-1.4.0/aclocal.m4-2544-    # Check whether this is an Automake generated Makefile or not.
##############################################
xinit-1.4.0/aclocal.m4-2551-    if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
xinit-1.4.0/aclocal.m4:2552:      dirpart=`AS_DIRNAME("$mf")`
xinit-1.4.0/aclocal.m4-2553-    else
##############################################
xinit-1.4.0/aclocal.m4-2557-    # from the Makefile without running 'make'.
xinit-1.4.0/aclocal.m4:2558:    DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
xinit-1.4.0/aclocal.m4-2559-    test -z "$DEPDIR" && continue
xinit-1.4.0/aclocal.m4:2560:    am__include=`sed -n 's/^am__include = //p' < "$mf"`
xinit-1.4.0/aclocal.m4-2561-    test -z "$am__include" && continue
xinit-1.4.0/aclocal.m4:2562:    am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
xinit-1.4.0/aclocal.m4-2563-    # Find all dependency output files, they are included files with
##############################################
xinit-1.4.0/aclocal.m4-2571-      test -f "$dirpart/$file" && continue
xinit-1.4.0/aclocal.m4:2572:      fdir=`AS_DIRNAME(["$file"])`
xinit-1.4.0/aclocal.m4-2573-      AS_MKDIR_P([$dirpart/$fdir])
##############################################
xinit-1.4.0/aclocal.m4-2629-AC_REQUIRE([AC_PROG_INSTALL])dnl
xinit-1.4.0/aclocal.m4:2630:if test "`cd $srcdir && pwd`" != "`pwd`"; then
xinit-1.4.0/aclocal.m4-2631-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
xinit-1.4.0/aclocal.m4-2788-    * )
xinit-1.4.0/aclocal.m4:2789:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
xinit-1.4.0/aclocal.m4-2790-  esac
xinit-1.4.0/aclocal.m4-2791-done
xinit-1.4.0/aclocal.m4:2792:echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
xinit-1.4.0/aclocal.m4-2793-
##############################################
xinit-1.4.0/aclocal.m4-2859-# Ignore all kinds of additional output from 'make'.
xinit-1.4.0/aclocal.m4:2860:case `$am_make -s -f confmf 2> /dev/null` in #(
xinit-1.4.0/aclocal.m4-2861-*the\ am__doit\ target*)
##############################################
xinit-1.4.0/aclocal.m4-2869-   echo '.include "confinc"' > confmf
xinit-1.4.0/aclocal.m4:2870:   case `$am_make -s -f confmf 2> /dev/null` in #(
xinit-1.4.0/aclocal.m4-2871-   *the\ am__doit\ target*)
##############################################
xinit-1.4.0/aclocal.m4-3051-     echo "timestamp, slept: $am_has_slept" > conftest.file
xinit-1.4.0/aclocal.m4:3052:     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
xinit-1.4.0/aclocal.m4-3053-     if test "$[*]" = "X"; then
xinit-1.4.0/aclocal.m4-3054-	# -L didn't work.
xinit-1.4.0/aclocal.m4:3055:	set X `ls -t "$srcdir/configure" conftest.file`
xinit-1.4.0/aclocal.m4-3056-     fi
##############################################
xinit-1.4.0/compile-67-	mingw/*)
xinit-1.4.0/compile:68:	  file=`cmd //C echo "$file " | sed -e 's/"\(.*\) " *$/\1/'`
xinit-1.4.0/compile-69-	  ;;
xinit-1.4.0/compile-70-	cygwin/*)
xinit-1.4.0/compile:71:	  file=`cygpath -m "$file" || echo "$file"`
xinit-1.4.0/compile-72-	  ;;
xinit-1.4.0/compile-73-	wine/*)
xinit-1.4.0/compile:74:	  file=`winepath -w "$file" || echo "$file"`
xinit-1.4.0/compile-75-	  ;;
##############################################
xinit-1.4.0/compile-309-# Name of file we expect compiler to create.
xinit-1.4.0/compile:310:cofile=`echo "$cfile" | sed 's|^.*[\\/]||; s|^[a-zA-Z]:||; s/\.c$/.o/'`
xinit-1.4.0/compile-311-
##############################################
xinit-1.4.0/compile-315-# object file name, since that is what matters with a parallel build.
xinit-1.4.0/compile:316:lockdir=`echo "$cofile" | sed -e 's|[/\\:.-]|_|g'`.d
xinit-1.4.0/compile-317-while true; do
##############################################
xinit-1.4.0/startx.cpp-87-XCOMM First, start caching fonts
xinit-1.4.0/startx.cpp:88:if [ x`defaults read $X11_PREFS_DOMAIN cache_fonts` = x1 ] ; then
xinit-1.4.0/startx.cpp-89-    if [ -x $bindir/font_cache ] ; then
##############################################
xinit-1.4.0/startx.cpp-103-
xinit-1.4.0/startx.cpp:104:if [ x`defaults read $X11_PREFS_DOMAIN no_auth` = x0 ] ; then
xinit-1.4.0/startx.cpp-105-    enable_xauth=1
##############################################
xinit-1.4.0/startx.cpp-109-
xinit-1.4.0/startx.cpp:110:if [ x`defaults read $X11_PREFS_DOMAIN nolisten_tcp` = x1 ] ; then
xinit-1.4.0/startx.cpp-111-    defaultserverargs="$defaultserverargs -nolisten tcp"
##############################################
xinit-1.4.0/startx.cpp-115-
xinit-1.4.0/startx.cpp:116:if [ x`defaults read $X11_PREFS_DOMAIN enable_iglx` = x1 ] ; then
xinit-1.4.0/startx.cpp-117-    defaultserverargs="$defaultserverargs +iglx"
##############################################
xinit-1.4.0/startx.cpp-124-if defaults read $X11_PREFS_DOMAIN 2> /dev/null | grep -q 'dpi' && defaults read $X11_PREFS_DOMAIN dpi > /dev/null 2>&1 ; then
xinit-1.4.0/startx.cpp:125:    defaultserverargs="$defaultserverargs -dpi `defaults read $X11_PREFS_DOMAIN dpi`"
xinit-1.4.0/startx.cpp-126-fi
##############################################
xinit-1.4.0/launchd/Makefile.in-49-  { \
xinit-1.4.0/launchd/Makefile.in:50:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
xinit-1.4.0/launchd/Makefile.in-51-  }; \
##############################################
xinit-1.4.0/launchd/Makefile.in-163-  while test -n "$$dir1"; do \
xinit-1.4.0/launchd/Makefile.in:164:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
xinit-1.4.0/launchd/Makefile.in-165-    if test "$$first" != "."; then \
xinit-1.4.0/launchd/Makefile.in-166-      if test "$$first" = ".."; then \
xinit-1.4.0/launchd/Makefile.in:167:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
xinit-1.4.0/launchd/Makefile.in:168:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
xinit-1.4.0/launchd/Makefile.in-169-      else \
xinit-1.4.0/launchd/Makefile.in:170:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
xinit-1.4.0/launchd/Makefile.in-171-        if test "$$first2" = "$$first"; then \
xinit-1.4.0/launchd/Makefile.in:172:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
xinit-1.4.0/launchd/Makefile.in-173-        else \
##############################################
xinit-1.4.0/launchd/Makefile.in-178-    fi; \
xinit-1.4.0/launchd/Makefile.in:179:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
xinit-1.4.0/launchd/Makefile.in-180-  done; \
##############################################
xinit-1.4.0/launchd/Makefile.in-375-	dot_seen=no; \
xinit-1.4.0/launchd/Makefile.in:376:	target=`echo $@ | sed s/-recursive//`; \
xinit-1.4.0/launchd/Makefile.in-377-	case "$@" in \
##############################################
xinit-1.4.0/launchd/Makefile.in-438-GTAGS:
xinit-1.4.0/launchd/Makefile.in:439:	here=`$(am__cd) $(top_builddir) && pwd` \
xinit-1.4.0/launchd/Makefile.in-440-	  && $(am__cd) $(top_srcdir) \
##############################################
xinit-1.4.0/launchd/Makefile.in-461-distdir: $(DISTFILES)
xinit-1.4.0/launchd/Makefile.in:462:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
xinit-1.4.0/launchd/Makefile.in:463:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
xinit-1.4.0/launchd/Makefile.in-464-	list='$(DISTFILES)'; \
##############################################
xinit-1.4.0/launchd/Makefile.in-475-	  if test -d $$d/$$file; then \
xinit-1.4.0/launchd/Makefile.in:476:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
xinit-1.4.0/launchd/Makefile.in-477-	    if test -d "$(distdir)/$$file"; then \
##############################################
xinit-1.4.0/launchd/privileged_startx/Makefile.in-86-  { \
xinit-1.4.0/launchd/privileged_startx/Makefile.in:87:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
xinit-1.4.0/launchd/privileged_startx/Makefile.in-88-  }; \
##############################################
xinit-1.4.0/launchd/privileged_startx/Makefile.in-148-privileged_startx_LDADD = $(LDADD)
xinit-1.4.0/launchd/privileged_startx/Makefile.in:149:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
xinit-1.4.0/launchd/privileged_startx/Makefile.in-150-am__vpath_adj = case $$p in \
xinit-1.4.0/launchd/privileged_startx/Makefile.in:151:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
xinit-1.4.0/launchd/privileged_startx/Makefile.in-152-    *) f=$$p;; \
xinit-1.4.0/launchd/privileged_startx/Makefile.in-153-  esac;
xinit-1.4.0/launchd/privileged_startx/Makefile.in:154:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
xinit-1.4.0/launchd/privileged_startx/Makefile.in-155-am__install_max = 40
xinit-1.4.0/launchd/privileged_startx/Makefile.in-156-am__nobase_strip_setup = \
xinit-1.4.0/launchd/privileged_startx/Makefile.in:157:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
xinit-1.4.0/launchd/privileged_startx/Makefile.in-158-am__nobase_strip = \
##############################################
xinit-1.4.0/launchd/privileged_startx/Makefile.in-568-.c.obj:
xinit-1.4.0/launchd/privileged_startx/Makefile.in:569:@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
xinit-1.4.0/launchd/privileged_startx/Makefile.in-570-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
xinit-1.4.0/launchd/privileged_startx/Makefile.in-572-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
xinit-1.4.0/launchd/privileged_startx/Makefile.in:573:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
xinit-1.4.0/launchd/privileged_startx/Makefile.in-574-
xinit-1.4.0/launchd/privileged_startx/Makefile.in-575-console_redirect.o: $(srcdir)/../console_redirect.c
xinit-1.4.0/launchd/privileged_startx/Makefile.in:576:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT console_redirect.o -MD -MP -MF $(DEPDIR)/console_redirect.Tpo -c -o console_redirect.o `test -f '$(srcdir)/../console_redirect.c' || echo '$(srcdir)/'`$(srcdir)/../console_redirect.c
xinit-1.4.0/launchd/privileged_startx/Makefile.in-577-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/console_redirect.Tpo $(DEPDIR)/console_redirect.Po
##############################################
xinit-1.4.0/launchd/privileged_startx/Makefile.in-579-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
xinit-1.4.0/launchd/privileged_startx/Makefile.in:580:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o console_redirect.o `test -f '$(srcdir)/../console_redirect.c' || echo '$(srcdir)/'`$(srcdir)/../console_redirect.c
xinit-1.4.0/launchd/privileged_startx/Makefile.in-581-
xinit-1.4.0/launchd/privileged_startx/Makefile.in-582-console_redirect.obj: $(srcdir)/../console_redirect.c
xinit-1.4.0/launchd/privileged_startx/Makefile.in:583:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT console_redirect.obj -MD -MP -MF $(DEPDIR)/console_redirect.Tpo -c -o console_redirect.obj `if test -f '$(srcdir)/../console_redirect.c'; then $(CYGPATH_W) '$(srcdir)/../console_redirect.c'; else $(CYGPATH_W) '$(srcdir)/$(srcdir)/../console_redirect.c'; fi`
xinit-1.4.0/launchd/privileged_startx/Makefile.in-584-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/console_redirect.Tpo $(DEPDIR)/console_redirect.Po
##############################################
xinit-1.4.0/launchd/privileged_startx/Makefile.in-586-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
xinit-1.4.0/launchd/privileged_startx/Makefile.in:587:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o console_redirect.obj `if test -f '$(srcdir)/../console_redirect.c'; then $(CYGPATH_W) '$(srcdir)/../console_redirect.c'; else $(CYGPATH_W) '$(srcdir)/$(srcdir)/../console_redirect.c'; fi`
xinit-1.4.0/launchd/privileged_startx/Makefile.in-588-install-launchdaemonsDATA: $(launchdaemons_DATA)
##############################################
xinit-1.4.0/launchd/privileged_startx/Makefile.in-606-	@list='$(launchdaemons_DATA)'; test -n "$(launchdaemonsdir)" || list=; \
xinit-1.4.0/launchd/privileged_startx/Makefile.in:607:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
xinit-1.4.0/launchd/privileged_startx/Makefile.in-608-	dir='$(DESTDIR)$(launchdaemonsdir)'; $(am__uninstall_files_from_dir)
##############################################
xinit-1.4.0/launchd/privileged_startx/Makefile.in-639-GTAGS:
xinit-1.4.0/launchd/privileged_startx/Makefile.in:640:	here=`$(am__cd) $(top_builddir) && pwd` \
xinit-1.4.0/launchd/privileged_startx/Makefile.in-641-	  && $(am__cd) $(top_srcdir) \
##############################################
xinit-1.4.0/launchd/privileged_startx/Makefile.in-662-distdir: $(DISTFILES)
xinit-1.4.0/launchd/privileged_startx/Makefile.in:663:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
xinit-1.4.0/launchd/privileged_startx/Makefile.in:664:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
xinit-1.4.0/launchd/privileged_startx/Makefile.in-665-	list='$(DISTFILES)'; \
##############################################
xinit-1.4.0/launchd/privileged_startx/Makefile.in-676-	  if test -d $$d/$$file; then \
xinit-1.4.0/launchd/privileged_startx/Makefile.in:677:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
xinit-1.4.0/launchd/privileged_startx/Makefile.in-678-	    if test -d "$(distdir)/$$file"; then \
##############################################
xinit-1.4.0/launchd/privileged_startx/10-tmpdirs.cpp-43-	for attempt in 1 2 3 4 5 ; do
xinit-1.4.0/launchd/privileged_startx/10-tmpdirs.cpp:44:		check=`${STAT} -f '%#p %u %g' ${dir} 2> /dev/null`
xinit-1.4.0/launchd/privileged_startx/10-tmpdirs.cpp-45-		if [ "${check}" = "041777 0 0" ] ; then
##############################################
xinit-1.4.0/launchd/user_startx/Makefile.in-79-  { \
xinit-1.4.0/launchd/user_startx/Makefile.in:80:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
xinit-1.4.0/launchd/user_startx/Makefile.in-81-  }; \
##############################################
xinit-1.4.0/launchd/user_startx/Makefile.in-177-  esac
xinit-1.4.0/launchd/user_startx/Makefile.in:178:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
xinit-1.4.0/launchd/user_startx/Makefile.in-179-am__vpath_adj = case $$p in \
xinit-1.4.0/launchd/user_startx/Makefile.in:180:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
xinit-1.4.0/launchd/user_startx/Makefile.in-181-    *) f=$$p;; \
xinit-1.4.0/launchd/user_startx/Makefile.in-182-  esac;
xinit-1.4.0/launchd/user_startx/Makefile.in:183:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
xinit-1.4.0/launchd/user_startx/Makefile.in-184-am__install_max = 40
xinit-1.4.0/launchd/user_startx/Makefile.in-185-am__nobase_strip_setup = \
xinit-1.4.0/launchd/user_startx/Makefile.in:186:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
xinit-1.4.0/launchd/user_startx/Makefile.in-187-am__nobase_strip = \
##############################################
xinit-1.4.0/launchd/user_startx/Makefile.in-492-.c.obj:
xinit-1.4.0/launchd/user_startx/Makefile.in:493:@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
xinit-1.4.0/launchd/user_startx/Makefile.in-494-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
xinit-1.4.0/launchd/user_startx/Makefile.in-496-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
xinit-1.4.0/launchd/user_startx/Makefile.in:497:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
xinit-1.4.0/launchd/user_startx/Makefile.in-498-
xinit-1.4.0/launchd/user_startx/Makefile.in-499-console_redirect.o: $(srcdir)/../console_redirect.c
xinit-1.4.0/launchd/user_startx/Makefile.in:500:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT console_redirect.o -MD -MP -MF $(DEPDIR)/console_redirect.Tpo -c -o console_redirect.o `test -f '$(srcdir)/../console_redirect.c' || echo '$(srcdir)/'`$(srcdir)/../console_redirect.c
xinit-1.4.0/launchd/user_startx/Makefile.in-501-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/console_redirect.Tpo $(DEPDIR)/console_redirect.Po
##############################################
xinit-1.4.0/launchd/user_startx/Makefile.in-503-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
xinit-1.4.0/launchd/user_startx/Makefile.in:504:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o console_redirect.o `test -f '$(srcdir)/../console_redirect.c' || echo '$(srcdir)/'`$(srcdir)/../console_redirect.c
xinit-1.4.0/launchd/user_startx/Makefile.in-505-
xinit-1.4.0/launchd/user_startx/Makefile.in-506-console_redirect.obj: $(srcdir)/../console_redirect.c
xinit-1.4.0/launchd/user_startx/Makefile.in:507:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT console_redirect.obj -MD -MP -MF $(DEPDIR)/console_redirect.Tpo -c -o console_redirect.obj `if test -f '$(srcdir)/../console_redirect.c'; then $(CYGPATH_W) '$(srcdir)/../console_redirect.c'; else $(CYGPATH_W) '$(srcdir)/$(srcdir)/../console_redirect.c'; fi`
xinit-1.4.0/launchd/user_startx/Makefile.in-508-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/console_redirect.Tpo $(DEPDIR)/console_redirect.Po
##############################################
xinit-1.4.0/launchd/user_startx/Makefile.in-510-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
xinit-1.4.0/launchd/user_startx/Makefile.in:511:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o console_redirect.obj `if test -f '$(srcdir)/../console_redirect.c'; then $(CYGPATH_W) '$(srcdir)/../console_redirect.c'; else $(CYGPATH_W) '$(srcdir)/$(srcdir)/../console_redirect.c'; fi`
xinit-1.4.0/launchd/user_startx/Makefile.in-512-install-launchagentsDATA: $(launchagents_DATA)
##############################################
xinit-1.4.0/launchd/user_startx/Makefile.in-530-	@list='$(launchagents_DATA)'; test -n "$(launchagentsdir)" || list=; \
xinit-1.4.0/launchd/user_startx/Makefile.in:531:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
xinit-1.4.0/launchd/user_startx/Makefile.in-532-	dir='$(DESTDIR)$(launchagentsdir)'; $(am__uninstall_files_from_dir)
##############################################
xinit-1.4.0/launchd/user_startx/Makefile.in-563-GTAGS:
xinit-1.4.0/launchd/user_startx/Makefile.in:564:	here=`$(am__cd) $(top_builddir) && pwd` \
xinit-1.4.0/launchd/user_startx/Makefile.in-565-	  && $(am__cd) $(top_srcdir) \
##############################################
xinit-1.4.0/launchd/user_startx/Makefile.in-586-distdir: $(DISTFILES)
xinit-1.4.0/launchd/user_startx/Makefile.in:587:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
xinit-1.4.0/launchd/user_startx/Makefile.in:588:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
xinit-1.4.0/launchd/user_startx/Makefile.in-589-	list='$(DISTFILES)'; \
##############################################
xinit-1.4.0/launchd/user_startx/Makefile.in-600-	  if test -d $$d/$$file; then \
xinit-1.4.0/launchd/user_startx/Makefile.in:601:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
xinit-1.4.0/launchd/user_startx/Makefile.in-602-	    if test -d "$(distdir)/$$file"; then \
##############################################
xinit-1.4.0/man/Makefile.in-50-  { \
xinit-1.4.0/man/Makefile.in:51:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
xinit-1.4.0/man/Makefile.in-52-  }; \
##############################################
xinit-1.4.0/man/Makefile.in-119-  esac
xinit-1.4.0/man/Makefile.in:120:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
xinit-1.4.0/man/Makefile.in-121-am__vpath_adj = case $$p in \
xinit-1.4.0/man/Makefile.in:122:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
xinit-1.4.0/man/Makefile.in-123-    *) f=$$p;; \
xinit-1.4.0/man/Makefile.in-124-  esac;
xinit-1.4.0/man/Makefile.in:125:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
xinit-1.4.0/man/Makefile.in-126-am__install_max = 40
xinit-1.4.0/man/Makefile.in-127-am__nobase_strip_setup = \
xinit-1.4.0/man/Makefile.in:128:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
xinit-1.4.0/man/Makefile.in-129-am__nobase_strip = \
##############################################
xinit-1.4.0/man/Makefile.in-358-	@list='$(appman_DATA)'; test -n "$(appmandir)" || list=; \
xinit-1.4.0/man/Makefile.in:359:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
xinit-1.4.0/man/Makefile.in-360-	dir='$(DESTDIR)$(appmandir)'; $(am__uninstall_files_from_dir)
##############################################
xinit-1.4.0/man/Makefile.in-368-distdir: $(DISTFILES)
xinit-1.4.0/man/Makefile.in:369:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
xinit-1.4.0/man/Makefile.in:370:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
xinit-1.4.0/man/Makefile.in-371-	list='$(DISTFILES)'; \
##############################################
xinit-1.4.0/man/Makefile.in-382-	  if test -d $$d/$$file; then \
xinit-1.4.0/man/Makefile.in:383:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
xinit-1.4.0/man/Makefile.in-384-	    if test -d "$(distdir)/$$file"; then \
##############################################
xinit-1.4.0/config.sub-52-
xinit-1.4.0/config.sub:53:me=`echo "$0" | sed -e 's,.*/,,'`
xinit-1.4.0/config.sub-54-
##############################################
xinit-1.4.0/config.sub-114-# Here we must recognize all the valid KERNEL-OS combinations.
xinit-1.4.0/config.sub:115:maybe_os=`echo "$1" | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'`
xinit-1.4.0/config.sub-116-case $maybe_os in
##############################################
xinit-1.4.0/config.sub-122-    os=-$maybe_os
xinit-1.4.0/config.sub:123:    basic_machine=`echo "$1" | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`
xinit-1.4.0/config.sub-124-    ;;
##############################################
xinit-1.4.0/config.sub-126-    os=-linux-android
xinit-1.4.0/config.sub:127:    basic_machine=`echo "$1" | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`-unknown
xinit-1.4.0/config.sub-128-    ;;
xinit-1.4.0/config.sub-129-  *)
xinit-1.4.0/config.sub:130:    basic_machine=`echo "$1" | sed 's/-[^-]*$//'`
xinit-1.4.0/config.sub-131-    if [ "$basic_machine" != "$1" ]
xinit-1.4.0/config.sub:132:    then os=`echo "$1" | sed 's/.*-/-/'`
xinit-1.4.0/config.sub-133-    else os=; fi
##############################################
xinit-1.4.0/config.sub-180-		os=-sco5v6
xinit-1.4.0/config.sub:181:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
xinit-1.4.0/config.sub-182-		;;
##############################################
xinit-1.4.0/config.sub-184-		os=-sco3.2v5
xinit-1.4.0/config.sub:185:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
xinit-1.4.0/config.sub-186-		;;
##############################################
xinit-1.4.0/config.sub-188-		os=-sco3.2v4
xinit-1.4.0/config.sub:189:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
xinit-1.4.0/config.sub-190-		;;
xinit-1.4.0/config.sub-191-	-sco3.2.[4-9]*)
xinit-1.4.0/config.sub:192:		os=`echo $os | sed -e 's/sco3.2./sco3.2v/'`
xinit-1.4.0/config.sub:193:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
xinit-1.4.0/config.sub-194-		;;
##############################################
xinit-1.4.0/config.sub-196-		# Don't forget version if it is 3.2v4 or newer.
xinit-1.4.0/config.sub:197:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
xinit-1.4.0/config.sub-198-		;;
##############################################
xinit-1.4.0/config.sub-200-		# Don't forget version if it is 3.2v4 or newer.
xinit-1.4.0/config.sub:201:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
xinit-1.4.0/config.sub-202-		;;
##############################################
xinit-1.4.0/config.sub-204-		os=-sco3.2v2
xinit-1.4.0/config.sub:205:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
xinit-1.4.0/config.sub-206-		;;
xinit-1.4.0/config.sub-207-	-udk*)
xinit-1.4.0/config.sub:208:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
xinit-1.4.0/config.sub-209-		;;
##############################################
xinit-1.4.0/config.sub-211-		os=-isc2.2
xinit-1.4.0/config.sub:212:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
xinit-1.4.0/config.sub-213-		;;
##############################################
xinit-1.4.0/config.sub-217-	-isc*)
xinit-1.4.0/config.sub:218:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
xinit-1.4.0/config.sub-219-		;;
##############################################
xinit-1.4.0/config.sub-229-	-ptx*)
xinit-1.4.0/config.sub:230:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-sequent/'`
xinit-1.4.0/config.sub-231-		;;
##############################################
xinit-1.4.0/config.sub-364-	*-*-*)
xinit-1.4.0/config.sub:365:		echo Invalid configuration \`"$1"\': machine \`"$basic_machine"\' not recognized 1>&2
xinit-1.4.0/config.sub-366-		exit 1
##############################################
xinit-1.4.0/config.sub-493-	amd64-*)
xinit-1.4.0/config.sub:494:		basic_machine=x86_64-`echo "$basic_machine" | sed 's/^[^-]*-//'`
xinit-1.4.0/config.sub-495-		;;
##############################################
xinit-1.4.0/config.sub-538-	blackfin-*)
xinit-1.4.0/config.sub:539:		basic_machine=bfin-`echo "$basic_machine" | sed 's/^[^-]*-//'`
xinit-1.4.0/config.sub-540-		os=-linux
##############################################
xinit-1.4.0/config.sub-546-	c54x-*)
xinit-1.4.0/config.sub:547:		basic_machine=tic54x-`echo "$basic_machine" | sed 's/^[^-]*-//'`
xinit-1.4.0/config.sub-548-		;;
xinit-1.4.0/config.sub-549-	c55x-*)
xinit-1.4.0/config.sub:550:		basic_machine=tic55x-`echo "$basic_machine" | sed 's/^[^-]*-//'`
xinit-1.4.0/config.sub-551-		;;
xinit-1.4.0/config.sub-552-	c6x-*)
xinit-1.4.0/config.sub:553:		basic_machine=tic6x-`echo "$basic_machine" | sed 's/^[^-]*-//'`
xinit-1.4.0/config.sub-554-		;;
##############################################
xinit-1.4.0/config.sub-650-	e500v[12]-*)
xinit-1.4.0/config.sub:651:		basic_machine=powerpc-`echo "$basic_machine" | sed 's/^[^-]*-//'`
xinit-1.4.0/config.sub-652-		os=$os"spe"
##############################################
xinit-1.4.0/config.sub-754-	i*86v32)
xinit-1.4.0/config.sub:755:		basic_machine=`echo "$1" | sed -e 's/86.*/86-pc/'`
xinit-1.4.0/config.sub-756-		os=-sysv32
##############################################
xinit-1.4.0/config.sub-758-	i*86v4*)
xinit-1.4.0/config.sub:759:		basic_machine=`echo "$1" | sed -e 's/86.*/86-pc/'`
xinit-1.4.0/config.sub-760-		os=-sysv4
##############################################
xinit-1.4.0/config.sub-762-	i*86v)
xinit-1.4.0/config.sub:763:		basic_machine=`echo "$1" | sed -e 's/86.*/86-pc/'`
xinit-1.4.0/config.sub-764-		os=-sysv
##############################################
xinit-1.4.0/config.sub-766-	i*86sol2)
xinit-1.4.0/config.sub:767:		basic_machine=`echo "$1" | sed -e 's/86.*/86-pc/'`
xinit-1.4.0/config.sub-768-		os=-solaris2
##############################################
xinit-1.4.0/config.sub-792-	leon-*|leon[3-9]-*)
xinit-1.4.0/config.sub:793:		basic_machine=sparc-`echo "$basic_machine" | sed 's/-.*//'`
xinit-1.4.0/config.sub-794-		;;
##############################################
xinit-1.4.0/config.sub-799-	m68knommu-*)
xinit-1.4.0/config.sub:800:		basic_machine=m68k-`echo "$basic_machine" | sed 's/^[^-]*-//'`
xinit-1.4.0/config.sub-801-		os=-linux
##############################################
xinit-1.4.0/config.sub-833-	mips3*-*)
xinit-1.4.0/config.sub:834:		basic_machine=`echo "$basic_machine" | sed -e 's/mips3/mips64/'`
xinit-1.4.0/config.sub-835-		;;
xinit-1.4.0/config.sub-836-	mips3*)
xinit-1.4.0/config.sub:837:		basic_machine=`echo "$basic_machine" | sed -e 's/mips3/mips64/'`-unknown
xinit-1.4.0/config.sub-838-		;;
##############################################
xinit-1.4.0/config.sub-855-	ms1-*)
xinit-1.4.0/config.sub:856:		basic_machine=`echo "$basic_machine" | sed -e 's/ms1-/mt-/'`
xinit-1.4.0/config.sub-857-		;;
##############################################
xinit-1.4.0/config.sub-980-	parisc-*)
xinit-1.4.0/config.sub:981:		basic_machine=hppa-`echo "$basic_machine" | sed 's/^[^-]*-//'`
xinit-1.4.0/config.sub-982-		os=-linux
##############################################
xinit-1.4.0/config.sub-996-	pc98-*)
xinit-1.4.0/config.sub:997:		basic_machine=i386-`echo "$basic_machine" | sed 's/^[^-]*-//'`
xinit-1.4.0/config.sub-998-		;;
##############################################
xinit-1.4.0/config.sub-1011-	pentium-* | p5-* | k5-* | k6-* | nexgen-* | viac3-*)
xinit-1.4.0/config.sub:1012:		basic_machine=i586-`echo "$basic_machine" | sed 's/^[^-]*-//'`
xinit-1.4.0/config.sub-1013-		;;
xinit-1.4.0/config.sub-1014-	pentiumpro-* | p6-* | 6x86-* | athlon-*)
xinit-1.4.0/config.sub:1015:		basic_machine=i686-`echo "$basic_machine" | sed 's/^[^-]*-//'`
xinit-1.4.0/config.sub-1016-		;;
xinit-1.4.0/config.sub-1017-	pentiumii-* | pentium2-* | pentiumiii-* | pentium3-*)
xinit-1.4.0/config.sub:1018:		basic_machine=i686-`echo "$basic_machine" | sed 's/^[^-]*-//'`
xinit-1.4.0/config.sub-1019-		;;
xinit-1.4.0/config.sub-1020-	pentium4-*)
xinit-1.4.0/config.sub:1021:		basic_machine=i786-`echo "$basic_machine" | sed 's/^[^-]*-//'`
xinit-1.4.0/config.sub-1022-		;;
##############################################
xinit-1.4.0/config.sub-1030-	ppc-* | ppcbe-*)
xinit-1.4.0/config.sub:1031:		basic_machine=powerpc-`echo "$basic_machine" | sed 's/^[^-]*-//'`
xinit-1.4.0/config.sub-1032-		;;
##############################################
xinit-1.4.0/config.sub-1036-	ppcle-* | powerpclittle-*)
xinit-1.4.0/config.sub:1037:		basic_machine=powerpcle-`echo "$basic_machine" | sed 's/^[^-]*-//'`
xinit-1.4.0/config.sub-1038-		;;
##############################################
xinit-1.4.0/config.sub-1040-		;;
xinit-1.4.0/config.sub:1041:	ppc64-*) basic_machine=powerpc64-`echo "$basic_machine" | sed 's/^[^-]*-//'`
xinit-1.4.0/config.sub-1042-		;;
##############################################
xinit-1.4.0/config.sub-1046-	ppc64le-* | powerpc64little-*)
xinit-1.4.0/config.sub:1047:		basic_machine=powerpc64le-`echo "$basic_machine" | sed 's/^[^-]*-//'`
xinit-1.4.0/config.sub-1048-		;;
##############################################
xinit-1.4.0/config.sub-1122-	strongarm-* | thumb-*)
xinit-1.4.0/config.sub:1123:		basic_machine=arm-`echo "$basic_machine" | sed 's/^[^-]*-//'`
xinit-1.4.0/config.sub-1124-		;;
##############################################
xinit-1.4.0/config.sub-1255-	xscale-* | xscalee[bl]-*)
xinit-1.4.0/config.sub:1256:		basic_machine=`echo "$basic_machine" | sed 's/^xscale/arm/'`
xinit-1.4.0/config.sub-1257-		;;
##############################################
xinit-1.4.0/config.sub-1317-	*)
xinit-1.4.0/config.sub:1318:		echo Invalid configuration \`"$1"\': machine \`"$basic_machine"\' not recognized 1>&2
xinit-1.4.0/config.sub-1319-		exit 1
##############################################
xinit-1.4.0/config.sub-1325-	*-digital*)
xinit-1.4.0/config.sub:1326:		basic_machine=`echo "$basic_machine" | sed 's/digital.*/dec/'`
xinit-1.4.0/config.sub-1327-		;;
xinit-1.4.0/config.sub-1328-	*-commodore*)
xinit-1.4.0/config.sub:1329:		basic_machine=`echo "$basic_machine" | sed 's/commodore.*/cbm/'`
xinit-1.4.0/config.sub-1330-		;;
##############################################
xinit-1.4.0/config.sub-1346-	-solaris1 | -solaris1.*)
xinit-1.4.0/config.sub:1347:		os=`echo $os | sed -e 's|solaris1|sunos4|'`
xinit-1.4.0/config.sub-1348-		;;
##############################################
xinit-1.4.0/config.sub-1355-	-gnu/linux*)
xinit-1.4.0/config.sub:1356:		os=`echo $os | sed -e 's|gnu/linux|linux-gnu|'`
xinit-1.4.0/config.sub-1357-		;;
##############################################
xinit-1.4.0/config.sub-1407-	-nto*)
xinit-1.4.0/config.sub:1408:		os=`echo $os | sed -e 's|nto|nto-qnx|'`
xinit-1.4.0/config.sub-1409-		;;
##############################################
xinit-1.4.0/config.sub-1414-	-mac*)
xinit-1.4.0/config.sub:1415:		os=`echo "$os" | sed -e 's|mac|macos|'`
xinit-1.4.0/config.sub-1416-		;;
##############################################
xinit-1.4.0/config.sub-1420-	-linux*)
xinit-1.4.0/config.sub:1421:		os=`echo $os | sed -e 's|linux|linux-gnu|'`
xinit-1.4.0/config.sub-1422-		;;
xinit-1.4.0/config.sub-1423-	-sunos5*)
xinit-1.4.0/config.sub:1424:		os=`echo "$os" | sed -e 's|sunos5|solaris2|'`
xinit-1.4.0/config.sub-1425-		;;
xinit-1.4.0/config.sub-1426-	-sunos6*)
xinit-1.4.0/config.sub:1427:		os=`echo "$os" | sed -e 's|sunos6|solaris3|'`
xinit-1.4.0/config.sub-1428-		;;
##############################################
xinit-1.4.0/config.sub-1469-	-sinix5.*)
xinit-1.4.0/config.sub:1470:		os=`echo $os | sed -e 's|sinix|sysv|'`
xinit-1.4.0/config.sub-1471-		;;
##############################################
xinit-1.4.0/config.sub-1528-		# Get rid of the `-' at the beginning of $os.
xinit-1.4.0/config.sub:1529:		os=`echo $os | sed 's/[^-]*-//'`
xinit-1.4.0/config.sub:1530:		echo Invalid configuration \`"$1"\': system \`"$os"\' not recognized 1>&2
xinit-1.4.0/config.sub-1531-		exit 1
##############################################
xinit-1.4.0/config.sub-1788-		esac
xinit-1.4.0/config.sub:1789:		basic_machine=`echo "$basic_machine" | sed "s/unknown/$vendor/"`
xinit-1.4.0/config.sub-1790-		;;
##############################################
xinit-1.4.0/Makefile.in-80-  { \
xinit-1.4.0/Makefile.in:81:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
xinit-1.4.0/Makefile.in-82-  }; \
##############################################
xinit-1.4.0/Makefile.in-142-xinit_DEPENDENCIES = $(am__DEPENDENCIES_1)
xinit-1.4.0/Makefile.in:143:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
xinit-1.4.0/Makefile.in-144-am__vpath_adj = case $$p in \
xinit-1.4.0/Makefile.in:145:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
xinit-1.4.0/Makefile.in-146-    *) f=$$p;; \
xinit-1.4.0/Makefile.in-147-  esac;
xinit-1.4.0/Makefile.in:148:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
xinit-1.4.0/Makefile.in-149-am__install_max = 40
xinit-1.4.0/Makefile.in-150-am__nobase_strip_setup = \
xinit-1.4.0/Makefile.in:151:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
xinit-1.4.0/Makefile.in-152-am__nobase_strip = \
##############################################
xinit-1.4.0/Makefile.in-264-  while test -n "$$dir1"; do \
xinit-1.4.0/Makefile.in:265:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
xinit-1.4.0/Makefile.in-266-    if test "$$first" != "."; then \
xinit-1.4.0/Makefile.in-267-      if test "$$first" = ".."; then \
xinit-1.4.0/Makefile.in:268:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
xinit-1.4.0/Makefile.in:269:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
xinit-1.4.0/Makefile.in-270-      else \
xinit-1.4.0/Makefile.in:271:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
xinit-1.4.0/Makefile.in-272-        if test "$$first2" = "$$first"; then \
xinit-1.4.0/Makefile.in:273:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
xinit-1.4.0/Makefile.in-274-        else \
##############################################
xinit-1.4.0/Makefile.in-279-    fi; \
xinit-1.4.0/Makefile.in:280:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
xinit-1.4.0/Makefile.in-281-  done; \
##############################################
xinit-1.4.0/Makefile.in-625-.c.obj:
xinit-1.4.0/Makefile.in:626:@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
xinit-1.4.0/Makefile.in-627-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
xinit-1.4.0/Makefile.in-629-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
xinit-1.4.0/Makefile.in:630:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
xinit-1.4.0/Makefile.in-631-install-xinitrcDATA: $(xinitrc_DATA)
##############################################
xinit-1.4.0/Makefile.in-649-	@list='$(xinitrc_DATA)'; test -n "$(xinitrcdir)" || list=; \
xinit-1.4.0/Makefile.in:650:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
xinit-1.4.0/Makefile.in-651-	dir='$(DESTDIR)$(xinitrcdir)'; $(am__uninstall_files_from_dir)
##############################################
xinit-1.4.0/Makefile.in-666-	dot_seen=no; \
xinit-1.4.0/Makefile.in:667:	target=`echo $@ | sed s/-recursive//`; \
xinit-1.4.0/Makefile.in-668-	case "$@" in \
##############################################
xinit-1.4.0/Makefile.in-729-GTAGS:
xinit-1.4.0/Makefile.in:730:	here=`$(am__cd) $(top_builddir) && pwd` \
xinit-1.4.0/Makefile.in-731-	  && $(am__cd) $(top_srcdir) \
##############################################
xinit-1.4.0/Makefile.in-761-	test -d "$(distdir)" || mkdir "$(distdir)"
xinit-1.4.0/Makefile.in:762:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
xinit-1.4.0/Makefile.in:763:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
xinit-1.4.0/Makefile.in-764-	list='$(DISTFILES)'; \
##############################################
xinit-1.4.0/Makefile.in-775-	  if test -d $$d/$$file; then \
xinit-1.4.0/Makefile.in:776:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
xinit-1.4.0/Makefile.in-777-	    if test -d "$(distdir)/$$file"; then \
##############################################
xinit-1.4.0/Makefile.in-888-	test -d $(distdir)/_build || exit 0; \
xinit-1.4.0/Makefile.in:889:	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
xinit-1.4.0/Makefile.in-890-	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
##############################################
xinit-1.4.0/Makefile.in-932-	}; \
xinit-1.4.0/Makefile.in:933:	test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
xinit-1.4.0/Makefile.in-934-	   || { echo "ERROR: files left after uninstall:" ; \
##############################################
xinit-1.4.0/Makefile.in-944-	fi
xinit-1.4.0/Makefile.in:945:	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
xinit-1.4.0/Makefile.in-946-	  || { echo "ERROR: files left in build directory after distclean:" ; \
##############################################
xinit-1.4.0/autogen.sh-2-
xinit-1.4.0/autogen.sh:3:srcdir=`dirname "$0"`
xinit-1.4.0/autogen.sh-4-test -z "$srcdir" && srcdir=.
##############################################
xinit-1.4.0/config.guess-34-
xinit-1.4.0/config.guess:35:me=`echo "$0" | sed -e 's,.*/,,'`
xinit-1.4.0/config.guess-36-
##############################################
xinit-1.4.0/config.guess-102-: ${TMPDIR=/tmp} ;
xinit-1.4.0/config.guess:103: { tmp=`(umask 077 && mktemp -d "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } ||
xinit-1.4.0/config.guess-104- { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir $tmp) ; } ||
##############################################
xinit-1.4.0/config.guess-151-	EOF
xinit-1.4.0/config.guess:152:	eval "`$CC_FOR_BUILD -E "$dummy.c" 2>/dev/null | grep '^LIBC' | sed 's, ,,g'`"
xinit-1.4.0/config.guess-153-
##############################################
xinit-1.4.0/config.guess-188-	    earmv*)
xinit-1.4.0/config.guess:189:		arch=`echo "$UNAME_MACHINE_ARCH" | sed -e 's,^e\(armv[0-9]\).*$,\1,'`
xinit-1.4.0/config.guess:190:		endian=`echo "$UNAME_MACHINE_ARCH" | sed -ne 's,^.*\(eb\)$,\1,p'`
xinit-1.4.0/config.guess-191-		machine="${arch}${endian}"-unknown
##############################################
xinit-1.4.0/config.guess-220-		expr='s/^earmv[0-9]/-eabi/;s/eb$//'
xinit-1.4.0/config.guess:221:		abi=`echo "$UNAME_MACHINE_ARCH" | sed -e "$expr"`
xinit-1.4.0/config.guess-222-		;;
##############################################
xinit-1.4.0/config.guess-233-	    *)
xinit-1.4.0/config.guess:234:		release=`echo "$UNAME_RELEASE" | sed -e 's/[-_].*//' | cut -d. -f1,2`
xinit-1.4.0/config.guess-235-		;;
##############################################
xinit-1.4.0/config.guess-280-	*4.0)
xinit-1.4.0/config.guess:281:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'`
xinit-1.4.0/config.guess-282-		;;
xinit-1.4.0/config.guess-283-	*5.*)
xinit-1.4.0/config.guess:284:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'`
xinit-1.4.0/config.guess-285-		;;
##############################################
xinit-1.4.0/config.guess-290-	# types through head -n 1, so we only detect the type of CPU 0.
xinit-1.4.0/config.guess:291:	ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^  The alpha \(.*\) processor.*$/\1/p' | head -n 1`
xinit-1.4.0/config.guess-292-	case "$ALPHA_CPU_TYPE" in
##############################################
xinit-1.4.0/config.guess-328-	# 1.2 uses "1.2" for uname -r.
xinit-1.4.0/config.guess:329:	echo "$UNAME_MACHINE"-dec-osf"`echo "$UNAME_RELEASE" | sed -e 's/^[PVTX]//' | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz`"
xinit-1.4.0/config.guess-330-	# Reset EXIT trap before exiting to avoid spurious non-zero exit code.
##############################################
xinit-1.4.0/config.guess-379-    s390x:SunOS:*:*)
xinit-1.4.0/config.guess:380:	echo "$UNAME_MACHINE"-ibm-solaris2"`echo "$UNAME_RELEASE" | sed -e 's/[^.]*//'`"
xinit-1.4.0/config.guess-381-	exit ;;
xinit-1.4.0/config.guess-382-    sun4H:SunOS:5.*:*)
xinit-1.4.0/config.guess:383:	echo sparc-hal-solaris2"`echo "$UNAME_RELEASE"|sed -e 's/[^.]*//'`"
xinit-1.4.0/config.guess-384-	exit ;;
xinit-1.4.0/config.guess-385-    sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*)
xinit-1.4.0/config.guess:386:	echo sparc-sun-solaris2"`echo "$UNAME_RELEASE" | sed -e 's/[^.]*//'`"
xinit-1.4.0/config.guess-387-	exit ;;
##############################################
xinit-1.4.0/config.guess-404-	fi
xinit-1.4.0/config.guess:405:	echo "$SUN_ARCH"-pc-solaris2"`echo "$UNAME_RELEASE"|sed -e 's/[^.]*//'`"
xinit-1.4.0/config.guess-406-	exit ;;
##############################################
xinit-1.4.0/config.guess-410-	# it's likely to be more like Solaris than SunOS4.
xinit-1.4.0/config.guess:411:	echo sparc-sun-solaris3"`echo "$UNAME_RELEASE"|sed -e 's/[^.]*//'`"
xinit-1.4.0/config.guess-412-	exit ;;
##############################################
xinit-1.4.0/config.guess-419-	# Japanese Language versions have a version number like `4.1.3-JL'.
xinit-1.4.0/config.guess:420:	echo sparc-sun-sunos"`echo "$UNAME_RELEASE"|sed -e 's/-/_/'`"
xinit-1.4.0/config.guess-421-	exit ;;
##############################################
xinit-1.4.0/config.guess-425-    sun*:*:4.2BSD:*)
xinit-1.4.0/config.guess:426:	UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null`
xinit-1.4.0/config.guess-427-	test "x$UNAME_RELEASE" = x && UNAME_RELEASE=3
##############################################
xinit-1.4.0/config.guess-507-	$CC_FOR_BUILD -o "$dummy" "$dummy.c" &&
xinit-1.4.0/config.guess:508:	  dummyarg=`echo "$UNAME_RELEASE" | sed -n 's/\([0-9]*\).*/\1/p'` &&
xinit-1.4.0/config.guess:509:	  SYSTEM_NAME=`"$dummy" "$dummyarg"` &&
xinit-1.4.0/config.guess-510-	    { echo "$SYSTEM_NAME"; exit; }
##############################################
xinit-1.4.0/config.guess-563-    *:IRIX*:*:*)
xinit-1.4.0/config.guess:564:	echo mips-sgi-irix"`echo "$UNAME_RELEASE"|sed -e 's/-/_/g'`"
xinit-1.4.0/config.guess-565-	exit ;;
##############################################
xinit-1.4.0/config.guess-593-EOF
xinit-1.4.0/config.guess:594:		if $CC_FOR_BUILD -o "$dummy" "$dummy.c" && SYSTEM_NAME=`"$dummy"`
xinit-1.4.0/config.guess-595-		then
##############################################
xinit-1.4.0/config.guess-606-    *:AIX:*:[4567])
xinit-1.4.0/config.guess:607:	IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'`
xinit-1.4.0/config.guess-608-	if /usr/sbin/lsattr -El "$IBM_CPU_ID" | grep ' POWER' >/dev/null 2>&1; then
##############################################
xinit-1.4.0/config.guess-642-    9000/[34678]??:HP-UX:*:*)
xinit-1.4.0/config.guess:643:	HPUX_REV=`echo "$UNAME_RELEASE"|sed -e 's/[^.]*.[0B]*//'`
xinit-1.4.0/config.guess-644-	case "$UNAME_MACHINE" in
##############################################
xinit-1.4.0/config.guess-696-EOF
xinit-1.4.0/config.guess:697:		    (CCOPTS="" $CC_FOR_BUILD -o "$dummy" "$dummy.c" 2>/dev/null) && HP_ARCH=`"$dummy"`
xinit-1.4.0/config.guess-698-		    test -z "$HP_ARCH" && HP_ARCH=hppa
##############################################
xinit-1.4.0/config.guess-724-    ia64:HP-UX:*:*)
xinit-1.4.0/config.guess:725:	HPUX_REV=`echo "$UNAME_RELEASE"|sed -e 's/[^.]*.[0B]*//'`
xinit-1.4.0/config.guess-726-	echo ia64-hp-hpux"$HPUX_REV"
##############################################
xinit-1.4.0/config.guess-754-EOF
xinit-1.4.0/config.guess:755:	$CC_FOR_BUILD -o "$dummy" "$dummy.c" && SYSTEM_NAME=`"$dummy"` &&
xinit-1.4.0/config.guess-756-		{ echo "$SYSTEM_NAME"; exit; }
##############################################
xinit-1.4.0/config.guess-825-	FUJITSU_SYS=`uname -p | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/\///'`
xinit-1.4.0/config.guess:826:	FUJITSU_REL=`echo "$UNAME_RELEASE" | sed -e 's/ /_/'`
xinit-1.4.0/config.guess-827-	echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
xinit-1.4.0/config.guess-830-	FUJITSU_SYS=`uname -p | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/\///'`
xinit-1.4.0/config.guess:831:	FUJITSU_REL=`echo "$UNAME_RELEASE" | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/ /_/'`
xinit-1.4.0/config.guess-832-	echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
xinit-1.4.0/config.guess-850-	esac
xinit-1.4.0/config.guess:851:	echo "$UNAME_PROCESSOR"-unknown-freebsd"`echo "$UNAME_RELEASE"|sed -e 's/[-(].*//'`"
xinit-1.4.0/config.guess-852-	exit ;;
##############################################
xinit-1.4.0/config.guess-886-    prep*:SunOS:5.*:*)
xinit-1.4.0/config.guess:887:	echo powerpcle-unknown-solaris2"`echo "$UNAME_RELEASE"|sed -e 's/[^.]*//'`"
xinit-1.4.0/config.guess-888-	exit ;;
##############################################
xinit-1.4.0/config.guess-890-	# the GNU system
xinit-1.4.0/config.guess:891:	echo "`echo "$UNAME_MACHINE"|sed -e 's,[-/].*$,,'`-unknown-$LIBC`echo "$UNAME_RELEASE"|sed -e 's,/.*$,,'`"
xinit-1.4.0/config.guess-892-	exit ;;
##############################################
xinit-1.4.0/config.guess-894-	# other systems with GNU libc and userland
xinit-1.4.0/config.guess:895:	echo "$UNAME_MACHINE-unknown-`echo "$UNAME_SYSTEM" | sed 's,^[^/]*/,,' | tr "[:upper:]" "[:lower:]"``echo "$UNAME_RELEASE"|sed -e 's/[-(].*//'`-$LIBC"
xinit-1.4.0/config.guess-896-	exit ;;
##############################################
xinit-1.4.0/config.guess-988-EOF
xinit-1.4.0/config.guess:989:	eval "`$CC_FOR_BUILD -E "$dummy.c" 2>/dev/null | grep '^CPU'`"
xinit-1.4.0/config.guess-990-	test "x$CPU" != x && { echo "$CPU-unknown-linux-$LIBC"; exit; }
##############################################
xinit-1.4.0/config.guess-1088-    i*86:*:4.*:*)
xinit-1.4.0/config.guess:1089:	UNAME_REL=`echo "$UNAME_RELEASE" | sed 's/\/MP$//'`
xinit-1.4.0/config.guess-1090-	if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then
##############################################
xinit-1.4.0/config.guess-1291-	fi
xinit-1.4.0/config.guess:1292:	if test "`echo "$UNAME_RELEASE" | sed -e 's/\..*//'`" -le 10 ; then
xinit-1.4.0/config.guess-1293-	    if [ "$CC_FOR_BUILD" != no_compiler_found ]; then
##############################################
xinit-1.4.0/config.guess-1389-    *:DragonFly:*:*)
xinit-1.4.0/config.guess:1390:	echo "$UNAME_MACHINE"-unknown-dragonfly"`echo "$UNAME_RELEASE"|sed -e 's/[-(].*//'`"
xinit-1.4.0/config.guess-1391-	exit ;;
##############################################
xinit-1.4.0/config.guess-1402-    i*86:skyos:*:*)
xinit-1.4.0/config.guess:1403:	echo "$UNAME_MACHINE"-pc-skyos"`echo "$UNAME_RELEASE" | sed -e 's/ .*$//'`"
xinit-1.4.0/config.guess-1404-	exit ;;
##############################################
xinit-1.4.0/INSTALL-173-directory configuration variables that were expressed in terms of
xinit-1.4.0/INSTALL:174:`${prefix}'.  Any directories that were specified during `configure',
xinit-1.4.0/INSTALL-175-but not in terms of `${prefix}', must each be overridden at install
##############################################
xinit-1.4.0/configure-45-if test -z "$BASH_VERSION$ZSH_VERSION" \
xinit-1.4.0/configure:46:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
xinit-1.4.0/configure-47-  as_echo='print -r --'
xinit-1.4.0/configure-48-  as_echo_n='print -rn --'
xinit-1.4.0/configure:49:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
xinit-1.4.0/configure-50-  as_echo='printf %s\n'
##############################################
xinit-1.4.0/configure-52-else
xinit-1.4.0/configure:53:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
xinit-1.4.0/configure-54-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
xinit-1.4.0/configure-62-	expr "X$arg" : "X\\(.*\\)$as_nl";
xinit-1.4.0/configure:63:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
xinit-1.4.0/configure-64-      esac;
##############################################
xinit-1.4.0/configure-199-  eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
xinit-1.4.0/configure:200:  test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
xinit-1.4.0/configure-201-test \$(( 1 + 1 )) = 2 || exit 1"
##############################################
xinit-1.4.0/configure-328-      case $as_dir in #(
xinit-1.4.0/configure:329:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
xinit-1.4.0/configure-330-      *) as_qdir=$as_dir;;
##############################################
xinit-1.4.0/configure-401-  {
xinit-1.4.0/configure:402:    as_val=`expr "$@" || test $? -eq 1`
xinit-1.4.0/configure-403-  }
##############################################
xinit-1.4.0/configure-408-# ----------------------------------------
xinit-1.4.0/configure:409:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
xinit-1.4.0/configure-410-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
xinit-1.4.0/configure-471-  eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
xinit-1.4.0/configure:472:  test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
xinit-1.4.0/configure-473-  # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
##############################################
xinit-1.4.0/configure-876-  case $ac_option in
xinit-1.4.0/configure:877:  *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
xinit-1.4.0/configure-878-  *=)   ac_optarg= ;;
##############################################
xinit-1.4.0/configure-920-  -disable-* | --disable-*)
xinit-1.4.0/configure:921:    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
xinit-1.4.0/configure-922-    # Reject names that are not valid shell variable names.
##############################################
xinit-1.4.0/configure-925-    ac_useropt_orig=$ac_useropt
xinit-1.4.0/configure:926:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
xinit-1.4.0/configure-927-    case $ac_user_opts in
##############################################
xinit-1.4.0/configure-946-  -enable-* | --enable-*)
xinit-1.4.0/configure:947:    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
xinit-1.4.0/configure-948-    # Reject names that are not valid shell variable names.
##############################################
xinit-1.4.0/configure-951-    ac_useropt_orig=$ac_useropt
xinit-1.4.0/configure:952:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
xinit-1.4.0/configure-953-    case $ac_user_opts in
##############################################
xinit-1.4.0/configure-1150-  -with-* | --with-*)
xinit-1.4.0/configure:1151:    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
xinit-1.4.0/configure-1152-    # Reject names that are not valid shell variable names.
##############################################
xinit-1.4.0/configure-1155-    ac_useropt_orig=$ac_useropt
xinit-1.4.0/configure:1156:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
xinit-1.4.0/configure-1157-    case $ac_user_opts in
##############################################
xinit-1.4.0/configure-1166-  -without-* | --without-*)
xinit-1.4.0/configure:1167:    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
xinit-1.4.0/configure-1168-    # Reject names that are not valid shell variable names.
##############################################
xinit-1.4.0/configure-1171-    ac_useropt_orig=$ac_useropt
xinit-1.4.0/configure:1172:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
xinit-1.4.0/configure-1173-    case $ac_user_opts in
##############################################
xinit-1.4.0/configure-1204-  *=*)
xinit-1.4.0/configure:1205:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
xinit-1.4.0/configure-1206-    # Reject names that are not valid shell variable names.
##############################################
xinit-1.4.0/configure-1225-if test -n "$ac_prev"; then
xinit-1.4.0/configure:1226:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
xinit-1.4.0/configure-1227-  as_fn_error $? "missing argument to $ac_option"
##############################################
xinit-1.4.0/configure-1247-    */ )
xinit-1.4.0/configure:1248:      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
xinit-1.4.0/configure-1249-      eval $ac_var=\$ac_val;;
##############################################
xinit-1.4.0/configure-1282-ac_ls_di=`ls -di .` &&
xinit-1.4.0/configure:1283:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
xinit-1.4.0/configure-1284-  as_fn_error $? "working directory cannot be determined"
##############################################
xinit-1.4.0/configure-1338-case $srcdir in
xinit-1.4.0/configure:1339:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
xinit-1.4.0/configure-1340-esac
##############################################
xinit-1.4.0/configure-1381-By default, \`make install' will install all the files in
xinit-1.4.0/configure:1382:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
xinit-1.4.0/configure:1383:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
xinit-1.4.0/configure-1384-for instance \`--prefix=\$HOME'.
##############################################
xinit-1.4.0/configure-1512-*)
xinit-1.4.0/configure:1513:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
xinit-1.4.0/configure-1514-  # A ".." for each directory in $ac_dir_suffix.
xinit-1.4.0/configure:1515:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
xinit-1.4.0/configure-1516-  case $ac_top_builddir_sub in
##############################################
xinit-1.4.0/configure-1618-  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
xinit-1.4.0/configure:1619:  as_decl_name=`echo $2|sed 's/ *(.*//'`
xinit-1.4.0/configure:1620:  as_decl_use=`echo $2|sed -e 's/(/((/' -e 's/)/) 0&/' -e 's/,/) 0& (/g'`
xinit-1.4.0/configure-1621-  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $as_decl_name is declared" >&5
##############################################
xinit-1.4.0/configure-1955-    *\'*)
xinit-1.4.0/configure:1956:      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
xinit-1.4.0/configure-1957-    esac
##############################################
xinit-1.4.0/configure-2038-      case $ac_val in
xinit-1.4.0/configure:2039:      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
xinit-1.4.0/configure-2040-      esac
##############################################
xinit-1.4.0/configure-2053-	case $ac_val in
xinit-1.4.0/configure:2054:	*\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
xinit-1.4.0/configure-2055-	esac
##############################################
xinit-1.4.0/configure-2173-    set,)
xinit-1.4.0/configure:2174:      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
xinit-1.4.0/configure:2175:$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
xinit-1.4.0/configure-2176-      ac_cache_corrupted=: ;;
##############################################
xinit-1.4.0/configure-2184-	# differences in whitespace do not lead to failure.
xinit-1.4.0/configure:2185:	ac_old_val_w=`echo x $ac_old_val`
xinit-1.4.0/configure:2186:	ac_new_val_w=`echo x $ac_new_val`
xinit-1.4.0/configure-2187-	if test "$ac_old_val_w" != "$ac_new_val_w"; then
##############################################
xinit-1.4.0/configure-2204-    case $ac_new_val in
xinit-1.4.0/configure:2205:    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
xinit-1.4.0/configure-2206-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
xinit-1.4.0/configure-2384-     echo "timestamp, slept: $am_has_slept" > conftest.file
xinit-1.4.0/configure:2385:     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
xinit-1.4.0/configure-2386-     if test "$*" = "X"; then
xinit-1.4.0/configure-2387-	# -L didn't work.
xinit-1.4.0/configure:2388:	set X `ls -t "$srcdir/configure" conftest.file`
xinit-1.4.0/configure-2389-     fi
##############################################
xinit-1.4.0/configure-2435-ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
xinit-1.4.0/configure:2436:program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
xinit-1.4.0/configure-2437-
xinit-1.4.0/configure-2438-# Expand $ac_aux_dir to an absolute path.
xinit-1.4.0/configure:2439:am_aux_dir=`cd "$ac_aux_dir" && pwd`
xinit-1.4.0/configure-2440-
##############################################
xinit-1.4.0/configure-2580-	   as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue
xinit-1.4.0/configure:2581:	   case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
xinit-1.4.0/configure-2582-	     'mkdir (GNU coreutils) '* | \
##############################################
xinit-1.4.0/configure-2653-set x ${MAKE-make}
xinit-1.4.0/configure:2654:ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
xinit-1.4.0/configure-2655-if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
##############################################
xinit-1.4.0/configure-2663-# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
xinit-1.4.0/configure:2664:case `${MAKE-make} -f conftest.make 2>/dev/null` in
xinit-1.4.0/configure-2665-  *@@@%%%=?*=@@@%%%*)
##############################################
xinit-1.4.0/configure-2729-
xinit-1.4.0/configure:2730:if test "`cd $srcdir && pwd`" != "`pwd`"; then
xinit-1.4.0/configure-2731-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
xinit-1.4.0/configure-2877-# Ignore all kinds of additional output from 'make'.
xinit-1.4.0/configure:2878:case `$am_make -s -f confmf 2> /dev/null` in #(
xinit-1.4.0/configure-2879-*the\ am__doit\ target*)
##############################################
xinit-1.4.0/configure-2887-   echo '.include "confinc"' > confmf
xinit-1.4.0/configure:2888:   case `$am_make -s -f confmf 2> /dev/null` in #(
xinit-1.4.0/configure-2889-   *the\ am__doit\ target*)
##############################################
xinit-1.4.0/configure-3266-$as_echo_n "checking whether the C compiler works... " >&6; }
xinit-1.4.0/configure:3267:ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
xinit-1.4.0/configure-3268-
##############################################
xinit-1.4.0/configure-3310-	then :; else
xinit-1.4.0/configure:3311:	   ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
xinit-1.4.0/configure-3312-	fi
##############################################
xinit-1.4.0/configure-3370-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
xinit-1.4.0/configure:3371:    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
xinit-1.4.0/configure-3372-	  break;;
##############################################
xinit-1.4.0/configure-3479-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
xinit-1.4.0/configure:3480:    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
xinit-1.4.0/configure-3481-       break;;
##############################################
xinit-1.4.0/configure-3797-  if test "$am_compiler_list" = ""; then
xinit-1.4.0/configure:3798:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
xinit-1.4.0/configure-3799-  fi
##############################################
xinit-1.4.0/configure-4231-  # Check for GNU $ac_path_GREP
xinit-1.4.0/configure:4232:case `"$ac_path_GREP" --version 2>&1` in
xinit-1.4.0/configure-4233-*GNU*)
##############################################
xinit-1.4.0/configure-4297-  # Check for GNU $ac_path_EGREP
xinit-1.4.0/configure:4298:case `"$ac_path_EGREP" --version 2>&1` in
xinit-1.4.0/configure-4299-*GNU*)
##############################################
xinit-1.4.0/configure-4458-do :
xinit-1.4.0/configure:4459:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
xinit-1.4.0/configure-4460-ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
##############################################
xinit-1.4.0/configure-4463-  cat >>confdefs.h <<_ACEOF
xinit-1.4.0/configure:4464:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
xinit-1.4.0/configure-4465-_ACEOF
##############################################
xinit-1.4.0/configure-4628-test "x$ac_build_alias" = x &&
xinit-1.4.0/configure:4629:  ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
xinit-1.4.0/configure-4630-test "x$ac_build_alias" = x &&
xinit-1.4.0/configure-4631-  as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
xinit-1.4.0/configure:4632:ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
xinit-1.4.0/configure-4633-  as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
##############################################
xinit-1.4.0/configure-4652-IFS=$ac_save_IFS
xinit-1.4.0/configure:4653:case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
xinit-1.4.0/configure-4654-
##############################################
xinit-1.4.0/configure-4663-else
xinit-1.4.0/configure:4664:  ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
xinit-1.4.0/configure-4665-    as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
##############################################
xinit-1.4.0/configure-4685-IFS=$ac_save_IFS
xinit-1.4.0/configure:4686:case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
xinit-1.4.0/configure-4687-
##############################################
xinit-1.4.0/configure-4713-  # Check for GNU $ac_path_SED
xinit-1.4.0/configure:4714:case `"$ac_path_SED" --version 2>&1` in
xinit-1.4.0/configure-4715-*GNU*)
##############################################
xinit-1.4.0/configure-10572-cat >>confdefs.h <<_ACEOF
xinit-1.4.0/configure:10573:#define PACKAGE_VERSION_MAJOR `echo $PACKAGE_VERSION | cut -d . -f 1`
xinit-1.4.0/configure-10574-_ACEOF
xinit-1.4.0/configure-10575-
xinit-1.4.0/configure:10576:	PVM=`echo $PACKAGE_VERSION | cut -d . -f 2 | cut -d - -f 1`
xinit-1.4.0/configure-10577-	if test "x$PVM" = "x"; then
##############################################
xinit-1.4.0/configure-10584-
xinit-1.4.0/configure:10585:	PVP=`echo $PACKAGE_VERSION | cut -d . -f 3 | cut -d - -f 1`
xinit-1.4.0/configure-10586-	if test "x$PVP" = "x"; then
##############################################
xinit-1.4.0/configure-10603-
xinit-1.4.0/configure:10604:macros_datadir=`$PKG_CONFIG --print-errors --variable=pkgdatadir xorg-macros`
xinit-1.4.0/configure-10605-INSTALL_CMD="(cp -f "$macros_datadir/INSTALL" \$(top_srcdir)/.INSTALL.tmp && \
##############################################
xinit-1.4.0/configure-10804-_ACEOF
xinit-1.4.0/configure:10805:if test `${RAWCPP} < conftest.$ac_ext | grep -c 'unix'` -eq 1 ; then
xinit-1.4.0/configure-10806-	{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
##############################################
xinit-1.4.0/configure-10808-else
xinit-1.4.0/configure:10809:	if test `${RAWCPP} -undef < conftest.$ac_ext | grep -c 'unix'` -eq 1 ; then
xinit-1.4.0/configure-10810-		RAWCPPFLAGS=-undef
##############################################
xinit-1.4.0/configure-10813-	# under Cygwin unix is still defined even with -undef
xinit-1.4.0/configure:10814:	elif test `${RAWCPP} -undef -ansi < conftest.$ac_ext | grep -c 'unix'` -eq 1 ; then
xinit-1.4.0/configure-10815-		RAWCPPFLAGS="-undef -ansi"
##############################################
xinit-1.4.0/configure-10829-_ACEOF
xinit-1.4.0/configure:10830:if test `${RAWCPP} < conftest.$ac_ext | grep -c 'preserve   \"'` -eq 1 ; then
xinit-1.4.0/configure-10831-	{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
##############################################
xinit-1.4.0/configure-10833-else
xinit-1.4.0/configure:10834:	if test `${RAWCPP} -traditional < conftest.$ac_ext | grep -c 'preserve   \"'` -eq 1 ; then
xinit-1.4.0/configure-10835-		TRADITIONALCPPFLAGS="-traditional"
##############################################
xinit-1.4.0/configure-11098-  test $ac_status = 0; }; then
xinit-1.4.0/configure:11099:  pkg_cv_XINIT_CFLAGS=`$PKG_CONFIG --cflags "x11 xproto >= 7.0.17" 2>/dev/null`
xinit-1.4.0/configure-11100-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
xinit-1.4.0/configure-11115-  test $ac_status = 0; }; then
xinit-1.4.0/configure:11116:  pkg_cv_XINIT_LIBS=`$PKG_CONFIG --libs "x11 xproto >= 7.0.17" 2>/dev/null`
xinit-1.4.0/configure-11117-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
xinit-1.4.0/configure-11136-        if test $_pkg_short_errors_supported = yes; then
xinit-1.4.0/configure:11137:	        XINIT_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "x11 xproto >= 7.0.17" 2>&1`
xinit-1.4.0/configure-11138-        else
xinit-1.4.0/configure:11139:	        XINIT_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "x11 xproto >= 7.0.17" 2>&1`
xinit-1.4.0/configure-11140-        fi
##############################################
xinit-1.4.0/configure-11431-  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
xinit-1.4.0/configure:11432:  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
xinit-1.4.0/configure-11433-  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
##############################################
xinit-1.4.0/configure-11534-if test -z "$BASH_VERSION$ZSH_VERSION" \
xinit-1.4.0/configure:11535:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
xinit-1.4.0/configure-11536-  as_echo='print -r --'
xinit-1.4.0/configure-11537-  as_echo_n='print -rn --'
xinit-1.4.0/configure:11538:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
xinit-1.4.0/configure-11539-  as_echo='printf %s\n'
##############################################
xinit-1.4.0/configure-11541-else
xinit-1.4.0/configure:11542:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
xinit-1.4.0/configure-11543-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
xinit-1.4.0/configure-11551-	expr "X$arg" : "X\\(.*\\)$as_nl";
xinit-1.4.0/configure:11552:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
xinit-1.4.0/configure-11553-      esac;
##############################################
xinit-1.4.0/configure-11628-# ----------------------------------------
xinit-1.4.0/configure:11629:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
xinit-1.4.0/configure-11630-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
xinit-1.4.0/configure-11700-  {
xinit-1.4.0/configure:11701:    as_val=`expr "$@" || test $? -eq 1`
xinit-1.4.0/configure-11702-  }
##############################################
xinit-1.4.0/configure-11804-      case $as_dir in #(
xinit-1.4.0/configure:11805:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
xinit-1.4.0/configure-11806-      *) as_qdir=$as_dir;;
##############################################
xinit-1.4.0/configure-11939-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
xinit-1.4.0/configure:11940:ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
xinit-1.4.0/configure-11941-ac_cs_version="\\
##############################################
xinit-1.4.0/configure-11964-  --*=?*)
xinit-1.4.0/configure:11965:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
xinit-1.4.0/configure:11966:    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
xinit-1.4.0/configure-11967-    ac_shift=:
##############################################
xinit-1.4.0/configure-11969-  --*=)
xinit-1.4.0/configure:11970:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
xinit-1.4.0/configure-11971-    ac_optarg=
##############################################
xinit-1.4.0/configure-11993-    case $ac_optarg in
xinit-1.4.0/configure:11994:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
xinit-1.4.0/configure-11995-    '') as_fn_error $? "missing file argument" ;;
##############################################
xinit-1.4.0/configure-12001-    case $ac_optarg in
xinit-1.4.0/configure:12002:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
xinit-1.4.0/configure-12003-    esac
##############################################
xinit-1.4.0/configure-12133-fi
xinit-1.4.0/configure:12134:ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
xinit-1.4.0/configure-12135-if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
##############################################
xinit-1.4.0/configure-12150-  as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
xinit-1.4.0/configure:12151:ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
xinit-1.4.0/configure-12152-ac_delim='%!_!# '
##############################################
xinit-1.4.0/configure-12156-
xinit-1.4.0/configure:12157:  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
xinit-1.4.0/configure-12158-  if test $ac_delim_n = $ac_delim_num; then
##############################################
xinit-1.4.0/configure-12294-for ac_last_try in false false :; do
xinit-1.4.0/configure:12295:  ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
xinit-1.4.0/configure-12296-  if test -z "$ac_tt"; then
##############################################
xinit-1.4.0/configure-12426-      esac
xinit-1.4.0/configure:12427:      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
xinit-1.4.0/configure-12428-      as_fn_append ac_file_inputs " '$ac_f'"
##############################################
xinit-1.4.0/configure-12485-*)
xinit-1.4.0/configure:12486:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
xinit-1.4.0/configure-12487-  # A ".." for each directory in $ac_dir_suffix.
xinit-1.4.0/configure:12488:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
xinit-1.4.0/configure-12489-  case $ac_top_builddir_sub in
##############################################
xinit-1.4.0/configure-12546-/@mandir@/p'
xinit-1.4.0/configure:12547:case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
xinit-1.4.0/configure-12548-*datarootdir*) ac_datarootdir_seen=yes;;
##############################################
xinit-1.4.0/configure-12563-
xinit-1.4.0/configure:12564:# Neutralize VPATH when `$srcdir' = `.'.
xinit-1.4.0/configure-12565-# Shell code in configure.ac might set extrasub.
##############################################
xinit-1.4.0/configure-12591-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
xinit-1.4.0/configure:12592:  { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
xinit-1.4.0/configure-12593-  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' \
##############################################
xinit-1.4.0/configure-12637-    * )
xinit-1.4.0/configure:12638:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
xinit-1.4.0/configure-12639-  esac
##############################################
xinit-1.4.0/configure-12684-    # Strip MF so we end up with the name of the file.
xinit-1.4.0/configure:12685:    mf=`echo "$mf" | sed -e 's/:.*$//'`
xinit-1.4.0/configure-12686-    # Check whether this is an Automake generated Makefile or not.
##############################################
xinit-1.4.0/configure-12721-    # from the Makefile without running 'make'.
xinit-1.4.0/configure:12722:    DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
xinit-1.4.0/configure-12723-    test -z "$DEPDIR" && continue
xinit-1.4.0/configure:12724:    am__include=`sed -n 's/^am__include = //p' < "$mf"`
xinit-1.4.0/configure-12725-    test -z "$am__include" && continue
xinit-1.4.0/configure:12726:    am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
xinit-1.4.0/configure-12727-    # Find all dependency output files, they are included files with