===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
i3lock-2.13/config.guess-34-
i3lock-2.13/config.guess:35:me=`echo "$0" | sed -e 's,.*/,,'`
i3lock-2.13/config.guess-36-
##############################################
i3lock-2.13/config.guess-105-    # shellcheck disable=SC2039
i3lock-2.13/config.guess:106:    { tmp=`(umask 077 && mktemp -d "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } ||
i3lock-2.13/config.guess-107-	{ test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir "$tmp" 2>/dev/null) ; } ||
##############################################
i3lock-2.13/config.guess-155-	EOF
i3lock-2.13/config.guess:156:	eval "`$CC_FOR_BUILD -E "$dummy.c" 2>/dev/null | grep '^LIBC' | sed 's, ,,g'`"
i3lock-2.13/config.guess-157-
##############################################
i3lock-2.13/config.guess-192-	    earmv*)
i3lock-2.13/config.guess:193:		arch=`echo "$UNAME_MACHINE_ARCH" | sed -e 's,^e\(armv[0-9]\).*$,\1,'`
i3lock-2.13/config.guess:194:		endian=`echo "$UNAME_MACHINE_ARCH" | sed -ne 's,^.*\(eb\)$,\1,p'`
i3lock-2.13/config.guess-195-		machine="${arch}${endian}"-unknown
##############################################
i3lock-2.13/config.guess-224-		expr='s/^earmv[0-9]/-eabi/;s/eb$//'
i3lock-2.13/config.guess:225:		abi=`echo "$UNAME_MACHINE_ARCH" | sed -e "$expr"`
i3lock-2.13/config.guess-226-		;;
##############################################
i3lock-2.13/config.guess-237-	    *)
i3lock-2.13/config.guess:238:		release=`echo "$UNAME_RELEASE" | sed -e 's/[-_].*//' | cut -d. -f1,2`
i3lock-2.13/config.guess-239-		;;
##############################################
i3lock-2.13/config.guess-290-	*4.0)
i3lock-2.13/config.guess:291:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'`
i3lock-2.13/config.guess-292-		;;
i3lock-2.13/config.guess-293-	*5.*)
i3lock-2.13/config.guess:294:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'`
i3lock-2.13/config.guess-295-		;;
##############################################
i3lock-2.13/config.guess-300-	# types through head -n 1, so we only detect the type of CPU 0.
i3lock-2.13/config.guess:301:	ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^  The alpha \(.*\) processor.*$/\1/p' | head -n 1`
i3lock-2.13/config.guess-302-	case "$ALPHA_CPU_TYPE" in
##############################################
i3lock-2.13/config.guess-338-	# 1.2 uses "1.2" for uname -r.
i3lock-2.13/config.guess:339:	echo "$UNAME_MACHINE"-dec-osf"`echo "$UNAME_RELEASE" | sed -e 's/^[PVTX]//' | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz`"
i3lock-2.13/config.guess-340-	# Reset EXIT trap before exiting to avoid spurious non-zero exit code.
##############################################
i3lock-2.13/config.guess-389-    s390x:SunOS:*:*)
i3lock-2.13/config.guess:390:	echo "$UNAME_MACHINE"-ibm-solaris2"`echo "$UNAME_RELEASE" | sed -e 's/[^.]*//'`"
i3lock-2.13/config.guess-391-	exit ;;
i3lock-2.13/config.guess-392-    sun4H:SunOS:5.*:*)
i3lock-2.13/config.guess:393:	echo sparc-hal-solaris2"`echo "$UNAME_RELEASE"|sed -e 's/[^.]*//'`"
i3lock-2.13/config.guess-394-	exit ;;
i3lock-2.13/config.guess-395-    sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*)
i3lock-2.13/config.guess:396:	echo sparc-sun-solaris2"`echo "$UNAME_RELEASE" | sed -e 's/[^.]*//'`"
i3lock-2.13/config.guess-397-	exit ;;
##############################################
i3lock-2.13/config.guess-414-	fi
i3lock-2.13/config.guess:415:	echo "$SUN_ARCH"-pc-solaris2"`echo "$UNAME_RELEASE"|sed -e 's/[^.]*//'`"
i3lock-2.13/config.guess-416-	exit ;;
##############################################
i3lock-2.13/config.guess-420-	# it's likely to be more like Solaris than SunOS4.
i3lock-2.13/config.guess:421:	echo sparc-sun-solaris3"`echo "$UNAME_RELEASE"|sed -e 's/[^.]*//'`"
i3lock-2.13/config.guess-422-	exit ;;
##############################################
i3lock-2.13/config.guess-429-	# Japanese Language versions have a version number like `4.1.3-JL'.
i3lock-2.13/config.guess:430:	echo sparc-sun-sunos"`echo "$UNAME_RELEASE"|sed -e 's/-/_/'`"
i3lock-2.13/config.guess-431-	exit ;;
##############################################
i3lock-2.13/config.guess-435-    sun*:*:4.2BSD:*)
i3lock-2.13/config.guess:436:	UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null`
i3lock-2.13/config.guess-437-	test "x$UNAME_RELEASE" = x && UNAME_RELEASE=3
##############################################
i3lock-2.13/config.guess-517-	$CC_FOR_BUILD -o "$dummy" "$dummy.c" &&
i3lock-2.13/config.guess:518:	  dummyarg=`echo "$UNAME_RELEASE" | sed -n 's/\([0-9]*\).*/\1/p'` &&
i3lock-2.13/config.guess:519:	  SYSTEM_NAME=`"$dummy" "$dummyarg"` &&
i3lock-2.13/config.guess-520-	    { echo "$SYSTEM_NAME"; exit; }
##############################################
i3lock-2.13/config.guess-573-    *:IRIX*:*:*)
i3lock-2.13/config.guess:574:	echo mips-sgi-irix"`echo "$UNAME_RELEASE"|sed -e 's/-/_/g'`"
i3lock-2.13/config.guess-575-	exit ;;
##############################################
i3lock-2.13/config.guess-603-EOF
i3lock-2.13/config.guess:604:		if $CC_FOR_BUILD -o "$dummy" "$dummy.c" && SYSTEM_NAME=`"$dummy"`
i3lock-2.13/config.guess-605-		then
##############################################
i3lock-2.13/config.guess-616-    *:AIX:*:[4567])
i3lock-2.13/config.guess:617:	IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'`
i3lock-2.13/config.guess-618-	if /usr/sbin/lsattr -El "$IBM_CPU_ID" | grep ' POWER' >/dev/null 2>&1; then
##############################################
i3lock-2.13/config.guess-652-    9000/[34678]??:HP-UX:*:*)
i3lock-2.13/config.guess:653:	HPUX_REV=`echo "$UNAME_RELEASE"|sed -e 's/[^.]*.[0B]*//'`
i3lock-2.13/config.guess-654-	case "$UNAME_MACHINE" in
##############################################
i3lock-2.13/config.guess-706-EOF
i3lock-2.13/config.guess:707:		    (CCOPTS="" $CC_FOR_BUILD -o "$dummy" "$dummy.c" 2>/dev/null) && HP_ARCH=`"$dummy"`
i3lock-2.13/config.guess-708-		    test -z "$HP_ARCH" && HP_ARCH=hppa
##############################################
i3lock-2.13/config.guess-734-    ia64:HP-UX:*:*)
i3lock-2.13/config.guess:735:	HPUX_REV=`echo "$UNAME_RELEASE"|sed -e 's/[^.]*.[0B]*//'`
i3lock-2.13/config.guess-736-	echo ia64-hp-hpux"$HPUX_REV"
##############################################
i3lock-2.13/config.guess-764-EOF
i3lock-2.13/config.guess:765:	$CC_FOR_BUILD -o "$dummy" "$dummy.c" && SYSTEM_NAME=`"$dummy"` &&
i3lock-2.13/config.guess-766-		{ echo "$SYSTEM_NAME"; exit; }
##############################################
i3lock-2.13/config.guess-835-	FUJITSU_SYS=`uname -p | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/\///'`
i3lock-2.13/config.guess:836:	FUJITSU_REL=`echo "$UNAME_RELEASE" | sed -e 's/ /_/'`
i3lock-2.13/config.guess-837-	echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
i3lock-2.13/config.guess-840-	FUJITSU_SYS=`uname -p | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/\///'`
i3lock-2.13/config.guess:841:	FUJITSU_REL=`echo "$UNAME_RELEASE" | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/ /_/'`
i3lock-2.13/config.guess-842-	echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
i3lock-2.13/config.guess-858-	then
i3lock-2.13/config.guess:859:	    echo "${UNAME_PROCESSOR}"-unknown-freebsd"`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`"-gnueabi
i3lock-2.13/config.guess-860-	else
i3lock-2.13/config.guess:861:	    echo "${UNAME_PROCESSOR}"-unknown-freebsd"`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`"-gnueabihf
i3lock-2.13/config.guess-862-	fi
##############################################
i3lock-2.13/config.guess-871-	esac
i3lock-2.13/config.guess:872:	echo "$UNAME_PROCESSOR"-unknown-freebsd"`echo "$UNAME_RELEASE"|sed -e 's/[-(].*//'`"
i3lock-2.13/config.guess-873-	exit ;;
##############################################
i3lock-2.13/config.guess-907-    prep*:SunOS:5.*:*)
i3lock-2.13/config.guess:908:	echo powerpcle-unknown-solaris2"`echo "$UNAME_RELEASE"|sed -e 's/[^.]*//'`"
i3lock-2.13/config.guess-909-	exit ;;
##############################################
i3lock-2.13/config.guess-911-	# the GNU system
i3lock-2.13/config.guess:912:	echo "`echo "$UNAME_MACHINE"|sed -e 's,[-/].*$,,'`-unknown-$LIBC`echo "$UNAME_RELEASE"|sed -e 's,/.*$,,'`"
i3lock-2.13/config.guess-913-	exit ;;
##############################################
i3lock-2.13/config.guess-915-	# other systems with GNU libc and userland
i3lock-2.13/config.guess:916:	echo "$UNAME_MACHINE-unknown-`echo "$UNAME_SYSTEM" | sed 's,^[^/]*/,,' | tr "[:upper:]" "[:lower:]"``echo "$UNAME_RELEASE"|sed -e 's/[-(].*//'`-$LIBC"
i3lock-2.13/config.guess-917-	exit ;;
##############################################
i3lock-2.13/config.guess-1037-EOF
i3lock-2.13/config.guess:1038:	eval "`$CC_FOR_BUILD -E "$dummy.c" 2>/dev/null | grep '^CPU\|^MIPS_ENDIAN\|^LIBCABI'`"
i3lock-2.13/config.guess-1039-	test "x$CPU" != x && { echo "$CPU${MIPS_ENDIAN}-unknown-linux-$LIBCABI"; exit; }
##############################################
i3lock-2.13/config.guess-1137-    i*86:*:4.*:*)
i3lock-2.13/config.guess:1138:	UNAME_REL=`echo "$UNAME_RELEASE" | sed 's/\/MP$//'`
i3lock-2.13/config.guess-1139-	if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then
##############################################
i3lock-2.13/config.guess-1440-    *:DragonFly:*:*)
i3lock-2.13/config.guess:1441:	echo "$UNAME_MACHINE"-unknown-dragonfly"`echo "$UNAME_RELEASE"|sed -e 's/[-(].*//'`"
i3lock-2.13/config.guess-1442-	exit ;;
##############################################
i3lock-2.13/config.guess-1453-    i*86:skyos:*:*)
i3lock-2.13/config.guess:1454:	echo "$UNAME_MACHINE"-pc-skyos"`echo "$UNAME_RELEASE" | sed -e 's/ .*$//'`"
i3lock-2.13/config.guess-1455-	exit ;;
##############################################
i3lock-2.13/config.guess-1603-
i3lock-2.13/config.guess:1604:$CC_FOR_BUILD -o "$dummy" "$dummy.c" 2>/dev/null && SYSTEM_NAME=`$dummy` &&
i3lock-2.13/config.guess-1605-	{ echo "$SYSTEM_NAME"; exit; }
##############################################
i3lock-2.13/compile-67-	mingw/*)
i3lock-2.13/compile:68:	  file=`cmd //C echo "$file " | sed -e 's/"\(.*\) " *$/\1/'`
i3lock-2.13/compile-69-	  ;;
i3lock-2.13/compile-70-	cygwin/* | msys/*)
i3lock-2.13/compile:71:	  file=`cygpath -m "$file" || echo "$file"`
i3lock-2.13/compile-72-	  ;;
i3lock-2.13/compile-73-	wine/*)
i3lock-2.13/compile:74:	  file=`winepath -w "$file" || echo "$file"`
i3lock-2.13/compile-75-	  ;;
##############################################
i3lock-2.13/compile-310-# Name of file we expect compiler to create.
i3lock-2.13/compile:311:cofile=`echo "$cfile" | sed 's|^.*[\\/]||; s|^[a-zA-Z]:||; s/\.c$/.o/'`
i3lock-2.13/compile-312-
##############################################
i3lock-2.13/compile-316-# object file name, since that is what matters with a parallel build.
i3lock-2.13/compile:317:lockdir=`echo "$cofile" | sed -e 's|[/\\:.-]|_|g'`.d
i3lock-2.13/compile-318-while true; do
##############################################
i3lock-2.13/configure.ac-133-	git_dir=`git rev-parse --git-dir 2>/dev/null`
i3lock-2.13/configure.ac:134:	srcdir=`dirname "$git_dir"`
i3lock-2.13/configure.ac:135:	exclude_dir=`pwd | sed "s,^$srcdir,,g"`
i3lock-2.13/configure.ac-136-	if ! grep -q "^$exclude_dir" "$git_dir/info/exclude"; then
##############################################
i3lock-2.13/configure.ac-144-
i3lock-2.13/configure.ac:145:AS_HELP_STRING([i3lock version:], [`echo ${I3LOCK_VERSION} | sed 's,\\\\,,g'`])
i3lock-2.13/configure.ac-146-AS_HELP_STRING([is release version:], [${is_release}])
##############################################
i3lock-2.13/install-sh-234-      fi
i3lock-2.13/install-sh:235:      cp_umask=`expr '(' 777 - $mode % 1000 ')' $u_plus_rw`;;
i3lock-2.13/install-sh-236-    *)
##############################################
i3lock-2.13/install-sh-280-      dstdir=$dst
i3lock-2.13/install-sh:281:      dstbase=`basename "$src"`
i3lock-2.13/install-sh-282-      case $dst in
##############################################
i3lock-2.13/install-sh-287-    else
i3lock-2.13/install-sh:288:      dstdir=`dirname "$dst"`
i3lock-2.13/install-sh-289-      test -d "$dstdir"
##############################################
i3lock-2.13/install-sh-354-                   test_tmpdir="$tmpdir/a"
i3lock-2.13/install-sh:355:                   ls_ld_tmpdir=`ls -ld "$test_tmpdir"`
i3lock-2.13/install-sh-356-                   case $ls_ld_tmpdir in
##############################################
i3lock-2.13/install-sh-361-                   $mkdirprog -m$different_mode -p -- "$test_tmpdir" && {
i3lock-2.13/install-sh:362:                     ls_ld_tmpdir_1=`ls -ld "$test_tmpdir"`
i3lock-2.13/install-sh-363-                     test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1"
##############################################
i3lock-2.13/install-sh-419-            case $prefix in
i3lock-2.13/install-sh:420:              *\'*) qprefix=`echo "$prefix" | sed "s/'/'\\\\\\\\''/g"`;;
i3lock-2.13/install-sh-421-              *) qprefix=$prefix;;
##############################################
i3lock-2.13/install-sh-479-    if $copy_on_change &&
i3lock-2.13/install-sh:480:       old=`LC_ALL=C ls -dlL "$dst"     2>/dev/null` &&
i3lock-2.13/install-sh:481:       new=`LC_ALL=C ls -dlL "$dsttmp"  2>/dev/null` &&
i3lock-2.13/install-sh-482-       set -f &&
##############################################
i3lock-2.13/configure-45-if test -z "$BASH_VERSION$ZSH_VERSION" \
i3lock-2.13/configure:46:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
i3lock-2.13/configure-47-  as_echo='print -r --'
i3lock-2.13/configure-48-  as_echo_n='print -rn --'
i3lock-2.13/configure:49:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
i3lock-2.13/configure-50-  as_echo='printf %s\n'
##############################################
i3lock-2.13/configure-52-else
i3lock-2.13/configure:53:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
i3lock-2.13/configure-54-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
i3lock-2.13/configure-62-	expr "X$arg" : "X\\(.*\\)$as_nl";
i3lock-2.13/configure:63:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
i3lock-2.13/configure-64-      esac;
##############################################
i3lock-2.13/configure-199-  eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
i3lock-2.13/configure:200:  test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
i3lock-2.13/configure-201-test \$(( 1 + 1 )) = 2 || exit 1"
##############################################
i3lock-2.13/configure-327-      case $as_dir in #(
i3lock-2.13/configure:328:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
i3lock-2.13/configure-329-      *) as_qdir=$as_dir;;
##############################################
i3lock-2.13/configure-400-  {
i3lock-2.13/configure:401:    as_val=`expr "$@" || test $? -eq 1`
i3lock-2.13/configure-402-  }
##############################################
i3lock-2.13/configure-407-# ----------------------------------------
i3lock-2.13/configure:408:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
i3lock-2.13/configure-409-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
i3lock-2.13/configure-470-  eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
i3lock-2.13/configure:471:  test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
i3lock-2.13/configure-472-  # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
##############################################
i3lock-2.13/configure-865-  case $ac_option in
i3lock-2.13/configure:866:  *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
i3lock-2.13/configure-867-  *=)   ac_optarg= ;;
##############################################
i3lock-2.13/configure-909-  -disable-* | --disable-*)
i3lock-2.13/configure:910:    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
i3lock-2.13/configure-911-    # Reject names that are not valid shell variable names.
##############################################
i3lock-2.13/configure-914-    ac_useropt_orig=$ac_useropt
i3lock-2.13/configure:915:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
i3lock-2.13/configure-916-    case $ac_user_opts in
##############################################
i3lock-2.13/configure-935-  -enable-* | --enable-*)
i3lock-2.13/configure:936:    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
i3lock-2.13/configure-937-    # Reject names that are not valid shell variable names.
##############################################
i3lock-2.13/configure-940-    ac_useropt_orig=$ac_useropt
i3lock-2.13/configure:941:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
i3lock-2.13/configure-942-    case $ac_user_opts in
##############################################
i3lock-2.13/configure-1139-  -with-* | --with-*)
i3lock-2.13/configure:1140:    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
i3lock-2.13/configure-1141-    # Reject names that are not valid shell variable names.
##############################################
i3lock-2.13/configure-1144-    ac_useropt_orig=$ac_useropt
i3lock-2.13/configure:1145:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
i3lock-2.13/configure-1146-    case $ac_user_opts in
##############################################
i3lock-2.13/configure-1155-  -without-* | --without-*)
i3lock-2.13/configure:1156:    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
i3lock-2.13/configure-1157-    # Reject names that are not valid shell variable names.
##############################################
i3lock-2.13/configure-1160-    ac_useropt_orig=$ac_useropt
i3lock-2.13/configure:1161:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
i3lock-2.13/configure-1162-    case $ac_user_opts in
##############################################
i3lock-2.13/configure-1193-  *=*)
i3lock-2.13/configure:1194:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
i3lock-2.13/configure-1195-    # Reject names that are not valid shell variable names.
##############################################
i3lock-2.13/configure-1214-if test -n "$ac_prev"; then
i3lock-2.13/configure:1215:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
i3lock-2.13/configure-1216-  as_fn_error $? "missing argument to $ac_option"
##############################################
i3lock-2.13/configure-1236-    */ )
i3lock-2.13/configure:1237:      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
i3lock-2.13/configure-1238-      eval $ac_var=\$ac_val;;
##############################################
i3lock-2.13/configure-1271-ac_ls_di=`ls -di .` &&
i3lock-2.13/configure:1272:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
i3lock-2.13/configure-1273-  as_fn_error $? "working directory cannot be determined"
##############################################
i3lock-2.13/configure-1327-case $srcdir in
i3lock-2.13/configure:1328:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
i3lock-2.13/configure-1329-esac
##############################################
i3lock-2.13/configure-1370-By default, \`make install' will install all the files in
i3lock-2.13/configure:1371:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
i3lock-2.13/configure:1372:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
i3lock-2.13/configure-1373-for instance \`--prefix=\$HOME'.
##############################################
i3lock-2.13/configure-1504-*)
i3lock-2.13/configure:1505:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
i3lock-2.13/configure-1506-  # A ".." for each directory in $ac_dir_suffix.
i3lock-2.13/configure:1507:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
i3lock-2.13/configure-1508-  case $ac_top_builddir_sub in
##############################################
i3lock-2.13/configure-2046-    *\'*)
i3lock-2.13/configure:2047:      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
i3lock-2.13/configure-2048-    esac
##############################################
i3lock-2.13/configure-2129-      case $ac_val in
i3lock-2.13/configure:2130:      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
i3lock-2.13/configure-2131-      esac
##############################################
i3lock-2.13/configure-2144-	case $ac_val in
i3lock-2.13/configure:2145:	*\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
i3lock-2.13/configure-2146-	esac
##############################################
i3lock-2.13/configure-2264-    set,)
i3lock-2.13/configure:2265:      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
i3lock-2.13/configure:2266:$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
i3lock-2.13/configure-2267-      ac_cache_corrupted=: ;;
##############################################
i3lock-2.13/configure-2275-	# differences in whitespace do not lead to failure.
i3lock-2.13/configure:2276:	ac_old_val_w=`echo x $ac_old_val`
i3lock-2.13/configure:2277:	ac_new_val_w=`echo x $ac_new_val`
i3lock-2.13/configure-2278-	if test "$ac_old_val_w" != "$ac_new_val_w"; then
##############################################
i3lock-2.13/configure-2295-    case $ac_new_val in
i3lock-2.13/configure:2296:    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
i3lock-2.13/configure-2297-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
i3lock-2.13/configure-2363-test "x$ac_build_alias" = x &&
i3lock-2.13/configure:2364:  ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
i3lock-2.13/configure-2365-test "x$ac_build_alias" = x &&
i3lock-2.13/configure-2366-  as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
i3lock-2.13/configure:2367:ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
i3lock-2.13/configure-2368-  as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
##############################################
i3lock-2.13/configure-2387-IFS=$ac_save_IFS
i3lock-2.13/configure:2388:case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
i3lock-2.13/configure-2389-
##############################################
i3lock-2.13/configure-2398-else
i3lock-2.13/configure:2399:  ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
i3lock-2.13/configure-2400-    as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
##############################################
i3lock-2.13/configure-2420-IFS=$ac_save_IFS
i3lock-2.13/configure:2421:case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
i3lock-2.13/configure-2422-
##############################################
i3lock-2.13/configure-2431-else
i3lock-2.13/configure:2432:  ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
i3lock-2.13/configure-2433-    as_fn_error $? "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
##############################################
i3lock-2.13/configure-2453-IFS=$ac_save_IFS
i3lock-2.13/configure:2454:case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
i3lock-2.13/configure-2455-
##############################################
i3lock-2.13/configure-2472-# Expand $ac_aux_dir to an absolute path.
i3lock-2.13/configure:2473:am_aux_dir=`cd "$ac_aux_dir" && pwd`
i3lock-2.13/configure-2474-
##############################################
i3lock-2.13/configure-2685-     echo "timestamp, slept: $am_has_slept" > conftest.file
i3lock-2.13/configure:2686:     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
i3lock-2.13/configure-2687-     if test "$*" = "X"; then
i3lock-2.13/configure-2688-	# -L didn't work.
i3lock-2.13/configure:2689:	set X `ls -t "$srcdir/configure" conftest.file`
i3lock-2.13/configure-2690-     fi
##############################################
i3lock-2.13/configure-2736-ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
i3lock-2.13/configure:2737:program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
i3lock-2.13/configure-2738-
##############################################
i3lock-2.13/configure-2878-	   as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue
i3lock-2.13/configure:2879:	   case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
i3lock-2.13/configure-2880-	     'mkdir (GNU coreutils) '* | \
##############################################
i3lock-2.13/configure-2951-set x ${MAKE-make}
i3lock-2.13/configure:2952:ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
i3lock-2.13/configure-2953-if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
##############################################
i3lock-2.13/configure-2961-# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
i3lock-2.13/configure:2962:case `${MAKE-make} -f conftest.make 2>/dev/null` in
i3lock-2.13/configure-2963-  *@@@%%%=?*=@@@%%%*)
##############################################
i3lock-2.13/configure-3027-
i3lock-2.13/configure:3028:if test "`cd $srcdir && pwd`" != "`pwd`"; then
i3lock-2.13/configure-3029-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
i3lock-2.13/configure-3297-    # pwd -P is specified in IEEE 1003.1 from 2004
i3lock-2.13/configure:3298:    as_dir=`cd "$srcdir" && pwd -P`
i3lock-2.13/configure-3299-    as_base=`$as_basename -- $as_dir ||
##############################################
i3lock-2.13/configure-3373-  # Check for GNU $ac_path_SED
i3lock-2.13/configure:3374:case `"$ac_path_SED" --version 2>&1` in
i3lock-2.13/configure-3375-*GNU*)
##############################################
i3lock-2.13/configure-3646-				ax_cv_lcov_version=invalid
i3lock-2.13/configure:3647:				lcov_version=`$LCOV -v 2>/dev/null | $SED -e 's/^.* //'`
i3lock-2.13/configure-3648-				for lcov_check_version in $lcov_version_list; do
##############################################
i3lock-2.13/configure-4314-$as_echo_n "checking whether the C compiler works... " >&6; }
i3lock-2.13/configure:4315:ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
i3lock-2.13/configure-4316-
##############################################
i3lock-2.13/configure-4358-	then :; else
i3lock-2.13/configure:4359:	   ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
i3lock-2.13/configure-4360-	fi
##############################################
i3lock-2.13/configure-4418-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
i3lock-2.13/configure:4419:    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
i3lock-2.13/configure-4420-	  break;;
##############################################
i3lock-2.13/configure-4527-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
i3lock-2.13/configure:4528:    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
i3lock-2.13/configure-4529-       break;;
##############################################
i3lock-2.13/configure-4845-  if test "$am_compiler_list" = ""; then
i3lock-2.13/configure:4846:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
i3lock-2.13/configure-4847-  fi
##############################################
i3lock-2.13/configure-5281-  # Check for GNU $ac_path_GREP
i3lock-2.13/configure:5282:case `"$ac_path_GREP" --version 2>&1` in
i3lock-2.13/configure-5283-*GNU*)
##############################################
i3lock-2.13/configure-5347-  # Check for GNU $ac_path_EGREP
i3lock-2.13/configure:5348:case `"$ac_path_EGREP" --version 2>&1` in
i3lock-2.13/configure-5349-*GNU*)
##############################################
i3lock-2.13/configure-5508-do :
i3lock-2.13/configure:5509:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
i3lock-2.13/configure-5510-ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
##############################################
i3lock-2.13/configure-5513-  cat >>confdefs.h <<_ACEOF
i3lock-2.13/configure:5514:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
i3lock-2.13/configure-5515-_ACEOF
##############################################
i3lock-2.13/configure-5769-do :
i3lock-2.13/configure:5770:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
i3lock-2.13/configure-5771-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
i3lock-2.13/configure-5773-  cat >>confdefs.h <<_ACEOF
i3lock-2.13/configure:5774:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
i3lock-2.13/configure-5775-_ACEOF
##############################################
i3lock-2.13/configure-6089-do :
i3lock-2.13/configure:6090:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
i3lock-2.13/configure-6091-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
i3lock-2.13/configure-6093-  cat >>confdefs.h <<_ACEOF
i3lock-2.13/configure:6094:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
i3lock-2.13/configure-6095-_ACEOF
##############################################
i3lock-2.13/configure-6561-  test $ac_status = 0; }; then
i3lock-2.13/configure:6562:  pkg_cv_XCB_CFLAGS=`$PKG_CONFIG --cflags "xcb xcb-xkb xcb-xinerama xcb-randr" 2>/dev/null`
i3lock-2.13/configure-6563-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
i3lock-2.13/configure-6578-  test $ac_status = 0; }; then
i3lock-2.13/configure:6579:  pkg_cv_XCB_LIBS=`$PKG_CONFIG --libs "xcb xcb-xkb xcb-xinerama xcb-randr" 2>/dev/null`
i3lock-2.13/configure-6580-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
i3lock-2.13/configure-6599-        if test $_pkg_short_errors_supported = yes; then
i3lock-2.13/configure:6600:	        XCB_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "xcb xcb-xkb xcb-xinerama xcb-randr" 2>&1`
i3lock-2.13/configure-6601-        else
i3lock-2.13/configure:6602:	        XCB_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "xcb xcb-xkb xcb-xinerama xcb-randr" 2>&1`
i3lock-2.13/configure-6603-        fi
##############################################
i3lock-2.13/configure-6652-  test $ac_status = 0; }; then
i3lock-2.13/configure:6653:  pkg_cv_XCB_IMAGE_CFLAGS=`$PKG_CONFIG --cflags "xcb-image" 2>/dev/null`
i3lock-2.13/configure-6654-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
i3lock-2.13/configure-6669-  test $ac_status = 0; }; then
i3lock-2.13/configure:6670:  pkg_cv_XCB_IMAGE_LIBS=`$PKG_CONFIG --libs "xcb-image" 2>/dev/null`
i3lock-2.13/configure-6671-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
i3lock-2.13/configure-6690-        if test $_pkg_short_errors_supported = yes; then
i3lock-2.13/configure:6691:	        XCB_IMAGE_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "xcb-image" 2>&1`
i3lock-2.13/configure-6692-        else
i3lock-2.13/configure:6693:	        XCB_IMAGE_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "xcb-image" 2>&1`
i3lock-2.13/configure-6694-        fi
##############################################
i3lock-2.13/configure-6743-  test $ac_status = 0; }; then
i3lock-2.13/configure:6744:  pkg_cv_XCB_UTIL_CFLAGS=`$PKG_CONFIG --cflags "xcb-event xcb-util xcb-atom" 2>/dev/null`
i3lock-2.13/configure-6745-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
i3lock-2.13/configure-6760-  test $ac_status = 0; }; then
i3lock-2.13/configure:6761:  pkg_cv_XCB_UTIL_LIBS=`$PKG_CONFIG --libs "xcb-event xcb-util xcb-atom" 2>/dev/null`
i3lock-2.13/configure-6762-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
i3lock-2.13/configure-6781-        if test $_pkg_short_errors_supported = yes; then
i3lock-2.13/configure:6782:	        XCB_UTIL_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "xcb-event xcb-util xcb-atom" 2>&1`
i3lock-2.13/configure-6783-        else
i3lock-2.13/configure:6784:	        XCB_UTIL_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "xcb-event xcb-util xcb-atom" 2>&1`
i3lock-2.13/configure-6785-        fi
##############################################
i3lock-2.13/configure-6834-  test $ac_status = 0; }; then
i3lock-2.13/configure:6835:  pkg_cv_XCB_UTIL_XRM_CFLAGS=`$PKG_CONFIG --cflags "xcb-xrm" 2>/dev/null`
i3lock-2.13/configure-6836-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
i3lock-2.13/configure-6851-  test $ac_status = 0; }; then
i3lock-2.13/configure:6852:  pkg_cv_XCB_UTIL_XRM_LIBS=`$PKG_CONFIG --libs "xcb-xrm" 2>/dev/null`
i3lock-2.13/configure-6853-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
i3lock-2.13/configure-6872-        if test $_pkg_short_errors_supported = yes; then
i3lock-2.13/configure:6873:	        XCB_UTIL_XRM_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "xcb-xrm" 2>&1`
i3lock-2.13/configure-6874-        else
i3lock-2.13/configure:6875:	        XCB_UTIL_XRM_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "xcb-xrm" 2>&1`
i3lock-2.13/configure-6876-        fi
##############################################
i3lock-2.13/configure-6925-  test $ac_status = 0; }; then
i3lock-2.13/configure:6926:  pkg_cv_XKBCOMMON_CFLAGS=`$PKG_CONFIG --cflags "xkbcommon xkbcommon-x11" 2>/dev/null`
i3lock-2.13/configure-6927-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
i3lock-2.13/configure-6942-  test $ac_status = 0; }; then
i3lock-2.13/configure:6943:  pkg_cv_XKBCOMMON_LIBS=`$PKG_CONFIG --libs "xkbcommon xkbcommon-x11" 2>/dev/null`
i3lock-2.13/configure-6944-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
i3lock-2.13/configure-6963-        if test $_pkg_short_errors_supported = yes; then
i3lock-2.13/configure:6964:	        XKBCOMMON_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "xkbcommon xkbcommon-x11" 2>&1`
i3lock-2.13/configure-6965-        else
i3lock-2.13/configure:6966:	        XKBCOMMON_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "xkbcommon xkbcommon-x11" 2>&1`
i3lock-2.13/configure-6967-        fi
##############################################
i3lock-2.13/configure-7016-  test $ac_status = 0; }; then
i3lock-2.13/configure:7017:  pkg_cv_CAIRO_CFLAGS=`$PKG_CONFIG --cflags "cairo" 2>/dev/null`
i3lock-2.13/configure-7018-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
i3lock-2.13/configure-7033-  test $ac_status = 0; }; then
i3lock-2.13/configure:7034:  pkg_cv_CAIRO_LIBS=`$PKG_CONFIG --libs "cairo" 2>/dev/null`
i3lock-2.13/configure-7035-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
i3lock-2.13/configure-7054-        if test $_pkg_short_errors_supported = yes; then
i3lock-2.13/configure:7055:	        CAIRO_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "cairo" 2>&1`
i3lock-2.13/configure-7056-        else
i3lock-2.13/configure:7057:	        CAIRO_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "cairo" 2>&1`
i3lock-2.13/configure-7058-        fi
##############################################
i3lock-2.13/configure-7278-set x ${MAKE-make}
i3lock-2.13/configure:7279:ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
i3lock-2.13/configure-7280-if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
##############################################
i3lock-2.13/configure-7288-# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
i3lock-2.13/configure:7289:case `${MAKE-make} -f conftest.make 2>/dev/null` in
i3lock-2.13/configure-7290-  *@@@%%%=?*=@@@%%%*)
##############################################
i3lock-2.13/configure-7590-for ac_arg in "-warn all  % -warn all"      "-pedantic  % -Wall"          "-xstrconst % -v"             "-std1      % -verbose -w0 -warnprotos"    "-qlanglvl=ansi % -qsrcmsg -qinfo=all:noppt:noppc:noobs:nocnd"    "-ansi -ansiE % -fullwarn"    "+ESlit     % +w1"            "-Xc        % -pvctl,fullmsg"    "-h conform % -h msglevel 2"    #
i3lock-2.13/configure:7591:do CFLAGS="$ac_save_CFLAGS "`echo $ac_arg | sed -e 's,%%.*,,' -e 's,%,,'`
i3lock-2.13/configure-7592-   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
##############################################
i3lock-2.13/configure-7603-if ac_fn_c_try_compile "$LINENO"; then :
i3lock-2.13/configure:7604:  ac_cv_cflags_warn_all=`echo $ac_arg | sed -e 's,.*% *,,'` ; break
i3lock-2.13/configure-7605-fi
##############################################
i3lock-2.13/configure-7722-do :
i3lock-2.13/configure:7723:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
i3lock-2.13/configure-7724-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
i3lock-2.13/configure-7726-  cat >>confdefs.h <<_ACEOF
i3lock-2.13/configure:7727:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
i3lock-2.13/configure-7728-_ACEOF
##############################################
i3lock-2.13/configure-8574-  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
i3lock-2.13/configure:8575:  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
i3lock-2.13/configure-8576-  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
##############################################
i3lock-2.13/configure-8673-if test -z "$BASH_VERSION$ZSH_VERSION" \
i3lock-2.13/configure:8674:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
i3lock-2.13/configure-8675-  as_echo='print -r --'
i3lock-2.13/configure-8676-  as_echo_n='print -rn --'
i3lock-2.13/configure:8677:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
i3lock-2.13/configure-8678-  as_echo='printf %s\n'
##############################################
i3lock-2.13/configure-8680-else
i3lock-2.13/configure:8681:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
i3lock-2.13/configure-8682-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
i3lock-2.13/configure-8690-	expr "X$arg" : "X\\(.*\\)$as_nl";
i3lock-2.13/configure:8691:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
i3lock-2.13/configure-8692-      esac;
##############################################
i3lock-2.13/configure-8767-# ----------------------------------------
i3lock-2.13/configure:8768:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
i3lock-2.13/configure-8769-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
i3lock-2.13/configure-8839-  {
i3lock-2.13/configure:8840:    as_val=`expr "$@" || test $? -eq 1`
i3lock-2.13/configure-8841-  }
##############################################
i3lock-2.13/configure-8943-      case $as_dir in #(
i3lock-2.13/configure:8944:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
i3lock-2.13/configure-8945-      *) as_qdir=$as_dir;;
##############################################
i3lock-2.13/configure-9078-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
i3lock-2.13/configure:9079:ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
i3lock-2.13/configure-9080-ac_cs_version="\\
##############################################
i3lock-2.13/configure-9103-  --*=?*)
i3lock-2.13/configure:9104:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
i3lock-2.13/configure:9105:    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
i3lock-2.13/configure-9106-    ac_shift=:
##############################################
i3lock-2.13/configure-9108-  --*=)
i3lock-2.13/configure:9109:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
i3lock-2.13/configure-9110-    ac_optarg=
##############################################
i3lock-2.13/configure-9132-    case $ac_optarg in
i3lock-2.13/configure:9133:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
i3lock-2.13/configure-9134-    '') as_fn_error $? "missing file argument" ;;
##############################################
i3lock-2.13/configure-9140-    case $ac_optarg in
i3lock-2.13/configure:9141:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
i3lock-2.13/configure-9142-    esac
##############################################
i3lock-2.13/configure-9277-fi
i3lock-2.13/configure:9278:ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
i3lock-2.13/configure-9279-if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
##############################################
i3lock-2.13/configure-9294-  as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
i3lock-2.13/configure:9295:ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
i3lock-2.13/configure-9296-ac_delim='%!_!# '
##############################################
i3lock-2.13/configure-9300-
i3lock-2.13/configure:9301:  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
i3lock-2.13/configure-9302-  if test $ac_delim_n = $ac_delim_num; then
##############################################
i3lock-2.13/configure-9438-for ac_last_try in false false :; do
i3lock-2.13/configure:9439:  ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
i3lock-2.13/configure-9440-  if test -z "$ac_tt"; then
##############################################
i3lock-2.13/configure-9570-      esac
i3lock-2.13/configure:9571:      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
i3lock-2.13/configure-9572-      as_fn_append ac_file_inputs " '$ac_f'"
##############################################
i3lock-2.13/configure-9629-*)
i3lock-2.13/configure:9630:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
i3lock-2.13/configure-9631-  # A ".." for each directory in $ac_dir_suffix.
i3lock-2.13/configure:9632:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
i3lock-2.13/configure-9633-  case $ac_top_builddir_sub in
##############################################
i3lock-2.13/configure-9690-/@mandir@/p'
i3lock-2.13/configure:9691:case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
i3lock-2.13/configure-9692-*datarootdir*) ac_datarootdir_seen=yes;;
##############################################
i3lock-2.13/configure-9707-
i3lock-2.13/configure:9708:# Neutralize VPATH when `$srcdir' = `.'.
i3lock-2.13/configure-9709-# Shell code in configure.ac might set extrasub.
##############################################
i3lock-2.13/configure-9735-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
i3lock-2.13/configure:9736:  { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
i3lock-2.13/configure-9737-  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' \
##############################################
i3lock-2.13/configure-9781-    * )
i3lock-2.13/configure:9782:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
i3lock-2.13/configure-9783-  esac
##############################################
i3lock-2.13/configure-9827-    if test -f "$ac_top_srcdir/Makefile" ; then
i3lock-2.13/configure:9828:      a=`grep "^VERSION " "$ac_top_srcdir/Makefile"` ; b=`grep "^VERSION " Makefile`
i3lock-2.13/configure-9829-      test "$a" != "$b" && rm "$ac_top_srcdir/Makefile"
##############################################
i3lock-2.13/configure-9980-    # Strip MF so we end up with the name of the file.
i3lock-2.13/configure:9981:    am_mf=`$as_echo "$am_mf" | sed -e 's/:.*$//'`
i3lock-2.13/configure-9982-    # Check whether this is an Automake generated Makefile which includes
##############################################
i3lock-2.13/configure-10098-	git_dir=`git rev-parse --git-dir 2>/dev/null`
i3lock-2.13/configure:10099:	srcdir=`dirname "$git_dir"`
i3lock-2.13/configure:10100:	exclude_dir=`pwd | sed "s,^$srcdir,,g"`
i3lock-2.13/configure-10101-	if ! grep -q "^$exclude_dir" "$git_dir/info/exclude"; then
##############################################
i3lock-2.13/configure-10109-
i3lock-2.13/configure:10110:  i3lock version:         `echo ${I3LOCK_VERSION} | sed 's,\\\\,,g'`
i3lock-2.13/configure-10111-  is release version:     ${is_release}
##############################################
i3lock-2.13/config.sub-52-
i3lock-2.13/config.sub:53:me=`echo "$0" | sed -e 's,.*/,,'`
i3lock-2.13/config.sub-54-
##############################################
i3lock-2.13/config.sub-768-	i*86v32)
i3lock-2.13/config.sub:769:		cpu=`echo "$1" | sed -e 's/86.*/86/'`
i3lock-2.13/config.sub-770-		vendor=pc
##############################################
i3lock-2.13/config.sub-773-	i*86v4*)
i3lock-2.13/config.sub:774:		cpu=`echo "$1" | sed -e 's/86.*/86/'`
i3lock-2.13/config.sub-775-		vendor=pc
##############################################
i3lock-2.13/config.sub-778-	i*86v)
i3lock-2.13/config.sub:779:		cpu=`echo "$1" | sed -e 's/86.*/86/'`
i3lock-2.13/config.sub-780-		vendor=pc
##############################################
i3lock-2.13/config.sub-783-	i*86sol2)
i3lock-2.13/config.sub:784:		cpu=`echo "$1" | sed -e 's/86.*/86/'`
i3lock-2.13/config.sub-785-		vendor=pc
##############################################
i3lock-2.13/config.sub-916-		cpu=sparc
i3lock-2.13/config.sub:917:		vendor=`echo "$basic_machine" | sed 's/-.*//'`
i3lock-2.13/config.sub-918-		;;
##############################################
i3lock-2.13/config.sub-1083-	sh5e[lb]-*)
i3lock-2.13/config.sub:1084:		cpu=`echo "$cpu" | sed 's/^\(sh.\)e\(.\)$/\1\2e/'`
i3lock-2.13/config.sub-1085-		;;
##############################################
i3lock-2.13/config.sub-1101-	xscale-* | xscalee[bl]-*)
i3lock-2.13/config.sub:1102:		cpu=`echo "$cpu" | sed 's/^xscale/arm/'`
i3lock-2.13/config.sub-1103-		;;
##############################################
i3lock-2.13/config.sub-1256-			*)
i3lock-2.13/config.sub:1257:				echo Invalid configuration \`"$1"\': machine \`"$cpu-$vendor"\' not recognized 1>&2
i3lock-2.13/config.sub-1258-				exit 1
##############################################
i3lock-2.13/config.sub-1290-	solaris1 | solaris1.*)
i3lock-2.13/config.sub:1291:		os=`echo $os | sed -e 's|solaris1|sunos4|'`
i3lock-2.13/config.sub-1292-		;;
##############################################
i3lock-2.13/config.sub-1299-	gnu/linux*)
i3lock-2.13/config.sub:1300:		os=`echo $os | sed -e 's|gnu/linux|linux-gnu|'`
i3lock-2.13/config.sub-1301-		;;
##############################################
i3lock-2.13/config.sub-1322-	sco3.2.[4-9]*)
i3lock-2.13/config.sub:1323:		os=`echo $os | sed -e 's/sco3.2./sco3.2v/'`
i3lock-2.13/config.sub-1324-		;;
##############################################
i3lock-2.13/config.sub-1386-	nto*)
i3lock-2.13/config.sub:1387:		os=`echo $os | sed -e 's|nto|nto-qnx|'`
i3lock-2.13/config.sub-1388-		;;
##############################################
i3lock-2.13/config.sub-1396-	linux*)
i3lock-2.13/config.sub:1397:		os=`echo $os | sed -e 's|linux|linux-gnu|'`
i3lock-2.13/config.sub-1398-		;;
##############################################
i3lock-2.13/config.sub-1408-	mac*)
i3lock-2.13/config.sub:1409:		os=`echo "$os" | sed -e 's|mac|macos|'`
i3lock-2.13/config.sub-1410-		;;
##############################################
i3lock-2.13/config.sub-1417-	sunos5*)
i3lock-2.13/config.sub:1418:		os=`echo "$os" | sed -e 's|sunos5|solaris2|'`
i3lock-2.13/config.sub-1419-		;;
i3lock-2.13/config.sub-1420-	sunos6*)
i3lock-2.13/config.sub:1421:		os=`echo "$os" | sed -e 's|sunos6|solaris3|'`
i3lock-2.13/config.sub-1422-		;;
##############################################
i3lock-2.13/config.sub-1454-	sinix5.*)
i3lock-2.13/config.sub:1455:		os=`echo $os | sed -e 's|sinix|sysv|'`
i3lock-2.13/config.sub-1456-		;;
##############################################
i3lock-2.13/config.sub-1514-	*)
i3lock-2.13/config.sub:1515:		echo Invalid configuration \`"$1"\': system \`"$os"\' not recognized 1>&2
i3lock-2.13/config.sub-1516-		exit 1
##############################################
i3lock-2.13/aclocal.m4-131-    PKG_CHECK_EXISTS([$3],
i3lock-2.13/aclocal.m4:132:                     [pkg_cv_[]$1=`$PKG_CONFIG --[]$2 "$3" 2>/dev/null`
i3lock-2.13/aclocal.m4-133-		      test "x$?" != "x0" && pkg_failed=yes ],
##############################################
i3lock-2.13/aclocal.m4-179-        if test $_pkg_short_errors_supported = yes; then
i3lock-2.13/aclocal.m4:180:	        $1[]_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "$2" 2>&1`
i3lock-2.13/aclocal.m4-181-        else 
i3lock-2.13/aclocal.m4:182:	        $1[]_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "$2" 2>&1`
i3lock-2.13/aclocal.m4-183-        fi
##############################################
i3lock-2.13/aclocal.m4-496-# iff we strip the leading $srcdir from $ac_aux_dir.  That would be:
i3lock-2.13/aclocal.m4:497:#   am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"`
i3lock-2.13/aclocal.m4-498-# and then we would define $MISSING as
##############################################
i3lock-2.13/aclocal.m4-511-# Expand $ac_aux_dir to an absolute path.
i3lock-2.13/aclocal.m4:512:am_aux_dir=`cd "$ac_aux_dir" && pwd`
i3lock-2.13/aclocal.m4-513-])
##############################################
i3lock-2.13/aclocal.m4-609-  if test "$am_compiler_list" = ""; then
i3lock-2.13/aclocal.m4:610:     am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp`
i3lock-2.13/aclocal.m4-611-  fi
##############################################
i3lock-2.13/aclocal.m4-762-    # Strip MF so we end up with the name of the file.
i3lock-2.13/aclocal.m4:763:    am_mf=`AS_ECHO(["$am_mf"]) | sed -e 's/:.*$//'`
i3lock-2.13/aclocal.m4-764-    # Check whether this is an Automake generated Makefile which includes
##############################################
i3lock-2.13/aclocal.m4-769-      || continue
i3lock-2.13/aclocal.m4:770:    am_dirpart=`AS_DIRNAME(["$am_mf"])`
i3lock-2.13/aclocal.m4:771:    am_filepart=`AS_BASENAME(["$am_mf"])`
i3lock-2.13/aclocal.m4-772-    AM_RUN_LOG([cd "$am_dirpart" \
##############################################
i3lock-2.13/aclocal.m4-839-AC_REQUIRE([AC_PROG_INSTALL])dnl
i3lock-2.13/aclocal.m4:840:if test "`cd $srcdir && pwd`" != "`pwd`"; then
i3lock-2.13/aclocal.m4-841-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
i3lock-2.13/aclocal.m4-998-    * )
i3lock-2.13/aclocal.m4:999:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
i3lock-2.13/aclocal.m4-1000-  esac
i3lock-2.13/aclocal.m4-1001-done
i3lock-2.13/aclocal.m4:1002:echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
i3lock-2.13/aclocal.m4-1003-
##############################################
i3lock-2.13/aclocal.m4-1290-     echo "timestamp, slept: $am_has_slept" > conftest.file
i3lock-2.13/aclocal.m4:1291:     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
i3lock-2.13/aclocal.m4-1292-     if test "$[*]" = "X"; then
i3lock-2.13/aclocal.m4-1293-	# -L didn't work.
i3lock-2.13/aclocal.m4:1294:	set X `ls -t "$srcdir/configure" conftest.file`
i3lock-2.13/aclocal.m4-1295-     fi
##############################################
i3lock-2.13/depcomp-64-  case $1 in
i3lock-2.13/depcomp:65:    */*) dir=`echo "$1" | sed -e 's|/[^/]*$|/|'`;;
i3lock-2.13/depcomp-66-      *) dir=;;
##############################################
i3lock-2.13/depcomp-73-{
i3lock-2.13/depcomp:74:  base=`echo "$1" | sed -e 's|^.*/||' -e 's/\.[^.]*$//'`
i3lock-2.13/depcomp-75-}
##############################################
i3lock-2.13/depcomp-126-  sed 's|[^\\/]*$|'${DEPDIR-.deps}'/&|;s|\.\([^.]*\)$|.P\1|;s|Pobj$|Po|'`}
i3lock-2.13/depcomp:127:tmpdepfile=${tmpdepfile-`echo "$depfile" | sed 's/\.\([^.]*\)$/.T\1/'`}
i3lock-2.13/depcomp-128-
##############################################
i3lock-2.13/depcomp-405-        sleep 1
i3lock-2.13/depcomp:406:        i=`expr $i - 1`
i3lock-2.13/depcomp-407-      done
i3lock-2.13/depcomp-408-    fi
i3lock-2.13/depcomp:409:    i=`expr $i - 1`
i3lock-2.13/depcomp-410-  done
##############################################
i3lock-2.13/depcomp-425-  # Do two passes, one to just change these to
i3lock-2.13/depcomp:426:  # `$object: dependent.h' and one to simply `dependent.h:'.
i3lock-2.13/depcomp-427-  sed "s,^[^:]*:,$object :," < "$tmpdepfile" > "$depfile"
##############################################
i3lock-2.13/depcomp-659-  done
i3lock-2.13/depcomp:660:  obj_suffix=`echo "$object" | sed 's/^.*\././'`
i3lock-2.13/depcomp-661-  touch "$tmpdepfile"
##############################################
i3lock-2.13/m4/ax_enable_builddir.m4-155-    if test -f "$SRC/Makefile" ; then
i3lock-2.13/m4/ax_enable_builddir.m4:156:      a=`grep "^VERSION " "$SRC/Makefile"` ; b=`grep "^VERSION " Makefile`
i3lock-2.13/m4/ax_enable_builddir.m4-157-      test "$a" != "$b" && rm "$SRC/Makefile"
##############################################
i3lock-2.13/m4/ax_cflags_warn_all.m4-79-   #
i3lock-2.13/m4/ax_cflags_warn_all.m4:80:do FLAGS="$ac_save_[]FLAGS "`echo $ac_arg | sed -e 's,%%.*,,' -e 's,%,,'`
i3lock-2.13/m4/ax_cflags_warn_all.m4-81-   AC_COMPILE_IFELSE([AC_LANG_PROGRAM],
i3lock-2.13/m4/ax_cflags_warn_all.m4:82:                     [VAR=`echo $ac_arg | sed -e 's,.*% *,,'` ; break])
i3lock-2.13/m4/ax_cflags_warn_all.m4-83-done
##############################################
i3lock-2.13/m4/ax_code_coverage.m4-117-				ax_cv_lcov_version=invalid
i3lock-2.13/m4/ax_code_coverage.m4:118:				lcov_version=`$LCOV -v 2>/dev/null | $SED -e 's/^.* //'`
i3lock-2.13/m4/ax_code_coverage.m4-119-				for lcov_check_version in $lcov_version_list; do
##############################################
i3lock-2.13/m4/ax_extend_srcdir.m4-79-    # pwd -P is specified in IEEE 1003.1 from 2004
i3lock-2.13/m4/ax_extend_srcdir.m4:80:    as_dir=`cd "$srcdir" && pwd -P`
i3lock-2.13/m4/ax_extend_srcdir.m4:81:    as_base=`AS_BASENAME([$as_dir])`
i3lock-2.13/m4/ax_extend_srcdir.m4-82-    srcdir=${srcdir}/../${as_base}
##############################################
i3lock-2.13/ar-lib-65-	mingw)
i3lock-2.13/ar-lib:66:	  file=`cmd //C echo "$file " | sed -e 's/"\(.*\) " *$/\1/'`
i3lock-2.13/ar-lib-67-	  ;;
i3lock-2.13/ar-lib-68-	cygwin | msys)
i3lock-2.13/ar-lib:69:	  file=`cygpath -m "$file" || echo "$file"`
i3lock-2.13/ar-lib-70-	  ;;
i3lock-2.13/ar-lib-71-	wine)
i3lock-2.13/ar-lib:72:	  file=`winepath -w "$file" || echo "$file"`
i3lock-2.13/ar-lib-73-	  ;;
##############################################
i3lock-2.13/ar-lib-88-  archive=$3
i3lock-2.13/ar-lib:89:  at_file_contents=`cat "$1"`
i3lock-2.13/ar-lib-90-  eval set x "$at_file_contents"
##############################################
i3lock-2.13/Makefile.in-51-  { \
i3lock-2.13/Makefile.in:52:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
i3lock-2.13/Makefile.in-53-  }; \
##############################################
i3lock-2.13/Makefile.in-174-  esac
i3lock-2.13/Makefile.in:175:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
i3lock-2.13/Makefile.in-176-am__vpath_adj = case $$p in \
i3lock-2.13/Makefile.in:177:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
i3lock-2.13/Makefile.in-178-    *) f=$$p;; \
i3lock-2.13/Makefile.in-179-  esac;
i3lock-2.13/Makefile.in:180:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
i3lock-2.13/Makefile.in-181-am__install_max = 40
i3lock-2.13/Makefile.in-182-am__nobase_strip_setup = \
i3lock-2.13/Makefile.in:183:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
i3lock-2.13/Makefile.in-184-am__nobase_strip = \
##############################################
i3lock-2.13/Makefile.in-549-.c.o:
i3lock-2.13/Makefile.in:550:@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
i3lock-2.13/Makefile.in-551-@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
##############################################
i3lock-2.13/Makefile.in-557-.c.obj:
i3lock-2.13/Makefile.in:558:@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
i3lock-2.13/Makefile.in:559:@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
i3lock-2.13/Makefile.in-560-@am__fastdepCC_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
##############################################
i3lock-2.13/Makefile.in-562-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
i3lock-2.13/Makefile.in:563:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
i3lock-2.13/Makefile.in-564-
i3lock-2.13/Makefile.in-565-i3lock-dpi.o: dpi.c
i3lock-2.13/Makefile.in:566:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(i3lock_CPPFLAGS) $(CPPFLAGS) $(i3lock_CFLAGS) $(CFLAGS) -MT i3lock-dpi.o -MD -MP -MF $(DEPDIR)/i3lock-dpi.Tpo -c -o i3lock-dpi.o `test -f 'dpi.c' || echo '$(srcdir)/'`dpi.c
i3lock-2.13/Makefile.in-567-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/i3lock-dpi.Tpo $(DEPDIR)/i3lock-dpi.Po
##############################################
i3lock-2.13/Makefile.in-569-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
i3lock-2.13/Makefile.in:570:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(i3lock_CPPFLAGS) $(CPPFLAGS) $(i3lock_CFLAGS) $(CFLAGS) -c -o i3lock-dpi.o `test -f 'dpi.c' || echo '$(srcdir)/'`dpi.c
i3lock-2.13/Makefile.in-571-
i3lock-2.13/Makefile.in-572-i3lock-dpi.obj: dpi.c
i3lock-2.13/Makefile.in:573:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(i3lock_CPPFLAGS) $(CPPFLAGS) $(i3lock_CFLAGS) $(CFLAGS) -MT i3lock-dpi.obj -MD -MP -MF $(DEPDIR)/i3lock-dpi.Tpo -c -o i3lock-dpi.obj `if test -f 'dpi.c'; then $(CYGPATH_W) 'dpi.c'; else $(CYGPATH_W) '$(srcdir)/dpi.c'; fi`
i3lock-2.13/Makefile.in-574-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/i3lock-dpi.Tpo $(DEPDIR)/i3lock-dpi.Po
##############################################
i3lock-2.13/Makefile.in-576-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
i3lock-2.13/Makefile.in:577:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(i3lock_CPPFLAGS) $(CPPFLAGS) $(i3lock_CFLAGS) $(CFLAGS) -c -o i3lock-dpi.obj `if test -f 'dpi.c'; then $(CYGPATH_W) 'dpi.c'; else $(CYGPATH_W) '$(srcdir)/dpi.c'; fi`
i3lock-2.13/Makefile.in-578-
i3lock-2.13/Makefile.in-579-i3lock-i3lock.o: i3lock.c
i3lock-2.13/Makefile.in:580:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(i3lock_CPPFLAGS) $(CPPFLAGS) $(i3lock_CFLAGS) $(CFLAGS) -MT i3lock-i3lock.o -MD -MP -MF $(DEPDIR)/i3lock-i3lock.Tpo -c -o i3lock-i3lock.o `test -f 'i3lock.c' || echo '$(srcdir)/'`i3lock.c
i3lock-2.13/Makefile.in-581-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/i3lock-i3lock.Tpo $(DEPDIR)/i3lock-i3lock.Po
##############################################
i3lock-2.13/Makefile.in-583-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
i3lock-2.13/Makefile.in:584:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(i3lock_CPPFLAGS) $(CPPFLAGS) $(i3lock_CFLAGS) $(CFLAGS) -c -o i3lock-i3lock.o `test -f 'i3lock.c' || echo '$(srcdir)/'`i3lock.c
i3lock-2.13/Makefile.in-585-
i3lock-2.13/Makefile.in-586-i3lock-i3lock.obj: i3lock.c
i3lock-2.13/Makefile.in:587:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(i3lock_CPPFLAGS) $(CPPFLAGS) $(i3lock_CFLAGS) $(CFLAGS) -MT i3lock-i3lock.obj -MD -MP -MF $(DEPDIR)/i3lock-i3lock.Tpo -c -o i3lock-i3lock.obj `if test -f 'i3lock.c'; then $(CYGPATH_W) 'i3lock.c'; else $(CYGPATH_W) '$(srcdir)/i3lock.c'; fi`
i3lock-2.13/Makefile.in-588-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/i3lock-i3lock.Tpo $(DEPDIR)/i3lock-i3lock.Po
##############################################
i3lock-2.13/Makefile.in-590-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
i3lock-2.13/Makefile.in:591:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(i3lock_CPPFLAGS) $(CPPFLAGS) $(i3lock_CFLAGS) $(CFLAGS) -c -o i3lock-i3lock.obj `if test -f 'i3lock.c'; then $(CYGPATH_W) 'i3lock.c'; else $(CYGPATH_W) '$(srcdir)/i3lock.c'; fi`
i3lock-2.13/Makefile.in-592-
i3lock-2.13/Makefile.in-593-i3lock-randr.o: randr.c
i3lock-2.13/Makefile.in:594:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(i3lock_CPPFLAGS) $(CPPFLAGS) $(i3lock_CFLAGS) $(CFLAGS) -MT i3lock-randr.o -MD -MP -MF $(DEPDIR)/i3lock-randr.Tpo -c -o i3lock-randr.o `test -f 'randr.c' || echo '$(srcdir)/'`randr.c
i3lock-2.13/Makefile.in-595-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/i3lock-randr.Tpo $(DEPDIR)/i3lock-randr.Po
##############################################
i3lock-2.13/Makefile.in-597-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
i3lock-2.13/Makefile.in:598:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(i3lock_CPPFLAGS) $(CPPFLAGS) $(i3lock_CFLAGS) $(CFLAGS) -c -o i3lock-randr.o `test -f 'randr.c' || echo '$(srcdir)/'`randr.c
i3lock-2.13/Makefile.in-599-
i3lock-2.13/Makefile.in-600-i3lock-randr.obj: randr.c
i3lock-2.13/Makefile.in:601:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(i3lock_CPPFLAGS) $(CPPFLAGS) $(i3lock_CFLAGS) $(CFLAGS) -MT i3lock-randr.obj -MD -MP -MF $(DEPDIR)/i3lock-randr.Tpo -c -o i3lock-randr.obj `if test -f 'randr.c'; then $(CYGPATH_W) 'randr.c'; else $(CYGPATH_W) '$(srcdir)/randr.c'; fi`
i3lock-2.13/Makefile.in-602-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/i3lock-randr.Tpo $(DEPDIR)/i3lock-randr.Po
##############################################
i3lock-2.13/Makefile.in-604-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
i3lock-2.13/Makefile.in:605:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(i3lock_CPPFLAGS) $(CPPFLAGS) $(i3lock_CFLAGS) $(CFLAGS) -c -o i3lock-randr.obj `if test -f 'randr.c'; then $(CYGPATH_W) 'randr.c'; else $(CYGPATH_W) '$(srcdir)/randr.c'; fi`
i3lock-2.13/Makefile.in-606-
i3lock-2.13/Makefile.in-607-i3lock-unlock_indicator.o: unlock_indicator.c
i3lock-2.13/Makefile.in:608:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(i3lock_CPPFLAGS) $(CPPFLAGS) $(i3lock_CFLAGS) $(CFLAGS) -MT i3lock-unlock_indicator.o -MD -MP -MF $(DEPDIR)/i3lock-unlock_indicator.Tpo -c -o i3lock-unlock_indicator.o `test -f 'unlock_indicator.c' || echo '$(srcdir)/'`unlock_indicator.c
i3lock-2.13/Makefile.in-609-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/i3lock-unlock_indicator.Tpo $(DEPDIR)/i3lock-unlock_indicator.Po
##############################################
i3lock-2.13/Makefile.in-611-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
i3lock-2.13/Makefile.in:612:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(i3lock_CPPFLAGS) $(CPPFLAGS) $(i3lock_CFLAGS) $(CFLAGS) -c -o i3lock-unlock_indicator.o `test -f 'unlock_indicator.c' || echo '$(srcdir)/'`unlock_indicator.c
i3lock-2.13/Makefile.in-613-
i3lock-2.13/Makefile.in-614-i3lock-unlock_indicator.obj: unlock_indicator.c
i3lock-2.13/Makefile.in:615:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(i3lock_CPPFLAGS) $(CPPFLAGS) $(i3lock_CFLAGS) $(CFLAGS) -MT i3lock-unlock_indicator.obj -MD -MP -MF $(DEPDIR)/i3lock-unlock_indicator.Tpo -c -o i3lock-unlock_indicator.obj `if test -f 'unlock_indicator.c'; then $(CYGPATH_W) 'unlock_indicator.c'; else $(CYGPATH_W) '$(srcdir)/unlock_indicator.c'; fi`
i3lock-2.13/Makefile.in-616-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/i3lock-unlock_indicator.Tpo $(DEPDIR)/i3lock-unlock_indicator.Po
##############################################
i3lock-2.13/Makefile.in-618-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
i3lock-2.13/Makefile.in:619:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(i3lock_CPPFLAGS) $(CPPFLAGS) $(i3lock_CFLAGS) $(CFLAGS) -c -o i3lock-unlock_indicator.obj `if test -f 'unlock_indicator.c'; then $(CYGPATH_W) 'unlock_indicator.c'; else $(CYGPATH_W) '$(srcdir)/unlock_indicator.c'; fi`
i3lock-2.13/Makefile.in-620-
i3lock-2.13/Makefile.in-621-i3lock-xcb.o: xcb.c
i3lock-2.13/Makefile.in:622:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(i3lock_CPPFLAGS) $(CPPFLAGS) $(i3lock_CFLAGS) $(CFLAGS) -MT i3lock-xcb.o -MD -MP -MF $(DEPDIR)/i3lock-xcb.Tpo -c -o i3lock-xcb.o `test -f 'xcb.c' || echo '$(srcdir)/'`xcb.c
i3lock-2.13/Makefile.in-623-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/i3lock-xcb.Tpo $(DEPDIR)/i3lock-xcb.Po
##############################################
i3lock-2.13/Makefile.in-625-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
i3lock-2.13/Makefile.in:626:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(i3lock_CPPFLAGS) $(CPPFLAGS) $(i3lock_CFLAGS) $(CFLAGS) -c -o i3lock-xcb.o `test -f 'xcb.c' || echo '$(srcdir)/'`xcb.c
i3lock-2.13/Makefile.in-627-
i3lock-2.13/Makefile.in-628-i3lock-xcb.obj: xcb.c
i3lock-2.13/Makefile.in:629:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(i3lock_CPPFLAGS) $(CPPFLAGS) $(i3lock_CFLAGS) $(CFLAGS) -MT i3lock-xcb.obj -MD -MP -MF $(DEPDIR)/i3lock-xcb.Tpo -c -o i3lock-xcb.obj `if test -f 'xcb.c'; then $(CYGPATH_W) 'xcb.c'; else $(CYGPATH_W) '$(srcdir)/xcb.c'; fi`
i3lock-2.13/Makefile.in-630-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/i3lock-xcb.Tpo $(DEPDIR)/i3lock-xcb.Po
##############################################
i3lock-2.13/Makefile.in-632-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
i3lock-2.13/Makefile.in:633:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(i3lock_CPPFLAGS) $(CPPFLAGS) $(i3lock_CFLAGS) $(CFLAGS) -c -o i3lock-xcb.obj `if test -f 'xcb.c'; then $(CYGPATH_W) 'xcb.c'; else $(CYGPATH_W) '$(srcdir)/xcb.c'; fi`
i3lock-2.13/Makefile.in-634-install-man1: $(dist_man1_MANS)
##############################################
i3lock-2.13/Makefile.in-638-	test -n "$(man1dir)" \
i3lock-2.13/Makefile.in:639:	  && test -n "`echo $$list1$$list2`" \
i3lock-2.13/Makefile.in-640-	  || exit 0; \
##############################################
i3lock-2.13/Makefile.in-693-	@list='$(pamd_DATA)'; test -n "$(pamddir)" || list=; \
i3lock-2.13/Makefile.in:694:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
i3lock-2.13/Makefile.in-695-	dir='$(DESTDIR)$(pamddir)'; $(am__uninstall_files_from_dir)
##############################################
i3lock-2.13/Makefile.in-726-GTAGS:
i3lock-2.13/Makefile.in:727:	here=`$(am__cd) $(top_builddir) && pwd` \
i3lock-2.13/Makefile.in-728-	  && $(am__cd) $(top_srcdir) \
##############################################
i3lock-2.13/Makefile.in-761-	test -d "$(distdir)" || mkdir "$(distdir)"
i3lock-2.13/Makefile.in:762:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
i3lock-2.13/Makefile.in:763:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
i3lock-2.13/Makefile.in-764-	list='$(DISTFILES)'; \
##############################################
i3lock-2.13/Makefile.in-775-	  if test -d $$d/$$file; then \
i3lock-2.13/Makefile.in:776:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
i3lock-2.13/Makefile.in-777-	    if test -d "$(distdir)/$$file"; then \
##############################################
i3lock-2.13/Makefile.in-866-	test -d $(distdir)/_build || exit 0; \
i3lock-2.13/Makefile.in:867:	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
i3lock-2.13/Makefile.in-868-	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
##############################################
i3lock-2.13/Makefile.in-910-	}; \
i3lock-2.13/Makefile.in:911:	test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
i3lock-2.13/Makefile.in-912-	   || { echo "ERROR: files left after uninstall:" ; \
##############################################
i3lock-2.13/Makefile.in-922-	fi
i3lock-2.13/Makefile.in:923:	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
i3lock-2.13/Makefile.in-924-	  || { echo "ERROR: files left in build directory after distclean:" ; \