===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
curtain-0.3/compile-68-	mingw/*)
curtain-0.3/compile:69:	  file=`cmd //C echo "$file " | sed -e 's/"\(.*\) " *$/\1/'`
curtain-0.3/compile-70-	  ;;
curtain-0.3/compile-71-	cygwin/*)
curtain-0.3/compile:72:	  file=`cygpath -m "$file" || echo "$file"`
curtain-0.3/compile-73-	  ;;
curtain-0.3/compile-74-	wine/*)
curtain-0.3/compile:75:	  file=`winepath -w "$file" || echo "$file"`
curtain-0.3/compile-76-	  ;;
##############################################
curtain-0.3/compile-272-# Name of file we expect compiler to create.
curtain-0.3/compile:273:cofile=`echo "$cfile" | sed 's|^.*[\\/]||; s|^[a-zA-Z]:||; s/\.c$/.o/'`
curtain-0.3/compile-274-
##############################################
curtain-0.3/compile-278-# object file name, since that is what matters with a parallel build.
curtain-0.3/compile:279:lockdir=`echo "$cofile" | sed -e 's|[/\\:.-]|_|g'`.d
curtain-0.3/compile-280-while true; do
##############################################
curtain-0.3/config.guess-38-
curtain-0.3/config.guess:39:me=`echo "$0" | sed -e 's,.*/,,'`
curtain-0.3/config.guess-40-
##############################################
curtain-0.3/config.guess-108-: ${TMPDIR=/tmp} ;
curtain-0.3/config.guess:109: { tmp=`(umask 077 && mktemp -d "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } ||
curtain-0.3/config.guess-110- { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir $tmp) ; } ||
##############################################
curtain-0.3/config.guess-194-	    *)
curtain-0.3/config.guess:195:		release=`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'`
curtain-0.3/config.guess-196-		;;
##############################################
curtain-0.3/config.guess-221-	*4.0)
curtain-0.3/config.guess:222:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'`
curtain-0.3/config.guess-223-		;;
curtain-0.3/config.guess-224-	*5.*)
curtain-0.3/config.guess:225:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'`
curtain-0.3/config.guess-226-		;;
##############################################
curtain-0.3/config.guess-231-	# types through head -n 1, so we only detect the type of CPU 0.
curtain-0.3/config.guess:232:	ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^  The alpha \(.*\) processor.*$/\1/p' | head -n 1`
curtain-0.3/config.guess-233-	case "$ALPHA_CPU_TYPE" in
##############################################
curtain-0.3/config.guess-269-	# 1.2 uses "1.2" for uname -r.
curtain-0.3/config.guess:270:	echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[PVTX]//' | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'`
curtain-0.3/config.guess-271-	# Reset EXIT trap before exiting to avoid spurious non-zero exit code.
##############################################
curtain-0.3/config.guess-329-    s390x:SunOS:*:*)
curtain-0.3/config.guess:330:	echo ${UNAME_MACHINE}-ibm-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
curtain-0.3/config.guess-331-	exit ;;
curtain-0.3/config.guess-332-    sun4H:SunOS:5.*:*)
curtain-0.3/config.guess:333:	echo sparc-hal-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
curtain-0.3/config.guess-334-	exit ;;
curtain-0.3/config.guess-335-    sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*)
curtain-0.3/config.guess:336:	echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
curtain-0.3/config.guess-337-	exit ;;
##############################################
curtain-0.3/config.guess-354-	fi
curtain-0.3/config.guess:355:	echo ${SUN_ARCH}-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
curtain-0.3/config.guess-356-	exit ;;
##############################################
curtain-0.3/config.guess-360-	# it's likely to be more like Solaris than SunOS4.
curtain-0.3/config.guess:361:	echo sparc-sun-solaris3`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
curtain-0.3/config.guess-362-	exit ;;
##############################################
curtain-0.3/config.guess-369-	# Japanese Language versions have a version number like `4.1.3-JL'.
curtain-0.3/config.guess:370:	echo sparc-sun-sunos`echo ${UNAME_RELEASE}|sed -e 's/-/_/'`
curtain-0.3/config.guess-371-	exit ;;
##############################################
curtain-0.3/config.guess-375-    sun*:*:4.2BSD:*)
curtain-0.3/config.guess:376:	UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null`
curtain-0.3/config.guess-377-	test "x${UNAME_RELEASE}" = "x" && UNAME_RELEASE=3
##############################################
curtain-0.3/config.guess-457-	$CC_FOR_BUILD -o $dummy $dummy.c &&
curtain-0.3/config.guess:458:	  dummyarg=`echo "${UNAME_RELEASE}" | sed -n 's/\([0-9]*\).*/\1/p'` &&
curtain-0.3/config.guess:459:	  SYSTEM_NAME=`$dummy $dummyarg` &&
curtain-0.3/config.guess-460-	    { echo "$SYSTEM_NAME"; exit; }
##############################################
curtain-0.3/config.guess-513-    *:IRIX*:*:*)
curtain-0.3/config.guess:514:	echo mips-sgi-irix`echo ${UNAME_RELEASE}|sed -e 's/-/_/g'`
curtain-0.3/config.guess-515-	exit ;;
##############################################
curtain-0.3/config.guess-543-EOF
curtain-0.3/config.guess:544:		if $CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy`
curtain-0.3/config.guess-545-		then
##############################################
curtain-0.3/config.guess-556-    *:AIX:*:[4567])
curtain-0.3/config.guess:557:	IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'`
curtain-0.3/config.guess-558-	if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then
##############################################
curtain-0.3/config.guess-591-    9000/[34678]??:HP-UX:*:*)
curtain-0.3/config.guess:592:	HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
curtain-0.3/config.guess-593-	case "${UNAME_MACHINE}" in
##############################################
curtain-0.3/config.guess-645-EOF
curtain-0.3/config.guess:646:		    (CCOPTS= $CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null) && HP_ARCH=`$dummy`
curtain-0.3/config.guess-647-		    test -z "$HP_ARCH" && HP_ARCH=hppa
##############################################
curtain-0.3/config.guess-673-    ia64:HP-UX:*:*)
curtain-0.3/config.guess:674:	HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
curtain-0.3/config.guess-675-	echo ia64-hp-hpux${HPUX_REV}
##############################################
curtain-0.3/config.guess-703-EOF
curtain-0.3/config.guess:704:	$CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy` &&
curtain-0.3/config.guess-705-		{ echo "$SYSTEM_NAME"; exit; }
##############################################
curtain-0.3/config.guess-774-	FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'`
curtain-0.3/config.guess:775:	FUJITSU_REL=`echo ${UNAME_RELEASE} | sed -e 's/ /_/'`
curtain-0.3/config.guess-776-	echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
curtain-0.3/config.guess-779-	FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'`
curtain-0.3/config.guess:780:	FUJITSU_REL=`echo ${UNAME_RELEASE} | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/ /_/'`
curtain-0.3/config.guess-781-	echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
curtain-0.3/config.guess-795-	    amd64)
curtain-0.3/config.guess:796:		echo x86_64-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
curtain-0.3/config.guess-797-	    *)
curtain-0.3/config.guess:798:		echo ${UNAME_PROCESSOR}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
curtain-0.3/config.guess-799-	esac
##############################################
curtain-0.3/config.guess-850-    prep*:SunOS:5.*:*)
curtain-0.3/config.guess:851:	echo powerpcle-unknown-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
curtain-0.3/config.guess-852-	exit ;;
##############################################
curtain-0.3/config.guess-854-	# the GNU system
curtain-0.3/config.guess:855:	echo `echo ${UNAME_MACHINE}|sed -e 's,[-/].*$,,'`-unknown-gnu`echo ${UNAME_RELEASE}|sed -e 's,/.*$,,'`
curtain-0.3/config.guess-856-	exit ;;
##############################################
curtain-0.3/config.guess-858-	# other systems with GNU libc and userland
curtain-0.3/config.guess:859:	echo ${UNAME_MACHINE}-unknown-`echo ${UNAME_SYSTEM} | sed 's,^[^/]*/,,' | tr '[A-Z]' '[a-z]'``echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`-gnu
curtain-0.3/config.guess-860-	exit ;;
##############################################
curtain-0.3/config.guess-923-EOF
curtain-0.3/config.guess:924:	eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^LIBC'`
curtain-0.3/config.guess-925-	echo "${UNAME_MACHINE}-pc-linux-${LIBC}"
##############################################
curtain-0.3/config.guess-951-EOF
curtain-0.3/config.guess:952:	eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^CPU'`
curtain-0.3/config.guess-953-	test x"${CPU}" != x && { echo "${CPU}-unknown-linux-gnu"; exit; }
##############################################
curtain-0.3/config.guess-1036-    i*86:*:4.*:* | i*86:SYSTEM_V:4.*:*)
curtain-0.3/config.guess:1037:	UNAME_REL=`echo ${UNAME_RELEASE} | sed 's/\/MP$//'`
curtain-0.3/config.guess-1038-	if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then
##############################################
curtain-0.3/config.guess-1306-    *:DragonFly:*:*)
curtain-0.3/config.guess:1307:	echo ${UNAME_MACHINE}-unknown-dragonfly`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`
curtain-0.3/config.guess-1308-	exit ;;
##############################################
curtain-0.3/config.guess-1319-    i*86:skyos:*:*)
curtain-0.3/config.guess:1320:	echo ${UNAME_MACHINE}-pc-skyos`echo ${UNAME_RELEASE}` | sed -e 's/ .*$//'
curtain-0.3/config.guess-1321-	exit ;;
##############################################
curtain-0.3/config.guess-1450-
curtain-0.3/config.guess:1451:$CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null && SYSTEM_NAME=`$dummy` &&
curtain-0.3/config.guess-1452-	{ echo "$SYSTEM_NAME"; exit; }
##############################################
curtain-0.3/depcomp-67-  sed 's|[^\\/]*$|'${DEPDIR-.deps}'/&|;s|\.\([^.]*\)$|.P\1|;s|Pobj$|Po|'`}
curtain-0.3/depcomp:68:tmpdepfile=${tmpdepfile-`echo "$depfile" | sed 's/\.\([^.]*\)$/.T\1/'`}
curtain-0.3/depcomp-69-
##############################################
curtain-0.3/depcomp-234-  # Version 6 uses the directory in both cases.
curtain-0.3/depcomp:235:  dir=`echo "$object" | sed -e 's|/[^/]*$|/|'`
curtain-0.3/depcomp-236-  test "x$dir" = "x$object" && dir=
curtain-0.3/depcomp:237:  base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'`
curtain-0.3/depcomp-238-  if test "$libtool" = yes; then
##############################################
curtain-0.3/depcomp-263-    # Do two passes, one to just change these to
curtain-0.3/depcomp:264:    # `$object: dependent.h' and one to simply `dependent.h:'.
curtain-0.3/depcomp-265-    sed -e "s,^.*\.[a-z]*:,$object:," < "$tmpdepfile" > "$depfile"
##############################################
curtain-0.3/depcomp-305-  # Do two passes, one to just change these to
curtain-0.3/depcomp:306:  # `$object: dependent.h' and one to simply `dependent.h:'.
curtain-0.3/depcomp-307-  sed "s,^[^:]*:,$object :," < "$tmpdepfile" > "$depfile"
##############################################
curtain-0.3/depcomp-321-  # Much of this is similar to the tru64 case; see comments there.
curtain-0.3/depcomp:322:  dir=`echo "$object" | sed -e 's|/[^/]*$|/|'`
curtain-0.3/depcomp-323-  test "x$dir" = "x$object" && dir=
curtain-0.3/depcomp:324:  base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'`
curtain-0.3/depcomp-325-  if test "$libtool" = yes; then
##############################################
curtain-0.3/depcomp-365-   # Subdirectories are respected.
curtain-0.3/depcomp:366:   dir=`echo "$object" | sed -e 's|/[^/]*$|/|'`
curtain-0.3/depcomp-367-   test "x$dir" = "x$object" && dir=
curtain-0.3/depcomp:368:   base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'`
curtain-0.3/depcomp-369-
##############################################
curtain-0.3/depcomp-557-  done
curtain-0.3/depcomp:558:  obj_suffix=`echo "$object" | sed 's/^.*\././'`
curtain-0.3/depcomp-559-  touch "$tmpdepfile"
##############################################
curtain-0.3/ltmain.sh-167-{
curtain-0.3/ltmain.sh:168:    func_dirname_result=`$ECHO "${1}" | $SED "$dirname"`
curtain-0.3/ltmain.sh-169-    if test "X$func_dirname_result" = "X${1}"; then
##############################################
curtain-0.3/ltmain.sh-179-{
curtain-0.3/ltmain.sh:180:    func_basename_result=`$ECHO "${1}" | $SED "$basename"`
curtain-0.3/ltmain.sh-181-} # func_basename may be replaced by extended shell implementation
##############################################
curtain-0.3/ltmain.sh-198-    # Extract subdirectory from the argument.
curtain-0.3/ltmain.sh:199:    func_dirname_result=`$ECHO "${1}" | $SED -e "$dirname"`
curtain-0.3/ltmain.sh-200-    if test "X$func_dirname_result" = "X${1}"; then
##############################################
curtain-0.3/ltmain.sh-204-    fi
curtain-0.3/ltmain.sh:205:    func_basename_result=`$ECHO "${1}" | $SED -e "$basename"`
curtain-0.3/ltmain.sh-206-} # func_dirname_and_basename may be replaced by extended shell implementation
##############################################
curtain-0.3/ltmain.sh-217-    case ${2} in
curtain-0.3/ltmain.sh:218:      .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
curtain-0.3/ltmain.sh:219:      *)  func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
curtain-0.3/ltmain.sh-220-    esac
##############################################
curtain-0.3/ltmain.sh-380-     progdir=$func_dirname_result
curtain-0.3/ltmain.sh:381:     progdir=`cd "$progdir" && pwd`
curtain-0.3/ltmain.sh-382-     progpath="$progdir/$progname"
##############################################
curtain-0.3/ltmain.sh-417-# Since each input `\' is now two `\'s, look for any number of runs of
curtain-0.3/ltmain.sh:418:# four `\'s followed by two `\'s and then a '$'.  `\' that '$'.
curtain-0.3/ltmain.sh-419-bs='\\'
##############################################
curtain-0.3/ltmain.sh-531-        # ...otherwise throw away the child directory and loop
curtain-0.3/ltmain.sh:532:        my_directory_path=`$ECHO "$my_directory_path" | $SED -e "$dirname"`
curtain-0.3/ltmain.sh-533-      done
curtain-0.3/ltmain.sh:534:      my_dir_list=`$ECHO "$my_dir_list" | $SED 's,:*$,,'`
curtain-0.3/ltmain.sh-535-
##############################################
curtain-0.3/ltmain.sh-566-      # If mktemp works, use that first and foremost
curtain-0.3/ltmain.sh:567:      my_tmpdir=`mktemp -d "${my_template}-XXXXXXXX" 2>/dev/null`
curtain-0.3/ltmain.sh-568-
##############################################
curtain-0.3/ltmain.sh-597-      *[\\\`\"\$]*)
curtain-0.3/ltmain.sh:598:	func_quote_for_eval_unquoted_result=`$ECHO "$1" | $SED "$sed_quote_subst"` ;;
curtain-0.3/ltmain.sh-599-      *)
##############################################
curtain-0.3/ltmain.sh-702-  [0-9]* | *[!a-zA-Z0-9_]*)
curtain-0.3/ltmain.sh:703:    func_tr_sh_result=`$ECHO "$1" | $SED 's/^\([0-9]\)/_\1/; s/[^a-zA-Z0-9_]/_/g'`
curtain-0.3/ltmain.sh-704-    ;;
##############################################
curtain-0.3/ltmain.sh-769-	s/\$with_gnu_ld/'"$with_gnu_ld"'/
curtain-0.3/ltmain.sh:770:	s/\$automake_version/'"`(${AUTOMAKE-automake} --version) 2>/dev/null |$SED 1q`"'/
curtain-0.3/ltmain.sh:771:	s/\$autoconf_version/'"`(${AUTOCONF-autoconf} --version) 2>/dev/null |$SED 1q`"'/
curtain-0.3/ltmain.sh-772-	p
##############################################
curtain-0.3/ltmain.sh-803-
curtain-0.3/ltmain.sh:804:    func_split_short_opt_name=`$ECHO "$1" | $SED "$my_sed_short_opt"`
curtain-0.3/ltmain.sh:805:    func_split_short_opt_arg=`$ECHO "$1" | $SED "$my_sed_short_rest"`
curtain-0.3/ltmain.sh-806-} # func_split_short_opt may be replaced by extended shell implementation
##############################################
curtain-0.3/ltmain.sh-816-
curtain-0.3/ltmain.sh:817:    func_split_long_opt_name=`$ECHO "$1" | $SED "$my_sed_long_opt"`
curtain-0.3/ltmain.sh:818:    func_split_long_opt_arg=`$ECHO "$1" | $SED "$my_sed_long_arg"`
curtain-0.3/ltmain.sh-819-} # func_split_long_opt may be replaced by extended shell implementation
##############################################
curtain-0.3/ltmain.sh-862-{
curtain-0.3/ltmain.sh:863:    func_arith_result=`expr "${@}"`
curtain-0.3/ltmain.sh-864-} # func_arith may be replaced by extended shell implementation
##############################################
curtain-0.3/ltmain.sh-870-{
curtain-0.3/ltmain.sh:871:    func_len_result=`expr "${1}" : ".*" 2>/dev/null || echo $max_cmd_len`
curtain-0.3/ltmain.sh-872-} # func_len may be replaced by extended shell implementation
##############################################
curtain-0.3/ltmain.sh-877-{
curtain-0.3/ltmain.sh:878:    func_lo2o_result=`$ECHO "${1}" | $SED "$lo2o"`
curtain-0.3/ltmain.sh-879-} # func_lo2o may be replaced by extended shell implementation
##############################################
curtain-0.3/ltmain.sh-884-{
curtain-0.3/ltmain.sh:885:    func_xform_result=`$ECHO "${1}" | $SED 's/\.[^.]*$/.lo/'`
curtain-0.3/ltmain.sh-886-} # func_xform may be replaced by extended shell implementation
##############################################
curtain-0.3/ltmain.sh-968-	# quotes we have to do it in 2 steps:
curtain-0.3/ltmain.sh:969:	extractedcf=`$SED -n -e "$sed_extractcf" < "$progpath"`
curtain-0.3/ltmain.sh-970-	eval "$extractedcf"
##############################################
curtain-0.3/ltmain.sh-1382-      done
curtain-0.3/ltmain.sh:1383:      CC_expanded=`func_echo_all $CC`
curtain-0.3/ltmain.sh:1384:      CC_quoted_expanded=`func_echo_all $CC_quoted`
curtain-0.3/ltmain.sh-1385-      case $@ in
##############################################
curtain-0.3/ltmain.sh-1395-	    # Evaluate the configuration.
curtain-0.3/ltmain.sh:1396:	    eval "`${SED} -n -e '/^# ### BEGIN LIBTOOL TAG CONFIG: '$z'$/,/^# ### END LIBTOOL TAG CONFIG: '$z'$/p' < $progpath`"
curtain-0.3/ltmain.sh-1397-	    CC_quoted=
##############################################
curtain-0.3/ltmain.sh-1401-	    done
curtain-0.3/ltmain.sh:1402:	    CC_expanded=`func_echo_all $CC`
curtain-0.3/ltmain.sh:1403:	    CC_quoted_expanded=`func_echo_all $CC_quoted`
curtain-0.3/ltmain.sh-1404-	    case "$@ " in
##############################################
curtain-0.3/ltmain.sh-1492-    # zero AND non-empty stdout, which explains the odd construction:
curtain-0.3/ltmain.sh:1493:    func_convert_core_file_wine_to_w32_tmp=`winepath -w "$1" 2>/dev/null`
curtain-0.3/ltmain.sh-1494-    if test "$?" -eq 0 && test -n "${func_convert_core_file_wine_to_w32_tmp}"; then
##############################################
curtain-0.3/ltmain.sh-1558-  if test -n "$LT_CYGPATH" && test -f "$LT_CYGPATH"; then
curtain-0.3/ltmain.sh:1559:    func_cygpath_result=`$LT_CYGPATH "$@" 2>/dev/null`
curtain-0.3/ltmain.sh-1560-    if test "$?" -ne 0; then
##############################################
curtain-0.3/ltmain.sh-1721-    # LT_CYGPATH in this case.
curtain-0.3/ltmain.sh:1722:    func_to_host_file_result=`cygpath -m "$1"`
curtain-0.3/ltmain.sh-1723-  fi
##############################################
curtain-0.3/ltmain.sh-1871-    func_to_host_path_tmp1=$func_stripname_result
curtain-0.3/ltmain.sh:1872:    func_to_host_path_result=`cygpath -m -p "$func_to_host_path_tmp1"`
curtain-0.3/ltmain.sh-1873-    func_convert_path_check : ";" \
##############################################
curtain-0.3/ltmain.sh-2060-    *.[cCFSifmso] | \
curtain-0.3/ltmain.sh:2061:    *.ada | *.adb | *.ads | *.asm | \
curtain-0.3/ltmain.sh-2062-    *.c++ | *.cc | *.ii | *.class | *.cpp | *.cxx | \
##############################################
curtain-0.3/ltmain.sh-2137-    if test "$compiler_c_o" = no; then
curtain-0.3/ltmain.sh:2138:      output_obj=`$ECHO "$srcfile" | $SED 's%^.*/%%; s%\.[^.]*$%%'`.${objext}
curtain-0.3/ltmain.sh-2139-      lockfile="$output_obj.lock"
##############################################
curtain-0.3/ltmain.sh-2156-*** ERROR, $lockfile exists and contains:
curtain-0.3/ltmain.sh:2157:`cat $lockfile 2>/dev/null`
curtain-0.3/ltmain.sh-2158-
##############################################
curtain-0.3/ltmain.sh-2204-      if test "$need_locks" = warn &&
curtain-0.3/ltmain.sh:2205:	 test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then
curtain-0.3/ltmain.sh-2206-	$ECHO "\
curtain-0.3/ltmain.sh-2207-*** ERROR, $lockfile contains:
curtain-0.3/ltmain.sh:2208:`cat $lockfile 2>/dev/null`
curtain-0.3/ltmain.sh-2209-
##############################################
curtain-0.3/ltmain.sh-2253-      if test "$need_locks" = warn &&
curtain-0.3/ltmain.sh:2254:	 test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then
curtain-0.3/ltmain.sh-2255-	$ECHO "\
curtain-0.3/ltmain.sh-2256-*** ERROR, $lockfile contains:
curtain-0.3/ltmain.sh:2257:`cat $lockfile 2>/dev/null`
curtain-0.3/ltmain.sh-2258-
##############################################
curtain-0.3/ltmain.sh-2548-	  test -n "$library_names" && \
curtain-0.3/ltmain.sh:2549:	    func_warning "\`$file' was not linked with \`-export-dynamic'"
curtain-0.3/ltmain.sh-2550-	  continue
##############################################
curtain-0.3/ltmain.sh-2559-	  if test ! -f "$dir/$dlname"; then
curtain-0.3/ltmain.sh:2560:	    func_fatal_error "cannot find \`$dlname' in \`$dir' or \`$dir/$objdir'"
curtain-0.3/ltmain.sh-2561-	  fi
##############################################
curtain-0.3/ltmain.sh-2577-      # Get the absolute pathname.
curtain-0.3/ltmain.sh:2578:      absdir=`cd "$dir" && pwd`
curtain-0.3/ltmain.sh-2579-      test -n "$absdir" && dir="$absdir"
##############################################
curtain-0.3/ltmain.sh-2675-      if test -n "$lt_sysroot"; then
curtain-0.3/ltmain.sh:2676:        sysroot_regex=`$ECHO "$lt_sysroot" | $SED "$sed_make_literal_regex"`
curtain-0.3/ltmain.sh-2677-        sysroot_cmd="s/\([ ']\)$sysroot_regex/\1/g;"
##############################################
curtain-0.3/ltmain.sh-2957-	  # Determine the prefix the user has applied to our future dir.
curtain-0.3/ltmain.sh:2958:	  inst_prefix_dir=`$ECHO "$destdir" | $SED -e "s%$libdir\$%%"`
curtain-0.3/ltmain.sh-2959-
##############################################
curtain-0.3/ltmain.sh-2970-	    # Stick the inst_prefix_dir data into the link command.
curtain-0.3/ltmain.sh:2971:	    relink_command=`$ECHO "$relink_command" | $SED "s%@inst_prefix_dir@%-inst-prefix-dir $inst_prefix_dir%"`
curtain-0.3/ltmain.sh-2972-	  else
curtain-0.3/ltmain.sh:2973:	    relink_command=`$ECHO "$relink_command" | $SED "s%@inst_prefix_dir@%%"`
curtain-0.3/ltmain.sh-2974-	  fi
##############################################
curtain-0.3/ltmain.sh-3130-	    fi
curtain-0.3/ltmain.sh:3131:	    libfile="$libdir/"`$ECHO "$lib" | $SED 's%^.*/%%g'` ### testsuite: skip nested quoting test
curtain-0.3/ltmain.sh-3132-	    if test -n "$libdir" && test ! -f "$libfile"; then
curtain-0.3/ltmain.sh:3133:	      func_warning "\`$lib' has not been installed in \`$libdir'"
curtain-0.3/ltmain.sh-3134-	      finalize=no
##############################################
curtain-0.3/ltmain.sh-3149-	        # Replace the output file specification.
curtain-0.3/ltmain.sh:3150:	        relink_command=`$ECHO "$relink_command" | $SED 's%@OUTPUT@%'"$outputname"'%g'`
curtain-0.3/ltmain.sh-3151-
##############################################
curtain-0.3/ltmain.sh-3168-	    # Install the binary that we compiled earlier.
curtain-0.3/ltmain.sh:3169:	    file=`$ECHO "$file$stripped_ext" | $SED "s%\([^/]*\)$%$objdir/\1%"`
curtain-0.3/ltmain.sh-3170-	  fi
##############################################
curtain-0.3/ltmain.sh-3241-    my_pic_p="${3-no}"
curtain-0.3/ltmain.sh:3242:    my_prefix=`$ECHO "$my_originator" | sed 's%[^a-zA-Z0-9]%_%g'`
curtain-0.3/ltmain.sh-3243-    my_dlsyms=
##############################################
curtain-0.3/ltmain.sh-3297-	  # Add our own program objects to the symbol list.
curtain-0.3/ltmain.sh:3298:	  progfiles=`$ECHO "$objs$old_deplibs" | $SP2NL | $SED "$lo2o" | $NL2SP`
curtain-0.3/ltmain.sh-3299-	  for progfile in $progfiles; do
##############################################
curtain-0.3/ltmain.sh-3359-	          # Use subshell, to avoid clobbering current variable values
curtain-0.3/ltmain.sh:3360:	          dlprefile_dlname=`source "$curr_lafile" && echo "$dlname"`
curtain-0.3/ltmain.sh-3361-	          if test -n "$dlprefile_dlname" ; then
##############################################
curtain-0.3/ltmain.sh-3506-	  if test -f "$output_objdir/$my_outputname.def"; then
curtain-0.3/ltmain.sh:3507:	    compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$output_objdir/$my_outputname.def $symfileobj%"`
curtain-0.3/ltmain.sh:3508:	    finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$output_objdir/$my_outputname.def $symfileobj%"`
curtain-0.3/ltmain.sh-3509-	  else
curtain-0.3/ltmain.sh:3510:	    compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$symfileobj%"`
curtain-0.3/ltmain.sh:3511:	    finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$symfileobj%"`
curtain-0.3/ltmain.sh-3512-	  fi
##############################################
curtain-0.3/ltmain.sh-3514-	*)
curtain-0.3/ltmain.sh:3515:	  compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$symfileobj%"`
curtain-0.3/ltmain.sh:3516:	  finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$symfileobj%"`
curtain-0.3/ltmain.sh-3517-	  ;;
##############################################
curtain-0.3/ltmain.sh-3529-      # Nullify the symbol file.
curtain-0.3/ltmain.sh:3530:      compile_command=`$ECHO "$compile_command" | $SED "s% @SYMFILE@%%"`
curtain-0.3/ltmain.sh:3531:      finalize_command=`$ECHO "$finalize_command" | $SED "s% @SYMFILE@%%"`
curtain-0.3/ltmain.sh-3532-    fi
##############################################
curtain-0.3/ltmain.sh-3545-  win32_libid_type="unknown"
curtain-0.3/ltmain.sh:3546:  win32_fileres=`file -L $1 2>/dev/null`
curtain-0.3/ltmain.sh-3547-  case $win32_fileres in
##############################################
curtain-0.3/ltmain.sh-3596-  $opt_debug
curtain-0.3/ltmain.sh:3597:  sharedlib_from_linklib_result=`$DLLTOOL --identify-strict --identify "$1"`
curtain-0.3/ltmain.sh-3598-}
##############################################
curtain-0.3/ltmain.sh-3613-  $opt_debug
curtain-0.3/ltmain.sh:3614:  match_literal=`$ECHO "$1" | $SED "$sed_make_literal_regex"`
curtain-0.3/ltmain.sh-3615-  $OBJDUMP -s --section "$1" "$2" 2>/dev/null |
##############################################
curtain-0.3/ltmain.sh-3668-  func_to_tool_file "$1" func_convert_file_msys_to_w32
curtain-0.3/ltmain.sh:3669:  func_cygming_gnu_implib_tmp=`$NM "$func_to_tool_file_result" | eval "$global_symbol_pipe" | $EGREP ' (_head_[A-Za-z0-9_]+_[ad]l*|[A-Za-z0-9_]+_[ad]l*_iname)$'`
curtain-0.3/ltmain.sh-3670-  test -n "$func_cygming_gnu_implib_tmp"
##############################################
curtain-0.3/ltmain.sh-3680-  func_to_tool_file "$1" func_convert_file_msys_to_w32
curtain-0.3/ltmain.sh:3681:  func_cygming_ms_implib_tmp=`$NM "$func_to_tool_file_result" | eval "$global_symbol_pipe" | $GREP '_NULL_IMPORT_DESCRIPTOR'`
curtain-0.3/ltmain.sh-3682-  test -n "$func_cygming_ms_implib_tmp"
##############################################
curtain-0.3/ltmain.sh-3700-    # binutils import library
curtain-0.3/ltmain.sh:3701:    sharedlib_from_linklib_result=`func_cygming_dll_for_implib_fallback_core '.idata$7' "$1"`
curtain-0.3/ltmain.sh-3702-  elif func_cygming_ms_implib_p "$1" ; then
curtain-0.3/ltmain.sh-3703-    # ms-generated import library
curtain-0.3/ltmain.sh:3704:    sharedlib_from_linklib_result=`func_cygming_dll_for_implib_fallback_core '.idata$6' "$1"`
curtain-0.3/ltmain.sh-3705-  else
##############################################
curtain-0.3/ltmain.sh-3780-	  darwin_curdir=`pwd`
curtain-0.3/ltmain.sh:3781:	  darwin_base_archive=`basename "$darwin_archive"`
curtain-0.3/ltmain.sh:3782:	  darwin_arches=`$LIPO -info "$darwin_archive" 2>/dev/null | $GREP Architectures 2>/dev/null || true`
curtain-0.3/ltmain.sh-3783-	  if test -n "$darwin_arches"; then
curtain-0.3/ltmain.sh:3784:	    darwin_arches=`$ECHO "$darwin_arches" | $SED -e 's/.*are://'`
curtain-0.3/ltmain.sh-3785-	    darwin_arch=
##############################################
curtain-0.3/ltmain.sh-3795-            ## Okay now we've a bunch of thin objects, gotta fatten them up :)
curtain-0.3/ltmain.sh:3796:	    darwin_filelist=`find unfat-$$ -type f -name \*.o -print -o -name \*.lo -print | $SED -e "$basename" | sort -u`
curtain-0.3/ltmain.sh-3797-	    darwin_file=
##############################################
curtain-0.3/ltmain.sh-3799-	    for darwin_file in $darwin_filelist; do
curtain-0.3/ltmain.sh:3800:	      darwin_files=`find unfat-$$ -name $darwin_file -print | sort | $NL2SP`
curtain-0.3/ltmain.sh-3801-	      $LIPO -create -output "$darwin_file" $darwin_files
##############################################
curtain-0.3/ltmain.sh-3814-      esac
curtain-0.3/ltmain.sh:3815:      my_oldobjs="$my_oldobjs "`find $my_xdir -name \*.$objext -print -o -name \*.lo -print | sort | $NL2SP`
curtain-0.3/ltmain.sh-3816-    done
##############################################
curtain-0.3/ltmain.sh-3885-
curtain-0.3/ltmain.sh:3886:    qECHO=`$ECHO "$ECHO" | $SED "$sed_quote_subst"`
curtain-0.3/ltmain.sh-3887-    $ECHO "\
##############################################
curtain-0.3/ltmain.sh-3920-    --lt-dump-script)
curtain-0.3/ltmain.sh:3921:        lt_dump_D=\`\$ECHO \"X\$lt_script_arg0\" | $SED -e 's/^X//' -e 's%/[^/]*$%%'\`
curtain-0.3/ltmain.sh-3922-        test \"X\$lt_dump_D\" = \"X\$lt_script_arg0\" && lt_dump_D=.
curtain-0.3/ltmain.sh:3923:        lt_dump_F=\`\$ECHO \"X\$lt_script_arg0\" | $SED -e 's/^X//' -e 's%^.*/%%'\`
curtain-0.3/ltmain.sh-3924-        cat \"\$lt_dump_D/\$lt_dump_F\"
##############################################
curtain-0.3/ltmain.sh-3947-    \$ECHO \"${outputname}:${output}:\${LINENO}: newargv[\$lt_dump_args_N]: \$lt_arg\"
curtain-0.3/ltmain.sh:3948:    lt_dump_args_N=\`expr \$lt_dump_args_N + 1\`
curtain-0.3/ltmain.sh-3949-  done
##############################################
curtain-0.3/ltmain.sh-4005-  # Find the directory that this script lives in.
curtain-0.3/ltmain.sh:4006:  thisdir=\`\$ECHO \"\$file\" | $SED 's%/[^/]*$%%'\`
curtain-0.3/ltmain.sh-4007-  test \"x\$thisdir\" = \"x\$file\" && thisdir=.
##############################################
curtain-0.3/ltmain.sh-4009-  # Follow symbolic links until we get to the real thisdir.
curtain-0.3/ltmain.sh:4010:  file=\`ls -ld \"\$file\" | $SED -n 's/.*-> //p'\`
curtain-0.3/ltmain.sh-4011-  while test -n \"\$file\"; do
curtain-0.3/ltmain.sh:4012:    destdir=\`\$ECHO \"\$file\" | $SED 's%/[^/]*\$%%'\`
curtain-0.3/ltmain.sh-4013-
##############################################
curtain-0.3/ltmain.sh-4021-
curtain-0.3/ltmain.sh:4022:    file=\`\$ECHO \"\$file\" | $SED 's%^.*/%%'\`
curtain-0.3/ltmain.sh:4023:    file=\`ls -ld \"\$thisdir/\$file\" | $SED -n 's/.*-> //p'\`
curtain-0.3/ltmain.sh-4024-  done
##############################################
curtain-0.3/ltmain.sh-4035-    case \"\$thisdir\" in
curtain-0.3/ltmain.sh:4036:    *[\\\\/]$objdir ) thisdir=\`\$ECHO \"\$thisdir\" | $SED 's%[\\\\/][^\\\\/]*$%%'\` ;;
curtain-0.3/ltmain.sh-4037-    $objdir )   thisdir=. ;;
##############################################
curtain-0.3/ltmain.sh-4041-  # Try to get the absolute directory name.
curtain-0.3/ltmain.sh:4042:  absdir=\`cd \"\$thisdir\" && pwd\`
curtain-0.3/ltmain.sh-4043-  test -n \"\$absdir\" && thisdir=\"\$absdir\"
##############################################
curtain-0.3/ltmain.sh-4051-  if test ! -f \"\$progdir/\$program\" ||
curtain-0.3/ltmain.sh:4052:     { file=\`ls -1dt \"\$progdir/\$program\" \"\$progdir/../\$program\" 2>/dev/null | ${SED} 1q\`; \\
curtain-0.3/ltmain.sh-4053-       test \"X\$file\" != \"X\$progdir/\$program\"; }; then
##############################################
curtain-0.3/ltmain.sh-4066-    if test -n \"\$relink_command\"; then
curtain-0.3/ltmain.sh:4067:      if relink_command_output=\`eval \$relink_command 2>&1\`; then :
curtain-0.3/ltmain.sh-4068-      else
##############################################
curtain-0.3/ltmain.sh-4110-    # The second colon is a workaround for a bug in BeOS R4 sed
curtain-0.3/ltmain.sh:4111:    $shlibpath_var=\`\$ECHO \"\$$shlibpath_var\" | $SED 's/::*\$//'\`
curtain-0.3/ltmain.sh-4112-
##############################################
curtain-0.3/ltmain.sh-5085-    $opt_debug
curtain-0.3/ltmain.sh:5086:    case `eval $file_magic_cmd \"\$1\" 2>/dev/null | $SED -e 10q` in
curtain-0.3/ltmain.sh-5087-    *import*) : ;;
##############################################
curtain-0.3/ltmain.sh-5307-	    moreargs=
curtain-0.3/ltmain.sh:5308:	    for fil in `cat "$save_arg"`
curtain-0.3/ltmain.sh-5309-	    do
##############################################
curtain-0.3/ltmain.sh-5563-	*)
curtain-0.3/ltmain.sh:5564:	  absdir=`cd "$dir" && pwd`
curtain-0.3/ltmain.sh-5565-	  test -z "$absdir" && \
##############################################
curtain-0.3/ltmain.sh-5584-	*-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*)
curtain-0.3/ltmain.sh:5585:	  testbindir=`$ECHO "$dir" | $SED 's*/lib$*/bin*'`
curtain-0.3/ltmain.sh-5586-	  case :$dllsearchpath: in
##############################################
curtain-0.3/ltmain.sh-6016-      # get the directories listed in $shlibpath_var
curtain-0.3/ltmain.sh:6017:      eval shlib_search_path=\`\$ECHO \"\${$shlibpath_var}\" \| \$SED \'s/:/ /g\'\`
curtain-0.3/ltmain.sh-6018-    else
##############################################
curtain-0.3/ltmain.sh-6331-		  set dummy $deplibs_check_method; shift
curtain-0.3/ltmain.sh:6332:		  match_pattern_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"`
curtain-0.3/ltmain.sh-6333-		  if eval "\$ECHO \"$deplib\"" 2>/dev/null | $SED 10q \
##############################################
curtain-0.3/ltmain.sh-6394-	else
curtain-0.3/ltmain.sh:6395:	  func_fatal_error "cannot find the library \`$lib' or unhandled argument \`$deplib'"
curtain-0.3/ltmain.sh-6396-	fi
##############################################
curtain-0.3/ltmain.sh-6423-	if test -n "$inherited_linker_flags"; then
curtain-0.3/ltmain.sh:6424:	  tmp_inherited_linker_flags=`$ECHO "$inherited_linker_flags" | $SED 's/-framework \([^ $]*\)/\1.ltframework/g'`
curtain-0.3/ltmain.sh-6425-	  for tmp_inherited_linker_flag in $tmp_inherited_linker_flags; do
##############################################
curtain-0.3/ltmain.sh-6431-	fi
curtain-0.3/ltmain.sh:6432:	dependency_libs=`$ECHO " $dependency_libs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
curtain-0.3/ltmain.sh-6433-	if test "$linkmode,$pass" = "lib,link" ||
##############################################
curtain-0.3/ltmain.sh-6504-	*)
curtain-0.3/ltmain.sh:6505:	  abs_ladir=`cd "$ladir" && pwd`
curtain-0.3/ltmain.sh-6506-	  if test -z "$abs_ladir"; then
##############################################
curtain-0.3/ltmain.sh-6757-	    shift
curtain-0.3/ltmain.sh:6758:	    libname=`eval "\\$ECHO \"$libname_spec\""`
curtain-0.3/ltmain.sh-6759-	    # use dlname if we got it. it's perfectly good, no?
##############################################
curtain-0.3/ltmain.sh-7049-		*)
curtain-0.3/ltmain.sh:7050:		  absdir=`cd "$dir" && pwd`
curtain-0.3/ltmain.sh-7051-		  if test -z "$absdir"; then
##############################################
curtain-0.3/ltmain.sh-7060-		  depdepl=
curtain-0.3/ltmain.sh:7061:		  eval deplibrary_names=`${SED} -n -e 's/^library_names=\(.*\)$/\1/p' $deplib`
curtain-0.3/ltmain.sh-7062-		  if test -n "$deplibrary_names" ; then
##############################################
curtain-0.3/ltmain.sh-7067-		      depdepl="$absdir/$objdir/$depdepl"
curtain-0.3/ltmain.sh:7068:		      darwin_install_name=`${OTOOL} -L $depdepl | awk '{if (NR == 2) {print $1;exit}}'`
curtain-0.3/ltmain.sh-7069-                      if test -z "$darwin_install_name"; then
curtain-0.3/ltmain.sh:7070:                          darwin_install_name=`${OTOOL64} -L $depdepl  | awk '{if (NR == 2) {print $1;exit}}'`
curtain-0.3/ltmain.sh-7071-                      fi
##############################################
curtain-0.3/ltmain.sh-7082-		else
curtain-0.3/ltmain.sh:7083:		  eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $deplib`
curtain-0.3/ltmain.sh-7084-		  test -z "$libdir" && \
##############################################
curtain-0.3/ltmain.sh-7105-	else
curtain-0.3/ltmain.sh:7106:	  compiler_flags="$compiler_flags "`$ECHO " $new_inherited_linker_flags" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
curtain-0.3/ltmain.sh-7107-	fi
##############################################
curtain-0.3/ltmain.sh-7254-	test "$module" = no && \
curtain-0.3/ltmain.sh:7255:	  func_fatal_help "libtool library \`$output' must begin with \`lib'"
curtain-0.3/ltmain.sh-7256-
##############################################
curtain-0.3/ltmain.sh-7392-	if test "$age" -gt "$current"; then
curtain-0.3/ltmain.sh:7393:	  func_error "AGE \`$age' is greater than the current interface number \`$current'"
curtain-0.3/ltmain.sh-7394-	  func_fatal_error "\`$vinfo' is not valid version information"
##############################################
curtain-0.3/ltmain.sh-7553-	removelist=
curtain-0.3/ltmain.sh:7554:	tempremovelist=`$ECHO "$output_objdir/*"`
curtain-0.3/ltmain.sh-7555-	for p in $tempremovelist; do
##############################################
curtain-0.3/ltmain.sh-7579-	# Transform .lo files to .o files.
curtain-0.3/ltmain.sh:7580:	oldobjs="$objs "`$ECHO "$libobjs" | $SP2NL | $SED "/\.${libext}$/d; $lo2o" | $NL2SP`
curtain-0.3/ltmain.sh-7581-      fi
##############################################
curtain-0.3/ltmain.sh-7584-      #for path in $notinst_path; do
curtain-0.3/ltmain.sh:7585:      #	lib_search_path=`$ECHO "$lib_search_path " | $SED "s% $path % %g"`
curtain-0.3/ltmain.sh:7586:      #	deplibs=`$ECHO "$deplibs " | $SED "s% -L$path % %g"`
curtain-0.3/ltmain.sh:7587:      #	dependency_libs=`$ECHO "$dependency_libs " | $SED "s% -L$path % %g"`
curtain-0.3/ltmain.sh-7588-      #done
##############################################
curtain-0.3/ltmain.sh-7705-		if test -n "$i" ; then
curtain-0.3/ltmain.sh:7706:		  libname=`eval "\\$ECHO \"$libname_spec\""`
curtain-0.3/ltmain.sh:7707:		  deplib_matches=`eval "\\$ECHO \"$library_names_spec\""`
curtain-0.3/ltmain.sh-7708-		  set dummy $deplib_matches; shift
curtain-0.3/ltmain.sh-7709-		  deplib_match=$1
curtain-0.3/ltmain.sh:7710:		  if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0 ; then
curtain-0.3/ltmain.sh-7711-		    func_append newdeplibs " $i"
##############################################
curtain-0.3/ltmain.sh-7748-		  if test -n "$i" ; then
curtain-0.3/ltmain.sh:7749:		    libname=`eval "\\$ECHO \"$libname_spec\""`
curtain-0.3/ltmain.sh:7750:		    deplib_matches=`eval "\\$ECHO \"$library_names_spec\""`
curtain-0.3/ltmain.sh-7751-		    set dummy $deplib_matches; shift
curtain-0.3/ltmain.sh-7752-		    deplib_match=$1
curtain-0.3/ltmain.sh:7753:		    if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0 ; then
curtain-0.3/ltmain.sh-7754-		      func_append newdeplibs " $i"
##############################################
curtain-0.3/ltmain.sh-7783-	  set dummy $deplibs_check_method; shift
curtain-0.3/ltmain.sh:7784:	  file_magic_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"`
curtain-0.3/ltmain.sh-7785-	  for a_deplib in $deplibs; do
##############################################
curtain-0.3/ltmain.sh-7798-	      if test -n "$a_deplib" ; then
curtain-0.3/ltmain.sh:7799:		libname=`eval "\\$ECHO \"$libname_spec\""`
curtain-0.3/ltmain.sh-7800-		if test -n "$file_magic_glob"; then
curtain-0.3/ltmain.sh:7801:		  libnameglob=`func_echo_all "$libname" | $SED -e $file_magic_glob`
curtain-0.3/ltmain.sh-7802-		else
##############################################
curtain-0.3/ltmain.sh-7808-		    shopt -s nocaseglob
curtain-0.3/ltmain.sh:7809:		    potential_libs=`ls $i/$libnameglob[.-]* 2>/dev/null`
curtain-0.3/ltmain.sh-7810-		    $nocaseglob
curtain-0.3/ltmain.sh-7811-		  else
curtain-0.3/ltmain.sh:7812:		    potential_libs=`ls $i/$libnameglob[.-]* 2>/dev/null`
curtain-0.3/ltmain.sh-7813-		  fi
##############################################
curtain-0.3/ltmain.sh-7826-		      while test -h "$potlib" 2>/dev/null; do
curtain-0.3/ltmain.sh:7827:			potliblink=`ls -ld $potlib | ${SED} 's/.* -> //'`
curtain-0.3/ltmain.sh-7828-			case $potliblink in
curtain-0.3/ltmain.sh-7829-			[\\/]* | [A-Za-z]:[\\/]*) potlib="$potliblink";;
curtain-0.3/ltmain.sh:7830:			*) potlib=`$ECHO "$potlib" | $SED 's,[^/]*$,,'`"$potliblink";;
curtain-0.3/ltmain.sh-7831-			esac
##############################################
curtain-0.3/ltmain.sh-7867-	  set dummy $deplibs_check_method; shift
curtain-0.3/ltmain.sh:7868:	  match_pattern_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"`
curtain-0.3/ltmain.sh-7869-	  for a_deplib in $deplibs; do
##############################################
curtain-0.3/ltmain.sh-7882-	      if test -n "$a_deplib" ; then
curtain-0.3/ltmain.sh:7883:		libname=`eval "\\$ECHO \"$libname_spec\""`
curtain-0.3/ltmain.sh-7884-		for i in $lib_search_path $sys_lib_search_path $shlib_search_path; do
curtain-0.3/ltmain.sh:7885:		  potential_libs=`ls $i/$libname[.-]* 2>/dev/null`
curtain-0.3/ltmain.sh-7886-		  for potent_lib in $potential_libs; do
##############################################
curtain-0.3/ltmain.sh-7921-	  newdeplibs=""
curtain-0.3/ltmain.sh:7922:	  tmp_deplibs=`$ECHO " $deplibs" | $SED 's/ -lc$//; s/ -[LR][^ ]*//g'`
curtain-0.3/ltmain.sh-7923-	  if test "X$allow_libtool_libs_with_static_runtimes" = "Xyes" ; then
##############################################
curtain-0.3/ltmain.sh-7925-	      # can't use Xsed below, because $i might contain '/'
curtain-0.3/ltmain.sh:7926:	      tmp_deplibs=`$ECHO " $tmp_deplibs" | $SED "s,$i,,"`
curtain-0.3/ltmain.sh-7927-	    done
##############################################
curtain-0.3/ltmain.sh-7951-	  # On Rhapsody replace the C library with the System framework
curtain-0.3/ltmain.sh:7952:	  newdeplibs=`$ECHO " $newdeplibs" | $SED 's/ -lc / System.ltframework /'`
curtain-0.3/ltmain.sh-7953-	  ;;
##############################################
curtain-0.3/ltmain.sh-8003-	*-*-darwin*)
curtain-0.3/ltmain.sh:8004:	  newdeplibs=`$ECHO " $newdeplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
curtain-0.3/ltmain.sh:8005:	  new_inherited_linker_flags=`$ECHO " $new_inherited_linker_flags" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
curtain-0.3/ltmain.sh:8006:	  deplibs=`$ECHO " $deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
curtain-0.3/ltmain.sh-8007-	  ;;
##############################################
curtain-0.3/ltmain.sh-8130-	# Use standard objects if they are pic
curtain-0.3/ltmain.sh:8131:	test -z "$pic_flag" && libobjs=`$ECHO "$libobjs" | $SP2NL | $SED "$lo2o" | $NL2SP`
curtain-0.3/ltmain.sh-8132-	test "X$libobjs" = "X " && libobjs=
##############################################
curtain-0.3/ltmain.sh-8145-	    # exporting using user supplied symfile
curtain-0.3/ltmain.sh:8146:	    if test "x`$SED 1q $export_symbols`" != xEXPORTS; then
curtain-0.3/ltmain.sh-8147-	      # and it's NOT already a .def file. Must figure out
##############################################
curtain-0.3/ltmain.sh-8642-	  eval tmp_whole_archive_flags=\"$whole_archive_flag_spec\"
curtain-0.3/ltmain.sh:8643:	  reload_conv_objs=$reload_objs\ `$ECHO "$tmp_whole_archive_flags" | $SED 's|,| |g'`
curtain-0.3/ltmain.sh-8644-	else
##############################################
curtain-0.3/ltmain.sh-8656-      # Create the old-style object.
curtain-0.3/ltmain.sh:8657:      reload_objs="$objs$old_deplibs "`$ECHO "$libobjs" | $SP2NL | $SED "/\.${libext}$/d; /\.lib$/d; $lo2o" | $NL2SP`" $reload_conv_objs" ### testsuite: skip nested quoting test
curtain-0.3/ltmain.sh-8658-
##############################################
curtain-0.3/ltmain.sh-8716-	# On Rhapsody replace the C library is the System framework
curtain-0.3/ltmain.sh:8717:	compile_deplibs=`$ECHO " $compile_deplibs" | $SED 's/ -lc / System.ltframework /'`
curtain-0.3/ltmain.sh:8718:	finalize_deplibs=`$ECHO " $finalize_deplibs" | $SED 's/ -lc / System.ltframework /'`
curtain-0.3/ltmain.sh-8719-	;;
##############################################
curtain-0.3/ltmain.sh-8734-	# Time to change all our "foo.ltframework" stuff back to "-framework foo"
curtain-0.3/ltmain.sh:8735:	compile_deplibs=`$ECHO " $compile_deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
curtain-0.3/ltmain.sh:8736:	finalize_deplibs=`$ECHO " $finalize_deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
curtain-0.3/ltmain.sh-8737-	;;
##############################################
curtain-0.3/ltmain.sh-8812-	*-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*)
curtain-0.3/ltmain.sh:8813:	  testbindir=`${ECHO} "$libdir" | ${SED} -e 's*/lib$*/bin*'`
curtain-0.3/ltmain.sh-8814-	  case :$dllsearchpath: in
##############################################
curtain-0.3/ltmain.sh-8872-	# Transform all the library objects into standard objects.
curtain-0.3/ltmain.sh:8873:	compile_command=`$ECHO "$compile_command" | $SP2NL | $SED "$lo2o" | $NL2SP`
curtain-0.3/ltmain.sh:8874:	finalize_command=`$ECHO "$finalize_command" | $SP2NL | $SED "$lo2o" | $NL2SP`
curtain-0.3/ltmain.sh-8875-      fi
##############################################
curtain-0.3/ltmain.sh-8902-	# Replace the output file specification.
curtain-0.3/ltmain.sh:8903:	compile_command=`$ECHO "$compile_command" | $SED 's%@OUTPUT@%'"$output"'%g'`
curtain-0.3/ltmain.sh-8904-	link_command="$compile_command$compile_rpath"
##############################################
curtain-0.3/ltmain.sh-8911-	  func_to_tool_file "$output"
curtain-0.3/ltmain.sh:8912:	  postlink_cmds=`func_echo_all "$postlink_cmds" | $SED -e 's%@OUTPUT@%'"$output"'%g' -e 's%@TOOL_OUTPUT@%'"$func_to_tool_file_result"'%g'`
curtain-0.3/ltmain.sh-8913-	  func_execute_cmds "$postlink_cmds" 'exit $?'
##############################################
curtain-0.3/ltmain.sh-8955-	# Replace the output file specification.
curtain-0.3/ltmain.sh:8956:	link_command=`$ECHO "$link_command" | $SED 's%@OUTPUT@%'"$output"'%g'`
curtain-0.3/ltmain.sh-8957-	# Delete the old output file.
##############################################
curtain-0.3/ltmain.sh-8963-	  func_to_tool_file "$output"
curtain-0.3/ltmain.sh:8964:	  postlink_cmds=`func_echo_all "$postlink_cmds" | $SED -e 's%@OUTPUT@%'"$output"'%g' -e 's%@TOOL_OUTPUT@%'"$func_to_tool_file_result"'%g'`
curtain-0.3/ltmain.sh-8965-	  func_execute_cmds "$postlink_cmds" 'exit $?'
##############################################
curtain-0.3/ltmain.sh-8981-	  if test "$fast_install" = yes; then
curtain-0.3/ltmain.sh:8982:	    relink_command=`$ECHO "$compile_var$compile_command$compile_rpath" | $SED 's%@OUTPUT@%\$progdir/\$file%g'`
curtain-0.3/ltmain.sh-8983-	  else
##############################################
curtain-0.3/ltmain.sh-8993-      # Replace the output file specification.
curtain-0.3/ltmain.sh:8994:      link_command=`$ECHO "$link_command" | $SED 's%@OUTPUT@%'"$output_objdir/$outputname"'%g'`
curtain-0.3/ltmain.sh-8995-
##############################################
curtain-0.3/ltmain.sh-9002-	func_to_tool_file "$output_objdir/$outputname"
curtain-0.3/ltmain.sh:9003:	postlink_cmds=`func_echo_all "$postlink_cmds" | $SED -e 's%@OUTPUT@%'"$output_objdir/$outputname"'%g' -e 's%@TOOL_OUTPUT@%'"$func_to_tool_file_result"'%g'`
curtain-0.3/ltmain.sh-9004-	func_execute_cmds "$postlink_cmds" 'exit $?'
##############################################
curtain-0.3/ltmain.sh-9023-	relink_command="(cd `pwd`; $relink_command)"
curtain-0.3/ltmain.sh:9024:	relink_command=`$ECHO "$relink_command" | $SED "$sed_quote_subst"`
curtain-0.3/ltmain.sh-9025-      fi
##############################################
curtain-0.3/ltmain.sh-9267-      relink_command="(cd `pwd`; $SHELL $progpath $preserve_args --mode=relink $libtool_args @inst_prefix_dir@)"
curtain-0.3/ltmain.sh:9268:      relink_command=`$ECHO "$relink_command" | $SED "$sed_quote_subst"`
curtain-0.3/ltmain.sh-9269-      if test "$hardcode_automatic" = yes ; then
##############################################
curtain-0.3/ltmain.sh-9288-		func_resolve_sysroot "$deplib"
curtain-0.3/ltmain.sh:9289:		eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $func_resolve_sysroot_result`
curtain-0.3/ltmain.sh-9290-		test -z "$libdir" && \
##############################################
curtain-0.3/ltmain.sh-9314-		name="$func_basename_result"
curtain-0.3/ltmain.sh:9315:		eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $lib`
curtain-0.3/ltmain.sh-9316-		test -z "$libdir" && \
##############################################
curtain-0.3/ltmain.sh-9333-		name="$func_basename_result"
curtain-0.3/ltmain.sh:9334:		eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $lib`
curtain-0.3/ltmain.sh-9335-		test -z "$libdir" && \
##############################################
curtain-0.3/ltmain.sh-9652-# ### BEGIN LIBTOOL TAG CONFIG: disable-static
curtain-0.3/ltmain.sh:9653:build_old_libs=`case $build_libtool_libs in yes) echo no;; *) echo yes;; esac`
curtain-0.3/ltmain.sh-9654-# ### END LIBTOOL TAG CONFIG: disable-static
##############################################
curtain-0.3/missing-129-       # Could not run --version or --help.  This is probably someone
curtain-0.3/missing:130:       # running `$TOOL --version' or `$TOOL --help' to check whether
curtain-0.3/missing-131-       # $TOOL exists and not knowing $TOOL uses missing.
##############################################
curtain-0.3/missing-163-         from any GNU archive site."
curtain-0.3/missing:164:    files=`sed -n 's/^[ ]*A[CM]_CONFIG_HEADER(\([^)]*\)).*/\1/p' ${configure_ac}`
curtain-0.3/missing-165-    test -z "$files" && files="config.h"
##############################################
curtain-0.3/missing-192-         proper tools for further handling them.
curtain-0.3/missing:193:         You can get \`$1' as part of \`Autoconf' from any GNU
curtain-0.3/missing-194-         archive site."
curtain-0.3/missing-195-
curtain-0.3/missing:196:    file=`echo "$*" | sed -n "$sed_output"`
curtain-0.3/missing:197:    test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"`
curtain-0.3/missing-198-    if test -f "$file"; then
##############################################
curtain-0.3/missing-221-	*.y)
curtain-0.3/missing:222:	    SRCFILE=`echo "$LASTARG" | sed 's/y$/c/'`
curtain-0.3/missing-223-	    if test -f "$SRCFILE"; then
##############################################
curtain-0.3/missing-225-	    fi
curtain-0.3/missing:226:	    SRCFILE=`echo "$LASTARG" | sed 's/y$/h/'`
curtain-0.3/missing-227-	    if test -f "$SRCFILE"; then
##############################################
curtain-0.3/missing-251-	*.l)
curtain-0.3/missing:252:	    SRCFILE=`echo "$LASTARG" | sed 's/l$/c/'`
curtain-0.3/missing-253-	    if test -f "$SRCFILE"; then
##############################################
curtain-0.3/missing-270-
curtain-0.3/missing:271:    file=`echo "$*" | sed -n "$sed_output"`
curtain-0.3/missing:272:    test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"`
curtain-0.3/missing-273-    if test -f "$file"; then
##############################################
curtain-0.3/missing-290-    # The file to touch is that specified with -o ...
curtain-0.3/missing:291:    file=`echo "$*" | sed -n "$sed_output"`
curtain-0.3/missing:292:    test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"`
curtain-0.3/missing-293-    if test -z "$file"; then
curtain-0.3/missing-294-      # ... or it is the one specified with @setfilename ...
curtain-0.3/missing:295:      infile=`echo "$*" | sed 's/.* \([^ ]*\) *$/\1/'`
curtain-0.3/missing-296-      file=`sed -n '
##############################################
curtain-0.3/missing-302-      # ... or it is derived from the source name (dir/f.texi becomes f.info)
curtain-0.3/missing:303:      test -z "$file" && file=`echo "$infile" | sed 's,.*/,,;s,.[^.]*$,,'`.info
curtain-0.3/missing-304-    fi
##############################################
curtain-0.3/autogen.sh-3-
curtain-0.3/autogen.sh:4:srcdir=`dirname $0`
curtain-0.3/autogen.sh-5-test -z "$srcdir" && srcdir=.
##############################################
curtain-0.3/autogen.sh-114-
curtain-0.3/autogen.sh:115:for coin in `find $srcdir -path $srcdir/CVS -prune -o -name configure.ac -print`
curtain-0.3/autogen.sh-116-do 
curtain-0.3/autogen.sh:117:  dr=`dirname $coin`
curtain-0.3/autogen.sh-118-  if test -f $dr/NO-AUTO-GEN; then
##############################################
curtain-0.3/config.sub-57-
curtain-0.3/config.sub:58:me=`echo "$0" | sed -e 's,.*/,,'`
curtain-0.3/config.sub-59-
##############################################
curtain-0.3/config.sub-122-# Here we must recognize all the valid KERNEL-OS combinations.
curtain-0.3/config.sub:123:maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'`
curtain-0.3/config.sub-124-case $maybe_os in
##############################################
curtain-0.3/config.sub-130-    os=-$maybe_os
curtain-0.3/config.sub:131:    basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`
curtain-0.3/config.sub-132-    ;;
##############################################
curtain-0.3/config.sub-134-    os=-linux-android
curtain-0.3/config.sub:135:    basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`-unknown
curtain-0.3/config.sub-136-    ;;
curtain-0.3/config.sub-137-  *)
curtain-0.3/config.sub:138:    basic_machine=`echo $1 | sed 's/-[^-]*$//'`
curtain-0.3/config.sub-139-    if [ $basic_machine != $1 ]
curtain-0.3/config.sub:140:    then os=`echo $1 | sed 's/.*-/-/'`
curtain-0.3/config.sub-141-    else os=; fi
##############################################
curtain-0.3/config.sub-188-		os=-sco5v6
curtain-0.3/config.sub:189:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
curtain-0.3/config.sub-190-		;;
##############################################
curtain-0.3/config.sub-192-		os=-sco3.2v5
curtain-0.3/config.sub:193:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
curtain-0.3/config.sub-194-		;;
##############################################
curtain-0.3/config.sub-196-		os=-sco3.2v4
curtain-0.3/config.sub:197:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
curtain-0.3/config.sub-198-		;;
curtain-0.3/config.sub-199-	-sco3.2.[4-9]*)
curtain-0.3/config.sub:200:		os=`echo $os | sed -e 's/sco3.2./sco3.2v/'`
curtain-0.3/config.sub:201:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
curtain-0.3/config.sub-202-		;;
##############################################
curtain-0.3/config.sub-204-		# Don't forget version if it is 3.2v4 or newer.
curtain-0.3/config.sub:205:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
curtain-0.3/config.sub-206-		;;
##############################################
curtain-0.3/config.sub-208-		# Don't forget version if it is 3.2v4 or newer.
curtain-0.3/config.sub:209:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
curtain-0.3/config.sub-210-		;;
##############################################
curtain-0.3/config.sub-212-		os=-sco3.2v2
curtain-0.3/config.sub:213:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
curtain-0.3/config.sub-214-		;;
curtain-0.3/config.sub-215-	-udk*)
curtain-0.3/config.sub:216:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
curtain-0.3/config.sub-217-		;;
##############################################
curtain-0.3/config.sub-219-		os=-isc2.2
curtain-0.3/config.sub:220:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
curtain-0.3/config.sub-221-		;;
##############################################
curtain-0.3/config.sub-225-	-isc*)
curtain-0.3/config.sub:226:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
curtain-0.3/config.sub-227-		;;
##############################################
curtain-0.3/config.sub-231-	-ptx*)
curtain-0.3/config.sub:232:		basic_machine=`echo $1 | sed -e 's/86-.*/86-sequent/'`
curtain-0.3/config.sub-233-		;;
curtain-0.3/config.sub-234-	-windowsnt*)
curtain-0.3/config.sub:235:		os=`echo $os | sed -e 's/windowsnt/winnt/'`
curtain-0.3/config.sub-236-		;;
##############################################
curtain-0.3/config.sub-357-	*-*-*)
curtain-0.3/config.sub:358:		echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
curtain-0.3/config.sub-359-		exit 1
##############################################
curtain-0.3/config.sub-475-	amd64-*)
curtain-0.3/config.sub:476:		basic_machine=x86_64-`echo $basic_machine | sed 's/^[^-]*-//'`
curtain-0.3/config.sub-477-		;;
##############################################
curtain-0.3/config.sub-517-	blackfin-*)
curtain-0.3/config.sub:518:		basic_machine=bfin-`echo $basic_machine | sed 's/^[^-]*-//'`
curtain-0.3/config.sub-519-		os=-linux
##############################################
curtain-0.3/config.sub-525-	c54x-*)
curtain-0.3/config.sub:526:		basic_machine=tic54x-`echo $basic_machine | sed 's/^[^-]*-//'`
curtain-0.3/config.sub-527-		;;
curtain-0.3/config.sub-528-	c55x-*)
curtain-0.3/config.sub:529:		basic_machine=tic55x-`echo $basic_machine | sed 's/^[^-]*-//'`
curtain-0.3/config.sub-530-		;;
curtain-0.3/config.sub-531-	c6x-*)
curtain-0.3/config.sub:532:		basic_machine=tic6x-`echo $basic_machine | sed 's/^[^-]*-//'`
curtain-0.3/config.sub-533-		;;
##############################################
curtain-0.3/config.sub-728-	i*86v32)
curtain-0.3/config.sub:729:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
curtain-0.3/config.sub-730-		os=-sysv32
##############################################
curtain-0.3/config.sub-732-	i*86v4*)
curtain-0.3/config.sub:733:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
curtain-0.3/config.sub-734-		os=-sysv4
##############################################
curtain-0.3/config.sub-736-	i*86v)
curtain-0.3/config.sub:737:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
curtain-0.3/config.sub-738-		os=-sysv
##############################################
curtain-0.3/config.sub-740-	i*86sol2)
curtain-0.3/config.sub:741:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
curtain-0.3/config.sub-742-		os=-solaris2
##############################################
curtain-0.3/config.sub-770-	m68knommu-*)
curtain-0.3/config.sub:771:		basic_machine=m68k-`echo $basic_machine | sed 's/^[^-]*-//'`
curtain-0.3/config.sub-772-		os=-linux
##############################################
curtain-0.3/config.sub-803-	mips3*-*)
curtain-0.3/config.sub:804:		basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`
curtain-0.3/config.sub-805-		;;
curtain-0.3/config.sub-806-	mips3*)
curtain-0.3/config.sub:807:		basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`-unknown
curtain-0.3/config.sub-808-		;;
##############################################
curtain-0.3/config.sub-821-	ms1-*)
curtain-0.3/config.sub:822:		basic_machine=`echo $basic_machine | sed -e 's/ms1-/mt-/'`
curtain-0.3/config.sub-823-		;;
##############################################
curtain-0.3/config.sub-940-	parisc-*)
curtain-0.3/config.sub:941:		basic_machine=hppa-`echo $basic_machine | sed 's/^[^-]*-//'`
curtain-0.3/config.sub-942-		os=-linux
##############################################
curtain-0.3/config.sub-956-	pc98-*)
curtain-0.3/config.sub:957:		basic_machine=i386-`echo $basic_machine | sed 's/^[^-]*-//'`
curtain-0.3/config.sub-958-		;;
##############################################
curtain-0.3/config.sub-971-	pentium-* | p5-* | k5-* | k6-* | nexgen-* | viac3-*)
curtain-0.3/config.sub:972:		basic_machine=i586-`echo $basic_machine | sed 's/^[^-]*-//'`
curtain-0.3/config.sub-973-		;;
curtain-0.3/config.sub-974-	pentiumpro-* | p6-* | 6x86-* | athlon-*)
curtain-0.3/config.sub:975:		basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
curtain-0.3/config.sub-976-		;;
curtain-0.3/config.sub-977-	pentiumii-* | pentium2-* | pentiumiii-* | pentium3-*)
curtain-0.3/config.sub:978:		basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
curtain-0.3/config.sub-979-		;;
curtain-0.3/config.sub-980-	pentium4-*)
curtain-0.3/config.sub:981:		basic_machine=i786-`echo $basic_machine | sed 's/^[^-]*-//'`
curtain-0.3/config.sub-982-		;;
##############################################
curtain-0.3/config.sub-990-	ppc-* | ppcbe-*)
curtain-0.3/config.sub:991:		basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'`
curtain-0.3/config.sub-992-		;;
##############################################
curtain-0.3/config.sub-996-	ppcle-* | powerpclittle-*)
curtain-0.3/config.sub:997:		basic_machine=powerpcle-`echo $basic_machine | sed 's/^[^-]*-//'`
curtain-0.3/config.sub-998-		;;
##############################################
curtain-0.3/config.sub-1000-		;;
curtain-0.3/config.sub:1001:	ppc64-*) basic_machine=powerpc64-`echo $basic_machine | sed 's/^[^-]*-//'`
curtain-0.3/config.sub-1002-		;;
##############################################
curtain-0.3/config.sub-1006-	ppc64le-* | powerpc64little-*)
curtain-0.3/config.sub:1007:		basic_machine=powerpc64le-`echo $basic_machine | sed 's/^[^-]*-//'`
curtain-0.3/config.sub-1008-		;;
##############################################
curtain-0.3/config.sub-1085-	strongarm-* | thumb-*)
curtain-0.3/config.sub:1086:		basic_machine=arm-`echo $basic_machine | sed 's/^[^-]*-//'`
curtain-0.3/config.sub-1087-		;;
##############################################
curtain-0.3/config.sub-1215-	xscale-* | xscalee[bl]-*)
curtain-0.3/config.sub:1216:		basic_machine=`echo $basic_machine | sed 's/^xscale/arm/'`
curtain-0.3/config.sub-1217-		;;
##############################################
curtain-0.3/config.sub-1292-	*)
curtain-0.3/config.sub:1293:		echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
curtain-0.3/config.sub-1294-		exit 1
##############################################
curtain-0.3/config.sub-1300-	*-digital*)
curtain-0.3/config.sub:1301:		basic_machine=`echo $basic_machine | sed 's/digital.*/dec/'`
curtain-0.3/config.sub-1302-		;;
curtain-0.3/config.sub-1303-	*-commodore*)
curtain-0.3/config.sub:1304:		basic_machine=`echo $basic_machine | sed 's/commodore.*/cbm/'`
curtain-0.3/config.sub-1305-		;;
##############################################
curtain-0.3/config.sub-1321-	-solaris1 | -solaris1.*)
curtain-0.3/config.sub:1322:		os=`echo $os | sed -e 's|solaris1|sunos4|'`
curtain-0.3/config.sub-1323-		;;
##############################################
curtain-0.3/config.sub-1333-	-gnu/linux*)
curtain-0.3/config.sub:1334:		os=`echo $os | sed -e 's|gnu/linux|linux-gnu|'`
curtain-0.3/config.sub-1335-		;;
##############################################
curtain-0.3/config.sub-1379-	-nto*)
curtain-0.3/config.sub:1380:		os=`echo $os | sed -e 's|nto|nto-qnx|'`
curtain-0.3/config.sub-1381-		;;
##############################################
curtain-0.3/config.sub-1386-	-mac*)
curtain-0.3/config.sub:1387:		os=`echo $os | sed -e 's|mac|macos|'`
curtain-0.3/config.sub-1388-		;;
##############################################
curtain-0.3/config.sub-1392-	-linux*)
curtain-0.3/config.sub:1393:		os=`echo $os | sed -e 's|linux|linux-gnu|'`
curtain-0.3/config.sub-1394-		;;
curtain-0.3/config.sub-1395-	-sunos5*)
curtain-0.3/config.sub:1396:		os=`echo $os | sed -e 's|sunos5|solaris2|'`
curtain-0.3/config.sub-1397-		;;
curtain-0.3/config.sub-1398-	-sunos6*)
curtain-0.3/config.sub:1399:		os=`echo $os | sed -e 's|sunos6|solaris3|'`
curtain-0.3/config.sub-1400-		;;
##############################################
curtain-0.3/config.sub-1447-	-sinix5.*)
curtain-0.3/config.sub:1448:		os=`echo $os | sed -e 's|sinix|sysv|'`
curtain-0.3/config.sub-1449-		;;
##############################################
curtain-0.3/config.sub-1503-		# Get rid of the `-' at the beginning of $os.
curtain-0.3/config.sub:1504:		os=`echo $os | sed 's/[^-]*-//'`
curtain-0.3/config.sub:1505:		echo Invalid configuration \`$1\': system \`$os\' not recognized 1>&2
curtain-0.3/config.sub-1506-		exit 1
##############################################
curtain-0.3/config.sub-1760-		esac
curtain-0.3/config.sub:1761:		basic_machine=`echo $basic_machine | sed "s/unknown/$vendor/"`
curtain-0.3/config.sub-1762-		;;
##############################################
curtain-0.3/aclocal.m4-224-	GLIB_PATH_PROG_WITH_TEST(MSGFMT, msgfmt,
curtain-0.3/aclocal.m4:225:	  [test -z "`$ac_dir/$ac_word -h 2>&1 | grep 'dv '`"], no)dnl
curtain-0.3/aclocal.m4-226-	if test "$MSGFMT" != "no"; then
##############################################
curtain-0.3/aclocal.m4-245-	  GLIB_PATH_PROG_WITH_TEST(XGETTEXT, xgettext,
curtain-0.3/aclocal.m4:246:	    [test -z "`$ac_dir/$ac_word -h 2>&1 | grep '(HELP)'`"], :)
curtain-0.3/aclocal.m4-247-	  AC_TRY_LINK(, [extern int _nl_msg_cat_cntr;
##############################################
curtain-0.3/aclocal.m4-397-   if test "x$srcdir" != "x."; then
curtain-0.3/aclocal.m4:398:     if test "x`echo $srcdir | sed 's@/.*@@'`" = "x"; then
curtain-0.3/aclocal.m4-399-       posrcprefix="$srcdir/"
##############################################
curtain-0.3/aclocal.m4-421-test "x$exec_prefix" = xNONE && exec_prefix=$prefix
curtain-0.3/aclocal.m4:422:datarootdir=`eval echo "${datarootdir}"`
curtain-0.3/aclocal.m4-423-if test "x$CATOBJEXT" = "x.mo" ; then
curtain-0.3/aclocal.m4:424:  localedir=`eval echo "${libdir}/locale"`
curtain-0.3/aclocal.m4-425-else
curtain-0.3/aclocal.m4:426:  localedir=`eval echo "${datadir}/locale"`
curtain-0.3/aclocal.m4-427-fi
##############################################
curtain-0.3/aclocal.m4-517-  if test x"$no_gtk" = x ; then
curtain-0.3/aclocal.m4:518:    GTK_CFLAGS=`$PKG_CONFIG $pkg_config_args --cflags`
curtain-0.3/aclocal.m4:519:    GTK_LIBS=`$PKG_CONFIG $pkg_config_args --libs`
curtain-0.3/aclocal.m4-520-    gtk_config_major_version=`$PKG_CONFIG --modversion gtk+-3.0 | \
##############################################
curtain-0.3/aclocal.m4-694-
curtain-0.3/aclocal.m4:695:INTLTOOL_REQUIRED_VERSION_AS_INT=`echo $1 | awk -F. '{ print $ 1 * 1000 + $ 2 * 100 + $ 3; }'`
curtain-0.3/aclocal.m4-696-INTLTOOL_APPLIED_VERSION=`intltool-update --version | head -1 | cut -d" " -f3`
curtain-0.3/aclocal.m4:697:INTLTOOL_APPLIED_VERSION_AS_INT=`echo $INTLTOOL_APPLIED_VERSION | awk -F. '{ print $ 1 * 1000 + $ 2 * 100 + $ 3; }'`
curtain-0.3/aclocal.m4-698-if test -n "$1"; then
##############################################
curtain-0.3/aclocal.m4-782-fi
curtain-0.3/aclocal.m4:783:xgversion="`$XGETTEXT --version|grep '(GNU ' 2> /dev/null`"
curtain-0.3/aclocal.m4:784:mmversion="`$MSGMERGE --version|grep '(GNU ' 2> /dev/null`"
curtain-0.3/aclocal.m4:785:mfversion="`$MSGFMT --version|grep '(GNU ' 2> /dev/null`"
curtain-0.3/aclocal.m4-786-if test -z "$xgversion" -o -z "$mmversion" -o -z "$mfversion"; then
##############################################
curtain-0.3/aclocal.m4-798-else
curtain-0.3/aclocal.m4:799:   IT_PERL_VERSION=`$INTLTOOL_PERL -e "printf '%vd', $^V"`
curtain-0.3/aclocal.m4-800-   AC_MSG_RESULT([$IT_PERL_VERSION])
##############################################
curtain-0.3/aclocal.m4-803-   AC_MSG_CHECKING([for XML::Parser])
curtain-0.3/aclocal.m4:804:   if `$INTLTOOL_PERL -e "require XML::Parser" 2>/dev/null`; then
curtain-0.3/aclocal.m4-805-       AC_MSG_RESULT([ok])
##############################################
curtain-0.3/aclocal.m4-1019-done
curtain-0.3/aclocal.m4:1020:cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
curtain-0.3/aclocal.m4-1021-])
##############################################
curtain-0.3/aclocal.m4-1315-m4_define([_LT_CONFIG_STATUS_DECLARE],
curtain-0.3/aclocal.m4:1316:[$1='`$ECHO "$][$1" | $SED "$delay_single_quote_subst"`'])
curtain-0.3/aclocal.m4-1317-
##############################################
curtain-0.3/aclocal.m4-1325-#
curtain-0.3/aclocal.m4:1326:#    <var>='`$ECHO "$<var>" | $SED "$delay_single_quote_subst"`'
curtain-0.3/aclocal.m4-1327-m4_defun([_LT_CONFIG_STATUS_DECLARATIONS],
##############################################
curtain-0.3/aclocal.m4-1435-]], lt_decl_quote_varnames); do
curtain-0.3/aclocal.m4:1436:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
curtain-0.3/aclocal.m4-1437-    *[[\\\\\\\`\\"\\\$]]*)
curtain-0.3/aclocal.m4:1438:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
curtain-0.3/aclocal.m4-1439-      ;;
##############################################
curtain-0.3/aclocal.m4-1448-]], lt_decl_dquote_varnames); do
curtain-0.3/aclocal.m4:1449:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
curtain-0.3/aclocal.m4-1450-    *[[\\\\\\\`\\"\\\$]]*)
curtain-0.3/aclocal.m4:1451:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
curtain-0.3/aclocal.m4-1452-      ;;
##############################################
curtain-0.3/aclocal.m4-1608-
curtain-0.3/aclocal.m4:1609:# `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
curtain-0.3/aclocal.m4-1610-# Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
##############################################
curtain-0.3/aclocal.m4-1976-  if test "$lt_cv_ld_force_load" = "yes"; then
curtain-0.3/aclocal.m4:1977:    _LT_TAGVAR(whole_archive_flag_spec, $1)='`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience ${wl}-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`'
curtain-0.3/aclocal.m4-1978-    m4_case([$1], [F77], [_LT_TAGVAR(compiler_needs_object, $1)=yes],
##############################################
curtain-0.3/aclocal.m4-2029-      }]'
curtain-0.3/aclocal.m4:2030:  _LT_TAGVAR([lt_cv_aix_libpath_], [$1])=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
curtain-0.3/aclocal.m4-2031-  # Check for a 64-bit object if we didn't find anything.
curtain-0.3/aclocal.m4-2032-  if test -z "$_LT_TAGVAR([lt_cv_aix_libpath_], [$1])"; then
curtain-0.3/aclocal.m4:2033:    _LT_TAGVAR([lt_cv_aix_libpath_], [$1])=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
curtain-0.3/aclocal.m4-2034-  fi],[])
##############################################
curtain-0.3/aclocal.m4-2065-if test "X`( print -r -- -n ) 2>/dev/null`" = X-n && \
curtain-0.3/aclocal.m4:2066:   test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
curtain-0.3/aclocal.m4-2067-  ECHO='print -r --'
curtain-0.3/aclocal.m4:2068:elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
curtain-0.3/aclocal.m4-2069-  ECHO='printf %s\n'
##############################################
curtain-0.3/aclocal.m4-2100-    PATH=/empty FPATH=/empty; export PATH FPATH
curtain-0.3/aclocal.m4:2101:    test "X`printf %s $ECHO`" = "X$ECHO" \
curtain-0.3/aclocal.m4:2102:      || test "X`print -r -- $ECHO`" = "X$ECHO" )])])
curtain-0.3/aclocal.m4-2103-
##############################################
curtain-0.3/aclocal.m4-2123-   if test "$GCC" = yes; then
curtain-0.3/aclocal.m4:2124:     lt_sysroot=`$CC --print-sysroot 2>/dev/null`
curtain-0.3/aclocal.m4-2125-   fi
##############################################
curtain-0.3/aclocal.m4-2127- /*)
curtain-0.3/aclocal.m4:2128:   lt_sysroot=`echo "$with_sysroot" | sed -e "$sed_quote_subst"`
curtain-0.3/aclocal.m4-2129-   ;; #(
##############################################
curtain-0.3/aclocal.m4-2156-  if AC_TRY_EVAL(ac_compile); then
curtain-0.3/aclocal.m4:2157:    case `/usr/bin/file conftest.$ac_objext` in
curtain-0.3/aclocal.m4-2158-      *ELF-32*)
##############################################
curtain-0.3/aclocal.m4-2172-    if test "$lt_cv_prog_gnu_ld" = yes; then
curtain-0.3/aclocal.m4:2173:      case `/usr/bin/file conftest.$ac_objext` in
curtain-0.3/aclocal.m4-2174-	*32-bit*)
##############################################
curtain-0.3/aclocal.m4-2184-    else
curtain-0.3/aclocal.m4:2185:      case `/usr/bin/file conftest.$ac_objext` in
curtain-0.3/aclocal.m4-2186-	*32-bit*)
##############################################
curtain-0.3/aclocal.m4-2536-    # And add a safety zone
curtain-0.3/aclocal.m4:2537:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
curtain-0.3/aclocal.m4:2538:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
curtain-0.3/aclocal.m4-2539-    ;;
##############################################
curtain-0.3/aclocal.m4-2569-    if test -n "$kargmax"; then
curtain-0.3/aclocal.m4:2570:      lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[[	 ]]//'`
curtain-0.3/aclocal.m4-2571-    else
##############################################
curtain-0.3/aclocal.m4-2577-    if test -n "$lt_cv_sys_max_cmd_len"; then
curtain-0.3/aclocal.m4:2578:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
curtain-0.3/aclocal.m4:2579:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
curtain-0.3/aclocal.m4-2580-    else
##############################################
curtain-0.3/aclocal.m4-2589-      # we can't tell.
curtain-0.3/aclocal.m4:2590:      while { test "X"`env echo "$teststring$teststring" 2>/dev/null` \
curtain-0.3/aclocal.m4-2591-	         = "X$teststring$teststring"; } >/dev/null 2>&1 &&
##############################################
curtain-0.3/aclocal.m4-2593-      do
curtain-0.3/aclocal.m4:2594:        i=`expr $i + 1`
curtain-0.3/aclocal.m4-2595-        teststring=$teststring$teststring
##############################################
curtain-0.3/aclocal.m4-2597-      # Only check the string length outside the loop.
curtain-0.3/aclocal.m4:2598:      lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
curtain-0.3/aclocal.m4-2599-      teststring=
##############################################
curtain-0.3/aclocal.m4-2602-      # linker.  It appears as though 1/2 is a usable value.
curtain-0.3/aclocal.m4:2603:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
curtain-0.3/aclocal.m4-2604-    fi
##############################################
curtain-0.3/aclocal.m4-2927-  if test "$hard_links" = no; then
curtain-0.3/aclocal.m4:2928:    AC_MSG_WARN([`$CC' does not support `-c -o', so `make -j' may be unsafe])
curtain-0.3/aclocal.m4-2929-    need_locks=warn
##############################################
curtain-0.3/aclocal.m4-3058-  esac
curtain-0.3/aclocal.m4:3059:  lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
curtain-0.3/aclocal.m4-3060-  case $lt_search_path_spec in
##############################################
curtain-0.3/aclocal.m4-3065-    # okay in the real world where ";" in dirpaths is itself problematic.
curtain-0.3/aclocal.m4:3066:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
curtain-0.3/aclocal.m4-3067-    ;;
curtain-0.3/aclocal.m4-3068-  *)
curtain-0.3/aclocal.m4:3069:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
curtain-0.3/aclocal.m4-3070-    ;;
##############################################
curtain-0.3/aclocal.m4-3074-  lt_tmp_lt_search_path_spec=
curtain-0.3/aclocal.m4:3075:  lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
curtain-0.3/aclocal.m4-3076-  for lt_sys_path in $lt_search_path_spec; do
##############################################
curtain-0.3/aclocal.m4-3109-  esac
curtain-0.3/aclocal.m4:3110:  sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
curtain-0.3/aclocal.m4-3111-else
##############################################
curtain-0.3/aclocal.m4-3197-    # Create ${libname}_ixlibrary.a entries in /sys/libs.
curtain-0.3/aclocal.m4:3198:    finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`func_echo_all "$lib" | $SED '\''s%^.*/\([[^/]]*\)\.ixlibrary$%\1%'\''`; test $RM /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done'
curtain-0.3/aclocal.m4-3199-    ;;
##############################################
curtain-0.3/aclocal.m4-3233-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
curtain-0.3/aclocal.m4:3234:    postinstall_cmds='base_file=`basename \${file}`~
curtain-0.3/aclocal.m4:3235:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
curtain-0.3/aclocal.m4:3236:      dldir=$destdir/`dirname \$dlpath`~
curtain-0.3/aclocal.m4-3237-      test -d \$dldir || mkdir -p \$dldir~
##############################################
curtain-0.3/aclocal.m4-3242-      fi'
curtain-0.3/aclocal.m4:3243:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
curtain-0.3/aclocal.m4-3244-      dlpath=$dir/\$dldll~
##############################################
curtain-0.3/aclocal.m4-3250-      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
curtain-0.3/aclocal.m4:3251:      soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
curtain-0.3/aclocal.m4-3252-m4_if([$1], [],[
##############################################
curtain-0.3/aclocal.m4-3256-      # MinGW DLLs use traditional 'lib' prefix
curtain-0.3/aclocal.m4:3257:      soname_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
curtain-0.3/aclocal.m4-3258-      ;;
##############################################
curtain-0.3/aclocal.m4-3260-      # pw32 DLLs use 'pw' prefix rather than 'lib'
curtain-0.3/aclocal.m4:3261:      library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
curtain-0.3/aclocal.m4-3262-      ;;
##############################################
curtain-0.3/aclocal.m4-3269-    libname_spec='$name'
curtain-0.3/aclocal.m4:3270:    soname_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
curtain-0.3/aclocal.m4-3271-    library_names_spec='${libname}.dll.lib'
##############################################
curtain-0.3/aclocal.m4-3281-        # Let DOS variable expansion print the short 8.3 style file name.
curtain-0.3/aclocal.m4:3282:        lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"`
curtain-0.3/aclocal.m4-3283-        sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path"
##############################################
curtain-0.3/aclocal.m4-3286-      # Convert to MSYS style.
curtain-0.3/aclocal.m4:3287:      sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | sed -e 's|\\\\|/|g' -e 's| \\([[a-zA-Z]]\\):| /\\1|g' -e 's|^ ||'`
curtain-0.3/aclocal.m4-3288-      ;;
##############################################
curtain-0.3/aclocal.m4-3292-      # like /cygdrive/c/PROGRA~1:/cygdr...
curtain-0.3/aclocal.m4:3293:      sys_lib_search_path_spec=`cygpath --path --unix "$LIB"`
curtain-0.3/aclocal.m4:3294:      sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null`
curtain-0.3/aclocal.m4:3295:      sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
curtain-0.3/aclocal.m4-3296-      ;;
##############################################
curtain-0.3/aclocal.m4-3300-        # It is most probably a Windows format PATH.
curtain-0.3/aclocal.m4:3301:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
curtain-0.3/aclocal.m4-3302-      else
curtain-0.3/aclocal.m4:3303:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
curtain-0.3/aclocal.m4-3304-      fi
##############################################
curtain-0.3/aclocal.m4-3310-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
curtain-0.3/aclocal.m4:3311:    postinstall_cmds='base_file=`basename \${file}`~
curtain-0.3/aclocal.m4:3312:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
curtain-0.3/aclocal.m4:3313:      dldir=$destdir/`dirname \$dlpath`~
curtain-0.3/aclocal.m4-3314-      test -d \$dldir || mkdir -p \$dldir~
curtain-0.3/aclocal.m4-3315-      $install_prog $dir/$dlname \$dldir/$dlname'
curtain-0.3/aclocal.m4:3316:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
curtain-0.3/aclocal.m4-3317-      dlpath=$dir/\$dldll~
##############################################
curtain-0.3/aclocal.m4-3324-    # Assume MSVC wrapper
curtain-0.3/aclocal.m4:3325:    library_names_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext} $libname.lib'
curtain-0.3/aclocal.m4-3326-    dynamic_linker='Win32 ld.exe'
##############################################
curtain-0.3/aclocal.m4-3341-  shlibpath_var=DYLD_LIBRARY_PATH
curtain-0.3/aclocal.m4:3342:  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
curtain-0.3/aclocal.m4-3343-m4_if([$1], [],[
##############################################
curtain-0.3/aclocal.m4-3559-  if test -f /etc/ld.so.conf; then
curtain-0.3/aclocal.m4:3560:    lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \[$]2)); skip = 1; } { if (!skip) print \[$]0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[	 ]*hwcap[	 ]/d;s/[:,	]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;s/"//g;/^$/d' | tr '\n' ' '`
curtain-0.3/aclocal.m4-3561-    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
##############################################
curtain-0.3/aclocal.m4-3633-  shlibpath_var=LD_LIBRARY_PATH
curtain-0.3/aclocal.m4:3634:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
curtain-0.3/aclocal.m4-3635-    case $host_os in
##############################################
curtain-0.3/aclocal.m4-3850-	"file_magic "*)
curtain-0.3/aclocal.m4:3851:	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
curtain-0.3/aclocal.m4-3852-	  MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
##############################################
curtain-0.3/aclocal.m4-3933-    # gcc leaves a trailing carriage return which upsets mingw
curtain-0.3/aclocal.m4:3934:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
curtain-0.3/aclocal.m4-3935-  *)
curtain-0.3/aclocal.m4:3936:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
curtain-0.3/aclocal.m4-3937-  esac
##############################################
curtain-0.3/aclocal.m4-3942-      # Canonicalize the pathname of ld
curtain-0.3/aclocal.m4:3943:      ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
curtain-0.3/aclocal.m4-3944-      while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
curtain-0.3/aclocal.m4:3945:	ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
curtain-0.3/aclocal.m4-3946-      done
##############################################
curtain-0.3/aclocal.m4-3973-      # Break only if it was the GNU/non-GNU ld that we prefer.
curtain-0.3/aclocal.m4:3974:      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
curtain-0.3/aclocal.m4-3975-      *GNU* | *'with BFD'*)
##############################################
curtain-0.3/aclocal.m4-4013-[# I'd rather use --version here, but apparently some GNU lds only accept -v.
curtain-0.3/aclocal.m4:4014:case `$LD -v 2>&1 </dev/null` in
curtain-0.3/aclocal.m4-4015-*GNU* | *'with BFD'*)
##############################################
curtain-0.3/aclocal.m4-4208-openbsd*)
curtain-0.3/aclocal.m4:4209:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
curtain-0.3/aclocal.m4-4210-    lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|\.so|_pic\.a)$'
##############################################
curtain-0.3/aclocal.m4-4272-    else
curtain-0.3/aclocal.m4:4273:      file_magic_glob=`echo aAbBcCdDeEfFgGhHiIjJkKlLmMnNoOpPqQrRsStTuUvVwWxXyYzZ | $SED -e "s/\(..\)/s\/[[\1]]\/[[\1]]\/g;/g"`
curtain-0.3/aclocal.m4-4274-    fi
##############################################
curtain-0.3/aclocal.m4-4318-	# Tru64's nm complains that /dev/null is an invalid object file
curtain-0.3/aclocal.m4:4319:	case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
curtain-0.3/aclocal.m4-4320-	*/dev/null* | *'Invalid file or object type'*)
##############################################
curtain-0.3/aclocal.m4-4324-	*)
curtain-0.3/aclocal.m4:4325:	  case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
curtain-0.3/aclocal.m4-4326-	  */dev/null*)
##############################################
curtain-0.3/aclocal.m4-4350-    AC_CHECK_TOOLS(DUMPBIN, [dumpbin "link -dump"], :)
curtain-0.3/aclocal.m4:4351:    case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
curtain-0.3/aclocal.m4-4352-    *COFF*)
##############################################
curtain-0.3/aclocal.m4-4409-  # decide which to use based on capabilities of $DLLTOOL
curtain-0.3/aclocal.m4:4410:  case `$DLLTOOL --help 2>&1` in
curtain-0.3/aclocal.m4-4411-  *--identify-strict*)
##############################################
curtain-0.3/aclocal.m4-4568-# If we're using GNU nm, then use its standard symbol codes.
curtain-0.3/aclocal.m4:4569:case `$NM -V 2>&1` in
curtain-0.3/aclocal.m4-4570-*GNU* | *'with BFD'*)
##############################################
curtain-0.3/aclocal.m4-4586-mingw*)
curtain-0.3/aclocal.m4:4587:  opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
curtain-0.3/aclocal.m4-4588-  ;;
##############################################
curtain-0.3/aclocal.m4-4639-    nlist=conftest.nm
curtain-0.3/aclocal.m4:4640:    if AC_TRY_EVAL(NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) && test -s "$nlist"; then
curtain-0.3/aclocal.m4-4641-      # Try sorting and uniquifying the output.
##############################################
curtain-0.3/aclocal.m4-4977-	  *)
curtain-0.3/aclocal.m4:4978:	    case `$CC -V 2>&1 | sed 5q` in
curtain-0.3/aclocal.m4-4979-	    *Sun\ C*)
##############################################
curtain-0.3/aclocal.m4-5282-      *)
curtain-0.3/aclocal.m4:5283:	case `$CC -V 2>&1 | sed 5q` in
curtain-0.3/aclocal.m4-5284-	*Sun\ Ceres\ Fortran* | *Sun*Fortran*\ [[1-7]].* | *Sun*Fortran*\ 8.[[0-3]]*)
##############################################
curtain-0.3/aclocal.m4-5560-	# shared libraries, regardless of the interface used.
curtain-0.3/aclocal.m4:5561:	case `$LD -v 2>&1` in
curtain-0.3/aclocal.m4-5562-	  *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
##############################################
curtain-0.3/aclocal.m4-5592-    supports_anon_versioning=no
curtain-0.3/aclocal.m4:5593:    case `$LD -v 2>&1` in
curtain-0.3/aclocal.m4-5594-      *GNU\ gold*) supports_anon_versioning=yes ;;
##############################################
curtain-0.3/aclocal.m4-5661-	# is EXPORTS), use it as is; otherwise, prepend...
curtain-0.3/aclocal.m4:5662:	_LT_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
curtain-0.3/aclocal.m4-5663-	  cp $export_symbols $output_objdir/$soname.def;
##############################################
curtain-0.3/aclocal.m4-5689-      # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
curtain-0.3/aclocal.m4:5690:      _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
curtain-0.3/aclocal.m4:5691:      _LT_TAGVAR(archive_expsym_cmds, $1)='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
curtain-0.3/aclocal.m4-5692-      ;;
##############################################
curtain-0.3/aclocal.m4-5707-        pgcc*)				# Portland Group C compiler
curtain-0.3/aclocal.m4:5708:	  _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
curtain-0.3/aclocal.m4-5709-	  tmp_addflag=' $pic_flag'
##############################################
curtain-0.3/aclocal.m4-5712-					# Portland Group f77 and f90 compilers
curtain-0.3/aclocal.m4:5713:	  _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
curtain-0.3/aclocal.m4-5714-	  tmp_addflag=' $pic_flag -Mnomain' ;;
##############################################
curtain-0.3/aclocal.m4-5727-	nvcc*)	# Cuda Compiler Driver 2.2
curtain-0.3/aclocal.m4:5728:	  _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
curtain-0.3/aclocal.m4-5729-	  _LT_TAGVAR(compiler_needs_object, $1)=yes
##############################################
curtain-0.3/aclocal.m4-5731-	esac
curtain-0.3/aclocal.m4:5732:	case `$CC -V 2>&1 | sed 5q` in
curtain-0.3/aclocal.m4-5733-	*Sun\ C*)			# Sun C 5.9
curtain-0.3/aclocal.m4:5734:	  _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
curtain-0.3/aclocal.m4-5735-	  _LT_TAGVAR(compiler_needs_object, $1)=yes
##############################################
curtain-0.3/aclocal.m4-5799-    sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
curtain-0.3/aclocal.m4:5800:      case `$LD -v 2>&1` in
curtain-0.3/aclocal.m4-5801-        *\ [[01]].* | *\ 2.[[0-9]].* | *\ 2.1[[0-5]].*)
##############################################
curtain-0.3/aclocal.m4-5922-	# below for broken collect2 doesn't work under 4.3+
curtain-0.3/aclocal.m4:5923:	  collect2name=`${CC} -print-prog-name=collect2`
curtain-0.3/aclocal.m4-5924-	  if test -f "$collect2name" &&
##############################################
curtain-0.3/aclocal.m4-5972-        _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath"
curtain-0.3/aclocal.m4:5973:        _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then func_echo_all "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
curtain-0.3/aclocal.m4-5974-      else
##############################################
curtain-0.3/aclocal.m4-6038-	_LT_TAGVAR(archive_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-dll~linknames='
curtain-0.3/aclocal.m4:6039:	_LT_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
curtain-0.3/aclocal.m4-6040-	    sed -n -e 's/\\\\\\\(.*\\\\\\\)/-link\\\ -EXPORT:\\\\\\\1/' -e '1\\\!p' < $export_symbols > $output_objdir/$soname.exp;
##############################################
curtain-0.3/aclocal.m4-6075-	# FIXME: Setting linknames here is a bad hack.
curtain-0.3/aclocal.m4:6076:	_LT_TAGVAR(archive_cmds, $1)='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
curtain-0.3/aclocal.m4-6077-	# The linker will automatically build a .lib file if we build a DLL.
##############################################
curtain-0.3/aclocal.m4-6213-      if test "$GCC" = yes; then
curtain-0.3/aclocal.m4:6214:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
curtain-0.3/aclocal.m4-6215-	# Try to use the -exported_symbol ld option, if it does not
##############################################
curtain-0.3/aclocal.m4-6236-	if test "$lt_cv_irix_exported_symbol" = yes; then
curtain-0.3/aclocal.m4:6237:          _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations ${wl}-exports_file ${wl}$export_symbols -o $lib'
curtain-0.3/aclocal.m4-6238-	fi
curtain-0.3/aclocal.m4-6239-      else
curtain-0.3/aclocal.m4:6240:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
curtain-0.3/aclocal.m4:6241:	_LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -exports_file $export_symbols -o $lib'
curtain-0.3/aclocal.m4-6242-      fi
##############################################
curtain-0.3/aclocal.m4-6276-	_LT_TAGVAR(hardcode_direct_absolute, $1)=yes
curtain-0.3/aclocal.m4:6277:	if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
curtain-0.3/aclocal.m4-6278-	  _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
##############################################
curtain-0.3/aclocal.m4-6309-	_LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
curtain-0.3/aclocal.m4:6310:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
curtain-0.3/aclocal.m4-6311-      else
curtain-0.3/aclocal.m4-6312-	_LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
curtain-0.3/aclocal.m4:6313:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
curtain-0.3/aclocal.m4-6314-      fi
##############################################
curtain-0.3/aclocal.m4-6322-	_LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
curtain-0.3/aclocal.m4:6323:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $pic_flag $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
curtain-0.3/aclocal.m4-6324-	_LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
##############################################
curtain-0.3/aclocal.m4-6326-	_LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
curtain-0.3/aclocal.m4:6327:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
curtain-0.3/aclocal.m4:6328:	_LT_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; printf "%s\\n" "-hidden">> $lib.exp~
curtain-0.3/aclocal.m4:6329:	$CC -shared${allow_undefined_flag} ${wl}-input ${wl}$lib.exp $compiler_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib~$RM $lib.exp'
curtain-0.3/aclocal.m4-6330-
##############################################
curtain-0.3/aclocal.m4-6345-      else
curtain-0.3/aclocal.m4:6346:	case `$CC -V 2>&1` in
curtain-0.3/aclocal.m4-6347-	*"Compilers 5.0"*)
##############################################
curtain-0.3/aclocal.m4-6538-	  _LT_TAGVAR(allow_undefined_flag, $1)=
curtain-0.3/aclocal.m4:6539:	  if AC_TRY_EVAL(_LT_TAGVAR(archive_cmds, $1) 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1)
curtain-0.3/aclocal.m4-6540-	  then
##############################################
curtain-0.3/aclocal.m4-6834-        # ancient GNU ld didn't support --whole-archive et. al.
curtain-0.3/aclocal.m4:6835:        if eval "`$CC -print-prog-name=ld` --help 2>&1" |
curtain-0.3/aclocal.m4-6836-	  $GREP 'no-whole-archive' > /dev/null; then
##############################################
curtain-0.3/aclocal.m4-6917-          # below for broken collect2 doesn't work under 4.3+
curtain-0.3/aclocal.m4:6918:	  collect2name=`${CC} -print-prog-name=collect2`
curtain-0.3/aclocal.m4-6919-	  if test -f "$collect2name" &&
##############################################
curtain-0.3/aclocal.m4-6967-
curtain-0.3/aclocal.m4:6968:          _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then func_echo_all "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
curtain-0.3/aclocal.m4-6969-        else
##############################################
curtain-0.3/aclocal.m4-7033-	  _LT_TAGVAR(archive_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-dll~linknames='
curtain-0.3/aclocal.m4:7034:	  _LT_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
curtain-0.3/aclocal.m4-7035-	      $SED -n -e 's/\\\\\\\(.*\\\\\\\)/-link\\\ -EXPORT:\\\\\\\1/' -e '1\\\!p' < $export_symbols > $output_objdir/$soname.exp;
##############################################
curtain-0.3/aclocal.m4-7074-	    # is EXPORTS), use it as is; otherwise, prepend...
curtain-0.3/aclocal.m4:7075:	    _LT_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
curtain-0.3/aclocal.m4-7076-	      cp $export_symbols $output_objdir/$soname.def;
##############################################
curtain-0.3/aclocal.m4-7157-            # dependencies.
curtain-0.3/aclocal.m4:7158:            output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $EGREP "\-L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
curtain-0.3/aclocal.m4-7159-            ;;
##############################################
curtain-0.3/aclocal.m4-7222-	    # dependencies.
curtain-0.3/aclocal.m4:7223:	    output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $GREP "\-L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
curtain-0.3/aclocal.m4-7224-	    ;;
##############################################
curtain-0.3/aclocal.m4-7258-	# time.  Moving up from 0x10000000 also allows more sbrk(2) space.
curtain-0.3/aclocal.m4:7259:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
curtain-0.3/aclocal.m4:7260:	_LT_TAGVAR(archive_expsym_cmds, $1)='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
curtain-0.3/aclocal.m4-7261-	;;
##############################################
curtain-0.3/aclocal.m4-7265-	    # SGI C++
curtain-0.3/aclocal.m4:7266:	    _LT_TAGVAR(archive_cmds, $1)='$CC -shared -all -multigot $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
curtain-0.3/aclocal.m4-7267-
##############################################
curtain-0.3/aclocal.m4-7276-	      if test "$with_gnu_ld" = no; then
curtain-0.3/aclocal.m4:7277:	        _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
curtain-0.3/aclocal.m4-7278-	      else
curtain-0.3/aclocal.m4:7279:	        _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` -o $lib'
curtain-0.3/aclocal.m4-7280-	      fi
##############################################
curtain-0.3/aclocal.m4-7297-	    # to its proper name (with version) after linking.
curtain-0.3/aclocal.m4:7298:	    _LT_TAGVAR(archive_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
curtain-0.3/aclocal.m4:7299:	    _LT_TAGVAR(archive_expsym_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib ${wl}-retain-symbols-file,$export_symbols; mv \$templib $lib'
curtain-0.3/aclocal.m4-7300-	    # Commands to make compiler produce verbose output that lists
##############################################
curtain-0.3/aclocal.m4-7307-	    # dependencies.
curtain-0.3/aclocal.m4:7308:	    output_verbose_link_cmd='templist=`$CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1 | $GREP "ld"`; rm -f libconftest$shared_ext; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
curtain-0.3/aclocal.m4-7309-
##############################################
curtain-0.3/aclocal.m4-7322-	    # earlier do not add the objects themselves.
curtain-0.3/aclocal.m4:7323:	    case `$CC -V 2>&1` in
curtain-0.3/aclocal.m4-7324-	      *"Version 7."*)
##############################################
curtain-0.3/aclocal.m4-7343-            # Portland Group C++ compiler
curtain-0.3/aclocal.m4:7344:	    case `$CC -V` in
curtain-0.3/aclocal.m4-7345-	    *pgCC\ [[1-5]].* | *pgcpp\ [[1-5]].*)
##############################################
curtain-0.3/aclocal.m4-7348-		$CC --prelink_objects --instantiation_dir $tpldir $objs $libobjs $compile_deplibs~
curtain-0.3/aclocal.m4:7349:		compile_command="$compile_command `find $tpldir -name \*.o | sort | $NL2SP`"'
curtain-0.3/aclocal.m4-7350-	      _LT_TAGVAR(old_archive_cmds, $1)='tpldir=Template.dir~
##############################################
curtain-0.3/aclocal.m4-7352-		$CC --prelink_objects --instantiation_dir $tpldir $oldobjs$old_deplibs~
curtain-0.3/aclocal.m4:7353:		$AR $AR_FLAGS $oldlib$oldobjs$old_deplibs `find $tpldir -name \*.o | sort | $NL2SP`~
curtain-0.3/aclocal.m4-7354-		$RANLIB $oldlib'
##############################################
curtain-0.3/aclocal.m4-7357-		$CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
curtain-0.3/aclocal.m4:7358:		$CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname -o $lib'
curtain-0.3/aclocal.m4-7359-	      _LT_TAGVAR(archive_expsym_cmds, $1)='tpldir=Template.dir~
##############################################
curtain-0.3/aclocal.m4-7361-		$CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
curtain-0.3/aclocal.m4:7362:		$CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname ${wl}-retain-symbols-file ${wl}$export_symbols -o $lib'
curtain-0.3/aclocal.m4-7363-	      ;;
##############################################
curtain-0.3/aclocal.m4-7371-	    _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
curtain-0.3/aclocal.m4:7372:	    _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
curtain-0.3/aclocal.m4-7373-            ;;
##############################################
curtain-0.3/aclocal.m4-7390-	    # dependencies.
curtain-0.3/aclocal.m4:7391:	    output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld"`; templist=`func_echo_all "$templist" | $SED "s/\(^.*ld.*\)\( .*ld .*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "X$list" | $Xsed'
curtain-0.3/aclocal.m4-7392-	    ;;
##############################################
curtain-0.3/aclocal.m4-7405-	  *)
curtain-0.3/aclocal.m4:7406:	    case `$CC -V 2>&1 | sed 5q` in
curtain-0.3/aclocal.m4-7407-	    *Sun\ C*)
##############################################
curtain-0.3/aclocal.m4-7412-	      _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
curtain-0.3/aclocal.m4:7413:	      _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
curtain-0.3/aclocal.m4-7414-	      _LT_TAGVAR(compiler_needs_object, $1)=yes
##############################################
curtain-0.3/aclocal.m4-7482-	  _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
curtain-0.3/aclocal.m4:7483:	  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
curtain-0.3/aclocal.m4-7484-	    _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-retain-symbols-file,$export_symbols -o $lib'
##############################################
curtain-0.3/aclocal.m4-7501-	    # to its proper name (with version) after linking.
curtain-0.3/aclocal.m4:7502:	    _LT_TAGVAR(archive_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo "$lib" | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
curtain-0.3/aclocal.m4-7503-
##############################################
curtain-0.3/aclocal.m4-7522-	        _LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
curtain-0.3/aclocal.m4:7523:	        _LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $soname `test -n "$verstring" && func_echo_all "${wl}-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
curtain-0.3/aclocal.m4-7524-	        _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
##############################################
curtain-0.3/aclocal.m4-7527-	        _LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
curtain-0.3/aclocal.m4:7528:	        _LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
curtain-0.3/aclocal.m4:7529:	        _LT_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~
curtain-0.3/aclocal.m4-7530-	          echo "-hidden">> $lib.exp~
curtain-0.3/aclocal.m4:7531:	          $CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname ${wl}-input ${wl}$lib.exp  `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib~
curtain-0.3/aclocal.m4-7532-	          $RM $lib.exp'
##############################################
curtain-0.3/aclocal.m4-7546-	    # dependencies.
curtain-0.3/aclocal.m4:7547:	    output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld" | $GREP -v "ld:"`; templist=`func_echo_all "$templist" | $SED "s/\(^.*ld.*\)\( .*ld.*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
curtain-0.3/aclocal.m4-7548-	    ;;
##############################################
curtain-0.3/aclocal.m4-7553-	        osf3*)
curtain-0.3/aclocal.m4:7554:	          _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
curtain-0.3/aclocal.m4-7555-		  ;;
curtain-0.3/aclocal.m4-7556-	        *)
curtain-0.3/aclocal.m4:7557:	          _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
curtain-0.3/aclocal.m4-7558-		  ;;
##############################################
curtain-0.3/aclocal.m4-7806-  case ${2} in
curtain-0.3/aclocal.m4:7807:  .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
curtain-0.3/aclocal.m4:7808:  *)  func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
curtain-0.3/aclocal.m4-7809-  esac
##############################################
curtain-0.3/aclocal.m4-7894-
curtain-0.3/aclocal.m4:7895:  for p in `eval "$output_verbose_link_cmd"`; do
curtain-0.3/aclocal.m4-7896-    case ${prev}${p} in
##############################################
curtain-0.3/aclocal.m4-7992-linux*)
curtain-0.3/aclocal.m4:7993:  case `$CC -V 2>&1 | sed 5q` in
curtain-0.3/aclocal.m4-7994-  *Sun\ C*)
##############################################
curtain-0.3/aclocal.m4-8043-if test -n "${_LT_TAGVAR(compiler_lib_search_path, $1)}"; then
curtain-0.3/aclocal.m4:8044: _LT_TAGVAR(compiler_lib_search_dirs, $1)=`echo " ${_LT_TAGVAR(compiler_lib_search_path, $1)}" | ${SED} -e 's! -L! !g' -e 's!^ !!'`
curtain-0.3/aclocal.m4-8045-fi
##############################################
curtain-0.3/aclocal.m4-8645-    test $lt_ac_count -gt 10 && break
curtain-0.3/aclocal.m4:8646:    lt_ac_count=`expr $lt_ac_count + 1`
curtain-0.3/aclocal.m4-8647-    if test $lt_ac_count -gt $lt_ac_max; then
##############################################
curtain-0.3/aclocal.m4-8716-# ------------------------------------------------------
curtain-0.3/aclocal.m4:8717:# In `$cfgfile', look for function FUNCNAME delimited by `^FUNCNAME ()$' and
curtain-0.3/aclocal.m4-8718-# '^} FUNCNAME ', and replace its body with REPLACEMENT-BODY.
##############################################
curtain-0.3/aclocal.m4-9320-m4_define([lt_combine],
curtain-0.3/aclocal.m4:9321:[m4_if(m4_eval([$# > 3]), [1],
curtain-0.3/aclocal.m4-9322-       [m4_pushdef([_Lt_sep], [m4_define([_Lt_sep], m4_defn([lt_car]))])]]dnl
##############################################
curtain-0.3/aclocal.m4-9608-    PKG_CHECK_EXISTS([$3],
curtain-0.3/aclocal.m4:9609:                     [pkg_cv_[]$1=`$PKG_CONFIG --[]$2 "$3" 2>/dev/null`
curtain-0.3/aclocal.m4-9610-		      test "x$?" != "x0" && pkg_failed=yes ],
##############################################
curtain-0.3/aclocal.m4-9657-        if test $_pkg_short_errors_supported = yes; then
curtain-0.3/aclocal.m4:9658:	        $1[]_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "$2" 2>&1`
curtain-0.3/aclocal.m4-9659-        else 
curtain-0.3/aclocal.m4:9660:	        $1[]_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "$2" 2>&1`
curtain-0.3/aclocal.m4-9661-        fi
##############################################
curtain-0.3/aclocal.m4-9766-# $ac_aux_dir to `$srcdir/foo'.  In other projects, it is set to
curtain-0.3/aclocal.m4:9767:# `$srcdir', `$srcdir/..', or `$srcdir/../..'.
curtain-0.3/aclocal.m4-9768-#
##############################################
curtain-0.3/aclocal.m4-9790-# iff we strip the leading $srcdir from $ac_aux_dir.  That would be:
curtain-0.3/aclocal.m4:9791:#   am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"`
curtain-0.3/aclocal.m4-9792-# and then we would define $MISSING as
##############################################
curtain-0.3/aclocal.m4-9806-# expand $ac_aux_dir to an absolute path
curtain-0.3/aclocal.m4:9807:am_aux_dir=`cd $ac_aux_dir && pwd`
curtain-0.3/aclocal.m4-9808-])
##############################################
curtain-0.3/aclocal.m4-9908-  if test "$am_compiler_list" = ""; then
curtain-0.3/aclocal.m4:9909:     am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp`
curtain-0.3/aclocal.m4-9910-  fi
##############################################
curtain-0.3/aclocal.m4-10057-    # Strip MF so we end up with the name of the file.
curtain-0.3/aclocal.m4:10058:    mf=`echo "$mf" | sed -e 's/:.*$//'`
curtain-0.3/aclocal.m4-10059-    # Check whether this is an Automake generated Makefile or not.
##############################################
curtain-0.3/aclocal.m4-10066-    if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
curtain-0.3/aclocal.m4:10067:      dirpart=`AS_DIRNAME("$mf")`
curtain-0.3/aclocal.m4-10068-    else
##############################################
curtain-0.3/aclocal.m4-10072-    # from the Makefile without running `make'.
curtain-0.3/aclocal.m4:10073:    DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
curtain-0.3/aclocal.m4-10074-    test -z "$DEPDIR" && continue
curtain-0.3/aclocal.m4:10075:    am__include=`sed -n 's/^am__include = //p' < "$mf"`
curtain-0.3/aclocal.m4-10076-    test -z "am__include" && continue
curtain-0.3/aclocal.m4:10077:    am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
curtain-0.3/aclocal.m4-10078-    # When using ansi2knr, U may be empty or an underscore; expand it
curtain-0.3/aclocal.m4:10079:    U=`sed -n 's/^U = //p' < "$mf"`
curtain-0.3/aclocal.m4-10080-    # Find all dependency output files, they are included files with
##############################################
curtain-0.3/aclocal.m4-10088-      test -f "$dirpart/$file" && continue
curtain-0.3/aclocal.m4:10089:      fdir=`AS_DIRNAME(["$file"])`
curtain-0.3/aclocal.m4-10090-      AS_MKDIR_P([$dirpart/$fdir])
##############################################
curtain-0.3/aclocal.m4-10155-AC_REQUIRE([AC_PROG_INSTALL])dnl
curtain-0.3/aclocal.m4:10156:if test "`cd $srcdir && pwd`" != "`pwd`"; then
curtain-0.3/aclocal.m4-10157-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
curtain-0.3/aclocal.m4-10257-    * )
curtain-0.3/aclocal.m4:10258:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
curtain-0.3/aclocal.m4-10259-  esac
curtain-0.3/aclocal.m4-10260-done
curtain-0.3/aclocal.m4:10261:echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
curtain-0.3/aclocal.m4-10262-
##############################################
curtain-0.3/aclocal.m4-10375-# Ignore all kinds of additional output from `make'.
curtain-0.3/aclocal.m4:10376:case `$am_make -s -f confmf 2> /dev/null` in #(
curtain-0.3/aclocal.m4-10377-*the\ am__doit\ target*)
##############################################
curtain-0.3/aclocal.m4-10385-   echo '.include "confinc"' > confmf
curtain-0.3/aclocal.m4:10386:   case `$am_make -s -f confmf 2> /dev/null` in #(
curtain-0.3/aclocal.m4-10387-   *the\ am__doit\ target*)
##############################################
curtain-0.3/aclocal.m4-10418-set dummy $CC
curtain-0.3/aclocal.m4:10419:am_cc=`echo $[2] | sed ['s/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/']`
curtain-0.3/aclocal.m4-10420-eval am_t=\$ac_cv_prog_cc_${am_cc}_c_o
##############################################
curtain-0.3/aclocal.m4-10577-if (
curtain-0.3/aclocal.m4:10578:   set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
curtain-0.3/aclocal.m4-10579-   if test "$[*]" = "X"; then
curtain-0.3/aclocal.m4-10580-      # -L didn't work.
curtain-0.3/aclocal.m4:10581:      set X `ls -t "$srcdir/configure" conftest.file`
curtain-0.3/aclocal.m4-10582-   fi
##############################################
curtain-0.3/aclocal.m4-10645-if test $am_cv_make_support_nested_variables = yes; then
curtain-0.3/aclocal.m4:10646:  dnl Using `$V' instead of `$(V)' breaks IRIX make.
curtain-0.3/aclocal.m4-10647-  AM_V='$(V)'
##############################################
curtain-0.3/Makefile.in-67-	ps-recursive uninstall-recursive
curtain-0.3/Makefile.in:68:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
curtain-0.3/Makefile.in-69-am__vpath_adj = case $$p in \
curtain-0.3/Makefile.in:70:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
curtain-0.3/Makefile.in-71-    *) f=$$p;; \
curtain-0.3/Makefile.in-72-  esac;
curtain-0.3/Makefile.in:73:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
curtain-0.3/Makefile.in-74-am__install_max = 40
curtain-0.3/Makefile.in-75-am__nobase_strip_setup = \
curtain-0.3/Makefile.in:76:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
curtain-0.3/Makefile.in-77-am__nobase_strip = \
##############################################
curtain-0.3/Makefile.in-120-  while test -n "$$dir1"; do \
curtain-0.3/Makefile.in:121:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
curtain-0.3/Makefile.in-122-    if test "$$first" != "."; then \
curtain-0.3/Makefile.in-123-      if test "$$first" = ".."; then \
curtain-0.3/Makefile.in:124:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
curtain-0.3/Makefile.in:125:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
curtain-0.3/Makefile.in-126-      else \
curtain-0.3/Makefile.in:127:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
curtain-0.3/Makefile.in-128-        if test "$$first2" = "$$first"; then \
curtain-0.3/Makefile.in:129:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
curtain-0.3/Makefile.in-130-        else \
##############################################
curtain-0.3/Makefile.in-135-    fi; \
curtain-0.3/Makefile.in:136:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
curtain-0.3/Makefile.in-137-  done; \
##############################################
curtain-0.3/Makefile.in-405-	@list='$(curtaindoc_DATA)'; test -n "$(curtaindocdir)" || list=; \
curtain-0.3/Makefile.in:406:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
curtain-0.3/Makefile.in-407-	dir='$(DESTDIR)$(curtaindocdir)'; $(am__uninstall_files_from_dir)
##############################################
curtain-0.3/Makefile.in-423-	dot_seen=no; \
curtain-0.3/Makefile.in:424:	target=`echo $@ | sed s/-recursive//`; \
curtain-0.3/Makefile.in-425-	list='$(SUBDIRS)'; for subdir in $$list; do \
##############################################
curtain-0.3/Makefile.in-458-	rev="$$rev ."; \
curtain-0.3/Makefile.in:459:	target=`echo $@ | sed s/-recursive//`; \
curtain-0.3/Makefile.in-460-	for subdir in $$rev; do \
##############################################
curtain-0.3/Makefile.in-536-GTAGS:
curtain-0.3/Makefile.in:537:	here=`$(am__cd) $(top_builddir) && pwd` \
curtain-0.3/Makefile.in-538-	  && $(am__cd) $(top_srcdir) \
##############################################
curtain-0.3/Makefile.in-546-	test -d "$(distdir)" || mkdir "$(distdir)"
curtain-0.3/Makefile.in:547:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
curtain-0.3/Makefile.in:548:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
curtain-0.3/Makefile.in-549-	list='$(DISTFILES)'; \
##############################################
curtain-0.3/Makefile.in-560-	  if test -d $$d/$$file; then \
curtain-0.3/Makefile.in:561:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
curtain-0.3/Makefile.in-562-	    if test -d "$(distdir)/$$file"; then \
##############################################
curtain-0.3/Makefile.in-674-	test -d $(distdir)/_build || exit 0; \
curtain-0.3/Makefile.in:675:	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
curtain-0.3/Makefile.in-676-	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
##############################################
curtain-0.3/Makefile.in-717-	}; \
curtain-0.3/Makefile.in:718:	test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
curtain-0.3/Makefile.in-719-	   || { echo "ERROR: files left after uninstall:" ; \
##############################################
curtain-0.3/Makefile.in-729-	fi
curtain-0.3/Makefile.in:730:	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
curtain-0.3/Makefile.in-731-	  || { echo "ERROR: files left in build directory after distclean:" ; \
##############################################
curtain-0.3/install-sh-229-      fi
curtain-0.3/install-sh:230:      cp_umask=`expr '(' 777 - $mode % 1000 ')' $u_plus_rw`;;
curtain-0.3/install-sh-231-    *)
##############################################
curtain-0.3/install-sh-276-      dstdir=$dst
curtain-0.3/install-sh:277:      dst=$dstdir/`basename "$src"`
curtain-0.3/install-sh-278-      dstdir_status=0
##############################################
curtain-0.3/install-sh-358-		   # FreeBSD 6.1 mkdir -m -p sets mode of existing directory.
curtain-0.3/install-sh:359:		   ls_ld_tmpdir=`ls -ld "$tmpdir"`
curtain-0.3/install-sh-360-		   case $ls_ld_tmpdir in
##############################################
curtain-0.3/install-sh-365-		   $mkdirprog -m$different_mode -p -- "$tmpdir" && {
curtain-0.3/install-sh:366:		     ls_ld_tmpdir_1=`ls -ld "$tmpdir"`
curtain-0.3/install-sh-367-		     test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1"
##############################################
curtain-0.3/install-sh-425-	    case $prefix in
curtain-0.3/install-sh:426:	      *\'*) qprefix=`echo "$prefix" | sed "s/'/'\\\\\\\\''/g"`;;
curtain-0.3/install-sh-427-	      *) qprefix=$prefix;;
##############################################
curtain-0.3/install-sh-474-    if $copy_on_change &&
curtain-0.3/install-sh:475:       old=`LC_ALL=C ls -dlL "$dst"	2>/dev/null` &&
curtain-0.3/install-sh:476:       new=`LC_ALL=C ls -dlL "$dsttmp"	2>/dev/null` &&
curtain-0.3/install-sh-477-
##############################################
curtain-0.3/src/Makefile.in-346-	test -n "$(EXEEXT)" || exit 0; \
curtain-0.3/src/Makefile.in:347:	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
curtain-0.3/src/Makefile.in-348-	echo " rm -f" $$list; \
##############################################
curtain-0.3/src/Makefile.in-371-.c.obj:
curtain-0.3/src/Makefile.in:372:@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
curtain-0.3/src/Makefile.in-373-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
curtain-0.3/src/Makefile.in-375-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
curtain-0.3/src/Makefile.in:376:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'`
curtain-0.3/src/Makefile.in-377-
##############################################
curtain-0.3/src/Makefile.in-385-curtain-callbacks.o: callbacks.c
curtain-0.3/src/Makefile.in:386:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(curtain_CFLAGS) $(CFLAGS) -MT curtain-callbacks.o -MD -MP -MF $(DEPDIR)/curtain-callbacks.Tpo -c -o curtain-callbacks.o `test -f 'callbacks.c' || echo '$(srcdir)/'`callbacks.c
curtain-0.3/src/Makefile.in-387-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/curtain-callbacks.Tpo $(DEPDIR)/curtain-callbacks.Po
##############################################
curtain-0.3/src/Makefile.in-389-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
curtain-0.3/src/Makefile.in:390:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(curtain_CFLAGS) $(CFLAGS) -c -o curtain-callbacks.o `test -f 'callbacks.c' || echo '$(srcdir)/'`callbacks.c
curtain-0.3/src/Makefile.in-391-
curtain-0.3/src/Makefile.in-392-curtain-callbacks.obj: callbacks.c
curtain-0.3/src/Makefile.in:393:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(curtain_CFLAGS) $(CFLAGS) -MT curtain-callbacks.obj -MD -MP -MF $(DEPDIR)/curtain-callbacks.Tpo -c -o curtain-callbacks.obj `if test -f 'callbacks.c'; then $(CYGPATH_W) 'callbacks.c'; else $(CYGPATH_W) '$(srcdir)/callbacks.c'; fi`
curtain-0.3/src/Makefile.in-394-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/curtain-callbacks.Tpo $(DEPDIR)/curtain-callbacks.Po
##############################################
curtain-0.3/src/Makefile.in-396-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
curtain-0.3/src/Makefile.in:397:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(curtain_CFLAGS) $(CFLAGS) -c -o curtain-callbacks.obj `if test -f 'callbacks.c'; then $(CYGPATH_W) 'callbacks.c'; else $(CYGPATH_W) '$(srcdir)/callbacks.c'; fi`
curtain-0.3/src/Makefile.in-398-
curtain-0.3/src/Makefile.in-399-curtain-curtain.o: curtain.c
curtain-0.3/src/Makefile.in:400:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(curtain_CFLAGS) $(CFLAGS) -MT curtain-curtain.o -MD -MP -MF $(DEPDIR)/curtain-curtain.Tpo -c -o curtain-curtain.o `test -f 'curtain.c' || echo '$(srcdir)/'`curtain.c
curtain-0.3/src/Makefile.in-401-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/curtain-curtain.Tpo $(DEPDIR)/curtain-curtain.Po
##############################################
curtain-0.3/src/Makefile.in-403-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
curtain-0.3/src/Makefile.in:404:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(curtain_CFLAGS) $(CFLAGS) -c -o curtain-curtain.o `test -f 'curtain.c' || echo '$(srcdir)/'`curtain.c
curtain-0.3/src/Makefile.in-405-
curtain-0.3/src/Makefile.in-406-curtain-curtain.obj: curtain.c
curtain-0.3/src/Makefile.in:407:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(curtain_CFLAGS) $(CFLAGS) -MT curtain-curtain.obj -MD -MP -MF $(DEPDIR)/curtain-curtain.Tpo -c -o curtain-curtain.obj `if test -f 'curtain.c'; then $(CYGPATH_W) 'curtain.c'; else $(CYGPATH_W) '$(srcdir)/curtain.c'; fi`
curtain-0.3/src/Makefile.in-408-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/curtain-curtain.Tpo $(DEPDIR)/curtain-curtain.Po
##############################################
curtain-0.3/src/Makefile.in-410-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
curtain-0.3/src/Makefile.in:411:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(curtain_CFLAGS) $(CFLAGS) -c -o curtain-curtain.obj `if test -f 'curtain.c'; then $(CYGPATH_W) 'curtain.c'; else $(CYGPATH_W) '$(srcdir)/curtain.c'; fi`
curtain-0.3/src/Makefile.in-412-
curtain-0.3/src/Makefile.in-413-curtain-utils.o: utils.c
curtain-0.3/src/Makefile.in:414:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(curtain_CFLAGS) $(CFLAGS) -MT curtain-utils.o -MD -MP -MF $(DEPDIR)/curtain-utils.Tpo -c -o curtain-utils.o `test -f 'utils.c' || echo '$(srcdir)/'`utils.c
curtain-0.3/src/Makefile.in-415-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/curtain-utils.Tpo $(DEPDIR)/curtain-utils.Po
##############################################
curtain-0.3/src/Makefile.in-417-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
curtain-0.3/src/Makefile.in:418:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(curtain_CFLAGS) $(CFLAGS) -c -o curtain-utils.o `test -f 'utils.c' || echo '$(srcdir)/'`utils.c
curtain-0.3/src/Makefile.in-419-
curtain-0.3/src/Makefile.in-420-curtain-utils.obj: utils.c
curtain-0.3/src/Makefile.in:421:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(curtain_CFLAGS) $(CFLAGS) -MT curtain-utils.obj -MD -MP -MF $(DEPDIR)/curtain-utils.Tpo -c -o curtain-utils.obj `if test -f 'utils.c'; then $(CYGPATH_W) 'utils.c'; else $(CYGPATH_W) '$(srcdir)/utils.c'; fi`
curtain-0.3/src/Makefile.in-422-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/curtain-utils.Tpo $(DEPDIR)/curtain-utils.Po
##############################################
curtain-0.3/src/Makefile.in-424-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
curtain-0.3/src/Makefile.in:425:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(curtain_CFLAGS) $(CFLAGS) -c -o curtain-utils.obj `if test -f 'utils.c'; then $(CYGPATH_W) 'utils.c'; else $(CYGPATH_W) '$(srcdir)/utils.c'; fi`
curtain-0.3/src/Makefile.in-426-
##############################################
curtain-0.3/src/Makefile.in-477-GTAGS:
curtain-0.3/src/Makefile.in:478:	here=`$(am__cd) $(top_builddir) && pwd` \
curtain-0.3/src/Makefile.in-479-	  && $(am__cd) $(top_srcdir) \
##############################################
curtain-0.3/src/Makefile.in-485-distdir: $(DISTFILES)
curtain-0.3/src/Makefile.in:486:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
curtain-0.3/src/Makefile.in:487:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
curtain-0.3/src/Makefile.in-488-	list='$(DISTFILES)'; \
##############################################
curtain-0.3/src/Makefile.in-499-	  if test -d $$d/$$file; then \
curtain-0.3/src/Makefile.in:500:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
curtain-0.3/src/Makefile.in-501-	    if test -d "$(distdir)/$$file"; then \
##############################################
curtain-0.3/po/Makefile.in.in-58-
curtain-0.3/po/Makefile.in.in:59:USER_LINGUAS=$(shell if test -n "$(LINGUAS)"; then LLINGUAS="$(LINGUAS)"; ALINGUAS="$(ALL_LINGUAS)"; for lang in $$LLINGUAS; do if test -n "`grep \^$$lang$$ $(srcdir)/LINGUAS 2>/dev/null`" -o -n "`echo $$ALINGUAS|tr ' ' '\n'|grep \^$$lang$$`"; then printf "$$lang "; fi; done; fi)
curtain-0.3/po/Makefile.in.in-60-
##############################################
curtain-0.3/po/Makefile.in.in-88-.po.gmo:
curtain-0.3/po/Makefile.in.in:89:	$(INTLTOOL_V_MSGFMT)file=`echo $* | sed 's,.*/,,'`.gmo \
curtain-0.3/po/Makefile.in.in-90-	  && rm -f $$file && $(GMSGFMT) -o $$file $<
##############################################
curtain-0.3/po/Makefile.in.in-189-	  echo "$$lang:"; \
curtain-0.3/po/Makefile.in.in:190:	  result="`$(MSGMERGE) -o $$tmpdir/$$lang.new.po $$lang`"; \
curtain-0.3/po/Makefile.in.in-191-	  if $$result; then \
##############################################
curtain-0.3/configure-47-if test -z "$BASH_VERSION$ZSH_VERSION" \
curtain-0.3/configure:48:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
curtain-0.3/configure-49-  as_echo='print -r --'
curtain-0.3/configure-50-  as_echo_n='print -rn --'
curtain-0.3/configure:51:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
curtain-0.3/configure-52-  as_echo='printf %s\n'
##############################################
curtain-0.3/configure-54-else
curtain-0.3/configure:55:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
curtain-0.3/configure-56-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
curtain-0.3/configure-64-	expr "X$arg" : "X\\(.*\\)$as_nl";
curtain-0.3/configure:65:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
curtain-0.3/configure-66-      esac;
##############################################
curtain-0.3/configure-175-  eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
curtain-0.3/configure:176:  test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
curtain-0.3/configure-177-
##############################################
curtain-0.3/configure-182-    PATH=/empty FPATH=/empty; export PATH FPATH
curtain-0.3/configure:183:    test \"X\`printf %s \$ECHO\`\" = \"X\$ECHO\" \\
curtain-0.3/configure:184:      || test \"X\`print -r -- \$ECHO\`\" = \"X\$ECHO\" ) || exit 1
curtain-0.3/configure-185-test \$(( 1 + 1 )) = 2 || exit 1"
##############################################
curtain-0.3/configure-307-      case $as_dir in #(
curtain-0.3/configure:308:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
curtain-0.3/configure-309-      *) as_qdir=$as_dir;;
##############################################
curtain-0.3/configure-372-  {
curtain-0.3/configure:373:    as_val=`expr "$@" || test $? -eq 1`
curtain-0.3/configure-374-  }
##############################################
curtain-0.3/configure-379-# ----------------------------------------
curtain-0.3/configure:380:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
curtain-0.3/configure-381-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
curtain-0.3/configure-442-  eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
curtain-0.3/configure:443:  test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
curtain-0.3/configure-444-  # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
##############################################
curtain-0.3/configure-533-	esac;
curtain-0.3/configure:534:	case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
curtain-0.3/configure-535-	???[sx]*):;;*)false;;esac;fi
##############################################
curtain-0.3/configure-894-  case $ac_option in
curtain-0.3/configure:895:  *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
curtain-0.3/configure-896-  *=)   ac_optarg= ;;
##############################################
curtain-0.3/configure-938-  -disable-* | --disable-*)
curtain-0.3/configure:939:    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
curtain-0.3/configure-940-    # Reject names that are not valid shell variable names.
##############################################
curtain-0.3/configure-943-    ac_useropt_orig=$ac_useropt
curtain-0.3/configure:944:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
curtain-0.3/configure-945-    case $ac_user_opts in
##############################################
curtain-0.3/configure-964-  -enable-* | --enable-*)
curtain-0.3/configure:965:    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
curtain-0.3/configure-966-    # Reject names that are not valid shell variable names.
##############################################
curtain-0.3/configure-969-    ac_useropt_orig=$ac_useropt
curtain-0.3/configure:970:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
curtain-0.3/configure-971-    case $ac_user_opts in
##############################################
curtain-0.3/configure-1168-  -with-* | --with-*)
curtain-0.3/configure:1169:    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
curtain-0.3/configure-1170-    # Reject names that are not valid shell variable names.
##############################################
curtain-0.3/configure-1173-    ac_useropt_orig=$ac_useropt
curtain-0.3/configure:1174:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
curtain-0.3/configure-1175-    case $ac_user_opts in
##############################################
curtain-0.3/configure-1184-  -without-* | --without-*)
curtain-0.3/configure:1185:    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
curtain-0.3/configure-1186-    # Reject names that are not valid shell variable names.
##############################################
curtain-0.3/configure-1189-    ac_useropt_orig=$ac_useropt
curtain-0.3/configure:1190:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
curtain-0.3/configure-1191-    case $ac_user_opts in
##############################################
curtain-0.3/configure-1222-  *=*)
curtain-0.3/configure:1223:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
curtain-0.3/configure-1224-    # Reject names that are not valid shell variable names.
##############################################
curtain-0.3/configure-1243-if test -n "$ac_prev"; then
curtain-0.3/configure:1244:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
curtain-0.3/configure-1245-  as_fn_error $? "missing argument to $ac_option"
##############################################
curtain-0.3/configure-1265-    */ )
curtain-0.3/configure:1266:      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
curtain-0.3/configure-1267-      eval $ac_var=\$ac_val;;
##############################################
curtain-0.3/configure-1302-ac_ls_di=`ls -di .` &&
curtain-0.3/configure:1303:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
curtain-0.3/configure-1304-  as_fn_error $? "working directory cannot be determined"
##############################################
curtain-0.3/configure-1358-case $srcdir in
curtain-0.3/configure:1359:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
curtain-0.3/configure-1360-esac
##############################################
curtain-0.3/configure-1401-By default, \`make install' will install all the files in
curtain-0.3/configure:1402:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
curtain-0.3/configure:1403:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
curtain-0.3/configure-1404-for instance \`--prefix=\$HOME'.
##############################################
curtain-0.3/configure-1515-*)
curtain-0.3/configure:1516:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
curtain-0.3/configure-1517-  # A ".." for each directory in $ac_dir_suffix.
curtain-0.3/configure:1518:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
curtain-0.3/configure-1519-  case $ac_top_builddir_sub in
##############################################
curtain-0.3/configure-2003-    *\'*)
curtain-0.3/configure:2004:      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
curtain-0.3/configure-2005-    esac
##############################################
curtain-0.3/configure-2086-      case $ac_val in
curtain-0.3/configure:2087:      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
curtain-0.3/configure-2088-      esac
##############################################
curtain-0.3/configure-2101-	case $ac_val in
curtain-0.3/configure:2102:	*\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
curtain-0.3/configure-2103-	esac
##############################################
curtain-0.3/configure-2221-    set,)
curtain-0.3/configure:2222:      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
curtain-0.3/configure:2223:$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
curtain-0.3/configure-2224-      ac_cache_corrupted=: ;;
##############################################
curtain-0.3/configure-2232-	# differences in whitespace do not lead to failure.
curtain-0.3/configure:2233:	ac_old_val_w=`echo x $ac_old_val`
curtain-0.3/configure:2234:	ac_new_val_w=`echo x $ac_new_val`
curtain-0.3/configure-2235-	if test "$ac_old_val_w" != "$ac_new_val_w"; then
##############################################
curtain-0.3/configure-2252-    case $ac_new_val in
curtain-0.3/configure:2253:    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
curtain-0.3/configure-2254-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
curtain-0.3/configure-2432-if (
curtain-0.3/configure:2433:   set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
curtain-0.3/configure-2434-   if test "$*" = "X"; then
curtain-0.3/configure-2435-      # -L didn't work.
curtain-0.3/configure:2436:      set X `ls -t "$srcdir/configure" conftest.file`
curtain-0.3/configure-2437-   fi
##############################################
curtain-0.3/configure-2468-ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
curtain-0.3/configure:2469:program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
curtain-0.3/configure-2470-
curtain-0.3/configure-2471-# expand $ac_aux_dir to an absolute path
curtain-0.3/configure:2472:am_aux_dir=`cd $ac_aux_dir && pwd`
curtain-0.3/configure-2473-
##############################################
curtain-0.3/configure-2613-	   { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; } || continue
curtain-0.3/configure:2614:	   case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
curtain-0.3/configure-2615-	     'mkdir (GNU coreutils) '* | \
##############################################
curtain-0.3/configure-2692-set x ${MAKE-make}
curtain-0.3/configure:2693:ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
curtain-0.3/configure-2694-if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
##############################################
curtain-0.3/configure-2702-# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
curtain-0.3/configure:2703:case `${MAKE-make} -f conftest.make 2>/dev/null` in
curtain-0.3/configure-2704-  *@@@%%%=?*=@@@%%%*)
##############################################
curtain-0.3/configure-2729-
curtain-0.3/configure:2730:if test "`cd $srcdir && pwd`" != "`pwd`"; then
curtain-0.3/configure-2731-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
curtain-0.3/configure-3184-$as_echo_n "checking whether the C compiler works... " >&6; }
curtain-0.3/configure:3185:ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
curtain-0.3/configure-3186-
##############################################
curtain-0.3/configure-3228-	then :; else
curtain-0.3/configure:3229:	   ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
curtain-0.3/configure-3230-	fi
##############################################
curtain-0.3/configure-3288-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
curtain-0.3/configure:3289:    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
curtain-0.3/configure-3290-	  break;;
##############################################
curtain-0.3/configure-3397-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
curtain-0.3/configure:3398:    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
curtain-0.3/configure-3399-       break;;
##############################################
curtain-0.3/configure-3647-# Ignore all kinds of additional output from `make'.
curtain-0.3/configure:3648:case `$am_make -s -f confmf 2> /dev/null` in #(
curtain-0.3/configure-3649-*the\ am__doit\ target*)
##############################################
curtain-0.3/configure-3657-   echo '.include "confinc"' > confmf
curtain-0.3/configure:3658:   case `$am_make -s -f confmf 2> /dev/null` in #(
curtain-0.3/configure-3659-   *the\ am__doit\ target*)
##############################################
curtain-0.3/configure-3720-  if test "$am_compiler_list" = ""; then
curtain-0.3/configure:3721:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
curtain-0.3/configure-3722-  fi
##############################################
curtain-0.3/configure-3933-set dummy $CC
curtain-0.3/configure:3934:am_cc=`echo $2 | sed 's/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/'`
curtain-0.3/configure-3935-eval am_t=\$ac_cv_prog_cc_${am_cc}_c_o
##############################################
curtain-0.3/configure-3989-test "x$ac_build_alias" = x &&
curtain-0.3/configure:3990:  ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
curtain-0.3/configure-3991-test "x$ac_build_alias" = x &&
curtain-0.3/configure-3992-  as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
curtain-0.3/configure:3993:ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
curtain-0.3/configure-3994-  as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
##############################################
curtain-0.3/configure-4013-IFS=$ac_save_IFS
curtain-0.3/configure:4014:case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
curtain-0.3/configure-4015-
##############################################
curtain-0.3/configure-4024-else
curtain-0.3/configure:4025:  ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
curtain-0.3/configure-4026-    as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
##############################################
curtain-0.3/configure-4046-IFS=$ac_save_IFS
curtain-0.3/configure:4047:case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
curtain-0.3/configure-4048-
##############################################
curtain-0.3/configure-4402-if test "X`( print -r -- -n ) 2>/dev/null`" = X-n && \
curtain-0.3/configure:4403:   test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
curtain-0.3/configure-4404-  ECHO='print -r --'
curtain-0.3/configure:4405:elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
curtain-0.3/configure-4406-  ECHO='printf %s\n'
##############################################
curtain-0.3/configure-4471-  # Check for GNU $ac_path_SED
curtain-0.3/configure:4472:case `"$ac_path_SED" --version 2>&1` in
curtain-0.3/configure-4473-*GNU*)
##############################################
curtain-0.3/configure-4547-  # Check for GNU $ac_path_GREP
curtain-0.3/configure:4548:case `"$ac_path_GREP" --version 2>&1` in
curtain-0.3/configure-4549-*GNU*)
##############################################
curtain-0.3/configure-4613-  # Check for GNU $ac_path_EGREP
curtain-0.3/configure:4614:case `"$ac_path_EGREP" --version 2>&1` in
curtain-0.3/configure-4615-*GNU*)
##############################################
curtain-0.3/configure-4680-  # Check for GNU $ac_path_FGREP
curtain-0.3/configure:4681:case `"$ac_path_FGREP" --version 2>&1` in
curtain-0.3/configure-4682-*GNU*)
##############################################
curtain-0.3/configure-4760-    # gcc leaves a trailing carriage return which upsets mingw
curtain-0.3/configure:4761:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
curtain-0.3/configure-4762-  *)
curtain-0.3/configure:4763:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
curtain-0.3/configure-4764-  esac
##############################################
curtain-0.3/configure-4769-      # Canonicalize the pathname of ld
curtain-0.3/configure:4770:      ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
curtain-0.3/configure-4771-      while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
curtain-0.3/configure:4772:	ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
curtain-0.3/configure-4773-      done
##############################################
curtain-0.3/configure-4804-      # Break only if it was the GNU/non-GNU ld that we prefer.
curtain-0.3/configure:4805:      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
curtain-0.3/configure-4806-      *GNU* | *'with BFD'*)
##############################################
curtain-0.3/configure-4835-  # I'd rather use --version here, but apparently some GNU lds only accept -v.
curtain-0.3/configure:4836:case `$LD -v 2>&1 </dev/null` in
curtain-0.3/configure-4837-*GNU* | *'with BFD'*)
##############################################
curtain-0.3/configure-4880-	# Tru64's nm complains that /dev/null is an invalid object file
curtain-0.3/configure:4881:	case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
curtain-0.3/configure-4882-	*/dev/null* | *'Invalid file or object type'*)
##############################################
curtain-0.3/configure-4886-	*)
curtain-0.3/configure:4887:	  case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
curtain-0.3/configure-4888-	  */dev/null*)
##############################################
curtain-0.3/configure-5014-
curtain-0.3/configure:5015:    case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
curtain-0.3/configure-5016-    *COFF*)
##############################################
curtain-0.3/configure-5126-    # And add a safety zone
curtain-0.3/configure:5127:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
curtain-0.3/configure:5128:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
curtain-0.3/configure-5129-    ;;
##############################################
curtain-0.3/configure-5159-    if test -n "$kargmax"; then
curtain-0.3/configure:5160:      lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[	 ]//'`
curtain-0.3/configure-5161-    else
##############################################
curtain-0.3/configure-5167-    if test -n "$lt_cv_sys_max_cmd_len"; then
curtain-0.3/configure:5168:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
curtain-0.3/configure:5169:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
curtain-0.3/configure-5170-    else
##############################################
curtain-0.3/configure-5179-      # we can't tell.
curtain-0.3/configure:5180:      while { test "X"`env echo "$teststring$teststring" 2>/dev/null` \
curtain-0.3/configure-5181-	         = "X$teststring$teststring"; } >/dev/null 2>&1 &&
##############################################
curtain-0.3/configure-5183-      do
curtain-0.3/configure:5184:        i=`expr $i + 1`
curtain-0.3/configure-5185-        teststring=$teststring$teststring
##############################################
curtain-0.3/configure-5187-      # Only check the string length outside the loop.
curtain-0.3/configure:5188:      lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
curtain-0.3/configure-5189-      teststring=
##############################################
curtain-0.3/configure-5192-      # linker.  It appears as though 1/2 is a usable value.
curtain-0.3/configure:5193:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
curtain-0.3/configure-5194-    fi
##############################################
curtain-0.3/configure-5629-openbsd*)
curtain-0.3/configure:5630:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
curtain-0.3/configure-5631-    lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
##############################################
curtain-0.3/configure-5696-    else
curtain-0.3/configure:5697:      file_magic_glob=`echo aAbBcCdDeEfFgGhHiIjJkKlLmMnNoOpPqQrRsStTuUvVwWxXyYzZ | $SED -e "s/\(..\)/s\/[\1]\/[\1]\/g;/g"`
curtain-0.3/configure-5698-    fi
##############################################
curtain-0.3/configure-5838-  # decide which to use based on capabilities of $DLLTOOL
curtain-0.3/configure:5839:  case `$DLLTOOL --help 2>&1` in
curtain-0.3/configure-5840-  *--identify-strict*)
##############################################
curtain-0.3/configure-6360-# If we're using GNU nm, then use its standard symbol codes.
curtain-0.3/configure:6361:case `$NM -V 2>&1` in
curtain-0.3/configure-6362-*GNU* | *'with BFD'*)
##############################################
curtain-0.3/configure-6378-mingw*)
curtain-0.3/configure:6379:  opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
curtain-0.3/configure-6380-  ;;
##############################################
curtain-0.3/configure-6597-   if test "$GCC" = yes; then
curtain-0.3/configure:6598:     lt_sysroot=`$CC --print-sysroot 2>/dev/null`
curtain-0.3/configure-6599-   fi
##############################################
curtain-0.3/configure-6601- /*)
curtain-0.3/configure:6602:   lt_sysroot=`echo "$with_sysroot" | sed -e "$sed_quote_subst"`
curtain-0.3/configure-6603-   ;; #(
##############################################
curtain-0.3/configure-6637-  test $ac_status = 0; }; then
curtain-0.3/configure:6638:    case `/usr/bin/file conftest.$ac_objext` in
curtain-0.3/configure-6639-      *ELF-32*)
##############################################
curtain-0.3/configure-6657-    if test "$lt_cv_prog_gnu_ld" = yes; then
curtain-0.3/configure:6658:      case `/usr/bin/file conftest.$ac_objext` in
curtain-0.3/configure-6659-	*32-bit*)
##############################################
curtain-0.3/configure-6669-    else
curtain-0.3/configure:6670:      case `/usr/bin/file conftest.$ac_objext` in
curtain-0.3/configure-6671-	*32-bit*)
##############################################
curtain-0.3/configure-7823-do :
curtain-0.3/configure:7824:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
curtain-0.3/configure-7825-ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
##############################################
curtain-0.3/configure-7828-  cat >>confdefs.h <<_ACEOF
curtain-0.3/configure:7829:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
curtain-0.3/configure-7830-_ACEOF
##############################################
curtain-0.3/configure-8082-done
curtain-0.3/configure:8083:cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
curtain-0.3/configure-8084-
##############################################
curtain-0.3/configure-8111-	"file_magic "*)
curtain-0.3/configure:8112:	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
curtain-0.3/configure-8113-	  MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
##############################################
curtain-0.3/configure-8177-	"file_magic "*)
curtain-0.3/configure:8178:	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
curtain-0.3/configure-8179-	  MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
##############################################
curtain-0.3/configure-8540-      *)
curtain-0.3/configure:8541:	case `$CC -V 2>&1 | sed 5q` in
curtain-0.3/configure-8542-	*Sun\ Ceres\ Fortran* | *Sun*Fortran*\ [1-7].* | *Sun*Fortran*\ 8.[0-3]*)
##############################################
curtain-0.3/configure-8900-  if test "$hard_links" = no; then
curtain-0.3/configure:8901:    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
curtain-0.3/configure:8902:$as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
curtain-0.3/configure-8903-    need_locks=warn
##############################################
curtain-0.3/configure-8989-	# shared libraries, regardless of the interface used.
curtain-0.3/configure:8990:	case `$LD -v 2>&1` in
curtain-0.3/configure-8991-	  *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
##############################################
curtain-0.3/configure-9021-    supports_anon_versioning=no
curtain-0.3/configure:9022:    case `$LD -v 2>&1` in
curtain-0.3/configure-9023-      *GNU\ gold*) supports_anon_versioning=yes ;;
##############################################
curtain-0.3/configure-9090-	# is EXPORTS), use it as is; otherwise, prepend...
curtain-0.3/configure:9091:	archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
curtain-0.3/configure-9092-	  cp $export_symbols $output_objdir/$soname.def;
##############################################
curtain-0.3/configure-9118-      # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
curtain-0.3/configure:9119:      archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
curtain-0.3/configure:9120:      archive_expsym_cmds='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
curtain-0.3/configure-9121-      ;;
##############################################
curtain-0.3/configure-9136-        pgcc*)				# Portland Group C compiler
curtain-0.3/configure:9137:	  whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
curtain-0.3/configure-9138-	  tmp_addflag=' $pic_flag'
##############################################
curtain-0.3/configure-9141-					# Portland Group f77 and f90 compilers
curtain-0.3/configure:9142:	  whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
curtain-0.3/configure-9143-	  tmp_addflag=' $pic_flag -Mnomain' ;;
##############################################
curtain-0.3/configure-9156-	nvcc*)	# Cuda Compiler Driver 2.2
curtain-0.3/configure:9157:	  whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
curtain-0.3/configure-9158-	  compiler_needs_object=yes
##############################################
curtain-0.3/configure-9160-	esac
curtain-0.3/configure:9161:	case `$CC -V 2>&1 | sed 5q` in
curtain-0.3/configure-9162-	*Sun\ C*)			# Sun C 5.9
curtain-0.3/configure:9163:	  whole_archive_flag_spec='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
curtain-0.3/configure-9164-	  compiler_needs_object=yes
##############################################
curtain-0.3/configure-9228-    sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
curtain-0.3/configure:9229:      case `$LD -v 2>&1` in
curtain-0.3/configure-9230-        *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
##############################################
curtain-0.3/configure-9351-	# below for broken collect2 doesn't work under 4.3+
curtain-0.3/configure:9352:	  collect2name=`${CC} -print-prog-name=collect2`
curtain-0.3/configure-9353-	  if test -f "$collect2name" &&
##############################################
curtain-0.3/configure-9425-      }'
curtain-0.3/configure:9426:  lt_cv_aix_libpath_=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
curtain-0.3/configure-9427-  # Check for a 64-bit object if we didn't find anything.
curtain-0.3/configure-9428-  if test -z "$lt_cv_aix_libpath_"; then
curtain-0.3/configure:9429:    lt_cv_aix_libpath_=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
curtain-0.3/configure-9430-  fi
##############################################
curtain-0.3/configure-9443-        hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
curtain-0.3/configure:9444:        archive_expsym_cmds='$CC -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then func_echo_all "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
curtain-0.3/configure-9445-      else
##############################################
curtain-0.3/configure-9478-      }'
curtain-0.3/configure:9479:  lt_cv_aix_libpath_=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
curtain-0.3/configure-9480-  # Check for a 64-bit object if we didn't find anything.
curtain-0.3/configure-9481-  if test -z "$lt_cv_aix_libpath_"; then
curtain-0.3/configure:9482:    lt_cv_aix_libpath_=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
curtain-0.3/configure-9483-  fi
##############################################
curtain-0.3/configure-9551-	archive_cmds='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-dll~linknames='
curtain-0.3/configure:9552:	archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
curtain-0.3/configure-9553-	    sed -n -e 's/\\\\\\\(.*\\\\\\\)/-link\\\ -EXPORT:\\\\\\\1/' -e '1\\\!p' < $export_symbols > $output_objdir/$soname.exp;
##############################################
curtain-0.3/configure-9588-	# FIXME: Setting linknames here is a bad hack.
curtain-0.3/configure:9589:	archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
curtain-0.3/configure-9590-	# The linker will automatically build a .lib file if we build a DLL.
##############################################
curtain-0.3/configure-9606-  if test "$lt_cv_ld_force_load" = "yes"; then
curtain-0.3/configure:9607:    whole_archive_flag_spec='`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience ${wl}-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`'
curtain-0.3/configure-9608-
##############################################
curtain-0.3/configure-9786-      if test "$GCC" = yes; then
curtain-0.3/configure:9787:	archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
curtain-0.3/configure-9788-	# Try to use the -exported_symbol ld option, if it does not
##############################################
curtain-0.3/configure-9814-	if test "$lt_cv_irix_exported_symbol" = yes; then
curtain-0.3/configure:9815:          archive_expsym_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations ${wl}-exports_file ${wl}$export_symbols -o $lib'
curtain-0.3/configure-9816-	fi
curtain-0.3/configure-9817-      else
curtain-0.3/configure:9818:	archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
curtain-0.3/configure:9819:	archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -exports_file $export_symbols -o $lib'
curtain-0.3/configure-9820-      fi
##############################################
curtain-0.3/configure-9854-	hardcode_direct_absolute=yes
curtain-0.3/configure:9855:	if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
curtain-0.3/configure-9856-	  archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
##############################################
curtain-0.3/configure-9887-	allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
curtain-0.3/configure:9888:	archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
curtain-0.3/configure-9889-      else
curtain-0.3/configure-9890-	allow_undefined_flag=' -expect_unresolved \*'
curtain-0.3/configure:9891:	archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
curtain-0.3/configure-9892-      fi
##############################################
curtain-0.3/configure-9900-	allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
curtain-0.3/configure:9901:	archive_cmds='$CC -shared${allow_undefined_flag} $pic_flag $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
curtain-0.3/configure-9902-	hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
##############################################
curtain-0.3/configure-9904-	allow_undefined_flag=' -expect_unresolved \*'
curtain-0.3/configure:9905:	archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
curtain-0.3/configure:9906:	archive_expsym_cmds='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; printf "%s\\n" "-hidden">> $lib.exp~
curtain-0.3/configure:9907:	$CC -shared${allow_undefined_flag} ${wl}-input ${wl}$lib.exp $compiler_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib~$RM $lib.exp'
curtain-0.3/configure-9908-
##############################################
curtain-0.3/configure-9923-      else
curtain-0.3/configure:9924:	case `$CC -V 2>&1` in
curtain-0.3/configure-9925-	*"Compilers 5.0"*)
##############################################
curtain-0.3/configure-10322-  esac
curtain-0.3/configure:10323:  lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
curtain-0.3/configure-10324-  case $lt_search_path_spec in
##############################################
curtain-0.3/configure-10329-    # okay in the real world where ";" in dirpaths is itself problematic.
curtain-0.3/configure:10330:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
curtain-0.3/configure-10331-    ;;
curtain-0.3/configure-10332-  *)
curtain-0.3/configure:10333:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
curtain-0.3/configure-10334-    ;;
##############################################
curtain-0.3/configure-10338-  lt_tmp_lt_search_path_spec=
curtain-0.3/configure:10339:  lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
curtain-0.3/configure-10340-  for lt_sys_path in $lt_search_path_spec; do
##############################################
curtain-0.3/configure-10373-  esac
curtain-0.3/configure:10374:  sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
curtain-0.3/configure-10375-else
##############################################
curtain-0.3/configure-10461-    # Create ${libname}_ixlibrary.a entries in /sys/libs.
curtain-0.3/configure:10462:    finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`func_echo_all "$lib" | $SED '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; test $RM /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done'
curtain-0.3/configure-10463-    ;;
##############################################
curtain-0.3/configure-10497-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
curtain-0.3/configure:10498:    postinstall_cmds='base_file=`basename \${file}`~
curtain-0.3/configure:10499:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
curtain-0.3/configure:10500:      dldir=$destdir/`dirname \$dlpath`~
curtain-0.3/configure-10501-      test -d \$dldir || mkdir -p \$dldir~
##############################################
curtain-0.3/configure-10506-      fi'
curtain-0.3/configure:10507:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
curtain-0.3/configure-10508-      dlpath=$dir/\$dldll~
##############################################
curtain-0.3/configure-10514-      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
curtain-0.3/configure:10515:      soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
curtain-0.3/configure-10516-
##############################################
curtain-0.3/configure-10520-      # MinGW DLLs use traditional 'lib' prefix
curtain-0.3/configure:10521:      soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
curtain-0.3/configure-10522-      ;;
##############################################
curtain-0.3/configure-10524-      # pw32 DLLs use 'pw' prefix rather than 'lib'
curtain-0.3/configure:10525:      library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
curtain-0.3/configure-10526-      ;;
##############################################
curtain-0.3/configure-10533-    libname_spec='$name'
curtain-0.3/configure:10534:    soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
curtain-0.3/configure-10535-    library_names_spec='${libname}.dll.lib'
##############################################
curtain-0.3/configure-10545-        # Let DOS variable expansion print the short 8.3 style file name.
curtain-0.3/configure:10546:        lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"`
curtain-0.3/configure-10547-        sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path"
##############################################
curtain-0.3/configure-10550-      # Convert to MSYS style.
curtain-0.3/configure:10551:      sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | sed -e 's|\\\\|/|g' -e 's| \\([a-zA-Z]\\):| /\\1|g' -e 's|^ ||'`
curtain-0.3/configure-10552-      ;;
##############################################
curtain-0.3/configure-10556-      # like /cygdrive/c/PROGRA~1:/cygdr...
curtain-0.3/configure:10557:      sys_lib_search_path_spec=`cygpath --path --unix "$LIB"`
curtain-0.3/configure:10558:      sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null`
curtain-0.3/configure:10559:      sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
curtain-0.3/configure-10560-      ;;
##############################################
curtain-0.3/configure-10564-        # It is most probably a Windows format PATH.
curtain-0.3/configure:10565:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
curtain-0.3/configure-10566-      else
curtain-0.3/configure:10567:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
curtain-0.3/configure-10568-      fi
##############################################
curtain-0.3/configure-10574-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
curtain-0.3/configure:10575:    postinstall_cmds='base_file=`basename \${file}`~
curtain-0.3/configure:10576:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
curtain-0.3/configure:10577:      dldir=$destdir/`dirname \$dlpath`~
curtain-0.3/configure-10578-      test -d \$dldir || mkdir -p \$dldir~
curtain-0.3/configure-10579-      $install_prog $dir/$dlname \$dldir/$dlname'
curtain-0.3/configure:10580:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
curtain-0.3/configure-10581-      dlpath=$dir/\$dldll~
##############################################
curtain-0.3/configure-10588-    # Assume MSVC wrapper
curtain-0.3/configure:10589:    library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
curtain-0.3/configure-10590-    dynamic_linker='Win32 ld.exe'
##############################################
curtain-0.3/configure-10605-  shlibpath_var=DYLD_LIBRARY_PATH
curtain-0.3/configure:10606:  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
curtain-0.3/configure-10607-
##############################################
curtain-0.3/configure-10842-  if test -f /etc/ld.so.conf; then
curtain-0.3/configure:10843:    lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[	 ]*hwcap[	 ]/d;s/[:,	]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;s/"//g;/^$/d' | tr '\n' ' '`
curtain-0.3/configure-10844-    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
##############################################
curtain-0.3/configure-10916-  shlibpath_var=LD_LIBRARY_PATH
curtain-0.3/configure:10917:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
curtain-0.3/configure-10918-    case $host_os in
##############################################
curtain-0.3/configure-11874-  if test "$am_compiler_list" = ""; then
curtain-0.3/configure:11875:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
curtain-0.3/configure-11876-  fi
##############################################
curtain-0.3/configure-12163-
curtain-0.3/configure:12164:INTLTOOL_REQUIRED_VERSION_AS_INT=`echo 0.35.0 | awk -F. '{ print $ 1 * 1000 + $ 2 * 100 + $ 3; }'`
curtain-0.3/configure-12165-INTLTOOL_APPLIED_VERSION=`intltool-update --version | head -1 | cut -d" " -f3`
curtain-0.3/configure:12166:INTLTOOL_APPLIED_VERSION_AS_INT=`echo $INTLTOOL_APPLIED_VERSION | awk -F. '{ print $ 1 * 1000 + $ 2 * 100 + $ 3; }'`
curtain-0.3/configure-12167-if test -n "0.35.0"; then
##############################################
curtain-0.3/configure-12603-fi
curtain-0.3/configure:12604:xgversion="`$XGETTEXT --version|grep '(GNU ' 2> /dev/null`"
curtain-0.3/configure:12605:mmversion="`$MSGMERGE --version|grep '(GNU ' 2> /dev/null`"
curtain-0.3/configure:12606:mfversion="`$MSGFMT --version|grep '(GNU ' 2> /dev/null`"
curtain-0.3/configure-12607-if test -z "$xgversion" -o -z "$mmversion" -o -z "$mfversion"; then
##############################################
curtain-0.3/configure-12659-else
curtain-0.3/configure:12660:   IT_PERL_VERSION=`$INTLTOOL_PERL -e "printf '%vd', $^V"`
curtain-0.3/configure-12661-   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $IT_PERL_VERSION" >&5
##############################################
curtain-0.3/configure-12666-$as_echo_n "checking for XML::Parser... " >&6; }
curtain-0.3/configure:12667:   if `$INTLTOOL_PERL -e "require XML::Parser" 2>/dev/null`; then
curtain-0.3/configure-12668-       { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
##############################################
curtain-0.3/configure-13136-    if test -f $ac_dir/$ac_word; then
curtain-0.3/configure:13137:      if test -z "`$ac_dir/$ac_word -h 2>&1 | grep 'dv '`"; then
curtain-0.3/configure-13138-	ac_cv_path_MSGFMT="$ac_dir/$ac_word"
##############################################
curtain-0.3/configure-13255-    if test -f $ac_dir/$ac_word; then
curtain-0.3/configure:13256:      if test -z "`$ac_dir/$ac_word -h 2>&1 | grep '(HELP)'`"; then
curtain-0.3/configure-13257-	ac_cv_path_XGETTEXT="$ac_dir/$ac_word"
##############################################
curtain-0.3/configure-13414-   if test "x$srcdir" != "x."; then
curtain-0.3/configure:13415:     if test "x`echo $srcdir | sed 's@/.*@@'`" = "x"; then
curtain-0.3/configure-13416-       posrcprefix="$srcdir/"
##############################################
curtain-0.3/configure-13540-  if test x"$no_gtk" = x ; then
curtain-0.3/configure:13541:    GTK_CFLAGS=`$PKG_CONFIG $pkg_config_args --cflags`
curtain-0.3/configure:13542:    GTK_LIBS=`$PKG_CONFIG $pkg_config_args --libs`
curtain-0.3/configure-13543-    gtk_config_major_version=`$PKG_CONFIG --modversion gtk+-3.0 | \
##############################################
curtain-0.3/configure-13750-  test $ac_status = 0; }; then
curtain-0.3/configure:13751:  pkg_cv_curtain_CFLAGS=`$PKG_CONFIG --cflags "gtk+-3.0" 2>/dev/null`
curtain-0.3/configure-13752-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
curtain-0.3/configure-13767-  test $ac_status = 0; }; then
curtain-0.3/configure:13768:  pkg_cv_curtain_LIBS=`$PKG_CONFIG --libs "gtk+-3.0" 2>/dev/null`
curtain-0.3/configure-13769-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
curtain-0.3/configure-13788-        if test $_pkg_short_errors_supported = yes; then
curtain-0.3/configure:13789:	        curtain_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "gtk+-3.0" 2>&1`
curtain-0.3/configure-13790-        else
curtain-0.3/configure:13791:	        curtain_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "gtk+-3.0" 2>&1`
curtain-0.3/configure-13792-        fi
##############################################
curtain-0.3/configure-13972-  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
curtain-0.3/configure:13973:  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
curtain-0.3/configure-13974-  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
##############################################
curtain-0.3/configure-14075-if test -z "$BASH_VERSION$ZSH_VERSION" \
curtain-0.3/configure:14076:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
curtain-0.3/configure-14077-  as_echo='print -r --'
curtain-0.3/configure-14078-  as_echo_n='print -rn --'
curtain-0.3/configure:14079:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
curtain-0.3/configure-14080-  as_echo='printf %s\n'
##############################################
curtain-0.3/configure-14082-else
curtain-0.3/configure:14083:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
curtain-0.3/configure-14084-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
curtain-0.3/configure-14092-	expr "X$arg" : "X\\(.*\\)$as_nl";
curtain-0.3/configure:14093:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
curtain-0.3/configure-14094-      esac;
##############################################
curtain-0.3/configure-14169-# ----------------------------------------
curtain-0.3/configure:14170:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
curtain-0.3/configure-14171-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
curtain-0.3/configure-14241-  {
curtain-0.3/configure:14242:    as_val=`expr "$@" || test $? -eq 1`
curtain-0.3/configure-14243-  }
##############################################
curtain-0.3/configure-14345-      case $as_dir in #(
curtain-0.3/configure:14346:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
curtain-0.3/configure-14347-      *) as_qdir=$as_dir;;
##############################################
curtain-0.3/configure-14402-	esac;
curtain-0.3/configure:14403:	case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
curtain-0.3/configure-14404-	???[sx]*):;;*)false;;esac;fi
##############################################
curtain-0.3/configure-14492-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
curtain-0.3/configure:14493:ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
curtain-0.3/configure-14494-ac_cs_version="\\
##############################################
curtain-0.3/configure-14517-  --*=?*)
curtain-0.3/configure:14518:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
curtain-0.3/configure:14519:    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
curtain-0.3/configure-14520-    ac_shift=:
##############################################
curtain-0.3/configure-14522-  --*=)
curtain-0.3/configure:14523:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
curtain-0.3/configure-14524-    ac_optarg=
##############################################
curtain-0.3/configure-14546-    case $ac_optarg in
curtain-0.3/configure:14547:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
curtain-0.3/configure-14548-    '') as_fn_error $? "missing file argument" ;;
##############################################
curtain-0.3/configure-14554-    case $ac_optarg in
curtain-0.3/configure:14555:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
curtain-0.3/configure-14556-    esac
##############################################
curtain-0.3/configure-14623-delay_variable_subst='$delay_variable_subst'
curtain-0.3/configure:14624:enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
curtain-0.3/configure:14625:AS='`$ECHO "$AS" | $SED "$delay_single_quote_subst"`'
curtain-0.3/configure:14626:DLLTOOL='`$ECHO "$DLLTOOL" | $SED "$delay_single_quote_subst"`'
curtain-0.3/configure:14627:OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
curtain-0.3/configure:14628:macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
curtain-0.3/configure:14629:macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
curtain-0.3/configure:14630:enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
curtain-0.3/configure:14631:pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
curtain-0.3/configure:14632:enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
curtain-0.3/configure:14633:SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
curtain-0.3/configure:14634:ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
curtain-0.3/configure:14635:PATH_SEPARATOR='`$ECHO "$PATH_SEPARATOR" | $SED "$delay_single_quote_subst"`'
curtain-0.3/configure:14636:host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
curtain-0.3/configure:14637:host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
curtain-0.3/configure:14638:host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
curtain-0.3/configure:14639:build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
curtain-0.3/configure:14640:build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
curtain-0.3/configure:14641:build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
curtain-0.3/configure:14642:SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
curtain-0.3/configure:14643:Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
curtain-0.3/configure:14644:GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
curtain-0.3/configure:14645:EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
curtain-0.3/configure:14646:FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
curtain-0.3/configure:14647:LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
curtain-0.3/configure:14648:NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
curtain-0.3/configure:14649:LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
curtain-0.3/configure:14650:max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
curtain-0.3/configure:14651:ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
curtain-0.3/configure:14652:exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
curtain-0.3/configure:14653:lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
curtain-0.3/configure:14654:lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
curtain-0.3/configure:14655:lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
curtain-0.3/configure:14656:lt_cv_to_host_file_cmd='`$ECHO "$lt_cv_to_host_file_cmd" | $SED "$delay_single_quote_subst"`'
curtain-0.3/configure:14657:lt_cv_to_tool_file_cmd='`$ECHO "$lt_cv_to_tool_file_cmd" | $SED "$delay_single_quote_subst"`'
curtain-0.3/configure:14658:reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
curtain-0.3/configure:14659:reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
curtain-0.3/configure:14660:deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
curtain-0.3/configure:14661:file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
curtain-0.3/configure:14662:file_magic_glob='`$ECHO "$file_magic_glob" | $SED "$delay_single_quote_subst"`'
curtain-0.3/configure:14663:want_nocaseglob='`$ECHO "$want_nocaseglob" | $SED "$delay_single_quote_subst"`'
curtain-0.3/configure:14664:sharedlib_from_linklib_cmd='`$ECHO "$sharedlib_from_linklib_cmd" | $SED "$delay_single_quote_subst"`'
curtain-0.3/configure:14665:AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
curtain-0.3/configure:14666:AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
curtain-0.3/configure:14667:archiver_list_spec='`$ECHO "$archiver_list_spec" | $SED "$delay_single_quote_subst"`'
curtain-0.3/configure:14668:STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
curtain-0.3/configure:14669:RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
curtain-0.3/configure:14670:old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
curtain-0.3/configure:14671:old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
curtain-0.3/configure:14672:old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
curtain-0.3/configure:14673:lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
curtain-0.3/configure:14674:CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
curtain-0.3/configure:14675:CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
curtain-0.3/configure:14676:compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
curtain-0.3/configure:14677:GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
curtain-0.3/configure:14678:lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
curtain-0.3/configure:14679:lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
curtain-0.3/configure:14680:lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
curtain-0.3/configure:14681:lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address_lib_prefix" | $SED "$delay_single_quote_subst"`'
curtain-0.3/configure:14682:nm_file_list_spec='`$ECHO "$nm_file_list_spec" | $SED "$delay_single_quote_subst"`'
curtain-0.3/configure:14683:lt_sysroot='`$ECHO "$lt_sysroot" | $SED "$delay_single_quote_subst"`'
curtain-0.3/configure:14684:objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
curtain-0.3/configure:14685:MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
curtain-0.3/configure:14686:lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
curtain-0.3/configure:14687:lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
curtain-0.3/configure:14688:lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
curtain-0.3/configure:14689:lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
curtain-0.3/configure:14690:lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
curtain-0.3/configure:14691:need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
curtain-0.3/configure:14692:MANIFEST_TOOL='`$ECHO "$MANIFEST_TOOL" | $SED "$delay_single_quote_subst"`'
curtain-0.3/configure:14693:DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
curtain-0.3/configure:14694:NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
curtain-0.3/configure:14695:LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
curtain-0.3/configure:14696:OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
curtain-0.3/configure:14697:OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
curtain-0.3/configure:14698:libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
curtain-0.3/configure:14699:shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
curtain-0.3/configure:14700:extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
curtain-0.3/configure:14701:archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
curtain-0.3/configure:14702:enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
curtain-0.3/configure:14703:export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
curtain-0.3/configure:14704:whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
curtain-0.3/configure:14705:compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
curtain-0.3/configure:14706:old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
curtain-0.3/configure:14707:old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
curtain-0.3/configure:14708:archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
curtain-0.3/configure:14709:archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
curtain-0.3/configure:14710:module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
curtain-0.3/configure:14711:module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
curtain-0.3/configure:14712:with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
curtain-0.3/configure:14713:allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
curtain-0.3/configure:14714:no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
curtain-0.3/configure:14715:hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
curtain-0.3/configure:14716:hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
curtain-0.3/configure:14717:hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
curtain-0.3/configure:14718:hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
curtain-0.3/configure:14719:hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
curtain-0.3/configure:14720:hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
curtain-0.3/configure:14721:hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
curtain-0.3/configure:14722:inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
curtain-0.3/configure:14723:link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
curtain-0.3/configure:14724:always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
curtain-0.3/configure:14725:export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
curtain-0.3/configure:14726:exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
curtain-0.3/configure:14727:include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
curtain-0.3/configure:14728:prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
curtain-0.3/configure:14729:postlink_cmds='`$ECHO "$postlink_cmds" | $SED "$delay_single_quote_subst"`'
curtain-0.3/configure:14730:file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
curtain-0.3/configure:14731:variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
curtain-0.3/configure:14732:need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
curtain-0.3/configure:14733:need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
curtain-0.3/configure:14734:version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
curtain-0.3/configure:14735:runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
curtain-0.3/configure:14736:shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
curtain-0.3/configure:14737:shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
curtain-0.3/configure:14738:libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
curtain-0.3/configure:14739:library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
curtain-0.3/configure:14740:soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
curtain-0.3/configure:14741:install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
curtain-0.3/configure:14742:postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
curtain-0.3/configure:14743:postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
curtain-0.3/configure:14744:finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
curtain-0.3/configure:14745:finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
curtain-0.3/configure:14746:hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
curtain-0.3/configure:14747:sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
curtain-0.3/configure:14748:sys_lib_dlsearch_path_spec='`$ECHO "$sys_lib_dlsearch_path_spec" | $SED "$delay_single_quote_subst"`'
curtain-0.3/configure:14749:hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
curtain-0.3/configure:14750:enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
curtain-0.3/configure:14751:enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
curtain-0.3/configure:14752:enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
curtain-0.3/configure:14753:old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
curtain-0.3/configure:14754:striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
curtain-0.3/configure-14755-
##############################################
curtain-0.3/configure-14834-striplib; do
curtain-0.3/configure:14835:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
curtain-0.3/configure-14836-    *[\\\\\\\`\\"\\\$]*)
curtain-0.3/configure:14837:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
curtain-0.3/configure-14838-      ;;
##############################################
curtain-0.3/configure-14864-sys_lib_dlsearch_path_spec; do
curtain-0.3/configure:14865:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
curtain-0.3/configure-14866-    *[\\\\\\\`\\"\\\$]*)
curtain-0.3/configure:14867:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
curtain-0.3/configure-14868-      ;;
##############################################
curtain-0.3/configure-14970-fi
curtain-0.3/configure:14971:ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
curtain-0.3/configure-14972-if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
##############################################
curtain-0.3/configure-14987-  as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
curtain-0.3/configure:14988:ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
curtain-0.3/configure-14989-ac_delim='%!_!# '
##############################################
curtain-0.3/configure-14993-
curtain-0.3/configure:14994:  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
curtain-0.3/configure-14995-  if test $ac_delim_n = $ac_delim_num; then
##############################################
curtain-0.3/configure-15131-for ac_last_try in false false :; do
curtain-0.3/configure:15132:  ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
curtain-0.3/configure-15133-  if test -z "$ac_tt"; then
##############################################
curtain-0.3/configure-15263-      esac
curtain-0.3/configure:15264:      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
curtain-0.3/configure-15265-      as_fn_append ac_file_inputs " '$ac_f'"
##############################################
curtain-0.3/configure-15322-*)
curtain-0.3/configure:15323:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
curtain-0.3/configure-15324-  # A ".." for each directory in $ac_dir_suffix.
curtain-0.3/configure:15325:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
curtain-0.3/configure-15326-  case $ac_top_builddir_sub in
##############################################
curtain-0.3/configure-15383-/@mandir@/p'
curtain-0.3/configure:15384:case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
curtain-0.3/configure-15385-*datarootdir*) ac_datarootdir_seen=yes;;
##############################################
curtain-0.3/configure-15400-
curtain-0.3/configure:15401:# Neutralize VPATH when `$srcdir' = `.'.
curtain-0.3/configure-15402-# Shell code in configure.ac might set extrasub.
##############################################
curtain-0.3/configure-15428-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
curtain-0.3/configure:15429:  { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
curtain-0.3/configure-15430-  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' \
##############################################
curtain-0.3/configure-15474-    * )
curtain-0.3/configure:15475:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
curtain-0.3/configure-15476-  esac
##############################################
curtain-0.3/configure-15521-    # Strip MF so we end up with the name of the file.
curtain-0.3/configure:15522:    mf=`echo "$mf" | sed -e 's/:.*$//'`
curtain-0.3/configure-15523-    # Check whether this is an Automake generated Makefile or not.
##############################################
curtain-0.3/configure-15558-    # from the Makefile without running `make'.
curtain-0.3/configure:15559:    DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
curtain-0.3/configure-15560-    test -z "$DEPDIR" && continue
curtain-0.3/configure:15561:    am__include=`sed -n 's/^am__include = //p' < "$mf"`
curtain-0.3/configure-15562-    test -z "am__include" && continue
curtain-0.3/configure:15563:    am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
curtain-0.3/configure-15564-    # When using ansi2knr, U may be empty or an underscore; expand it
curtain-0.3/configure:15565:    U=`sed -n 's/^U = //p' < "$mf"`
curtain-0.3/configure-15566-    # Find all dependency output files, they are included files with
##############################################
curtain-0.3/configure-15619-
curtain-0.3/configure:15620:# `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
curtain-0.3/configure-15621-# Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
##############################################
curtain-0.3/desktop/Makefile.in-54-DIST_SOURCES =
curtain-0.3/desktop/Makefile.in:55:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
curtain-0.3/desktop/Makefile.in-56-am__vpath_adj = case $$p in \
curtain-0.3/desktop/Makefile.in:57:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
curtain-0.3/desktop/Makefile.in-58-    *) f=$$p;; \
curtain-0.3/desktop/Makefile.in-59-  esac;
curtain-0.3/desktop/Makefile.in:60:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
curtain-0.3/desktop/Makefile.in-61-am__install_max = 40
curtain-0.3/desktop/Makefile.in-62-am__nobase_strip_setup = \
curtain-0.3/desktop/Makefile.in:63:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
curtain-0.3/desktop/Makefile.in-64-am__nobase_strip = \
##############################################
curtain-0.3/desktop/Makefile.in-309-	@list='$(desktop_DATA)'; test -n "$(desktopdir)" || list=; \
curtain-0.3/desktop/Makefile.in:310:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
curtain-0.3/desktop/Makefile.in-311-	dir='$(DESTDIR)$(desktopdir)'; $(am__uninstall_files_from_dir)
##############################################
curtain-0.3/desktop/Makefile.in-327-	@list='$(pixmap_DATA)'; test -n "$(pixmapdir)" || list=; \
curtain-0.3/desktop/Makefile.in:328:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
curtain-0.3/desktop/Makefile.in-329-	dir='$(DESTDIR)$(pixmapdir)'; $(am__uninstall_files_from_dir)
##############################################
curtain-0.3/desktop/Makefile.in-345-	@list='$(ui_DATA)'; test -n "$(uidir)" || list=; \
curtain-0.3/desktop/Makefile.in:346:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
curtain-0.3/desktop/Makefile.in-347-	dir='$(DESTDIR)$(uidir)'; $(am__uninstall_files_from_dir)
##############################################
curtain-0.3/desktop/Makefile.in-355-distdir: $(DISTFILES)
curtain-0.3/desktop/Makefile.in:356:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
curtain-0.3/desktop/Makefile.in:357:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
curtain-0.3/desktop/Makefile.in-358-	list='$(DISTFILES)'; \
##############################################
curtain-0.3/desktop/Makefile.in-369-	  if test -d $$d/$$file; then \
curtain-0.3/desktop/Makefile.in:370:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
curtain-0.3/desktop/Makefile.in-371-	    if test -d "$(distdir)/$$file"; then \
##############################################
curtain-0.3/docs/Makefile.am-6-	for i in $$list; do                               \
curtain-0.3/docs/Makefile.am:7:	  s=`echo $$i | sed -e 's/.*\\(.\\)$$/\1/'`;      \
curtain-0.3/docs/Makefile.am:8:	  n=`echo $$i | sed -e 's/-[^-]*$$//'`;           \
curtain-0.3/docs/Makefile.am-9-	  f="$$n.$$s";                                    \
##############################################
curtain-0.3/docs/Makefile.am-20-	for i in $$list; do                               \
curtain-0.3/docs/Makefile.am:21:	  s=`echo $$i | sed -e 's/.*\\(.\\)$$/\1/'`;      \
curtain-0.3/docs/Makefile.am:22:	  n=`echo $$i | sed -e 's/-[^-]*$$//'`;           \
curtain-0.3/docs/Makefile.am-23-	  f="$$n.$$s";                                    \
##############################################
curtain-0.3/docs/Makefile.in-54-DIST_SOURCES =
curtain-0.3/docs/Makefile.in:55:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
curtain-0.3/docs/Makefile.in-56-am__vpath_adj = case $$p in \
curtain-0.3/docs/Makefile.in:57:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
curtain-0.3/docs/Makefile.in-58-    *) f=$$p;; \
curtain-0.3/docs/Makefile.in-59-  esac;
curtain-0.3/docs/Makefile.in:60:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
curtain-0.3/docs/Makefile.in-61-am__install_max = 40
curtain-0.3/docs/Makefile.in-62-am__nobase_strip_setup = \
curtain-0.3/docs/Makefile.in:63:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
curtain-0.3/docs/Makefile.in-64-am__nobase_strip = \
##############################################
curtain-0.3/docs/Makefile.in-342-	else :; fi
curtain-0.3/docs/Makefile.in:343:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
curtain-0.3/docs/Makefile.in:344:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
curtain-0.3/docs/Makefile.in-345-	list='$(DISTFILES)'; \
##############################################
curtain-0.3/docs/Makefile.in-356-	  if test -d $$d/$$file; then \
curtain-0.3/docs/Makefile.in:357:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
curtain-0.3/docs/Makefile.in-358-	    if test -d "$(distdir)/$$file"; then \
##############################################
curtain-0.3/docs/Makefile.in-496-	for i in $$list; do                               \
curtain-0.3/docs/Makefile.in:497:	  s=`echo $$i | sed -e 's/.*\\(.\\)$$/\1/'`;      \
curtain-0.3/docs/Makefile.in:498:	  n=`echo $$i | sed -e 's/-[^-]*$$//'`;           \
curtain-0.3/docs/Makefile.in-499-	  f="$$n.$$s";                                    \
##############################################
curtain-0.3/docs/Makefile.in-510-	for i in $$list; do                               \
curtain-0.3/docs/Makefile.in:511:	  s=`echo $$i | sed -e 's/.*\\(.\\)$$/\1/'`;      \
curtain-0.3/docs/Makefile.in:512:	  n=`echo $$i | sed -e 's/-[^-]*$$//'`;           \
curtain-0.3/docs/Makefile.in-513-	  f="$$n.$$s";                                    \