===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
hotswap-0.4.0/po/Makefile.in.in-29-MKINSTALLDIRS = @MKINSTALLDIRS@
hotswap-0.4.0/po/Makefile.in.in:30:mkinstalldirs = $(SHELL) `case "$(MKINSTALLDIRS)" in /*) echo "$(MKINSTALLDIRS)" ;; *) echo "$(top_builddir)/$(MKINSTALLDIRS)" ;; esac`
hotswap-0.4.0/po/Makefile.in.in-31-
##############################################
hotswap-0.4.0/po/Makefile.in.in-64-.po.gmo:
hotswap-0.4.0/po/Makefile.in.in:65:	@lang=`echo $* | sed -e 's,.*/,,'`; \
hotswap-0.4.0/po/Makefile.in.in-66-	test "$(srcdir)" = . && cdcmd="" || cdcmd="cd $(srcdir) && "; \
##############################################
hotswap-0.4.0/po/Makefile.in.in-107-$(POFILES): $(srcdir)/$(DOMAIN).pot
hotswap-0.4.0/po/Makefile.in.in:108:	@lang=`echo $@ | sed -e 's,.*/,,' -e 's/\.po$$//'`; \
hotswap-0.4.0/po/Makefile.in.in-109-	test "$(srcdir)" = . && cdcmd="" || cdcmd="cd $(srcdir) && "; \
##############################################
hotswap-0.4.0/po/Makefile.in.in-130-	for cat in $$catalogs; do \
hotswap-0.4.0/po/Makefile.in.in:131:	  cat=`basename $$cat`; \
hotswap-0.4.0/po/Makefile.in.in:132:	  lang=`echo $$cat | sed -e 's/\.gmo$$//'`; \
hotswap-0.4.0/po/Makefile.in.in-133-	  dir=$(localedir)/$$lang/LC_MESSAGES; \
##############################################
hotswap-0.4.0/po/Makefile.in.in-140-	      if (cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc 2>/dev/null) | grep ' -> ' >/dev/null; then \
hotswap-0.4.0/po/Makefile.in.in:141:	        link=`cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc | sed -e 's/^.* -> //'`; \
hotswap-0.4.0/po/Makefile.in.in-142-	        mv $(DESTDIR)$(localedir)/$$lang/$$lc $(DESTDIR)$(localedir)/$$lang/$$lc.old; \
##############################################
hotswap-0.4.0/po/Makefile.in.in-182-	for cat in $$catalogs; do \
hotswap-0.4.0/po/Makefile.in.in:183:	  cat=`basename $$cat`; \
hotswap-0.4.0/po/Makefile.in.in:184:	  lang=`echo $$cat | sed -e 's/\.gmo$$//'`; \
hotswap-0.4.0/po/Makefile.in.in-185-	  dir=$(localedir)/$$lang/LC_MESSAGES; \
##############################################
hotswap-0.4.0/po/Makefile.in.in-189-	      if (cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc 2>/dev/null) | grep ' -> ' >/dev/null; then \
hotswap-0.4.0/po/Makefile.in.in:190:	        link=`cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc | sed -e 's/^.* -> //'`; \
hotswap-0.4.0/po/Makefile.in.in-191-	        mv $(DESTDIR)$(localedir)/$$lang/$$lc $(DESTDIR)$(localedir)/$$lang/$$lc.old; \
##############################################
hotswap-0.4.0/po/Makefile.in.in-228-	for cat in $$catalogs; do \
hotswap-0.4.0/po/Makefile.in.in:229:	  cat=`basename $$cat`; \
hotswap-0.4.0/po/Makefile.in.in:230:	  lang=`echo $$cat | sed -e 's/\.gmo$$//'`; \
hotswap-0.4.0/po/Makefile.in.in-231-	  for lc in LC_MESSAGES $(EXTRA_LOCALE_CATEGORIES); do \
##############################################
hotswap-0.4.0/po/Makefile.in.in-279-.nop.po-update:
hotswap-0.4.0/po/Makefile.in.in:280:	@lang=`echo $@ | sed -e 's/\.po-update$$//'`; \
hotswap-0.4.0/po/Makefile.in.in-281-	if test "$(PACKAGE)" = "gettext"; then PATH=`pwd`/../src:$$PATH; fi; \
##############################################
hotswap-0.4.0/po/Rules-quot-10-.insert-header.po-update-en:
hotswap-0.4.0/po/Rules-quot:11:	@lang=`echo $@ | sed -e 's/\.po-update-en$$//'`; \
hotswap-0.4.0/po/Rules-quot:12:	if test "$(PACKAGE)" = "gettext"; then PATH=`pwd`/../src:$$PATH; GETTEXTLIBDIR=`cd $(top_srcdir)/src && pwd`; export GETTEXTLIBDIR; fi; \
hotswap-0.4.0/po/Rules-quot-13-	tmpdir=`pwd`; \
hotswap-0.4.0/po/Rules-quot-14-	echo "$$lang:"; \
hotswap-0.4.0/po/Rules-quot:15:	ll=`echo $$lang | sed -e 's/@.*//'`; \
hotswap-0.4.0/po/Rules-quot-16-	LC_ALL=C; export LC_ALL; \
hotswap-0.4.0/po/Rules-quot-17-	cd $(srcdir); \
hotswap-0.4.0/po/Rules-quot:18:	if $(MSGINIT) -i $(DOMAIN).pot --no-translator -l $$ll -o - 2>/dev/null | sed -f $$tmpdir/$$lang.insert-header | $(MSGCONV) -t UTF-8 | $(MSGFILTER) sed -f `echo $$lang | sed -e 's/.*@//'`.sed 2>/dev/null > $$tmpdir/$$lang.new.po; then \
hotswap-0.4.0/po/Rules-quot-19-	  if cmp $$lang.po $$tmpdir/$$lang.new.po >/dev/null 2>&1; then \
##############################################
hotswap-0.4.0/aclocal.m4-66-# test to see if srcdir already configured
hotswap-0.4.0/aclocal.m4:67:if test "`cd $srcdir && pwd`" != "`pwd`" &&
hotswap-0.4.0/aclocal.m4-68-   test -f $srcdir/config.status; then
##############################################
hotswap-0.4.0/aclocal.m4-140-    * )
hotswap-0.4.0/aclocal.m4:141:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
hotswap-0.4.0/aclocal.m4-142-  esac
hotswap-0.4.0/aclocal.m4-143-done
hotswap-0.4.0/aclocal.m4:144:echo "timestamp for $1" >`AS_DIRNAME([$1])`/stamp-h[]$_am_stamp_count])
hotswap-0.4.0/aclocal.m4-145-
##############################################
hotswap-0.4.0/aclocal.m4-254-if (
hotswap-0.4.0/aclocal.m4:255:   set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null`
hotswap-0.4.0/aclocal.m4-256-   if test "$[*]" = "X"; then
hotswap-0.4.0/aclocal.m4-257-      # -L didn't work.
hotswap-0.4.0/aclocal.m4:258:      set X `ls -t $srcdir/configure conftest.file`
hotswap-0.4.0/aclocal.m4-259-   fi
##############################################
hotswap-0.4.0/aclocal.m4-349-# $ac_aux_dir to `$srcdir/foo'.  In other projects, it is set to
hotswap-0.4.0/aclocal.m4:350:# `$srcdir', `$srcdir/..', or `$srcdir/../..'.
hotswap-0.4.0/aclocal.m4-351-#
##############################################
hotswap-0.4.0/aclocal.m4-373-# iff we strip the leading $srcdir from $ac_aux_dir.  That would be:
hotswap-0.4.0/aclocal.m4:374:#   am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"`
hotswap-0.4.0/aclocal.m4-375-# and then we would define $MISSING as
##############################################
hotswap-0.4.0/aclocal.m4-390-# expand $ac_aux_dir to an absolute path
hotswap-0.4.0/aclocal.m4:391:am_aux_dir=`cd $ac_aux_dir && pwd`
hotswap-0.4.0/aclocal.m4-392-])
##############################################
hotswap-0.4.0/aclocal.m4-557-  if test "$am_compiler_list" = ""; then
hotswap-0.4.0/aclocal.m4:558:     am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp`
hotswap-0.4.0/aclocal.m4-559-  fi
##############################################
hotswap-0.4.0/aclocal.m4-662-  # Strip MF so we end up with the name of the file.
hotswap-0.4.0/aclocal.m4:663:  mf=`echo "$mf" | sed -e 's/:.*$//'`
hotswap-0.4.0/aclocal.m4-664-  # Check whether this is an Automake generated Makefile or not.
##############################################
hotswap-0.4.0/aclocal.m4-670-  if grep '^#.*generated by automake' $mf > /dev/null 2>&1; then
hotswap-0.4.0/aclocal.m4:671:    dirpart=`AS_DIRNAME("$mf")`
hotswap-0.4.0/aclocal.m4-672-  else
##############################################
hotswap-0.4.0/aclocal.m4-677-  # running `make'.
hotswap-0.4.0/aclocal.m4:678:  DEPDIR=`sed -n -e '/^DEPDIR = / s///p' < "$mf"`
hotswap-0.4.0/aclocal.m4-679-  test -z "$DEPDIR" && continue
hotswap-0.4.0/aclocal.m4-680-  # When using ansi2knr, U may be empty or an underscore; expand it
hotswap-0.4.0/aclocal.m4:681:  U=`sed -n -e '/^U = / s///p' < "$mf"`
hotswap-0.4.0/aclocal.m4-682-  test -d "$dirpart/$DEPDIR" || mkdir "$dirpart/$DEPDIR"
##############################################
hotswap-0.4.0/aclocal.m4-698-    test -f "$dirpart/$file" && continue
hotswap-0.4.0/aclocal.m4:699:    fdir=`AS_DIRNAME(["$file"])`
hotswap-0.4.0/aclocal.m4-700-    AS_MKDIR_P([$dirpart/$fdir])
##############################################
hotswap-0.4.0/aclocal.m4-762-# case it prints its new name instead of `make'.
hotswap-0.4.0/aclocal.m4:763:if test "`$am_make -s -f confmf 2> /dev/null | grep -v 'ing directory'`" = "done"; then
hotswap-0.4.0/aclocal.m4-764-   am__include=include
##############################################
hotswap-0.4.0/aclocal.m4-770-   echo '.include "confinc"' > confmf
hotswap-0.4.0/aclocal.m4:771:   if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then
hotswap-0.4.0/aclocal.m4-772-      am__include=.include
##############################################
hotswap-0.4.0/aclocal.m4-1068-        LTLIBINTL="ifelse([$3],[],\${top_builddir}/intl,[$3])/libintl.[]gt_libtool_suffix_prefix[]a $LTLIBICONV"
hotswap-0.4.0/aclocal.m4:1069:        LIBS=`echo " $LIBS " | sed -e 's/ -lintl / /' -e 's/^ //' -e 's/ $//'`
hotswap-0.4.0/aclocal.m4-1070-      fi
##############################################
hotswap-0.4.0/aclocal.m4-1196-    else
hotswap-0.4.0/aclocal.m4:1197:      GMSGFMT=`echo "$GMSGFMT" | sed -e 's,^.*/,,'`
hotswap-0.4.0/aclocal.m4-1198-      AC_MSG_RESULT(
##############################################
hotswap-0.4.0/aclocal.m4-1224-      case "$ac_file" in
hotswap-0.4.0/aclocal.m4:1225:        *:*) ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
hotswap-0.4.0/aclocal.m4-1226-      esac
##############################################
hotswap-0.4.0/aclocal.m4-1229-        # Adjust a relative srcdir.
hotswap-0.4.0/aclocal.m4:1230:        ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'`
hotswap-0.4.0/aclocal.m4:1231:        ac_dir_suffix="/`echo "$ac_dir"|sed 's%^\./%%'`"
hotswap-0.4.0/aclocal.m4:1232:        ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'`
hotswap-0.4.0/aclocal.m4-1233-        # In autoconf-2.13 it is called $ac_given_srcdir.
##############################################
hotswap-0.4.0/aclocal.m4-1236-        case "$ac_given_srcdir" in
hotswap-0.4.0/aclocal.m4:1237:          .)  top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;;
hotswap-0.4.0/aclocal.m4-1238-          /*) top_srcdir="$ac_given_srcdir" ;;
##############################################
hotswap-0.4.0/aclocal.m4-1252-            fi
hotswap-0.4.0/aclocal.m4:1253:            ALL_LINGUAS_=`sed -e "/^#/d" "$ac_given_srcdir/$ac_dir/LINGUAS"`
hotswap-0.4.0/aclocal.m4-1254-            # Hide the ALL_LINGUAS assigment from automake.
##############################################
hotswap-0.4.0/aclocal.m4-1379-changequote(<<,>>)dnl
hotswap-0.4.0/aclocal.m4:1380:    ac_prog_version=`$INTLBISON --version 2>&1 | sed -n 's/^.*GNU Bison.* \([0-9]*\.[0-9.]*\).*$/\1/p'`
hotswap-0.4.0/aclocal.m4-1381-    case $ac_prog_version in
##############################################
hotswap-0.4.0/aclocal.m4-1742-        dnl or AC_LIB_HAVE_LINKFLAGS call.
hotswap-0.4.0/aclocal.m4:1743:        uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./-|ABCDEFGHIJKLMNOPQRSTUVWXYZ___|'`
hotswap-0.4.0/aclocal.m4-1744-        eval value=\"\$HAVE_LIB$uppername\"
##############################################
hotswap-0.4.0/aclocal.m4-1784-                -L*)
hotswap-0.4.0/aclocal.m4:1785:                  dir=`echo "X$x" | sed -e 's/^X-L//'`
hotswap-0.4.0/aclocal.m4-1786-                  if test -n "$shlibext" && test -f "$dir/lib$name.$shlibext"; then
##############################################
hotswap-0.4.0/aclocal.m4-1901-              */lib | */lib/)
hotswap-0.4.0/aclocal.m4:1902:                basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e 's,/lib/*$,,'`
hotswap-0.4.0/aclocal.m4-1903-                additional_includedir="$basedir/include"
##############################################
hotswap-0.4.0/aclocal.m4-1954-                  -L*)
hotswap-0.4.0/aclocal.m4:1955:                    additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'`
hotswap-0.4.0/aclocal.m4-1956-                    dnl Potentially add $additional_libdir to $LIBNAME and $LTLIBNAME.
##############################################
hotswap-0.4.0/aclocal.m4-2004-                  -R*)
hotswap-0.4.0/aclocal.m4:2005:                    dir=`echo "X$dep" | sed -e 's/^X-R//'`
hotswap-0.4.0/aclocal.m4-2006-                    if test "$enable_rpath" != no; then
##############################################
hotswap-0.4.0/aclocal.m4-2034-                    dnl Handle this in the next round.
hotswap-0.4.0/aclocal.m4:2035:                    names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'`
hotswap-0.4.0/aclocal.m4-2036-                    ;;
##############################################
hotswap-0.4.0/aclocal.m4-2040-                    dnl option.
hotswap-0.4.0/aclocal.m4:2041:                    names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'`
hotswap-0.4.0/aclocal.m4-2042-                    ;;
##############################################
hotswap-0.4.0/aclocal.m4-2156-    # gcc leaves a trailing carriage return which upsets mingw
hotswap-0.4.0/aclocal.m4:2157:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
hotswap-0.4.0/aclocal.m4-2158-  *)
hotswap-0.4.0/aclocal.m4:2159:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
hotswap-0.4.0/aclocal.m4-2160-  esac
##############################################
hotswap-0.4.0/aclocal.m4-2165-      # Canonicalize the path of ld
hotswap-0.4.0/aclocal.m4:2166:      ac_prog=`echo $ac_prog| sed 's%\\\\%/%g'`
hotswap-0.4.0/aclocal.m4-2167-      while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do
hotswap-0.4.0/aclocal.m4:2168:	ac_prog=`echo $ac_prog| sed "s%$re_direlt%/%"`
hotswap-0.4.0/aclocal.m4-2169-      done
##############################################
hotswap-0.4.0/aclocal.m4-2312-      am_cv_proto_iconv="extern size_t iconv (iconv_t cd, $am_cv_proto_iconv_arg1 char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);"])
hotswap-0.4.0/aclocal.m4:2313:    am_cv_proto_iconv=`echo "[$]am_cv_proto_iconv" | tr -s ' ' | sed -e 's/( /(/'`
hotswap-0.4.0/aclocal.m4-2314-    AC_MSG_RESULT([$]{ac_t:-
##############################################
hotswap-0.4.0/aclocal.m4-2783-  else
hotswap-0.4.0/aclocal.m4:2784:    XML_CFLAGS=`$XML_CONFIG $xml_config_args --cflags`
hotswap-0.4.0/aclocal.m4:2785:    XML_LIBS=`$XML_CONFIG $xml_config_args --libs`
hotswap-0.4.0/aclocal.m4-2786-    xml_config_major_version=`$XML_CONFIG $xml_config_args --version | \
##############################################
hotswap-0.4.0/aclocal.m4-2978-  else
hotswap-0.4.0/aclocal.m4:2979:    XML_CFLAGS=`$XML2_CONFIG $xml_config_args --cflags`
hotswap-0.4.0/aclocal.m4:2980:    XML_LIBS=`$XML2_CONFIG $xml_config_args --libs`
hotswap-0.4.0/aclocal.m4-2981-    xml_config_major_version=`$XML2_CONFIG $xml_config_args --version | \
##############################################
hotswap-0.4.0/config.guess-37-
hotswap-0.4.0/config.guess:38:me=`echo "$0" | sed -e 's,.*/,,'`
hotswap-0.4.0/config.guess-39-
##############################################
hotswap-0.4.0/config.guess-106-: ${TMPDIR=/tmp} ;
hotswap-0.4.0/config.guess:107: { tmp=`(umask 077 && mktemp -d -q "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } ||
hotswap-0.4.0/config.guess-108- { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir $tmp) ; } ||
##############################################
hotswap-0.4.0/config.guess-190-	    *)
hotswap-0.4.0/config.guess:191:		release=`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'`
hotswap-0.4.0/config.guess-192-		;;
##############################################
hotswap-0.4.0/config.guess-242-	if test $UNAME_RELEASE = "V4.0"; then
hotswap-0.4.0/config.guess:243:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'`
hotswap-0.4.0/config.guess-244-	fi
##############################################
hotswap-0.4.0/config.guess-248-	# types through head -n 1, so we only detect the type of CPU 0.
hotswap-0.4.0/config.guess:249:	ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^  The alpha \(.*\) processor.*$/\1/p' | head -n 1`
hotswap-0.4.0/config.guess-250-	case "$ALPHA_CPU_TYPE" in
##############################################
hotswap-0.4.0/config.guess-285-	# 1.2 uses "1.2" for uname -r.
hotswap-0.4.0/config.guess:286:	echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[VTX]//' | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'`
hotswap-0.4.0/config.guess-287-	exit 0 ;;
##############################################
hotswap-0.4.0/config.guess-330-    sun4H:SunOS:5.*:*)
hotswap-0.4.0/config.guess:331:	echo sparc-hal-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
hotswap-0.4.0/config.guess-332-	exit 0 ;;
hotswap-0.4.0/config.guess-333-    sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*)
hotswap-0.4.0/config.guess:334:	echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
hotswap-0.4.0/config.guess-335-	exit 0 ;;
hotswap-0.4.0/config.guess-336-    i86pc:SunOS:5.*:*)
hotswap-0.4.0/config.guess:337:	echo i386-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
hotswap-0.4.0/config.guess-338-	exit 0 ;;
##############################################
hotswap-0.4.0/config.guess-342-	# it's likely to be more like Solaris than SunOS4.
hotswap-0.4.0/config.guess:343:	echo sparc-sun-solaris3`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
hotswap-0.4.0/config.guess-344-	exit 0 ;;
##############################################
hotswap-0.4.0/config.guess-351-	# Japanese Language versions have a version number like `4.1.3-JL'.
hotswap-0.4.0/config.guess:352:	echo sparc-sun-sunos`echo ${UNAME_RELEASE}|sed -e 's/-/_/'`
hotswap-0.4.0/config.guess-353-	exit 0 ;;
##############################################
hotswap-0.4.0/config.guess-357-    sun*:*:4.2BSD:*)
hotswap-0.4.0/config.guess:358:	UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null`
hotswap-0.4.0/config.guess-359-	test "x${UNAME_RELEASE}" = "x" && UNAME_RELEASE=3
##############################################
hotswap-0.4.0/config.guess-436-	$CC_FOR_BUILD -o $dummy $dummy.c \
hotswap-0.4.0/config.guess:437:	  && $dummy `echo "${UNAME_RELEASE}" | sed -n 's/\([0-9]*\).*/\1/p'` \
hotswap-0.4.0/config.guess-438-	  && exit 0
##############################################
hotswap-0.4.0/config.guess-491-    *:IRIX*:*:*)
hotswap-0.4.0/config.guess:492:	echo mips-sgi-irix`echo ${UNAME_RELEASE}|sed -e 's/-/_/g'`
hotswap-0.4.0/config.guess-493-	exit 0 ;;
##############################################
hotswap-0.4.0/config.guess-530-    *:AIX:*:[45])
hotswap-0.4.0/config.guess:531:	IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'`
hotswap-0.4.0/config.guess-532-	if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then
##############################################
hotswap-0.4.0/config.guess-565-    9000/[34678]??:HP-UX:*:*)
hotswap-0.4.0/config.guess:566:	HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
hotswap-0.4.0/config.guess-567-	case "${UNAME_MACHINE}" in
##############################################
hotswap-0.4.0/config.guess-619-EOF
hotswap-0.4.0/config.guess:620:		    (CCOPTS= $CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null) && HP_ARCH=`$dummy`
hotswap-0.4.0/config.guess-621-		    test -z "$HP_ARCH" && HP_ARCH=hppa
##############################################
hotswap-0.4.0/config.guess-637-    ia64:HP-UX:*:*)
hotswap-0.4.0/config.guess:638:	HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
hotswap-0.4.0/config.guess-639-	echo ia64-hp-hpux${HPUX_REV}
##############################################
hotswap-0.4.0/config.guess-737-        FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'`
hotswap-0.4.0/config.guess:738:        FUJITSU_REL=`echo ${UNAME_RELEASE} | sed -e 's/ /_/'`
hotswap-0.4.0/config.guess-739-        echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
hotswap-0.4.0/config.guess-760-EOF
hotswap-0.4.0/config.guess:761:	eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep ^LIBC=`
hotswap-0.4.0/config.guess:762:	echo ${UNAME_MACHINE}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`${LIBC:+-$LIBC}
hotswap-0.4.0/config.guess-763-	exit 0 ;;
##############################################
hotswap-0.4.0/config.guess-791-    prep*:SunOS:5.*:*)
hotswap-0.4.0/config.guess:792:	echo powerpcle-unknown-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
hotswap-0.4.0/config.guess-793-	exit 0 ;;
hotswap-0.4.0/config.guess-794-    *:GNU:*:*)
hotswap-0.4.0/config.guess:795:	echo `echo ${UNAME_MACHINE}|sed -e 's,[-/].*$,,'`-unknown-gnu`echo ${UNAME_RELEASE}|sed -e 's,/.*$,,'`
hotswap-0.4.0/config.guess-796-	exit 0 ;;
##############################################
hotswap-0.4.0/config.guess-824-EOF
hotswap-0.4.0/config.guess:825:	eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep ^CPU=`
hotswap-0.4.0/config.guess-826-	test x"${CPU}" != x && echo "${CPU}-unknown-linux-gnu" && exit 0
##############################################
hotswap-0.4.0/config.guess-843-EOF
hotswap-0.4.0/config.guess:844:	eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep ^CPU=`
hotswap-0.4.0/config.guess-845-	test x"${CPU}" != x && echo "${CPU}-unknown-linux-gnu" && exit 0
##############################################
hotswap-0.4.0/config.guess-938-EOF
hotswap-0.4.0/config.guess:939:	eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep ^LIBC=`
hotswap-0.4.0/config.guess-940-	test x"${LIBC}" != x && echo "${UNAME_MACHINE}-pc-linux-${LIBC}" && exit 0
##############################################
hotswap-0.4.0/config.guess-974-    i*86:*:4.*:* | i*86:SYSTEM_V:4.*:*)
hotswap-0.4.0/config.guess:975:	UNAME_REL=`echo ${UNAME_RELEASE} | sed 's/\/MP$//'`
hotswap-0.4.0/config.guess-976-	if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then
##############################################
hotswap-0.4.0/config.rpath-42-host="$1"
hotswap-0.4.0/config.rpath:43:host_cpu=`echo "$host" | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
hotswap-0.4.0/config.rpath:44:host_vendor=`echo "$host" | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
hotswap-0.4.0/config.rpath:45:host_os=`echo "$host" | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
hotswap-0.4.0/config.rpath-46-
##############################################
hotswap-0.4.0/config.rpath-196-        case $host_os in aix4.[012]|aix4.[012].*)
hotswap-0.4.0/config.rpath:197:          collect2name=`${CC} -print-prog-name=collect2`
hotswap-0.4.0/config.rpath-198-          if test -f "$collect2name" && \
##############################################
hotswap-0.4.0/config.rpath-275-      hardcode_direct=yes
hotswap-0.4.0/config.rpath:276:      if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
hotswap-0.4.0/config.rpath-277-        hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
##############################################
hotswap-0.4.0/config.rpath-379-        shlibext=dll
hotswap-0.4.0/config.rpath:380:        sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | sed -e "s/^libraries://" -e "s/;/ /g"`
hotswap-0.4.0/config.rpath-381-        ;;
##############################################
hotswap-0.4.0/config.rpath-475-sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
hotswap-0.4.0/config.rpath:476:escaped_wl=`echo "X$wl" | sed -e 's/^X//' -e "$sed_quote_subst"`
hotswap-0.4.0/config.rpath:477:escaped_hardcode_libdir_flag_spec=`echo "X$hardcode_libdir_flag_spec" | sed -e 's/^X//' -e "$sed_quote_subst"`
hotswap-0.4.0/config.rpath:478:escaped_sys_lib_search_path_spec=`echo "X$sys_lib_search_path_spec" | sed -e 's/^X//' -e "$sed_quote_subst"`
hotswap-0.4.0/config.rpath:479:escaped_sys_lib_dlsearch_path_spec=`echo "X$sys_lib_dlsearch_path_spec" | sed -e 's/^X//' -e "$sed_quote_subst"`
hotswap-0.4.0/config.rpath-480-
##############################################
hotswap-0.4.0/config.sub-54-
hotswap-0.4.0/config.sub:55:me=`echo "$0" | sed -e 's,.*/,,'`
hotswap-0.4.0/config.sub-56-
##############################################
hotswap-0.4.0/config.sub-118-# Here we must recognize all the valid KERNEL-OS combinations.
hotswap-0.4.0/config.sub:119:maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'`
hotswap-0.4.0/config.sub-120-case $maybe_os in
##############################################
hotswap-0.4.0/config.sub-122-    os=-$maybe_os
hotswap-0.4.0/config.sub:123:    basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`
hotswap-0.4.0/config.sub-124-    ;;
hotswap-0.4.0/config.sub-125-  *)
hotswap-0.4.0/config.sub:126:    basic_machine=`echo $1 | sed 's/-[^-]*$//'`
hotswap-0.4.0/config.sub-127-    if [ $basic_machine != $1 ]
hotswap-0.4.0/config.sub:128:    then os=`echo $1 | sed 's/.*-/-/'`
hotswap-0.4.0/config.sub-129-    else os=; fi
##############################################
hotswap-0.4.0/config.sub-173-		os=-sco3.2v5
hotswap-0.4.0/config.sub:174:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
hotswap-0.4.0/config.sub-175-		;;
##############################################
hotswap-0.4.0/config.sub-177-		os=-sco3.2v4
hotswap-0.4.0/config.sub:178:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
hotswap-0.4.0/config.sub-179-		;;
hotswap-0.4.0/config.sub-180-	-sco3.2.[4-9]*)
hotswap-0.4.0/config.sub:181:		os=`echo $os | sed -e 's/sco3.2./sco3.2v/'`
hotswap-0.4.0/config.sub:182:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
hotswap-0.4.0/config.sub-183-		;;
##############################################
hotswap-0.4.0/config.sub-185-		# Don't forget version if it is 3.2v4 or newer.
hotswap-0.4.0/config.sub:186:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
hotswap-0.4.0/config.sub-187-		;;
##############################################
hotswap-0.4.0/config.sub-189-		os=-sco3.2v2
hotswap-0.4.0/config.sub:190:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
hotswap-0.4.0/config.sub-191-		;;
hotswap-0.4.0/config.sub-192-	-udk*)
hotswap-0.4.0/config.sub:193:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
hotswap-0.4.0/config.sub-194-		;;
##############################################
hotswap-0.4.0/config.sub-196-		os=-isc2.2
hotswap-0.4.0/config.sub:197:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
hotswap-0.4.0/config.sub-198-		;;
##############################################
hotswap-0.4.0/config.sub-202-	-isc*)
hotswap-0.4.0/config.sub:203:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
hotswap-0.4.0/config.sub-204-		;;
##############################################
hotswap-0.4.0/config.sub-208-	-ptx*)
hotswap-0.4.0/config.sub:209:		basic_machine=`echo $1 | sed -e 's/86-.*/86-sequent/'`
hotswap-0.4.0/config.sub-210-		;;
hotswap-0.4.0/config.sub-211-	-windowsnt*)
hotswap-0.4.0/config.sub:212:		os=`echo $os | sed -e 's/windowsnt/winnt/'`
hotswap-0.4.0/config.sub-213-		;;
##############################################
hotswap-0.4.0/config.sub-286-	*-*-*)
hotswap-0.4.0/config.sub:287:		echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
hotswap-0.4.0/config.sub-288-		exit 1
##############################################
hotswap-0.4.0/config.sub-575-	i*86v32)
hotswap-0.4.0/config.sub:576:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
hotswap-0.4.0/config.sub-577-		os=-sysv32
##############################################
hotswap-0.4.0/config.sub-579-	i*86v4*)
hotswap-0.4.0/config.sub:580:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
hotswap-0.4.0/config.sub-581-		os=-sysv4
##############################################
hotswap-0.4.0/config.sub-583-	i*86v)
hotswap-0.4.0/config.sub:584:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
hotswap-0.4.0/config.sub-585-		os=-sysv
##############################################
hotswap-0.4.0/config.sub-587-	i*86sol2)
hotswap-0.4.0/config.sub:588:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
hotswap-0.4.0/config.sub-589-		os=-solaris2
##############################################
hotswap-0.4.0/config.sub-635-	mips3*-*)
hotswap-0.4.0/config.sub:636:		basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`
hotswap-0.4.0/config.sub-637-		;;
hotswap-0.4.0/config.sub-638-	mips3*)
hotswap-0.4.0/config.sub:639:		basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`-unknown
hotswap-0.4.0/config.sub-640-		;;
##############################################
hotswap-0.4.0/config.sub-774-	pentium-* | p5-* | k5-* | k6-* | nexgen-* | viac3-*)
hotswap-0.4.0/config.sub:775:		basic_machine=i586-`echo $basic_machine | sed 's/^[^-]*-//'`
hotswap-0.4.0/config.sub-776-		;;
hotswap-0.4.0/config.sub-777-	pentiumpro-* | p6-* | 6x86-* | athlon-*)
hotswap-0.4.0/config.sub:778:		basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
hotswap-0.4.0/config.sub-779-		;;
hotswap-0.4.0/config.sub-780-	pentiumii-* | pentium2-*)
hotswap-0.4.0/config.sub:781:		basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
hotswap-0.4.0/config.sub-782-		;;
##############################################
hotswap-0.4.0/config.sub-789-		;;
hotswap-0.4.0/config.sub:790:	ppc-*)	basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'`
hotswap-0.4.0/config.sub-791-		;;
##############################################
hotswap-0.4.0/config.sub-795-	ppcle-* | powerpclittle-*)
hotswap-0.4.0/config.sub:796:		basic_machine=powerpcle-`echo $basic_machine | sed 's/^[^-]*-//'`
hotswap-0.4.0/config.sub-797-		;;
##############################################
hotswap-0.4.0/config.sub-799-		;;
hotswap-0.4.0/config.sub:800:	ppc64-*) basic_machine=powerpc64-`echo $basic_machine | sed 's/^[^-]*-//'`
hotswap-0.4.0/config.sub-801-		;;
##############################################
hotswap-0.4.0/config.sub-805-	ppc64le-* | powerpc64little-*)
hotswap-0.4.0/config.sub:806:		basic_machine=powerpc64le-`echo $basic_machine | sed 's/^[^-]*-//'`
hotswap-0.4.0/config.sub-807-		;;
##############################################
hotswap-0.4.0/config.sub-1067-	*)
hotswap-0.4.0/config.sub:1068:		echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
hotswap-0.4.0/config.sub-1069-		exit 1
##############################################
hotswap-0.4.0/config.sub-1075-	*-digital*)
hotswap-0.4.0/config.sub:1076:		basic_machine=`echo $basic_machine | sed 's/digital.*/dec/'`
hotswap-0.4.0/config.sub-1077-		;;
hotswap-0.4.0/config.sub-1078-	*-commodore*)
hotswap-0.4.0/config.sub:1079:		basic_machine=`echo $basic_machine | sed 's/commodore.*/cbm/'`
hotswap-0.4.0/config.sub-1080-		;;
##############################################
hotswap-0.4.0/config.sub-1093-	-solaris1 | -solaris1.*)
hotswap-0.4.0/config.sub:1094:		os=`echo $os | sed -e 's|solaris1|sunos4|'`
hotswap-0.4.0/config.sub-1095-		;;
##############################################
hotswap-0.4.0/config.sub-1105-	-gnu/linux*)
hotswap-0.4.0/config.sub:1106:		os=`echo $os | sed -e 's|gnu/linux|linux-gnu|'`
hotswap-0.4.0/config.sub-1107-		;;
##############################################
hotswap-0.4.0/config.sub-1145-	-nto*)
hotswap-0.4.0/config.sub:1146:		os=`echo $os | sed -e 's|nto|nto-qnx|'`
hotswap-0.4.0/config.sub-1147-		;;
##############################################
hotswap-0.4.0/config.sub-1152-	-mac*)
hotswap-0.4.0/config.sub:1153:		os=`echo $os | sed -e 's|mac|macos|'`
hotswap-0.4.0/config.sub-1154-		;;
hotswap-0.4.0/config.sub-1155-	-linux*)
hotswap-0.4.0/config.sub:1156:		os=`echo $os | sed -e 's|linux|linux-gnu|'`
hotswap-0.4.0/config.sub-1157-		;;
hotswap-0.4.0/config.sub-1158-	-sunos5*)
hotswap-0.4.0/config.sub:1159:		os=`echo $os | sed -e 's|sunos5|solaris2|'`
hotswap-0.4.0/config.sub-1160-		;;
hotswap-0.4.0/config.sub-1161-	-sunos6*)
hotswap-0.4.0/config.sub:1162:		os=`echo $os | sed -e 's|sunos6|solaris3|'`
hotswap-0.4.0/config.sub-1163-		;;
##############################################
hotswap-0.4.0/config.sub-1204-	-sinix5.*)
hotswap-0.4.0/config.sub:1205:		os=`echo $os | sed -e 's|sinix|sysv|'`
hotswap-0.4.0/config.sub-1206-		;;
##############################################
hotswap-0.4.0/config.sub-1249-		# Get rid of the `-' at the beginning of $os.
hotswap-0.4.0/config.sub:1250:		os=`echo $os | sed 's/[^-]*-//'`
hotswap-0.4.0/config.sub:1251:		echo Invalid configuration \`$1\': system \`$os\' not recognized 1>&2
hotswap-0.4.0/config.sub-1252-		exit 1
##############################################
hotswap-0.4.0/config.sub-1476-		esac
hotswap-0.4.0/config.sub:1477:		basic_machine=`echo $basic_machine | sed "s/unknown/$vendor/"`
hotswap-0.4.0/config.sub-1478-		;;
##############################################
hotswap-0.4.0/configure-43-do
hotswap-0.4.0/configure:44:  if (set +x; test -n "`(eval $as_var=C; export $as_var) 2>&1`"); then
hotswap-0.4.0/configure-45-    eval $as_var=C; export $as_var
##############################################
hotswap-0.4.0/configure-101-  as_lineno_2=$LINENO
hotswap-0.4.0/configure:102:  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
hotswap-0.4.0/configure-103-  test "x$as_lineno_1" != "x$as_lineno_2" &&
##############################################
hotswap-0.4.0/configure-140-  as_lineno_2=$LINENO
hotswap-0.4.0/configure:141:  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
hotswap-0.4.0/configure-142-  test "x$as_lineno_1" != "x$as_lineno_2" &&
##############################################
hotswap-0.4.0/configure-363-
hotswap-0.4.0/configure:364:  ac_optarg=`expr "x$ac_option" : 'x[^=]*=\(.*\)'`
hotswap-0.4.0/configure-365-
##############################################
hotswap-0.4.0/configure-396-  -disable-* | --disable-*)
hotswap-0.4.0/configure:397:    ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
hotswap-0.4.0/configure-398-    # Reject names that are not valid shell variable names.
##############################################
hotswap-0.4.0/configure-401-   { (exit 1); exit 1; }; }
hotswap-0.4.0/configure:402:    ac_feature=`echo $ac_feature | sed 's/-/_/g'`
hotswap-0.4.0/configure-403-    eval "enable_$ac_feature=no" ;;
##############################################
hotswap-0.4.0/configure-405-  -enable-* | --enable-*)
hotswap-0.4.0/configure:406:    ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
hotswap-0.4.0/configure-407-    # Reject names that are not valid shell variable names.
##############################################
hotswap-0.4.0/configure-410-   { (exit 1); exit 1; }; }
hotswap-0.4.0/configure:411:    ac_feature=`echo $ac_feature | sed 's/-/_/g'`
hotswap-0.4.0/configure-412-    case $ac_option in
hotswap-0.4.0/configure:413:      *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
hotswap-0.4.0/configure-414-      *) ac_optarg=yes ;;
##############################################
hotswap-0.4.0/configure-587-  -with-* | --with-*)
hotswap-0.4.0/configure:588:    ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
hotswap-0.4.0/configure-589-    # Reject names that are not valid shell variable names.
##############################################
hotswap-0.4.0/configure-592-   { (exit 1); exit 1; }; }
hotswap-0.4.0/configure:593:    ac_package=`echo $ac_package| sed 's/-/_/g'`
hotswap-0.4.0/configure-594-    case $ac_option in
hotswap-0.4.0/configure:595:      *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
hotswap-0.4.0/configure-596-      *) ac_optarg=yes ;;
##############################################
hotswap-0.4.0/configure-600-  -without-* | --without-*)
hotswap-0.4.0/configure:601:    ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
hotswap-0.4.0/configure-602-    # Reject names that are not valid shell variable names.
##############################################
hotswap-0.4.0/configure-605-   { (exit 1); exit 1; }; }
hotswap-0.4.0/configure:606:    ac_package=`echo $ac_package | sed 's/-/_/g'`
hotswap-0.4.0/configure-607-    eval "with_$ac_package=no" ;;
##############################################
hotswap-0.4.0/configure-632-  *=*)
hotswap-0.4.0/configure:633:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
hotswap-0.4.0/configure-634-    # Reject names that are not valid shell variable names.
##############################################
hotswap-0.4.0/configure-637-   { (exit 1); exit 1; }; }
hotswap-0.4.0/configure:638:    ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`
hotswap-0.4.0/configure-639-    eval "$ac_envvar='$ac_optarg'"
##############################################
hotswap-0.4.0/configure-653-if test -n "$ac_prev"; then
hotswap-0.4.0/configure:654:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
hotswap-0.4.0/configure-655-  { echo "$as_me: error: missing argument to $ac_option" >&2
##############################################
hotswap-0.4.0/configure-661-do
hotswap-0.4.0/configure:662:  eval ac_val=$`echo $ac_var`
hotswap-0.4.0/configure-663-  case $ac_val in
##############################################
hotswap-0.4.0/configure-673-do
hotswap-0.4.0/configure:674:  eval ac_val=$`echo $ac_var`
hotswap-0.4.0/configure-675-  case $ac_val in
##############################################
hotswap-0.4.0/configure-740-   { (exit 1); exit 1; }; }
hotswap-0.4.0/configure:741:srcdir=`echo "$srcdir" | sed 's%\([^\\/]\)[\\/]*$%\1%'`
hotswap-0.4.0/configure-742-ac_env_build_alias_set=${build_alias+set}
##############################################
hotswap-0.4.0/configure-811-By default, \`make install' will install all the files in
hotswap-0.4.0/configure:812:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
hotswap-0.4.0/configure:813:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
hotswap-0.4.0/configure-814-for instance \`--prefix=\$HOME'.
##############################################
hotswap-0.4.0/configure-895-if test "$ac_dir" != .; then
hotswap-0.4.0/configure:896:  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
hotswap-0.4.0/configure-897-  # A "../" for each directory in $ac_dir_suffix.
hotswap-0.4.0/configure:898:  ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
hotswap-0.4.0/configure-899-else
##############################################
hotswap-0.4.0/configure-908-    else
hotswap-0.4.0/configure:909:       ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
hotswap-0.4.0/configure-910-    fi ;;
##############################################
hotswap-0.4.0/configure-917-esac
hotswap-0.4.0/configure:918:# Don't blindly perform a `cd "$ac_dir"/$ac_foo && pwd` since $ac_foo can be
hotswap-0.4.0/configure-919-# absolute.
hotswap-0.4.0/configure:920:ac_abs_builddir=`cd "$ac_dir" && cd $ac_builddir && pwd`
hotswap-0.4.0/configure:921:ac_abs_top_builddir=`cd "$ac_dir" && cd ${ac_top_builddir}. && pwd`
hotswap-0.4.0/configure:922:ac_abs_srcdir=`cd "$ac_dir" && cd $ac_srcdir && pwd`
hotswap-0.4.0/configure:923:ac_abs_top_srcdir=`cd "$ac_dir" && cd $ac_top_srcdir && pwd`
hotswap-0.4.0/configure-924-
##############################################
hotswap-0.4.0/configure-1030-    *" "*|*"	"*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
hotswap-0.4.0/configure:1031:      ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
hotswap-0.4.0/configure-1032-    esac
##############################################
hotswap-0.4.0/configure-1102-    do
hotswap-0.4.0/configure:1103:      eval ac_val=$`echo $ac_var`
hotswap-0.4.0/configure-1104-      echo "$ac_var='"'"'$ac_val'"'"'"
##############################################
hotswap-0.4.0/configure-1116-      do
hotswap-0.4.0/configure:1117:	eval ac_val=$`echo $ac_var`
hotswap-0.4.0/configure-1118-        echo "$ac_var='"'"'$ac_val'"'"'"
##############################################
hotswap-0.4.0/configure-1223-    set,)
hotswap-0.4.0/configure:1224:      { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
hotswap-0.4.0/configure:1225:echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
hotswap-0.4.0/configure-1226-      ac_cache_corrupted=: ;;
##############################################
hotswap-0.4.0/configure-1246-    *" "*|*"	"*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
hotswap-0.4.0/configure:1247:      ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
hotswap-0.4.0/configure-1248-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
hotswap-0.4.0/configure-1404-if (
hotswap-0.4.0/configure:1405:   set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null`
hotswap-0.4.0/configure-1406-   if test "$*" = "X"; then
hotswap-0.4.0/configure-1407-      # -L didn't work.
hotswap-0.4.0/configure:1408:      set X `ls -t $srcdir/configure conftest.file`
hotswap-0.4.0/configure-1409-   fi
##############################################
hotswap-0.4.0/configure-1448-_ACEOF
hotswap-0.4.0/configure:1449:program_transform_name=`echo $program_transform_name | sed -f conftest.sed`
hotswap-0.4.0/configure-1450-rm conftest.sed
##############################################
hotswap-0.4.0/configure-1453-# expand $ac_aux_dir to an absolute path
hotswap-0.4.0/configure:1454:am_aux_dir=`cd $ac_aux_dir && pwd`
hotswap-0.4.0/configure-1455-
##############################################
hotswap-0.4.0/configure-1507-echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6
hotswap-0.4.0/configure:1508:set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,./+-,__p_,'`
hotswap-0.4.0/configure-1509-if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then
##############################################
hotswap-0.4.0/configure-1516-# GNU make sometimes prints "make[1]: Entering...", which would confuse us.
hotswap-0.4.0/configure:1517:eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=`
hotswap-0.4.0/configure-1518-if test -n "$ac_maketemp"; then
##############################################
hotswap-0.4.0/configure-1524-fi
hotswap-0.4.0/configure:1525:if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
hotswap-0.4.0/configure-1526-  echo "$as_me:$LINENO: result: yes" >&5
##############################################
hotswap-0.4.0/configure-1544- # test to see if srcdir already configured
hotswap-0.4.0/configure:1545:if test "`cd $srcdir && pwd`" != "`pwd`" &&
hotswap-0.4.0/configure-1546-   test -f $srcdir/config.status; then
##############################################
hotswap-0.4.0/configure-1865-    else
hotswap-0.4.0/configure:1866:      GMSGFMT=`echo "$GMSGFMT" | sed -e 's,^.*/,,'`
hotswap-0.4.0/configure-1867-      echo "$as_me:$LINENO: result: found $GMSGFMT program is not GNU msgfmt; ignore it" >&5
##############################################
hotswap-0.4.0/configure-1926-# case it prints its new name instead of `make'.
hotswap-0.4.0/configure:1927:if test "`$am_make -s -f confmf 2> /dev/null | grep -v 'ing directory'`" = "done"; then
hotswap-0.4.0/configure-1928-   am__include=include
##############################################
hotswap-0.4.0/configure-1934-   echo '.include "confinc"' > confmf
hotswap-0.4.0/configure:1935:   if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then
hotswap-0.4.0/configure-1936-      am__include=.include
##############################################
hotswap-0.4.0/configure-2285-     "checking for C compiler version" >&5
hotswap-0.4.0/configure:2286:ac_compiler=`set X $ac_compile; echo $2`
hotswap-0.4.0/configure-2287-{ (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
##############################################
hotswap-0.4.0/configure-2325-echo $ECHO_N "checking for C compiler default output... $ECHO_C" >&6
hotswap-0.4.0/configure:2326:ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
hotswap-0.4.0/configure-2327-if { (eval echo "$as_me:$LINENO: \"$ac_link_default\"") >&5
##############################################
hotswap-0.4.0/configure-2353-    *.* )
hotswap-0.4.0/configure:2354:        ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
hotswap-0.4.0/configure-2355-        # FIXME: I believe we export ac_cv_exeext for Libtool,
##############################################
hotswap-0.4.0/configure-2433-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj ) ;;
hotswap-0.4.0/configure:2434:    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
hotswap-0.4.0/configure-2435-          export ac_cv_exeext
##############################################
hotswap-0.4.0/configure-2484-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg ) ;;
hotswap-0.4.0/configure:2485:    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
hotswap-0.4.0/configure-2486-       break;;
##############################################
hotswap-0.4.0/configure-2554-echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6
hotswap-0.4.0/configure:2555:GCC=`test $ac_compiler_gnu = yes && echo yes`
hotswap-0.4.0/configure-2556-ac_test_CFLAGS=${CFLAGS+set}
##############################################
hotswap-0.4.0/configure-2856-  if test "$am_compiler_list" = ""; then
hotswap-0.4.0/configure:2857:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
hotswap-0.4.0/configure-2858-  fi
##############################################
hotswap-0.4.0/configure-2935-test -z "$ac_cv_build_alias" &&
hotswap-0.4.0/configure:2936:  ac_cv_build_alias=`$ac_config_guess`
hotswap-0.4.0/configure-2937-test -z "$ac_cv_build_alias" &&
##############################################
hotswap-0.4.0/configure-2940-   { (exit 1); exit 1; }; }
hotswap-0.4.0/configure:2941:ac_cv_build=`$ac_config_sub $ac_cv_build_alias` ||
hotswap-0.4.0/configure-2942-  { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_build_alias failed" >&5
##############################################
hotswap-0.4.0/configure-2949-build=$ac_cv_build
hotswap-0.4.0/configure:2950:build_cpu=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
hotswap-0.4.0/configure:2951:build_vendor=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
hotswap-0.4.0/configure:2952:build_os=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
hotswap-0.4.0/configure-2953-
##############################################
hotswap-0.4.0/configure-2962-  ac_cv_host_alias=$ac_cv_build_alias
hotswap-0.4.0/configure:2963:ac_cv_host=`$ac_config_sub $ac_cv_host_alias` ||
hotswap-0.4.0/configure-2964-  { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_host_alias failed" >&5
##############################################
hotswap-0.4.0/configure-2971-host=$ac_cv_host
hotswap-0.4.0/configure:2972:host_cpu=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
hotswap-0.4.0/configure:2973:host_vendor=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
hotswap-0.4.0/configure:2974:host_os=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
hotswap-0.4.0/configure-2975-
##############################################
hotswap-0.4.0/configure-2992-    # gcc leaves a trailing carriage return which upsets mingw
hotswap-0.4.0/configure:2993:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
hotswap-0.4.0/configure-2994-  *)
hotswap-0.4.0/configure:2995:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
hotswap-0.4.0/configure-2996-  esac
##############################################
hotswap-0.4.0/configure-3001-      # Canonicalize the path of ld
hotswap-0.4.0/configure:3002:      ac_prog=`echo $ac_prog| sed 's%\\\\%/%g'`
hotswap-0.4.0/configure-3003-      while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do
hotswap-0.4.0/configure:3004:	ac_prog=`echo $ac_prog| sed "s%$re_direlt%/%"`
hotswap-0.4.0/configure-3005-      done
##############################################
hotswap-0.4.0/configure-3176-        names_already_handled="$names_already_handled $name"
hotswap-0.4.0/configure:3177:                        uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./-|ABCDEFGHIJKLMNOPQRSTUVWXYZ___|'`
hotswap-0.4.0/configure-3178-        eval value=\"\$HAVE_LIB$uppername\"
##############################################
hotswap-0.4.0/configure-3222-                -L*)
hotswap-0.4.0/configure:3223:                  dir=`echo "X$x" | sed -e 's/^X-L//'`
hotswap-0.4.0/configure-3224-                  if test -n "$shlibext" && test -f "$dir/lib$name.$shlibext"; then
##############################################
hotswap-0.4.0/configure-3314-              */lib | */lib/)
hotswap-0.4.0/configure:3315:                basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e 's,/lib/*$,,'`
hotswap-0.4.0/configure-3316-                additional_includedir="$basedir/include"
##############################################
hotswap-0.4.0/configure-3362-                  -L*)
hotswap-0.4.0/configure:3363:                    additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'`
hotswap-0.4.0/configure-3364-                                                                                                                                                                if test "X$additional_libdir" != "X/usr/lib"; then
##############################################
hotswap-0.4.0/configure-3419-                  -R*)
hotswap-0.4.0/configure:3420:                    dir=`echo "X$dep" | sed -e 's/^X-R//'`
hotswap-0.4.0/configure-3421-                    if test "$enable_rpath" != no; then
##############################################
hotswap-0.4.0/configure-3444-                  -l*)
hotswap-0.4.0/configure:3445:                                        names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'`
hotswap-0.4.0/configure-3446-                    ;;
hotswap-0.4.0/configure-3447-                  *.la)
hotswap-0.4.0/configure:3448:                                                                                names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'`
hotswap-0.4.0/configure-3449-                    ;;
##############################################
hotswap-0.4.0/configure-3791-        names_already_handled="$names_already_handled $name"
hotswap-0.4.0/configure:3792:                        uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./-|ABCDEFGHIJKLMNOPQRSTUVWXYZ___|'`
hotswap-0.4.0/configure-3793-        eval value=\"\$HAVE_LIB$uppername\"
##############################################
hotswap-0.4.0/configure-3837-                -L*)
hotswap-0.4.0/configure:3838:                  dir=`echo "X$x" | sed -e 's/^X-L//'`
hotswap-0.4.0/configure-3839-                  if test -n "$shlibext" && test -f "$dir/lib$name.$shlibext"; then
##############################################
hotswap-0.4.0/configure-3929-              */lib | */lib/)
hotswap-0.4.0/configure:3930:                basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e 's,/lib/*$,,'`
hotswap-0.4.0/configure-3931-                additional_includedir="$basedir/include"
##############################################
hotswap-0.4.0/configure-3977-                  -L*)
hotswap-0.4.0/configure:3978:                    additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'`
hotswap-0.4.0/configure-3979-                                                                                                                                                                if test "X$additional_libdir" != "X/usr/lib"; then
##############################################
hotswap-0.4.0/configure-4034-                  -R*)
hotswap-0.4.0/configure:4035:                    dir=`echo "X$dep" | sed -e 's/^X-R//'`
hotswap-0.4.0/configure-4036-                    if test "$enable_rpath" != no; then
##############################################
hotswap-0.4.0/configure-4059-                  -l*)
hotswap-0.4.0/configure:4060:                                        names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'`
hotswap-0.4.0/configure-4061-                    ;;
hotswap-0.4.0/configure-4062-                  *.la)
hotswap-0.4.0/configure:4063:                                                                                names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'`
hotswap-0.4.0/configure-4064-                    ;;
##############################################
hotswap-0.4.0/configure-4641-     "checking for C compiler version" >&5
hotswap-0.4.0/configure:4642:ac_compiler=`set X $ac_compile; echo $2`
hotswap-0.4.0/configure-4643-{ (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
##############################################
hotswap-0.4.0/configure-4707-echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6
hotswap-0.4.0/configure:4708:GCC=`test $ac_compiler_gnu = yes && echo yes`
hotswap-0.4.0/configure-4709-ac_test_CFLAGS=${CFLAGS+set}
##############################################
hotswap-0.4.0/configure-5009-  if test "$am_compiler_list" = ""; then
hotswap-0.4.0/configure:5010:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
hotswap-0.4.0/configure-5011-  fi
##############################################
hotswap-0.4.0/configure-5154-echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6
hotswap-0.4.0/configure:5155:set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,./+-,__p_,'`
hotswap-0.4.0/configure-5156-if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then
##############################################
hotswap-0.4.0/configure-5163-# GNU make sometimes prints "make[1]: Entering...", which would confuse us.
hotswap-0.4.0/configure:5164:eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=`
hotswap-0.4.0/configure-5165-if test -n "$ac_maketemp"; then
##############################################
hotswap-0.4.0/configure-5171-fi
hotswap-0.4.0/configure:5172:if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
hotswap-0.4.0/configure-5173-  echo "$as_me:$LINENO: result: yes" >&5
##############################################
hotswap-0.4.0/configure-5268-  else
hotswap-0.4.0/configure:5269:    XML_CFLAGS=`$XML2_CONFIG $xml_config_args --cflags`
hotswap-0.4.0/configure:5270:    XML_LIBS=`$XML2_CONFIG $xml_config_args --libs`
hotswap-0.4.0/configure-5271-    xml_config_major_version=`$XML2_CONFIG $xml_config_args --version | \
##############################################
hotswap-0.4.0/configure-5910-do
hotswap-0.4.0/configure:5911:as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
hotswap-0.4.0/configure-5912-echo "$as_me:$LINENO: checking for $ac_header" >&5
##############################################
hotswap-0.4.0/configure-5948-fi
hotswap-0.4.0/configure:5949:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
hotswap-0.4.0/configure:5950:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
hotswap-0.4.0/configure:5951:if test `eval echo '${'$as_ac_Header'}'` = yes; then
hotswap-0.4.0/configure-5952-  cat >>confdefs.h <<_ACEOF
hotswap-0.4.0/configure:5953:#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
hotswap-0.4.0/configure-5954-_ACEOF
##############################################
hotswap-0.4.0/configure-5964-do
hotswap-0.4.0/configure:5965:as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
hotswap-0.4.0/configure-5966-if eval "test \"\${$as_ac_Header+set}\" = set"; then
##############################################
hotswap-0.4.0/configure-5971-fi
hotswap-0.4.0/configure:5972:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
hotswap-0.4.0/configure:5973:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
hotswap-0.4.0/configure-5974-else
##############################################
hotswap-0.4.0/configure-6090-fi
hotswap-0.4.0/configure:6091:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
hotswap-0.4.0/configure:6092:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
hotswap-0.4.0/configure-6093-
hotswap-0.4.0/configure-6094-fi
hotswap-0.4.0/configure:6095:if test `eval echo '${'$as_ac_Header'}'` = yes; then
hotswap-0.4.0/configure-6096-  cat >>confdefs.h <<_ACEOF
hotswap-0.4.0/configure:6097:#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
hotswap-0.4.0/configure-6098-_ACEOF
##############################################
hotswap-0.4.0/configure-6274-do
hotswap-0.4.0/configure:6275:  if (set +x; test -n "`(eval $as_var=C; export $as_var) 2>&1`"); then
hotswap-0.4.0/configure-6276-    eval $as_var=C; export $as_var
##############################################
hotswap-0.4.0/configure-6332-  as_lineno_2=$LINENO
hotswap-0.4.0/configure:6333:  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
hotswap-0.4.0/configure-6334-  test "x$as_lineno_1" != "x$as_lineno_2" &&
##############################################
hotswap-0.4.0/configure-6372-  as_lineno_2=$LINENO
hotswap-0.4.0/configure:6373:  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
hotswap-0.4.0/configure-6374-  test "x$as_lineno_1" != "x$as_lineno_2" &&
##############################################
hotswap-0.4.0/configure-6553-configured by $0, generated by GNU Autoconf 2.57,
hotswap-0.4.0/configure:6554:  with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
hotswap-0.4.0/configure-6555-
##############################################
hotswap-0.4.0/configure-6571-  --*=*)
hotswap-0.4.0/configure:6572:    ac_option=`expr "x$1" : 'x\([^=]*\)='`
hotswap-0.4.0/configure:6573:    ac_optarg=`expr "x$1" : 'x[^=]*=\(.*\)'`
hotswap-0.4.0/configure-6574-    ac_shift=:
##############################################
hotswap-0.4.0/configure-6860-      fi
hotswap-0.4.0/configure:6861:      ac_sed_frag=`expr $ac_sed_frag + 1`
hotswap-0.4.0/configure-6862-      ac_beg=$ac_end
hotswap-0.4.0/configure:6863:      ac_end=`expr $ac_end + $ac_max_sed_lines`
hotswap-0.4.0/configure-6864-    fi
##############################################
hotswap-0.4.0/configure-6877-        cat >$tmp/stdin
hotswap-0.4.0/configure:6878:        ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
hotswap-0.4.0/configure:6879:        ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
hotswap-0.4.0/configure:6880:  *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
hotswap-0.4.0/configure:6881:        ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
hotswap-0.4.0/configure-6882-  * )   ac_file_in=$ac_file.in ;;
##############################################
hotswap-0.4.0/configure-6925-if test "$ac_dir" != .; then
hotswap-0.4.0/configure:6926:  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
hotswap-0.4.0/configure-6927-  # A "../" for each directory in $ac_dir_suffix.
hotswap-0.4.0/configure:6928:  ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
hotswap-0.4.0/configure-6929-else
##############################################
hotswap-0.4.0/configure-6938-    else
hotswap-0.4.0/configure:6939:       ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
hotswap-0.4.0/configure-6940-    fi ;;
##############################################
hotswap-0.4.0/configure-6947-esac
hotswap-0.4.0/configure:6948:# Don't blindly perform a `cd "$ac_dir"/$ac_foo && pwd` since $ac_foo can be
hotswap-0.4.0/configure-6949-# absolute.
hotswap-0.4.0/configure:6950:ac_abs_builddir=`cd "$ac_dir" && cd $ac_builddir && pwd`
hotswap-0.4.0/configure:6951:ac_abs_top_builddir=`cd "$ac_dir" && cd ${ac_top_builddir}. && pwd`
hotswap-0.4.0/configure:6952:ac_abs_srcdir=`cd "$ac_dir" && cd $ac_srcdir && pwd`
hotswap-0.4.0/configure:6953:ac_abs_top_srcdir=`cd "$ac_dir" && cd $ac_top_srcdir && pwd`
hotswap-0.4.0/configure-6954-
##############################################
hotswap-0.4.0/configure-7057-        cat >$tmp/stdin
hotswap-0.4.0/configure:7058:        ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
hotswap-0.4.0/configure:7059:        ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
hotswap-0.4.0/configure:7060:  *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
hotswap-0.4.0/configure:7061:        ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
hotswap-0.4.0/configure-7062-  * )   ac_file_in=$ac_file.in ;;
##############################################
hotswap-0.4.0/configure-7259-    * )
hotswap-0.4.0/configure:7260:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
hotswap-0.4.0/configure-7261-  esac
##############################################
hotswap-0.4.0/configure-7282-for ac_file in : $CONFIG_COMMANDS; do test "x$ac_file" = x: && continue
hotswap-0.4.0/configure:7283:  ac_dest=`echo "$ac_file" | sed 's,:.*,,'`
hotswap-0.4.0/configure:7284:  ac_source=`echo "$ac_file" | sed 's,[^:]*:,,'`
hotswap-0.4.0/configure-7285-  ac_dir=`(dirname "$ac_dest") 2>/dev/null ||
##############################################
hotswap-0.4.0/configure-7299-if test "$ac_dir" != .; then
hotswap-0.4.0/configure:7300:  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
hotswap-0.4.0/configure-7301-  # A "../" for each directory in $ac_dir_suffix.
hotswap-0.4.0/configure:7302:  ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
hotswap-0.4.0/configure-7303-else
##############################################
hotswap-0.4.0/configure-7312-    else
hotswap-0.4.0/configure:7313:       ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
hotswap-0.4.0/configure-7314-    fi ;;
##############################################
hotswap-0.4.0/configure-7321-esac
hotswap-0.4.0/configure:7322:# Don't blindly perform a `cd "$ac_dir"/$ac_foo && pwd` since $ac_foo can be
hotswap-0.4.0/configure-7323-# absolute.
hotswap-0.4.0/configure:7324:ac_abs_builddir=`cd "$ac_dir" && cd $ac_builddir && pwd`
hotswap-0.4.0/configure:7325:ac_abs_top_builddir=`cd "$ac_dir" && cd ${ac_top_builddir}. && pwd`
hotswap-0.4.0/configure:7326:ac_abs_srcdir=`cd "$ac_dir" && cd $ac_srcdir && pwd`
hotswap-0.4.0/configure:7327:ac_abs_top_srcdir=`cd "$ac_dir" && cd $ac_top_srcdir && pwd`
hotswap-0.4.0/configure-7328-
##############################################
hotswap-0.4.0/configure-7336-      case "$ac_file" in
hotswap-0.4.0/configure:7337:        *:*) ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
hotswap-0.4.0/configure-7338-      esac
##############################################
hotswap-0.4.0/configure-7341-        # Adjust a relative srcdir.
hotswap-0.4.0/configure:7342:        ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'`
hotswap-0.4.0/configure:7343:        ac_dir_suffix="/`echo "$ac_dir"|sed 's%^\./%%'`"
hotswap-0.4.0/configure:7344:        ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'`
hotswap-0.4.0/configure-7345-        # In autoconf-2.13 it is called $ac_given_srcdir.
##############################################
hotswap-0.4.0/configure-7348-        case "$ac_given_srcdir" in
hotswap-0.4.0/configure:7349:          .)  top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;;
hotswap-0.4.0/configure-7350-          /*) top_srcdir="$ac_given_srcdir" ;;
##############################################
hotswap-0.4.0/configure-7364-            fi
hotswap-0.4.0/configure:7365:            ALL_LINGUAS_=`sed -e "/^#/d" "$ac_given_srcdir/$ac_dir/LINGUAS"`
hotswap-0.4.0/configure-7366-            # Hide the ALL_LINGUAS assigment from automake.
##############################################
hotswap-0.4.0/configure-7430-  # Strip MF so we end up with the name of the file.
hotswap-0.4.0/configure:7431:  mf=`echo "$mf" | sed -e 's/:.*$//'`
hotswap-0.4.0/configure-7432-  # Check whether this is an Automake generated Makefile or not.
##############################################
hotswap-0.4.0/configure-7456-  # running `make'.
hotswap-0.4.0/configure:7457:  DEPDIR=`sed -n -e '/^DEPDIR = / s///p' < "$mf"`
hotswap-0.4.0/configure-7458-  test -z "$DEPDIR" && continue
hotswap-0.4.0/configure-7459-  # When using ansi2knr, U may be empty or an underscore; expand it
hotswap-0.4.0/configure:7460:  U=`sed -n -e '/^U = / s///p' < "$mf"`
hotswap-0.4.0/configure-7461-  test -d "$dirpart/$DEPDIR" || mkdir "$dirpart/$DEPDIR"
##############################################
hotswap-0.4.0/configure-7628-if test "$ac_dir" != .; then
hotswap-0.4.0/configure:7629:  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
hotswap-0.4.0/configure-7630-  # A "../" for each directory in $ac_dir_suffix.
hotswap-0.4.0/configure:7631:  ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
hotswap-0.4.0/configure-7632-else
##############################################
hotswap-0.4.0/configure-7641-    else
hotswap-0.4.0/configure:7642:       ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
hotswap-0.4.0/configure-7643-    fi ;;
##############################################
hotswap-0.4.0/configure-7650-esac
hotswap-0.4.0/configure:7651:# Don't blindly perform a `cd "$ac_dir"/$ac_foo && pwd` since $ac_foo can be
hotswap-0.4.0/configure-7652-# absolute.
hotswap-0.4.0/configure:7653:ac_abs_builddir=`cd "$ac_dir" && cd $ac_builddir && pwd`
hotswap-0.4.0/configure:7654:ac_abs_top_builddir=`cd "$ac_dir" && cd ${ac_top_builddir}. && pwd`
hotswap-0.4.0/configure:7655:ac_abs_srcdir=`cd "$ac_dir" && cd $ac_srcdir && pwd`
hotswap-0.4.0/configure:7656:ac_abs_top_srcdir=`cd "$ac_dir" && cd $ac_top_srcdir && pwd`
hotswap-0.4.0/configure-7657-
##############################################
hotswap-0.4.0/depcomp-34-if test -z "$depfile"; then
hotswap-0.4.0/depcomp:35:   base=`echo "$object" | sed -e 's,^.*/,,' -e 's,\.\([^.]*\)$,.P\1,'`
hotswap-0.4.0/depcomp:36:   dir=`echo "$object" | sed 's,/.*$,/,'`
hotswap-0.4.0/depcomp-37-   if test "$dir" = "$object"; then
##############################################
hotswap-0.4.0/depcomp-43-
hotswap-0.4.0/depcomp:44:tmpdepfile=${tmpdepfile-`echo "$depfile" | sed 's/\.\([^.]*\)$/.T\1/'`}
hotswap-0.4.0/depcomp-45-
##############################################
hotswap-0.4.0/depcomp-177-  # $object doesn't have directory information.
hotswap-0.4.0/depcomp:178:  stripped=`echo "$object" | sed -e 's,^.*/,,' -e 's/\(.*\)\..*$/\1/'`
hotswap-0.4.0/depcomp-179-  tmpdepfile="$stripped.u"
##############################################
hotswap-0.4.0/depcomp-196-    # Do two passes, one to just change these to
hotswap-0.4.0/depcomp:197:    # `$object: dependent.h' and one to simply `dependent.h:'.
hotswap-0.4.0/depcomp-198-    sed -e "s,^$outname:,$object :," < "$tmpdepfile" > "$depfile"
##############################################
hotswap-0.4.0/depcomp-232-  # Do two passes, one to just change these to
hotswap-0.4.0/depcomp:233:  # `$object: dependent.h' and one to simply `dependent.h:'.
hotswap-0.4.0/depcomp-234-  sed -e "s,^[^:]*:,$object :," < "$tmpdepfile" > "$depfile"
##############################################
hotswap-0.4.0/depcomp-244-   # Subdirectories are respected.
hotswap-0.4.0/depcomp:245:   dir=`echo "$object" | sed -e 's|/[^/]*$|/|'`
hotswap-0.4.0/depcomp-246-   test "x$dir" = "x$object" && dir=
hotswap-0.4.0/depcomp:247:   base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'`
hotswap-0.4.0/depcomp-248-
##############################################
hotswap-0.4.0/depcomp-367-  done
hotswap-0.4.0/depcomp:368:  obj_suffix="`echo $object | sed 's/^.*\././'`"
hotswap-0.4.0/depcomp-369-  touch "$tmpdepfile"
##############################################
hotswap-0.4.0/install-sh-85-
hotswap-0.4.0/install-sh:86:	-t=*) transformarg=`echo $1 | sed 's/-t=//'`
hotswap-0.4.0/install-sh-87-	    shift
##############################################
hotswap-0.4.0/install-sh-89-
hotswap-0.4.0/install-sh:90:	-b=*) transformbasename=`echo $1 | sed 's/-b=//'`
hotswap-0.4.0/install-sh-91-	    shift
##############################################
hotswap-0.4.0/install-sh-151-	then
hotswap-0.4.0/install-sh:152:		dst=$dst/`basename "$src"`
hotswap-0.4.0/install-sh-153-	else
##############################################
hotswap-0.4.0/install-sh-158-## this sed command emulates the dirname command
hotswap-0.4.0/install-sh:159:dstdir=`echo "$dst" | sed -e 's,[^/]*$,,;s,/$,,;s,^$,.,'`
hotswap-0.4.0/install-sh-160-
##############################################
hotswap-0.4.0/install-sh-172-IFS='%'
hotswap-0.4.0/install-sh:173:set - `echo "$dstdir" | sed -e 's@/@%@g' -e 's@^%@/@'`
hotswap-0.4.0/install-sh-174-IFS=$oIFS
##############################################
hotswap-0.4.0/install-sh-206-	then
hotswap-0.4.0/install-sh:207:		dstfile=`basename "$dst"`
hotswap-0.4.0/install-sh-208-	else
##############################################
hotswap-0.4.0/install-sh-216-	then
hotswap-0.4.0/install-sh:217:		dstfile=`basename "$dst"`
hotswap-0.4.0/install-sh-218-	else
##############################################
hotswap-0.4.0/missing-128-         from any GNU archive site."
hotswap-0.4.0/missing:129:    files=`sed -n 's/^[ ]*A[CM]_CONFIG_HEADER(\([^)]*\)).*/\1/p' ${configure_ac}`
hotswap-0.4.0/missing-130-    test -z "$files" && files="config.h"
##############################################
hotswap-0.4.0/missing-167-         proper tools for further handling them.
hotswap-0.4.0/missing:168:         You can get \`$1Help2man' as part of \`Autoconf' from any GNU
hotswap-0.4.0/missing-169-         archive site."
hotswap-0.4.0/missing-170-
hotswap-0.4.0/missing:171:    file=`echo "$*" | sed -n 's/.*--output[ =]*\([^ ]*\).*/\1/p'`
hotswap-0.4.0/missing:172:    test -z "$file" && file=`echo "$*" | sed -n 's/.*-o[ ]*\([^ ]*\).*/\1/p'`
hotswap-0.4.0/missing-173-    if test -f "$file"; then
##############################################
hotswap-0.4.0/missing-196-	*.y)
hotswap-0.4.0/missing:197:	    SRCFILE=`echo "$LASTARG" | sed 's/y$/c/'`
hotswap-0.4.0/missing-198-	    if [ -f "$SRCFILE" ]; then
##############################################
hotswap-0.4.0/missing-200-	    fi
hotswap-0.4.0/missing:201:	    SRCFILE=`echo "$LASTARG" | sed 's/y$/h/'`
hotswap-0.4.0/missing-202-	    if [ -f "$SRCFILE" ]; then
##############################################
hotswap-0.4.0/missing-226-	*.l)
hotswap-0.4.0/missing:227:	    SRCFILE=`echo "$LASTARG" | sed 's/l$/c/'`
hotswap-0.4.0/missing-228-	    if [ -f "$SRCFILE" ]; then
##############################################
hotswap-0.4.0/missing-250-
hotswap-0.4.0/missing:251:    file=`echo "$*" | sed -n 's/.*-o \([^ ]*\).*/\1/p'`
hotswap-0.4.0/missing-252-    if test -z "$file"; then
hotswap-0.4.0/missing:253:	file=`echo "$*" | sed -n 's/.*--output=\([^ ]*\).*/\1/p'`
hotswap-0.4.0/missing-254-    fi
##############################################
hotswap-0.4.0/missing-276-         the \`GNU make' package.  Grab either from any GNU archive site."
hotswap-0.4.0/missing:277:    file=`echo "$*" | sed -n 's/.*-o \([^ ]*\).*/\1/p'`
hotswap-0.4.0/missing-278-    if test -z "$file"; then
hotswap-0.4.0/missing:279:      file=`echo "$*" | sed 's/.* \([^ ]*\) *$/\1/'`
hotswap-0.4.0/missing:280:      file=`sed -n '/^@setfilename/ { s/.* \([^ ]*\) *$/\1/; p; q; }' $file`
hotswap-0.4.0/missing-281-    fi
##############################################
hotswap-0.4.0/missing-304-	*o*)
hotswap-0.4.0/missing:305:	    firstarg=`echo "$firstarg" | sed s/o//`
hotswap-0.4.0/missing-306-	    tar "$firstarg" "$@" && exit 0
##############################################
hotswap-0.4.0/missing-310-	*h*)
hotswap-0.4.0/missing:311:	    firstarg=`echo "$firstarg" | sed s/h//`
hotswap-0.4.0/missing-312-	    tar "$firstarg" "$@" && exit 0
##############################################
hotswap-0.4.0/mkinstalldirs-12-do
hotswap-0.4.0/mkinstalldirs:13:   set fnord `echo ":$file" | sed -ne 's/^:\//#/;s/^://;s/\// /g;s/^#/\//;p'`
hotswap-0.4.0/mkinstalldirs-14-   shift
##############################################
hotswap-0.4.0/kde-frontend/Makefile.in-322-	dot_seen=no; \
hotswap-0.4.0/kde-frontend/Makefile.in:323:	target=`echo $@ | sed s/-recursive//`; \
hotswap-0.4.0/kde-frontend/Makefile.in-324-	list='$(SUBDIRS)'; for subdir in $$list; do \
##############################################
hotswap-0.4.0/kde-frontend/Makefile.in-352-	rev="$$rev ."; \
hotswap-0.4.0/kde-frontend/Makefile.in:353:	target=`echo $@ | sed s/-recursive//`; \
hotswap-0.4.0/kde-frontend/Makefile.in-354-	for subdir in $$rev; do \
##############################################
hotswap-0.4.0/kde-frontend/Makefile.in-424-GTAGS:
hotswap-0.4.0/kde-frontend/Makefile.in:425:	here=`$(am__cd) $(top_builddir) && pwd` \
hotswap-0.4.0/kde-frontend/Makefile.in-426-	  && cd $(top_srcdir) \
##############################################
hotswap-0.4.0/kde-frontend/Makefile.in-452-	mkdir $(distdir)
hotswap-0.4.0/kde-frontend/Makefile.in:453:	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
hotswap-0.4.0/kde-frontend/Makefile.in:454:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
hotswap-0.4.0/kde-frontend/Makefile.in-455-	list='$(DISTFILES)'; for file in $$list; do \
hotswap-0.4.0/kde-frontend/Makefile.in-456-	  case $$file in \
hotswap-0.4.0/kde-frontend/Makefile.in:457:	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
hotswap-0.4.0/kde-frontend/Makefile.in:458:	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
hotswap-0.4.0/kde-frontend/Makefile.in-459-	  esac; \
hotswap-0.4.0/kde-frontend/Makefile.in-460-	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
hotswap-0.4.0/kde-frontend/Makefile.in:461:	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
hotswap-0.4.0/kde-frontend/Makefile.in-462-	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
##############################################
hotswap-0.4.0/kde-frontend/Makefile.in-517-	chmod a-w $(distdir)
hotswap-0.4.0/kde-frontend/Makefile.in:518:	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
hotswap-0.4.0/kde-frontend/Makefile.in-519-	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
##############################################
hotswap-0.4.0/kde-frontend/Makefile.in-547-	cd $(distuninstallcheck_dir) \
hotswap-0.4.0/kde-frontend/Makefile.in:548:	&& test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
hotswap-0.4.0/kde-frontend/Makefile.in-549-	   || { echo "ERROR: files left after uninstall:" ; \
##############################################
hotswap-0.4.0/kde-frontend/Makefile.in-559-	fi
hotswap-0.4.0/kde-frontend/Makefile.in:560:	test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
hotswap-0.4.0/kde-frontend/Makefile.in-561-	  || { echo "ERROR: files left in build directory after distclean:" ; \
##############################################
hotswap-0.4.0/kde-frontend/acinclude.m4-115-# Check X11 before X11Rn because it is often a symlink to the current release.
hotswap-0.4.0/kde-frontend/acinclude.m4:116:for ac_dir in `echo "$ac_x_includes" | sed s/include/lib${kdelibsuff}/` \
hotswap-0.4.0/kde-frontend/acinclude.m4-117-    /usr/X11/lib${kdelibsuff}           \
##############################################
hotswap-0.4.0/kde-frontend/acinclude.m4-193-   else
hotswap-0.4.0/kde-frontend/acinclude.m4:194:        kde_cache=`echo $1 | sed 'y%./+-%__p_%'`
hotswap-0.4.0/kde-frontend/acinclude.m4-195-
##############################################
hotswap-0.4.0/kde-frontend/acinclude.m4-226-
hotswap-0.4.0/kde-frontend/acinclude.m4:227:      eval "kde_cv_path=\"`echo '$kde_cv_path_'$kde_cache`\""
hotswap-0.4.0/kde-frontend/acinclude.m4-228-
##############################################
hotswap-0.4.0/kde-frontend/acinclude.m4-268-    AC_MSG_CHECKING([whether uic supports -$1 ])
hotswap-0.4.0/kde-frontend/acinclude.m4:269:    kde_cache=`echo $1 | sed 'y% .=/+-%____p_%'`
hotswap-0.4.0/kde-frontend/acinclude.m4-270-    AC_CACHE_VAL(kde_cv_prog_uic_$kde_cache,
##############################################
hotswap-0.4.0/kde-frontend/acinclude.m4-283-
hotswap-0.4.0/kde-frontend/acinclude.m4:284:    if eval "test \"`echo '$kde_cv_prog_uic_'$kde_cache`\" = yes"; then
hotswap-0.4.0/kde-frontend/acinclude.m4-285-        AC_MSG_RESULT([yes])
##############################################
hotswap-0.4.0/kde-frontend/acinclude.m4-565-        if test -x "$KDECONFIG"; then # it can be "compiled"
hotswap-0.4.0/kde-frontend/acinclude.m4:566:          kde_libs_prefix=`$KDECONFIG --prefix`
hotswap-0.4.0/kde-frontend/acinclude.m4-567-          if test -z "$kde_libs_prefix" || test ! -x "$kde_libs_prefix"; then
##############################################
hotswap-0.4.0/kde-frontend/acinclude.m4-572-           fi
hotswap-0.4.0/kde-frontend/acinclude.m4:573:           kde_libs_htmldir=`$KDECONFIG --install html --expandvars`
hotswap-0.4.0/kde-frontend/acinclude.m4-574-        else
##############################################
hotswap-0.4.0/kde-frontend/acinclude.m4-1110-else
hotswap-0.4.0/kde-frontend/acinclude.m4:1111:  kde_qtsubver=`echo "$1" | sed -e 's#[0-9][0-9]*\.\([0-9][0-9]*\).*#\1#'`
hotswap-0.4.0/kde-frontend/acinclude.m4-1112-  # following is the check if subversion isnt found in passed argument
##############################################
hotswap-0.4.0/kde-frontend/acinclude.m4-1115-  fi
hotswap-0.4.0/kde-frontend/acinclude.m4:1116:  kde_qtver=`echo "$1" | sed -e 's#^\([0-9][0-9]*\)\..*#\1#'`
hotswap-0.4.0/kde-frontend/acinclude.m4-1117-  if test "$kde_qtver" = "1"; then
##############################################
hotswap-0.4.0/kde-frontend/acinclude.m4-1420-    try="ls -1 $dir/${LIBQT_GLOB}"
hotswap-0.4.0/kde-frontend/acinclude.m4:1421:    if test -n "`$try 2> /dev/null`"; then qt_libdir=$dir; break; else echo "tried $dir" >&AC_FD_CC ; fi
hotswap-0.4.0/kde-frontend/acinclude.m4-1422-  done
##############################################
hotswap-0.4.0/kde-frontend/acinclude.m4-2322-])dnl
hotswap-0.4.0/kde-frontend/acinclude.m4:2323:if eval "test \"`echo $ac_cv_lib_gif`\" = yes"; then
hotswap-0.4.0/kde-frontend/acinclude.m4-2324-  AC_MSG_RESULT(yes)
##############################################
hotswap-0.4.0/kde-frontend/acinclude.m4-2363-
hotswap-0.4.0/kde-frontend/acinclude.m4:2364:if eval "test ! \"`echo $ac_cv_lib_jpeg_$1`\" = no"; then
hotswap-0.4.0/kde-frontend/acinclude.m4-2365-  LIBJPEG="$ac_cv_lib_jpeg_$1"
##############################################
hotswap-0.4.0/kde-frontend/acinclude.m4-2434-LIBS="$all_libraries $USER_LDFLAGS $LIBQT"
hotswap-0.4.0/kde-frontend/acinclude.m4:2435:LIBS=`echo $LIBS | sed "s/$LIBJPEG//"`
hotswap-0.4.0/kde-frontend/acinclude.m4-2436-ac_save_CXXFLAGS="$CXXFLAGS"
##############################################
hotswap-0.4.0/kde-frontend/acinclude.m4-2450-
hotswap-0.4.0/kde-frontend/acinclude.m4:2451:if eval "test ! \"`echo $kde_cv_qt_jpeg`\" = no"; then
hotswap-0.4.0/kde-frontend/acinclude.m4-2452-  AC_MSG_RESULT(yes)
##############################################
hotswap-0.4.0/kde-frontend/acinclude.m4-2584-])dnl
hotswap-0.4.0/kde-frontend/acinclude.m4:2585:if eval "test ! \"`echo $ac_cv_lib_png`\" = no"; then
hotswap-0.4.0/kde-frontend/acinclude.m4-2586-  AC_DEFINE_UNQUOTED(HAVE_LIBPNG, 1, [Define if you have libpng])
##############################################
hotswap-0.4.0/kde-frontend/acinclude.m4-2632-AC_MSG_CHECKING(whether $CXX supports -$1)
hotswap-0.4.0/kde-frontend/acinclude.m4:2633:kde_cache=`echo $1 | sed 'y% .=/+-%____p_%'`
hotswap-0.4.0/kde-frontend/acinclude.m4-2634-AC_CACHE_VAL(kde_cv_prog_cxx_$kde_cache,
##############################################
hotswap-0.4.0/kde-frontend/acinclude.m4-2643-])
hotswap-0.4.0/kde-frontend/acinclude.m4:2644:if eval "test \"`echo '$kde_cv_prog_cxx_'$kde_cache`\" = yes"; then
hotswap-0.4.0/kde-frontend/acinclude.m4-2645- AC_MSG_RESULT(yes)
##############################################
hotswap-0.4.0/kde-frontend/acinclude.m4-2902-        if test "$GXX" = yes; then
hotswap-0.4.0/kde-frontend/acinclude.m4:2903:          libstdcpp=`$CXX -print-file-name=libstdc++.so`
hotswap-0.4.0/kde-frontend/acinclude.m4-2904-          if test ! -f $libstdcpp; then
##############################################
hotswap-0.4.0/kde-frontend/acinclude.m4-3101-    AM_PATH_PROG_WITH_TEST_KDE(MSGFMT, msgfmt,
hotswap-0.4.0/kde-frontend/acinclude.m4:3102:        [test -n "`$ac_dir/$ac_word --version 2>&1 | grep 'GNU gettext'`"], msgfmt)
hotswap-0.4.0/kde-frontend/acinclude.m4-3103-    AC_PATH_PROG(GMSGFMT, gmsgfmt, $MSGFMT)
hotswap-0.4.0/kde-frontend/acinclude.m4-3104-
hotswap-0.4.0/kde-frontend/acinclude.m4:3105:     if test -z "`$GMSGFMT --version 2>&1 | grep 'GNU gettext'`"; then
hotswap-0.4.0/kde-frontend/acinclude.m4-3106-        AC_MSG_RESULT([found msgfmt program is not GNU msgfmt; ignore it])
##############################################
hotswap-0.4.0/kde-frontend/acinclude.m4-3113-      AM_PATH_PROG_WITH_TEST_KDE(XGETTEXT, xgettext,
hotswap-0.4.0/kde-frontend/acinclude.m4:3114:	[test -z "`$ac_dir/$ac_word -h 2>&1 | grep '(HELP)'`"], :)
hotswap-0.4.0/kde-frontend/acinclude.m4-3115-
##############################################
hotswap-0.4.0/kde-frontend/acinclude.m4-3260-   AC_MSG_RESULT($kde_cv_func_stpcpy)
hotswap-0.4.0/kde-frontend/acinclude.m4:3261:   if eval "test \"`echo $kde_cv_func_stpcpy`\" = yes"; then
hotswap-0.4.0/kde-frontend/acinclude.m4-3262-     AC_DEFINE(HAVE_STPCPY, 1, [Define if you have stpcpy])
##############################################
hotswap-0.4.0/kde-frontend/acinclude.m4-3809-])
hotswap-0.4.0/kde-frontend/acinclude.m4:3810:kde_micodir=`echo $kde_cv_mico_incdir | sed -e 's#/include##'`
hotswap-0.4.0/kde-frontend/acinclude.m4-3811-
##############################################
hotswap-0.4.0/kde-frontend/acinclude.m4-3852-dnl installed MICO version
hotswap-0.4.0/kde-frontend/acinclude.m4:3853:mico_v_maj=`echo $kde_cv_mico_version | sed -e 's/^\(.*\)\..*\..*$/\1/'`
hotswap-0.4.0/kde-frontend/acinclude.m4:3854:mico_v_mid=`echo $kde_cv_mico_version | sed -e 's/^.*\.\(.*\)\..*$/\1/'`
hotswap-0.4.0/kde-frontend/acinclude.m4:3855:mico_v_min=`echo $kde_cv_mico_version | sed -e 's/^.*\..*\.\(.*\)$/\1/'`
hotswap-0.4.0/kde-frontend/acinclude.m4-3856-
##############################################
hotswap-0.4.0/kde-frontend/acinclude.m4-3863-dnl required MICO version
hotswap-0.4.0/kde-frontend/acinclude.m4:3864:req_v_maj=`echo $req_version | sed -e 's/^\(.*\)\..*\..*$/\1/'`
hotswap-0.4.0/kde-frontend/acinclude.m4:3865:req_v_mid=`echo $req_version | sed -e 's/^.*\.\(.*\)\..*$/\1/'`
hotswap-0.4.0/kde-frontend/acinclude.m4:3866:req_v_min=`echo $req_version | sed -e 's/^.*\..*\.\(.*\)$/\1/'`
hotswap-0.4.0/kde-frontend/acinclude.m4-3867-
##############################################
hotswap-0.4.0/kde-frontend/acinclude.m4-4242-    ac_save_CXXFLAGS="$CXXFLAGS"
hotswap-0.4.0/kde-frontend/acinclude.m4:4243:    CXXFLAGS="`echo $CXXFLAGS | sed s/-fno-exceptions//`"
hotswap-0.4.0/kde-frontend/acinclude.m4-4244-    KDE_CHECK_STL_SGI
##############################################
hotswap-0.4.0/kde-frontend/acinclude.m4-4286-])dnl
hotswap-0.4.0/kde-frontend/acinclude.m4:4287:if eval "test \"`echo $ac_cv_lib_qimgio`\" = yes"; then
hotswap-0.4.0/kde-frontend/acinclude.m4-4288-  LIBQIMGIO="-lqimgio -lpng -lz $LIBJPEG"
##############################################
hotswap-0.4.0/kde-frontend/acinclude.m4-4367-  TOPSUBDIRS=""
hotswap-0.4.0/kde-frontend/acinclude.m4:4368:  files=`cd $srcdir && ls -1`
hotswap-0.4.0/kde-frontend/acinclude.m4:4369:  dirs=`for i in $files; do if test -d $i; then echo $i; fi; done`
hotswap-0.4.0/kde-frontend/acinclude.m4-4370-  for i in $dirs; do
##############################################
hotswap-0.4.0/kde-frontend/acinclude.m4-4375-if test -s $srcdir/inst-apps; then
hotswap-0.4.0/kde-frontend/acinclude.m4:4376:  ac_topsubdirs="`cat $srcdir/inst-apps`"
hotswap-0.4.0/kde-frontend/acinclude.m4-4377-else
hotswap-0.4.0/kde-frontend/acinclude.m4:4378:  ac_topsubdirs="`cat $srcdir/subdirs`"
hotswap-0.4.0/kde-frontend/acinclude.m4-4379-fi
##############################################
hotswap-0.4.0/kde-frontend/acinclude.m4-4393-  AC_MSG_RESULT($install_it)
hotswap-0.4.0/kde-frontend/acinclude.m4:4394:  vari=`echo $i | sed -e 's,[[-+.]],_,g'`
hotswap-0.4.0/kde-frontend/acinclude.m4-4395-  if test $install_it = "yes"; then
##############################################
hotswap-0.4.0/kde-frontend/acinclude.m4-4579-  if test -f $srcdir/configure.files ; then
hotswap-0.4.0/kde-frontend/acinclude.m4:4580:    val=`sed -e 's%^%\$(top_srcdir)/%' $srcdir/configure.files`
hotswap-0.4.0/kde-frontend/acinclude.m4-4581-  fi
##############################################
hotswap-0.4.0/kde-frontend/acinclude.m4-4601-  # And delete superflous '/' to make compares easier
hotswap-0.4.0/kde-frontend/acinclude.m4:4602:  prefix=`echo "$prefix" | sed 's,//*,/,g' | sed -e 's,/$,,'`
hotswap-0.4.0/kde-frontend/acinclude.m4:4603:  exec_prefix=`echo "$exec_prefix" | sed 's,//*,/,g' | sed -e 's,/$,,'`
hotswap-0.4.0/kde-frontend/acinclude.m4-4604-  KDE_FAST_CONFIGURE
##############################################
hotswap-0.4.0/kde-frontend/acinclude.m4-4722-[
hotswap-0.4.0/kde-frontend/acinclude.m4:4723:	dir=`dirname "$1"`
hotswap-0.4.0/kde-frontend/acinclude.m4:4724:	base=`basename "$1"`
hotswap-0.4.0/kde-frontend/acinclude.m4:4725:	list=`ls -1 $dir 2> /dev/null`
hotswap-0.4.0/kde-frontend/acinclude.m4-4726-	for entry in $list; do 
##############################################
hotswap-0.4.0/kde-frontend/acinclude.m4-4791-          if test -x "$dir/java"; then
hotswap-0.4.0/kde-frontend/acinclude.m4:4792:                libjvmdir=`find $dir/.. -name libjvm.so | sed 's,libjvm.so,,'|head -n 1`
hotswap-0.4.0/kde-frontend/acinclude.m4-4793-		if test ! -f $libjvmdir/libjvm.so; then continue; fi
##############################################
hotswap-0.4.0/kde-frontend/acinclude.m4-4811-          dnl this substitution might not work - well, we test for jni.h below
hotswap-0.4.0/kde-frontend/acinclude.m4:4812:          kde_java_includedir=`echo $JAVAC | sed -e 's,bin/javac$,include/,'`
hotswap-0.4.0/kde-frontend/acinclude.m4-4813-      else
##############################################
hotswap-0.4.0/kde-frontend/acinclude.m4-4830-  dnl Look for libjvm.so
hotswap-0.4.0/kde-frontend/acinclude.m4:4831:  kde_java_libjvmdir=`find $kde_java_bindir/.. -name libjvm.so | sed 's,libjvm.so,,'|head -n 1`
hotswap-0.4.0/kde-frontend/acinclude.m4-4832-  dnl Look for libhpi.so and avoid green threads
hotswap-0.4.0/kde-frontend/acinclude.m4:4833:  kde_java_libhpidir=`find $kde_java_bindir/.. -name libhpi.so | grep -v green | sed 's,libhpi.so,,' | head -n 1`
hotswap-0.4.0/kde-frontend/acinclude.m4-4834-
##############################################
hotswap-0.4.0/kde-frontend/acinclude.m4-4969-  else
hotswap-0.4.0/kde-frontend/acinclude.m4:4970:    qtopia_minver_maj=`echo "$1" | sed -e "s/^\(.*\)\..*\..*$/\1/"`
hotswap-0.4.0/kde-frontend/acinclude.m4:4971:    qtopia_minver_min=`echo "$1" | sed -e "s/^.*\.\(.*\)\..*$/\1/"`
hotswap-0.4.0/kde-frontend/acinclude.m4:4972:    qtopia_minver_pat=`echo "$1" | sed -e "s/^.*\..*\.\(.*\)$/\1/"`
hotswap-0.4.0/kde-frontend/acinclude.m4-4973-  fi
##############################################
hotswap-0.4.0/kde-frontend/acinclude.m4-5009-
hotswap-0.4.0/kde-frontend/acinclude.m4:5010:  qtopia_ver_maj=`cat $qtopia_incdir/qpe/version.h | sed -n -e 's,.*QPE_VERSION "\(.*\)\..*\..*".*,\1,p'`;
hotswap-0.4.0/kde-frontend/acinclude.m4:5011:  qtopia_ver_min=`cat $qtopia_incdir/qpe/version.h | sed -n -e 's,.*QPE_VERSION ".*\.\(.*\)\..*".*,\1,p'`;
hotswap-0.4.0/kde-frontend/acinclude.m4:5012:  qtopia_ver_pat=`cat $qtopia_incdir/qpe/version.h | sed -n -e 's,.*QPE_VERSION ".*\..*\.\(.*\)".*,\1,p'`;
hotswap-0.4.0/kde-frontend/acinclude.m4-5013-
##############################################
hotswap-0.4.0/kde-frontend/acinclude.m4-5226-    try="ls -1 $dir/libssl*"
hotswap-0.4.0/kde-frontend/acinclude.m4:5227:    if test=`eval $try 2> /dev/null`; then ssl_libdir=$dir; break; else echo "tried $dir" >&AC_FD_CC ; fi
hotswap-0.4.0/kde-frontend/acinclude.m4-5228-  done
##############################################
hotswap-0.4.0/kde-frontend/acinclude.m4-5657-  # Remove one level of quotation (which was required for Make).
hotswap-0.4.0/kde-frontend/acinclude.m4:5658:  ECHO=`echo "$ECHO" | sed 's,\\\\\[$]\\[$]0,'[$]0','`
hotswap-0.4.0/kde-frontend/acinclude.m4-5659-  ;;
##############################################
hotswap-0.4.0/kde-frontend/acinclude.m4-5668-  :
hotswap-0.4.0/kde-frontend/acinclude.m4:5669:elif test "X`($echo '\t') 2>/dev/null`" = 'X\t'; then
hotswap-0.4.0/kde-frontend/acinclude.m4-5670-  # Yippee, $echo works!
##############################################
hotswap-0.4.0/kde-frontend/acinclude.m4-5694-    # expected sizes: less than 2Kb, 1Kb, 512 bytes, 16 bytes, ...
hotswap-0.4.0/kde-frontend/acinclude.m4:5695:    if (echo_test_string="`eval $cmd`") 2>/dev/null &&
hotswap-0.4.0/kde-frontend/acinclude.m4:5696:       echo_test_string="`eval $cmd`" &&
hotswap-0.4.0/kde-frontend/acinclude.m4-5697-       (test "X$echo_test_string" = "X$echo_test_string") 2>/dev/null
##############################################
hotswap-0.4.0/kde-frontend/acinclude.m4-5703-
hotswap-0.4.0/kde-frontend/acinclude.m4:5704:if test "X`($echo '\t') 2>/dev/null`" = 'X\t' &&
hotswap-0.4.0/kde-frontend/acinclude.m4:5705:   echo_testing_string=`($echo "$echo_test_string") 2>/dev/null` &&
hotswap-0.4.0/kde-frontend/acinclude.m4-5706-   test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
hotswap-0.4.0/kde-frontend/acinclude.m4-5718-    if (test -f $dir/echo || test -f $dir/echo$ac_exeext) &&
hotswap-0.4.0/kde-frontend/acinclude.m4:5719:       test "X`($dir/echo '\t') 2>/dev/null`" = 'X\t' &&
hotswap-0.4.0/kde-frontend/acinclude.m4:5720:       echo_testing_string=`($dir/echo "$echo_test_string") 2>/dev/null` &&
hotswap-0.4.0/kde-frontend/acinclude.m4-5721-       test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
hotswap-0.4.0/kde-frontend/acinclude.m4-5730-    if test "X`(print -r '\t') 2>/dev/null`" = 'X\t' &&
hotswap-0.4.0/kde-frontend/acinclude.m4:5731:       echo_testing_string=`(print -r "$echo_test_string") 2>/dev/null` &&
hotswap-0.4.0/kde-frontend/acinclude.m4-5732-       test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
hotswap-0.4.0/kde-frontend/acinclude.m4-5745-      echo='printf %s\n'
hotswap-0.4.0/kde-frontend/acinclude.m4:5746:      if test "X`($echo '\t') 2>/dev/null`" = 'X\t' &&
hotswap-0.4.0/kde-frontend/acinclude.m4:5747:	 echo_testing_string=`($echo "$echo_test_string") 2>/dev/null` &&
hotswap-0.4.0/kde-frontend/acinclude.m4-5748-	 test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
hotswap-0.4.0/kde-frontend/acinclude.m4-5750-	:
hotswap-0.4.0/kde-frontend/acinclude.m4:5751:      elif echo_testing_string=`($ORIGINAL_CONFIG_SHELL "[$]0" --fallback-echo '\t') 2>/dev/null` &&
hotswap-0.4.0/kde-frontend/acinclude.m4-5752-	   test "X$echo_testing_string" = 'X\t' &&
hotswap-0.4.0/kde-frontend/acinclude.m4:5753:	   echo_testing_string=`($ORIGINAL_CONFIG_SHELL "[$]0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
hotswap-0.4.0/kde-frontend/acinclude.m4-5754-	   test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
hotswap-0.4.0/kde-frontend/acinclude.m4-5759-	echo="$CONFIG_SHELL [$]0 --fallback-echo"
hotswap-0.4.0/kde-frontend/acinclude.m4:5760:      elif echo_testing_string=`($CONFIG_SHELL "[$]0" --fallback-echo '\t') 2>/dev/null` &&
hotswap-0.4.0/kde-frontend/acinclude.m4-5761-	   test "X$echo_testing_string" = 'X\t' &&
hotswap-0.4.0/kde-frontend/acinclude.m4:5762:	   echo_testing_string=`($CONFIG_SHELL "[$]0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
hotswap-0.4.0/kde-frontend/acinclude.m4-5763-	   test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
hotswap-0.4.0/kde-frontend/acinclude.m4-5769-	for cmd in 'echo test' 'sed 2q "[$]0"' 'sed 10q "[$]0"' 'sed 20q "[$]0"' 'sed 50q "[$]0"'; do
hotswap-0.4.0/kde-frontend/acinclude.m4:5770:	  if (test "X$echo_test_string" = "X`eval $cmd`") 2>/dev/null
hotswap-0.4.0/kde-frontend/acinclude.m4-5771-	  then
##############################################
hotswap-0.4.0/kde-frontend/acinclude.m4-5777-	if test "$prev" != 'sed 50q "[$]0"'; then
hotswap-0.4.0/kde-frontend/acinclude.m4:5778:	  echo_test_string=`eval $prev`
hotswap-0.4.0/kde-frontend/acinclude.m4-5779-	  export echo_test_string
##############################################
hotswap-0.4.0/kde-frontend/acinclude.m4-5817-  if AC_TRY_EVAL(ac_compile); then
hotswap-0.4.0/kde-frontend/acinclude.m4:5818:    case `/usr/bin/file conftest.$ac_objext` in
hotswap-0.4.0/kde-frontend/acinclude.m4-5819-    *ELF-32*)
##############################################
hotswap-0.4.0/kde-frontend/acinclude.m4-5832-  if AC_TRY_EVAL(ac_compile); then
hotswap-0.4.0/kde-frontend/acinclude.m4:5833:    case `/usr/bin/file conftest.$ac_objext` in
hotswap-0.4.0/kde-frontend/acinclude.m4-5834-    *32-bit*)
##############################################
hotswap-0.4.0/kde-frontend/acinclude.m4-5851-  if AC_TRY_EVAL(ac_compile); then
hotswap-0.4.0/kde-frontend/acinclude.m4:5852:    case `/usr/bin/file conftest.$ac_objext` in
hotswap-0.4.0/kde-frontend/acinclude.m4-5853-    *"ELF 32"*)
##############################################
hotswap-0.4.0/kde-frontend/acinclude.m4-6007-    # we can't tell.
hotswap-0.4.0/kde-frontend/acinclude.m4:6008:    while (test "X"`$CONFIG_SHELL [$]0 --fallback-echo "X$testring" 2>/dev/null` \
hotswap-0.4.0/kde-frontend/acinclude.m4-6009-	       = "XX$testring") >/dev/null 2>&1 &&
hotswap-0.4.0/kde-frontend/acinclude.m4:6010:	    new_result=`expr "X$testring" : ".*" 2>&1` &&
hotswap-0.4.0/kde-frontend/acinclude.m4-6011-	    lt_cv_sys_max_cmd_len=$new_result &&
##############################################
hotswap-0.4.0/kde-frontend/acinclude.m4-6013-    do
hotswap-0.4.0/kde-frontend/acinclude.m4:6014:      i=`expr $i + 1`
hotswap-0.4.0/kde-frontend/acinclude.m4-6015-      testring=$testring$testring
##############################################
hotswap-0.4.0/kde-frontend/acinclude.m4-6020-    # It appears as though 1/2 is a usable value.
hotswap-0.4.0/kde-frontend/acinclude.m4:6021:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
hotswap-0.4.0/kde-frontend/acinclude.m4-6022-    ;;
##############################################
hotswap-0.4.0/kde-frontend/acinclude.m4-6295-  if test "$hard_links" = no; then
hotswap-0.4.0/kde-frontend/acinclude.m4:6296:    AC_MSG_WARN([`$CC' does not support `-c -o', so `make -j' may be unsafe])
hotswap-0.4.0/kde-frontend/acinclude.m4-6297-    need_locks=warn
##############################################
hotswap-0.4.0/kde-frontend/acinclude.m4-6456-  # Create ${libname}_ixlibrary.a entries in /sys/libs.
hotswap-0.4.0/kde-frontend/acinclude.m4:6457:  finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`$echo "X$lib" | $Xsed -e '\''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'
hotswap-0.4.0/kde-frontend/acinclude.m4-6458-  ;;
##############################################
hotswap-0.4.0/kde-frontend/acinclude.m4-6487-    sys_lib_search_path_spec="/lib /lib/w32api /usr/lib /usr/local/lib"
hotswap-0.4.0/kde-frontend/acinclude.m4:6488:    soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | sed -e 's/[[.]]/-/g'`${versuffix}.dll'
hotswap-0.4.0/kde-frontend/acinclude.m4:6489:    postinstall_cmds='dlpath=`bash 2>&1 -c '\''. $dir/${file}i;echo \$dlname'\''`~
hotswap-0.4.0/kde-frontend/acinclude.m4:6490:      dldir=$destdir/`dirname \$dlpath`~
hotswap-0.4.0/kde-frontend/acinclude.m4-6491-      test -d \$dldir || mkdir -p \$dldir~
hotswap-0.4.0/kde-frontend/acinclude.m4-6492-      $install_prog .libs/$dlname \$dldir/$dlname'
hotswap-0.4.0/kde-frontend/acinclude.m4:6493:    postuninstall_cmds='dldll=`bash 2>&1 -c '\''. $file; echo \$dlname'\''`~
hotswap-0.4.0/kde-frontend/acinclude.m4-6494-      dlpath=$dir/\$dldll~
##############################################
hotswap-0.4.0/kde-frontend/acinclude.m4-6497-  yes,mingw*)
hotswap-0.4.0/kde-frontend/acinclude.m4:6498:    library_names_spec='${libname}`echo ${release} | sed -e 's/[[.]]/-/g'`${versuffix}.dll'
hotswap-0.4.0/kde-frontend/acinclude.m4:6499:    sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | sed -e "s/^libraries://"`
hotswap-0.4.0/kde-frontend/acinclude.m4-6500-    if echo "$sys_lib_search_path_spec" | [egrep ';[C-Z]:/' >/dev/null]; then
##############################################
hotswap-0.4.0/kde-frontend/acinclude.m4-6506-      # which wouldn't understand a cygwinified path. Ahh.
hotswap-0.4.0/kde-frontend/acinclude.m4:6507:      sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | sed -e 's/;/ /g'`
hotswap-0.4.0/kde-frontend/acinclude.m4-6508-    else
hotswap-0.4.0/kde-frontend/acinclude.m4:6509:      sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | sed  -e "s/$PATH_SEPARATOR/ /g"`
hotswap-0.4.0/kde-frontend/acinclude.m4-6510-    fi
##############################################
hotswap-0.4.0/kde-frontend/acinclude.m4-6512-  yes,pw32*)
hotswap-0.4.0/kde-frontend/acinclude.m4:6513:    library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | sed -e 's/[.]/-/g'`${versuffix}.dll'
hotswap-0.4.0/kde-frontend/acinclude.m4-6514-    ;;
hotswap-0.4.0/kde-frontend/acinclude.m4-6515-  *)
hotswap-0.4.0/kde-frontend/acinclude.m4:6516:    library_names_spec='${libname}`echo ${release} | sed -e 's/[[.]]/-/g'`${versuffix}.dll $libname.lib'
hotswap-0.4.0/kde-frontend/acinclude.m4-6517-    ;;
##############################################
hotswap-0.4.0/kde-frontend/acinclude.m4-6728-  shlibpath_var=LD_LIBRARY_PATH
hotswap-0.4.0/kde-frontend/acinclude.m4:6729:  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
hotswap-0.4.0/kde-frontend/acinclude.m4-6730-    case $host_os in
##############################################
hotswap-0.4.0/kde-frontend/acinclude.m4-6854-  if test -z "$LTCC"; then
hotswap-0.4.0/kde-frontend/acinclude.m4:6855:    eval "`$SHELL ${ofile} --config | grep '^LTCC='`"
hotswap-0.4.0/kde-frontend/acinclude.m4-6856-    if test -z "$LTCC"; then
##############################################
hotswap-0.4.0/kde-frontend/acinclude.m4-6858-    else
hotswap-0.4.0/kde-frontend/acinclude.m4:6859:      AC_MSG_WARN([using `LTCC=$LTCC', extracted from `$ofile'])
hotswap-0.4.0/kde-frontend/acinclude.m4-6860-    fi
##############################################
hotswap-0.4.0/kde-frontend/acinclude.m4-6864-  # Note that this assumes the entire list is on one line.
hotswap-0.4.0/kde-frontend/acinclude.m4:6865:  available_tags=`grep "^available_tags=" "${ofile}" | sed -e 's/available_tags=\(.*$\)/\1/' -e 's/\"//g'`
hotswap-0.4.0/kde-frontend/acinclude.m4-6866-
##############################################
hotswap-0.4.0/kde-frontend/acinclude.m4-6870-    # Check whether tagname contains only valid characters
hotswap-0.4.0/kde-frontend/acinclude.m4:6871:    case `$echo "X$tagname" | $Xsed -e 's:[[-_ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz1234567890,/]]::g'` in
hotswap-0.4.0/kde-frontend/acinclude.m4-6872-    "") ;;
##############################################
hotswap-0.4.0/kde-frontend/acinclude.m4-7089-	"file_magic "*)
hotswap-0.4.0/kde-frontend/acinclude.m4:7090:	  file_magic_regex="`expr \"$deplibs_check_method\" : \"file_magic \(.*\)\"`"
hotswap-0.4.0/kde-frontend/acinclude.m4-7091-	  MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
##############################################
hotswap-0.4.0/kde-frontend/acinclude.m4-7160-    # gcc leaves a trailing carriage return which upsets mingw
hotswap-0.4.0/kde-frontend/acinclude.m4:7161:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
hotswap-0.4.0/kde-frontend/acinclude.m4-7162-  *)
hotswap-0.4.0/kde-frontend/acinclude.m4:7163:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
hotswap-0.4.0/kde-frontend/acinclude.m4-7164-  esac
##############################################
hotswap-0.4.0/kde-frontend/acinclude.m4-7169-      # Canonicalize the path of ld
hotswap-0.4.0/kde-frontend/acinclude.m4:7170:      ac_prog=`echo $ac_prog| sed 's%\\\\%/%g'`
hotswap-0.4.0/kde-frontend/acinclude.m4-7171-      while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do
hotswap-0.4.0/kde-frontend/acinclude.m4:7172:	ac_prog=`echo $ac_prog| sed "s%$re_direlt%/%"`
hotswap-0.4.0/kde-frontend/acinclude.m4-7173-      done
##############################################
hotswap-0.4.0/kde-frontend/acinclude.m4-7355-  esac
hotswap-0.4.0/kde-frontend/acinclude.m4:7356:  lt_cv_file_magic_test_file=`echo /lib${libsuff}/libc.so*`
hotswap-0.4.0/kde-frontend/acinclude.m4-7357-  lt_cv_deplibs_check_method=pass_all
##############################################
hotswap-0.4.0/kde-frontend/acinclude.m4-7392-  lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
hotswap-0.4.0/kde-frontend/acinclude.m4:7393:  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
hotswap-0.4.0/kde-frontend/acinclude.m4-7394-    lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[LM]]SB shared object'
##############################################
hotswap-0.4.0/kde-frontend/acinclude.m4-7656-if test -n "$_LT_AC_TAGVAR(lt_prog_cc_shlib, $1)"; then
hotswap-0.4.0/kde-frontend/acinclude.m4:7657:  AC_MSG_WARN([`$CC' requires `$_LT_AC_TAGVAR(lt_prog_cc_shlib, $1)' to build shared libraries])
hotswap-0.4.0/kde-frontend/acinclude.m4-7658-  if echo "$old_CC $old_CFLAGS " | egrep -e "[[ 	]]$]_LT_AC_TAGVAR(lt_prog_cc_shlib, $1)[[[ 	]]" >/dev/null; then :
##############################################
hotswap-0.4.0/kde-frontend/acinclude.m4-7781-_LT_AC_TAGVAR(compiler, $1)=$CC
hotswap-0.4.0/kde-frontend/acinclude.m4:7782:cc_basename=`$echo X"$compiler" | $Xsed -e 's%^.*/%%'`
hotswap-0.4.0/kde-frontend/acinclude.m4-7783-
##############################################
hotswap-0.4.0/kde-frontend/acinclude.m4-7796-  # archiving commands below assume that GNU ld is being used.
hotswap-0.4.0/kde-frontend/acinclude.m4:7797:  if eval "`$CC -print-prog-name=ld` --version 2>&1" | \
hotswap-0.4.0/kde-frontend/acinclude.m4-7798-      egrep 'GNU ld' > /dev/null; then
##############################################
hotswap-0.4.0/kde-frontend/acinclude.m4-7812-    # ancient GNU ld didn't support --whole-archive et. al.
hotswap-0.4.0/kde-frontend/acinclude.m4:7813:    if eval "`$CC -print-prog-name=ld` --help 2>&1" | \
hotswap-0.4.0/kde-frontend/acinclude.m4-7814-	egrep 'no-whole-archive' > /dev/null; then
##############################################
hotswap-0.4.0/kde-frontend/acinclude.m4-7878-      # below for broken collect2 doesn't work under 4.3+
hotswap-0.4.0/kde-frontend/acinclude.m4:7879:	collect2name=`${CC} -print-prog-name=collect2`
hotswap-0.4.0/kde-frontend/acinclude.m4-7880-	if test -f "$collect2name" && \
##############################################
hotswap-0.4.0/kde-frontend/acinclude.m4-7921-
hotswap-0.4.0/kde-frontend/acinclude.m4:7922:      _LT_AC_TAGVAR(archive_cmds, $1)="\$CC"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '" $shared_flag"
hotswap-0.4.0/kde-frontend/acinclude.m4:7923:      _LT_AC_TAGVAR(archive_expsym_cmds, $1)="\$CC"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
hotswap-0.4.0/kde-frontend/acinclude.m4-7924-     else
##############################################
hotswap-0.4.0/kde-frontend/acinclude.m4-8031-	# dependencies.
hotswap-0.4.0/kde-frontend/acinclude.m4:8032:	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; echo $list'
hotswap-0.4.0/kde-frontend/acinclude.m4-8033-	;;
##############################################
hotswap-0.4.0/kde-frontend/acinclude.m4-8060-	# SGI C++
hotswap-0.4.0/kde-frontend/acinclude.m4:8061:	_LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -all -multigot $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${objdir}/so_locations -o $lib'
hotswap-0.4.0/kde-frontend/acinclude.m4-8062-
##############################################
hotswap-0.4.0/kde-frontend/acinclude.m4-8071-	  if test "$with_gnu_ld" = no; then
hotswap-0.4.0/kde-frontend/acinclude.m4:8072:	    _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${objdir}/so_locations -o $lib'
hotswap-0.4.0/kde-frontend/acinclude.m4-8073-	  else
hotswap-0.4.0/kde-frontend/acinclude.m4:8074:	    _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $linker_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -o $lib'
hotswap-0.4.0/kde-frontend/acinclude.m4-8075-	  fi
##############################################
hotswap-0.4.0/kde-frontend/acinclude.m4-8090-	# to its proper name (with version) after linking.
hotswap-0.4.0/kde-frontend/acinclude.m4:8091:	_LT_AC_TAGVAR(archive_cmds, $1)='templib=`echo $lib | sed -e "s/\.so\..*/\.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
hotswap-0.4.0/kde-frontend/acinclude.m4:8092:	_LT_AC_TAGVAR(archive_expsym_cmds, $1)='templib=`echo $lib | sed -e "s/\.so\..*/\.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib ${wl}-retain-symbols-file,$export_symbols; mv \$templib $lib'
hotswap-0.4.0/kde-frontend/acinclude.m4-8093-
##############################################
hotswap-0.4.0/kde-frontend/acinclude.m4-8101-	# dependencies.
hotswap-0.4.0/kde-frontend/acinclude.m4:8102:	output_verbose_link_cmd='templist=`$CC $CFLAGS -v conftest.$objext -o libconftest.so 2>&1 | egrep "ld"`; rm -f libconftest.so; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list'
hotswap-0.4.0/kde-frontend/acinclude.m4-8103-
##############################################
hotswap-0.4.0/kde-frontend/acinclude.m4-8127-	# dependencies.
hotswap-0.4.0/kde-frontend/acinclude.m4:8128:	output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "ld"`; templist=`echo $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; echo $list'
hotswap-0.4.0/kde-frontend/acinclude.m4-8129-	;;
##############################################
hotswap-0.4.0/kde-frontend/acinclude.m4-8162-	# to its proper name (with version) after linking.
hotswap-0.4.0/kde-frontend/acinclude.m4:8163:	_LT_AC_TAGVAR(archive_cmds, $1)='templib=`echo $lib | sed -e "s/\.so\..*/\.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
hotswap-0.4.0/kde-frontend/acinclude.m4-8164-
##############################################
hotswap-0.4.0/kde-frontend/acinclude.m4-8179-	_LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
hotswap-0.4.0/kde-frontend/acinclude.m4:8180:	_LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $soname `test -n "$verstring" && echo ${wl}-set_version $verstring` -update_registry ${objdir}/so_locations -o $lib'
hotswap-0.4.0/kde-frontend/acinclude.m4-8181-
##############################################
hotswap-0.4.0/kde-frontend/acinclude.m4-8192-	# dependencies.
hotswap-0.4.0/kde-frontend/acinclude.m4:8193:	output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "ld" | grep -v "ld:"`; templist=`echo $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; echo $list'
hotswap-0.4.0/kde-frontend/acinclude.m4-8194-	;;
##############################################
hotswap-0.4.0/kde-frontend/acinclude.m4-8197-	  _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
hotswap-0.4.0/kde-frontend/acinclude.m4:8198:	  _LT_AC_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" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${objdir}/so_locations -o $lib'
hotswap-0.4.0/kde-frontend/acinclude.m4-8199-
##############################################
hotswap-0.4.0/kde-frontend/acinclude.m4-8222-	# to its proper name (with version) after linking.
hotswap-0.4.0/kde-frontend/acinclude.m4:8223:	_LT_AC_TAGVAR(archive_cmds, $1)='templib=`echo $lib | sed -e "s/\.so\..*/\.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
hotswap-0.4.0/kde-frontend/acinclude.m4-8224-
##############################################
hotswap-0.4.0/kde-frontend/acinclude.m4-8238-	_LT_AC_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
hotswap-0.4.0/kde-frontend/acinclude.m4:8239:	_LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${objdir}/so_locations -o $lib'
hotswap-0.4.0/kde-frontend/acinclude.m4:8240:	_LT_AC_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "-exported_symbol " >> $lib.exp; echo "\$i" >> $lib.exp; done~
hotswap-0.4.0/kde-frontend/acinclude.m4-8241-	  echo "-hidden">> $lib.exp~
hotswap-0.4.0/kde-frontend/acinclude.m4:8242:	  $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 $objdir/so_locations -o $lib~
hotswap-0.4.0/kde-frontend/acinclude.m4-8243-	  $rm $lib.exp'
##############################################
hotswap-0.4.0/kde-frontend/acinclude.m4-8255-	# dependencies.
hotswap-0.4.0/kde-frontend/acinclude.m4:8256:	output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "ld" | grep -v "ld:"`; templist=`echo $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; echo $list'
hotswap-0.4.0/kde-frontend/acinclude.m4-8257-	;;
##############################################
hotswap-0.4.0/kde-frontend/acinclude.m4-8260-	  _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
hotswap-0.4.0/kde-frontend/acinclude.m4:8261:	 _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${objdir}/so_locations -o $lib'
hotswap-0.4.0/kde-frontend/acinclude.m4-8262-
##############################################
hotswap-0.4.0/kde-frontend/acinclude.m4-8343-	# dependencies.
hotswap-0.4.0/kde-frontend/acinclude.m4:8344:	output_verbose_link_cmd='templist=`$CC -G $CFLAGS -v conftest.$objext 2>&1 | egrep "\-R|\-L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list'
hotswap-0.4.0/kde-frontend/acinclude.m4-8345-
##############################################
hotswap-0.4.0/kde-frontend/acinclude.m4-8441-  # eval without this substitution.
hotswap-0.4.0/kde-frontend/acinclude.m4:8442:  output_verbose_link_cmd="`$echo \"X$output_verbose_link_cmd\" | $Xsed -e \"$no_glob_subst\"`"
hotswap-0.4.0/kde-frontend/acinclude.m4-8443-
hotswap-0.4.0/kde-frontend/acinclude.m4:8444:  for p in `eval $output_verbose_link_cmd`; do
hotswap-0.4.0/kde-frontend/acinclude.m4-8445-    case $p in
##############################################
hotswap-0.4.0/kde-frontend/acinclude.m4-8707-      # Double-quote double-evaled strings.
hotswap-0.4.0/kde-frontend/acinclude.m4:8708:      eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\" -e \"\$delay_variable_subst\"\`\\\""
hotswap-0.4.0/kde-frontend/acinclude.m4-8709-      ;;
hotswap-0.4.0/kde-frontend/acinclude.m4-8710-    *)
hotswap-0.4.0/kde-frontend/acinclude.m4:8711:      eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$sed_quote_subst\"\`\\\""
hotswap-0.4.0/kde-frontend/acinclude.m4-8712-      ;;
##############################################
hotswap-0.4.0/kde-frontend/acinclude.m4-8717-  *'\[$]0 --fallback-echo"')
hotswap-0.4.0/kde-frontend/acinclude.m4:8718:    lt_echo=`$echo "X$lt_echo" | $Xsed -e 's/\\\\\\\[$]0 --fallback-echo"[$]/[$]0 --fallback-echo"/'`
hotswap-0.4.0/kde-frontend/acinclude.m4-8719-    ;;
##############################################
hotswap-0.4.0/kde-frontend/acinclude.m4-8732-
hotswap-0.4.0/kde-frontend/acinclude.m4:8733:# `$echo "$cfgfile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
hotswap-0.4.0/kde-frontend/acinclude.m4-8734-# Generated automatically by $PROGRAM (GNU $PACKAGE $VERSION$TIMESTAMP)
##############################################
hotswap-0.4.0/kde-frontend/acinclude.m4-9210-    nlist=conftest.nm
hotswap-0.4.0/kde-frontend/acinclude.m4:9211:    if AC_TRY_EVAL(NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist) && test -s "$nlist"; then
hotswap-0.4.0/kde-frontend/acinclude.m4-9212-      # Try sorting and uniquifying the output.
##############################################
hotswap-0.4.0/kde-frontend/acinclude.m4-9897-      # If DATA tags from a recent dlltool are present, honour them!
hotswap-0.4.0/kde-frontend/acinclude.m4:9898:      _LT_AC_TAGVAR(archive_expsym_cmds, $1)='if test "x`head -1 $export_symbols`" = xEXPORTS; then
hotswap-0.4.0/kde-frontend/acinclude.m4-9899-	  cp $export_symbols $output_objdir/$soname-def;
##############################################
hotswap-0.4.0/kde-frontend/acinclude.m4-9906-	     2) echo "   \[$]2 @ \$_lt_hint ; " >> $output_objdir/$soname-def;;
hotswap-0.4.0/kde-frontend/acinclude.m4:9907:	     *) echo "   \[$]2 @ \$_lt_hint \[$]3 ; " >> $output_objdir/$soname-def;;
hotswap-0.4.0/kde-frontend/acinclude.m4-9908-	   esac;
hotswap-0.4.0/kde-frontend/acinclude.m4:9909:	   _lt_hint=`expr 1 + \$_lt_hint`;
hotswap-0.4.0/kde-frontend/acinclude.m4-9910-	  done;
##############################################
hotswap-0.4.0/kde-frontend/acinclude.m4-10040-	# below for broken collect2 doesn't work under 4.3+
hotswap-0.4.0/kde-frontend/acinclude.m4:10041:	  collect2name=`${CC} -print-prog-name=collect2`
hotswap-0.4.0/kde-frontend/acinclude.m4-10042-	  if test -f "$collect2name" && \
##############################################
hotswap-0.4.0/kde-frontend/acinclude.m4-10082-	_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath"
hotswap-0.4.0/kde-frontend/acinclude.m4:10083:	_LT_AC_TAGVAR(archive_cmds, $1)="\$CC"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '" $shared_flag"
hotswap-0.4.0/kde-frontend/acinclude.m4:10084:	_LT_AC_TAGVAR(archive_expsym_cmds, $1)="\$CC"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
hotswap-0.4.0/kde-frontend/acinclude.m4-10085-       else
##############################################
hotswap-0.4.0/kde-frontend/acinclude.m4-10130-      # FIXME: Setting linknames here is a bad hack.
hotswap-0.4.0/kde-frontend/acinclude.m4:10131:      _LT_AC_TAGVAR(archive_cmds, $1)='$CC -o $lib $libobjs $compiler_flags `echo "$deplibs" | sed -e '\''s/ -lc$//'\''` -link -dll~linknames='
hotswap-0.4.0/kde-frontend/acinclude.m4-10132-      # The linker will automatically build a .lib file if we build a DLL.
##############################################
hotswap-0.4.0/kde-frontend/acinclude.m4-10135-      _LT_AC_TAGVAR(old_archive_cmds, $1)='lib /OUT:$oldlib$oldobjs$old_deplibs'
hotswap-0.4.0/kde-frontend/acinclude.m4:10136:      fix_srcfile_path='`cygpath -w "$srcfile"`'
hotswap-0.4.0/kde-frontend/acinclude.m4-10137-      ;;
##############################################
hotswap-0.4.0/kde-frontend/acinclude.m4-10242-      if test "$GCC" = yes; then
hotswap-0.4.0/kde-frontend/acinclude.m4:10243:	_LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
hotswap-0.4.0/kde-frontend/acinclude.m4-10244-      else
hotswap-0.4.0/kde-frontend/acinclude.m4:10245:	_LT_AC_TAGVAR(archive_cmds, $1)='$LD -shared $libobjs $deplibs $linker_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
hotswap-0.4.0/kde-frontend/acinclude.m4-10246-      fi
##############################################
hotswap-0.4.0/kde-frontend/acinclude.m4-10274-
hotswap-0.4.0/kde-frontend/acinclude.m4:10275:      if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
hotswap-0.4.0/kde-frontend/acinclude.m4-10276-	_LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $linker_flags'
##############################################
hotswap-0.4.0/kde-frontend/acinclude.m4-10303-	_LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
hotswap-0.4.0/kde-frontend/acinclude.m4:10304:	_LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
hotswap-0.4.0/kde-frontend/acinclude.m4-10305-      else
hotswap-0.4.0/kde-frontend/acinclude.m4-10306-	_LT_AC_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
hotswap-0.4.0/kde-frontend/acinclude.m4:10307:	_LT_AC_TAGVAR(archive_cmds, $1)='$LD -shared${allow_undefined_flag} $libobjs $deplibs $linker_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
hotswap-0.4.0/kde-frontend/acinclude.m4-10308-      fi
##############################################
hotswap-0.4.0/kde-frontend/acinclude.m4-10315-	_LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
hotswap-0.4.0/kde-frontend/acinclude.m4:10316:	_LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
hotswap-0.4.0/kde-frontend/acinclude.m4-10317-	_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
##############################################
hotswap-0.4.0/kde-frontend/acinclude.m4-10319-	_LT_AC_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
hotswap-0.4.0/kde-frontend/acinclude.m4:10320:	_LT_AC_TAGVAR(archive_cmds, $1)='$LD -shared${allow_undefined_flag} $libobjs $deplibs $linker_flags -msym -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
hotswap-0.4.0/kde-frontend/acinclude.m4:10321:	_LT_AC_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "-exported_symbol " >> $lib.exp; echo "\$i" >> $lib.exp; done; echo "-hidden">> $lib.exp~
hotswap-0.4.0/kde-frontend/acinclude.m4:10322:	$LD -shared${allow_undefined_flag} -input $lib.exp $linker_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${objdir}/so_locations -o $lib~$rm $lib.exp'
hotswap-0.4.0/kde-frontend/acinclude.m4-10323-
##############################################
hotswap-0.4.0/kde-frontend/acinclude.m4-10482-      _LT_AC_TAGVAR(allow_undefined_flag, $1)=
hotswap-0.4.0/kde-frontend/acinclude.m4:10483:      if AC_TRY_EVAL(_LT_AC_TAGVAR(archive_cmds, $1) 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1)
hotswap-0.4.0/kde-frontend/acinclude.m4-10484-      then
##############################################
hotswap-0.4.0/kde-frontend/acinclude.m4-10746-{
hotswap-0.4.0/kde-frontend/acinclude.m4:10747:  tmp=`(umask 077 && mktemp -d -q "$TMPDIR/sedXXXXXX") 2>/dev/null` &&
hotswap-0.4.0/kde-frontend/acinclude.m4-10748-  test -n "$tmp" && test -d "$tmp"
##############################################
hotswap-0.4.0/kde-frontend/acinclude.m4-10780-      test $_count -gt 10 && break
hotswap-0.4.0/kde-frontend/acinclude.m4:10781:      _count=`expr $_count + 1`
hotswap-0.4.0/kde-frontend/acinclude.m4-10782-      if test $_count -gt $_max; then
##############################################
hotswap-0.4.0/kde-frontend/aclocal.m4-127-# Check X11 before X11Rn because it is often a symlink to the current release.
hotswap-0.4.0/kde-frontend/aclocal.m4:128:for ac_dir in `echo "$ac_x_includes" | sed s/include/lib${kdelibsuff}/` \
hotswap-0.4.0/kde-frontend/aclocal.m4-129-    /usr/X11/lib${kdelibsuff}           \
##############################################
hotswap-0.4.0/kde-frontend/aclocal.m4-205-   else
hotswap-0.4.0/kde-frontend/aclocal.m4:206:        kde_cache=`echo $1 | sed 'y%./+-%__p_%'`
hotswap-0.4.0/kde-frontend/aclocal.m4-207-
##############################################
hotswap-0.4.0/kde-frontend/aclocal.m4-238-
hotswap-0.4.0/kde-frontend/aclocal.m4:239:      eval "kde_cv_path=\"`echo '$kde_cv_path_'$kde_cache`\""
hotswap-0.4.0/kde-frontend/aclocal.m4-240-
##############################################
hotswap-0.4.0/kde-frontend/aclocal.m4-280-    AC_MSG_CHECKING([whether uic supports -$1 ])
hotswap-0.4.0/kde-frontend/aclocal.m4:281:    kde_cache=`echo $1 | sed 'y% .=/+-%____p_%'`
hotswap-0.4.0/kde-frontend/aclocal.m4-282-    AC_CACHE_VAL(kde_cv_prog_uic_$kde_cache,
##############################################
hotswap-0.4.0/kde-frontend/aclocal.m4-295-
hotswap-0.4.0/kde-frontend/aclocal.m4:296:    if eval "test \"`echo '$kde_cv_prog_uic_'$kde_cache`\" = yes"; then
hotswap-0.4.0/kde-frontend/aclocal.m4-297-        AC_MSG_RESULT([yes])
##############################################
hotswap-0.4.0/kde-frontend/aclocal.m4-577-        if test -x "$KDECONFIG"; then # it can be "compiled"
hotswap-0.4.0/kde-frontend/aclocal.m4:578:          kde_libs_prefix=`$KDECONFIG --prefix`
hotswap-0.4.0/kde-frontend/aclocal.m4-579-          if test -z "$kde_libs_prefix" || test ! -x "$kde_libs_prefix"; then
##############################################
hotswap-0.4.0/kde-frontend/aclocal.m4-584-           fi
hotswap-0.4.0/kde-frontend/aclocal.m4:585:           kde_libs_htmldir=`$KDECONFIG --install html --expandvars`
hotswap-0.4.0/kde-frontend/aclocal.m4-586-        else
##############################################
hotswap-0.4.0/kde-frontend/aclocal.m4-1122-else
hotswap-0.4.0/kde-frontend/aclocal.m4:1123:  kde_qtsubver=`echo "$1" | sed -e 's#[0-9][0-9]*\.\([0-9][0-9]*\).*#\1#'`
hotswap-0.4.0/kde-frontend/aclocal.m4-1124-  # following is the check if subversion isnt found in passed argument
##############################################
hotswap-0.4.0/kde-frontend/aclocal.m4-1127-  fi
hotswap-0.4.0/kde-frontend/aclocal.m4:1128:  kde_qtver=`echo "$1" | sed -e 's#^\([0-9][0-9]*\)\..*#\1#'`
hotswap-0.4.0/kde-frontend/aclocal.m4-1129-  if test "$kde_qtver" = "1"; then
##############################################
hotswap-0.4.0/kde-frontend/aclocal.m4-1432-    try="ls -1 $dir/${LIBQT_GLOB}"
hotswap-0.4.0/kde-frontend/aclocal.m4:1433:    if test -n "`$try 2> /dev/null`"; then qt_libdir=$dir; break; else echo "tried $dir" >&AC_FD_CC ; fi
hotswap-0.4.0/kde-frontend/aclocal.m4-1434-  done
##############################################
hotswap-0.4.0/kde-frontend/aclocal.m4-2334-])dnl
hotswap-0.4.0/kde-frontend/aclocal.m4:2335:if eval "test \"`echo $ac_cv_lib_gif`\" = yes"; then
hotswap-0.4.0/kde-frontend/aclocal.m4-2336-  AC_MSG_RESULT(yes)
##############################################
hotswap-0.4.0/kde-frontend/aclocal.m4-2375-
hotswap-0.4.0/kde-frontend/aclocal.m4:2376:if eval "test ! \"`echo $ac_cv_lib_jpeg_$1`\" = no"; then
hotswap-0.4.0/kde-frontend/aclocal.m4-2377-  LIBJPEG="$ac_cv_lib_jpeg_$1"
##############################################
hotswap-0.4.0/kde-frontend/aclocal.m4-2446-LIBS="$all_libraries $USER_LDFLAGS $LIBQT"
hotswap-0.4.0/kde-frontend/aclocal.m4:2447:LIBS=`echo $LIBS | sed "s/$LIBJPEG//"`
hotswap-0.4.0/kde-frontend/aclocal.m4-2448-ac_save_CXXFLAGS="$CXXFLAGS"
##############################################
hotswap-0.4.0/kde-frontend/aclocal.m4-2462-
hotswap-0.4.0/kde-frontend/aclocal.m4:2463:if eval "test ! \"`echo $kde_cv_qt_jpeg`\" = no"; then
hotswap-0.4.0/kde-frontend/aclocal.m4-2464-  AC_MSG_RESULT(yes)
##############################################
hotswap-0.4.0/kde-frontend/aclocal.m4-2596-])dnl
hotswap-0.4.0/kde-frontend/aclocal.m4:2597:if eval "test ! \"`echo $ac_cv_lib_png`\" = no"; then
hotswap-0.4.0/kde-frontend/aclocal.m4-2598-  AC_DEFINE_UNQUOTED(HAVE_LIBPNG, 1, [Define if you have libpng])
##############################################
hotswap-0.4.0/kde-frontend/aclocal.m4-2644-AC_MSG_CHECKING(whether $CXX supports -$1)
hotswap-0.4.0/kde-frontend/aclocal.m4:2645:kde_cache=`echo $1 | sed 'y% .=/+-%____p_%'`
hotswap-0.4.0/kde-frontend/aclocal.m4-2646-AC_CACHE_VAL(kde_cv_prog_cxx_$kde_cache,
##############################################
hotswap-0.4.0/kde-frontend/aclocal.m4-2655-])
hotswap-0.4.0/kde-frontend/aclocal.m4:2656:if eval "test \"`echo '$kde_cv_prog_cxx_'$kde_cache`\" = yes"; then
hotswap-0.4.0/kde-frontend/aclocal.m4-2657- AC_MSG_RESULT(yes)
##############################################
hotswap-0.4.0/kde-frontend/aclocal.m4-2914-        if test "$GXX" = yes; then
hotswap-0.4.0/kde-frontend/aclocal.m4:2915:          libstdcpp=`$CXX -print-file-name=libstdc++.so`
hotswap-0.4.0/kde-frontend/aclocal.m4-2916-          if test ! -f $libstdcpp; then
##############################################
hotswap-0.4.0/kde-frontend/aclocal.m4-3113-    AM_PATH_PROG_WITH_TEST_KDE(MSGFMT, msgfmt,
hotswap-0.4.0/kde-frontend/aclocal.m4:3114:        [test -n "`$ac_dir/$ac_word --version 2>&1 | grep 'GNU gettext'`"], msgfmt)
hotswap-0.4.0/kde-frontend/aclocal.m4-3115-    AC_PATH_PROG(GMSGFMT, gmsgfmt, $MSGFMT)
hotswap-0.4.0/kde-frontend/aclocal.m4-3116-
hotswap-0.4.0/kde-frontend/aclocal.m4:3117:     if test -z "`$GMSGFMT --version 2>&1 | grep 'GNU gettext'`"; then
hotswap-0.4.0/kde-frontend/aclocal.m4-3118-        AC_MSG_RESULT([found msgfmt program is not GNU msgfmt; ignore it])
##############################################
hotswap-0.4.0/kde-frontend/aclocal.m4-3125-      AM_PATH_PROG_WITH_TEST_KDE(XGETTEXT, xgettext,
hotswap-0.4.0/kde-frontend/aclocal.m4:3126:	[test -z "`$ac_dir/$ac_word -h 2>&1 | grep '(HELP)'`"], :)
hotswap-0.4.0/kde-frontend/aclocal.m4-3127-
##############################################
hotswap-0.4.0/kde-frontend/aclocal.m4-3272-   AC_MSG_RESULT($kde_cv_func_stpcpy)
hotswap-0.4.0/kde-frontend/aclocal.m4:3273:   if eval "test \"`echo $kde_cv_func_stpcpy`\" = yes"; then
hotswap-0.4.0/kde-frontend/aclocal.m4-3274-     AC_DEFINE(HAVE_STPCPY, 1, [Define if you have stpcpy])
##############################################
hotswap-0.4.0/kde-frontend/aclocal.m4-3821-])
hotswap-0.4.0/kde-frontend/aclocal.m4:3822:kde_micodir=`echo $kde_cv_mico_incdir | sed -e 's#/include##'`
hotswap-0.4.0/kde-frontend/aclocal.m4-3823-
##############################################
hotswap-0.4.0/kde-frontend/aclocal.m4-3864-dnl installed MICO version
hotswap-0.4.0/kde-frontend/aclocal.m4:3865:mico_v_maj=`echo $kde_cv_mico_version | sed -e 's/^\(.*\)\..*\..*$/\1/'`
hotswap-0.4.0/kde-frontend/aclocal.m4:3866:mico_v_mid=`echo $kde_cv_mico_version | sed -e 's/^.*\.\(.*\)\..*$/\1/'`
hotswap-0.4.0/kde-frontend/aclocal.m4:3867:mico_v_min=`echo $kde_cv_mico_version | sed -e 's/^.*\..*\.\(.*\)$/\1/'`
hotswap-0.4.0/kde-frontend/aclocal.m4-3868-
##############################################
hotswap-0.4.0/kde-frontend/aclocal.m4-3875-dnl required MICO version
hotswap-0.4.0/kde-frontend/aclocal.m4:3876:req_v_maj=`echo $req_version | sed -e 's/^\(.*\)\..*\..*$/\1/'`
hotswap-0.4.0/kde-frontend/aclocal.m4:3877:req_v_mid=`echo $req_version | sed -e 's/^.*\.\(.*\)\..*$/\1/'`
hotswap-0.4.0/kde-frontend/aclocal.m4:3878:req_v_min=`echo $req_version | sed -e 's/^.*\..*\.\(.*\)$/\1/'`
hotswap-0.4.0/kde-frontend/aclocal.m4-3879-
##############################################
hotswap-0.4.0/kde-frontend/aclocal.m4-4254-    ac_save_CXXFLAGS="$CXXFLAGS"
hotswap-0.4.0/kde-frontend/aclocal.m4:4255:    CXXFLAGS="`echo $CXXFLAGS | sed s/-fno-exceptions//`"
hotswap-0.4.0/kde-frontend/aclocal.m4-4256-    KDE_CHECK_STL_SGI
##############################################
hotswap-0.4.0/kde-frontend/aclocal.m4-4298-])dnl
hotswap-0.4.0/kde-frontend/aclocal.m4:4299:if eval "test \"`echo $ac_cv_lib_qimgio`\" = yes"; then
hotswap-0.4.0/kde-frontend/aclocal.m4-4300-  LIBQIMGIO="-lqimgio -lpng -lz $LIBJPEG"
##############################################
hotswap-0.4.0/kde-frontend/aclocal.m4-4379-  TOPSUBDIRS=""
hotswap-0.4.0/kde-frontend/aclocal.m4:4380:  files=`cd $srcdir && ls -1`
hotswap-0.4.0/kde-frontend/aclocal.m4:4381:  dirs=`for i in $files; do if test -d $i; then echo $i; fi; done`
hotswap-0.4.0/kde-frontend/aclocal.m4-4382-  for i in $dirs; do
##############################################
hotswap-0.4.0/kde-frontend/aclocal.m4-4387-if test -s $srcdir/inst-apps; then
hotswap-0.4.0/kde-frontend/aclocal.m4:4388:  ac_topsubdirs="`cat $srcdir/inst-apps`"
hotswap-0.4.0/kde-frontend/aclocal.m4-4389-else
hotswap-0.4.0/kde-frontend/aclocal.m4:4390:  ac_topsubdirs="`cat $srcdir/subdirs`"
hotswap-0.4.0/kde-frontend/aclocal.m4-4391-fi
##############################################
hotswap-0.4.0/kde-frontend/aclocal.m4-4405-  AC_MSG_RESULT($install_it)
hotswap-0.4.0/kde-frontend/aclocal.m4:4406:  vari=`echo $i | sed -e 's,[[-+.]],_,g'`
hotswap-0.4.0/kde-frontend/aclocal.m4-4407-  if test $install_it = "yes"; then
##############################################
hotswap-0.4.0/kde-frontend/aclocal.m4-4591-  if test -f $srcdir/configure.files ; then
hotswap-0.4.0/kde-frontend/aclocal.m4:4592:    val=`sed -e 's%^%\$(top_srcdir)/%' $srcdir/configure.files`
hotswap-0.4.0/kde-frontend/aclocal.m4-4593-  fi
##############################################
hotswap-0.4.0/kde-frontend/aclocal.m4-4613-  # And delete superflous '/' to make compares easier
hotswap-0.4.0/kde-frontend/aclocal.m4:4614:  prefix=`echo "$prefix" | sed 's,//*,/,g' | sed -e 's,/$,,'`
hotswap-0.4.0/kde-frontend/aclocal.m4:4615:  exec_prefix=`echo "$exec_prefix" | sed 's,//*,/,g' | sed -e 's,/$,,'`
hotswap-0.4.0/kde-frontend/aclocal.m4-4616-  KDE_FAST_CONFIGURE
##############################################
hotswap-0.4.0/kde-frontend/aclocal.m4-4734-[
hotswap-0.4.0/kde-frontend/aclocal.m4:4735:	dir=`dirname "$1"`
hotswap-0.4.0/kde-frontend/aclocal.m4:4736:	base=`basename "$1"`
hotswap-0.4.0/kde-frontend/aclocal.m4:4737:	list=`ls -1 $dir 2> /dev/null`
hotswap-0.4.0/kde-frontend/aclocal.m4-4738-	for entry in $list; do 
##############################################
hotswap-0.4.0/kde-frontend/aclocal.m4-4803-          if test -x "$dir/java"; then
hotswap-0.4.0/kde-frontend/aclocal.m4:4804:                libjvmdir=`find $dir/.. -name libjvm.so | sed 's,libjvm.so,,'|head -n 1`
hotswap-0.4.0/kde-frontend/aclocal.m4-4805-		if test ! -f $libjvmdir/libjvm.so; then continue; fi
##############################################
hotswap-0.4.0/kde-frontend/aclocal.m4-4823-          dnl this substitution might not work - well, we test for jni.h below
hotswap-0.4.0/kde-frontend/aclocal.m4:4824:          kde_java_includedir=`echo $JAVAC | sed -e 's,bin/javac$,include/,'`
hotswap-0.4.0/kde-frontend/aclocal.m4-4825-      else
##############################################
hotswap-0.4.0/kde-frontend/aclocal.m4-4842-  dnl Look for libjvm.so
hotswap-0.4.0/kde-frontend/aclocal.m4:4843:  kde_java_libjvmdir=`find $kde_java_bindir/.. -name libjvm.so | sed 's,libjvm.so,,'|head -n 1`
hotswap-0.4.0/kde-frontend/aclocal.m4-4844-  dnl Look for libhpi.so and avoid green threads
hotswap-0.4.0/kde-frontend/aclocal.m4:4845:  kde_java_libhpidir=`find $kde_java_bindir/.. -name libhpi.so | grep -v green | sed 's,libhpi.so,,' | head -n 1`
hotswap-0.4.0/kde-frontend/aclocal.m4-4846-
##############################################
hotswap-0.4.0/kde-frontend/aclocal.m4-4981-  else
hotswap-0.4.0/kde-frontend/aclocal.m4:4982:    qtopia_minver_maj=`echo "$1" | sed -e "s/^\(.*\)\..*\..*$/\1/"`
hotswap-0.4.0/kde-frontend/aclocal.m4:4983:    qtopia_minver_min=`echo "$1" | sed -e "s/^.*\.\(.*\)\..*$/\1/"`
hotswap-0.4.0/kde-frontend/aclocal.m4:4984:    qtopia_minver_pat=`echo "$1" | sed -e "s/^.*\..*\.\(.*\)$/\1/"`
hotswap-0.4.0/kde-frontend/aclocal.m4-4985-  fi
##############################################
hotswap-0.4.0/kde-frontend/aclocal.m4-5021-
hotswap-0.4.0/kde-frontend/aclocal.m4:5022:  qtopia_ver_maj=`cat $qtopia_incdir/qpe/version.h | sed -n -e 's,.*QPE_VERSION "\(.*\)\..*\..*".*,\1,p'`;
hotswap-0.4.0/kde-frontend/aclocal.m4:5023:  qtopia_ver_min=`cat $qtopia_incdir/qpe/version.h | sed -n -e 's,.*QPE_VERSION ".*\.\(.*\)\..*".*,\1,p'`;
hotswap-0.4.0/kde-frontend/aclocal.m4:5024:  qtopia_ver_pat=`cat $qtopia_incdir/qpe/version.h | sed -n -e 's,.*QPE_VERSION ".*\..*\.\(.*\)".*,\1,p'`;
hotswap-0.4.0/kde-frontend/aclocal.m4-5025-
##############################################
hotswap-0.4.0/kde-frontend/aclocal.m4-5238-    try="ls -1 $dir/libssl*"
hotswap-0.4.0/kde-frontend/aclocal.m4:5239:    if test=`eval $try 2> /dev/null`; then ssl_libdir=$dir; break; else echo "tried $dir" >&AC_FD_CC ; fi
hotswap-0.4.0/kde-frontend/aclocal.m4-5240-  done
##############################################
hotswap-0.4.0/kde-frontend/aclocal.m4-5647-  # Remove one level of quotation (which was required for Make).
hotswap-0.4.0/kde-frontend/aclocal.m4:5648:  ECHO=`echo "$ECHO" | sed 's,\\\\\[$]\\[$]0,'[$]0','`
hotswap-0.4.0/kde-frontend/aclocal.m4-5649-  ;;
##############################################
hotswap-0.4.0/kde-frontend/aclocal.m4-5658-  :
hotswap-0.4.0/kde-frontend/aclocal.m4:5659:elif test "X`($echo '\t') 2>/dev/null`" = 'X\t'; then
hotswap-0.4.0/kde-frontend/aclocal.m4-5660-  # Yippee, $echo works!
##############################################
hotswap-0.4.0/kde-frontend/aclocal.m4-5684-    # expected sizes: less than 2Kb, 1Kb, 512 bytes, 16 bytes, ...
hotswap-0.4.0/kde-frontend/aclocal.m4:5685:    if (echo_test_string="`eval $cmd`") 2>/dev/null &&
hotswap-0.4.0/kde-frontend/aclocal.m4:5686:       echo_test_string="`eval $cmd`" &&
hotswap-0.4.0/kde-frontend/aclocal.m4-5687-       (test "X$echo_test_string" = "X$echo_test_string") 2>/dev/null
##############################################
hotswap-0.4.0/kde-frontend/aclocal.m4-5693-
hotswap-0.4.0/kde-frontend/aclocal.m4:5694:if test "X`($echo '\t') 2>/dev/null`" = 'X\t' &&
hotswap-0.4.0/kde-frontend/aclocal.m4:5695:   echo_testing_string=`($echo "$echo_test_string") 2>/dev/null` &&
hotswap-0.4.0/kde-frontend/aclocal.m4-5696-   test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
hotswap-0.4.0/kde-frontend/aclocal.m4-5708-    if (test -f $dir/echo || test -f $dir/echo$ac_exeext) &&
hotswap-0.4.0/kde-frontend/aclocal.m4:5709:       test "X`($dir/echo '\t') 2>/dev/null`" = 'X\t' &&
hotswap-0.4.0/kde-frontend/aclocal.m4:5710:       echo_testing_string=`($dir/echo "$echo_test_string") 2>/dev/null` &&
hotswap-0.4.0/kde-frontend/aclocal.m4-5711-       test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
hotswap-0.4.0/kde-frontend/aclocal.m4-5720-    if test "X`(print -r '\t') 2>/dev/null`" = 'X\t' &&
hotswap-0.4.0/kde-frontend/aclocal.m4:5721:       echo_testing_string=`(print -r "$echo_test_string") 2>/dev/null` &&
hotswap-0.4.0/kde-frontend/aclocal.m4-5722-       test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
hotswap-0.4.0/kde-frontend/aclocal.m4-5735-      echo='printf %s\n'
hotswap-0.4.0/kde-frontend/aclocal.m4:5736:      if test "X`($echo '\t') 2>/dev/null`" = 'X\t' &&
hotswap-0.4.0/kde-frontend/aclocal.m4:5737:	 echo_testing_string=`($echo "$echo_test_string") 2>/dev/null` &&
hotswap-0.4.0/kde-frontend/aclocal.m4-5738-	 test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
hotswap-0.4.0/kde-frontend/aclocal.m4-5740-	:
hotswap-0.4.0/kde-frontend/aclocal.m4:5741:      elif echo_testing_string=`($ORIGINAL_CONFIG_SHELL "[$]0" --fallback-echo '\t') 2>/dev/null` &&
hotswap-0.4.0/kde-frontend/aclocal.m4-5742-	   test "X$echo_testing_string" = 'X\t' &&
hotswap-0.4.0/kde-frontend/aclocal.m4:5743:	   echo_testing_string=`($ORIGINAL_CONFIG_SHELL "[$]0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
hotswap-0.4.0/kde-frontend/aclocal.m4-5744-	   test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
hotswap-0.4.0/kde-frontend/aclocal.m4-5749-	echo="$CONFIG_SHELL [$]0 --fallback-echo"
hotswap-0.4.0/kde-frontend/aclocal.m4:5750:      elif echo_testing_string=`($CONFIG_SHELL "[$]0" --fallback-echo '\t') 2>/dev/null` &&
hotswap-0.4.0/kde-frontend/aclocal.m4-5751-	   test "X$echo_testing_string" = 'X\t' &&
hotswap-0.4.0/kde-frontend/aclocal.m4:5752:	   echo_testing_string=`($CONFIG_SHELL "[$]0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
hotswap-0.4.0/kde-frontend/aclocal.m4-5753-	   test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
hotswap-0.4.0/kde-frontend/aclocal.m4-5759-	for cmd in 'echo test' 'sed 2q "[$]0"' 'sed 10q "[$]0"' 'sed 20q "[$]0"' 'sed 50q "[$]0"'; do
hotswap-0.4.0/kde-frontend/aclocal.m4:5760:	  if (test "X$echo_test_string" = "X`eval $cmd`") 2>/dev/null
hotswap-0.4.0/kde-frontend/aclocal.m4-5761-	  then
##############################################
hotswap-0.4.0/kde-frontend/aclocal.m4-5767-	if test "$prev" != 'sed 50q "[$]0"'; then
hotswap-0.4.0/kde-frontend/aclocal.m4:5768:	  echo_test_string=`eval $prev`
hotswap-0.4.0/kde-frontend/aclocal.m4-5769-	  export echo_test_string
##############################################
hotswap-0.4.0/kde-frontend/aclocal.m4-5807-  if AC_TRY_EVAL(ac_compile); then
hotswap-0.4.0/kde-frontend/aclocal.m4:5808:    case `/usr/bin/file conftest.$ac_objext` in
hotswap-0.4.0/kde-frontend/aclocal.m4-5809-    *ELF-32*)
##############################################
hotswap-0.4.0/kde-frontend/aclocal.m4-5822-  if AC_TRY_EVAL(ac_compile); then
hotswap-0.4.0/kde-frontend/aclocal.m4:5823:    case `/usr/bin/file conftest.$ac_objext` in
hotswap-0.4.0/kde-frontend/aclocal.m4-5824-    *32-bit*)
##############################################
hotswap-0.4.0/kde-frontend/aclocal.m4-5841-  if AC_TRY_EVAL(ac_compile); then
hotswap-0.4.0/kde-frontend/aclocal.m4:5842:    case `/usr/bin/file conftest.$ac_objext` in
hotswap-0.4.0/kde-frontend/aclocal.m4-5843-    *"ELF 32"*)
##############################################
hotswap-0.4.0/kde-frontend/aclocal.m4-5997-    # we can't tell.
hotswap-0.4.0/kde-frontend/aclocal.m4:5998:    while (test "X"`$CONFIG_SHELL [$]0 --fallback-echo "X$testring" 2>/dev/null` \
hotswap-0.4.0/kde-frontend/aclocal.m4-5999-	       = "XX$testring") >/dev/null 2>&1 &&
hotswap-0.4.0/kde-frontend/aclocal.m4:6000:	    new_result=`expr "X$testring" : ".*" 2>&1` &&
hotswap-0.4.0/kde-frontend/aclocal.m4-6001-	    lt_cv_sys_max_cmd_len=$new_result &&
##############################################
hotswap-0.4.0/kde-frontend/aclocal.m4-6003-    do
hotswap-0.4.0/kde-frontend/aclocal.m4:6004:      i=`expr $i + 1`
hotswap-0.4.0/kde-frontend/aclocal.m4-6005-      testring=$testring$testring
##############################################
hotswap-0.4.0/kde-frontend/aclocal.m4-6010-    # It appears as though 1/2 is a usable value.
hotswap-0.4.0/kde-frontend/aclocal.m4:6011:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
hotswap-0.4.0/kde-frontend/aclocal.m4-6012-    ;;
##############################################
hotswap-0.4.0/kde-frontend/aclocal.m4-6285-  if test "$hard_links" = no; then
hotswap-0.4.0/kde-frontend/aclocal.m4:6286:    AC_MSG_WARN([`$CC' does not support `-c -o', so `make -j' may be unsafe])
hotswap-0.4.0/kde-frontend/aclocal.m4-6287-    need_locks=warn
##############################################
hotswap-0.4.0/kde-frontend/aclocal.m4-6446-  # Create ${libname}_ixlibrary.a entries in /sys/libs.
hotswap-0.4.0/kde-frontend/aclocal.m4:6447:  finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`$echo "X$lib" | $Xsed -e '\''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'
hotswap-0.4.0/kde-frontend/aclocal.m4-6448-  ;;
##############################################
hotswap-0.4.0/kde-frontend/aclocal.m4-6477-    sys_lib_search_path_spec="/lib /lib/w32api /usr/lib /usr/local/lib"
hotswap-0.4.0/kde-frontend/aclocal.m4:6478:    soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | sed -e 's/[[.]]/-/g'`${versuffix}.dll'
hotswap-0.4.0/kde-frontend/aclocal.m4:6479:    postinstall_cmds='dlpath=`bash 2>&1 -c '\''. $dir/${file}i;echo \$dlname'\''`~
hotswap-0.4.0/kde-frontend/aclocal.m4:6480:      dldir=$destdir/`dirname \$dlpath`~
hotswap-0.4.0/kde-frontend/aclocal.m4-6481-      test -d \$dldir || mkdir -p \$dldir~
hotswap-0.4.0/kde-frontend/aclocal.m4-6482-      $install_prog .libs/$dlname \$dldir/$dlname'
hotswap-0.4.0/kde-frontend/aclocal.m4:6483:    postuninstall_cmds='dldll=`bash 2>&1 -c '\''. $file; echo \$dlname'\''`~
hotswap-0.4.0/kde-frontend/aclocal.m4-6484-      dlpath=$dir/\$dldll~
##############################################
hotswap-0.4.0/kde-frontend/aclocal.m4-6487-  yes,mingw*)
hotswap-0.4.0/kde-frontend/aclocal.m4:6488:    library_names_spec='${libname}`echo ${release} | sed -e 's/[[.]]/-/g'`${versuffix}.dll'
hotswap-0.4.0/kde-frontend/aclocal.m4:6489:    sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | sed -e "s/^libraries://"`
hotswap-0.4.0/kde-frontend/aclocal.m4-6490-    if echo "$sys_lib_search_path_spec" | [egrep ';[C-Z]:/' >/dev/null]; then
##############################################
hotswap-0.4.0/kde-frontend/aclocal.m4-6496-      # which wouldn't understand a cygwinified path. Ahh.
hotswap-0.4.0/kde-frontend/aclocal.m4:6497:      sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | sed -e 's/;/ /g'`
hotswap-0.4.0/kde-frontend/aclocal.m4-6498-    else
hotswap-0.4.0/kde-frontend/aclocal.m4:6499:      sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | sed  -e "s/$PATH_SEPARATOR/ /g"`
hotswap-0.4.0/kde-frontend/aclocal.m4-6500-    fi
##############################################
hotswap-0.4.0/kde-frontend/aclocal.m4-6502-  yes,pw32*)
hotswap-0.4.0/kde-frontend/aclocal.m4:6503:    library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | sed -e 's/[.]/-/g'`${versuffix}.dll'
hotswap-0.4.0/kde-frontend/aclocal.m4-6504-    ;;
hotswap-0.4.0/kde-frontend/aclocal.m4-6505-  *)
hotswap-0.4.0/kde-frontend/aclocal.m4:6506:    library_names_spec='${libname}`echo ${release} | sed -e 's/[[.]]/-/g'`${versuffix}.dll $libname.lib'
hotswap-0.4.0/kde-frontend/aclocal.m4-6507-    ;;
##############################################
hotswap-0.4.0/kde-frontend/aclocal.m4-6718-  shlibpath_var=LD_LIBRARY_PATH
hotswap-0.4.0/kde-frontend/aclocal.m4:6719:  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
hotswap-0.4.0/kde-frontend/aclocal.m4-6720-    case $host_os in
##############################################
hotswap-0.4.0/kde-frontend/aclocal.m4-6844-  if test -z "$LTCC"; then
hotswap-0.4.0/kde-frontend/aclocal.m4:6845:    eval "`$SHELL ${ofile} --config | grep '^LTCC='`"
hotswap-0.4.0/kde-frontend/aclocal.m4-6846-    if test -z "$LTCC"; then
##############################################
hotswap-0.4.0/kde-frontend/aclocal.m4-6848-    else
hotswap-0.4.0/kde-frontend/aclocal.m4:6849:      AC_MSG_WARN([using `LTCC=$LTCC', extracted from `$ofile'])
hotswap-0.4.0/kde-frontend/aclocal.m4-6850-    fi
##############################################
hotswap-0.4.0/kde-frontend/aclocal.m4-6854-  # Note that this assumes the entire list is on one line.
hotswap-0.4.0/kde-frontend/aclocal.m4:6855:  available_tags=`grep "^available_tags=" "${ofile}" | sed -e 's/available_tags=\(.*$\)/\1/' -e 's/\"//g'`
hotswap-0.4.0/kde-frontend/aclocal.m4-6856-
##############################################
hotswap-0.4.0/kde-frontend/aclocal.m4-6860-    # Check whether tagname contains only valid characters
hotswap-0.4.0/kde-frontend/aclocal.m4:6861:    case `$echo "X$tagname" | $Xsed -e 's:[[-_ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz1234567890,/]]::g'` in
hotswap-0.4.0/kde-frontend/aclocal.m4-6862-    "") ;;
##############################################
hotswap-0.4.0/kde-frontend/aclocal.m4-7079-	"file_magic "*)
hotswap-0.4.0/kde-frontend/aclocal.m4:7080:	  file_magic_regex="`expr \"$deplibs_check_method\" : \"file_magic \(.*\)\"`"
hotswap-0.4.0/kde-frontend/aclocal.m4-7081-	  MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
##############################################
hotswap-0.4.0/kde-frontend/aclocal.m4-7150-    # gcc leaves a trailing carriage return which upsets mingw
hotswap-0.4.0/kde-frontend/aclocal.m4:7151:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
hotswap-0.4.0/kde-frontend/aclocal.m4-7152-  *)
hotswap-0.4.0/kde-frontend/aclocal.m4:7153:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
hotswap-0.4.0/kde-frontend/aclocal.m4-7154-  esac
##############################################
hotswap-0.4.0/kde-frontend/aclocal.m4-7159-      # Canonicalize the path of ld
hotswap-0.4.0/kde-frontend/aclocal.m4:7160:      ac_prog=`echo $ac_prog| sed 's%\\\\%/%g'`
hotswap-0.4.0/kde-frontend/aclocal.m4-7161-      while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do
hotswap-0.4.0/kde-frontend/aclocal.m4:7162:	ac_prog=`echo $ac_prog| sed "s%$re_direlt%/%"`
hotswap-0.4.0/kde-frontend/aclocal.m4-7163-      done
##############################################
hotswap-0.4.0/kde-frontend/aclocal.m4-7345-  esac
hotswap-0.4.0/kde-frontend/aclocal.m4:7346:  lt_cv_file_magic_test_file=`echo /lib${libsuff}/libc.so*`
hotswap-0.4.0/kde-frontend/aclocal.m4-7347-  lt_cv_deplibs_check_method=pass_all
##############################################
hotswap-0.4.0/kde-frontend/aclocal.m4-7382-  lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
hotswap-0.4.0/kde-frontend/aclocal.m4:7383:  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
hotswap-0.4.0/kde-frontend/aclocal.m4-7384-    lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[LM]]SB shared object'
##############################################
hotswap-0.4.0/kde-frontend/aclocal.m4-7646-if test -n "$_LT_AC_TAGVAR(lt_prog_cc_shlib, $1)"; then
hotswap-0.4.0/kde-frontend/aclocal.m4:7647:  AC_MSG_WARN([`$CC' requires `$_LT_AC_TAGVAR(lt_prog_cc_shlib, $1)' to build shared libraries])
hotswap-0.4.0/kde-frontend/aclocal.m4-7648-  if echo "$old_CC $old_CFLAGS " | egrep -e "[[ 	]]$]_LT_AC_TAGVAR(lt_prog_cc_shlib, $1)[[[ 	]]" >/dev/null; then :
##############################################
hotswap-0.4.0/kde-frontend/aclocal.m4-7767-_LT_AC_TAGVAR(compiler, $1)=$CC
hotswap-0.4.0/kde-frontend/aclocal.m4:7768:cc_basename=`$echo X"$compiler" | $Xsed -e 's%^.*/%%'`
hotswap-0.4.0/kde-frontend/aclocal.m4-7769-
##############################################
hotswap-0.4.0/kde-frontend/aclocal.m4-7782-  # archiving commands below assume that GNU ld is being used.
hotswap-0.4.0/kde-frontend/aclocal.m4:7783:  if eval "`$CC -print-prog-name=ld` --version 2>&1" | \
hotswap-0.4.0/kde-frontend/aclocal.m4-7784-      egrep 'GNU ld' > /dev/null; then
##############################################
hotswap-0.4.0/kde-frontend/aclocal.m4-7798-    # ancient GNU ld didn't support --whole-archive et. al.
hotswap-0.4.0/kde-frontend/aclocal.m4:7799:    if eval "`$CC -print-prog-name=ld` --help 2>&1" | \
hotswap-0.4.0/kde-frontend/aclocal.m4-7800-	egrep 'no-whole-archive' > /dev/null; then
##############################################
hotswap-0.4.0/kde-frontend/aclocal.m4-7864-      # below for broken collect2 doesn't work under 4.3+
hotswap-0.4.0/kde-frontend/aclocal.m4:7865:	collect2name=`${CC} -print-prog-name=collect2`
hotswap-0.4.0/kde-frontend/aclocal.m4-7866-	if test -f "$collect2name" && \
##############################################
hotswap-0.4.0/kde-frontend/aclocal.m4-7907-
hotswap-0.4.0/kde-frontend/aclocal.m4:7908:      _LT_AC_TAGVAR(archive_cmds, $1)="\$CC"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '" $shared_flag"
hotswap-0.4.0/kde-frontend/aclocal.m4:7909:      _LT_AC_TAGVAR(archive_expsym_cmds, $1)="\$CC"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
hotswap-0.4.0/kde-frontend/aclocal.m4-7910-     else
##############################################
hotswap-0.4.0/kde-frontend/aclocal.m4-8017-	# dependencies.
hotswap-0.4.0/kde-frontend/aclocal.m4:8018:	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; echo $list'
hotswap-0.4.0/kde-frontend/aclocal.m4-8019-	;;
##############################################
hotswap-0.4.0/kde-frontend/aclocal.m4-8046-	# SGI C++
hotswap-0.4.0/kde-frontend/aclocal.m4:8047:	_LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -all -multigot $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${objdir}/so_locations -o $lib'
hotswap-0.4.0/kde-frontend/aclocal.m4-8048-
##############################################
hotswap-0.4.0/kde-frontend/aclocal.m4-8057-	  if test "$with_gnu_ld" = no; then
hotswap-0.4.0/kde-frontend/aclocal.m4:8058:	    _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${objdir}/so_locations -o $lib'
hotswap-0.4.0/kde-frontend/aclocal.m4-8059-	  else
hotswap-0.4.0/kde-frontend/aclocal.m4:8060:	    _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $linker_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -o $lib'
hotswap-0.4.0/kde-frontend/aclocal.m4-8061-	  fi
##############################################
hotswap-0.4.0/kde-frontend/aclocal.m4-8076-	# to its proper name (with version) after linking.
hotswap-0.4.0/kde-frontend/aclocal.m4:8077:	_LT_AC_TAGVAR(archive_cmds, $1)='templib=`echo $lib | sed -e "s/\.so\..*/\.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
hotswap-0.4.0/kde-frontend/aclocal.m4:8078:	_LT_AC_TAGVAR(archive_expsym_cmds, $1)='templib=`echo $lib | sed -e "s/\.so\..*/\.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib ${wl}-retain-symbols-file,$export_symbols; mv \$templib $lib'
hotswap-0.4.0/kde-frontend/aclocal.m4-8079-
##############################################
hotswap-0.4.0/kde-frontend/aclocal.m4-8087-	# dependencies.
hotswap-0.4.0/kde-frontend/aclocal.m4:8088:	output_verbose_link_cmd='templist=`$CC $CFLAGS -v conftest.$objext -o libconftest.so 2>&1 | egrep "ld"`; rm -f libconftest.so; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list'
hotswap-0.4.0/kde-frontend/aclocal.m4-8089-
##############################################
hotswap-0.4.0/kde-frontend/aclocal.m4-8113-	# dependencies.
hotswap-0.4.0/kde-frontend/aclocal.m4:8114:	output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "ld"`; templist=`echo $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; echo $list'
hotswap-0.4.0/kde-frontend/aclocal.m4-8115-	;;
##############################################
hotswap-0.4.0/kde-frontend/aclocal.m4-8148-	# to its proper name (with version) after linking.
hotswap-0.4.0/kde-frontend/aclocal.m4:8149:	_LT_AC_TAGVAR(archive_cmds, $1)='templib=`echo $lib | sed -e "s/\.so\..*/\.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
hotswap-0.4.0/kde-frontend/aclocal.m4-8150-
##############################################
hotswap-0.4.0/kde-frontend/aclocal.m4-8165-	_LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
hotswap-0.4.0/kde-frontend/aclocal.m4:8166:	_LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $soname `test -n "$verstring" && echo ${wl}-set_version $verstring` -update_registry ${objdir}/so_locations -o $lib'
hotswap-0.4.0/kde-frontend/aclocal.m4-8167-
##############################################
hotswap-0.4.0/kde-frontend/aclocal.m4-8178-	# dependencies.
hotswap-0.4.0/kde-frontend/aclocal.m4:8179:	output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "ld" | grep -v "ld:"`; templist=`echo $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; echo $list'
hotswap-0.4.0/kde-frontend/aclocal.m4-8180-	;;
##############################################
hotswap-0.4.0/kde-frontend/aclocal.m4-8183-	  _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
hotswap-0.4.0/kde-frontend/aclocal.m4:8184:	  _LT_AC_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" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${objdir}/so_locations -o $lib'
hotswap-0.4.0/kde-frontend/aclocal.m4-8185-
##############################################
hotswap-0.4.0/kde-frontend/aclocal.m4-8208-	# to its proper name (with version) after linking.
hotswap-0.4.0/kde-frontend/aclocal.m4:8209:	_LT_AC_TAGVAR(archive_cmds, $1)='templib=`echo $lib | sed -e "s/\.so\..*/\.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
hotswap-0.4.0/kde-frontend/aclocal.m4-8210-
##############################################
hotswap-0.4.0/kde-frontend/aclocal.m4-8224-	_LT_AC_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
hotswap-0.4.0/kde-frontend/aclocal.m4:8225:	_LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${objdir}/so_locations -o $lib'
hotswap-0.4.0/kde-frontend/aclocal.m4:8226:	_LT_AC_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "-exported_symbol " >> $lib.exp; echo "\$i" >> $lib.exp; done~
hotswap-0.4.0/kde-frontend/aclocal.m4-8227-	  echo "-hidden">> $lib.exp~
hotswap-0.4.0/kde-frontend/aclocal.m4:8228:	  $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 $objdir/so_locations -o $lib~
hotswap-0.4.0/kde-frontend/aclocal.m4-8229-	  $rm $lib.exp'
##############################################
hotswap-0.4.0/kde-frontend/aclocal.m4-8241-	# dependencies.
hotswap-0.4.0/kde-frontend/aclocal.m4:8242:	output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "ld" | grep -v "ld:"`; templist=`echo $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; echo $list'
hotswap-0.4.0/kde-frontend/aclocal.m4-8243-	;;
##############################################
hotswap-0.4.0/kde-frontend/aclocal.m4-8246-	  _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
hotswap-0.4.0/kde-frontend/aclocal.m4:8247:	 _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${objdir}/so_locations -o $lib'
hotswap-0.4.0/kde-frontend/aclocal.m4-8248-
##############################################
hotswap-0.4.0/kde-frontend/aclocal.m4-8329-	# dependencies.
hotswap-0.4.0/kde-frontend/aclocal.m4:8330:	output_verbose_link_cmd='templist=`$CC -G $CFLAGS -v conftest.$objext 2>&1 | egrep "\-R|\-L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list'
hotswap-0.4.0/kde-frontend/aclocal.m4-8331-
##############################################
hotswap-0.4.0/kde-frontend/aclocal.m4-8427-  # eval without this substitution.
hotswap-0.4.0/kde-frontend/aclocal.m4:8428:  output_verbose_link_cmd="`$echo \"X$output_verbose_link_cmd\" | $Xsed -e \"$no_glob_subst\"`"
hotswap-0.4.0/kde-frontend/aclocal.m4-8429-
hotswap-0.4.0/kde-frontend/aclocal.m4:8430:  for p in `eval $output_verbose_link_cmd`; do
hotswap-0.4.0/kde-frontend/aclocal.m4-8431-    case $p in
##############################################
hotswap-0.4.0/kde-frontend/aclocal.m4-8685-      # Double-quote double-evaled strings.
hotswap-0.4.0/kde-frontend/aclocal.m4:8686:      eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\" -e \"\$delay_variable_subst\"\`\\\""
hotswap-0.4.0/kde-frontend/aclocal.m4-8687-      ;;
hotswap-0.4.0/kde-frontend/aclocal.m4-8688-    *)
hotswap-0.4.0/kde-frontend/aclocal.m4:8689:      eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$sed_quote_subst\"\`\\\""
hotswap-0.4.0/kde-frontend/aclocal.m4-8690-      ;;
##############################################
hotswap-0.4.0/kde-frontend/aclocal.m4-8695-  *'\[$]0 --fallback-echo"')
hotswap-0.4.0/kde-frontend/aclocal.m4:8696:    lt_echo=`$echo "X$lt_echo" | $Xsed -e 's/\\\\\\\[$]0 --fallback-echo"[$]/[$]0 --fallback-echo"/'`
hotswap-0.4.0/kde-frontend/aclocal.m4-8697-    ;;
##############################################
hotswap-0.4.0/kde-frontend/aclocal.m4-8710-
hotswap-0.4.0/kde-frontend/aclocal.m4:8711:# `$echo "$cfgfile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
hotswap-0.4.0/kde-frontend/aclocal.m4-8712-# Generated automatically by $PROGRAM (GNU $PACKAGE $VERSION$TIMESTAMP)
##############################################
hotswap-0.4.0/kde-frontend/aclocal.m4-9188-    nlist=conftest.nm
hotswap-0.4.0/kde-frontend/aclocal.m4:9189:    if AC_TRY_EVAL(NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist) && test -s "$nlist"; then
hotswap-0.4.0/kde-frontend/aclocal.m4-9190-      # Try sorting and uniquifying the output.
##############################################
hotswap-0.4.0/kde-frontend/aclocal.m4-9875-      # If DATA tags from a recent dlltool are present, honour them!
hotswap-0.4.0/kde-frontend/aclocal.m4:9876:      _LT_AC_TAGVAR(archive_expsym_cmds, $1)='if test "x`head -1 $export_symbols`" = xEXPORTS; then
hotswap-0.4.0/kde-frontend/aclocal.m4-9877-	  cp $export_symbols $output_objdir/$soname-def;
##############################################
hotswap-0.4.0/kde-frontend/aclocal.m4-9884-	     2) echo "   \[$]2 @ \$_lt_hint ; " >> $output_objdir/$soname-def;;
hotswap-0.4.0/kde-frontend/aclocal.m4:9885:	     *) echo "   \[$]2 @ \$_lt_hint \[$]3 ; " >> $output_objdir/$soname-def;;
hotswap-0.4.0/kde-frontend/aclocal.m4-9886-	   esac;
hotswap-0.4.0/kde-frontend/aclocal.m4:9887:	   _lt_hint=`expr 1 + \$_lt_hint`;
hotswap-0.4.0/kde-frontend/aclocal.m4-9888-	  done;
##############################################
hotswap-0.4.0/kde-frontend/aclocal.m4-10018-	# below for broken collect2 doesn't work under 4.3+
hotswap-0.4.0/kde-frontend/aclocal.m4:10019:	  collect2name=`${CC} -print-prog-name=collect2`
hotswap-0.4.0/kde-frontend/aclocal.m4-10020-	  if test -f "$collect2name" && \
##############################################
hotswap-0.4.0/kde-frontend/aclocal.m4-10060-	_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath"
hotswap-0.4.0/kde-frontend/aclocal.m4:10061:	_LT_AC_TAGVAR(archive_cmds, $1)="\$CC"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '" $shared_flag"
hotswap-0.4.0/kde-frontend/aclocal.m4:10062:	_LT_AC_TAGVAR(archive_expsym_cmds, $1)="\$CC"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
hotswap-0.4.0/kde-frontend/aclocal.m4-10063-       else
##############################################
hotswap-0.4.0/kde-frontend/aclocal.m4-10108-      # FIXME: Setting linknames here is a bad hack.
hotswap-0.4.0/kde-frontend/aclocal.m4:10109:      _LT_AC_TAGVAR(archive_cmds, $1)='$CC -o $lib $libobjs $compiler_flags `echo "$deplibs" | sed -e '\''s/ -lc$//'\''` -link -dll~linknames='
hotswap-0.4.0/kde-frontend/aclocal.m4-10110-      # The linker will automatically build a .lib file if we build a DLL.
##############################################
hotswap-0.4.0/kde-frontend/aclocal.m4-10113-      _LT_AC_TAGVAR(old_archive_cmds, $1)='lib /OUT:$oldlib$oldobjs$old_deplibs'
hotswap-0.4.0/kde-frontend/aclocal.m4:10114:      fix_srcfile_path='`cygpath -w "$srcfile"`'
hotswap-0.4.0/kde-frontend/aclocal.m4-10115-      ;;
##############################################
hotswap-0.4.0/kde-frontend/aclocal.m4-10220-      if test "$GCC" = yes; then
hotswap-0.4.0/kde-frontend/aclocal.m4:10221:	_LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
hotswap-0.4.0/kde-frontend/aclocal.m4-10222-      else
hotswap-0.4.0/kde-frontend/aclocal.m4:10223:	_LT_AC_TAGVAR(archive_cmds, $1)='$LD -shared $libobjs $deplibs $linker_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
hotswap-0.4.0/kde-frontend/aclocal.m4-10224-      fi
##############################################
hotswap-0.4.0/kde-frontend/aclocal.m4-10252-
hotswap-0.4.0/kde-frontend/aclocal.m4:10253:      if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
hotswap-0.4.0/kde-frontend/aclocal.m4-10254-	_LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $linker_flags'
##############################################
hotswap-0.4.0/kde-frontend/aclocal.m4-10281-	_LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
hotswap-0.4.0/kde-frontend/aclocal.m4:10282:	_LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
hotswap-0.4.0/kde-frontend/aclocal.m4-10283-      else
hotswap-0.4.0/kde-frontend/aclocal.m4-10284-	_LT_AC_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
hotswap-0.4.0/kde-frontend/aclocal.m4:10285:	_LT_AC_TAGVAR(archive_cmds, $1)='$LD -shared${allow_undefined_flag} $libobjs $deplibs $linker_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
hotswap-0.4.0/kde-frontend/aclocal.m4-10286-      fi
##############################################
hotswap-0.4.0/kde-frontend/aclocal.m4-10293-	_LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
hotswap-0.4.0/kde-frontend/aclocal.m4:10294:	_LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
hotswap-0.4.0/kde-frontend/aclocal.m4-10295-	_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
##############################################
hotswap-0.4.0/kde-frontend/aclocal.m4-10297-	_LT_AC_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
hotswap-0.4.0/kde-frontend/aclocal.m4:10298:	_LT_AC_TAGVAR(archive_cmds, $1)='$LD -shared${allow_undefined_flag} $libobjs $deplibs $linker_flags -msym -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
hotswap-0.4.0/kde-frontend/aclocal.m4:10299:	_LT_AC_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "-exported_symbol " >> $lib.exp; echo "\$i" >> $lib.exp; done; echo "-hidden">> $lib.exp~
hotswap-0.4.0/kde-frontend/aclocal.m4:10300:	$LD -shared${allow_undefined_flag} -input $lib.exp $linker_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${objdir}/so_locations -o $lib~$rm $lib.exp'
hotswap-0.4.0/kde-frontend/aclocal.m4-10301-
##############################################
hotswap-0.4.0/kde-frontend/aclocal.m4-10460-      _LT_AC_TAGVAR(allow_undefined_flag, $1)=
hotswap-0.4.0/kde-frontend/aclocal.m4:10461:      if AC_TRY_EVAL(_LT_AC_TAGVAR(archive_cmds, $1) 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1)
hotswap-0.4.0/kde-frontend/aclocal.m4-10462-      then
##############################################
hotswap-0.4.0/kde-frontend/aclocal.m4-10722-{
hotswap-0.4.0/kde-frontend/aclocal.m4:10723:  tmp=`(umask 077 && mktemp -d -q "$TMPDIR/sedXXXXXX") 2>/dev/null` &&
hotswap-0.4.0/kde-frontend/aclocal.m4-10724-  test -n "$tmp" && test -d "$tmp"
##############################################
hotswap-0.4.0/kde-frontend/aclocal.m4-10756-      test $_count -gt 10 && break
hotswap-0.4.0/kde-frontend/aclocal.m4:10757:      _count=`expr $_count + 1`
hotswap-0.4.0/kde-frontend/aclocal.m4-10758-      if test $_count -gt $_max; then
##############################################
hotswap-0.4.0/kde-frontend/aclocal.m4-10821-# test to see if srcdir already configured
hotswap-0.4.0/kde-frontend/aclocal.m4:10822:if test "`cd $srcdir && pwd`" != "`pwd`" &&
hotswap-0.4.0/kde-frontend/aclocal.m4-10823-   test -f $srcdir/config.status; then
##############################################
hotswap-0.4.0/kde-frontend/aclocal.m4-10895-    * )
hotswap-0.4.0/kde-frontend/aclocal.m4:10896:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
hotswap-0.4.0/kde-frontend/aclocal.m4-10897-  esac
hotswap-0.4.0/kde-frontend/aclocal.m4-10898-done
hotswap-0.4.0/kde-frontend/aclocal.m4:10899:echo "timestamp for $1" >`AS_DIRNAME([$1])`/stamp-h[]$_am_stamp_count])
hotswap-0.4.0/kde-frontend/aclocal.m4-10900-
##############################################
hotswap-0.4.0/kde-frontend/aclocal.m4-11009-if (
hotswap-0.4.0/kde-frontend/aclocal.m4:11010:   set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null`
hotswap-0.4.0/kde-frontend/aclocal.m4-11011-   if test "$[*]" = "X"; then
hotswap-0.4.0/kde-frontend/aclocal.m4-11012-      # -L didn't work.
hotswap-0.4.0/kde-frontend/aclocal.m4:11013:      set X `ls -t $srcdir/configure conftest.file`
hotswap-0.4.0/kde-frontend/aclocal.m4-11014-   fi
##############################################
hotswap-0.4.0/kde-frontend/aclocal.m4-11104-# $ac_aux_dir to `$srcdir/foo'.  In other projects, it is set to
hotswap-0.4.0/kde-frontend/aclocal.m4:11105:# `$srcdir', `$srcdir/..', or `$srcdir/../..'.
hotswap-0.4.0/kde-frontend/aclocal.m4-11106-#
##############################################
hotswap-0.4.0/kde-frontend/aclocal.m4-11128-# iff we strip the leading $srcdir from $ac_aux_dir.  That would be:
hotswap-0.4.0/kde-frontend/aclocal.m4:11129:#   am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"`
hotswap-0.4.0/kde-frontend/aclocal.m4-11130-# and then we would define $MISSING as
##############################################
hotswap-0.4.0/kde-frontend/aclocal.m4-11145-# expand $ac_aux_dir to an absolute path
hotswap-0.4.0/kde-frontend/aclocal.m4:11146:am_aux_dir=`cd $ac_aux_dir && pwd`
hotswap-0.4.0/kde-frontend/aclocal.m4-11147-])
##############################################
hotswap-0.4.0/kde-frontend/aclocal.m4-11312-  if test "$am_compiler_list" = ""; then
hotswap-0.4.0/kde-frontend/aclocal.m4:11313:     am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp`
hotswap-0.4.0/kde-frontend/aclocal.m4-11314-  fi
##############################################
hotswap-0.4.0/kde-frontend/aclocal.m4-11417-  # Strip MF so we end up with the name of the file.
hotswap-0.4.0/kde-frontend/aclocal.m4:11418:  mf=`echo "$mf" | sed -e 's/:.*$//'`
hotswap-0.4.0/kde-frontend/aclocal.m4-11419-  # Check whether this is an Automake generated Makefile or not.
##############################################
hotswap-0.4.0/kde-frontend/aclocal.m4-11425-  if grep '^#.*generated by automake' $mf > /dev/null 2>&1; then
hotswap-0.4.0/kde-frontend/aclocal.m4:11426:    dirpart=`AS_DIRNAME("$mf")`
hotswap-0.4.0/kde-frontend/aclocal.m4-11427-  else
##############################################
hotswap-0.4.0/kde-frontend/aclocal.m4-11432-  # running `make'.
hotswap-0.4.0/kde-frontend/aclocal.m4:11433:  DEPDIR=`sed -n -e '/^DEPDIR = / s///p' < "$mf"`
hotswap-0.4.0/kde-frontend/aclocal.m4-11434-  test -z "$DEPDIR" && continue
hotswap-0.4.0/kde-frontend/aclocal.m4-11435-  # When using ansi2knr, U may be empty or an underscore; expand it
hotswap-0.4.0/kde-frontend/aclocal.m4:11436:  U=`sed -n -e '/^U = / s///p' < "$mf"`
hotswap-0.4.0/kde-frontend/aclocal.m4-11437-  test -d "$dirpart/$DEPDIR" || mkdir "$dirpart/$DEPDIR"
##############################################
hotswap-0.4.0/kde-frontend/aclocal.m4-11453-    test -f "$dirpart/$file" && continue
hotswap-0.4.0/kde-frontend/aclocal.m4:11454:    fdir=`AS_DIRNAME(["$file"])`
hotswap-0.4.0/kde-frontend/aclocal.m4-11455-    AS_MKDIR_P([$dirpart/$fdir])
##############################################
hotswap-0.4.0/kde-frontend/aclocal.m4-11517-# case it prints its new name instead of `make'.
hotswap-0.4.0/kde-frontend/aclocal.m4:11518:if test "`$am_make -s -f confmf 2> /dev/null | grep -v 'ing directory'`" = "done"; then
hotswap-0.4.0/kde-frontend/aclocal.m4-11519-   am__include=include
##############################################
hotswap-0.4.0/kde-frontend/aclocal.m4-11525-   echo '.include "confinc"' > confmf
hotswap-0.4.0/kde-frontend/aclocal.m4:11526:   if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then
hotswap-0.4.0/kde-frontend/aclocal.m4-11527-      am__include=.include
##############################################
hotswap-0.4.0/kde-frontend/configure-43-do
hotswap-0.4.0/kde-frontend/configure:44:  if (set +x; test -n "`(eval $as_var=C; export $as_var) 2>&1`"); then
hotswap-0.4.0/kde-frontend/configure-45-    eval $as_var=C; export $as_var
##############################################
hotswap-0.4.0/kde-frontend/configure-101-  as_lineno_2=$LINENO
hotswap-0.4.0/kde-frontend/configure:102:  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
hotswap-0.4.0/kde-frontend/configure-103-  test "x$as_lineno_1" != "x$as_lineno_2" &&
##############################################
hotswap-0.4.0/kde-frontend/configure-140-  as_lineno_2=$LINENO
hotswap-0.4.0/kde-frontend/configure:141:  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
hotswap-0.4.0/kde-frontend/configure-142-  test "x$as_lineno_1" != "x$as_lineno_2" &&
##############################################
hotswap-0.4.0/kde-frontend/configure-249-  # Remove one level of quotation (which was required for Make).
hotswap-0.4.0/kde-frontend/configure:250:  ECHO=`echo "$ECHO" | sed 's,\\\\\$\\$0,'$0','`
hotswap-0.4.0/kde-frontend/configure-251-  ;;
##############################################
hotswap-0.4.0/kde-frontend/configure-260-  :
hotswap-0.4.0/kde-frontend/configure:261:elif test "X`($echo '\t') 2>/dev/null`" = 'X\t'; then
hotswap-0.4.0/kde-frontend/configure-262-  # Yippee, $echo works!
##############################################
hotswap-0.4.0/kde-frontend/configure-286-    # expected sizes: less than 2Kb, 1Kb, 512 bytes, 16 bytes, ...
hotswap-0.4.0/kde-frontend/configure:287:    if (echo_test_string="`eval $cmd`") 2>/dev/null &&
hotswap-0.4.0/kde-frontend/configure:288:       echo_test_string="`eval $cmd`" &&
hotswap-0.4.0/kde-frontend/configure-289-       (test "X$echo_test_string" = "X$echo_test_string") 2>/dev/null
##############################################
hotswap-0.4.0/kde-frontend/configure-295-
hotswap-0.4.0/kde-frontend/configure:296:if test "X`($echo '\t') 2>/dev/null`" = 'X\t' &&
hotswap-0.4.0/kde-frontend/configure:297:   echo_testing_string=`($echo "$echo_test_string") 2>/dev/null` &&
hotswap-0.4.0/kde-frontend/configure-298-   test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
hotswap-0.4.0/kde-frontend/configure-310-    if (test -f $dir/echo || test -f $dir/echo$ac_exeext) &&
hotswap-0.4.0/kde-frontend/configure:311:       test "X`($dir/echo '\t') 2>/dev/null`" = 'X\t' &&
hotswap-0.4.0/kde-frontend/configure:312:       echo_testing_string=`($dir/echo "$echo_test_string") 2>/dev/null` &&
hotswap-0.4.0/kde-frontend/configure-313-       test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
hotswap-0.4.0/kde-frontend/configure-322-    if test "X`(print -r '\t') 2>/dev/null`" = 'X\t' &&
hotswap-0.4.0/kde-frontend/configure:323:       echo_testing_string=`(print -r "$echo_test_string") 2>/dev/null` &&
hotswap-0.4.0/kde-frontend/configure-324-       test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
hotswap-0.4.0/kde-frontend/configure-337-      echo='printf %s\n'
hotswap-0.4.0/kde-frontend/configure:338:      if test "X`($echo '\t') 2>/dev/null`" = 'X\t' &&
hotswap-0.4.0/kde-frontend/configure:339:	 echo_testing_string=`($echo "$echo_test_string") 2>/dev/null` &&
hotswap-0.4.0/kde-frontend/configure-340-	 test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
hotswap-0.4.0/kde-frontend/configure-342-	:
hotswap-0.4.0/kde-frontend/configure:343:      elif echo_testing_string=`($ORIGINAL_CONFIG_SHELL "$0" --fallback-echo '\t') 2>/dev/null` &&
hotswap-0.4.0/kde-frontend/configure-344-	   test "X$echo_testing_string" = 'X\t' &&
hotswap-0.4.0/kde-frontend/configure:345:	   echo_testing_string=`($ORIGINAL_CONFIG_SHELL "$0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
hotswap-0.4.0/kde-frontend/configure-346-	   test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
hotswap-0.4.0/kde-frontend/configure-351-	echo="$CONFIG_SHELL $0 --fallback-echo"
hotswap-0.4.0/kde-frontend/configure:352:      elif echo_testing_string=`($CONFIG_SHELL "$0" --fallback-echo '\t') 2>/dev/null` &&
hotswap-0.4.0/kde-frontend/configure-353-	   test "X$echo_testing_string" = 'X\t' &&
hotswap-0.4.0/kde-frontend/configure:354:	   echo_testing_string=`($CONFIG_SHELL "$0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
hotswap-0.4.0/kde-frontend/configure-355-	   test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
hotswap-0.4.0/kde-frontend/configure-361-	for cmd in 'echo test' 'sed 2q "$0"' 'sed 10q "$0"' 'sed 20q "$0"' 'sed 50q "$0"'; do
hotswap-0.4.0/kde-frontend/configure:362:	  if (test "X$echo_test_string" = "X`eval $cmd`") 2>/dev/null
hotswap-0.4.0/kde-frontend/configure-363-	  then
##############################################
hotswap-0.4.0/kde-frontend/configure-369-	if test "$prev" != 'sed 50q "$0"'; then
hotswap-0.4.0/kde-frontend/configure:370:	  echo_test_string=`eval $prev`
hotswap-0.4.0/kde-frontend/configure-371-	  export echo_test_string
##############################################
hotswap-0.4.0/kde-frontend/configure-511-
hotswap-0.4.0/kde-frontend/configure:512:  ac_optarg=`expr "x$ac_option" : 'x[^=]*=\(.*\)'`
hotswap-0.4.0/kde-frontend/configure-513-
##############################################
hotswap-0.4.0/kde-frontend/configure-544-  -disable-* | --disable-*)
hotswap-0.4.0/kde-frontend/configure:545:    ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
hotswap-0.4.0/kde-frontend/configure-546-    # Reject names that are not valid shell variable names.
##############################################
hotswap-0.4.0/kde-frontend/configure-549-   { (exit 1); exit 1; }; }
hotswap-0.4.0/kde-frontend/configure:550:    ac_feature=`echo $ac_feature | sed 's/-/_/g'`
hotswap-0.4.0/kde-frontend/configure-551-    eval "enable_$ac_feature=no" ;;
##############################################
hotswap-0.4.0/kde-frontend/configure-553-  -enable-* | --enable-*)
hotswap-0.4.0/kde-frontend/configure:554:    ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
hotswap-0.4.0/kde-frontend/configure-555-    # Reject names that are not valid shell variable names.
##############################################
hotswap-0.4.0/kde-frontend/configure-558-   { (exit 1); exit 1; }; }
hotswap-0.4.0/kde-frontend/configure:559:    ac_feature=`echo $ac_feature | sed 's/-/_/g'`
hotswap-0.4.0/kde-frontend/configure-560-    case $ac_option in
hotswap-0.4.0/kde-frontend/configure:561:      *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
hotswap-0.4.0/kde-frontend/configure-562-      *) ac_optarg=yes ;;
##############################################
hotswap-0.4.0/kde-frontend/configure-735-  -with-* | --with-*)
hotswap-0.4.0/kde-frontend/configure:736:    ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
hotswap-0.4.0/kde-frontend/configure-737-    # Reject names that are not valid shell variable names.
##############################################
hotswap-0.4.0/kde-frontend/configure-740-   { (exit 1); exit 1; }; }
hotswap-0.4.0/kde-frontend/configure:741:    ac_package=`echo $ac_package| sed 's/-/_/g'`
hotswap-0.4.0/kde-frontend/configure-742-    case $ac_option in
hotswap-0.4.0/kde-frontend/configure:743:      *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
hotswap-0.4.0/kde-frontend/configure-744-      *) ac_optarg=yes ;;
##############################################
hotswap-0.4.0/kde-frontend/configure-748-  -without-* | --without-*)
hotswap-0.4.0/kde-frontend/configure:749:    ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
hotswap-0.4.0/kde-frontend/configure-750-    # Reject names that are not valid shell variable names.
##############################################
hotswap-0.4.0/kde-frontend/configure-753-   { (exit 1); exit 1; }; }
hotswap-0.4.0/kde-frontend/configure:754:    ac_package=`echo $ac_package | sed 's/-/_/g'`
hotswap-0.4.0/kde-frontend/configure-755-    eval "with_$ac_package=no" ;;
##############################################
hotswap-0.4.0/kde-frontend/configure-780-  *=*)
hotswap-0.4.0/kde-frontend/configure:781:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
hotswap-0.4.0/kde-frontend/configure-782-    # Reject names that are not valid shell variable names.
##############################################
hotswap-0.4.0/kde-frontend/configure-785-   { (exit 1); exit 1; }; }
hotswap-0.4.0/kde-frontend/configure:786:    ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`
hotswap-0.4.0/kde-frontend/configure-787-    eval "$ac_envvar='$ac_optarg'"
##############################################
hotswap-0.4.0/kde-frontend/configure-801-if test -n "$ac_prev"; then
hotswap-0.4.0/kde-frontend/configure:802:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
hotswap-0.4.0/kde-frontend/configure-803-  { echo "$as_me: error: missing argument to $ac_option" >&2
##############################################
hotswap-0.4.0/kde-frontend/configure-809-do
hotswap-0.4.0/kde-frontend/configure:810:  eval ac_val=$`echo $ac_var`
hotswap-0.4.0/kde-frontend/configure-811-  case $ac_val in
##############################################
hotswap-0.4.0/kde-frontend/configure-821-do
hotswap-0.4.0/kde-frontend/configure:822:  eval ac_val=$`echo $ac_var`
hotswap-0.4.0/kde-frontend/configure-823-  case $ac_val in
##############################################
hotswap-0.4.0/kde-frontend/configure-888-   { (exit 1); exit 1; }; }
hotswap-0.4.0/kde-frontend/configure:889:srcdir=`echo "$srcdir" | sed 's%\([^\\/]\)[\\/]*$%\1%'`
hotswap-0.4.0/kde-frontend/configure-890-ac_env_build_alias_set=${build_alias+set}
##############################################
hotswap-0.4.0/kde-frontend/configure-971-By default, \`make install' will install all the files in
hotswap-0.4.0/kde-frontend/configure:972:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
hotswap-0.4.0/kde-frontend/configure:973:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
hotswap-0.4.0/kde-frontend/configure-974-for instance \`--prefix=\$HOME'.
##############################################
hotswap-0.4.0/kde-frontend/configure-1083-if test "$ac_dir" != .; then
hotswap-0.4.0/kde-frontend/configure:1084:  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
hotswap-0.4.0/kde-frontend/configure-1085-  # A "../" for each directory in $ac_dir_suffix.
hotswap-0.4.0/kde-frontend/configure:1086:  ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
hotswap-0.4.0/kde-frontend/configure-1087-else
##############################################
hotswap-0.4.0/kde-frontend/configure-1096-    else
hotswap-0.4.0/kde-frontend/configure:1097:       ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
hotswap-0.4.0/kde-frontend/configure-1098-    fi ;;
##############################################
hotswap-0.4.0/kde-frontend/configure-1105-esac
hotswap-0.4.0/kde-frontend/configure:1106:# Don't blindly perform a `cd "$ac_dir"/$ac_foo && pwd` since $ac_foo can be
hotswap-0.4.0/kde-frontend/configure-1107-# absolute.
hotswap-0.4.0/kde-frontend/configure:1108:ac_abs_builddir=`cd "$ac_dir" && cd $ac_builddir && pwd`
hotswap-0.4.0/kde-frontend/configure:1109:ac_abs_top_builddir=`cd "$ac_dir" && cd ${ac_top_builddir}. && pwd`
hotswap-0.4.0/kde-frontend/configure:1110:ac_abs_srcdir=`cd "$ac_dir" && cd $ac_srcdir && pwd`
hotswap-0.4.0/kde-frontend/configure:1111:ac_abs_top_srcdir=`cd "$ac_dir" && cd $ac_top_srcdir && pwd`
hotswap-0.4.0/kde-frontend/configure-1112-
##############################################
hotswap-0.4.0/kde-frontend/configure-1218-    *" "*|*"	"*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
hotswap-0.4.0/kde-frontend/configure:1219:      ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
hotswap-0.4.0/kde-frontend/configure-1220-    esac
##############################################
hotswap-0.4.0/kde-frontend/configure-1290-    do
hotswap-0.4.0/kde-frontend/configure:1291:      eval ac_val=$`echo $ac_var`
hotswap-0.4.0/kde-frontend/configure-1292-      echo "$ac_var='"'"'$ac_val'"'"'"
##############################################
hotswap-0.4.0/kde-frontend/configure-1304-      do
hotswap-0.4.0/kde-frontend/configure:1305:	eval ac_val=$`echo $ac_var`
hotswap-0.4.0/kde-frontend/configure-1306-        echo "$ac_var='"'"'$ac_val'"'"'"
##############################################
hotswap-0.4.0/kde-frontend/configure-1411-    set,)
hotswap-0.4.0/kde-frontend/configure:1412:      { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
hotswap-0.4.0/kde-frontend/configure:1413:echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
hotswap-0.4.0/kde-frontend/configure-1414-      ac_cache_corrupted=: ;;
##############################################
hotswap-0.4.0/kde-frontend/configure-1434-    *" "*|*"	"*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
hotswap-0.4.0/kde-frontend/configure:1435:      ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
hotswap-0.4.0/kde-frontend/configure-1436-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
hotswap-0.4.0/kde-frontend/configure-1516-test -z "$ac_cv_build_alias" &&
hotswap-0.4.0/kde-frontend/configure:1517:  ac_cv_build_alias=`$ac_config_guess`
hotswap-0.4.0/kde-frontend/configure-1518-test -z "$ac_cv_build_alias" &&
##############################################
hotswap-0.4.0/kde-frontend/configure-1521-   { (exit 1); exit 1; }; }
hotswap-0.4.0/kde-frontend/configure:1522:ac_cv_build=`$ac_config_sub $ac_cv_build_alias` ||
hotswap-0.4.0/kde-frontend/configure-1523-  { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_build_alias failed" >&5
##############################################
hotswap-0.4.0/kde-frontend/configure-1530-build=$ac_cv_build
hotswap-0.4.0/kde-frontend/configure:1531:build_cpu=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
hotswap-0.4.0/kde-frontend/configure:1532:build_vendor=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
hotswap-0.4.0/kde-frontend/configure:1533:build_os=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
hotswap-0.4.0/kde-frontend/configure-1534-
##############################################
hotswap-0.4.0/kde-frontend/configure-1543-  ac_cv_host_alias=$ac_cv_build_alias
hotswap-0.4.0/kde-frontend/configure:1544:ac_cv_host=`$ac_config_sub $ac_cv_host_alias` ||
hotswap-0.4.0/kde-frontend/configure-1545-  { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_host_alias failed" >&5
##############################################
hotswap-0.4.0/kde-frontend/configure-1552-host=$ac_cv_host
hotswap-0.4.0/kde-frontend/configure:1553:host_cpu=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
hotswap-0.4.0/kde-frontend/configure:1554:host_vendor=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
hotswap-0.4.0/kde-frontend/configure:1555:host_os=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
hotswap-0.4.0/kde-frontend/configure-1556-
##############################################
hotswap-0.4.0/kde-frontend/configure-1565-  ac_cv_target_alias=$ac_cv_host_alias
hotswap-0.4.0/kde-frontend/configure:1566:ac_cv_target=`$ac_config_sub $ac_cv_target_alias` ||
hotswap-0.4.0/kde-frontend/configure-1567-  { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_target_alias failed" >&5
##############################################
hotswap-0.4.0/kde-frontend/configure-1574-target=$ac_cv_target
hotswap-0.4.0/kde-frontend/configure:1575:target_cpu=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
hotswap-0.4.0/kde-frontend/configure:1576:target_vendor=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
hotswap-0.4.0/kde-frontend/configure:1577:target_os=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
hotswap-0.4.0/kde-frontend/configure-1578-
##############################################
hotswap-0.4.0/kde-frontend/configure-1595-_ACEOF
hotswap-0.4.0/kde-frontend/configure:1596:program_transform_name=`echo $program_transform_name | sed -f conftest.sed`
hotswap-0.4.0/kde-frontend/configure-1597-rm conftest.sed
##############################################
hotswap-0.4.0/kde-frontend/configure-1721-if (
hotswap-0.4.0/kde-frontend/configure:1722:   set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null`
hotswap-0.4.0/kde-frontend/configure-1723-   if test "$*" = "X"; then
hotswap-0.4.0/kde-frontend/configure-1724-      # -L didn't work.
hotswap-0.4.0/kde-frontend/configure:1725:      set X `ls -t $srcdir/configure conftest.file`
hotswap-0.4.0/kde-frontend/configure-1726-   fi
##############################################
hotswap-0.4.0/kde-frontend/configure-1757-# expand $ac_aux_dir to an absolute path
hotswap-0.4.0/kde-frontend/configure:1758:am_aux_dir=`cd $ac_aux_dir && pwd`
hotswap-0.4.0/kde-frontend/configure-1759-
##############################################
hotswap-0.4.0/kde-frontend/configure-1811-echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6
hotswap-0.4.0/kde-frontend/configure:1812:set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,./+-,__p_,'`
hotswap-0.4.0/kde-frontend/configure-1813-if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then
##############################################
hotswap-0.4.0/kde-frontend/configure-1820-# GNU make sometimes prints "make[1]: Entering...", which would confuse us.
hotswap-0.4.0/kde-frontend/configure:1821:eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=`
hotswap-0.4.0/kde-frontend/configure-1822-if test -n "$ac_maketemp"; then
##############################################
hotswap-0.4.0/kde-frontend/configure-1828-fi
hotswap-0.4.0/kde-frontend/configure:1829:if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
hotswap-0.4.0/kde-frontend/configure-1830-  echo "$as_me:$LINENO: result: yes" >&5
##############################################
hotswap-0.4.0/kde-frontend/configure-1848- # test to see if srcdir already configured
hotswap-0.4.0/kde-frontend/configure:1849:if test "`cd $srcdir && pwd`" != "`pwd`" &&
hotswap-0.4.0/kde-frontend/configure-1850-   test -f $srcdir/config.status; then
##############################################
hotswap-0.4.0/kde-frontend/configure-2003-  # And delete superflous '/' to make compares easier
hotswap-0.4.0/kde-frontend/configure:2004:  prefix=`echo "$prefix" | sed 's,//*,/,g' | sed -e 's,/$,,'`
hotswap-0.4.0/kde-frontend/configure:2005:  exec_prefix=`echo "$exec_prefix" | sed 's,//*,/,g' | sed -e 's,/$,,'`
hotswap-0.4.0/kde-frontend/configure-2006-
##############################################
hotswap-0.4.0/kde-frontend/configure-2017-  if test -f $srcdir/configure.files ; then
hotswap-0.4.0/kde-frontend/configure:2018:    val=`sed -e 's%^%\$(top_srcdir)/%' $srcdir/configure.files`
hotswap-0.4.0/kde-frontend/configure-2019-  fi
##############################################
hotswap-0.4.0/kde-frontend/configure-2054-# case it prints its new name instead of `make'.
hotswap-0.4.0/kde-frontend/configure:2055:if test "`$am_make -s -f confmf 2> /dev/null | grep -v 'ing directory'`" = "done"; then
hotswap-0.4.0/kde-frontend/configure-2056-   am__include=include
##############################################
hotswap-0.4.0/kde-frontend/configure-2062-   echo '.include "confinc"' > confmf
hotswap-0.4.0/kde-frontend/configure:2063:   if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then
hotswap-0.4.0/kde-frontend/configure-2064-      am__include=.include
##############################################
hotswap-0.4.0/kde-frontend/configure-2498-     "checking for C compiler version" >&5
hotswap-0.4.0/kde-frontend/configure:2499:ac_compiler=`set X $ac_compile; echo $2`
hotswap-0.4.0/kde-frontend/configure-2500-{ (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
##############################################
hotswap-0.4.0/kde-frontend/configure-2538-echo $ECHO_N "checking for C compiler default output... $ECHO_C" >&6
hotswap-0.4.0/kde-frontend/configure:2539:ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
hotswap-0.4.0/kde-frontend/configure-2540-if { (eval echo "$as_me:$LINENO: \"$ac_link_default\"") >&5
##############################################
hotswap-0.4.0/kde-frontend/configure-2566-    *.* )
hotswap-0.4.0/kde-frontend/configure:2567:        ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
hotswap-0.4.0/kde-frontend/configure-2568-        # FIXME: I believe we export ac_cv_exeext for Libtool,
##############################################
hotswap-0.4.0/kde-frontend/configure-2646-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj ) ;;
hotswap-0.4.0/kde-frontend/configure:2647:    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
hotswap-0.4.0/kde-frontend/configure-2648-          export ac_cv_exeext
##############################################
hotswap-0.4.0/kde-frontend/configure-2697-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg ) ;;
hotswap-0.4.0/kde-frontend/configure:2698:    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
hotswap-0.4.0/kde-frontend/configure-2699-       break;;
##############################################
hotswap-0.4.0/kde-frontend/configure-2767-echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6
hotswap-0.4.0/kde-frontend/configure:2768:GCC=`test $ac_compiler_gnu = yes && echo yes`
hotswap-0.4.0/kde-frontend/configure-2769-ac_test_CFLAGS=${CFLAGS+set}
##############################################
hotswap-0.4.0/kde-frontend/configure-3069-  if test "$am_compiler_list" = ""; then
hotswap-0.4.0/kde-frontend/configure:3070:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
hotswap-0.4.0/kde-frontend/configure-3071-  fi
##############################################
hotswap-0.4.0/kde-frontend/configure-3495-     "checking for C++ compiler version" >&5
hotswap-0.4.0/kde-frontend/configure:3496:ac_compiler=`set X $ac_compile; echo $2`
hotswap-0.4.0/kde-frontend/configure-3497-{ (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
##############################################
hotswap-0.4.0/kde-frontend/configure-3561-echo "${ECHO_T}$ac_cv_cxx_compiler_gnu" >&6
hotswap-0.4.0/kde-frontend/configure:3562:GXX=`test $ac_compiler_gnu = yes && echo yes`
hotswap-0.4.0/kde-frontend/configure-3563-ac_test_CXXFLAGS=${CXXFLAGS+set}
##############################################
hotswap-0.4.0/kde-frontend/configure-3740-  if test "$am_compiler_list" = ""; then
hotswap-0.4.0/kde-frontend/configure:3741:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
hotswap-0.4.0/kde-frontend/configure-3742-  fi
##############################################
hotswap-0.4.0/kde-frontend/configure-3886-
hotswap-0.4.0/kde-frontend/configure:3887:if eval "test \"`echo '$kde_cv_prog_cxx_'$kde_cache`\" = yes"; then
hotswap-0.4.0/kde-frontend/configure-3888- echo "$as_me:$LINENO: result: yes" >&5
##############################################
hotswap-0.4.0/kde-frontend/configure-3965-
hotswap-0.4.0/kde-frontend/configure:3966:if eval "test \"`echo '$kde_cv_prog_cxx_'$kde_cache`\" = yes"; then
hotswap-0.4.0/kde-frontend/configure-3967- echo "$as_me:$LINENO: result: yes" >&5
##############################################
hotswap-0.4.0/kde-frontend/configure-4058-
hotswap-0.4.0/kde-frontend/configure:4059:if eval "test \"`echo '$kde_cv_prog_cxx_'$kde_cache`\" = yes"; then
hotswap-0.4.0/kde-frontend/configure-4060- echo "$as_me:$LINENO: result: yes" >&5
##############################################
hotswap-0.4.0/kde-frontend/configure-4142-
hotswap-0.4.0/kde-frontend/configure:4143:if eval "test \"`echo '$kde_cv_prog_cxx_'$kde_cache`\" = yes"; then
hotswap-0.4.0/kde-frontend/configure-4144- echo "$as_me:$LINENO: result: yes" >&5
##############################################
hotswap-0.4.0/kde-frontend/configure-4234-
hotswap-0.4.0/kde-frontend/configure:4235:if eval "test \"`echo '$kde_cv_prog_cxx_'$kde_cache`\" = yes"; then
hotswap-0.4.0/kde-frontend/configure-4236- echo "$as_me:$LINENO: result: yes" >&5
##############################################
hotswap-0.4.0/kde-frontend/configure-4312-
hotswap-0.4.0/kde-frontend/configure:4313:if eval "test \"`echo '$kde_cv_prog_cxx_'$kde_cache`\" = yes"; then
hotswap-0.4.0/kde-frontend/configure-4314- echo "$as_me:$LINENO: result: yes" >&5
##############################################
hotswap-0.4.0/kde-frontend/configure-4390-
hotswap-0.4.0/kde-frontend/configure:4391:if eval "test \"`echo '$kde_cv_prog_cxx_'$kde_cache`\" = yes"; then
hotswap-0.4.0/kde-frontend/configure-4392- echo "$as_me:$LINENO: result: yes" >&5
##############################################
hotswap-0.4.0/kde-frontend/configure-4476-
hotswap-0.4.0/kde-frontend/configure:4477:if eval "test \"`echo '$kde_cv_prog_cxx_'$kde_cache`\" = yes"; then
hotswap-0.4.0/kde-frontend/configure-4478- echo "$as_me:$LINENO: result: yes" >&5
##############################################
hotswap-0.4.0/kde-frontend/configure-4554-
hotswap-0.4.0/kde-frontend/configure:4555:if eval "test \"`echo '$kde_cv_prog_cxx_'$kde_cache`\" = yes"; then
hotswap-0.4.0/kde-frontend/configure-4556- echo "$as_me:$LINENO: result: yes" >&5
##############################################
hotswap-0.4.0/kde-frontend/configure-4632-
hotswap-0.4.0/kde-frontend/configure:4633:if eval "test \"`echo '$kde_cv_prog_cxx_'$kde_cache`\" = yes"; then
hotswap-0.4.0/kde-frontend/configure-4634- echo "$as_me:$LINENO: result: yes" >&5
##############################################
hotswap-0.4.0/kde-frontend/configure-4724-
hotswap-0.4.0/kde-frontend/configure:4725:if eval "test \"`echo '$kde_cv_prog_cxx_'$kde_cache`\" = yes"; then
hotswap-0.4.0/kde-frontend/configure-4726- echo "$as_me:$LINENO: result: yes" >&5
##############################################
hotswap-0.4.0/kde-frontend/configure-4803-
hotswap-0.4.0/kde-frontend/configure:4804:if eval "test \"`echo '$kde_cv_prog_cxx_'$kde_cache`\" = yes"; then
hotswap-0.4.0/kde-frontend/configure-4805- echo "$as_me:$LINENO: result: yes" >&5
##############################################
hotswap-0.4.0/kde-frontend/configure-4881-
hotswap-0.4.0/kde-frontend/configure:4882:if eval "test \"`echo '$kde_cv_prog_cxx_'$kde_cache`\" = yes"; then
hotswap-0.4.0/kde-frontend/configure-4883- echo "$as_me:$LINENO: result: yes" >&5
##############################################
hotswap-0.4.0/kde-frontend/configure-4959-
hotswap-0.4.0/kde-frontend/configure:4960:if eval "test \"`echo '$kde_cv_prog_cxx_'$kde_cache`\" = yes"; then
hotswap-0.4.0/kde-frontend/configure-4961- echo "$as_me:$LINENO: result: yes" >&5
##############################################
hotswap-0.4.0/kde-frontend/configure-5037-
hotswap-0.4.0/kde-frontend/configure:5038:if eval "test \"`echo '$kde_cv_prog_cxx_'$kde_cache`\" = yes"; then
hotswap-0.4.0/kde-frontend/configure-5039- echo "$as_me:$LINENO: result: yes" >&5
##############################################
hotswap-0.4.0/kde-frontend/configure-5115-
hotswap-0.4.0/kde-frontend/configure:5116:if eval "test \"`echo '$kde_cv_prog_cxx_'$kde_cache`\" = yes"; then
hotswap-0.4.0/kde-frontend/configure-5117- echo "$as_me:$LINENO: result: yes" >&5
##############################################
hotswap-0.4.0/kde-frontend/configure-5138-        if test "$GXX" = yes; then
hotswap-0.4.0/kde-frontend/configure:5139:          libstdcpp=`$CXX -print-file-name=libstdc++.so`
hotswap-0.4.0/kde-frontend/configure-5140-          if test ! -f $libstdcpp; then
##############################################
hotswap-0.4.0/kde-frontend/configure-5547-
hotswap-0.4.0/kde-frontend/configure:5548:if eval "test \"`echo '$kde_cv_prog_cxx_'$kde_cache`\" = yes"; then
hotswap-0.4.0/kde-frontend/configure-5549- echo "$as_me:$LINENO: result: yes" >&5
##############################################
hotswap-0.4.0/kde-frontend/configure-5630-
hotswap-0.4.0/kde-frontend/configure:5631:if eval "test \"`echo '$kde_cv_prog_cxx_'$kde_cache`\" = yes"; then
hotswap-0.4.0/kde-frontend/configure-5632- echo "$as_me:$LINENO: result: yes" >&5
##############################################
hotswap-0.4.0/kde-frontend/configure-5815-    # gcc leaves a trailing carriage return which upsets mingw
hotswap-0.4.0/kde-frontend/configure:5816:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
hotswap-0.4.0/kde-frontend/configure-5817-  *)
hotswap-0.4.0/kde-frontend/configure:5818:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
hotswap-0.4.0/kde-frontend/configure-5819-  esac
##############################################
hotswap-0.4.0/kde-frontend/configure-5824-      # Canonicalize the path of ld
hotswap-0.4.0/kde-frontend/configure:5825:      ac_prog=`echo $ac_prog| sed 's%\\\\%/%g'`
hotswap-0.4.0/kde-frontend/configure-5826-      while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do
hotswap-0.4.0/kde-frontend/configure:5827:	ac_prog=`echo $ac_prog| sed "s%$re_direlt%/%"`
hotswap-0.4.0/kde-frontend/configure-5828-      done
##############################################
hotswap-0.4.0/kde-frontend/configure-5986-{
hotswap-0.4.0/kde-frontend/configure:5987:  tmp=`(umask 077 && mktemp -d -q "$TMPDIR/sedXXXXXX") 2>/dev/null` &&
hotswap-0.4.0/kde-frontend/configure-5988-  test -n "$tmp" && test -d "$tmp"
##############################################
hotswap-0.4.0/kde-frontend/configure-6020-      test $_count -gt 10 && break
hotswap-0.4.0/kde-frontend/configure:6021:      _count=`expr $_count + 1`
hotswap-0.4.0/kde-frontend/configure-6022-      if test $_count -gt $_max; then
##############################################
hotswap-0.4.0/kde-frontend/configure-6145-  esac
hotswap-0.4.0/kde-frontend/configure:6146:  lt_cv_file_magic_test_file=`echo /lib${libsuff}/libc.so*`
hotswap-0.4.0/kde-frontend/configure-6147-  lt_cv_deplibs_check_method=pass_all
##############################################
hotswap-0.4.0/kde-frontend/configure-6182-  lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
hotswap-0.4.0/kde-frontend/configure:6183:  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
hotswap-0.4.0/kde-frontend/configure-6184-    lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB shared object'
##############################################
hotswap-0.4.0/kde-frontend/configure-6265-  (exit $ac_status); }; then
hotswap-0.4.0/kde-frontend/configure:6266:    case `/usr/bin/file conftest.$ac_objext` in
hotswap-0.4.0/kde-frontend/configure-6267-    *ELF-32*)
##############################################
hotswap-0.4.0/kde-frontend/configure-6284-  (exit $ac_status); }; then
hotswap-0.4.0/kde-frontend/configure:6285:    case `/usr/bin/file conftest.$ac_objext` in
hotswap-0.4.0/kde-frontend/configure-6286-    *32-bit*)
##############################################
hotswap-0.4.0/kde-frontend/configure-6307-  (exit $ac_status); }; then
hotswap-0.4.0/kde-frontend/configure:6308:    case `/usr/bin/file conftest.$ac_objext` in
hotswap-0.4.0/kde-frontend/configure-6309-    *"ELF 32"*)
##############################################
hotswap-0.4.0/kde-frontend/configure-6579-do
hotswap-0.4.0/kde-frontend/configure:6580:as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
hotswap-0.4.0/kde-frontend/configure-6581-echo "$as_me:$LINENO: checking for $ac_header" >&5
##############################################
hotswap-0.4.0/kde-frontend/configure-6617-fi
hotswap-0.4.0/kde-frontend/configure:6618:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
hotswap-0.4.0/kde-frontend/configure:6619:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
hotswap-0.4.0/kde-frontend/configure:6620:if test `eval echo '${'$as_ac_Header'}'` = yes; then
hotswap-0.4.0/kde-frontend/configure-6621-  cat >>confdefs.h <<_ACEOF
hotswap-0.4.0/kde-frontend/configure:6622:#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
hotswap-0.4.0/kde-frontend/configure-6623-_ACEOF
##############################################
hotswap-0.4.0/kde-frontend/configure-6632-do
hotswap-0.4.0/kde-frontend/configure:6633:as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
hotswap-0.4.0/kde-frontend/configure-6634-if eval "test \"\${$as_ac_Header+set}\" = set"; then
##############################################
hotswap-0.4.0/kde-frontend/configure-6639-fi
hotswap-0.4.0/kde-frontend/configure:6640:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
hotswap-0.4.0/kde-frontend/configure:6641:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
hotswap-0.4.0/kde-frontend/configure-6642-else
##############################################
hotswap-0.4.0/kde-frontend/configure-6758-fi
hotswap-0.4.0/kde-frontend/configure:6759:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
hotswap-0.4.0/kde-frontend/configure:6760:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
hotswap-0.4.0/kde-frontend/configure-6761-
hotswap-0.4.0/kde-frontend/configure-6762-fi
hotswap-0.4.0/kde-frontend/configure:6763:if test `eval echo '${'$as_ac_Header'}'` = yes; then
hotswap-0.4.0/kde-frontend/configure-6764-  cat >>confdefs.h <<_ACEOF
hotswap-0.4.0/kde-frontend/configure:6765:#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
hotswap-0.4.0/kde-frontend/configure-6766-_ACEOF
##############################################
hotswap-0.4.0/kde-frontend/configure-6803-    # we can't tell.
hotswap-0.4.0/kde-frontend/configure:6804:    while (test "X"`$CONFIG_SHELL $0 --fallback-echo "X$testring" 2>/dev/null` \
hotswap-0.4.0/kde-frontend/configure-6805-	       = "XX$testring") >/dev/null 2>&1 &&
hotswap-0.4.0/kde-frontend/configure:6806:	    new_result=`expr "X$testring" : ".*" 2>&1` &&
hotswap-0.4.0/kde-frontend/configure-6807-	    lt_cv_sys_max_cmd_len=$new_result &&
##############################################
hotswap-0.4.0/kde-frontend/configure-6809-    do
hotswap-0.4.0/kde-frontend/configure:6810:      i=`expr $i + 1`
hotswap-0.4.0/kde-frontend/configure-6811-      testring=$testring$testring
##############################################
hotswap-0.4.0/kde-frontend/configure-6816-    # It appears as though 1/2 is a usable value.
hotswap-0.4.0/kde-frontend/configure:6817:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
hotswap-0.4.0/kde-frontend/configure-6818-    ;;
##############################################
hotswap-0.4.0/kde-frontend/configure-7313-	"file_magic "*)
hotswap-0.4.0/kde-frontend/configure:7314:	  file_magic_regex="`expr \"$deplibs_check_method\" : \"file_magic \(.*\)\"`"
hotswap-0.4.0/kde-frontend/configure-7315-	  MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
##############################################
hotswap-0.4.0/kde-frontend/configure-7375-	"file_magic "*)
hotswap-0.4.0/kde-frontend/configure:7376:	  file_magic_regex="`expr \"$deplibs_check_method\" : \"file_magic \(.*\)\"`"
hotswap-0.4.0/kde-frontend/configure-7377-	  MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
##############################################
hotswap-0.4.0/kde-frontend/configure-7487-if test -n "$lt_prog_cc_shlib"; then
hotswap-0.4.0/kde-frontend/configure:7488:  { echo "$as_me:$LINENO: WARNING: \`$CC' requires \`$lt_prog_cc_shlib' to build shared libraries" >&5
hotswap-0.4.0/kde-frontend/configure:7489:echo "$as_me: WARNING: \`$CC' requires \`$lt_prog_cc_shlib' to build shared libraries" >&2;}
hotswap-0.4.0/kde-frontend/configure-7490-  if echo "$old_CC $old_CFLAGS " | egrep -e "[ 	]$lt_prog_cc_shlib[ 	]" >/dev/null; then :
##############################################
hotswap-0.4.0/kde-frontend/configure-7847-  if test "$hard_links" = no; then
hotswap-0.4.0/kde-frontend/configure:7848:    { echo "$as_me:$LINENO: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
hotswap-0.4.0/kde-frontend/configure:7849:echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
hotswap-0.4.0/kde-frontend/configure-7850-    need_locks=warn
##############################################
hotswap-0.4.0/kde-frontend/configure-8009-      # If DATA tags from a recent dlltool are present, honour them!
hotswap-0.4.0/kde-frontend/configure:8010:      archive_expsym_cmds='if test "x`head -1 $export_symbols`" = xEXPORTS; then
hotswap-0.4.0/kde-frontend/configure-8011-	  cp $export_symbols $output_objdir/$soname-def;
##############################################
hotswap-0.4.0/kde-frontend/configure-8020-	   esac;
hotswap-0.4.0/kde-frontend/configure:8021:	   _lt_hint=`expr 1 + \$_lt_hint`;
hotswap-0.4.0/kde-frontend/configure-8022-	  done;
##############################################
hotswap-0.4.0/kde-frontend/configure-8152-	# below for broken collect2 doesn't work under 4.3+
hotswap-0.4.0/kde-frontend/configure:8153:	  collect2name=`${CC} -print-prog-name=collect2`
hotswap-0.4.0/kde-frontend/configure-8154-	  if test -f "$collect2name" && \
##############################################
hotswap-0.4.0/kde-frontend/configure-8235-	hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
hotswap-0.4.0/kde-frontend/configure:8236:	archive_cmds="\$CC"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '" $shared_flag"
hotswap-0.4.0/kde-frontend/configure:8237:	archive_expsym_cmds="\$CC"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
hotswap-0.4.0/kde-frontend/configure-8238-       else
##############################################
hotswap-0.4.0/kde-frontend/configure-8324-      # FIXME: Setting linknames here is a bad hack.
hotswap-0.4.0/kde-frontend/configure:8325:      archive_cmds='$CC -o $lib $libobjs $compiler_flags `echo "$deplibs" | sed -e '\''s/ -lc$//'\''` -link -dll~linknames='
hotswap-0.4.0/kde-frontend/configure-8326-      # The linker will automatically build a .lib file if we build a DLL.
##############################################
hotswap-0.4.0/kde-frontend/configure-8329-      old_archive_cmds='lib /OUT:$oldlib$oldobjs$old_deplibs'
hotswap-0.4.0/kde-frontend/configure:8330:      fix_srcfile_path='`cygpath -w "$srcfile"`'
hotswap-0.4.0/kde-frontend/configure-8331-      ;;
##############################################
hotswap-0.4.0/kde-frontend/configure-8436-      if test "$GCC" = yes; then
hotswap-0.4.0/kde-frontend/configure:8437:	archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
hotswap-0.4.0/kde-frontend/configure-8438-      else
hotswap-0.4.0/kde-frontend/configure:8439:	archive_cmds='$LD -shared $libobjs $deplibs $linker_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
hotswap-0.4.0/kde-frontend/configure-8440-      fi
##############################################
hotswap-0.4.0/kde-frontend/configure-8468-
hotswap-0.4.0/kde-frontend/configure:8469:      if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
hotswap-0.4.0/kde-frontend/configure-8470-	archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $linker_flags'
##############################################
hotswap-0.4.0/kde-frontend/configure-8497-	allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
hotswap-0.4.0/kde-frontend/configure:8498:	archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
hotswap-0.4.0/kde-frontend/configure-8499-      else
hotswap-0.4.0/kde-frontend/configure-8500-	allow_undefined_flag=' -expect_unresolved \*'
hotswap-0.4.0/kde-frontend/configure:8501:	archive_cmds='$LD -shared${allow_undefined_flag} $libobjs $deplibs $linker_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
hotswap-0.4.0/kde-frontend/configure-8502-      fi
##############################################
hotswap-0.4.0/kde-frontend/configure-8509-	allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
hotswap-0.4.0/kde-frontend/configure:8510:	archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
hotswap-0.4.0/kde-frontend/configure-8511-	hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
##############################################
hotswap-0.4.0/kde-frontend/configure-8513-	allow_undefined_flag=' -expect_unresolved \*'
hotswap-0.4.0/kde-frontend/configure:8514:	archive_cmds='$LD -shared${allow_undefined_flag} $libobjs $deplibs $linker_flags -msym -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
hotswap-0.4.0/kde-frontend/configure:8515:	archive_expsym_cmds='for i in `cat $export_symbols`; do printf "-exported_symbol " >> $lib.exp; echo "\$i" >> $lib.exp; done; echo "-hidden">> $lib.exp~
hotswap-0.4.0/kde-frontend/configure:8516:	$LD -shared${allow_undefined_flag} -input $lib.exp $linker_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${objdir}/so_locations -o $lib~$rm $lib.exp'
hotswap-0.4.0/kde-frontend/configure-8517-
##############################################
hotswap-0.4.0/kde-frontend/configure-8829-  # Create ${libname}_ixlibrary.a entries in /sys/libs.
hotswap-0.4.0/kde-frontend/configure:8830:  finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`$echo "X$lib" | $Xsed -e '\''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'
hotswap-0.4.0/kde-frontend/configure-8831-  ;;
##############################################
hotswap-0.4.0/kde-frontend/configure-8860-    sys_lib_search_path_spec="/lib /lib/w32api /usr/lib /usr/local/lib"
hotswap-0.4.0/kde-frontend/configure:8861:    soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | sed -e 's/[.]/-/g'`${versuffix}.dll'
hotswap-0.4.0/kde-frontend/configure:8862:    postinstall_cmds='dlpath=`bash 2>&1 -c '\''. $dir/${file}i;echo \$dlname'\''`~
hotswap-0.4.0/kde-frontend/configure:8863:      dldir=$destdir/`dirname \$dlpath`~
hotswap-0.4.0/kde-frontend/configure-8864-      test -d \$dldir || mkdir -p \$dldir~
hotswap-0.4.0/kde-frontend/configure-8865-      $install_prog .libs/$dlname \$dldir/$dlname'
hotswap-0.4.0/kde-frontend/configure:8866:    postuninstall_cmds='dldll=`bash 2>&1 -c '\''. $file; echo \$dlname'\''`~
hotswap-0.4.0/kde-frontend/configure-8867-      dlpath=$dir/\$dldll~
##############################################
hotswap-0.4.0/kde-frontend/configure-8870-  yes,mingw*)
hotswap-0.4.0/kde-frontend/configure:8871:    library_names_spec='${libname}`echo ${release} | sed -e 's/[.]/-/g'`${versuffix}.dll'
hotswap-0.4.0/kde-frontend/configure:8872:    sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | sed -e "s/^libraries://"`
hotswap-0.4.0/kde-frontend/configure-8873-    if echo "$sys_lib_search_path_spec" | egrep ';[C-Z]:/' >/dev/null; then
##############################################
hotswap-0.4.0/kde-frontend/configure-8879-      # which wouldn't understand a cygwinified path. Ahh.
hotswap-0.4.0/kde-frontend/configure:8880:      sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | sed -e 's/;/ /g'`
hotswap-0.4.0/kde-frontend/configure-8881-    else
hotswap-0.4.0/kde-frontend/configure:8882:      sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | sed  -e "s/$PATH_SEPARATOR/ /g"`
hotswap-0.4.0/kde-frontend/configure-8883-    fi
##############################################
hotswap-0.4.0/kde-frontend/configure-8885-  yes,pw32*)
hotswap-0.4.0/kde-frontend/configure:8886:    library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | sed -e 's/./-/g'`${versuffix}.dll'
hotswap-0.4.0/kde-frontend/configure-8887-    ;;
hotswap-0.4.0/kde-frontend/configure-8888-  *)
hotswap-0.4.0/kde-frontend/configure:8889:    library_names_spec='${libname}`echo ${release} | sed -e 's/[.]/-/g'`${versuffix}.dll $libname.lib'
hotswap-0.4.0/kde-frontend/configure-8890-    ;;
##############################################
hotswap-0.4.0/kde-frontend/configure-9101-  shlibpath_var=LD_LIBRARY_PATH
hotswap-0.4.0/kde-frontend/configure:9102:  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
hotswap-0.4.0/kde-frontend/configure-9103-    case $host_os in
##############################################
hotswap-0.4.0/kde-frontend/configure-9952-      # Double-quote double-evaled strings.
hotswap-0.4.0/kde-frontend/configure:9953:      eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\" -e \"\$delay_variable_subst\"\`\\\""
hotswap-0.4.0/kde-frontend/configure-9954-      ;;
hotswap-0.4.0/kde-frontend/configure-9955-    *)
hotswap-0.4.0/kde-frontend/configure:9956:      eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$sed_quote_subst\"\`\\\""
hotswap-0.4.0/kde-frontend/configure-9957-      ;;
##############################################
hotswap-0.4.0/kde-frontend/configure-9962-  *'\$0 --fallback-echo"')
hotswap-0.4.0/kde-frontend/configure:9963:    lt_echo=`$echo "X$lt_echo" | $Xsed -e 's/\\\\\\\$0 --fallback-echo"$/$0 --fallback-echo"/'`
hotswap-0.4.0/kde-frontend/configure-9964-    ;;
##############################################
hotswap-0.4.0/kde-frontend/configure-9975-
hotswap-0.4.0/kde-frontend/configure:9976:# `$echo "$cfgfile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
hotswap-0.4.0/kde-frontend/configure-9977-# Generated automatically by $PROGRAM (GNU $PACKAGE $VERSION$TIMESTAMP)
##############################################
hotswap-0.4.0/kde-frontend/configure-10535-  if test -z "$LTCC"; then
hotswap-0.4.0/kde-frontend/configure:10536:    eval "`$SHELL ${ofile} --config | grep '^LTCC='`"
hotswap-0.4.0/kde-frontend/configure-10537-    if test -z "$LTCC"; then
##############################################
hotswap-0.4.0/kde-frontend/configure-10540-    else
hotswap-0.4.0/kde-frontend/configure:10541:      { echo "$as_me:$LINENO: WARNING: using \`LTCC=$LTCC', extracted from \`$ofile'" >&5
hotswap-0.4.0/kde-frontend/configure:10542:echo "$as_me: WARNING: using \`LTCC=$LTCC', extracted from \`$ofile'" >&2;}
hotswap-0.4.0/kde-frontend/configure-10543-    fi
##############################################
hotswap-0.4.0/kde-frontend/configure-10547-  # Note that this assumes the entire list is on one line.
hotswap-0.4.0/kde-frontend/configure:10548:  available_tags=`grep "^available_tags=" "${ofile}" | sed -e 's/available_tags=\(.*$\)/\1/' -e 's/\"//g'`
hotswap-0.4.0/kde-frontend/configure-10549-
##############################################
hotswap-0.4.0/kde-frontend/configure-10553-    # Check whether tagname contains only valid characters
hotswap-0.4.0/kde-frontend/configure:10554:    case `$echo "X$tagname" | $Xsed -e 's:[-_ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz1234567890,/]::g'` in
hotswap-0.4.0/kde-frontend/configure-10555-    "") ;;
##############################################
hotswap-0.4.0/kde-frontend/configure-10633-compiler_CXX=$CC
hotswap-0.4.0/kde-frontend/configure:10634:cc_basename=`$echo X"$compiler" | $Xsed -e 's%^.*/%%'`
hotswap-0.4.0/kde-frontend/configure-10635-
##############################################
hotswap-0.4.0/kde-frontend/configure-10648-  # archiving commands below assume that GNU ld is being used.
hotswap-0.4.0/kde-frontend/configure:10649:  if eval "`$CC -print-prog-name=ld` --version 2>&1" | \
hotswap-0.4.0/kde-frontend/configure-10650-      egrep 'GNU ld' > /dev/null; then
##############################################
hotswap-0.4.0/kde-frontend/configure-10664-    # ancient GNU ld didn't support --whole-archive et. al.
hotswap-0.4.0/kde-frontend/configure:10665:    if eval "`$CC -print-prog-name=ld` --help 2>&1" | \
hotswap-0.4.0/kde-frontend/configure-10666-	egrep 'no-whole-archive' > /dev/null; then
##############################################
hotswap-0.4.0/kde-frontend/configure-10731-      # below for broken collect2 doesn't work under 4.3+
hotswap-0.4.0/kde-frontend/configure:10732:	collect2name=`${CC} -print-prog-name=collect2`
hotswap-0.4.0/kde-frontend/configure-10733-	if test -f "$collect2name" && \
##############################################
hotswap-0.4.0/kde-frontend/configure-10815-
hotswap-0.4.0/kde-frontend/configure:10816:      archive_cmds_CXX="\$CC"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '" $shared_flag"
hotswap-0.4.0/kde-frontend/configure:10817:      archive_expsym_cmds_CXX="\$CC"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
hotswap-0.4.0/kde-frontend/configure-10818-     else
##############################################
hotswap-0.4.0/kde-frontend/configure-10966-	# dependencies.
hotswap-0.4.0/kde-frontend/configure:10967:	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; echo $list'
hotswap-0.4.0/kde-frontend/configure-10968-	;;
##############################################
hotswap-0.4.0/kde-frontend/configure-10995-	# SGI C++
hotswap-0.4.0/kde-frontend/configure:10996:	archive_cmds_CXX='$CC -shared -all -multigot $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${objdir}/so_locations -o $lib'
hotswap-0.4.0/kde-frontend/configure-10997-
##############################################
hotswap-0.4.0/kde-frontend/configure-11006-	  if test "$with_gnu_ld" = no; then
hotswap-0.4.0/kde-frontend/configure:11007:	    archive_cmds_CXX='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${objdir}/so_locations -o $lib'
hotswap-0.4.0/kde-frontend/configure-11008-	  else
hotswap-0.4.0/kde-frontend/configure:11009:	    archive_cmds_CXX='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $linker_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -o $lib'
hotswap-0.4.0/kde-frontend/configure-11010-	  fi
##############################################
hotswap-0.4.0/kde-frontend/configure-11025-	# to its proper name (with version) after linking.
hotswap-0.4.0/kde-frontend/configure:11026:	archive_cmds_CXX='templib=`echo $lib | sed -e "s/\.so\..*/\.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
hotswap-0.4.0/kde-frontend/configure:11027:	archive_expsym_cmds_CXX='templib=`echo $lib | sed -e "s/\.so\..*/\.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib ${wl}-retain-symbols-file,$export_symbols; mv \$templib $lib'
hotswap-0.4.0/kde-frontend/configure-11028-
##############################################
hotswap-0.4.0/kde-frontend/configure-11036-	# dependencies.
hotswap-0.4.0/kde-frontend/configure:11037:	output_verbose_link_cmd='templist=`$CC $CFLAGS -v conftest.$objext -o libconftest.so 2>&1 | egrep "ld"`; rm -f libconftest.so; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list'
hotswap-0.4.0/kde-frontend/configure-11038-
##############################################
hotswap-0.4.0/kde-frontend/configure-11062-	# dependencies.
hotswap-0.4.0/kde-frontend/configure:11063:	output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "ld"`; templist=`echo $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; echo $list'
hotswap-0.4.0/kde-frontend/configure-11064-	;;
##############################################
hotswap-0.4.0/kde-frontend/configure-11097-	# to its proper name (with version) after linking.
hotswap-0.4.0/kde-frontend/configure:11098:	archive_cmds_CXX='templib=`echo $lib | sed -e "s/\.so\..*/\.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
hotswap-0.4.0/kde-frontend/configure-11099-
##############################################
hotswap-0.4.0/kde-frontend/configure-11114-	allow_undefined_flag_CXX=' ${wl}-expect_unresolved ${wl}\*'
hotswap-0.4.0/kde-frontend/configure:11115:	archive_cmds_CXX='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $soname `test -n "$verstring" && echo ${wl}-set_version $verstring` -update_registry ${objdir}/so_locations -o $lib'
hotswap-0.4.0/kde-frontend/configure-11116-
##############################################
hotswap-0.4.0/kde-frontend/configure-11127-	# dependencies.
hotswap-0.4.0/kde-frontend/configure:11128:	output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "ld" | grep -v "ld:"`; templist=`echo $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; echo $list'
hotswap-0.4.0/kde-frontend/configure-11129-	;;
##############################################
hotswap-0.4.0/kde-frontend/configure-11132-	  allow_undefined_flag_CXX=' ${wl}-expect_unresolved ${wl}\*'
hotswap-0.4.0/kde-frontend/configure:11133:	  archive_cmds_CXX='$CC -shared -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${objdir}/so_locations -o $lib'
hotswap-0.4.0/kde-frontend/configure-11134-
##############################################
hotswap-0.4.0/kde-frontend/configure-11157-	# to its proper name (with version) after linking.
hotswap-0.4.0/kde-frontend/configure:11158:	archive_cmds_CXX='templib=`echo $lib | sed -e "s/\.so\..*/\.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
hotswap-0.4.0/kde-frontend/configure-11159-
##############################################
hotswap-0.4.0/kde-frontend/configure-11173-	allow_undefined_flag_CXX=' -expect_unresolved \*'
hotswap-0.4.0/kde-frontend/configure:11174:	archive_cmds_CXX='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${objdir}/so_locations -o $lib'
hotswap-0.4.0/kde-frontend/configure:11175:	archive_expsym_cmds_CXX='for i in `cat $export_symbols`; do printf "-exported_symbol " >> $lib.exp; echo "\$i" >> $lib.exp; done~
hotswap-0.4.0/kde-frontend/configure-11176-	  echo "-hidden">> $lib.exp~
hotswap-0.4.0/kde-frontend/configure:11177:	  $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 $objdir/so_locations -o $lib~
hotswap-0.4.0/kde-frontend/configure-11178-	  $rm $lib.exp'
##############################################
hotswap-0.4.0/kde-frontend/configure-11190-	# dependencies.
hotswap-0.4.0/kde-frontend/configure:11191:	output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "ld" | grep -v "ld:"`; templist=`echo $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; echo $list'
hotswap-0.4.0/kde-frontend/configure-11192-	;;
##############################################
hotswap-0.4.0/kde-frontend/configure-11195-	  allow_undefined_flag_CXX=' ${wl}-expect_unresolved ${wl}\*'
hotswap-0.4.0/kde-frontend/configure:11196:	 archive_cmds_CXX='$CC -shared -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${objdir}/so_locations -o $lib'
hotswap-0.4.0/kde-frontend/configure-11197-
##############################################
hotswap-0.4.0/kde-frontend/configure-11278-	# dependencies.
hotswap-0.4.0/kde-frontend/configure:11279:	output_verbose_link_cmd='templist=`$CC -G $CFLAGS -v conftest.$objext 2>&1 | egrep "\-R|\-L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list'
hotswap-0.4.0/kde-frontend/configure-11280-
##############################################
hotswap-0.4.0/kde-frontend/configure-11381-  # eval without this substitution.
hotswap-0.4.0/kde-frontend/configure:11382:  output_verbose_link_cmd="`$echo \"X$output_verbose_link_cmd\" | $Xsed -e \"$no_glob_subst\"`"
hotswap-0.4.0/kde-frontend/configure-11383-
hotswap-0.4.0/kde-frontend/configure:11384:  for p in `eval $output_verbose_link_cmd`; do
hotswap-0.4.0/kde-frontend/configure-11385-    case $p in
##############################################
hotswap-0.4.0/kde-frontend/configure-11819-  if test "$hard_links" = no; then
hotswap-0.4.0/kde-frontend/configure:11820:    { echo "$as_me:$LINENO: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
hotswap-0.4.0/kde-frontend/configure:11821:echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
hotswap-0.4.0/kde-frontend/configure-11822-    need_locks=warn
##############################################
hotswap-0.4.0/kde-frontend/configure-12040-  # Create ${libname}_ixlibrary.a entries in /sys/libs.
hotswap-0.4.0/kde-frontend/configure:12041:  finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`$echo "X$lib" | $Xsed -e '\''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'
hotswap-0.4.0/kde-frontend/configure-12042-  ;;
##############################################
hotswap-0.4.0/kde-frontend/configure-12071-    sys_lib_search_path_spec="/lib /lib/w32api /usr/lib /usr/local/lib"
hotswap-0.4.0/kde-frontend/configure:12072:    soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | sed -e 's/[.]/-/g'`${versuffix}.dll'
hotswap-0.4.0/kde-frontend/configure:12073:    postinstall_cmds='dlpath=`bash 2>&1 -c '\''. $dir/${file}i;echo \$dlname'\''`~
hotswap-0.4.0/kde-frontend/configure:12074:      dldir=$destdir/`dirname \$dlpath`~
hotswap-0.4.0/kde-frontend/configure-12075-      test -d \$dldir || mkdir -p \$dldir~
hotswap-0.4.0/kde-frontend/configure-12076-      $install_prog .libs/$dlname \$dldir/$dlname'
hotswap-0.4.0/kde-frontend/configure:12077:    postuninstall_cmds='dldll=`bash 2>&1 -c '\''. $file; echo \$dlname'\''`~
hotswap-0.4.0/kde-frontend/configure-12078-      dlpath=$dir/\$dldll~
##############################################
hotswap-0.4.0/kde-frontend/configure-12081-  yes,mingw*)
hotswap-0.4.0/kde-frontend/configure:12082:    library_names_spec='${libname}`echo ${release} | sed -e 's/[.]/-/g'`${versuffix}.dll'
hotswap-0.4.0/kde-frontend/configure:12083:    sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | sed -e "s/^libraries://"`
hotswap-0.4.0/kde-frontend/configure-12084-    if echo "$sys_lib_search_path_spec" | egrep ';[C-Z]:/' >/dev/null; then
##############################################
hotswap-0.4.0/kde-frontend/configure-12090-      # which wouldn't understand a cygwinified path. Ahh.
hotswap-0.4.0/kde-frontend/configure:12091:      sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | sed -e 's/;/ /g'`
hotswap-0.4.0/kde-frontend/configure-12092-    else
hotswap-0.4.0/kde-frontend/configure:12093:      sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | sed  -e "s/$PATH_SEPARATOR/ /g"`
hotswap-0.4.0/kde-frontend/configure-12094-    fi
##############################################
hotswap-0.4.0/kde-frontend/configure-12096-  yes,pw32*)
hotswap-0.4.0/kde-frontend/configure:12097:    library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | sed -e 's/./-/g'`${versuffix}.dll'
hotswap-0.4.0/kde-frontend/configure-12098-    ;;
hotswap-0.4.0/kde-frontend/configure-12099-  *)
hotswap-0.4.0/kde-frontend/configure:12100:    library_names_spec='${libname}`echo ${release} | sed -e 's/[.]/-/g'`${versuffix}.dll $libname.lib'
hotswap-0.4.0/kde-frontend/configure-12101-    ;;
##############################################
hotswap-0.4.0/kde-frontend/configure-12312-  shlibpath_var=LD_LIBRARY_PATH
hotswap-0.4.0/kde-frontend/configure:12313:  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
hotswap-0.4.0/kde-frontend/configure-12314-    case $host_os in
##############################################
hotswap-0.4.0/kde-frontend/configure-13126-      # Double-quote double-evaled strings.
hotswap-0.4.0/kde-frontend/configure:13127:      eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\" -e \"\$delay_variable_subst\"\`\\\""
hotswap-0.4.0/kde-frontend/configure-13128-      ;;
hotswap-0.4.0/kde-frontend/configure-13129-    *)
hotswap-0.4.0/kde-frontend/configure:13130:      eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$sed_quote_subst\"\`\\\""
hotswap-0.4.0/kde-frontend/configure-13131-      ;;
##############################################
hotswap-0.4.0/kde-frontend/configure-13136-  *'\$0 --fallback-echo"')
hotswap-0.4.0/kde-frontend/configure:13137:    lt_echo=`$echo "X$lt_echo" | $Xsed -e 's/\\\\\\\$0 --fallback-echo"$/$0 --fallback-echo"/'`
hotswap-0.4.0/kde-frontend/configure-13138-    ;;
##############################################
hotswap-0.4.0/kde-frontend/configure-13790-  if test "$hard_links" = no; then
hotswap-0.4.0/kde-frontend/configure:13791:    { echo "$as_me:$LINENO: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
hotswap-0.4.0/kde-frontend/configure:13792:echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
hotswap-0.4.0/kde-frontend/configure-13793-    need_locks=warn
##############################################
hotswap-0.4.0/kde-frontend/configure-13952-      # If DATA tags from a recent dlltool are present, honour them!
hotswap-0.4.0/kde-frontend/configure:13953:      archive_expsym_cmds_GCJ='if test "x`head -1 $export_symbols`" = xEXPORTS; then
hotswap-0.4.0/kde-frontend/configure-13954-	  cp $export_symbols $output_objdir/$soname-def;
##############################################
hotswap-0.4.0/kde-frontend/configure-13963-	   esac;
hotswap-0.4.0/kde-frontend/configure:13964:	   _lt_hint=`expr 1 + \$_lt_hint`;
hotswap-0.4.0/kde-frontend/configure-13965-	  done;
##############################################
hotswap-0.4.0/kde-frontend/configure-14095-	# below for broken collect2 doesn't work under 4.3+
hotswap-0.4.0/kde-frontend/configure:14096:	  collect2name=`${CC} -print-prog-name=collect2`
hotswap-0.4.0/kde-frontend/configure-14097-	  if test -f "$collect2name" && \
##############################################
hotswap-0.4.0/kde-frontend/configure-14178-	hardcode_libdir_flag_spec_GCJ='${wl}-blibpath:$libdir:'"$aix_libpath"
hotswap-0.4.0/kde-frontend/configure:14179:	archive_cmds_GCJ="\$CC"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '" $shared_flag"
hotswap-0.4.0/kde-frontend/configure:14180:	archive_expsym_cmds_GCJ="\$CC"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
hotswap-0.4.0/kde-frontend/configure-14181-       else
##############################################
hotswap-0.4.0/kde-frontend/configure-14267-      # FIXME: Setting linknames here is a bad hack.
hotswap-0.4.0/kde-frontend/configure:14268:      archive_cmds_GCJ='$CC -o $lib $libobjs $compiler_flags `echo "$deplibs" | sed -e '\''s/ -lc$//'\''` -link -dll~linknames='
hotswap-0.4.0/kde-frontend/configure-14269-      # The linker will automatically build a .lib file if we build a DLL.
##############################################
hotswap-0.4.0/kde-frontend/configure-14272-      old_archive_cmds_GCJ='lib /OUT:$oldlib$oldobjs$old_deplibs'
hotswap-0.4.0/kde-frontend/configure:14273:      fix_srcfile_path='`cygpath -w "$srcfile"`'
hotswap-0.4.0/kde-frontend/configure-14274-      ;;
##############################################
hotswap-0.4.0/kde-frontend/configure-14379-      if test "$GCC" = yes; then
hotswap-0.4.0/kde-frontend/configure:14380:	archive_cmds_GCJ='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
hotswap-0.4.0/kde-frontend/configure-14381-      else
hotswap-0.4.0/kde-frontend/configure:14382:	archive_cmds_GCJ='$LD -shared $libobjs $deplibs $linker_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
hotswap-0.4.0/kde-frontend/configure-14383-      fi
##############################################
hotswap-0.4.0/kde-frontend/configure-14411-
hotswap-0.4.0/kde-frontend/configure:14412:      if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
hotswap-0.4.0/kde-frontend/configure-14413-	archive_cmds_GCJ='$CC -shared $pic_flag -o $lib $libobjs $deplibs $linker_flags'
##############################################
hotswap-0.4.0/kde-frontend/configure-14440-	allow_undefined_flag_GCJ=' ${wl}-expect_unresolved ${wl}\*'
hotswap-0.4.0/kde-frontend/configure:14441:	archive_cmds_GCJ='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
hotswap-0.4.0/kde-frontend/configure-14442-      else
hotswap-0.4.0/kde-frontend/configure-14443-	allow_undefined_flag_GCJ=' -expect_unresolved \*'
hotswap-0.4.0/kde-frontend/configure:14444:	archive_cmds_GCJ='$LD -shared${allow_undefined_flag} $libobjs $deplibs $linker_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
hotswap-0.4.0/kde-frontend/configure-14445-      fi
##############################################
hotswap-0.4.0/kde-frontend/configure-14452-	allow_undefined_flag_GCJ=' ${wl}-expect_unresolved ${wl}\*'
hotswap-0.4.0/kde-frontend/configure:14453:	archive_cmds_GCJ='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
hotswap-0.4.0/kde-frontend/configure-14454-	hardcode_libdir_flag_spec_GCJ='${wl}-rpath ${wl}$libdir'
##############################################
hotswap-0.4.0/kde-frontend/configure-14456-	allow_undefined_flag_GCJ=' -expect_unresolved \*'
hotswap-0.4.0/kde-frontend/configure:14457:	archive_cmds_GCJ='$LD -shared${allow_undefined_flag} $libobjs $deplibs $linker_flags -msym -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
hotswap-0.4.0/kde-frontend/configure:14458:	archive_expsym_cmds_GCJ='for i in `cat $export_symbols`; do printf "-exported_symbol " >> $lib.exp; echo "\$i" >> $lib.exp; done; echo "-hidden">> $lib.exp~
hotswap-0.4.0/kde-frontend/configure:14459:	$LD -shared${allow_undefined_flag} -input $lib.exp $linker_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${objdir}/so_locations -o $lib~$rm $lib.exp'
hotswap-0.4.0/kde-frontend/configure-14460-
##############################################
hotswap-0.4.0/kde-frontend/configure-14772-  # Create ${libname}_ixlibrary.a entries in /sys/libs.
hotswap-0.4.0/kde-frontend/configure:14773:  finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`$echo "X$lib" | $Xsed -e '\''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'
hotswap-0.4.0/kde-frontend/configure-14774-  ;;
##############################################
hotswap-0.4.0/kde-frontend/configure-14803-    sys_lib_search_path_spec="/lib /lib/w32api /usr/lib /usr/local/lib"
hotswap-0.4.0/kde-frontend/configure:14804:    soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | sed -e 's/[.]/-/g'`${versuffix}.dll'
hotswap-0.4.0/kde-frontend/configure:14805:    postinstall_cmds='dlpath=`bash 2>&1 -c '\''. $dir/${file}i;echo \$dlname'\''`~
hotswap-0.4.0/kde-frontend/configure:14806:      dldir=$destdir/`dirname \$dlpath`~
hotswap-0.4.0/kde-frontend/configure-14807-      test -d \$dldir || mkdir -p \$dldir~
hotswap-0.4.0/kde-frontend/configure-14808-      $install_prog .libs/$dlname \$dldir/$dlname'
hotswap-0.4.0/kde-frontend/configure:14809:    postuninstall_cmds='dldll=`bash 2>&1 -c '\''. $file; echo \$dlname'\''`~
hotswap-0.4.0/kde-frontend/configure-14810-      dlpath=$dir/\$dldll~
##############################################
hotswap-0.4.0/kde-frontend/configure-14813-  yes,mingw*)
hotswap-0.4.0/kde-frontend/configure:14814:    library_names_spec='${libname}`echo ${release} | sed -e 's/[.]/-/g'`${versuffix}.dll'
hotswap-0.4.0/kde-frontend/configure:14815:    sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | sed -e "s/^libraries://"`
hotswap-0.4.0/kde-frontend/configure-14816-    if echo "$sys_lib_search_path_spec" | egrep ';[C-Z]:/' >/dev/null; then
##############################################
hotswap-0.4.0/kde-frontend/configure-14822-      # which wouldn't understand a cygwinified path. Ahh.
hotswap-0.4.0/kde-frontend/configure:14823:      sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | sed -e 's/;/ /g'`
hotswap-0.4.0/kde-frontend/configure-14824-    else
hotswap-0.4.0/kde-frontend/configure:14825:      sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | sed  -e "s/$PATH_SEPARATOR/ /g"`
hotswap-0.4.0/kde-frontend/configure-14826-    fi
##############################################
hotswap-0.4.0/kde-frontend/configure-14828-  yes,pw32*)
hotswap-0.4.0/kde-frontend/configure:14829:    library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | sed -e 's/./-/g'`${versuffix}.dll'
hotswap-0.4.0/kde-frontend/configure-14830-    ;;
hotswap-0.4.0/kde-frontend/configure-14831-  *)
hotswap-0.4.0/kde-frontend/configure:14832:    library_names_spec='${libname}`echo ${release} | sed -e 's/[.]/-/g'`${versuffix}.dll $libname.lib'
hotswap-0.4.0/kde-frontend/configure-14833-    ;;
##############################################
hotswap-0.4.0/kde-frontend/configure-15044-  shlibpath_var=LD_LIBRARY_PATH
hotswap-0.4.0/kde-frontend/configure:15045:  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
hotswap-0.4.0/kde-frontend/configure-15046-    case $host_os in
##############################################
hotswap-0.4.0/kde-frontend/configure-15858-      # Double-quote double-evaled strings.
hotswap-0.4.0/kde-frontend/configure:15859:      eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\" -e \"\$delay_variable_subst\"\`\\\""
hotswap-0.4.0/kde-frontend/configure-15860-      ;;
hotswap-0.4.0/kde-frontend/configure-15861-    *)
hotswap-0.4.0/kde-frontend/configure:15862:      eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$sed_quote_subst\"\`\\\""
hotswap-0.4.0/kde-frontend/configure-15863-      ;;
##############################################
hotswap-0.4.0/kde-frontend/configure-15868-  *'\$0 --fallback-echo"')
hotswap-0.4.0/kde-frontend/configure:15869:    lt_echo=`$echo "X$lt_echo" | $Xsed -e 's/\\\\\\\$0 --fallback-echo"$/$0 --fallback-echo"/'`
hotswap-0.4.0/kde-frontend/configure-15870-    ;;
##############################################
hotswap-0.4.0/kde-frontend/configure-16267-      # Double-quote double-evaled strings.
hotswap-0.4.0/kde-frontend/configure:16268:      eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\" -e \"\$delay_variable_subst\"\`\\\""
hotswap-0.4.0/kde-frontend/configure-16269-      ;;
hotswap-0.4.0/kde-frontend/configure-16270-    *)
hotswap-0.4.0/kde-frontend/configure:16271:      eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$sed_quote_subst\"\`\\\""
hotswap-0.4.0/kde-frontend/configure-16272-      ;;
##############################################
hotswap-0.4.0/kde-frontend/configure-16277-  *'\$0 --fallback-echo"')
hotswap-0.4.0/kde-frontend/configure:16278:    lt_echo=`$echo "X$lt_echo" | $Xsed -e 's/\\\\\\\$0 --fallback-echo"$/$0 --fallback-echo"/'`
hotswap-0.4.0/kde-frontend/configure-16279-    ;;
##############################################
hotswap-0.4.0/kde-frontend/configure-16706-    if test -f $ac_dir/$ac_word; then
hotswap-0.4.0/kde-frontend/configure:16707:      if test -n "`$ac_dir/$ac_word --version 2>&1 | grep 'GNU gettext'`"; then
hotswap-0.4.0/kde-frontend/configure-16708-	ac_cv_path_MSGFMT="$ac_dir/$ac_word"
##############################################
hotswap-0.4.0/kde-frontend/configure-16767-
hotswap-0.4.0/kde-frontend/configure:16768:     if test -z "`$GMSGFMT --version 2>&1 | grep 'GNU gettext'`"; then
hotswap-0.4.0/kde-frontend/configure-16769-        echo "$as_me:$LINENO: result: found msgfmt program is not GNU msgfmt; ignore it" >&5
##############################################
hotswap-0.4.0/kde-frontend/configure-16792-    if test -f $ac_dir/$ac_word; then
hotswap-0.4.0/kde-frontend/configure:16793:      if test -z "`$ac_dir/$ac_word -h 2>&1 | grep '(HELP)'`"; then
hotswap-0.4.0/kde-frontend/configure-16794-	ac_cv_path_XGETTEXT="$ac_dir/$ac_word"
##############################################
hotswap-0.4.0/kde-frontend/configure-17868-do
hotswap-0.4.0/kde-frontend/configure:17869:as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
hotswap-0.4.0/kde-frontend/configure-17870-if eval "test \"\${$as_ac_Header+set}\" = set"; then
##############################################
hotswap-0.4.0/kde-frontend/configure-17875-fi
hotswap-0.4.0/kde-frontend/configure:17876:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
hotswap-0.4.0/kde-frontend/configure:17877:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
hotswap-0.4.0/kde-frontend/configure-17878-else
##############################################
hotswap-0.4.0/kde-frontend/configure-17994-fi
hotswap-0.4.0/kde-frontend/configure:17995:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
hotswap-0.4.0/kde-frontend/configure:17996:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
hotswap-0.4.0/kde-frontend/configure-17997-
hotswap-0.4.0/kde-frontend/configure-17998-fi
hotswap-0.4.0/kde-frontend/configure:17999:if test `eval echo '${'$as_ac_Header'}'` = yes; then
hotswap-0.4.0/kde-frontend/configure-18000-  cat >>confdefs.h <<_ACEOF
hotswap-0.4.0/kde-frontend/configure:18001:#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
hotswap-0.4.0/kde-frontend/configure-18002-_ACEOF
##############################################
hotswap-0.4.0/kde-frontend/configure-18093-do
hotswap-0.4.0/kde-frontend/configure:18094:as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
hotswap-0.4.0/kde-frontend/configure-18095-if eval "test \"\${$as_ac_Header+set}\" = set"; then
##############################################
hotswap-0.4.0/kde-frontend/configure-18100-fi
hotswap-0.4.0/kde-frontend/configure:18101:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
hotswap-0.4.0/kde-frontend/configure:18102:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
hotswap-0.4.0/kde-frontend/configure-18103-else
##############################################
hotswap-0.4.0/kde-frontend/configure-18219-fi
hotswap-0.4.0/kde-frontend/configure:18220:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
hotswap-0.4.0/kde-frontend/configure:18221:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
hotswap-0.4.0/kde-frontend/configure-18222-
hotswap-0.4.0/kde-frontend/configure-18223-fi
hotswap-0.4.0/kde-frontend/configure:18224:if test `eval echo '${'$as_ac_Header'}'` = yes; then
hotswap-0.4.0/kde-frontend/configure-18225-  cat >>confdefs.h <<_ACEOF
hotswap-0.4.0/kde-frontend/configure:18226:#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
hotswap-0.4.0/kde-frontend/configure-18227-_ACEOF
##############################################
hotswap-0.4.0/kde-frontend/configure-18811-
hotswap-0.4.0/kde-frontend/configure:18812:ac_lo=`expr $ac_mid + 1`
hotswap-0.4.0/kde-frontend/configure-18813-                    if test $ac_lo -le $ac_mid; then
##############################################
hotswap-0.4.0/kde-frontend/configure-18816-                    fi
hotswap-0.4.0/kde-frontend/configure:18817:                    ac_mid=`expr 2 '*' $ac_mid + 1`
hotswap-0.4.0/kde-frontend/configure-18818-fi
##############################################
hotswap-0.4.0/kde-frontend/configure-18891-
hotswap-0.4.0/kde-frontend/configure:18892:ac_hi=`expr '(' $ac_mid ')' - 1`
hotswap-0.4.0/kde-frontend/configure-18893-                       if test $ac_mid -le $ac_hi; then
##############################################
hotswap-0.4.0/kde-frontend/configure-18896-                       fi
hotswap-0.4.0/kde-frontend/configure:18897:                       ac_mid=`expr 2 '*' $ac_mid`
hotswap-0.4.0/kde-frontend/configure-18898-fi
##############################################
hotswap-0.4.0/kde-frontend/configure-18911-while test "x$ac_lo" != "x$ac_hi"; do
hotswap-0.4.0/kde-frontend/configure:18912:  ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
hotswap-0.4.0/kde-frontend/configure-18913-  cat >conftest.$ac_ext <<_ACEOF
##############################################
hotswap-0.4.0/kde-frontend/configure-18947-
hotswap-0.4.0/kde-frontend/configure:18948:ac_lo=`expr '(' $ac_mid ')' + 1`
hotswap-0.4.0/kde-frontend/configure-18949-fi
##############################################
hotswap-0.4.0/kde-frontend/configure-19171-
hotswap-0.4.0/kde-frontend/configure:19172:ac_lo=`expr $ac_mid + 1`
hotswap-0.4.0/kde-frontend/configure-19173-                    if test $ac_lo -le $ac_mid; then
##############################################
hotswap-0.4.0/kde-frontend/configure-19176-                    fi
hotswap-0.4.0/kde-frontend/configure:19177:                    ac_mid=`expr 2 '*' $ac_mid + 1`
hotswap-0.4.0/kde-frontend/configure-19178-fi
##############################################
hotswap-0.4.0/kde-frontend/configure-19251-
hotswap-0.4.0/kde-frontend/configure:19252:ac_hi=`expr '(' $ac_mid ')' - 1`
hotswap-0.4.0/kde-frontend/configure-19253-                       if test $ac_mid -le $ac_hi; then
##############################################
hotswap-0.4.0/kde-frontend/configure-19256-                       fi
hotswap-0.4.0/kde-frontend/configure:19257:                       ac_mid=`expr 2 '*' $ac_mid`
hotswap-0.4.0/kde-frontend/configure-19258-fi
##############################################
hotswap-0.4.0/kde-frontend/configure-19271-while test "x$ac_lo" != "x$ac_hi"; do
hotswap-0.4.0/kde-frontend/configure:19272:  ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
hotswap-0.4.0/kde-frontend/configure-19273-  cat >conftest.$ac_ext <<_ACEOF
##############################################
hotswap-0.4.0/kde-frontend/configure-19307-
hotswap-0.4.0/kde-frontend/configure:19308:ac_lo=`expr '(' $ac_mid ')' + 1`
hotswap-0.4.0/kde-frontend/configure-19309-fi
##############################################
hotswap-0.4.0/kde-frontend/configure-19531-
hotswap-0.4.0/kde-frontend/configure:19532:ac_lo=`expr $ac_mid + 1`
hotswap-0.4.0/kde-frontend/configure-19533-                    if test $ac_lo -le $ac_mid; then
##############################################
hotswap-0.4.0/kde-frontend/configure-19536-                    fi
hotswap-0.4.0/kde-frontend/configure:19537:                    ac_mid=`expr 2 '*' $ac_mid + 1`
hotswap-0.4.0/kde-frontend/configure-19538-fi
##############################################
hotswap-0.4.0/kde-frontend/configure-19611-
hotswap-0.4.0/kde-frontend/configure:19612:ac_hi=`expr '(' $ac_mid ')' - 1`
hotswap-0.4.0/kde-frontend/configure-19613-                       if test $ac_mid -le $ac_hi; then
##############################################
hotswap-0.4.0/kde-frontend/configure-19616-                       fi
hotswap-0.4.0/kde-frontend/configure:19617:                       ac_mid=`expr 2 '*' $ac_mid`
hotswap-0.4.0/kde-frontend/configure-19618-fi
##############################################
hotswap-0.4.0/kde-frontend/configure-19631-while test "x$ac_lo" != "x$ac_hi"; do
hotswap-0.4.0/kde-frontend/configure:19632:  ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
hotswap-0.4.0/kde-frontend/configure-19633-  cat >conftest.$ac_ext <<_ACEOF
##############################################
hotswap-0.4.0/kde-frontend/configure-19667-
hotswap-0.4.0/kde-frontend/configure:19668:ac_lo=`expr '(' $ac_mid ')' + 1`
hotswap-0.4.0/kde-frontend/configure-19669-fi
##############################################
hotswap-0.4.0/kde-frontend/configure-19891-
hotswap-0.4.0/kde-frontend/configure:19892:ac_lo=`expr $ac_mid + 1`
hotswap-0.4.0/kde-frontend/configure-19893-                    if test $ac_lo -le $ac_mid; then
##############################################
hotswap-0.4.0/kde-frontend/configure-19896-                    fi
hotswap-0.4.0/kde-frontend/configure:19897:                    ac_mid=`expr 2 '*' $ac_mid + 1`
hotswap-0.4.0/kde-frontend/configure-19898-fi
##############################################
hotswap-0.4.0/kde-frontend/configure-19971-
hotswap-0.4.0/kde-frontend/configure:19972:ac_hi=`expr '(' $ac_mid ')' - 1`
hotswap-0.4.0/kde-frontend/configure-19973-                       if test $ac_mid -le $ac_hi; then
##############################################
hotswap-0.4.0/kde-frontend/configure-19976-                       fi
hotswap-0.4.0/kde-frontend/configure:19977:                       ac_mid=`expr 2 '*' $ac_mid`
hotswap-0.4.0/kde-frontend/configure-19978-fi
##############################################
hotswap-0.4.0/kde-frontend/configure-19991-while test "x$ac_lo" != "x$ac_hi"; do
hotswap-0.4.0/kde-frontend/configure:19992:  ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
hotswap-0.4.0/kde-frontend/configure-19993-  cat >conftest.$ac_ext <<_ACEOF
##############################################
hotswap-0.4.0/kde-frontend/configure-20027-
hotswap-0.4.0/kde-frontend/configure:20028:ac_lo=`expr '(' $ac_mid ')' + 1`
hotswap-0.4.0/kde-frontend/configure-20029-fi
##############################################
hotswap-0.4.0/kde-frontend/configure-20260-do
hotswap-0.4.0/kde-frontend/configure:20261:as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
hotswap-0.4.0/kde-frontend/configure-20262-echo "$as_me:$LINENO: checking for $ac_func" >&5
##############################################
hotswap-0.4.0/kde-frontend/configure-20331-fi
hotswap-0.4.0/kde-frontend/configure:20332:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
hotswap-0.4.0/kde-frontend/configure:20333:echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
hotswap-0.4.0/kde-frontend/configure:20334:if test `eval echo '${'$as_ac_var'}'` = yes; then
hotswap-0.4.0/kde-frontend/configure-20335-  cat >>confdefs.h <<_ACEOF
hotswap-0.4.0/kde-frontend/configure:20336:#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
hotswap-0.4.0/kde-frontend/configure-20337-_ACEOF
##############################################
hotswap-0.4.0/kde-frontend/configure-20533-# Check X11 before X11Rn because it is often a symlink to the current release.
hotswap-0.4.0/kde-frontend/configure:20534:for ac_dir in `echo "$ac_x_includes" | sed s/include/lib${kdelibsuff}/` \
hotswap-0.4.0/kde-frontend/configure-20535-    /usr/X11/lib${kdelibsuff}           \
##############################################
hotswap-0.4.0/kde-frontend/configure-20597-    # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
hotswap-0.4.0/kde-frontend/configure:20598:    eval `${MAKE-make} acfindx 2>/dev/null | grep -v make`
hotswap-0.4.0/kde-frontend/configure-20599-    # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
##############################################
hotswap-0.4.0/kde-frontend/configure-21120-do
hotswap-0.4.0/kde-frontend/configure:21121:as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
hotswap-0.4.0/kde-frontend/configure-21122-if eval "test \"\${$as_ac_Header+set}\" = set"; then
##############################################
hotswap-0.4.0/kde-frontend/configure-21127-fi
hotswap-0.4.0/kde-frontend/configure:21128:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
hotswap-0.4.0/kde-frontend/configure:21129:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
hotswap-0.4.0/kde-frontend/configure-21130-else
##############################################
hotswap-0.4.0/kde-frontend/configure-21246-fi
hotswap-0.4.0/kde-frontend/configure:21247:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
hotswap-0.4.0/kde-frontend/configure:21248:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
hotswap-0.4.0/kde-frontend/configure-21249-
hotswap-0.4.0/kde-frontend/configure-21250-fi
hotswap-0.4.0/kde-frontend/configure:21251:if test `eval echo '${'$as_ac_Header'}'` = yes; then
hotswap-0.4.0/kde-frontend/configure-21252-  cat >>confdefs.h <<_ACEOF
hotswap-0.4.0/kde-frontend/configure:21253:#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
hotswap-0.4.0/kde-frontend/configure-21254-_ACEOF
##############################################
hotswap-0.4.0/kde-frontend/configure-21396-
hotswap-0.4.0/kde-frontend/configure:21397:if eval "test \"`echo '$kde_cv_prog_cxx_'$kde_cache`\" = yes"; then
hotswap-0.4.0/kde-frontend/configure-21398- echo "$as_me:$LINENO: result: yes" >&5
##############################################
hotswap-0.4.0/kde-frontend/configure-21481-
hotswap-0.4.0/kde-frontend/configure:21482:if eval "test \"`echo '$kde_cv_prog_cxx_'$kde_cache`\" = yes"; then
hotswap-0.4.0/kde-frontend/configure-21483- echo "$as_me:$LINENO: result: yes" >&5
##############################################
hotswap-0.4.0/kde-frontend/configure-21728-fi
hotswap-0.4.0/kde-frontend/configure:21729:if eval "test ! \"`echo $ac_cv_lib_png`\" = no"; then
hotswap-0.4.0/kde-frontend/configure-21730-
##############################################
hotswap-0.4.0/kde-frontend/configure-21819-
hotswap-0.4.0/kde-frontend/configure:21820:if eval "test ! \"`echo $ac_cv_lib_jpeg_6b`\" = no"; then
hotswap-0.4.0/kde-frontend/configure-21821-  LIBJPEG="$ac_cv_lib_jpeg_6b"
##############################################
hotswap-0.4.0/kde-frontend/configure-21899-
hotswap-0.4.0/kde-frontend/configure:21900:if eval "test ! \"`echo $ac_cv_lib_jpeg_normal`\" = no"; then
hotswap-0.4.0/kde-frontend/configure-21901-  LIBJPEG="$ac_cv_lib_jpeg_normal"
##############################################
hotswap-0.4.0/kde-frontend/configure-22187-    try="ls -1 $dir/${LIBQT_GLOB}"
hotswap-0.4.0/kde-frontend/configure:22188:    if test -n "`$try 2> /dev/null`"; then qt_libdir=$dir; break; else echo "tried $dir" >&5 ; fi
hotswap-0.4.0/kde-frontend/configure-22189-  done
##############################################
hotswap-0.4.0/kde-frontend/configure-22560-
hotswap-0.4.0/kde-frontend/configure:22561:      eval "kde_cv_path=\"`echo '$kde_cv_path_'$kde_cache`\""
hotswap-0.4.0/kde-frontend/configure-22562-
##############################################
hotswap-0.4.0/kde-frontend/configure-22637-
hotswap-0.4.0/kde-frontend/configure:22638:      eval "kde_cv_path=\"`echo '$kde_cv_path_'$kde_cache`\""
hotswap-0.4.0/kde-frontend/configure-22639-
##############################################
hotswap-0.4.0/kde-frontend/configure-22699-
hotswap-0.4.0/kde-frontend/configure:22700:    if eval "test \"`echo '$kde_cv_prog_uic_'$kde_cache`\" = yes"; then
hotswap-0.4.0/kde-frontend/configure-22701-        echo "$as_me:$LINENO: result: yes" >&5
##############################################
hotswap-0.4.0/kde-frontend/configure-22737-
hotswap-0.4.0/kde-frontend/configure:22738:    if eval "test \"`echo '$kde_cv_prog_uic_'$kde_cache`\" = yes"; then
hotswap-0.4.0/kde-frontend/configure-22739-        echo "$as_me:$LINENO: result: yes" >&5
##############################################
hotswap-0.4.0/kde-frontend/configure-22793-LIBS="$all_libraries $USER_LDFLAGS $LIBQT"
hotswap-0.4.0/kde-frontend/configure:22794:LIBS=`echo $LIBS | sed "s/$LIBJPEG//"`
hotswap-0.4.0/kde-frontend/configure-22795-ac_save_CXXFLAGS="$CXXFLAGS"
##############################################
hotswap-0.4.0/kde-frontend/configure-22847-
hotswap-0.4.0/kde-frontend/configure:22848:if eval "test ! \"`echo $kde_cv_qt_jpeg`\" = no"; then
hotswap-0.4.0/kde-frontend/configure-22849-  echo "$as_me:$LINENO: result: yes" >&5
##############################################
hotswap-0.4.0/kde-frontend/configure-23816-
hotswap-0.4.0/kde-frontend/configure:23817:      eval "kde_cv_path=\"`echo '$kde_cv_path_'$kde_cache`\""
hotswap-0.4.0/kde-frontend/configure-23818-
##############################################
hotswap-0.4.0/kde-frontend/configure-23882-
hotswap-0.4.0/kde-frontend/configure:23883:      eval "kde_cv_path=\"`echo '$kde_cv_path_'$kde_cache`\""
hotswap-0.4.0/kde-frontend/configure-23884-
##############################################
hotswap-0.4.0/kde-frontend/configure-23948-
hotswap-0.4.0/kde-frontend/configure:23949:      eval "kde_cv_path=\"`echo '$kde_cv_path_'$kde_cache`\""
hotswap-0.4.0/kde-frontend/configure-23950-
##############################################
hotswap-0.4.0/kde-frontend/configure-24014-
hotswap-0.4.0/kde-frontend/configure:24015:      eval "kde_cv_path=\"`echo '$kde_cv_path_'$kde_cache`\""
hotswap-0.4.0/kde-frontend/configure-24016-
##############################################
hotswap-0.4.0/kde-frontend/configure-24080-
hotswap-0.4.0/kde-frontend/configure:24081:      eval "kde_cv_path=\"`echo '$kde_cv_path_'$kde_cache`\""
hotswap-0.4.0/kde-frontend/configure-24082-
##############################################
hotswap-0.4.0/kde-frontend/configure-24138-
hotswap-0.4.0/kde-frontend/configure:24139:      eval "kde_cv_path=\"`echo '$kde_cv_path_'$kde_cache`\""
hotswap-0.4.0/kde-frontend/configure-24140-
##############################################
hotswap-0.4.0/kde-frontend/configure-24190-        if test -x "$KDECONFIG"; then # it can be "compiled"
hotswap-0.4.0/kde-frontend/configure:24191:          kde_libs_prefix=`$KDECONFIG --prefix`
hotswap-0.4.0/kde-frontend/configure-24192-          if test -z "$kde_libs_prefix" || test ! -x "$kde_libs_prefix"; then
##############################################
hotswap-0.4.0/kde-frontend/configure-24202-           fi
hotswap-0.4.0/kde-frontend/configure:24203:           kde_libs_htmldir=`$KDECONFIG --install html --expandvars`
hotswap-0.4.0/kde-frontend/configure-24204-        else
##############################################
hotswap-0.4.0/kde-frontend/configure-24312-    TOPSUBDIRS=""
hotswap-0.4.0/kde-frontend/configure:24313:  files=`cd $srcdir && ls -1`
hotswap-0.4.0/kde-frontend/configure:24314:  dirs=`for i in $files; do if test -d $i; then echo $i; fi; done`
hotswap-0.4.0/kde-frontend/configure-24315-  for i in $dirs; do
##############################################
hotswap-0.4.0/kde-frontend/configure-24320-if test -s $srcdir/inst-apps; then
hotswap-0.4.0/kde-frontend/configure:24321:  ac_topsubdirs="`cat $srcdir/inst-apps`"
hotswap-0.4.0/kde-frontend/configure-24322-else
hotswap-0.4.0/kde-frontend/configure:24323:  ac_topsubdirs="`cat $srcdir/subdirs`"
hotswap-0.4.0/kde-frontend/configure-24324-fi
##############################################
hotswap-0.4.0/kde-frontend/configure-24340-echo "${ECHO_T}$install_it" >&6
hotswap-0.4.0/kde-frontend/configure:24341:  vari=`echo $i | sed -e 's,[-+.],_,g'`
hotswap-0.4.0/kde-frontend/configure-24342-  if test $install_it = "yes"; then
##############################################
hotswap-0.4.0/kde-frontend/configure-24530-do
hotswap-0.4.0/kde-frontend/configure:24531:  if (set +x; test -n "`(eval $as_var=C; export $as_var) 2>&1`"); then
hotswap-0.4.0/kde-frontend/configure-24532-    eval $as_var=C; export $as_var
##############################################
hotswap-0.4.0/kde-frontend/configure-24588-  as_lineno_2=$LINENO
hotswap-0.4.0/kde-frontend/configure:24589:  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
hotswap-0.4.0/kde-frontend/configure-24590-  test "x$as_lineno_1" != "x$as_lineno_2" &&
##############################################
hotswap-0.4.0/kde-frontend/configure-24628-  as_lineno_2=$LINENO
hotswap-0.4.0/kde-frontend/configure:24629:  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
hotswap-0.4.0/kde-frontend/configure-24630-  test "x$as_lineno_1" != "x$as_lineno_2" &&
##############################################
hotswap-0.4.0/kde-frontend/configure-24809-configured by $0, generated by GNU Autoconf 2.57,
hotswap-0.4.0/kde-frontend/configure:24810:  with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
hotswap-0.4.0/kde-frontend/configure-24811-
##############################################
hotswap-0.4.0/kde-frontend/configure-24827-  --*=*)
hotswap-0.4.0/kde-frontend/configure:24828:    ac_option=`expr "x$1" : 'x\([^=]*\)='`
hotswap-0.4.0/kde-frontend/configure:24829:    ac_optarg=`expr "x$1" : 'x[^=]*=\(.*\)'`
hotswap-0.4.0/kde-frontend/configure-24830-    ac_shift=:
##############################################
hotswap-0.4.0/kde-frontend/configure-25211-      fi
hotswap-0.4.0/kde-frontend/configure:25212:      ac_sed_frag=`expr $ac_sed_frag + 1`
hotswap-0.4.0/kde-frontend/configure-25213-      ac_beg=$ac_end
hotswap-0.4.0/kde-frontend/configure:25214:      ac_end=`expr $ac_end + $ac_max_sed_lines`
hotswap-0.4.0/kde-frontend/configure-25215-    fi
##############################################
hotswap-0.4.0/kde-frontend/configure-25228-        cat >$tmp/stdin
hotswap-0.4.0/kde-frontend/configure:25229:        ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
hotswap-0.4.0/kde-frontend/configure:25230:        ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
hotswap-0.4.0/kde-frontend/configure:25231:  *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
hotswap-0.4.0/kde-frontend/configure:25232:        ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
hotswap-0.4.0/kde-frontend/configure-25233-  * )   ac_file_in=$ac_file.in ;;
##############################################
hotswap-0.4.0/kde-frontend/configure-25276-if test "$ac_dir" != .; then
hotswap-0.4.0/kde-frontend/configure:25277:  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
hotswap-0.4.0/kde-frontend/configure-25278-  # A "../" for each directory in $ac_dir_suffix.
hotswap-0.4.0/kde-frontend/configure:25279:  ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
hotswap-0.4.0/kde-frontend/configure-25280-else
##############################################
hotswap-0.4.0/kde-frontend/configure-25289-    else
hotswap-0.4.0/kde-frontend/configure:25290:       ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
hotswap-0.4.0/kde-frontend/configure-25291-    fi ;;
##############################################
hotswap-0.4.0/kde-frontend/configure-25298-esac
hotswap-0.4.0/kde-frontend/configure:25299:# Don't blindly perform a `cd "$ac_dir"/$ac_foo && pwd` since $ac_foo can be
hotswap-0.4.0/kde-frontend/configure-25300-# absolute.
hotswap-0.4.0/kde-frontend/configure:25301:ac_abs_builddir=`cd "$ac_dir" && cd $ac_builddir && pwd`
hotswap-0.4.0/kde-frontend/configure:25302:ac_abs_top_builddir=`cd "$ac_dir" && cd ${ac_top_builddir}. && pwd`
hotswap-0.4.0/kde-frontend/configure:25303:ac_abs_srcdir=`cd "$ac_dir" && cd $ac_srcdir && pwd`
hotswap-0.4.0/kde-frontend/configure:25304:ac_abs_top_srcdir=`cd "$ac_dir" && cd $ac_top_srcdir && pwd`
hotswap-0.4.0/kde-frontend/configure-25305-
##############################################
hotswap-0.4.0/kde-frontend/configure-25408-        cat >$tmp/stdin
hotswap-0.4.0/kde-frontend/configure:25409:        ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
hotswap-0.4.0/kde-frontend/configure:25410:        ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
hotswap-0.4.0/kde-frontend/configure:25411:  *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
hotswap-0.4.0/kde-frontend/configure:25412:        ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
hotswap-0.4.0/kde-frontend/configure-25413-  * )   ac_file_in=$ac_file.in ;;
##############################################
hotswap-0.4.0/kde-frontend/configure-25610-    * )
hotswap-0.4.0/kde-frontend/configure:25611:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
hotswap-0.4.0/kde-frontend/configure-25612-  esac
##############################################
hotswap-0.4.0/kde-frontend/configure-25633-for ac_file in : $CONFIG_COMMANDS; do test "x$ac_file" = x: && continue
hotswap-0.4.0/kde-frontend/configure:25634:  ac_dest=`echo "$ac_file" | sed 's,:.*,,'`
hotswap-0.4.0/kde-frontend/configure:25635:  ac_source=`echo "$ac_file" | sed 's,[^:]*:,,'`
hotswap-0.4.0/kde-frontend/configure-25636-  ac_dir=`(dirname "$ac_dest") 2>/dev/null ||
##############################################
hotswap-0.4.0/kde-frontend/configure-25650-if test "$ac_dir" != .; then
hotswap-0.4.0/kde-frontend/configure:25651:  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
hotswap-0.4.0/kde-frontend/configure-25652-  # A "../" for each directory in $ac_dir_suffix.
hotswap-0.4.0/kde-frontend/configure:25653:  ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
hotswap-0.4.0/kde-frontend/configure-25654-else
##############################################
hotswap-0.4.0/kde-frontend/configure-25663-    else
hotswap-0.4.0/kde-frontend/configure:25664:       ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
hotswap-0.4.0/kde-frontend/configure-25665-    fi ;;
##############################################
hotswap-0.4.0/kde-frontend/configure-25672-esac
hotswap-0.4.0/kde-frontend/configure:25673:# Don't blindly perform a `cd "$ac_dir"/$ac_foo && pwd` since $ac_foo can be
hotswap-0.4.0/kde-frontend/configure-25674-# absolute.
hotswap-0.4.0/kde-frontend/configure:25675:ac_abs_builddir=`cd "$ac_dir" && cd $ac_builddir && pwd`
hotswap-0.4.0/kde-frontend/configure:25676:ac_abs_top_builddir=`cd "$ac_dir" && cd ${ac_top_builddir}. && pwd`
hotswap-0.4.0/kde-frontend/configure:25677:ac_abs_srcdir=`cd "$ac_dir" && cd $ac_srcdir && pwd`
hotswap-0.4.0/kde-frontend/configure:25678:ac_abs_top_srcdir=`cd "$ac_dir" && cd $ac_top_srcdir && pwd`
hotswap-0.4.0/kde-frontend/configure-25679-
##############################################
hotswap-0.4.0/kde-frontend/configure-25685-  # Strip MF so we end up with the name of the file.
hotswap-0.4.0/kde-frontend/configure:25686:  mf=`echo "$mf" | sed -e 's/:.*$//'`
hotswap-0.4.0/kde-frontend/configure-25687-  # Check whether this is an Automake generated Makefile or not.
##############################################
hotswap-0.4.0/kde-frontend/configure-25711-  # running `make'.
hotswap-0.4.0/kde-frontend/configure:25712:  DEPDIR=`sed -n -e '/^DEPDIR = / s///p' < "$mf"`
hotswap-0.4.0/kde-frontend/configure-25713-  test -z "$DEPDIR" && continue
hotswap-0.4.0/kde-frontend/configure-25714-  # When using ansi2knr, U may be empty or an underscore; expand it
hotswap-0.4.0/kde-frontend/configure:25715:  U=`sed -n -e '/^U = / s///p' < "$mf"`
hotswap-0.4.0/kde-frontend/configure-25716-  test -d "$dirpart/$DEPDIR" || mkdir "$dirpart/$DEPDIR"
##############################################
hotswap-0.4.0/kde-frontend/admin/acinclude.m4.in-115-# Check X11 before X11Rn because it is often a symlink to the current release.
hotswap-0.4.0/kde-frontend/admin/acinclude.m4.in:116:for ac_dir in `echo "$ac_x_includes" | sed s/include/lib${kdelibsuff}/` \
hotswap-0.4.0/kde-frontend/admin/acinclude.m4.in-117-    /usr/X11/lib${kdelibsuff}           \
##############################################
hotswap-0.4.0/kde-frontend/admin/acinclude.m4.in-193-   else
hotswap-0.4.0/kde-frontend/admin/acinclude.m4.in:194:        kde_cache=`echo $1 | sed 'y%./+-%__p_%'`
hotswap-0.4.0/kde-frontend/admin/acinclude.m4.in-195-
##############################################
hotswap-0.4.0/kde-frontend/admin/acinclude.m4.in-226-
hotswap-0.4.0/kde-frontend/admin/acinclude.m4.in:227:      eval "kde_cv_path=\"`echo '$kde_cv_path_'$kde_cache`\""
hotswap-0.4.0/kde-frontend/admin/acinclude.m4.in-228-
##############################################
hotswap-0.4.0/kde-frontend/admin/acinclude.m4.in-268-    AC_MSG_CHECKING([whether uic supports -$1 ])
hotswap-0.4.0/kde-frontend/admin/acinclude.m4.in:269:    kde_cache=`echo $1 | sed 'y% .=/+-%____p_%'`
hotswap-0.4.0/kde-frontend/admin/acinclude.m4.in-270-    AC_CACHE_VAL(kde_cv_prog_uic_$kde_cache,
##############################################
hotswap-0.4.0/kde-frontend/admin/acinclude.m4.in-283-
hotswap-0.4.0/kde-frontend/admin/acinclude.m4.in:284:    if eval "test \"`echo '$kde_cv_prog_uic_'$kde_cache`\" = yes"; then
hotswap-0.4.0/kde-frontend/admin/acinclude.m4.in-285-        AC_MSG_RESULT([yes])
##############################################
hotswap-0.4.0/kde-frontend/admin/acinclude.m4.in-565-        if test -x "$KDECONFIG"; then # it can be "compiled"
hotswap-0.4.0/kde-frontend/admin/acinclude.m4.in:566:          kde_libs_prefix=`$KDECONFIG --prefix`
hotswap-0.4.0/kde-frontend/admin/acinclude.m4.in-567-          if test -z "$kde_libs_prefix" || test ! -x "$kde_libs_prefix"; then
##############################################
hotswap-0.4.0/kde-frontend/admin/acinclude.m4.in-572-           fi
hotswap-0.4.0/kde-frontend/admin/acinclude.m4.in:573:           kde_libs_htmldir=`$KDECONFIG --install html --expandvars`
hotswap-0.4.0/kde-frontend/admin/acinclude.m4.in-574-        else
##############################################
hotswap-0.4.0/kde-frontend/admin/acinclude.m4.in-1110-else
hotswap-0.4.0/kde-frontend/admin/acinclude.m4.in:1111:  kde_qtsubver=`echo "$1" | sed -e 's#[0-9][0-9]*\.\([0-9][0-9]*\).*#\1#'`
hotswap-0.4.0/kde-frontend/admin/acinclude.m4.in-1112-  # following is the check if subversion isnt found in passed argument
##############################################
hotswap-0.4.0/kde-frontend/admin/acinclude.m4.in-1115-  fi
hotswap-0.4.0/kde-frontend/admin/acinclude.m4.in:1116:  kde_qtver=`echo "$1" | sed -e 's#^\([0-9][0-9]*\)\..*#\1#'`
hotswap-0.4.0/kde-frontend/admin/acinclude.m4.in-1117-  if test "$kde_qtver" = "1"; then
##############################################
hotswap-0.4.0/kde-frontend/admin/acinclude.m4.in-1420-    try="ls -1 $dir/${LIBQT_GLOB}"
hotswap-0.4.0/kde-frontend/admin/acinclude.m4.in:1421:    if test -n "`$try 2> /dev/null`"; then qt_libdir=$dir; break; else echo "tried $dir" >&AC_FD_CC ; fi
hotswap-0.4.0/kde-frontend/admin/acinclude.m4.in-1422-  done
##############################################
hotswap-0.4.0/kde-frontend/admin/acinclude.m4.in-2322-])dnl
hotswap-0.4.0/kde-frontend/admin/acinclude.m4.in:2323:if eval "test \"`echo $ac_cv_lib_gif`\" = yes"; then
hotswap-0.4.0/kde-frontend/admin/acinclude.m4.in-2324-  AC_MSG_RESULT(yes)
##############################################
hotswap-0.4.0/kde-frontend/admin/acinclude.m4.in-2363-
hotswap-0.4.0/kde-frontend/admin/acinclude.m4.in:2364:if eval "test ! \"`echo $ac_cv_lib_jpeg_$1`\" = no"; then
hotswap-0.4.0/kde-frontend/admin/acinclude.m4.in-2365-  LIBJPEG="$ac_cv_lib_jpeg_$1"
##############################################
hotswap-0.4.0/kde-frontend/admin/acinclude.m4.in-2434-LIBS="$all_libraries $USER_LDFLAGS $LIBQT"
hotswap-0.4.0/kde-frontend/admin/acinclude.m4.in:2435:LIBS=`echo $LIBS | sed "s/$LIBJPEG//"`
hotswap-0.4.0/kde-frontend/admin/acinclude.m4.in-2436-ac_save_CXXFLAGS="$CXXFLAGS"
##############################################
hotswap-0.4.0/kde-frontend/admin/acinclude.m4.in-2450-
hotswap-0.4.0/kde-frontend/admin/acinclude.m4.in:2451:if eval "test ! \"`echo $kde_cv_qt_jpeg`\" = no"; then
hotswap-0.4.0/kde-frontend/admin/acinclude.m4.in-2452-  AC_MSG_RESULT(yes)
##############################################
hotswap-0.4.0/kde-frontend/admin/acinclude.m4.in-2584-])dnl
hotswap-0.4.0/kde-frontend/admin/acinclude.m4.in:2585:if eval "test ! \"`echo $ac_cv_lib_png`\" = no"; then
hotswap-0.4.0/kde-frontend/admin/acinclude.m4.in-2586-  AC_DEFINE_UNQUOTED(HAVE_LIBPNG, 1, [Define if you have libpng])
##############################################
hotswap-0.4.0/kde-frontend/admin/acinclude.m4.in-2632-AC_MSG_CHECKING(whether $CXX supports -$1)
hotswap-0.4.0/kde-frontend/admin/acinclude.m4.in:2633:kde_cache=`echo $1 | sed 'y% .=/+-%____p_%'`
hotswap-0.4.0/kde-frontend/admin/acinclude.m4.in-2634-AC_CACHE_VAL(kde_cv_prog_cxx_$kde_cache,
##############################################
hotswap-0.4.0/kde-frontend/admin/acinclude.m4.in-2643-])
hotswap-0.4.0/kde-frontend/admin/acinclude.m4.in:2644:if eval "test \"`echo '$kde_cv_prog_cxx_'$kde_cache`\" = yes"; then
hotswap-0.4.0/kde-frontend/admin/acinclude.m4.in-2645- AC_MSG_RESULT(yes)
##############################################
hotswap-0.4.0/kde-frontend/admin/acinclude.m4.in-2902-        if test "$GXX" = yes; then
hotswap-0.4.0/kde-frontend/admin/acinclude.m4.in:2903:          libstdcpp=`$CXX -print-file-name=libstdc++.so`
hotswap-0.4.0/kde-frontend/admin/acinclude.m4.in-2904-          if test ! -f $libstdcpp; then
##############################################
hotswap-0.4.0/kde-frontend/admin/acinclude.m4.in-3101-    AM_PATH_PROG_WITH_TEST_KDE(MSGFMT, msgfmt,
hotswap-0.4.0/kde-frontend/admin/acinclude.m4.in:3102:        [test -n "`$ac_dir/$ac_word --version 2>&1 | grep 'GNU gettext'`"], msgfmt)
hotswap-0.4.0/kde-frontend/admin/acinclude.m4.in-3103-    AC_PATH_PROG(GMSGFMT, gmsgfmt, $MSGFMT)
hotswap-0.4.0/kde-frontend/admin/acinclude.m4.in-3104-
hotswap-0.4.0/kde-frontend/admin/acinclude.m4.in:3105:     if test -z "`$GMSGFMT --version 2>&1 | grep 'GNU gettext'`"; then
hotswap-0.4.0/kde-frontend/admin/acinclude.m4.in-3106-        AC_MSG_RESULT([found msgfmt program is not GNU msgfmt; ignore it])
##############################################
hotswap-0.4.0/kde-frontend/admin/acinclude.m4.in-3113-      AM_PATH_PROG_WITH_TEST_KDE(XGETTEXT, xgettext,
hotswap-0.4.0/kde-frontend/admin/acinclude.m4.in:3114:	[test -z "`$ac_dir/$ac_word -h 2>&1 | grep '(HELP)'`"], :)
hotswap-0.4.0/kde-frontend/admin/acinclude.m4.in-3115-
##############################################
hotswap-0.4.0/kde-frontend/admin/acinclude.m4.in-3260-   AC_MSG_RESULT($kde_cv_func_stpcpy)
hotswap-0.4.0/kde-frontend/admin/acinclude.m4.in:3261:   if eval "test \"`echo $kde_cv_func_stpcpy`\" = yes"; then
hotswap-0.4.0/kde-frontend/admin/acinclude.m4.in-3262-     AC_DEFINE(HAVE_STPCPY, 1, [Define if you have stpcpy])
##############################################
hotswap-0.4.0/kde-frontend/admin/acinclude.m4.in-3809-])
hotswap-0.4.0/kde-frontend/admin/acinclude.m4.in:3810:kde_micodir=`echo $kde_cv_mico_incdir | sed -e 's#/include##'`
hotswap-0.4.0/kde-frontend/admin/acinclude.m4.in-3811-
##############################################
hotswap-0.4.0/kde-frontend/admin/acinclude.m4.in-3852-dnl installed MICO version
hotswap-0.4.0/kde-frontend/admin/acinclude.m4.in:3853:mico_v_maj=`echo $kde_cv_mico_version | sed -e 's/^\(.*\)\..*\..*$/\1/'`
hotswap-0.4.0/kde-frontend/admin/acinclude.m4.in:3854:mico_v_mid=`echo $kde_cv_mico_version | sed -e 's/^.*\.\(.*\)\..*$/\1/'`
hotswap-0.4.0/kde-frontend/admin/acinclude.m4.in:3855:mico_v_min=`echo $kde_cv_mico_version | sed -e 's/^.*\..*\.\(.*\)$/\1/'`
hotswap-0.4.0/kde-frontend/admin/acinclude.m4.in-3856-
##############################################
hotswap-0.4.0/kde-frontend/admin/acinclude.m4.in-3863-dnl required MICO version
hotswap-0.4.0/kde-frontend/admin/acinclude.m4.in:3864:req_v_maj=`echo $req_version | sed -e 's/^\(.*\)\..*\..*$/\1/'`
hotswap-0.4.0/kde-frontend/admin/acinclude.m4.in:3865:req_v_mid=`echo $req_version | sed -e 's/^.*\.\(.*\)\..*$/\1/'`
hotswap-0.4.0/kde-frontend/admin/acinclude.m4.in:3866:req_v_min=`echo $req_version | sed -e 's/^.*\..*\.\(.*\)$/\1/'`
hotswap-0.4.0/kde-frontend/admin/acinclude.m4.in-3867-
##############################################
hotswap-0.4.0/kde-frontend/admin/acinclude.m4.in-4242-    ac_save_CXXFLAGS="$CXXFLAGS"
hotswap-0.4.0/kde-frontend/admin/acinclude.m4.in:4243:    CXXFLAGS="`echo $CXXFLAGS | sed s/-fno-exceptions//`"
hotswap-0.4.0/kde-frontend/admin/acinclude.m4.in-4244-    KDE_CHECK_STL_SGI
##############################################
hotswap-0.4.0/kde-frontend/admin/acinclude.m4.in-4286-])dnl
hotswap-0.4.0/kde-frontend/admin/acinclude.m4.in:4287:if eval "test \"`echo $ac_cv_lib_qimgio`\" = yes"; then
hotswap-0.4.0/kde-frontend/admin/acinclude.m4.in-4288-  LIBQIMGIO="-lqimgio -lpng -lz $LIBJPEG"
##############################################
hotswap-0.4.0/kde-frontend/admin/acinclude.m4.in-4367-  TOPSUBDIRS=""
hotswap-0.4.0/kde-frontend/admin/acinclude.m4.in:4368:  files=`cd $srcdir && ls -1`
hotswap-0.4.0/kde-frontend/admin/acinclude.m4.in:4369:  dirs=`for i in $files; do if test -d $i; then echo $i; fi; done`
hotswap-0.4.0/kde-frontend/admin/acinclude.m4.in-4370-  for i in $dirs; do
##############################################
hotswap-0.4.0/kde-frontend/admin/acinclude.m4.in-4375-if test -s $srcdir/inst-apps; then
hotswap-0.4.0/kde-frontend/admin/acinclude.m4.in:4376:  ac_topsubdirs="`cat $srcdir/inst-apps`"
hotswap-0.4.0/kde-frontend/admin/acinclude.m4.in-4377-else
hotswap-0.4.0/kde-frontend/admin/acinclude.m4.in:4378:  ac_topsubdirs="`cat $srcdir/subdirs`"
hotswap-0.4.0/kde-frontend/admin/acinclude.m4.in-4379-fi
##############################################
hotswap-0.4.0/kde-frontend/admin/acinclude.m4.in-4393-  AC_MSG_RESULT($install_it)
hotswap-0.4.0/kde-frontend/admin/acinclude.m4.in:4394:  vari=`echo $i | sed -e 's,[[-+.]],_,g'`
hotswap-0.4.0/kde-frontend/admin/acinclude.m4.in-4395-  if test $install_it = "yes"; then
##############################################
hotswap-0.4.0/kde-frontend/admin/acinclude.m4.in-4579-  if test -f $srcdir/configure.files ; then
hotswap-0.4.0/kde-frontend/admin/acinclude.m4.in:4580:    val=`sed -e 's%^%\$(top_srcdir)/%' $srcdir/configure.files`
hotswap-0.4.0/kde-frontend/admin/acinclude.m4.in-4581-  fi
##############################################
hotswap-0.4.0/kde-frontend/admin/acinclude.m4.in-4601-  # And delete superflous '/' to make compares easier
hotswap-0.4.0/kde-frontend/admin/acinclude.m4.in:4602:  prefix=`echo "$prefix" | sed 's,//*,/,g' | sed -e 's,/$,,'`
hotswap-0.4.0/kde-frontend/admin/acinclude.m4.in:4603:  exec_prefix=`echo "$exec_prefix" | sed 's,//*,/,g' | sed -e 's,/$,,'`
hotswap-0.4.0/kde-frontend/admin/acinclude.m4.in-4604-  KDE_FAST_CONFIGURE
##############################################
hotswap-0.4.0/kde-frontend/admin/acinclude.m4.in-4722-[
hotswap-0.4.0/kde-frontend/admin/acinclude.m4.in:4723:	dir=`dirname "$1"`
hotswap-0.4.0/kde-frontend/admin/acinclude.m4.in:4724:	base=`basename "$1"`
hotswap-0.4.0/kde-frontend/admin/acinclude.m4.in:4725:	list=`ls -1 $dir 2> /dev/null`
hotswap-0.4.0/kde-frontend/admin/acinclude.m4.in-4726-	for entry in $list; do 
##############################################
hotswap-0.4.0/kde-frontend/admin/acinclude.m4.in-4791-          if test -x "$dir/java"; then
hotswap-0.4.0/kde-frontend/admin/acinclude.m4.in:4792:                libjvmdir=`find $dir/.. -name libjvm.so | sed 's,libjvm.so,,'|head -n 1`
hotswap-0.4.0/kde-frontend/admin/acinclude.m4.in-4793-		if test ! -f $libjvmdir/libjvm.so; then continue; fi
##############################################
hotswap-0.4.0/kde-frontend/admin/acinclude.m4.in-4811-          dnl this substitution might not work - well, we test for jni.h below
hotswap-0.4.0/kde-frontend/admin/acinclude.m4.in:4812:          kde_java_includedir=`echo $JAVAC | sed -e 's,bin/javac$,include/,'`
hotswap-0.4.0/kde-frontend/admin/acinclude.m4.in-4813-      else
##############################################
hotswap-0.4.0/kde-frontend/admin/acinclude.m4.in-4830-  dnl Look for libjvm.so
hotswap-0.4.0/kde-frontend/admin/acinclude.m4.in:4831:  kde_java_libjvmdir=`find $kde_java_bindir/.. -name libjvm.so | sed 's,libjvm.so,,'|head -n 1`
hotswap-0.4.0/kde-frontend/admin/acinclude.m4.in-4832-  dnl Look for libhpi.so and avoid green threads
hotswap-0.4.0/kde-frontend/admin/acinclude.m4.in:4833:  kde_java_libhpidir=`find $kde_java_bindir/.. -name libhpi.so | grep -v green | sed 's,libhpi.so,,' | head -n 1`
hotswap-0.4.0/kde-frontend/admin/acinclude.m4.in-4834-
##############################################
hotswap-0.4.0/kde-frontend/admin/acinclude.m4.in-4969-  else
hotswap-0.4.0/kde-frontend/admin/acinclude.m4.in:4970:    qtopia_minver_maj=`echo "$1" | sed -e "s/^\(.*\)\..*\..*$/\1/"`
hotswap-0.4.0/kde-frontend/admin/acinclude.m4.in:4971:    qtopia_minver_min=`echo "$1" | sed -e "s/^.*\.\(.*\)\..*$/\1/"`
hotswap-0.4.0/kde-frontend/admin/acinclude.m4.in:4972:    qtopia_minver_pat=`echo "$1" | sed -e "s/^.*\..*\.\(.*\)$/\1/"`
hotswap-0.4.0/kde-frontend/admin/acinclude.m4.in-4973-  fi
##############################################
hotswap-0.4.0/kde-frontend/admin/acinclude.m4.in-5009-
hotswap-0.4.0/kde-frontend/admin/acinclude.m4.in:5010:  qtopia_ver_maj=`cat $qtopia_incdir/qpe/version.h | sed -n -e 's,.*QPE_VERSION "\(.*\)\..*\..*".*,\1,p'`;
hotswap-0.4.0/kde-frontend/admin/acinclude.m4.in:5011:  qtopia_ver_min=`cat $qtopia_incdir/qpe/version.h | sed -n -e 's,.*QPE_VERSION ".*\.\(.*\)\..*".*,\1,p'`;
hotswap-0.4.0/kde-frontend/admin/acinclude.m4.in:5012:  qtopia_ver_pat=`cat $qtopia_incdir/qpe/version.h | sed -n -e 's,.*QPE_VERSION ".*\..*\.\(.*\)".*,\1,p'`;
hotswap-0.4.0/kde-frontend/admin/acinclude.m4.in-5013-
##############################################
hotswap-0.4.0/kde-frontend/admin/acinclude.m4.in-5226-    try="ls -1 $dir/libssl*"
hotswap-0.4.0/kde-frontend/admin/acinclude.m4.in:5227:    if test=`eval $try 2> /dev/null`; then ssl_libdir=$dir; break; else echo "tried $dir" >&AC_FD_CC ; fi
hotswap-0.4.0/kde-frontend/admin/acinclude.m4.in-5228-  done
##############################################
hotswap-0.4.0/kde-frontend/admin/am_edit-1699-      $tmp .= "\tif test ! -f \$(kde_htmldir)/en/common/kde-common.css; then echo 'no english docs found in \$(kde_htmldir)/en/common/'; exit 1; fi \n";
hotswap-0.4.0/kde-frontend/admin/am_edit:1700:      $tmp .= "\t\@com_files=`cd \$(kde_htmldir)/en/common && echo *` ;\\\n";
hotswap-0.4.0/kde-frontend/admin/am_edit-1701-      $tmp .= "\tcd \$(DESTDIR)\$(kde_htmldir)/$kdelang/common ;\\\n";
##############################################
hotswap-0.4.0/kde-frontend/admin/compile-73-# Name of file we expect compiler to create.
hotswap-0.4.0/kde-frontend/admin/compile:74:cofile=`echo $cfile | sed -e 's|^.*/||' -e 's/\.c$/.o/'`
hotswap-0.4.0/kde-frontend/admin/compile-75-
##############################################
hotswap-0.4.0/kde-frontend/admin/compile-79-# object file name, since that is what matters with a parallel build.
hotswap-0.4.0/kde-frontend/admin/compile:80:lockdir=`echo $cofile | sed -e 's|[/.-]|_|g'`.d
hotswap-0.4.0/kde-frontend/admin/compile-81-while true; do
##############################################
hotswap-0.4.0/kde-frontend/admin/config.guess-37-
hotswap-0.4.0/kde-frontend/admin/config.guess:38:me=`echo "$0" | sed -e 's,.*/,,'`
hotswap-0.4.0/kde-frontend/admin/config.guess-39-
##############################################
hotswap-0.4.0/kde-frontend/admin/config.guess-180-	# The OS release
hotswap-0.4.0/kde-frontend/admin/config.guess:181:	release=`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'`
hotswap-0.4.0/kde-frontend/admin/config.guess-182-	# Since CPU_TYPE-MANUFACTURER-KERNEL-OPERATING_SYSTEM:
##############################################
hotswap-0.4.0/kde-frontend/admin/config.guess-227-	if test $UNAME_RELEASE = "V4.0"; then
hotswap-0.4.0/kde-frontend/admin/config.guess:228:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'`
hotswap-0.4.0/kde-frontend/admin/config.guess-229-	fi
##############################################
hotswap-0.4.0/kde-frontend/admin/config.guess-261-	if test "$?" = 0 ; then
hotswap-0.4.0/kde-frontend/admin/config.guess:262:		case `$dummy` in
hotswap-0.4.0/kde-frontend/admin/config.guess-263-			0-0)
##############################################
hotswap-0.4.0/kde-frontend/admin/config.guess-289-	rm -f $dummy.s $dummy && rmdir $tmpdir
hotswap-0.4.0/kde-frontend/admin/config.guess:290:	echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[VTX]//' | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'`
hotswap-0.4.0/kde-frontend/admin/config.guess-291-	exit 0 ;;
##############################################
hotswap-0.4.0/kde-frontend/admin/config.guess-334-    sun4H:SunOS:5.*:*)
hotswap-0.4.0/kde-frontend/admin/config.guess:335:	echo sparc-hal-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
hotswap-0.4.0/kde-frontend/admin/config.guess-336-	exit 0 ;;
hotswap-0.4.0/kde-frontend/admin/config.guess-337-    sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*)
hotswap-0.4.0/kde-frontend/admin/config.guess:338:	echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
hotswap-0.4.0/kde-frontend/admin/config.guess-339-	exit 0 ;;
hotswap-0.4.0/kde-frontend/admin/config.guess-340-    i86pc:SunOS:5.*:*)
hotswap-0.4.0/kde-frontend/admin/config.guess:341:	echo i386-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
hotswap-0.4.0/kde-frontend/admin/config.guess-342-	exit 0 ;;
##############################################
hotswap-0.4.0/kde-frontend/admin/config.guess-346-	# it's likely to be more like Solaris than SunOS4.
hotswap-0.4.0/kde-frontend/admin/config.guess:347:	echo sparc-sun-solaris3`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
hotswap-0.4.0/kde-frontend/admin/config.guess-348-	exit 0 ;;
##############################################
hotswap-0.4.0/kde-frontend/admin/config.guess-355-	# Japanese Language versions have a version number like `4.1.3-JL'.
hotswap-0.4.0/kde-frontend/admin/config.guess:356:	echo sparc-sun-sunos`echo ${UNAME_RELEASE}|sed -e 's/-/_/'`
hotswap-0.4.0/kde-frontend/admin/config.guess-357-	exit 0 ;;
##############################################
hotswap-0.4.0/kde-frontend/admin/config.guess-361-    sun*:*:4.2BSD:*)
hotswap-0.4.0/kde-frontend/admin/config.guess:362:	UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null`
hotswap-0.4.0/kde-frontend/admin/config.guess-363-	test "x${UNAME_RELEASE}" = "x" && UNAME_RELEASE=3
##############################################
hotswap-0.4.0/kde-frontend/admin/config.guess-440-	$CC_FOR_BUILD -o $dummy $dummy.c \
hotswap-0.4.0/kde-frontend/admin/config.guess:441:	  && $dummy `echo "${UNAME_RELEASE}" | sed -n 's/\([0-9]*\).*/\1/p'` \
hotswap-0.4.0/kde-frontend/admin/config.guess-442-	  && rm -f $dummy.c $dummy && rmdir $tmpdir && exit 0
##############################################
hotswap-0.4.0/kde-frontend/admin/config.guess-496-    *:IRIX*:*:*)
hotswap-0.4.0/kde-frontend/admin/config.guess:497:	echo mips-sgi-irix`echo ${UNAME_RELEASE}|sed -e 's/-/_/g'`
hotswap-0.4.0/kde-frontend/admin/config.guess-498-	exit 0 ;;
##############################################
hotswap-0.4.0/kde-frontend/admin/config.guess-536-    *:AIX:*:[45])
hotswap-0.4.0/kde-frontend/admin/config.guess:537:	IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'`
hotswap-0.4.0/kde-frontend/admin/config.guess-538-	if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then
##############################################
hotswap-0.4.0/kde-frontend/admin/config.guess-571-    9000/[34678]??:HP-UX:*:*)
hotswap-0.4.0/kde-frontend/admin/config.guess:572:	HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
hotswap-0.4.0/kde-frontend/admin/config.guess-573-	case "${UNAME_MACHINE}" in
##############################################
hotswap-0.4.0/kde-frontend/admin/config.guess-625-EOF
hotswap-0.4.0/kde-frontend/admin/config.guess:626:		    (CCOPTS= $CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null) && HP_ARCH=`$dummy`
hotswap-0.4.0/kde-frontend/admin/config.guess-627-		    if test -z "$HP_ARCH"; then HP_ARCH=hppa; fi
##############################################
hotswap-0.4.0/kde-frontend/admin/config.guess-633-    ia64:HP-UX:*:*)
hotswap-0.4.0/kde-frontend/admin/config.guess:634:	HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
hotswap-0.4.0/kde-frontend/admin/config.guess-635-	echo ia64-hp-hpux${HPUX_REV}
##############################################
hotswap-0.4.0/kde-frontend/admin/config.guess-734-        FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'`
hotswap-0.4.0/kde-frontend/admin/config.guess:735:        FUJITSU_REL=`echo ${UNAME_RELEASE} | sed -e 's/ /_/'`
hotswap-0.4.0/kde-frontend/admin/config.guess-736-        echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
hotswap-0.4.0/kde-frontend/admin/config.guess-757-EOF
hotswap-0.4.0/kde-frontend/admin/config.guess:758:	eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep ^LIBC=`
hotswap-0.4.0/kde-frontend/admin/config.guess-759-	rm -f $dummy.c && rmdir $tmpdir
hotswap-0.4.0/kde-frontend/admin/config.guess:760:	echo ${UNAME_MACHINE}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`${LIBC:+-$LIBC}
hotswap-0.4.0/kde-frontend/admin/config.guess-761-	exit 0 ;;
##############################################
hotswap-0.4.0/kde-frontend/admin/config.guess-786-    prep*:SunOS:5.*:*)
hotswap-0.4.0/kde-frontend/admin/config.guess:787:	echo powerpcle-unknown-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
hotswap-0.4.0/kde-frontend/admin/config.guess-788-	exit 0 ;;
hotswap-0.4.0/kde-frontend/admin/config.guess-789-    *:GNU:*:*)
hotswap-0.4.0/kde-frontend/admin/config.guess:790:	echo `echo ${UNAME_MACHINE}|sed -e 's,[-/].*$,,'`-unknown-gnu`echo ${UNAME_RELEASE}|sed -e 's,/.*$,,'`
hotswap-0.4.0/kde-frontend/admin/config.guess-791-	exit 0 ;;
##############################################
hotswap-0.4.0/kde-frontend/admin/config.guess-819-EOF
hotswap-0.4.0/kde-frontend/admin/config.guess:820:	eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep ^CPU=`
hotswap-0.4.0/kde-frontend/admin/config.guess-821-	rm -f $dummy.c && rmdir $tmpdir
##############################################
hotswap-0.4.0/kde-frontend/admin/config.guess-915-EOF
hotswap-0.4.0/kde-frontend/admin/config.guess:916:	eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep ^LIBC=`
hotswap-0.4.0/kde-frontend/admin/config.guess-917-	rm -f $dummy.c && rmdir $tmpdir
##############################################
hotswap-0.4.0/kde-frontend/admin/config.guess-935-    i*86:*:4.*:* | i*86:SYSTEM_V:4.*:*)
hotswap-0.4.0/kde-frontend/admin/config.guess:936:	UNAME_REL=`echo ${UNAME_RELEASE} | sed 's/\/MP$//'`
hotswap-0.4.0/kde-frontend/admin/config.guess-937-	if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then
##############################################
hotswap-0.4.0/kde-frontend/admin/config.sub-54-
hotswap-0.4.0/kde-frontend/admin/config.sub:55:me=`echo "$0" | sed -e 's,.*/,,'`
hotswap-0.4.0/kde-frontend/admin/config.sub-56-
##############################################
hotswap-0.4.0/kde-frontend/admin/config.sub-118-# Here we must recognize all the valid KERNEL-OS combinations.
hotswap-0.4.0/kde-frontend/admin/config.sub:119:maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'`
hotswap-0.4.0/kde-frontend/admin/config.sub-120-case $maybe_os in
##############################################
hotswap-0.4.0/kde-frontend/admin/config.sub-122-    os=-$maybe_os
hotswap-0.4.0/kde-frontend/admin/config.sub:123:    basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`
hotswap-0.4.0/kde-frontend/admin/config.sub-124-    ;;
hotswap-0.4.0/kde-frontend/admin/config.sub-125-  *)
hotswap-0.4.0/kde-frontend/admin/config.sub:126:    basic_machine=`echo $1 | sed 's/-[^-]*$//'`
hotswap-0.4.0/kde-frontend/admin/config.sub-127-    if [ $basic_machine != $1 ]
hotswap-0.4.0/kde-frontend/admin/config.sub:128:    then os=`echo $1 | sed 's/.*-/-/'`
hotswap-0.4.0/kde-frontend/admin/config.sub-129-    else os=; fi
##############################################
hotswap-0.4.0/kde-frontend/admin/config.sub-173-		os=-sco3.2v5
hotswap-0.4.0/kde-frontend/admin/config.sub:174:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
hotswap-0.4.0/kde-frontend/admin/config.sub-175-		;;
##############################################
hotswap-0.4.0/kde-frontend/admin/config.sub-177-		os=-sco3.2v4
hotswap-0.4.0/kde-frontend/admin/config.sub:178:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
hotswap-0.4.0/kde-frontend/admin/config.sub-179-		;;
hotswap-0.4.0/kde-frontend/admin/config.sub-180-	-sco3.2.[4-9]*)
hotswap-0.4.0/kde-frontend/admin/config.sub:181:		os=`echo $os | sed -e 's/sco3.2./sco3.2v/'`
hotswap-0.4.0/kde-frontend/admin/config.sub:182:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
hotswap-0.4.0/kde-frontend/admin/config.sub-183-		;;
##############################################
hotswap-0.4.0/kde-frontend/admin/config.sub-185-		# Don't forget version if it is 3.2v4 or newer.
hotswap-0.4.0/kde-frontend/admin/config.sub:186:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
hotswap-0.4.0/kde-frontend/admin/config.sub-187-		;;
##############################################
hotswap-0.4.0/kde-frontend/admin/config.sub-189-		os=-sco3.2v2
hotswap-0.4.0/kde-frontend/admin/config.sub:190:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
hotswap-0.4.0/kde-frontend/admin/config.sub-191-		;;
hotswap-0.4.0/kde-frontend/admin/config.sub-192-	-udk*)
hotswap-0.4.0/kde-frontend/admin/config.sub:193:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
hotswap-0.4.0/kde-frontend/admin/config.sub-194-		;;
##############################################
hotswap-0.4.0/kde-frontend/admin/config.sub-196-		os=-isc2.2
hotswap-0.4.0/kde-frontend/admin/config.sub:197:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
hotswap-0.4.0/kde-frontend/admin/config.sub-198-		;;
##############################################
hotswap-0.4.0/kde-frontend/admin/config.sub-202-	-isc*)
hotswap-0.4.0/kde-frontend/admin/config.sub:203:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
hotswap-0.4.0/kde-frontend/admin/config.sub-204-		;;
##############################################
hotswap-0.4.0/kde-frontend/admin/config.sub-208-	-ptx*)
hotswap-0.4.0/kde-frontend/admin/config.sub:209:		basic_machine=`echo $1 | sed -e 's/86-.*/86-sequent/'`
hotswap-0.4.0/kde-frontend/admin/config.sub-210-		;;
hotswap-0.4.0/kde-frontend/admin/config.sub-211-	-windowsnt*)
hotswap-0.4.0/kde-frontend/admin/config.sub:212:		os=`echo $os | sed -e 's/windowsnt/winnt/'`
hotswap-0.4.0/kde-frontend/admin/config.sub-213-		;;
##############################################
hotswap-0.4.0/kde-frontend/admin/config.sub-284-	*-*-*)
hotswap-0.4.0/kde-frontend/admin/config.sub:285:		echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
hotswap-0.4.0/kde-frontend/admin/config.sub-286-		exit 1
##############################################
hotswap-0.4.0/kde-frontend/admin/config.sub-569-	i*86v32)
hotswap-0.4.0/kde-frontend/admin/config.sub:570:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
hotswap-0.4.0/kde-frontend/admin/config.sub-571-		os=-sysv32
##############################################
hotswap-0.4.0/kde-frontend/admin/config.sub-573-	i*86v4*)
hotswap-0.4.0/kde-frontend/admin/config.sub:574:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
hotswap-0.4.0/kde-frontend/admin/config.sub-575-		os=-sysv4
##############################################
hotswap-0.4.0/kde-frontend/admin/config.sub-577-	i*86v)
hotswap-0.4.0/kde-frontend/admin/config.sub:578:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
hotswap-0.4.0/kde-frontend/admin/config.sub-579-		os=-sysv
##############################################
hotswap-0.4.0/kde-frontend/admin/config.sub-581-	i*86sol2)
hotswap-0.4.0/kde-frontend/admin/config.sub:582:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
hotswap-0.4.0/kde-frontend/admin/config.sub-583-		os=-solaris2
##############################################
hotswap-0.4.0/kde-frontend/admin/config.sub-629-	mips3*-*)
hotswap-0.4.0/kde-frontend/admin/config.sub:630:		basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`
hotswap-0.4.0/kde-frontend/admin/config.sub-631-		;;
hotswap-0.4.0/kde-frontend/admin/config.sub-632-	mips3*)
hotswap-0.4.0/kde-frontend/admin/config.sub:633:		basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`-unknown
hotswap-0.4.0/kde-frontend/admin/config.sub-634-		;;
##############################################
hotswap-0.4.0/kde-frontend/admin/config.sub-764-	pentium-* | p5-* | k5-* | k6-* | nexgen-* | viac3-*)
hotswap-0.4.0/kde-frontend/admin/config.sub:765:		basic_machine=i586-`echo $basic_machine | sed 's/^[^-]*-//'`
hotswap-0.4.0/kde-frontend/admin/config.sub-766-		;;
hotswap-0.4.0/kde-frontend/admin/config.sub-767-	pentiumpro-* | p6-* | 6x86-* | athlon-*)
hotswap-0.4.0/kde-frontend/admin/config.sub:768:		basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
hotswap-0.4.0/kde-frontend/admin/config.sub-769-		;;
hotswap-0.4.0/kde-frontend/admin/config.sub-770-	pentiumii-* | pentium2-*)
hotswap-0.4.0/kde-frontend/admin/config.sub:771:		basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
hotswap-0.4.0/kde-frontend/admin/config.sub-772-		;;
##############################################
hotswap-0.4.0/kde-frontend/admin/config.sub-779-		;;
hotswap-0.4.0/kde-frontend/admin/config.sub:780:	ppc-*)	basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'`
hotswap-0.4.0/kde-frontend/admin/config.sub-781-		;;
##############################################
hotswap-0.4.0/kde-frontend/admin/config.sub-785-	ppcle-* | powerpclittle-*)
hotswap-0.4.0/kde-frontend/admin/config.sub:786:		basic_machine=powerpcle-`echo $basic_machine | sed 's/^[^-]*-//'`
hotswap-0.4.0/kde-frontend/admin/config.sub-787-		;;
##############################################
hotswap-0.4.0/kde-frontend/admin/config.sub-789-		;;
hotswap-0.4.0/kde-frontend/admin/config.sub:790:	ppc64-*) basic_machine=powerpc64-`echo $basic_machine | sed 's/^[^-]*-//'`
hotswap-0.4.0/kde-frontend/admin/config.sub-791-		;;
##############################################
hotswap-0.4.0/kde-frontend/admin/config.sub-795-	ppc64le-* | powerpc64little-*)
hotswap-0.4.0/kde-frontend/admin/config.sub:796:		basic_machine=powerpc64le-`echo $basic_machine | sed 's/^[^-]*-//'`
hotswap-0.4.0/kde-frontend/admin/config.sub-797-		;;
##############################################
hotswap-0.4.0/kde-frontend/admin/config.sub-1057-	*)
hotswap-0.4.0/kde-frontend/admin/config.sub:1058:		echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
hotswap-0.4.0/kde-frontend/admin/config.sub-1059-		exit 1
##############################################
hotswap-0.4.0/kde-frontend/admin/config.sub-1065-	*-digital*)
hotswap-0.4.0/kde-frontend/admin/config.sub:1066:		basic_machine=`echo $basic_machine | sed 's/digital.*/dec/'`
hotswap-0.4.0/kde-frontend/admin/config.sub-1067-		;;
hotswap-0.4.0/kde-frontend/admin/config.sub-1068-	*-commodore*)
hotswap-0.4.0/kde-frontend/admin/config.sub:1069:		basic_machine=`echo $basic_machine | sed 's/commodore.*/cbm/'`
hotswap-0.4.0/kde-frontend/admin/config.sub-1070-		;;
##############################################
hotswap-0.4.0/kde-frontend/admin/config.sub-1083-	-solaris1 | -solaris1.*)
hotswap-0.4.0/kde-frontend/admin/config.sub:1084:		os=`echo $os | sed -e 's|solaris1|sunos4|'`
hotswap-0.4.0/kde-frontend/admin/config.sub-1085-		;;
##############################################
hotswap-0.4.0/kde-frontend/admin/config.sub-1095-	-gnu/linux*)
hotswap-0.4.0/kde-frontend/admin/config.sub:1096:		os=`echo $os | sed -e 's|gnu/linux|linux-gnu|'`
hotswap-0.4.0/kde-frontend/admin/config.sub-1097-		;;
##############################################
hotswap-0.4.0/kde-frontend/admin/config.sub-1139-	-mac*)
hotswap-0.4.0/kde-frontend/admin/config.sub:1140:		os=`echo $os | sed -e 's|mac|macos|'`
hotswap-0.4.0/kde-frontend/admin/config.sub-1141-		;;
hotswap-0.4.0/kde-frontend/admin/config.sub-1142-	-linux*)
hotswap-0.4.0/kde-frontend/admin/config.sub:1143:		os=`echo $os | sed -e 's|linux|linux-gnu|'`
hotswap-0.4.0/kde-frontend/admin/config.sub-1144-		;;
hotswap-0.4.0/kde-frontend/admin/config.sub-1145-	-sunos5*)
hotswap-0.4.0/kde-frontend/admin/config.sub:1146:		os=`echo $os | sed -e 's|sunos5|solaris2|'`
hotswap-0.4.0/kde-frontend/admin/config.sub-1147-		;;
hotswap-0.4.0/kde-frontend/admin/config.sub-1148-	-sunos6*)
hotswap-0.4.0/kde-frontend/admin/config.sub:1149:		os=`echo $os | sed -e 's|sunos6|solaris3|'`
hotswap-0.4.0/kde-frontend/admin/config.sub-1150-		;;
##############################################
hotswap-0.4.0/kde-frontend/admin/config.sub-1191-	-sinix5.*)
hotswap-0.4.0/kde-frontend/admin/config.sub:1192:		os=`echo $os | sed -e 's|sinix|sysv|'`
hotswap-0.4.0/kde-frontend/admin/config.sub-1193-		;;
##############################################
hotswap-0.4.0/kde-frontend/admin/config.sub-1230-		# Get rid of the `-' at the beginning of $os.
hotswap-0.4.0/kde-frontend/admin/config.sub:1231:		os=`echo $os | sed 's/[^-]*-//'`
hotswap-0.4.0/kde-frontend/admin/config.sub:1232:		echo Invalid configuration \`$1\': system \`$os\' not recognized 1>&2
hotswap-0.4.0/kde-frontend/admin/config.sub-1233-		exit 1
##############################################
hotswap-0.4.0/kde-frontend/admin/config.sub-1457-		esac
hotswap-0.4.0/kde-frontend/admin/config.sub:1458:		basic_machine=`echo $basic_machine | sed "s/unknown/$vendor/"`
hotswap-0.4.0/kde-frontend/admin/config.sub-1459-		;;
##############################################
hotswap-0.4.0/kde-frontend/admin/cvs.sh-29-{
hotswap-0.4.0/kde-frontend/admin/cvs.sh:30:AUTOCONF_VERSION=`$AUTOCONF --version | head -1`
hotswap-0.4.0/kde-frontend/admin/cvs.sh-31-case $AUTOCONF_VERSION in
##############################################
hotswap-0.4.0/kde-frontend/admin/cvs.sh-44- 
hotswap-0.4.0/kde-frontend/admin/cvs.sh:45:AUTOHEADER_VERSION=`$AUTOHEADER --version | head -1`
hotswap-0.4.0/kde-frontend/admin/cvs.sh-46-case $AUTOHEADER_VERSION in
##############################################
hotswap-0.4.0/kde-frontend/admin/cvs.sh-59-
hotswap-0.4.0/kde-frontend/admin/cvs.sh:60:AUTOMAKE_STRING=`$AUTOMAKE --version | head -1`
hotswap-0.4.0/kde-frontend/admin/cvs.sh-61-case $AUTOMAKE_STRING in
##############################################
hotswap-0.4.0/kde-frontend/admin/cvs.sh-174- for i in $LIST; do
hotswap-0.4.0/kde-frontend/admin/cvs.sh:175:  file2=`echo $i | sed -e "s#\.po#\.gmo#"`
hotswap-0.4.0/kde-frontend/admin/cvs.sh-176-  msgfmt -o $file2 $i || touch $file2
##############################################
hotswap-0.4.0/kde-frontend/admin/cvs.sh-203-  for dir in $subdirs; do
hotswap-0.4.0/kde-frontend/admin/cvs.sh:204:    dir=`echo $dir | sed -e "s,[-+.],_,g"`
hotswap-0.4.0/kde-frontend/admin/cvs.sh-205-    echo "AM_CONDITIONAL($dir""_SUBDIR_included, test \"x\$$dir""_SUBDIR_included\" = xyes)" >> configure.in.new
##############################################
hotswap-0.4.0/kde-frontend/admin/cvs.sh-211-for i in $mfs; do
hotswap-0.4.0/kde-frontend/admin/cvs.sh:212:  topleveldir=`echo $i| sed -e "s#/.*##"`
hotswap-0.4.0/kde-frontend/admin/cvs.sh-213-  if test -f $topleveldir/configure.in; then
##############################################
hotswap-0.4.0/kde-frontend/admin/cvs.sh-238-files=`cat configure.files`
hotswap-0.4.0/kde-frontend/admin/cvs.sh:239:list=`egrep '^dnl AC_OUTPUT\(.*\)' $files | sed -e "s#^.*dnl AC_OUTPUT(\(.*\))#\1#"`
hotswap-0.4.0/kde-frontend/admin/cvs.sh-240-for file in $list; do 
##############################################
hotswap-0.4.0/kde-frontend/admin/cvs.sh-255-      if test -n "$line"; then
hotswap-0.4.0/kde-frontend/admin/cvs.sh:256:	  modulename=`echo $line | sed -e "s#AM_INIT_AUTOMAKE(\([^,]*\),.*#\1#"`
hotswap-0.4.0/kde-frontend/admin/cvs.sh:257:	  VERSION=`echo $line | sed -e "s#AM_INIT_AUTOMAKE([^,]*, *\([^)]*\)).*#\1#"`
hotswap-0.4.0/kde-frontend/admin/cvs.sh-258-      fi
##############################################
hotswap-0.4.0/kde-frontend/admin/cvs.sh-267-   modulename=`pwd`; 
hotswap-0.4.0/kde-frontend/admin/cvs.sh:268:   modulename=`basename $modulename`
hotswap-0.4.0/kde-frontend/admin/cvs.sh:269:   esc_VERSION=`echo $VERSION | sed -e "s#[^.0-9a-zA-Z]##g"`
hotswap-0.4.0/kde-frontend/admin/cvs.sh:270:   modulename=`echo $modulename | sed -e "s#-$esc_VERSION##"`   
hotswap-0.4.0/kde-frontend/admin/cvs.sh-271-
##############################################
hotswap-0.4.0/kde-frontend/admin/cvs.sh-297-list=`find . -name "configure.in.in" -o -name "configure.in.bot" | sort`
hotswap-0.4.0/kde-frontend/admin/cvs.sh:298:for i in $list; do if test -f $i && test `dirname $i` != "." ; then
hotswap-0.4.0/kde-frontend/admin/cvs.sh-299-  echo $i >> configure.files
##############################################
hotswap-0.4.0/kde-frontend/admin/cvs.sh-307-dirs=
hotswap-0.4.0/kde-frontend/admin/cvs.sh:308:compilefirst=`sed -ne 's#^COMPILE_FIRST[ ]*=[ ]*##p' $makefile_am | head -1`
hotswap-0.4.0/kde-frontend/admin/cvs.sh:309:compilelast=`sed -ne 's#^COMPILE_LAST[ ]*=[ ]*##p' $makefile_am | head -1`
hotswap-0.4.0/kde-frontend/admin/cvs.sh-310-for i in `ls -1`; do
##############################################
hotswap-0.4.0/kde-frontend/admin/cvs.sh-325-(for d in $dirs; do 
hotswap-0.4.0/kde-frontend/admin/cvs.sh:326:   list=`sed -ne "s#^COMPILE_BEFORE_$d""[ ]*=[ ]*##p" $makefile_am | head -1`
hotswap-0.4.0/kde-frontend/admin/cvs.sh-327-   for s in $list; do
##############################################
hotswap-0.4.0/kde-frontend/admin/cvs.sh-329-   done
hotswap-0.4.0/kde-frontend/admin/cvs.sh:330:   list=`sed -ne "s#^COMPILE_AFTER_$d""[ ]*=[ ]*##p" $makefile_am | head -1`
hotswap-0.4.0/kde-frontend/admin/cvs.sh-331-   for s in $list; do
##############################################
hotswap-0.4.0/kde-frontend/admin/cvs.sh-345-    for i in $compilefirst $dirs $compilelast; do
hotswap-0.4.0/kde-frontend/admin/cvs.sh:346:       vari=`echo $i | sed -e "s,[-+],_,g"`
hotswap-0.4.0/kde-frontend/admin/cvs.sh-347-       echo "if $vari""_SUBDIR_included" >> Makefile.am
##############################################
hotswap-0.4.0/kde-frontend/admin/cvs.sh-405-files=`find . -name Makefile.am | xargs egrep -l '^messages:' `
hotswap-0.4.0/kde-frontend/admin/cvs.sh:406:dirs=`for i in $files; do echo \`dirname $i\`; done`
hotswap-0.4.0/kde-frontend/admin/cvs.sh-407-tmpname="$PWD/messages.log"
##############################################
hotswap-0.4.0/kde-frontend/admin/cvs.sh-444-   egrep -v '^#([^:]|$)' po/$i | egrep '^.*[^ ]+.*$' | grep -v "\"POT-Creation" > temp.pot
hotswap-0.4.0/kde-frontend/admin/cvs.sh:445:  if test -f po.backup/$i && test -n "`diff temp.pot po.backup/$i`"; then
hotswap-0.4.0/kde-frontend/admin/cvs.sh-446-	echo "will update $i"
##############################################
hotswap-0.4.0/kde-frontend/admin/cvs.sh-462-
hotswap-0.4.0/kde-frontend/admin/cvs.sh:463:admindir=`echo "$0" | sed 's%[\\/][^\\/][^\\/]*$%%'`
hotswap-0.4.0/kde-frontend/admin/cvs.sh-464-test "x$admindir" = "x$0" && admindir=.
##############################################
hotswap-0.4.0/kde-frontend/admin/cvs.sh-480-
hotswap-0.4.0/kde-frontend/admin/cvs.sh:481:arg=`echo $1 | tr '\-.' __`
hotswap-0.4.0/kde-frontend/admin/cvs.sh-482-case $arg in
##############################################
hotswap-0.4.0/kde-frontend/admin/depcomp-33-
hotswap-0.4.0/kde-frontend/admin/depcomp:34:depfile=${depfile-`echo "$object" | sed 's,\([^/]*\)$,.deps/\1,;s/\.\([^.]*\)$/.P\1/'`}
hotswap-0.4.0/kde-frontend/admin/depcomp:35:tmpdepfile=${tmpdepfile-`echo "$depfile" | sed 's/\.\([^.]*\)$/.T\1/'`}
hotswap-0.4.0/kde-frontend/admin/depcomp-36-
##############################################
hotswap-0.4.0/kde-frontend/admin/depcomp-168-  # $object doesn't have directory information.
hotswap-0.4.0/kde-frontend/admin/depcomp:169:  stripped=`echo "$object" | sed -e 's,^.*/,,' -e 's/\(.*\)\..*$/\1/'`
hotswap-0.4.0/kde-frontend/admin/depcomp-170-  tmpdepfile="$stripped.u"
##############################################
hotswap-0.4.0/kde-frontend/admin/depcomp-187-    # Do two passes, one to just change these to
hotswap-0.4.0/kde-frontend/admin/depcomp:188:    # `$object: dependent.h' and one to simply `dependent.h:'.
hotswap-0.4.0/kde-frontend/admin/depcomp-189-    sed -e "s,^$outname:,$object :," < "$tmpdepfile" > "$depfile"
##############################################
hotswap-0.4.0/kde-frontend/admin/depcomp-207-   tmpdepfile1="$object.d"
hotswap-0.4.0/kde-frontend/admin/depcomp:208:   tmpdepfile2=`echo "$object" | sed -e 's/.o$/.d/'` 
hotswap-0.4.0/kde-frontend/admin/depcomp-209-   if test "$libtool" = yes; then
##############################################
hotswap-0.4.0/kde-frontend/admin/depcomp-305-    done
hotswap-0.4.0/kde-frontend/admin/depcomp:306:    obj_suffix="`echo $object | sed 's/^.*\././'`"
hotswap-0.4.0/kde-frontend/admin/depcomp-307-    touch "$tmpdepfile"
##############################################
hotswap-0.4.0/kde-frontend/admin/detect-autoconf.sh-15-{
hotswap-0.4.0/kde-frontend/admin/detect-autoconf.sh:16:  if test -x "`$WHICH autoconf-2.5x`" ; then	
hotswap-0.4.0/kde-frontend/admin/detect-autoconf.sh:17:    AUTOCONF="`$WHICH autoconf-2.5x`"
hotswap-0.4.0/kde-frontend/admin/detect-autoconf.sh:18:  elif test -x "`$WHICH autoconf-2.54`" ; then
hotswap-0.4.0/kde-frontend/admin/detect-autoconf.sh:19:    AUTOCONF="`$WHICH autoconf-2.54`"
hotswap-0.4.0/kde-frontend/admin/detect-autoconf.sh:20:  elif test -x "`$WHICH autoconf-2.53`" ; then
hotswap-0.4.0/kde-frontend/admin/detect-autoconf.sh:21:    AUTOCONF="`$WHICH autoconf-2.53`"
hotswap-0.4.0/kde-frontend/admin/detect-autoconf.sh:22:  elif test -x "`$WHICH autoconf-2.53a`" ; then
hotswap-0.4.0/kde-frontend/admin/detect-autoconf.sh:23:    AUTOCONF="`$WHICH autoconf-2.53a`"
hotswap-0.4.0/kde-frontend/admin/detect-autoconf.sh:24:  elif test -x "`$WHICH autoconf-2.52`" ; then
hotswap-0.4.0/kde-frontend/admin/detect-autoconf.sh:25:    AUTOCONF="`$WHICH autoconf-2.52`"
hotswap-0.4.0/kde-frontend/admin/detect-autoconf.sh:26:  elif test -x "`$WHICH autoconf2.50`" ; then
hotswap-0.4.0/kde-frontend/admin/detect-autoconf.sh:27:    AUTOCONF="`$WHICH autoconf2.50`"
hotswap-0.4.0/kde-frontend/admin/detect-autoconf.sh-28-  fi
##############################################
hotswap-0.4.0/kde-frontend/admin/detect-autoconf.sh-32-{
hotswap-0.4.0/kde-frontend/admin/detect-autoconf.sh:33:  if test -x "`$WHICH autoheader-2.5x`" ; then
hotswap-0.4.0/kde-frontend/admin/detect-autoconf.sh:34:    AUTOHEADER="`$WHICH autoheader-2.5x`"
hotswap-0.4.0/kde-frontend/admin/detect-autoconf.sh:35:    AUTOM4TE="`$WHICH autom4te-2.5x`"
hotswap-0.4.0/kde-frontend/admin/detect-autoconf.sh:36:  elif test -x "`$WHICH autoheader-2.54`" ; then
hotswap-0.4.0/kde-frontend/admin/detect-autoconf.sh:37:    AUTOHEADER="`$WHICH autoheader-2.54`"
hotswap-0.4.0/kde-frontend/admin/detect-autoconf.sh:38:    AUTOM4TE="`$WHICH autom4te-2.54`"
hotswap-0.4.0/kde-frontend/admin/detect-autoconf.sh:39:  elif test -x "`$WHICH autoheader-2.53`" ; then
hotswap-0.4.0/kde-frontend/admin/detect-autoconf.sh:40:    AUTOHEADER="`$WHICH autoheader-2.53`"
hotswap-0.4.0/kde-frontend/admin/detect-autoconf.sh:41:    AUTOM4TE="`$WHICH autom4te-2.53`"
hotswap-0.4.0/kde-frontend/admin/detect-autoconf.sh:42:  elif test -x "`$WHICH autoheader-2.53a`" ; then
hotswap-0.4.0/kde-frontend/admin/detect-autoconf.sh:43:    AUTOHEADER="`$WHICH autoheader-2.53a`"
hotswap-0.4.0/kde-frontend/admin/detect-autoconf.sh:44:    AUTOM4TE="`$WHICH autom4te-2.53a`"
hotswap-0.4.0/kde-frontend/admin/detect-autoconf.sh:45:  elif test -x "`$WHICH autoheader-2.52`" ; then
hotswap-0.4.0/kde-frontend/admin/detect-autoconf.sh:46:    AUTOHEADER="`$WHICH autoheader-2.52`"
hotswap-0.4.0/kde-frontend/admin/detect-autoconf.sh:47:  elif test -x "`$WHICH autoheader2.50`" ; then
hotswap-0.4.0/kde-frontend/admin/detect-autoconf.sh:48:    AUTOHEADER="`$WHICH autoheader2.50`"
hotswap-0.4.0/kde-frontend/admin/detect-autoconf.sh-49-  fi
##############################################
hotswap-0.4.0/kde-frontend/admin/detect-autoconf.sh-54-  if test -z "$UNSERMAKE"; then
hotswap-0.4.0/kde-frontend/admin/detect-autoconf.sh:55:    if test -x "`$WHICH automake-1.5`" ; then
hotswap-0.4.0/kde-frontend/admin/detect-autoconf.sh:56:      AUTOMAKE="`$WHICH automake-1.5`"
hotswap-0.4.0/kde-frontend/admin/detect-autoconf.sh:57:      ACLOCAL="`$WHICH aclocal-1.5`"
hotswap-0.4.0/kde-frontend/admin/detect-autoconf.sh:58:    elif test -x "`$WHICH automake-1.6`" ; then
hotswap-0.4.0/kde-frontend/admin/detect-autoconf.sh:59:      AUTOMAKE="`$WHICH automake-1.6`"
hotswap-0.4.0/kde-frontend/admin/detect-autoconf.sh:60:      ACLOCAL="`$WHICH aclocal-1.6`"
hotswap-0.4.0/kde-frontend/admin/detect-autoconf.sh-61-    fi
##############################################
hotswap-0.4.0/kde-frontend/admin/detect-autoconf.sh-70-  for i in "type -p" "which" "type" ; do
hotswap-0.4.0/kde-frontend/admin/detect-autoconf.sh:71:    T=`$i sh 2> /dev/null`
hotswap-0.4.0/kde-frontend/admin/detect-autoconf.sh-72-    test -x "$T" && WHICH="$i" && break
##############################################
hotswap-0.4.0/kde-frontend/admin/Doxyfile.am-6-			if test -d $(top_srcdir)/doc/common; then \
hotswap-0.4.0/kde-frontend/admin/Doxyfile.am:7:			   common_dir=`cd $(top_srcdir)/doc/common && pwd` ;\
hotswap-0.4.0/kde-frontend/admin/Doxyfile.am-8-			else \
##############################################
hotswap-0.4.0/kde-frontend/admin/Doxyfile.am-35-			else \
hotswap-0.4.0/kde-frontend/admin/Doxyfile.am:36:				tagpath=`ls -1 $(kde_htmldir)/en/*-apidocs/$$tag/$$tag.tag 2> /dev/null` ;\
hotswap-0.4.0/kde-frontend/admin/Doxyfile.am-37-				if test -n "$$tagpath"; then \
hotswap-0.4.0/kde-frontend/admin/Doxyfile.am:38:					path=`echo $$tagpath | sed -e "s,.*/\([^/]*-apidocs\)/$$tag/$$tag.tag,../../../\1/$$tag,"` ;\
hotswap-0.4.0/kde-frontend/admin/Doxyfile.am-39-				fi ;\
##############################################
hotswap-0.4.0/kde-frontend/admin/Doxyfile.am-66-		if test -d $(top_builddir)/apidocs/$(subdir)/html; then \
hotswap-0.4.0/kde-frontend/admin/Doxyfile.am:67:			list=`ls $(top_builddir)/apidocs/$(subdir)/html`; \
hotswap-0.4.0/kde-frontend/admin/Doxyfile.am-68-			for file in $$list; do \
##############################################
hotswap-0.4.0/kde-frontend/admin/Doxyfile.am-77-		$(mkinstalldirs) $(DESTDIR)$(kde_htmldir)/en/$(PACKAGE)-apidocs ;\
hotswap-0.4.0/kde-frontend/admin/Doxyfile.am:78:		list=`cd $(top_builddir)/apidocs && ls -1`; \
hotswap-0.4.0/kde-frontend/admin/Doxyfile.am-79-		for file in $$list; do \
##############################################
hotswap-0.4.0/kde-frontend/admin/Doxyfile.am-152-	if test -d $(top_srcdir)/doc/common; then \
hotswap-0.4.0/kde-frontend/admin/Doxyfile.am:153:	   common_dir=`cd $(top_srcdir)/doc/common && pwd` ;\
hotswap-0.4.0/kde-frontend/admin/Doxyfile.am-154-	else \
##############################################
hotswap-0.4.0/kde-frontend/admin/install-sh-85-
hotswap-0.4.0/kde-frontend/admin/install-sh:86:	-t=*) transformarg=`echo $1 | sed 's/-t=//'`
hotswap-0.4.0/kde-frontend/admin/install-sh-87-	    shift
##############################################
hotswap-0.4.0/kde-frontend/admin/install-sh-89-
hotswap-0.4.0/kde-frontend/admin/install-sh:90:	-b=*) transformbasename=`echo $1 | sed 's/-b=//'`
hotswap-0.4.0/kde-frontend/admin/install-sh-91-	    shift
##############################################
hotswap-0.4.0/kde-frontend/admin/install-sh-151-	then
hotswap-0.4.0/kde-frontend/admin/install-sh:152:		dst="$dst"/`basename $src`
hotswap-0.4.0/kde-frontend/admin/install-sh-153-	else
##############################################
hotswap-0.4.0/kde-frontend/admin/install-sh-158-## this sed command emulates the dirname command
hotswap-0.4.0/kde-frontend/admin/install-sh:159:dstdir=`echo $dst | sed -e 's,[^/]*$,,;s,/$,,;s,^$,.,'`
hotswap-0.4.0/kde-frontend/admin/install-sh-160-
##############################################
hotswap-0.4.0/kde-frontend/admin/install-sh-172-IFS='%'
hotswap-0.4.0/kde-frontend/admin/install-sh:173:set - `echo ${dstdir} | sed -e 's@/@%@g' -e 's@^%@/@'`
hotswap-0.4.0/kde-frontend/admin/install-sh-174-IFS="${oIFS}"
##############################################
hotswap-0.4.0/kde-frontend/admin/install-sh-206-	then
hotswap-0.4.0/kde-frontend/admin/install-sh:207:		dstfile=`basename $dst`
hotswap-0.4.0/kde-frontend/admin/install-sh-208-	else
##############################################
hotswap-0.4.0/kde-frontend/admin/install-sh-216-	then
hotswap-0.4.0/kde-frontend/admin/install-sh:217:		dstfile=`basename $dst`
hotswap-0.4.0/kde-frontend/admin/install-sh-218-	else
##############################################
hotswap-0.4.0/kde-frontend/admin/libtool.m4.in-265-  # Remove one level of quotation (which was required for Make).
hotswap-0.4.0/kde-frontend/admin/libtool.m4.in:266:  ECHO=`echo "$ECHO" | sed 's,\\\\\[$]\\[$]0,'[$]0','`
hotswap-0.4.0/kde-frontend/admin/libtool.m4.in-267-  ;;
##############################################
hotswap-0.4.0/kde-frontend/admin/libtool.m4.in-276-  :
hotswap-0.4.0/kde-frontend/admin/libtool.m4.in:277:elif test "X`($echo '\t') 2>/dev/null`" = 'X\t'; then
hotswap-0.4.0/kde-frontend/admin/libtool.m4.in-278-  # Yippee, $echo works!
##############################################
hotswap-0.4.0/kde-frontend/admin/libtool.m4.in-302-    # expected sizes: less than 2Kb, 1Kb, 512 bytes, 16 bytes, ...
hotswap-0.4.0/kde-frontend/admin/libtool.m4.in:303:    if (echo_test_string="`eval $cmd`") 2>/dev/null &&
hotswap-0.4.0/kde-frontend/admin/libtool.m4.in:304:       echo_test_string="`eval $cmd`" &&
hotswap-0.4.0/kde-frontend/admin/libtool.m4.in-305-       (test "X$echo_test_string" = "X$echo_test_string") 2>/dev/null
##############################################
hotswap-0.4.0/kde-frontend/admin/libtool.m4.in-311-
hotswap-0.4.0/kde-frontend/admin/libtool.m4.in:312:if test "X`($echo '\t') 2>/dev/null`" = 'X\t' &&
hotswap-0.4.0/kde-frontend/admin/libtool.m4.in:313:   echo_testing_string=`($echo "$echo_test_string") 2>/dev/null` &&
hotswap-0.4.0/kde-frontend/admin/libtool.m4.in-314-   test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
hotswap-0.4.0/kde-frontend/admin/libtool.m4.in-326-    if (test -f $dir/echo || test -f $dir/echo$ac_exeext) &&
hotswap-0.4.0/kde-frontend/admin/libtool.m4.in:327:       test "X`($dir/echo '\t') 2>/dev/null`" = 'X\t' &&
hotswap-0.4.0/kde-frontend/admin/libtool.m4.in:328:       echo_testing_string=`($dir/echo "$echo_test_string") 2>/dev/null` &&
hotswap-0.4.0/kde-frontend/admin/libtool.m4.in-329-       test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
hotswap-0.4.0/kde-frontend/admin/libtool.m4.in-338-    if test "X`(print -r '\t') 2>/dev/null`" = 'X\t' &&
hotswap-0.4.0/kde-frontend/admin/libtool.m4.in:339:       echo_testing_string=`(print -r "$echo_test_string") 2>/dev/null` &&
hotswap-0.4.0/kde-frontend/admin/libtool.m4.in-340-       test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
hotswap-0.4.0/kde-frontend/admin/libtool.m4.in-353-      echo='printf %s\n'
hotswap-0.4.0/kde-frontend/admin/libtool.m4.in:354:      if test "X`($echo '\t') 2>/dev/null`" = 'X\t' &&
hotswap-0.4.0/kde-frontend/admin/libtool.m4.in:355:	 echo_testing_string=`($echo "$echo_test_string") 2>/dev/null` &&
hotswap-0.4.0/kde-frontend/admin/libtool.m4.in-356-	 test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
hotswap-0.4.0/kde-frontend/admin/libtool.m4.in-358-	:
hotswap-0.4.0/kde-frontend/admin/libtool.m4.in:359:      elif echo_testing_string=`($ORIGINAL_CONFIG_SHELL "[$]0" --fallback-echo '\t') 2>/dev/null` &&
hotswap-0.4.0/kde-frontend/admin/libtool.m4.in-360-	   test "X$echo_testing_string" = 'X\t' &&
hotswap-0.4.0/kde-frontend/admin/libtool.m4.in:361:	   echo_testing_string=`($ORIGINAL_CONFIG_SHELL "[$]0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
hotswap-0.4.0/kde-frontend/admin/libtool.m4.in-362-	   test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
hotswap-0.4.0/kde-frontend/admin/libtool.m4.in-367-	echo="$CONFIG_SHELL [$]0 --fallback-echo"
hotswap-0.4.0/kde-frontend/admin/libtool.m4.in:368:      elif echo_testing_string=`($CONFIG_SHELL "[$]0" --fallback-echo '\t') 2>/dev/null` &&
hotswap-0.4.0/kde-frontend/admin/libtool.m4.in-369-	   test "X$echo_testing_string" = 'X\t' &&
hotswap-0.4.0/kde-frontend/admin/libtool.m4.in:370:	   echo_testing_string=`($CONFIG_SHELL "[$]0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
hotswap-0.4.0/kde-frontend/admin/libtool.m4.in-371-	   test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
hotswap-0.4.0/kde-frontend/admin/libtool.m4.in-377-	for cmd in 'echo test' 'sed 2q "[$]0"' 'sed 10q "[$]0"' 'sed 20q "[$]0"' 'sed 50q "[$]0"'; do
hotswap-0.4.0/kde-frontend/admin/libtool.m4.in:378:	  if (test "X$echo_test_string" = "X`eval $cmd`") 2>/dev/null
hotswap-0.4.0/kde-frontend/admin/libtool.m4.in-379-	  then
##############################################
hotswap-0.4.0/kde-frontend/admin/libtool.m4.in-385-	if test "$prev" != 'sed 50q "[$]0"'; then
hotswap-0.4.0/kde-frontend/admin/libtool.m4.in:386:	  echo_test_string=`eval $prev`
hotswap-0.4.0/kde-frontend/admin/libtool.m4.in-387-	  export echo_test_string
##############################################
hotswap-0.4.0/kde-frontend/admin/libtool.m4.in-425-  if AC_TRY_EVAL(ac_compile); then
hotswap-0.4.0/kde-frontend/admin/libtool.m4.in:426:    case `/usr/bin/file conftest.$ac_objext` in
hotswap-0.4.0/kde-frontend/admin/libtool.m4.in-427-    *ELF-32*)
##############################################
hotswap-0.4.0/kde-frontend/admin/libtool.m4.in-440-  if AC_TRY_EVAL(ac_compile); then
hotswap-0.4.0/kde-frontend/admin/libtool.m4.in:441:    case `/usr/bin/file conftest.$ac_objext` in
hotswap-0.4.0/kde-frontend/admin/libtool.m4.in-442-    *32-bit*)
##############################################
hotswap-0.4.0/kde-frontend/admin/libtool.m4.in-459-  if AC_TRY_EVAL(ac_compile); then
hotswap-0.4.0/kde-frontend/admin/libtool.m4.in:460:    case `/usr/bin/file conftest.$ac_objext` in
hotswap-0.4.0/kde-frontend/admin/libtool.m4.in-461-    *"ELF 32"*)
##############################################
hotswap-0.4.0/kde-frontend/admin/libtool.m4.in-615-    # we can't tell.
hotswap-0.4.0/kde-frontend/admin/libtool.m4.in:616:    while (test "X"`$CONFIG_SHELL [$]0 --fallback-echo "X$testring" 2>/dev/null` \
hotswap-0.4.0/kde-frontend/admin/libtool.m4.in-617-	       = "XX$testring") >/dev/null 2>&1 &&
hotswap-0.4.0/kde-frontend/admin/libtool.m4.in:618:	    new_result=`expr "X$testring" : ".*" 2>&1` &&
hotswap-0.4.0/kde-frontend/admin/libtool.m4.in-619-	    lt_cv_sys_max_cmd_len=$new_result &&
##############################################
hotswap-0.4.0/kde-frontend/admin/libtool.m4.in-621-    do
hotswap-0.4.0/kde-frontend/admin/libtool.m4.in:622:      i=`expr $i + 1`
hotswap-0.4.0/kde-frontend/admin/libtool.m4.in-623-      testring=$testring$testring
##############################################
hotswap-0.4.0/kde-frontend/admin/libtool.m4.in-628-    # It appears as though 1/2 is a usable value.
hotswap-0.4.0/kde-frontend/admin/libtool.m4.in:629:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
hotswap-0.4.0/kde-frontend/admin/libtool.m4.in-630-    ;;
##############################################
hotswap-0.4.0/kde-frontend/admin/libtool.m4.in-903-  if test "$hard_links" = no; then
hotswap-0.4.0/kde-frontend/admin/libtool.m4.in:904:    AC_MSG_WARN([`$CC' does not support `-c -o', so `make -j' may be unsafe])
hotswap-0.4.0/kde-frontend/admin/libtool.m4.in-905-    need_locks=warn
##############################################
hotswap-0.4.0/kde-frontend/admin/libtool.m4.in-1064-  # Create ${libname}_ixlibrary.a entries in /sys/libs.
hotswap-0.4.0/kde-frontend/admin/libtool.m4.in:1065:  finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`$echo "X$lib" | $Xsed -e '\''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'
hotswap-0.4.0/kde-frontend/admin/libtool.m4.in-1066-  ;;
##############################################
hotswap-0.4.0/kde-frontend/admin/libtool.m4.in-1095-    sys_lib_search_path_spec="/lib /lib/w32api /usr/lib /usr/local/lib"
hotswap-0.4.0/kde-frontend/admin/libtool.m4.in:1096:    soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | sed -e 's/[[.]]/-/g'`${versuffix}.dll'
hotswap-0.4.0/kde-frontend/admin/libtool.m4.in:1097:    postinstall_cmds='dlpath=`bash 2>&1 -c '\''. $dir/${file}i;echo \$dlname'\''`~
hotswap-0.4.0/kde-frontend/admin/libtool.m4.in:1098:      dldir=$destdir/`dirname \$dlpath`~
hotswap-0.4.0/kde-frontend/admin/libtool.m4.in-1099-      test -d \$dldir || mkdir -p \$dldir~
hotswap-0.4.0/kde-frontend/admin/libtool.m4.in-1100-      $install_prog .libs/$dlname \$dldir/$dlname'
hotswap-0.4.0/kde-frontend/admin/libtool.m4.in:1101:    postuninstall_cmds='dldll=`bash 2>&1 -c '\''. $file; echo \$dlname'\''`~
hotswap-0.4.0/kde-frontend/admin/libtool.m4.in-1102-      dlpath=$dir/\$dldll~
##############################################
hotswap-0.4.0/kde-frontend/admin/libtool.m4.in-1105-  yes,mingw*)
hotswap-0.4.0/kde-frontend/admin/libtool.m4.in:1106:    library_names_spec='${libname}`echo ${release} | sed -e 's/[[.]]/-/g'`${versuffix}.dll'
hotswap-0.4.0/kde-frontend/admin/libtool.m4.in:1107:    sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | sed -e "s/^libraries://"`
hotswap-0.4.0/kde-frontend/admin/libtool.m4.in-1108-    if echo "$sys_lib_search_path_spec" | [egrep ';[C-Z]:/' >/dev/null]; then
##############################################
hotswap-0.4.0/kde-frontend/admin/libtool.m4.in-1114-      # which wouldn't understand a cygwinified path. Ahh.
hotswap-0.4.0/kde-frontend/admin/libtool.m4.in:1115:      sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | sed -e 's/;/ /g'`
hotswap-0.4.0/kde-frontend/admin/libtool.m4.in-1116-    else
hotswap-0.4.0/kde-frontend/admin/libtool.m4.in:1117:      sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | sed  -e "s/$PATH_SEPARATOR/ /g"`
hotswap-0.4.0/kde-frontend/admin/libtool.m4.in-1118-    fi
##############################################
hotswap-0.4.0/kde-frontend/admin/libtool.m4.in-1120-  yes,pw32*)
hotswap-0.4.0/kde-frontend/admin/libtool.m4.in:1121:    library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | sed -e 's/[.]/-/g'`${versuffix}.dll'
hotswap-0.4.0/kde-frontend/admin/libtool.m4.in-1122-    ;;
hotswap-0.4.0/kde-frontend/admin/libtool.m4.in-1123-  *)
hotswap-0.4.0/kde-frontend/admin/libtool.m4.in:1124:    library_names_spec='${libname}`echo ${release} | sed -e 's/[[.]]/-/g'`${versuffix}.dll $libname.lib'
hotswap-0.4.0/kde-frontend/admin/libtool.m4.in-1125-    ;;
##############################################
hotswap-0.4.0/kde-frontend/admin/libtool.m4.in-1336-  shlibpath_var=LD_LIBRARY_PATH
hotswap-0.4.0/kde-frontend/admin/libtool.m4.in:1337:  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
hotswap-0.4.0/kde-frontend/admin/libtool.m4.in-1338-    case $host_os in
##############################################
hotswap-0.4.0/kde-frontend/admin/libtool.m4.in-1462-  if test -z "$LTCC"; then
hotswap-0.4.0/kde-frontend/admin/libtool.m4.in:1463:    eval "`$SHELL ${ofile} --config | grep '^LTCC='`"
hotswap-0.4.0/kde-frontend/admin/libtool.m4.in-1464-    if test -z "$LTCC"; then
##############################################
hotswap-0.4.0/kde-frontend/admin/libtool.m4.in-1466-    else
hotswap-0.4.0/kde-frontend/admin/libtool.m4.in:1467:      AC_MSG_WARN([using `LTCC=$LTCC', extracted from `$ofile'])
hotswap-0.4.0/kde-frontend/admin/libtool.m4.in-1468-    fi
##############################################
hotswap-0.4.0/kde-frontend/admin/libtool.m4.in-1472-  # Note that this assumes the entire list is on one line.
hotswap-0.4.0/kde-frontend/admin/libtool.m4.in:1473:  available_tags=`grep "^available_tags=" "${ofile}" | sed -e 's/available_tags=\(.*$\)/\1/' -e 's/\"//g'`
hotswap-0.4.0/kde-frontend/admin/libtool.m4.in-1474-
##############################################
hotswap-0.4.0/kde-frontend/admin/libtool.m4.in-1478-    # Check whether tagname contains only valid characters
hotswap-0.4.0/kde-frontend/admin/libtool.m4.in:1479:    case `$echo "X$tagname" | $Xsed -e 's:[[-_ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz1234567890,/]]::g'` in
hotswap-0.4.0/kde-frontend/admin/libtool.m4.in-1480-    "") ;;
##############################################
hotswap-0.4.0/kde-frontend/admin/libtool.m4.in-1697-	"file_magic "*)
hotswap-0.4.0/kde-frontend/admin/libtool.m4.in:1698:	  file_magic_regex="`expr \"$deplibs_check_method\" : \"file_magic \(.*\)\"`"
hotswap-0.4.0/kde-frontend/admin/libtool.m4.in-1699-	  MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
##############################################
hotswap-0.4.0/kde-frontend/admin/libtool.m4.in-1768-    # gcc leaves a trailing carriage return which upsets mingw
hotswap-0.4.0/kde-frontend/admin/libtool.m4.in:1769:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
hotswap-0.4.0/kde-frontend/admin/libtool.m4.in-1770-  *)
hotswap-0.4.0/kde-frontend/admin/libtool.m4.in:1771:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
hotswap-0.4.0/kde-frontend/admin/libtool.m4.in-1772-  esac
##############################################
hotswap-0.4.0/kde-frontend/admin/libtool.m4.in-1777-      # Canonicalize the path of ld
hotswap-0.4.0/kde-frontend/admin/libtool.m4.in:1778:      ac_prog=`echo $ac_prog| sed 's%\\\\%/%g'`
hotswap-0.4.0/kde-frontend/admin/libtool.m4.in-1779-      while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do
hotswap-0.4.0/kde-frontend/admin/libtool.m4.in:1780:	ac_prog=`echo $ac_prog| sed "s%$re_direlt%/%"`
hotswap-0.4.0/kde-frontend/admin/libtool.m4.in-1781-      done
##############################################
hotswap-0.4.0/kde-frontend/admin/libtool.m4.in-1963-  esac
hotswap-0.4.0/kde-frontend/admin/libtool.m4.in:1964:  lt_cv_file_magic_test_file=`echo /lib${libsuff}/libc.so*`
hotswap-0.4.0/kde-frontend/admin/libtool.m4.in-1965-  lt_cv_deplibs_check_method=pass_all
##############################################
hotswap-0.4.0/kde-frontend/admin/libtool.m4.in-2000-  lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
hotswap-0.4.0/kde-frontend/admin/libtool.m4.in:2001:  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
hotswap-0.4.0/kde-frontend/admin/libtool.m4.in-2002-    lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[LM]]SB shared object'
##############################################
hotswap-0.4.0/kde-frontend/admin/libtool.m4.in-2264-if test -n "$_LT_AC_TAGVAR(lt_prog_cc_shlib, $1)"; then
hotswap-0.4.0/kde-frontend/admin/libtool.m4.in:2265:  AC_MSG_WARN([`$CC' requires `$_LT_AC_TAGVAR(lt_prog_cc_shlib, $1)' to build shared libraries])
hotswap-0.4.0/kde-frontend/admin/libtool.m4.in-2266-  if echo "$old_CC $old_CFLAGS " | egrep -e "[[ 	]]$]_LT_AC_TAGVAR(lt_prog_cc_shlib, $1)[[[ 	]]" >/dev/null; then :
##############################################
hotswap-0.4.0/kde-frontend/admin/libtool.m4.in-2389-_LT_AC_TAGVAR(compiler, $1)=$CC
hotswap-0.4.0/kde-frontend/admin/libtool.m4.in:2390:cc_basename=`$echo X"$compiler" | $Xsed -e 's%^.*/%%'`
hotswap-0.4.0/kde-frontend/admin/libtool.m4.in-2391-
##############################################
hotswap-0.4.0/kde-frontend/admin/libtool.m4.in-2404-  # archiving commands below assume that GNU ld is being used.
hotswap-0.4.0/kde-frontend/admin/libtool.m4.in:2405:  if eval "`$CC -print-prog-name=ld` --version 2>&1" | \
hotswap-0.4.0/kde-frontend/admin/libtool.m4.in-2406-      egrep 'GNU ld' > /dev/null; then
##############################################
hotswap-0.4.0/kde-frontend/admin/libtool.m4.in-2420-    # ancient GNU ld didn't support --whole-archive et. al.
hotswap-0.4.0/kde-frontend/admin/libtool.m4.in:2421:    if eval "`$CC -print-prog-name=ld` --help 2>&1" | \
hotswap-0.4.0/kde-frontend/admin/libtool.m4.in-2422-	egrep 'no-whole-archive' > /dev/null; then
##############################################
hotswap-0.4.0/kde-frontend/admin/libtool.m4.in-2486-      # below for broken collect2 doesn't work under 4.3+
hotswap-0.4.0/kde-frontend/admin/libtool.m4.in:2487:	collect2name=`${CC} -print-prog-name=collect2`
hotswap-0.4.0/kde-frontend/admin/libtool.m4.in-2488-	if test -f "$collect2name" && \
##############################################
hotswap-0.4.0/kde-frontend/admin/libtool.m4.in-2529-
hotswap-0.4.0/kde-frontend/admin/libtool.m4.in:2530:      _LT_AC_TAGVAR(archive_cmds, $1)="\$CC"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '" $shared_flag"
hotswap-0.4.0/kde-frontend/admin/libtool.m4.in:2531:      _LT_AC_TAGVAR(archive_expsym_cmds, $1)="\$CC"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
hotswap-0.4.0/kde-frontend/admin/libtool.m4.in-2532-     else
##############################################
hotswap-0.4.0/kde-frontend/admin/libtool.m4.in-2639-	# dependencies.
hotswap-0.4.0/kde-frontend/admin/libtool.m4.in:2640:	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; echo $list'
hotswap-0.4.0/kde-frontend/admin/libtool.m4.in-2641-	;;
##############################################
hotswap-0.4.0/kde-frontend/admin/libtool.m4.in-2668-	# SGI C++
hotswap-0.4.0/kde-frontend/admin/libtool.m4.in:2669:	_LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -all -multigot $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${objdir}/so_locations -o $lib'
hotswap-0.4.0/kde-frontend/admin/libtool.m4.in-2670-
##############################################
hotswap-0.4.0/kde-frontend/admin/libtool.m4.in-2679-	  if test "$with_gnu_ld" = no; then
hotswap-0.4.0/kde-frontend/admin/libtool.m4.in:2680:	    _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${objdir}/so_locations -o $lib'
hotswap-0.4.0/kde-frontend/admin/libtool.m4.in-2681-	  else
hotswap-0.4.0/kde-frontend/admin/libtool.m4.in:2682:	    _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $linker_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -o $lib'
hotswap-0.4.0/kde-frontend/admin/libtool.m4.in-2683-	  fi
##############################################
hotswap-0.4.0/kde-frontend/admin/libtool.m4.in-2698-	# to its proper name (with version) after linking.
hotswap-0.4.0/kde-frontend/admin/libtool.m4.in:2699:	_LT_AC_TAGVAR(archive_cmds, $1)='templib=`echo $lib | sed -e "s/\.so\..*/\.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
hotswap-0.4.0/kde-frontend/admin/libtool.m4.in:2700:	_LT_AC_TAGVAR(archive_expsym_cmds, $1)='templib=`echo $lib | sed -e "s/\.so\..*/\.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib ${wl}-retain-symbols-file,$export_symbols; mv \$templib $lib'
hotswap-0.4.0/kde-frontend/admin/libtool.m4.in-2701-
##############################################
hotswap-0.4.0/kde-frontend/admin/libtool.m4.in-2709-	# dependencies.
hotswap-0.4.0/kde-frontend/admin/libtool.m4.in:2710:	output_verbose_link_cmd='templist=`$CC $CFLAGS -v conftest.$objext -o libconftest.so 2>&1 | egrep "ld"`; rm -f libconftest.so; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list'
hotswap-0.4.0/kde-frontend/admin/libtool.m4.in-2711-
##############################################
hotswap-0.4.0/kde-frontend/admin/libtool.m4.in-2735-	# dependencies.
hotswap-0.4.0/kde-frontend/admin/libtool.m4.in:2736:	output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "ld"`; templist=`echo $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; echo $list'
hotswap-0.4.0/kde-frontend/admin/libtool.m4.in-2737-	;;
##############################################
hotswap-0.4.0/kde-frontend/admin/libtool.m4.in-2770-	# to its proper name (with version) after linking.
hotswap-0.4.0/kde-frontend/admin/libtool.m4.in:2771:	_LT_AC_TAGVAR(archive_cmds, $1)='templib=`echo $lib | sed -e "s/\.so\..*/\.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
hotswap-0.4.0/kde-frontend/admin/libtool.m4.in-2772-
##############################################
hotswap-0.4.0/kde-frontend/admin/libtool.m4.in-2787-	_LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
hotswap-0.4.0/kde-frontend/admin/libtool.m4.in:2788:	_LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $soname `test -n "$verstring" && echo ${wl}-set_version $verstring` -update_registry ${objdir}/so_locations -o $lib'
hotswap-0.4.0/kde-frontend/admin/libtool.m4.in-2789-
##############################################
hotswap-0.4.0/kde-frontend/admin/libtool.m4.in-2800-	# dependencies.
hotswap-0.4.0/kde-frontend/admin/libtool.m4.in:2801:	output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "ld" | grep -v "ld:"`; templist=`echo $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; echo $list'
hotswap-0.4.0/kde-frontend/admin/libtool.m4.in-2802-	;;
##############################################
hotswap-0.4.0/kde-frontend/admin/libtool.m4.in-2805-	  _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
hotswap-0.4.0/kde-frontend/admin/libtool.m4.in:2806:	  _LT_AC_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" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${objdir}/so_locations -o $lib'
hotswap-0.4.0/kde-frontend/admin/libtool.m4.in-2807-
##############################################
hotswap-0.4.0/kde-frontend/admin/libtool.m4.in-2830-	# to its proper name (with version) after linking.
hotswap-0.4.0/kde-frontend/admin/libtool.m4.in:2831:	_LT_AC_TAGVAR(archive_cmds, $1)='templib=`echo $lib | sed -e "s/\.so\..*/\.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
hotswap-0.4.0/kde-frontend/admin/libtool.m4.in-2832-
##############################################
hotswap-0.4.0/kde-frontend/admin/libtool.m4.in-2846-	_LT_AC_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
hotswap-0.4.0/kde-frontend/admin/libtool.m4.in:2847:	_LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${objdir}/so_locations -o $lib'
hotswap-0.4.0/kde-frontend/admin/libtool.m4.in:2848:	_LT_AC_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "-exported_symbol " >> $lib.exp; echo "\$i" >> $lib.exp; done~
hotswap-0.4.0/kde-frontend/admin/libtool.m4.in-2849-	  echo "-hidden">> $lib.exp~
hotswap-0.4.0/kde-frontend/admin/libtool.m4.in:2850:	  $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 $objdir/so_locations -o $lib~
hotswap-0.4.0/kde-frontend/admin/libtool.m4.in-2851-	  $rm $lib.exp'
##############################################
hotswap-0.4.0/kde-frontend/admin/libtool.m4.in-2863-	# dependencies.
hotswap-0.4.0/kde-frontend/admin/libtool.m4.in:2864:	output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "ld" | grep -v "ld:"`; templist=`echo $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; echo $list'
hotswap-0.4.0/kde-frontend/admin/libtool.m4.in-2865-	;;
##############################################
hotswap-0.4.0/kde-frontend/admin/libtool.m4.in-2868-	  _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
hotswap-0.4.0/kde-frontend/admin/libtool.m4.in:2869:	 _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${objdir}/so_locations -o $lib'
hotswap-0.4.0/kde-frontend/admin/libtool.m4.in-2870-
##############################################
hotswap-0.4.0/kde-frontend/admin/libtool.m4.in-2951-	# dependencies.
hotswap-0.4.0/kde-frontend/admin/libtool.m4.in:2952:	output_verbose_link_cmd='templist=`$CC -G $CFLAGS -v conftest.$objext 2>&1 | egrep "\-R|\-L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list'
hotswap-0.4.0/kde-frontend/admin/libtool.m4.in-2953-
##############################################
hotswap-0.4.0/kde-frontend/admin/libtool.m4.in-3049-  # eval without this substitution.
hotswap-0.4.0/kde-frontend/admin/libtool.m4.in:3050:  output_verbose_link_cmd="`$echo \"X$output_verbose_link_cmd\" | $Xsed -e \"$no_glob_subst\"`"
hotswap-0.4.0/kde-frontend/admin/libtool.m4.in-3051-
hotswap-0.4.0/kde-frontend/admin/libtool.m4.in:3052:  for p in `eval $output_verbose_link_cmd`; do
hotswap-0.4.0/kde-frontend/admin/libtool.m4.in-3053-    case $p in
##############################################
hotswap-0.4.0/kde-frontend/admin/libtool.m4.in-3315-      # Double-quote double-evaled strings.
hotswap-0.4.0/kde-frontend/admin/libtool.m4.in:3316:      eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\" -e \"\$delay_variable_subst\"\`\\\""
hotswap-0.4.0/kde-frontend/admin/libtool.m4.in-3317-      ;;
hotswap-0.4.0/kde-frontend/admin/libtool.m4.in-3318-    *)
hotswap-0.4.0/kde-frontend/admin/libtool.m4.in:3319:      eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$sed_quote_subst\"\`\\\""
hotswap-0.4.0/kde-frontend/admin/libtool.m4.in-3320-      ;;
##############################################
hotswap-0.4.0/kde-frontend/admin/libtool.m4.in-3325-  *'\[$]0 --fallback-echo"')
hotswap-0.4.0/kde-frontend/admin/libtool.m4.in:3326:    lt_echo=`$echo "X$lt_echo" | $Xsed -e 's/\\\\\\\[$]0 --fallback-echo"[$]/[$]0 --fallback-echo"/'`
hotswap-0.4.0/kde-frontend/admin/libtool.m4.in-3327-    ;;
##############################################
hotswap-0.4.0/kde-frontend/admin/libtool.m4.in-3340-
hotswap-0.4.0/kde-frontend/admin/libtool.m4.in:3341:# `$echo "$cfgfile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
hotswap-0.4.0/kde-frontend/admin/libtool.m4.in-3342-# Generated automatically by $PROGRAM (GNU $PACKAGE $VERSION$TIMESTAMP)
##############################################
hotswap-0.4.0/kde-frontend/admin/libtool.m4.in-3818-    nlist=conftest.nm
hotswap-0.4.0/kde-frontend/admin/libtool.m4.in:3819:    if AC_TRY_EVAL(NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist) && test -s "$nlist"; then
hotswap-0.4.0/kde-frontend/admin/libtool.m4.in-3820-      # Try sorting and uniquifying the output.
##############################################
hotswap-0.4.0/kde-frontend/admin/libtool.m4.in-4505-      # If DATA tags from a recent dlltool are present, honour them!
hotswap-0.4.0/kde-frontend/admin/libtool.m4.in:4506:      _LT_AC_TAGVAR(archive_expsym_cmds, $1)='if test "x`head -1 $export_symbols`" = xEXPORTS; then
hotswap-0.4.0/kde-frontend/admin/libtool.m4.in-4507-	  cp $export_symbols $output_objdir/$soname-def;
##############################################
hotswap-0.4.0/kde-frontend/admin/libtool.m4.in-4514-	     2) echo "   \[$]2 @ \$_lt_hint ; " >> $output_objdir/$soname-def;;
hotswap-0.4.0/kde-frontend/admin/libtool.m4.in:4515:	     *) echo "   \[$]2 @ \$_lt_hint \[$]3 ; " >> $output_objdir/$soname-def;;
hotswap-0.4.0/kde-frontend/admin/libtool.m4.in-4516-	   esac;
hotswap-0.4.0/kde-frontend/admin/libtool.m4.in:4517:	   _lt_hint=`expr 1 + \$_lt_hint`;
hotswap-0.4.0/kde-frontend/admin/libtool.m4.in-4518-	  done;
##############################################
hotswap-0.4.0/kde-frontend/admin/libtool.m4.in-4648-	# below for broken collect2 doesn't work under 4.3+
hotswap-0.4.0/kde-frontend/admin/libtool.m4.in:4649:	  collect2name=`${CC} -print-prog-name=collect2`
hotswap-0.4.0/kde-frontend/admin/libtool.m4.in-4650-	  if test -f "$collect2name" && \
##############################################
hotswap-0.4.0/kde-frontend/admin/libtool.m4.in-4690-	_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath"
hotswap-0.4.0/kde-frontend/admin/libtool.m4.in:4691:	_LT_AC_TAGVAR(archive_cmds, $1)="\$CC"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '" $shared_flag"
hotswap-0.4.0/kde-frontend/admin/libtool.m4.in:4692:	_LT_AC_TAGVAR(archive_expsym_cmds, $1)="\$CC"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
hotswap-0.4.0/kde-frontend/admin/libtool.m4.in-4693-       else
##############################################
hotswap-0.4.0/kde-frontend/admin/libtool.m4.in-4738-      # FIXME: Setting linknames here is a bad hack.
hotswap-0.4.0/kde-frontend/admin/libtool.m4.in:4739:      _LT_AC_TAGVAR(archive_cmds, $1)='$CC -o $lib $libobjs $compiler_flags `echo "$deplibs" | sed -e '\''s/ -lc$//'\''` -link -dll~linknames='
hotswap-0.4.0/kde-frontend/admin/libtool.m4.in-4740-      # The linker will automatically build a .lib file if we build a DLL.
##############################################
hotswap-0.4.0/kde-frontend/admin/libtool.m4.in-4743-      _LT_AC_TAGVAR(old_archive_cmds, $1)='lib /OUT:$oldlib$oldobjs$old_deplibs'
hotswap-0.4.0/kde-frontend/admin/libtool.m4.in:4744:      fix_srcfile_path='`cygpath -w "$srcfile"`'
hotswap-0.4.0/kde-frontend/admin/libtool.m4.in-4745-      ;;
##############################################
hotswap-0.4.0/kde-frontend/admin/libtool.m4.in-4850-      if test "$GCC" = yes; then
hotswap-0.4.0/kde-frontend/admin/libtool.m4.in:4851:	_LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
hotswap-0.4.0/kde-frontend/admin/libtool.m4.in-4852-      else
hotswap-0.4.0/kde-frontend/admin/libtool.m4.in:4853:	_LT_AC_TAGVAR(archive_cmds, $1)='$LD -shared $libobjs $deplibs $linker_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
hotswap-0.4.0/kde-frontend/admin/libtool.m4.in-4854-      fi
##############################################
hotswap-0.4.0/kde-frontend/admin/libtool.m4.in-4882-
hotswap-0.4.0/kde-frontend/admin/libtool.m4.in:4883:      if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
hotswap-0.4.0/kde-frontend/admin/libtool.m4.in-4884-	_LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $linker_flags'
##############################################
hotswap-0.4.0/kde-frontend/admin/libtool.m4.in-4911-	_LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
hotswap-0.4.0/kde-frontend/admin/libtool.m4.in:4912:	_LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
hotswap-0.4.0/kde-frontend/admin/libtool.m4.in-4913-      else
hotswap-0.4.0/kde-frontend/admin/libtool.m4.in-4914-	_LT_AC_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
hotswap-0.4.0/kde-frontend/admin/libtool.m4.in:4915:	_LT_AC_TAGVAR(archive_cmds, $1)='$LD -shared${allow_undefined_flag} $libobjs $deplibs $linker_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
hotswap-0.4.0/kde-frontend/admin/libtool.m4.in-4916-      fi
##############################################
hotswap-0.4.0/kde-frontend/admin/libtool.m4.in-4923-	_LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
hotswap-0.4.0/kde-frontend/admin/libtool.m4.in:4924:	_LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
hotswap-0.4.0/kde-frontend/admin/libtool.m4.in-4925-	_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
##############################################
hotswap-0.4.0/kde-frontend/admin/libtool.m4.in-4927-	_LT_AC_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
hotswap-0.4.0/kde-frontend/admin/libtool.m4.in:4928:	_LT_AC_TAGVAR(archive_cmds, $1)='$LD -shared${allow_undefined_flag} $libobjs $deplibs $linker_flags -msym -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
hotswap-0.4.0/kde-frontend/admin/libtool.m4.in:4929:	_LT_AC_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "-exported_symbol " >> $lib.exp; echo "\$i" >> $lib.exp; done; echo "-hidden">> $lib.exp~
hotswap-0.4.0/kde-frontend/admin/libtool.m4.in:4930:	$LD -shared${allow_undefined_flag} -input $lib.exp $linker_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${objdir}/so_locations -o $lib~$rm $lib.exp'
hotswap-0.4.0/kde-frontend/admin/libtool.m4.in-4931-
##############################################
hotswap-0.4.0/kde-frontend/admin/libtool.m4.in-5090-      _LT_AC_TAGVAR(allow_undefined_flag, $1)=
hotswap-0.4.0/kde-frontend/admin/libtool.m4.in:5091:      if AC_TRY_EVAL(_LT_AC_TAGVAR(archive_cmds, $1) 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1)
hotswap-0.4.0/kde-frontend/admin/libtool.m4.in-5092-      then
##############################################
hotswap-0.4.0/kde-frontend/admin/libtool.m4.in-5354-{
hotswap-0.4.0/kde-frontend/admin/libtool.m4.in:5355:  tmp=`(umask 077 && mktemp -d -q "$TMPDIR/sedXXXXXX") 2>/dev/null` &&
hotswap-0.4.0/kde-frontend/admin/libtool.m4.in-5356-  test -n "$tmp" && test -d "$tmp"
##############################################
hotswap-0.4.0/kde-frontend/admin/libtool.m4.in-5388-      test $_count -gt 10 && break
hotswap-0.4.0/kde-frontend/admin/libtool.m4.in:5389:      _count=`expr $_count + 1`
hotswap-0.4.0/kde-frontend/admin/libtool.m4.in-5390-      if test $_count -gt $_max; then
##############################################
hotswap-0.4.0/kde-frontend/admin/ltmain.sh-33-  :
hotswap-0.4.0/kde-frontend/admin/ltmain.sh:34:elif test "X`($echo '\t') 2>/dev/null`" = 'X\t'; then
hotswap-0.4.0/kde-frontend/admin/ltmain.sh-35-  # Yippee, $echo works!
##############################################
hotswap-0.4.0/kde-frontend/admin/ltmain.sh-51-# The name of this program.
hotswap-0.4.0/kde-frontend/admin/ltmain.sh:52:progname=`$echo "$0" | ${SED} 's%^.*/%%'`
hotswap-0.4.0/kde-frontend/admin/ltmain.sh-53-modename="$progname"
##############################################
hotswap-0.4.0/kde-frontend/admin/ltmain.sh-114-  case $arg in
hotswap-0.4.0/kde-frontend/admin/ltmain.sh:115:  -*=*) optarg=`$echo "X$arg" | $Xsed -e 's/[-_a-zA-Z0-9]*=//'` ;;
hotswap-0.4.0/kde-frontend/admin/ltmain.sh-116-  *) optarg= ;;
##############################################
hotswap-0.4.0/kde-frontend/admin/ltmain.sh-144-	  # Evaluate the configuration.
hotswap-0.4.0/kde-frontend/admin/ltmain.sh:145:	  eval "`${SED} -n -e '/^# ### BEGIN LIBTOOL TAG CONFIG: '$tagname'$/,/^# ### END LIBTOOL TAG CONFIG: '$tagname'$/p' < $0`"
hotswap-0.4.0/kde-frontend/admin/ltmain.sh-146-	else
##############################################
hotswap-0.4.0/kde-frontend/admin/ltmain.sh-330-	prev=
hotswap-0.4.0/kde-frontend/admin/ltmain.sh:331:	lastarg=`$echo "X$arg" | $Xsed -e "$sed_quote_subst"`
hotswap-0.4.0/kde-frontend/admin/ltmain.sh-332-
##############################################
hotswap-0.4.0/kde-frontend/admin/ltmain.sh-382-      -Wc,*)
hotswap-0.4.0/kde-frontend/admin/ltmain.sh:383:	args=`$echo "X$arg" | $Xsed -e "s/^-Wc,//"`
hotswap-0.4.0/kde-frontend/admin/ltmain.sh-384-	lastarg=
##############################################
hotswap-0.4.0/kde-frontend/admin/ltmain.sh-399-	IFS="$save_ifs"
hotswap-0.4.0/kde-frontend/admin/ltmain.sh:400:	lastarg=`$echo "X$lastarg" | $Xsed -e "s/^ //"`
hotswap-0.4.0/kde-frontend/admin/ltmain.sh-401-
##############################################
hotswap-0.4.0/kde-frontend/admin/ltmain.sh-434-      # interpreted inside of double-quoted scrings.
hotswap-0.4.0/kde-frontend/admin/ltmain.sh:435:      lastarg=`$echo "X$lastarg" | $Xsed -e "$sed_quote_subst"`
hotswap-0.4.0/kde-frontend/admin/ltmain.sh-436-
##############################################
hotswap-0.4.0/kde-frontend/admin/ltmain.sh-458-      # Get the name of the library object.
hotswap-0.4.0/kde-frontend/admin/ltmain.sh:459:      libobj=`$echo "X$srcfile" | $Xsed -e 's%^.*/%%'`
hotswap-0.4.0/kde-frontend/admin/ltmain.sh-460-      ;;
##############################################
hotswap-0.4.0/kde-frontend/admin/ltmain.sh-473-    *.ads) xform=ads ;;
hotswap-0.4.0/kde-frontend/admin/ltmain.sh:474:    *.asm) xform=asm ;;
hotswap-0.4.0/kde-frontend/admin/ltmain.sh-475-    *.c++) xform=c++ ;;
##############################################
hotswap-0.4.0/kde-frontend/admin/ltmain.sh-485-
hotswap-0.4.0/kde-frontend/admin/ltmain.sh:486:    libobj=`$echo "X$libobj" | $Xsed -e "s/\.$xform$/.lo/"`
hotswap-0.4.0/kde-frontend/admin/ltmain.sh-487-
hotswap-0.4.0/kde-frontend/admin/ltmain.sh-488-    case $libobj in
hotswap-0.4.0/kde-frontend/admin/ltmain.sh:489:    *.lo) obj=`$echo "X$libobj" | $Xsed -e "$lo2o"` ;;
hotswap-0.4.0/kde-frontend/admin/ltmain.sh-490-    *)
##############################################
hotswap-0.4.0/kde-frontend/admin/ltmain.sh-504-      # but not from the CC environment variable when ltconfig was run.
hotswap-0.4.0/kde-frontend/admin/ltmain.sh:505:      "`$echo $CC` "*) ;;
hotswap-0.4.0/kde-frontend/admin/ltmain.sh-506-      *)
##############################################
hotswap-0.4.0/kde-frontend/admin/ltmain.sh-509-	    # Evaluate the configuration.
hotswap-0.4.0/kde-frontend/admin/ltmain.sh:510:	    eval "`${SED} -n -e '/^# ### BEGIN LIBTOOL TAG CONFIG: '$z'$/,/^# ### END LIBTOOL TAG CONFIG: '$z'$/p' < $0`"
hotswap-0.4.0/kde-frontend/admin/ltmain.sh-511-	    case "$base_compile " in
##############################################
hotswap-0.4.0/kde-frontend/admin/ltmain.sh-518-	      ;;
hotswap-0.4.0/kde-frontend/admin/ltmain.sh:519:	    "`$echo $CC` "*)
hotswap-0.4.0/kde-frontend/admin/ltmain.sh-520-	      tagname=$z
##############################################
hotswap-0.4.0/kde-frontend/admin/ltmain.sh-539-
hotswap-0.4.0/kde-frontend/admin/ltmain.sh:540:    objname=`$echo "X$obj" | $Xsed -e 's%^.*/%%'`
hotswap-0.4.0/kde-frontend/admin/ltmain.sh:541:    xdir=`$echo "X$obj" | $Xsed -e 's%/[^/]*$%%'`
hotswap-0.4.0/kde-frontend/admin/ltmain.sh-542-    if test "X$xdir" = "X$obj"; then
##############################################
hotswap-0.4.0/kde-frontend/admin/ltmain.sh-578-    if test "$compiler_c_o" = no; then
hotswap-0.4.0/kde-frontend/admin/ltmain.sh:579:      output_obj=`$echo "X$srcfile" | $Xsed -e 's%^.*/%%' -e 's%\.[^.]*$%%'`.${objext}
hotswap-0.4.0/kde-frontend/admin/ltmain.sh-580-      lockfile="$output_obj.lock"
##############################################
hotswap-0.4.0/kde-frontend/admin/ltmain.sh-599-*** ERROR, $lockfile exists and contains:
hotswap-0.4.0/kde-frontend/admin/ltmain.sh:600:`cat $lockfile 2>/dev/null`
hotswap-0.4.0/kde-frontend/admin/ltmain.sh-601-
##############################################
hotswap-0.4.0/kde-frontend/admin/ltmain.sh-668-      if test "$need_locks" = warn &&
hotswap-0.4.0/kde-frontend/admin/ltmain.sh:669:	 test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then
hotswap-0.4.0/kde-frontend/admin/ltmain.sh-670-	echo "\
hotswap-0.4.0/kde-frontend/admin/ltmain.sh-671-*** ERROR, $lockfile contains:
hotswap-0.4.0/kde-frontend/admin/ltmain.sh:672:`cat $lockfile 2>/dev/null`
hotswap-0.4.0/kde-frontend/admin/ltmain.sh-673-
##############################################
hotswap-0.4.0/kde-frontend/admin/ltmain.sh-738-      if test "$need_locks" = warn &&
hotswap-0.4.0/kde-frontend/admin/ltmain.sh:739:	 test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then
hotswap-0.4.0/kde-frontend/admin/ltmain.sh-740-	echo "\
hotswap-0.4.0/kde-frontend/admin/ltmain.sh-741-*** ERROR, $lockfile contains:
hotswap-0.4.0/kde-frontend/admin/ltmain.sh:742:`cat $lockfile 2>/dev/null`
hotswap-0.4.0/kde-frontend/admin/ltmain.sh-743-
##############################################
hotswap-0.4.0/kde-frontend/admin/ltmain.sh-897-      *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \	]*|*]*|"")
hotswap-0.4.0/kde-frontend/admin/ltmain.sh:898:	qarg=\"`$echo "X$arg" | $Xsed -e "$sed_quote_subst"`\" ### testsuite: skip nested quoting test
hotswap-0.4.0/kde-frontend/admin/ltmain.sh-899-	;;
##############################################
hotswap-0.4.0/kde-frontend/admin/ltmain.sh-976-	    moreargs=
hotswap-0.4.0/kde-frontend/admin/ltmain.sh:977:	    for fil in `cat $save_arg`
hotswap-0.4.0/kde-frontend/admin/ltmain.sh-978-	    do
##############################################
hotswap-0.4.0/kde-frontend/admin/ltmain.sh-1003-		# Extract subdirectory from the argument.
hotswap-0.4.0/kde-frontend/admin/ltmain.sh:1004:		xdir=`$echo "X$arg" | $Xsed -e 's%/[^/]*$%%'`
hotswap-0.4.0/kde-frontend/admin/ltmain.sh-1005-		if test "X$xdir" = "X$arg"; then
##############################################
hotswap-0.4.0/kde-frontend/admin/ltmain.sh-1057-		  # Extract subdirectory from the argument.
hotswap-0.4.0/kde-frontend/admin/ltmain.sh:1058:		  xdir=`$echo "X$arg" | $Xsed -e 's%/[^/]*$%%'`
hotswap-0.4.0/kde-frontend/admin/ltmain.sh-1059-		  if test "X$xdir" = "X$arg"; then
##############################################
hotswap-0.4.0/kde-frontend/admin/ltmain.sh-1064-
hotswap-0.4.0/kde-frontend/admin/ltmain.sh:1065:		  pic_object=`$echo "X${xdir}${objdir}/${arg}" | $Xsed -e "$lo2o"`
hotswap-0.4.0/kde-frontend/admin/ltmain.sh:1066:		  non_pic_object=`$echo "X${xdir}${arg}" | $Xsed -e "$lo2o"`
hotswap-0.4.0/kde-frontend/admin/ltmain.sh-1067-		  libobjs="$libobjs $pic_object"
##############################################
hotswap-0.4.0/kde-frontend/admin/ltmain.sh-1188-      -L*)
hotswap-0.4.0/kde-frontend/admin/ltmain.sh:1189:	dir=`$echo "X$arg" | $Xsed -e 's/^-L//'`
hotswap-0.4.0/kde-frontend/admin/ltmain.sh-1190-	# We need an absolute path.
##############################################
hotswap-0.4.0/kde-frontend/admin/ltmain.sh-1193-	*)
hotswap-0.4.0/kde-frontend/admin/ltmain.sh:1194:	  absdir=`cd "$dir" && pwd`
hotswap-0.4.0/kde-frontend/admin/ltmain.sh-1195-	  if test -z "$absdir"; then
##############################################
hotswap-0.4.0/kde-frontend/admin/ltmain.sh-1303-      -R*)
hotswap-0.4.0/kde-frontend/admin/ltmain.sh:1304:	dir=`$echo "X$arg" | $Xsed -e 's/^-R//'`
hotswap-0.4.0/kde-frontend/admin/ltmain.sh-1305-	# We need an absolute path.
##############################################
hotswap-0.4.0/kde-frontend/admin/ltmain.sh-1339-      -Wc,*)
hotswap-0.4.0/kde-frontend/admin/ltmain.sh:1340:	args=`$echo "X$arg" | $Xsed -e "$sed_quote_subst" -e 's/^-Wc,//'`
hotswap-0.4.0/kde-frontend/admin/ltmain.sh-1341-	arg=
##############################################
hotswap-0.4.0/kde-frontend/admin/ltmain.sh-1353-	IFS="$save_ifs"
hotswap-0.4.0/kde-frontend/admin/ltmain.sh:1354:	arg=`$echo "X$arg" | $Xsed -e "s/^ //"`
hotswap-0.4.0/kde-frontend/admin/ltmain.sh-1355-	;;
##############################################
hotswap-0.4.0/kde-frontend/admin/ltmain.sh-1357-      -Wl,*)
hotswap-0.4.0/kde-frontend/admin/ltmain.sh:1358:	args=`$echo "X$arg" | $Xsed -e "$sed_quote_subst" -e 's/^-Wl,//'`
hotswap-0.4.0/kde-frontend/admin/ltmain.sh-1359-	arg=
##############################################
hotswap-0.4.0/kde-frontend/admin/ltmain.sh-1372-	IFS="$save_ifs"
hotswap-0.4.0/kde-frontend/admin/ltmain.sh:1373:	arg=`$echo "X$arg" | $Xsed -e "s/^ //"`
hotswap-0.4.0/kde-frontend/admin/ltmain.sh-1374-	;;
##############################################
hotswap-0.4.0/kde-frontend/admin/ltmain.sh-1389-	# to be aesthetically quoted because they are evaled later.
hotswap-0.4.0/kde-frontend/admin/ltmain.sh:1390:	arg=`$echo "X$arg" | $Xsed -e "$sed_quote_subst"`
hotswap-0.4.0/kde-frontend/admin/ltmain.sh-1391-	case $arg in
##############################################
hotswap-0.4.0/kde-frontend/admin/ltmain.sh-1427-	  # Extract subdirectory from the argument.
hotswap-0.4.0/kde-frontend/admin/ltmain.sh:1428:	  xdir=`$echo "X$arg" | $Xsed -e 's%/[^/]*$%%'`
hotswap-0.4.0/kde-frontend/admin/ltmain.sh-1429-	  if test "X$xdir" = "X$arg"; then
##############################################
hotswap-0.4.0/kde-frontend/admin/ltmain.sh-1481-	    # Extract subdirectory from the argument.
hotswap-0.4.0/kde-frontend/admin/ltmain.sh:1482:	    xdir=`$echo "X$arg" | $Xsed -e 's%/[^/]*$%%'`
hotswap-0.4.0/kde-frontend/admin/ltmain.sh-1483-	    if test "X$xdir" = "X$arg"; then
##############################################
hotswap-0.4.0/kde-frontend/admin/ltmain.sh-1488-
hotswap-0.4.0/kde-frontend/admin/ltmain.sh:1489:	    pic_object=`$echo "X${xdir}${objdir}/${arg}" | $Xsed -e "$lo2o"`
hotswap-0.4.0/kde-frontend/admin/ltmain.sh:1490:	    non_pic_object=`$echo "X${xdir}${arg}" | $Xsed -e "$lo2o"`
hotswap-0.4.0/kde-frontend/admin/ltmain.sh-1491-	    libobjs="$libobjs $pic_object"
##############################################
hotswap-0.4.0/kde-frontend/admin/ltmain.sh-1524-	# to be aesthetically quoted because they are evaled later.
hotswap-0.4.0/kde-frontend/admin/ltmain.sh:1525:	arg=`$echo "X$arg" | $Xsed -e "$sed_quote_subst"`
hotswap-0.4.0/kde-frontend/admin/ltmain.sh-1526-	case $arg in
##############################################
hotswap-0.4.0/kde-frontend/admin/ltmain.sh-1556-      # but not from the CC environment variable when ltconfig was run.
hotswap-0.4.0/kde-frontend/admin/ltmain.sh:1557:      "`$echo $CC` "*) ;;
hotswap-0.4.0/kde-frontend/admin/ltmain.sh-1558-      *)
##############################################
hotswap-0.4.0/kde-frontend/admin/ltmain.sh-1561-	    # Evaluate the configuration.
hotswap-0.4.0/kde-frontend/admin/ltmain.sh:1562:	    eval "`${SED} -n -e '/^# ### BEGIN LIBTOOL TAG CONFIG: '$z'$/,/^# ### END LIBTOOL TAG CONFIG: '$z'$/p' < $0`"
hotswap-0.4.0/kde-frontend/admin/ltmain.sh-1563-	    case $base_compile in
##############################################
hotswap-0.4.0/kde-frontend/admin/ltmain.sh-1570-	      ;;
hotswap-0.4.0/kde-frontend/admin/ltmain.sh:1571:	    "`$echo $CC` "*)
hotswap-0.4.0/kde-frontend/admin/ltmain.sh-1572-	      tagname=$z
##############################################
hotswap-0.4.0/kde-frontend/admin/ltmain.sh-1599-    # calculate the name of the file, without its directory
hotswap-0.4.0/kde-frontend/admin/ltmain.sh:1600:    outputname=`$echo "X$output" | $Xsed -e 's%^.*/%%'`
hotswap-0.4.0/kde-frontend/admin/ltmain.sh-1601-    libobjs_save="$libobjs"
##############################################
hotswap-0.4.0/kde-frontend/admin/ltmain.sh-1604-      # get the directories listed in $shlibpath_var
hotswap-0.4.0/kde-frontend/admin/ltmain.sh:1605:      eval shlib_search_path=\`\$echo \"X\${$shlibpath_var}\" \| \$Xsed -e \'s/:/ /g\'\`
hotswap-0.4.0/kde-frontend/admin/ltmain.sh-1606-    else
##############################################
hotswap-0.4.0/kde-frontend/admin/ltmain.sh-1611-
hotswap-0.4.0/kde-frontend/admin/ltmain.sh:1612:    output_objdir=`$echo "X$output" | $Xsed -e 's%/[^/]*$%%'`
hotswap-0.4.0/kde-frontend/admin/ltmain.sh-1613-    if test "X$output_objdir" = "X$output"; then
##############################################
hotswap-0.4.0/kde-frontend/admin/ltmain.sh-1732-	  fi
hotswap-0.4.0/kde-frontend/admin/ltmain.sh:1733:	  name=`$echo "X$deplib" | $Xsed -e 's/^-l//'`
hotswap-0.4.0/kde-frontend/admin/ltmain.sh-1734-	  for searchdir in $newlib_search_path $lib_search_path $sys_lib_search_path $shlib_search_path; do
##############################################
hotswap-0.4.0/kde-frontend/admin/ltmain.sh-1759-	    newdependency_libs="$deplib $newdependency_libs"
hotswap-0.4.0/kde-frontend/admin/ltmain.sh:1760:	    newlib_search_path="$newlib_search_path "`$echo "X$deplib" | $Xsed -e 's/^-L//'`
hotswap-0.4.0/kde-frontend/admin/ltmain.sh-1761-	    ;;
##############################################
hotswap-0.4.0/kde-frontend/admin/ltmain.sh-1768-	      deplibs="$deplib $deplibs"
hotswap-0.4.0/kde-frontend/admin/ltmain.sh:1769:	      newlib_search_path="$newlib_search_path "`$echo "X$deplib" | $Xsed -e 's/^-L//'`
hotswap-0.4.0/kde-frontend/admin/ltmain.sh-1770-	    else
##############################################
hotswap-0.4.0/kde-frontend/admin/ltmain.sh-1782-	  if test "$pass" = link; then
hotswap-0.4.0/kde-frontend/admin/ltmain.sh:1783:	    dir=`$echo "X$deplib" | $Xsed -e 's/^-R//'`
hotswap-0.4.0/kde-frontend/admin/ltmain.sh-1784-	    # Make sure the xrpath contains only unique directories.
##############################################
hotswap-0.4.0/kde-frontend/admin/ltmain.sh-1861-
hotswap-0.4.0/kde-frontend/admin/ltmain.sh:1862:	ladir=`$echo "X$lib" | $Xsed -e 's%/[^/]*$%%'`
hotswap-0.4.0/kde-frontend/admin/ltmain.sh-1863-	test "X$ladir" = "X$lib" && ladir="."
##############################################
hotswap-0.4.0/kde-frontend/admin/ltmain.sh-1948-	*)
hotswap-0.4.0/kde-frontend/admin/ltmain.sh:1949:	  abs_ladir=`cd "$ladir" && pwd`
hotswap-0.4.0/kde-frontend/admin/ltmain.sh-1950-	  if test -z "$abs_ladir"; then
##############################################
hotswap-0.4.0/kde-frontend/admin/ltmain.sh-1956-	esac
hotswap-0.4.0/kde-frontend/admin/ltmain.sh:1957:	laname=`$echo "X$lib" | $Xsed -e 's%^.*/%%'`
hotswap-0.4.0/kde-frontend/admin/ltmain.sh-1958-
##############################################
hotswap-0.4.0/kde-frontend/admin/ltmain.sh-1975-	fi # $installed = yes
hotswap-0.4.0/kde-frontend/admin/ltmain.sh:1976:	name=`$echo "X$laname" | $Xsed -e 's/\.la$//' -e 's/^lib//'`
hotswap-0.4.0/kde-frontend/admin/ltmain.sh-1977-
##############################################
hotswap-0.4.0/kde-frontend/admin/ltmain.sh-2021-	    case $deplib in
hotswap-0.4.0/kde-frontend/admin/ltmain.sh:2022:	    -L*) newlib_search_path="$newlib_search_path "`$echo "X$deplib" | $Xsed -e 's/^-L//'`;; ### testsuite: skip nested quoting test
hotswap-0.4.0/kde-frontend/admin/ltmain.sh-2023-	    esac
##############################################
hotswap-0.4.0/kde-frontend/admin/ltmain.sh-2124-	    shift; shift
hotswap-0.4.0/kde-frontend/admin/ltmain.sh:2125:	    libname=`eval \\$echo \"$libname_spec\"`
hotswap-0.4.0/kde-frontend/admin/ltmain.sh-2126-	    # use dlname if we got it. it's perfectly good, no?
##############################################
hotswap-0.4.0/kde-frontend/admin/ltmain.sh-2132-	      *cygwin*)
hotswap-0.4.0/kde-frontend/admin/ltmain.sh:2133:		major=`expr $current - $age`
hotswap-0.4.0/kde-frontend/admin/ltmain.sh-2134-		versuffix="-$major"
##############################################
hotswap-0.4.0/kde-frontend/admin/ltmain.sh-2143-	    soroot="$soname"
hotswap-0.4.0/kde-frontend/admin/ltmain.sh:2144:	    soname=`echo $soroot | ${SED} -e 's/^.*\///'`
hotswap-0.4.0/kde-frontend/admin/ltmain.sh:2145:	    newlib="libimp-`echo $soname | ${SED} 's/^lib//;s/\.dll$//'`.a"
hotswap-0.4.0/kde-frontend/admin/ltmain.sh-2146-
##############################################
hotswap-0.4.0/kde-frontend/admin/ltmain.sh-2332-	      case $libdir in
hotswap-0.4.0/kde-frontend/admin/ltmain.sh:2333:	      -R*) temp_xrpath=`$echo "X$libdir" | $Xsed -e 's/^-R//'`
hotswap-0.4.0/kde-frontend/admin/ltmain.sh-2334-		   case " $xrpath " in
##############################################
hotswap-0.4.0/kde-frontend/admin/ltmain.sh-2364-	      *.la)
hotswap-0.4.0/kde-frontend/admin/ltmain.sh:2365:		dir=`$echo "X$deplib" | $Xsed -e 's%/[^/]*$%%'`
hotswap-0.4.0/kde-frontend/admin/ltmain.sh-2366-		test "X$dir" = "X$deplib" && dir="."
##############################################
hotswap-0.4.0/kde-frontend/admin/ltmain.sh-2370-		*)
hotswap-0.4.0/kde-frontend/admin/ltmain.sh:2371:		  absdir=`cd "$dir" && pwd`
hotswap-0.4.0/kde-frontend/admin/ltmain.sh-2372-		  if test -z "$absdir"; then
##############################################
hotswap-0.4.0/kde-frontend/admin/ltmain.sh-2380-		else
hotswap-0.4.0/kde-frontend/admin/ltmain.sh:2381:		  eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $deplib`
hotswap-0.4.0/kde-frontend/admin/ltmain.sh-2382-		  if test -z "$libdir"; then
##############################################
hotswap-0.4.0/kde-frontend/admin/ltmain.sh-2473-	    -R*)
hotswap-0.4.0/kde-frontend/admin/ltmain.sh:2474:	      temp_xrpath=`$echo "X$deplib" | $Xsed -e 's/^-R//'`
hotswap-0.4.0/kde-frontend/admin/ltmain.sh-2475-	      case " $xrpath " in
##############################################
hotswap-0.4.0/kde-frontend/admin/ltmain.sh-2530-      lib*)
hotswap-0.4.0/kde-frontend/admin/ltmain.sh:2531:	name=`$echo "X$outputname" | $Xsed -e 's/\.la$//' -e 's/^lib//'`
hotswap-0.4.0/kde-frontend/admin/ltmain.sh-2532-	eval libname=\"$libname_spec\"
##############################################
hotswap-0.4.0/kde-frontend/admin/ltmain.sh-2535-	if test "$module" = no; then
hotswap-0.4.0/kde-frontend/admin/ltmain.sh:2536:	  $echo "$modename: libtool library \`$output' must begin with \`lib'" 1>&2
hotswap-0.4.0/kde-frontend/admin/ltmain.sh-2537-	  $echo "$help" 1>&2
##############################################
hotswap-0.4.0/kde-frontend/admin/ltmain.sh-2541-	  # Add the "lib" prefix for modules if required
hotswap-0.4.0/kde-frontend/admin/ltmain.sh:2542:	  name=`$echo "X$outputname" | $Xsed -e 's/\.la$//'`
hotswap-0.4.0/kde-frontend/admin/ltmain.sh-2543-	  eval libname=\"$libname_spec\"
hotswap-0.4.0/kde-frontend/admin/ltmain.sh-2544-	else
hotswap-0.4.0/kde-frontend/admin/ltmain.sh:2545:	  libname=`$echo "X$outputname" | $Xsed -e 's/\.la$//'`
hotswap-0.4.0/kde-frontend/admin/ltmain.sh-2546-	fi
##############################################
hotswap-0.4.0/kde-frontend/admin/ltmain.sh-2636-	if test "$age" -gt "$current"; then
hotswap-0.4.0/kde-frontend/admin/ltmain.sh:2637:	  $echo "$modename: AGE \`$age' is greater than the current interface number \`$current'" 1>&2
hotswap-0.4.0/kde-frontend/admin/ltmain.sh-2638-	  $echo "$modename: \`$vinfo' is not valid version information" 1>&2
##############################################
hotswap-0.4.0/kde-frontend/admin/ltmain.sh-2651-	  # verstring for coding it into the library header
hotswap-0.4.0/kde-frontend/admin/ltmain.sh:2652:	  major=.`expr $current - $age`
hotswap-0.4.0/kde-frontend/admin/ltmain.sh-2653-	  versuffix="$major.$age.$revision"
hotswap-0.4.0/kde-frontend/admin/ltmain.sh-2654-	  # Darwin ld doesn't like 0 for these options...
hotswap-0.4.0/kde-frontend/admin/ltmain.sh:2655:	  minor_current=`expr $current + 1`
hotswap-0.4.0/kde-frontend/admin/ltmain.sh-2656-	  verstring="-compatibility_version $minor_current -current_version $minor_current.$revision"
##############################################
hotswap-0.4.0/kde-frontend/admin/ltmain.sh-2675-
hotswap-0.4.0/kde-frontend/admin/ltmain.sh:2676:	  major=`expr $current - $age + 1`
hotswap-0.4.0/kde-frontend/admin/ltmain.sh-2677-
##############################################
hotswap-0.4.0/kde-frontend/admin/ltmain.sh-2680-	  while test "$loop" -ne 0; do
hotswap-0.4.0/kde-frontend/admin/ltmain.sh:2681:	    iface=`expr $revision - $loop`
hotswap-0.4.0/kde-frontend/admin/ltmain.sh:2682:	    loop=`expr $loop - 1`
hotswap-0.4.0/kde-frontend/admin/ltmain.sh-2683-	    verstring="$verstring_prefix$major.$iface:$verstring"
##############################################
hotswap-0.4.0/kde-frontend/admin/ltmain.sh-2691-	linux)
hotswap-0.4.0/kde-frontend/admin/ltmain.sh:2692:	  major=.`expr $current - $age`
hotswap-0.4.0/kde-frontend/admin/ltmain.sh-2693-	  versuffix="$major.$age.$revision"
##############################################
hotswap-0.4.0/kde-frontend/admin/ltmain.sh-2696-	osf)
hotswap-0.4.0/kde-frontend/admin/ltmain.sh:2697:	  major=`expr $current - $age`
hotswap-0.4.0/kde-frontend/admin/ltmain.sh-2698-	  versuffix=".$current.$age.$revision"
##############################################
hotswap-0.4.0/kde-frontend/admin/ltmain.sh-2703-	  while test "$loop" -ne 0; do
hotswap-0.4.0/kde-frontend/admin/ltmain.sh:2704:	    iface=`expr $current - $loop`
hotswap-0.4.0/kde-frontend/admin/ltmain.sh:2705:	    loop=`expr $loop - 1`
hotswap-0.4.0/kde-frontend/admin/ltmain.sh-2706-	    verstring="$verstring:${iface}.0"
##############################################
hotswap-0.4.0/kde-frontend/admin/ltmain.sh-2720-	  # extension on DOS 8.3 filesystems.
hotswap-0.4.0/kde-frontend/admin/ltmain.sh:2721:	  major=`expr $current - $age`
hotswap-0.4.0/kde-frontend/admin/ltmain.sh-2722-	  versuffix="-$major"
##############################################
hotswap-0.4.0/kde-frontend/admin/ltmain.sh-2775-	removelist=
hotswap-0.4.0/kde-frontend/admin/ltmain.sh:2776:	tempremovelist=`echo "$output_objdir/*"`
hotswap-0.4.0/kde-frontend/admin/ltmain.sh-2777-	for p in $tempremovelist; do
##############################################
hotswap-0.4.0/kde-frontend/admin/ltmain.sh-2797-	# Transform .lo files to .o files.
hotswap-0.4.0/kde-frontend/admin/ltmain.sh:2798:	oldobjs="$objs "`$echo "X$libobjs" | $SP2NL | $Xsed -e '/\.'${libext}'$/d' -e "$lo2o" | $NL2SP`
hotswap-0.4.0/kde-frontend/admin/ltmain.sh-2799-      fi
##############################################
hotswap-0.4.0/kde-frontend/admin/ltmain.sh-2802-      for path in $notinst_path; do
hotswap-0.4.0/kde-frontend/admin/ltmain.sh:2803:	lib_search_path=`echo "$lib_search_path " | ${SED} -e 's% $path % %g'`
hotswap-0.4.0/kde-frontend/admin/ltmain.sh:2804:	deplibs=`echo "$deplibs " | ${SED} -e 's% -L$path % %g'`
hotswap-0.4.0/kde-frontend/admin/ltmain.sh:2805:	dependency_libs=`echo "$dependency_libs " | ${SED} -e 's% -L$path % %g'`
hotswap-0.4.0/kde-frontend/admin/ltmain.sh-2806-      done
##############################################
hotswap-0.4.0/kde-frontend/admin/ltmain.sh-2905-	    for i in $deplibs; do
hotswap-0.4.0/kde-frontend/admin/ltmain.sh:2906:	      name="`expr $i : '-l\(.*\)'`"
hotswap-0.4.0/kde-frontend/admin/ltmain.sh-2907-	      # If $name is empty we are operating on a -L argument.
hotswap-0.4.0/kde-frontend/admin/ltmain.sh-2908-             if test "$name" != "" && test "$name" -ne "0"; then
hotswap-0.4.0/kde-frontend/admin/ltmain.sh:2909:		libname=`eval \\$echo \"$libname_spec\"`
hotswap-0.4.0/kde-frontend/admin/ltmain.sh:2910:		deplib_matches=`eval \\$echo \"$library_names_spec\"`
hotswap-0.4.0/kde-frontend/admin/ltmain.sh-2911-		set dummy $deplib_matches
hotswap-0.4.0/kde-frontend/admin/ltmain.sh-2912-		deplib_match=$2
hotswap-0.4.0/kde-frontend/admin/ltmain.sh:2913:		if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0 ; then
hotswap-0.4.0/kde-frontend/admin/ltmain.sh-2914-		  newdeplibs="$newdeplibs $i"
##############################################
hotswap-0.4.0/kde-frontend/admin/ltmain.sh-2932-	    for i in $deplibs; do
hotswap-0.4.0/kde-frontend/admin/ltmain.sh:2933:	      name="`expr $i : '-l\(.*\)'`"
hotswap-0.4.0/kde-frontend/admin/ltmain.sh-2934-	     # If $name is empty we are operating on a -L argument.
##############################################
hotswap-0.4.0/kde-frontend/admin/ltmain.sh-2940-		  ldd_output=`ldd conftest`
hotswap-0.4.0/kde-frontend/admin/ltmain.sh:2941:		  libname=`eval \\$echo \"$libname_spec\"`
hotswap-0.4.0/kde-frontend/admin/ltmain.sh:2942:		  deplib_matches=`eval \\$echo \"$library_names_spec\"`
hotswap-0.4.0/kde-frontend/admin/ltmain.sh-2943-		  set dummy $deplib_matches
hotswap-0.4.0/kde-frontend/admin/ltmain.sh-2944-		  deplib_match=$2
hotswap-0.4.0/kde-frontend/admin/ltmain.sh:2945:		  if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0 ; then
hotswap-0.4.0/kde-frontend/admin/ltmain.sh-2946-		    newdeplibs="$newdeplibs $i"
##############################################
hotswap-0.4.0/kde-frontend/admin/ltmain.sh-2972-	  set dummy $deplibs_check_method
hotswap-0.4.0/kde-frontend/admin/ltmain.sh:2973:	  file_magic_regex=`expr "$deplibs_check_method" : "$2 \(.*\)"`
hotswap-0.4.0/kde-frontend/admin/ltmain.sh-2974-	  for a_deplib in $deplibs; do
hotswap-0.4.0/kde-frontend/admin/ltmain.sh:2975:	    name="`expr $a_deplib : '-l\(.*\)'`"
hotswap-0.4.0/kde-frontend/admin/ltmain.sh-2976-	    # If $name is empty we are operating on a -L argument.
hotswap-0.4.0/kde-frontend/admin/ltmain.sh-2977-           if test "$name" != "" && test  "$name" != "0"; then
hotswap-0.4.0/kde-frontend/admin/ltmain.sh:2978:	      libname=`eval \\$echo \"$libname_spec\"`
hotswap-0.4.0/kde-frontend/admin/ltmain.sh-2979-	      for i in $lib_search_path $sys_lib_search_path $shlib_search_path; do
hotswap-0.4.0/kde-frontend/admin/ltmain.sh:2980:		    potential_libs=`ls $i/$libname[.-]* 2>/dev/null`
hotswap-0.4.0/kde-frontend/admin/ltmain.sh-2981-		    for potent_lib in $potential_libs; do
##############################################
hotswap-0.4.0/kde-frontend/admin/ltmain.sh-2993-		      while test -h "$potlib" 2>/dev/null; do
hotswap-0.4.0/kde-frontend/admin/ltmain.sh:2994:			potliblink=`ls -ld $potlib | ${SED} 's/.* -> //'`
hotswap-0.4.0/kde-frontend/admin/ltmain.sh-2995-			case $potliblink in
hotswap-0.4.0/kde-frontend/admin/ltmain.sh-2996-			[\\/]* | [A-Za-z]:[\\/]*) potlib="$potliblink";;
hotswap-0.4.0/kde-frontend/admin/ltmain.sh:2997:			*) potlib=`$echo "X$potlib" | $Xsed -e 's,[^/]*$,,'`"$potliblink";;
hotswap-0.4.0/kde-frontend/admin/ltmain.sh-2998-			esac
##############################################
hotswap-0.4.0/kde-frontend/admin/ltmain.sh-3031-	  set dummy $deplibs_check_method
hotswap-0.4.0/kde-frontend/admin/ltmain.sh:3032:	  match_pattern_regex=`expr "$deplibs_check_method" : "$2 \(.*\)"`
hotswap-0.4.0/kde-frontend/admin/ltmain.sh-3033-	  for a_deplib in $deplibs; do
hotswap-0.4.0/kde-frontend/admin/ltmain.sh:3034:	    name="`expr $a_deplib : '-l\(.*\)'`"
hotswap-0.4.0/kde-frontend/admin/ltmain.sh-3035-	    # If $name is empty we are operating on a -L argument.
hotswap-0.4.0/kde-frontend/admin/ltmain.sh-3036-	    if test -n "$name" && test "$name" != "0"; then
hotswap-0.4.0/kde-frontend/admin/ltmain.sh:3037:	      libname=`eval \\$echo \"$libname_spec\"`
hotswap-0.4.0/kde-frontend/admin/ltmain.sh-3038-	      for i in $lib_search_path $sys_lib_search_path $shlib_search_path; do
hotswap-0.4.0/kde-frontend/admin/ltmain.sh:3039:		potential_libs=`ls $i/$libname[.-]* 2>/dev/null`
hotswap-0.4.0/kde-frontend/admin/ltmain.sh-3040-		for potent_lib in $potential_libs; do
##############################################
hotswap-0.4.0/kde-frontend/admin/ltmain.sh-3096-	  # On Rhapsody replace the C library is the System framework
hotswap-0.4.0/kde-frontend/admin/ltmain.sh:3097:	  newdeplibs=`$echo "X $newdeplibs" | $Xsed -e 's/ -lc / -framework System /'`
hotswap-0.4.0/kde-frontend/admin/ltmain.sh-3098-	  ;;
##############################################
hotswap-0.4.0/kde-frontend/admin/ltmain.sh-3230-	# Use standard objects if they are pic
hotswap-0.4.0/kde-frontend/admin/ltmain.sh:3231:	test -z "$pic_flag" && libobjs=`$echo "X$libobjs" | $SP2NL | $Xsed -e "$lo2o" | $NL2SP`
hotswap-0.4.0/kde-frontend/admin/ltmain.sh-3232-
##############################################
hotswap-0.4.0/kde-frontend/admin/ltmain.sh-3281-	      esac
hotswap-0.4.0/kde-frontend/admin/ltmain.sh:3282:	      xlib=`$echo "X$xlib" | $Xsed -e 's%^.*/%%'`
hotswap-0.4.0/kde-frontend/admin/ltmain.sh-3283-	      xdir="$gentop/$xlib"
##############################################
hotswap-0.4.0/kde-frontend/admin/ltmain.sh-3295-
hotswap-0.4.0/kde-frontend/admin/ltmain.sh:3296:	      libobjs="$libobjs "`find $xdir -name \*.$objext -print -o -name \*.lo -print | $NL2SP`
hotswap-0.4.0/kde-frontend/admin/ltmain.sh-3297-	    done
##############################################
hotswap-0.4.0/kde-frontend/admin/ltmain.sh-3326-
hotswap-0.4.0/kde-frontend/admin/ltmain.sh:3327:	if len=`expr "X$cmds" : ".*"` &&
hotswap-0.4.0/kde-frontend/admin/ltmain.sh-3328-	   test "$len" -le "$max_cmd_len" || test "$max_cmd_len" -le -1; then
##############################################
hotswap-0.4.0/kde-frontend/admin/ltmain.sh-3360-	    if test "X$objlist" = X ||
hotswap-0.4.0/kde-frontend/admin/ltmain.sh:3361:	       { len=`expr "X$test_cmds" : ".*"` &&
hotswap-0.4.0/kde-frontend/admin/ltmain.sh-3362-		 test "$len" -le "$max_cmd_len"; }; then
##############################################
hotswap-0.4.0/kde-frontend/admin/ltmain.sh-3375-	      last_robj=$output_objdir/$save_output-${k}.$objext
hotswap-0.4.0/kde-frontend/admin/ltmain.sh:3376:	      k=`expr $k + 1`
hotswap-0.4.0/kde-frontend/admin/ltmain.sh-3377-	      output=$output_objdir/$save_output-${k}.$objext
##############################################
hotswap-0.4.0/kde-frontend/admin/ltmain.sh-3392-	  do
hotswap-0.4.0/kde-frontend/admin/ltmain.sh:3393:	    i=`expr $i + 1`
hotswap-0.4.0/kde-frontend/admin/ltmain.sh-3394-	    delfiles="$delfiles $output_objdir/$save_output-${i}.$objext"
##############################################
hotswap-0.4.0/kde-frontend/admin/ltmain.sh-3490-	libobj="$output"
hotswap-0.4.0/kde-frontend/admin/ltmain.sh:3491:	obj=`$echo "X$output" | $Xsed -e "$lo2o"`
hotswap-0.4.0/kde-frontend/admin/ltmain.sh-3492-	;;
##############################################
hotswap-0.4.0/kde-frontend/admin/ltmain.sh-3532-	    esac
hotswap-0.4.0/kde-frontend/admin/ltmain.sh:3533:	    xlib=`$echo "X$xlib" | $Xsed -e 's%^.*/%%'`
hotswap-0.4.0/kde-frontend/admin/ltmain.sh-3534-	    xdir="$gentop/$xlib"
##############################################
hotswap-0.4.0/kde-frontend/admin/ltmain.sh-3546-
hotswap-0.4.0/kde-frontend/admin/ltmain.sh:3547:	    reload_conv_objs="$reload_objs "`find $xdir -name \*.$objext -print -o -name \*.lo -print | $NL2SP`
hotswap-0.4.0/kde-frontend/admin/ltmain.sh-3548-	  done
##############################################
hotswap-0.4.0/kde-frontend/admin/ltmain.sh-3552-      # Create the old-style object.
hotswap-0.4.0/kde-frontend/admin/ltmain.sh:3553:      reload_objs="$objs$old_deplibs "`$echo "X$libobjs" | $SP2NL | $Xsed -e '/\.'${libext}$'/d' -e '/\.lib$/d' -e "$lo2o" | $NL2SP`" $reload_conv_objs" ### testsuite: skip nested quoting test
hotswap-0.4.0/kde-frontend/admin/ltmain.sh-3554-
##############################################
hotswap-0.4.0/kde-frontend/admin/ltmain.sh-3611-      case $host in
hotswap-0.4.0/kde-frontend/admin/ltmain.sh:3612:	*cygwin*) output=`echo $output | ${SED} -e 's,.exe$,,;s,$,.exe,'` ;;
hotswap-0.4.0/kde-frontend/admin/ltmain.sh-3613-      esac
##############################################
hotswap-0.4.0/kde-frontend/admin/ltmain.sh-3631-	# On Rhapsody replace the C library is the System framework
hotswap-0.4.0/kde-frontend/admin/ltmain.sh:3632:	compile_deplibs=`$echo "X $compile_deplibs" | $Xsed -e 's/ -lc / -framework System /'`
hotswap-0.4.0/kde-frontend/admin/ltmain.sh:3633:	finalize_deplibs=`$echo "X $finalize_deplibs" | $Xsed -e 's/ -lc / -framework System /'`
hotswap-0.4.0/kde-frontend/admin/ltmain.sh-3634-	;;
##############################################
hotswap-0.4.0/kde-frontend/admin/ltmain.sh-3733-	# Transform all the library objects into standard objects.
hotswap-0.4.0/kde-frontend/admin/ltmain.sh:3734:	compile_command=`$echo "X$compile_command" | $SP2NL | $Xsed -e "$lo2o" | $NL2SP`
hotswap-0.4.0/kde-frontend/admin/ltmain.sh:3735:	finalize_command=`$echo "X$finalize_command" | $SP2NL | $Xsed -e "$lo2o" | $NL2SP`
hotswap-0.4.0/kde-frontend/admin/ltmain.sh-3736-      fi
##############################################
hotswap-0.4.0/kde-frontend/admin/ltmain.sh-3779-	    # Add our own program objects to the symbol list.
hotswap-0.4.0/kde-frontend/admin/ltmain.sh:3780:	    progfiles=`$echo "X$objs$old_deplibs" | $SP2NL | $Xsed -e "$lo2o" | $NL2SP`
hotswap-0.4.0/kde-frontend/admin/ltmain.sh-3781-	    for arg in $progfiles; do
##############################################
hotswap-0.4.0/kde-frontend/admin/ltmain.sh-3809-	    $show "extracting global C symbols from \`$arg'"
hotswap-0.4.0/kde-frontend/admin/ltmain.sh:3810:	    name=`echo "$arg" | ${SED} -e 's%^.*/%%'`
hotswap-0.4.0/kde-frontend/admin/ltmain.sh-3811-	    $run eval 'echo ": $name " >> "$nlist"'
##############################################
hotswap-0.4.0/kde-frontend/admin/ltmain.sh-3903-	  # Transform the symbol file into the correct name.
hotswap-0.4.0/kde-frontend/admin/ltmain.sh:3904:	  compile_command=`$echo "X$compile_command" | $Xsed -e "s%@SYMFILE@%$output_objdir/${outputname}S.${objext}%"`
hotswap-0.4.0/kde-frontend/admin/ltmain.sh:3905:	  finalize_command=`$echo "X$finalize_command" | $Xsed -e "s%@SYMFILE@%$output_objdir/${outputname}S.${objext}%"`
hotswap-0.4.0/kde-frontend/admin/ltmain.sh-3906-	  ;;
##############################################
hotswap-0.4.0/kde-frontend/admin/ltmain.sh-3917-	# Nullify the symbol file.
hotswap-0.4.0/kde-frontend/admin/ltmain.sh:3918:	compile_command=`$echo "X$compile_command" | $Xsed -e "s% @SYMFILE@%%"`
hotswap-0.4.0/kde-frontend/admin/ltmain.sh:3919:	finalize_command=`$echo "X$finalize_command" | $Xsed -e "s% @SYMFILE@%%"`
hotswap-0.4.0/kde-frontend/admin/ltmain.sh-3920-      fi
##############################################
hotswap-0.4.0/kde-frontend/admin/ltmain.sh-3928-        *-*-aix4* | *-*-aix5*)
hotswap-0.4.0/kde-frontend/admin/ltmain.sh:3929:                   compile_command=`$echo "X$compile_command $wl-brtl" | $Xsed -e "s/\$CC/\$CC $wl-bnolibpath/1"`
hotswap-0.4.0/kde-frontend/admin/ltmain.sh:3930:                   finalize_command=`$echo "X$finalize_command $wl-brtl" | $Xsed -e "s/\$CC/\$CC $wl-bnolibpath/1"` ;;
hotswap-0.4.0/kde-frontend/admin/ltmain.sh-3931-      esac
##############################################
hotswap-0.4.0/kde-frontend/admin/ltmain.sh-3934-	# Replace the output file specification.
hotswap-0.4.0/kde-frontend/admin/ltmain.sh:3935:	compile_command=`$echo "X$compile_command" | $Xsed -e 's%@OUTPUT@%'"$output"'%g'`
hotswap-0.4.0/kde-frontend/admin/ltmain.sh-3936-	link_command="$compile_command$compile_rpath"
##############################################
hotswap-0.4.0/kde-frontend/admin/ltmain.sh-4001-	# Replace the output file specification.
hotswap-0.4.0/kde-frontend/admin/ltmain.sh:4002:	link_command=`$echo "X$link_command" | $Xsed -e 's%@OUTPUT@%'"$output"'%g'`
hotswap-0.4.0/kde-frontend/admin/ltmain.sh-4003-	# Delete the old output file.
##############################################
hotswap-0.4.0/kde-frontend/admin/ltmain.sh-4021-	  if test "$fast_install" = yes; then
hotswap-0.4.0/kde-frontend/admin/ltmain.sh:4022:	    relink_command=`$echo "X$compile_var$compile_command$compile_rpath" | $Xsed -e 's%@OUTPUT@%\$progdir/\$file%g'`
hotswap-0.4.0/kde-frontend/admin/ltmain.sh-4023-	  else
##############################################
hotswap-0.4.0/kde-frontend/admin/ltmain.sh-4033-      # Replace the output file specification.
hotswap-0.4.0/kde-frontend/admin/ltmain.sh:4034:      link_command=`$echo "X$link_command" | $Xsed -e 's%@OUTPUT@%'"$output_objdir/$outputname"'%g'`
hotswap-0.4.0/kde-frontend/admin/ltmain.sh-4035-
##############################################
hotswap-0.4.0/kde-frontend/admin/ltmain.sh-4053-	  else
hotswap-0.4.0/kde-frontend/admin/ltmain.sh:4054:	    var_value=`$echo "X$var_value" | $Xsed -e "$sed_quote_subst"`
hotswap-0.4.0/kde-frontend/admin/ltmain.sh-4055-	    relink_command="$var=\"$var_value\"; export $var; $relink_command"
##############################################
hotswap-0.4.0/kde-frontend/admin/ltmain.sh-4058-	relink_command="(cd `pwd`; $relink_command)"
hotswap-0.4.0/kde-frontend/admin/ltmain.sh:4059:	relink_command=`$echo "X$relink_command" | $Xsed -e "$sed_quote_subst"`
hotswap-0.4.0/kde-frontend/admin/ltmain.sh-4060-      fi
##############################################
hotswap-0.4.0/kde-frontend/admin/ltmain.sh-4067-	esac
hotswap-0.4.0/kde-frontend/admin/ltmain.sh:4068:	qecho=`$echo "X$qecho" | $Xsed -e "$sed_quote_subst"`
hotswap-0.4.0/kde-frontend/admin/ltmain.sh-4069-      else
hotswap-0.4.0/kde-frontend/admin/ltmain.sh:4070:	qecho=`$echo "X$echo" | $Xsed -e "$sed_quote_subst"`
hotswap-0.4.0/kde-frontend/admin/ltmain.sh-4071-      fi
##############################################
hotswap-0.4.0/kde-frontend/admin/ltmain.sh-4077-	case $output in
hotswap-0.4.0/kde-frontend/admin/ltmain.sh:4078:	  *.exe) output=`echo $output|${SED} 's,.exe$,,'` ;;
hotswap-0.4.0/kde-frontend/admin/ltmain.sh-4079-	esac
##############################################
hotswap-0.4.0/kde-frontend/admin/ltmain.sh-4123-      shift
hotswap-0.4.0/kde-frontend/admin/ltmain.sh:4124:    elif test \"X\`(\$echo '\t') 2>/dev/null\`\" = 'X\t'; then
hotswap-0.4.0/kde-frontend/admin/ltmain.sh-4125-      # Yippee, \$echo works!
##############################################
hotswap-0.4.0/kde-frontend/admin/ltmain.sh-4135-  # Find the directory that this script lives in.
hotswap-0.4.0/kde-frontend/admin/ltmain.sh:4136:  thisdir=\`\$echo \"X\$file\" | \$Xsed -e 's%/[^/]*$%%'\`
hotswap-0.4.0/kde-frontend/admin/ltmain.sh-4137-  test \"x\$thisdir\" = \"x\$file\" && thisdir=.
##############################################
hotswap-0.4.0/kde-frontend/admin/ltmain.sh-4139-  # Follow symbolic links until we get to the real thisdir.
hotswap-0.4.0/kde-frontend/admin/ltmain.sh:4140:  file=\`ls -ld \"\$file\" | ${SED} -n 's/.*-> //p'\`
hotswap-0.4.0/kde-frontend/admin/ltmain.sh-4141-  while test -n \"\$file\"; do
hotswap-0.4.0/kde-frontend/admin/ltmain.sh:4142:    destdir=\`\$echo \"X\$file\" | \$Xsed -e 's%/[^/]*\$%%'\`
hotswap-0.4.0/kde-frontend/admin/ltmain.sh-4143-
##############################################
hotswap-0.4.0/kde-frontend/admin/ltmain.sh-4151-
hotswap-0.4.0/kde-frontend/admin/ltmain.sh:4152:    file=\`\$echo \"X\$file\" | \$Xsed -e 's%^.*/%%'\`
hotswap-0.4.0/kde-frontend/admin/ltmain.sh:4153:    file=\`ls -ld \"\$thisdir/\$file\" | ${SED} -n 's/.*-> //p'\`
hotswap-0.4.0/kde-frontend/admin/ltmain.sh-4154-  done
##############################################
hotswap-0.4.0/kde-frontend/admin/ltmain.sh-4156-  # Try to get the absolute directory name.
hotswap-0.4.0/kde-frontend/admin/ltmain.sh:4157:  absdir=\`cd \"\$thisdir\" && pwd\`
hotswap-0.4.0/kde-frontend/admin/ltmain.sh-4158-  test -n \"\$absdir\" && thisdir=\"\$absdir\"
##############################################
hotswap-0.4.0/kde-frontend/admin/ltmain.sh-4166-  if test ! -f \"\$progdir/\$program\" || \\
hotswap-0.4.0/kde-frontend/admin/ltmain.sh:4167:     { file=\`ls -1dt \"\$progdir/\$program\" \"\$progdir/../\$program\" 2>/dev/null | ${SED} 1q\`; \\
hotswap-0.4.0/kde-frontend/admin/ltmain.sh-4168-       test \"X\$file\" != \"X\$progdir/\$program\"; }; then
##############################################
hotswap-0.4.0/kde-frontend/admin/ltmain.sh-4181-    if test -n \"\$relink_command\"; then
hotswap-0.4.0/kde-frontend/admin/ltmain.sh:4182:      if relink_command_output=\`eval \$relink_command 2>&1\`; then :
hotswap-0.4.0/kde-frontend/admin/ltmain.sh-4183-      else
##############################################
hotswap-0.4.0/kde-frontend/admin/ltmain.sh-4213-    # The second colon is a workaround for a bug in BeOS R4 sed
hotswap-0.4.0/kde-frontend/admin/ltmain.sh:4214:    $shlibpath_var=\`\$echo \"X\$$shlibpath_var\" | \$Xsed -e 's/::*\$//'\`
hotswap-0.4.0/kde-frontend/admin/ltmain.sh-4215-
##############################################
hotswap-0.4.0/kde-frontend/admin/ltmain.sh-4313-	  esac
hotswap-0.4.0/kde-frontend/admin/ltmain.sh:4314:	  xlib=`$echo "X$xlib" | $Xsed -e 's%^.*/%%'`
hotswap-0.4.0/kde-frontend/admin/ltmain.sh-4315-	  xdir="$gentop/$xlib"
##############################################
hotswap-0.4.0/kde-frontend/admin/ltmain.sh-4327-
hotswap-0.4.0/kde-frontend/admin/ltmain.sh:4328:	  oldobjs="$oldobjs "`find $xdir -name \*.${objext} -print -o -name \*.lo -print | $NL2SP`
hotswap-0.4.0/kde-frontend/admin/ltmain.sh-4329-	done
##############################################
hotswap-0.4.0/kde-frontend/admin/ltmain.sh-4339-
hotswap-0.4.0/kde-frontend/admin/ltmain.sh:4340:	if len=`expr "X$cmds" : ".*"` &&
hotswap-0.4.0/kde-frontend/admin/ltmain.sh-4341-	     test "$len" -le "$max_cmd_len" || test "$max_cmd_len" -le -1; then
##############################################
hotswap-0.4.0/kde-frontend/admin/ltmain.sh-4355-	    eval test_cmds=\"$old_archive_cmds\"
hotswap-0.4.0/kde-frontend/admin/ltmain.sh:4356:	    if len=`expr "X$test_cmds" : ".*"` &&
hotswap-0.4.0/kde-frontend/admin/ltmain.sh-4357-	       test "$len" -le "$max_cmd_len"; then
##############################################
hotswap-0.4.0/kde-frontend/admin/ltmain.sh-4399-	else
hotswap-0.4.0/kde-frontend/admin/ltmain.sh:4400:	  var_value=`$echo "X$var_value" | $Xsed -e "$sed_quote_subst"`
hotswap-0.4.0/kde-frontend/admin/ltmain.sh-4401-	  relink_command="$var=\"$var_value\"; export $var; $relink_command"
##############################################
hotswap-0.4.0/kde-frontend/admin/ltmain.sh-4405-      relink_command="($relink_command; cd `pwd`; $SHELL $0 --mode=relink $libtool_args)"
hotswap-0.4.0/kde-frontend/admin/ltmain.sh:4406:      relink_command=`$echo "X$relink_command" | $Xsed -e "$sed_quote_subst"`
hotswap-0.4.0/kde-frontend/admin/ltmain.sh-4407-
##############################################
hotswap-0.4.0/kde-frontend/admin/ltmain.sh-4420-	      *.la)
hotswap-0.4.0/kde-frontend/admin/ltmain.sh:4421:		name=`$echo "X$deplib" | $Xsed -e 's%^.*/%%'`
hotswap-0.4.0/kde-frontend/admin/ltmain.sh:4422:		eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $deplib`
hotswap-0.4.0/kde-frontend/admin/ltmain.sh-4423-		if test -z "$libdir"; then
##############################################
hotswap-0.4.0/kde-frontend/admin/ltmain.sh-4434-	    for lib in $dlfiles; do
hotswap-0.4.0/kde-frontend/admin/ltmain.sh:4435:	      name=`$echo "X$lib" | $Xsed -e 's%^.*/%%'`
hotswap-0.4.0/kde-frontend/admin/ltmain.sh:4436:	      eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $lib`
hotswap-0.4.0/kde-frontend/admin/ltmain.sh-4437-	      if test -z "$libdir"; then
##############################################
hotswap-0.4.0/kde-frontend/admin/ltmain.sh-4445-	    for lib in $dlprefiles; do
hotswap-0.4.0/kde-frontend/admin/ltmain.sh:4446:	      name=`$echo "X$lib" | $Xsed -e 's%^.*/%%'`
hotswap-0.4.0/kde-frontend/admin/ltmain.sh:4447:	      eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $lib`
hotswap-0.4.0/kde-frontend/admin/ltmain.sh-4448-	      if test -z "$libdir"; then
##############################################
hotswap-0.4.0/kde-frontend/admin/ltmain.sh-4520-      # Aesthetically quote it.
hotswap-0.4.0/kde-frontend/admin/ltmain.sh:4521:      arg=`$echo "X$nonopt" | $Xsed -e "$sed_quote_subst"`
hotswap-0.4.0/kde-frontend/admin/ltmain.sh-4522-      case $arg in
##############################################
hotswap-0.4.0/kde-frontend/admin/ltmain.sh-4536-    # Aesthetically quote it.
hotswap-0.4.0/kde-frontend/admin/ltmain.sh:4537:    arg=`$echo "X$arg" | $Xsed -e "$sed_quote_subst"`
hotswap-0.4.0/kde-frontend/admin/ltmain.sh-4538-    case $arg in
##############################################
hotswap-0.4.0/kde-frontend/admin/ltmain.sh-4584-      # Aesthetically quote the argument.
hotswap-0.4.0/kde-frontend/admin/ltmain.sh:4585:      arg=`$echo "X$arg" | $Xsed -e "$sed_quote_subst"`
hotswap-0.4.0/kde-frontend/admin/ltmain.sh-4586-      case $arg in
##############################################
hotswap-0.4.0/kde-frontend/admin/ltmain.sh-4616-    # Strip any trailing slash from the destination.
hotswap-0.4.0/kde-frontend/admin/ltmain.sh:4617:    dest=`$echo "X$dest" | $Xsed -e 's%/$%%'`
hotswap-0.4.0/kde-frontend/admin/ltmain.sh-4618-
##############################################
hotswap-0.4.0/kde-frontend/admin/ltmain.sh-4624-    else
hotswap-0.4.0/kde-frontend/admin/ltmain.sh:4625:      destdir=`$echo "X$dest" | $Xsed -e 's%/[^/]*$%%'`
hotswap-0.4.0/kde-frontend/admin/ltmain.sh-4626-      test "X$destdir" = "X$dest" && destdir=.
hotswap-0.4.0/kde-frontend/admin/ltmain.sh:4627:      destname=`$echo "X$dest" | $Xsed -e 's%^.*/%%'`
hotswap-0.4.0/kde-frontend/admin/ltmain.sh-4628-
##############################################
hotswap-0.4.0/kde-frontend/admin/ltmain.sh-4700-
hotswap-0.4.0/kde-frontend/admin/ltmain.sh:4701:	dir=`$echo "X$file" | $Xsed -e 's%/[^/]*$%%'`/
hotswap-0.4.0/kde-frontend/admin/ltmain.sh-4702-	test "X$dir" = "X$file/" && dir=
##############################################
hotswap-0.4.0/kde-frontend/admin/ltmain.sh-4756-	# Install the pseudo-library for information purposes.
hotswap-0.4.0/kde-frontend/admin/ltmain.sh:4757:	name=`$echo "X$file" | $Xsed -e 's%^.*/%%'`
hotswap-0.4.0/kde-frontend/admin/ltmain.sh-4758-	instname="$dir/$name"i
##############################################
hotswap-0.4.0/kde-frontend/admin/ltmain.sh-4772-	else
hotswap-0.4.0/kde-frontend/admin/ltmain.sh:4773:	  destfile=`$echo "X$file" | $Xsed -e 's%^.*/%%'`
hotswap-0.4.0/kde-frontend/admin/ltmain.sh-4774-	  destfile="$destdir/$destfile"
##############################################
hotswap-0.4.0/kde-frontend/admin/ltmain.sh-4779-	*.lo)
hotswap-0.4.0/kde-frontend/admin/ltmain.sh:4780:	  staticdest=`$echo "X$destfile" | $Xsed -e "$lo2o"`
hotswap-0.4.0/kde-frontend/admin/ltmain.sh-4781-	  ;;
##############################################
hotswap-0.4.0/kde-frontend/admin/ltmain.sh-4801-	  # Deduce the name of the old-style object file.
hotswap-0.4.0/kde-frontend/admin/ltmain.sh:4802:	  staticobj=`$echo "X$file" | $Xsed -e "$lo2o"`
hotswap-0.4.0/kde-frontend/admin/ltmain.sh-4803-
##############################################
hotswap-0.4.0/kde-frontend/admin/ltmain.sh-4814-	else
hotswap-0.4.0/kde-frontend/admin/ltmain.sh:4815:	  destfile=`$echo "X$file" | $Xsed -e 's%^.*/%%'`
hotswap-0.4.0/kde-frontend/admin/ltmain.sh-4816-	  destfile="$destdir/$destfile"
##############################################
hotswap-0.4.0/kde-frontend/admin/ltmain.sh-4821-	*cygwin*|*mingw*)
hotswap-0.4.0/kde-frontend/admin/ltmain.sh:4822:	    wrapper=`echo $file | ${SED} -e 's,.exe$,,'`
hotswap-0.4.0/kde-frontend/admin/ltmain.sh-4823-	    ;;
##############################################
hotswap-0.4.0/kde-frontend/admin/ltmain.sh-4854-	    fi
hotswap-0.4.0/kde-frontend/admin/ltmain.sh:4855:	    libfile="$libdir/"`$echo "X$lib" | $Xsed -e 's%^.*/%%g'` ### testsuite: skip nested quoting test
hotswap-0.4.0/kde-frontend/admin/ltmain.sh-4856-	    if test -n "$libdir" && test ! -f "$libfile"; then
hotswap-0.4.0/kde-frontend/admin/ltmain.sh:4857:	      $echo "$modename: warning: \`$lib' has not been installed in \`$libdir'" 1>&2
hotswap-0.4.0/kde-frontend/admin/ltmain.sh-4858-	      finalize=no
##############################################
hotswap-0.4.0/kde-frontend/admin/ltmain.sh-4879-	      fi
hotswap-0.4.0/kde-frontend/admin/ltmain.sh:4880:	      file=`$echo "X$file" | $Xsed -e 's%^.*/%%'`
hotswap-0.4.0/kde-frontend/admin/ltmain.sh-4881-	      outputname="$tmpdir/$file"
hotswap-0.4.0/kde-frontend/admin/ltmain.sh-4882-	      # Replace the output file specification.
hotswap-0.4.0/kde-frontend/admin/ltmain.sh:4883:	      relink_command=`$echo "X$relink_command" | $Xsed -e 's%@OUTPUT@%'"$outputname"'%g'`
hotswap-0.4.0/kde-frontend/admin/ltmain.sh-4884-
##############################################
hotswap-0.4.0/kde-frontend/admin/ltmain.sh-4897-	    # Install the binary that we compiled earlier.
hotswap-0.4.0/kde-frontend/admin/ltmain.sh:4898:	    file=`$echo "X$file" | $Xsed -e "s%\([^/]*\)$%$objdir/\1%"`
hotswap-0.4.0/kde-frontend/admin/ltmain.sh-4899-	  fi
##############################################
hotswap-0.4.0/kde-frontend/admin/ltmain.sh-4913-	  *:*.exe)
hotswap-0.4.0/kde-frontend/admin/ltmain.sh:4914:	    destfile=`echo $destfile | ${SED} -e 's,.exe$,,'`
hotswap-0.4.0/kde-frontend/admin/ltmain.sh-4915-	    ;;
##############################################
hotswap-0.4.0/kde-frontend/admin/ltmain.sh-4926-    for file in $staticlibs; do
hotswap-0.4.0/kde-frontend/admin/ltmain.sh:4927:      name=`$echo "X$file" | $Xsed -e 's%^.*/%%'`
hotswap-0.4.0/kde-frontend/admin/ltmain.sh-4928-
##############################################
hotswap-0.4.0/kde-frontend/admin/ltmain.sh-5081-	  # Warn if it was a shared library.
hotswap-0.4.0/kde-frontend/admin/ltmain.sh:5082:	  test -n "$library_names" && $echo "$modename: warning: \`$file' was not linked with \`-export-dynamic'"
hotswap-0.4.0/kde-frontend/admin/ltmain.sh-5083-	  continue
##############################################
hotswap-0.4.0/kde-frontend/admin/ltmain.sh-5085-
hotswap-0.4.0/kde-frontend/admin/ltmain.sh:5086:	dir=`$echo "X$file" | $Xsed -e 's%/[^/]*$%%'`
hotswap-0.4.0/kde-frontend/admin/ltmain.sh-5087-	test "X$dir" = "X$file" && dir=.
##############################################
hotswap-0.4.0/kde-frontend/admin/ltmain.sh-5091-	else
hotswap-0.4.0/kde-frontend/admin/ltmain.sh:5092:	  $echo "$modename: cannot find \`$dlname' in \`$dir' or \`$dir/$objdir'" 1>&2
hotswap-0.4.0/kde-frontend/admin/ltmain.sh-5093-	  exit 1
##############################################
hotswap-0.4.0/kde-frontend/admin/ltmain.sh-5098-	# Just add the directory containing the .lo file.
hotswap-0.4.0/kde-frontend/admin/ltmain.sh:5099:	dir=`$echo "X$file" | $Xsed -e 's%/[^/]*$%%'`
hotswap-0.4.0/kde-frontend/admin/ltmain.sh-5100-	test "X$dir" = "X$file" && dir=.
##############################################
hotswap-0.4.0/kde-frontend/admin/ltmain.sh-5109-      # Get the absolute pathname.
hotswap-0.4.0/kde-frontend/admin/ltmain.sh:5110:      absdir=`cd "$dir" && pwd`
hotswap-0.4.0/kde-frontend/admin/ltmain.sh-5111-      test -n "$absdir" && dir="$absdir"
##############################################
hotswap-0.4.0/kde-frontend/admin/ltmain.sh-5145-      # Quote arguments (to preserve shell metacharacters).
hotswap-0.4.0/kde-frontend/admin/ltmain.sh:5146:      file=`$echo "X$file" | $Xsed -e "$sed_quote_subst"`
hotswap-0.4.0/kde-frontend/admin/ltmain.sh-5147-      args="$args \"$file\""
##############################################
hotswap-0.4.0/kde-frontend/admin/ltmain.sh-5206-    for file in $files; do
hotswap-0.4.0/kde-frontend/admin/ltmain.sh:5207:      dir=`$echo "X$file" | $Xsed -e 's%/[^/]*$%%'`
hotswap-0.4.0/kde-frontend/admin/ltmain.sh-5208-      if test "X$dir" = "X$file"; then
##############################################
hotswap-0.4.0/kde-frontend/admin/ltmain.sh-5213-      fi
hotswap-0.4.0/kde-frontend/admin/ltmain.sh:5214:      name=`$echo "X$file" | $Xsed -e 's%^.*/%%'`
hotswap-0.4.0/kde-frontend/admin/ltmain.sh-5215-      test "$mode" = uninstall && objdir="$dir"
##############################################
hotswap-0.4.0/kde-frontend/admin/ltmain.sh-5565-# ### BEGIN LIBTOOL TAG CONFIG: disable-static
hotswap-0.4.0/kde-frontend/admin/ltmain.sh:5566:build_old_libs=`case $build_libtool_libs in yes) echo no;; *) echo yes;; esac`
hotswap-0.4.0/kde-frontend/admin/ltmain.sh-5567-# ### END LIBTOOL TAG CONFIG: disable-static
##############################################
hotswap-0.4.0/kde-frontend/admin/Makefile-287-distdir: $(DISTFILES)
hotswap-0.4.0/kde-frontend/admin/Makefile:288:	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
hotswap-0.4.0/kde-frontend/admin/Makefile:289:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
hotswap-0.4.0/kde-frontend/admin/Makefile-290-	list='$(DISTFILES)'; for file in $$list; do \
hotswap-0.4.0/kde-frontend/admin/Makefile-291-	  case $$file in \
hotswap-0.4.0/kde-frontend/admin/Makefile:292:	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
hotswap-0.4.0/kde-frontend/admin/Makefile:293:	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
hotswap-0.4.0/kde-frontend/admin/Makefile-294-	  esac; \
hotswap-0.4.0/kde-frontend/admin/Makefile-295-	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
hotswap-0.4.0/kde-frontend/admin/Makefile:296:	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
hotswap-0.4.0/kde-frontend/admin/Makefile-297-	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
##############################################
hotswap-0.4.0/kde-frontend/admin/Makefile-403-		if [ -f $$file -a $$file != 'Makefile' -a $$file != 'Makefile.in' -a $$file != 'Makefile.am' ]; then \
hotswap-0.4.0/kde-frontend/admin/Makefile:404:			destfile=`basename $$file` \
hotswap-0.4.0/kde-frontend/admin/Makefile-405-			$(INSTALL_DATA) $$file \
##############################################
hotswap-0.4.0/kde-frontend/admin/Makefile.am-4-		if [ -f $$file -a $$file != 'Makefile' -a $$file != 'Makefile.in' -a $$file != 'Makefile.am' ]; then \
hotswap-0.4.0/kde-frontend/admin/Makefile.am:5:			destfile=`basename $$file` \
hotswap-0.4.0/kde-frontend/admin/Makefile.am-6-			$(INSTALL_DATA) $$file \
##############################################
hotswap-0.4.0/kde-frontend/admin/Makefile.common-13-	    admindir=$$admindir/..; \
hotswap-0.4.0/kde-frontend/admin/Makefile.common:14:	    if test `cd $$admindir && pwd` = / ; then break; fi; \
hotswap-0.4.0/kde-frontend/admin/Makefile.common-15-	  done; \
##############################################
hotswap-0.4.0/kde-frontend/admin/Makefile.in-286-distdir: $(DISTFILES)
hotswap-0.4.0/kde-frontend/admin/Makefile.in:287:	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
hotswap-0.4.0/kde-frontend/admin/Makefile.in:288:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
hotswap-0.4.0/kde-frontend/admin/Makefile.in-289-	list='$(DISTFILES)'; for file in $$list; do \
hotswap-0.4.0/kde-frontend/admin/Makefile.in-290-	  case $$file in \
hotswap-0.4.0/kde-frontend/admin/Makefile.in:291:	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
hotswap-0.4.0/kde-frontend/admin/Makefile.in:292:	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
hotswap-0.4.0/kde-frontend/admin/Makefile.in-293-	  esac; \
hotswap-0.4.0/kde-frontend/admin/Makefile.in-294-	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
hotswap-0.4.0/kde-frontend/admin/Makefile.in:295:	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
hotswap-0.4.0/kde-frontend/admin/Makefile.in-296-	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
##############################################
hotswap-0.4.0/kde-frontend/admin/Makefile.in-402-		if [ -f $$file -a $$file != 'Makefile' -a $$file != 'Makefile.in' -a $$file != 'Makefile.am' ]; then \
hotswap-0.4.0/kde-frontend/admin/Makefile.in:403:			destfile=`basename $$file` \
hotswap-0.4.0/kde-frontend/admin/Makefile.in-404-			$(INSTALL_DATA) $$file \
##############################################
hotswap-0.4.0/kde-frontend/admin/missing-128-         from any GNU archive site."
hotswap-0.4.0/kde-frontend/admin/missing:129:    files=`sed -n 's/^[ ]*A[CM]_CONFIG_HEADER(\([^)]*\)).*/\1/p' ${configure_ac}`
hotswap-0.4.0/kde-frontend/admin/missing-130-    test -z "$files" && files="config.h"
##############################################
hotswap-0.4.0/kde-frontend/admin/missing-167-         proper tools for further handling them.
hotswap-0.4.0/kde-frontend/admin/missing:168:         You can get \`$1Help2man' as part of \`Autoconf' from any GNU
hotswap-0.4.0/kde-frontend/admin/missing-169-         archive site."
hotswap-0.4.0/kde-frontend/admin/missing-170-
hotswap-0.4.0/kde-frontend/admin/missing:171:    file=`echo "$*" | sed -n 's/.*--output[ =]*\([^ ]*\).*/\1/p'`
hotswap-0.4.0/kde-frontend/admin/missing:172:    test -z "$file" && file=`echo "$*" | sed -n 's/.*-o[ ]*\([^ ]*\).*/\1/p'`
hotswap-0.4.0/kde-frontend/admin/missing-173-    if test -f "$file"; then
##############################################
hotswap-0.4.0/kde-frontend/admin/missing-196-	*.y)
hotswap-0.4.0/kde-frontend/admin/missing:197:	    SRCFILE=`echo "$LASTARG" | sed 's/y$/c/'`
hotswap-0.4.0/kde-frontend/admin/missing-198-	    if [ -f "$SRCFILE" ]; then
##############################################
hotswap-0.4.0/kde-frontend/admin/missing-200-	    fi
hotswap-0.4.0/kde-frontend/admin/missing:201:	    SRCFILE=`echo "$LASTARG" | sed 's/y$/h/'`
hotswap-0.4.0/kde-frontend/admin/missing-202-	    if [ -f "$SRCFILE" ]; then
##############################################
hotswap-0.4.0/kde-frontend/admin/missing-226-	*.l)
hotswap-0.4.0/kde-frontend/admin/missing:227:	    SRCFILE=`echo "$LASTARG" | sed 's/l$/c/'`
hotswap-0.4.0/kde-frontend/admin/missing-228-	    if [ -f "$SRCFILE" ]; then
##############################################
hotswap-0.4.0/kde-frontend/admin/missing-250-
hotswap-0.4.0/kde-frontend/admin/missing:251:    file=`echo "$*" | sed -n 's/.*-o \([^ ]*\).*/\1/p'`
hotswap-0.4.0/kde-frontend/admin/missing-252-    if test -z "$file"; then
hotswap-0.4.0/kde-frontend/admin/missing:253:	file=`echo "$*" | sed -n 's/.*--output=\([^ ]*\).*/\1/p'`
hotswap-0.4.0/kde-frontend/admin/missing-254-    fi
##############################################
hotswap-0.4.0/kde-frontend/admin/missing-276-         the \`GNU make' package.  Grab either from any GNU archive site."
hotswap-0.4.0/kde-frontend/admin/missing:277:    file=`echo "$*" | sed -n 's/.*-o \([^ ]*\).*/\1/p'`
hotswap-0.4.0/kde-frontend/admin/missing-278-    if test -z "$file"; then
hotswap-0.4.0/kde-frontend/admin/missing:279:      file=`echo "$*" | sed 's/.* \([^ ]*\) *$/\1/'`
hotswap-0.4.0/kde-frontend/admin/missing:280:      file=`sed -n '/^@setfilename/ { s/.* \([^ ]*\) *$/\1/; p; q; }' $file`
hotswap-0.4.0/kde-frontend/admin/missing-281-    fi
##############################################
hotswap-0.4.0/kde-frontend/admin/missing-304-	*o*)
hotswap-0.4.0/kde-frontend/admin/missing:305:	    firstarg=`echo "$firstarg" | sed s/o//`
hotswap-0.4.0/kde-frontend/admin/missing-306-	    tar "$firstarg" "$@" && exit 0
##############################################
hotswap-0.4.0/kde-frontend/admin/missing-310-	*h*)
hotswap-0.4.0/kde-frontend/admin/missing:311:	    firstarg=`echo "$firstarg" | sed s/h//`
hotswap-0.4.0/kde-frontend/admin/missing-312-	    tar "$firstarg" "$@" && exit 0
##############################################
hotswap-0.4.0/kde-frontend/admin/mkinstalldirs-69-do
hotswap-0.4.0/kde-frontend/admin/mkinstalldirs:70:  set fnord `echo ":$file" | sed -ne 's/^:\//#/;s/^://;s/\// /g;s/^#/\//;p'`
hotswap-0.4.0/kde-frontend/admin/mkinstalldirs-71-  shift
##############################################
hotswap-0.4.0/kde-frontend/admin/ylwrap-47-# The directory holding the input.
hotswap-0.4.0/kde-frontend/admin/ylwrap:48:input_dir=`echo "$input" | sed -e 's,\([\\/]\)[^\\/]*$,\1,'`
hotswap-0.4.0/kde-frontend/admin/ylwrap-49-# Quote $INPUT_DIR so we can use it in a regexp.
hotswap-0.4.0/kde-frontend/admin/ylwrap-50-# FIXME: really we should care about more than `.' and `\'.
hotswap-0.4.0/kde-frontend/admin/ylwrap:51:input_rx=`echo "$input_dir" | sed -e 's,\\\\,\\\\\\\\,g' -e 's,\\.,\\\\.,g'`
hotswap-0.4.0/kde-frontend/admin/ylwrap-52-
##############################################
hotswap-0.4.0/kde-frontend/doc/Makefile.in-291-	  else file=$$i; fi; \
hotswap-0.4.0/kde-frontend/doc/Makefile.in:292:	  ext=`echo $$i | sed -e 's/^.*\\.//'`; \
hotswap-0.4.0/kde-frontend/doc/Makefile.in-293-	  case "$$ext" in \
##############################################
hotswap-0.4.0/kde-frontend/doc/Makefile.in-296-	  esac; \
hotswap-0.4.0/kde-frontend/doc/Makefile.in:297:	  inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
hotswap-0.4.0/kde-frontend/doc/Makefile.in:298:	  inst=`echo $$inst | sed -e 's/^.*\///'`; \
hotswap-0.4.0/kde-frontend/doc/Makefile.in:299:	  inst=`echo $$inst | sed '$(transform)'`.$$ext; \
hotswap-0.4.0/kde-frontend/doc/Makefile.in-300-	  echo " $(INSTALL_DATA) $$file $(DESTDIR)$(man1dir)/$$inst"; \
##############################################
hotswap-0.4.0/kde-frontend/doc/Makefile.in-312-	for i in $$list; do \
hotswap-0.4.0/kde-frontend/doc/Makefile.in:313:	  ext=`echo $$i | sed -e 's/^.*\\.//'`; \
hotswap-0.4.0/kde-frontend/doc/Makefile.in-314-	  case "$$ext" in \
##############################################
hotswap-0.4.0/kde-frontend/doc/Makefile.in-317-	  esac; \
hotswap-0.4.0/kde-frontend/doc/Makefile.in:318:	  inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
hotswap-0.4.0/kde-frontend/doc/Makefile.in:319:	  inst=`echo $$inst | sed -e 's/^.*\///'`; \
hotswap-0.4.0/kde-frontend/doc/Makefile.in:320:	  inst=`echo $$inst | sed '$(transform)'`.$$ext; \
hotswap-0.4.0/kde-frontend/doc/Makefile.in-321-	  echo " rm -f $(DESTDIR)$(man1dir)/$$inst"; \
##############################################
hotswap-0.4.0/kde-frontend/doc/Makefile.in-342-distdir: distdir-nls  $(DISTFILES)
hotswap-0.4.0/kde-frontend/doc/Makefile.in:343:	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
hotswap-0.4.0/kde-frontend/doc/Makefile.in:344:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
hotswap-0.4.0/kde-frontend/doc/Makefile.in-345-	list='$(DISTFILES)'; for file in $$list; do \
hotswap-0.4.0/kde-frontend/doc/Makefile.in-346-	  case $$file in \
hotswap-0.4.0/kde-frontend/doc/Makefile.in:347:	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
hotswap-0.4.0/kde-frontend/doc/Makefile.in:348:	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
hotswap-0.4.0/kde-frontend/doc/Makefile.in-349-	  esac; \
hotswap-0.4.0/kde-frontend/doc/Makefile.in-350-	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
hotswap-0.4.0/kde-frontend/doc/Makefile.in:351:	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
hotswap-0.4.0/kde-frontend/doc/Makefile.in-352-	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
##############################################
hotswap-0.4.0/kde-frontend/khotswap/Makefile.in-343-	@list='$(bin_PROGRAMS)'; for p in $$list; do \
hotswap-0.4.0/kde-frontend/khotswap/Makefile.in:344:	  p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
hotswap-0.4.0/kde-frontend/khotswap/Makefile.in-345-	  if test -f $$p \
##############################################
hotswap-0.4.0/kde-frontend/khotswap/Makefile.in-347-	  ; then \
hotswap-0.4.0/kde-frontend/khotswap/Makefile.in:348:	    f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
hotswap-0.4.0/kde-frontend/khotswap/Makefile.in-349-	   echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) $$p $(DESTDIR)$(bindir)/$$f"; \
##############################################
hotswap-0.4.0/kde-frontend/khotswap/Makefile.in-356-	@list='$(bin_PROGRAMS)'; for p in $$list; do \
hotswap-0.4.0/kde-frontend/khotswap/Makefile.in:357:	  f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
hotswap-0.4.0/kde-frontend/khotswap/Makefile.in-358-	  echo " rm -f $(DESTDIR)$(bindir)/$$f"; \
##############################################
hotswap-0.4.0/kde-frontend/khotswap/Makefile.in-363-	@list='$(bin_PROGRAMS)'; for p in $$list; do \
hotswap-0.4.0/kde-frontend/khotswap/Makefile.in:364:	  f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
hotswap-0.4.0/kde-frontend/khotswap/Makefile.in-365-	  echo " rm -f $$p $$f"; \
##############################################
hotswap-0.4.0/kde-frontend/khotswap/Makefile.in-386-@am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
hotswap-0.4.0/kde-frontend/khotswap/Makefile.in:387:@am__fastdepCXX_TRUE@	  -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<; \
hotswap-0.4.0/kde-frontend/khotswap/Makefile.in-388-@am__fastdepCXX_TRUE@	then mv "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \
##############################################
hotswap-0.4.0/kde-frontend/khotswap/Makefile.in-393-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
hotswap-0.4.0/kde-frontend/khotswap/Makefile.in:394:@am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
hotswap-0.4.0/kde-frontend/khotswap/Makefile.in-395-
##############################################
hotswap-0.4.0/kde-frontend/khotswap/Makefile.in-397-@am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
hotswap-0.4.0/kde-frontend/khotswap/Makefile.in:398:@am__fastdepCXX_TRUE@	  -c -o $@ `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`; \
hotswap-0.4.0/kde-frontend/khotswap/Makefile.in-399-@am__fastdepCXX_TRUE@	then mv "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \
##############################################
hotswap-0.4.0/kde-frontend/khotswap/Makefile.in-404-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
hotswap-0.4.0/kde-frontend/khotswap/Makefile.in:405:@am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`
hotswap-0.4.0/kde-frontend/khotswap/Makefile.in-406-
##############################################
hotswap-0.4.0/kde-frontend/khotswap/Makefile.in-408-@am__fastdepCXX_TRUE@	if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
hotswap-0.4.0/kde-frontend/khotswap/Makefile.in:409:@am__fastdepCXX_TRUE@	  -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<; \
hotswap-0.4.0/kde-frontend/khotswap/Makefile.in-410-@am__fastdepCXX_TRUE@	then mv "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; \
##############################################
hotswap-0.4.0/kde-frontend/khotswap/Makefile.in-415-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
hotswap-0.4.0/kde-frontend/khotswap/Makefile.in:416:@am__fastdepCXX_FALSE@	$(LTCXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
hotswap-0.4.0/kde-frontend/khotswap/Makefile.in-417-
##############################################
hotswap-0.4.0/kde-frontend/khotswap/Makefile.in-432-	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
hotswap-0.4.0/kde-frontend/khotswap/Makefile.in:433:	  f="`echo $$p | sed -e 's|^.*/||'`"; \
hotswap-0.4.0/kde-frontend/khotswap/Makefile.in-434-	  echo " $(desktopDATA_INSTALL) $$d$$p $(DESTDIR)$(desktopdir)/$$f"; \
##############################################
hotswap-0.4.0/kde-frontend/khotswap/Makefile.in-440-	@list='$(desktop_DATA)'; for p in $$list; do \
hotswap-0.4.0/kde-frontend/khotswap/Makefile.in:441:	  f="`echo $$p | sed -e 's|^.*/||'`"; \
hotswap-0.4.0/kde-frontend/khotswap/Makefile.in-442-	  echo " rm -f $(DESTDIR)$(desktopdir)/$$f"; \
##############################################
hotswap-0.4.0/kde-frontend/khotswap/Makefile.in-492-GTAGS:
hotswap-0.4.0/kde-frontend/khotswap/Makefile.in:493:	here=`$(am__cd) $(top_builddir) && pwd` \
hotswap-0.4.0/kde-frontend/khotswap/Makefile.in-494-	  && cd $(top_srcdir) \
##############################################
hotswap-0.4.0/kde-frontend/khotswap/Makefile.in-509-distdir: $(DISTFILES)
hotswap-0.4.0/kde-frontend/khotswap/Makefile.in:510:	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
hotswap-0.4.0/kde-frontend/khotswap/Makefile.in:511:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
hotswap-0.4.0/kde-frontend/khotswap/Makefile.in-512-	list='$(DISTFILES)'; for file in $$list; do \
hotswap-0.4.0/kde-frontend/khotswap/Makefile.in-513-	  case $$file in \
hotswap-0.4.0/kde-frontend/khotswap/Makefile.in:514:	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
hotswap-0.4.0/kde-frontend/khotswap/Makefile.in:515:	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
hotswap-0.4.0/kde-frontend/khotswap/Makefile.in-516-	  esac; \
hotswap-0.4.0/kde-frontend/khotswap/Makefile.in-517-	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
hotswap-0.4.0/kde-frontend/khotswap/Makefile.in:518:	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
hotswap-0.4.0/kde-frontend/khotswap/Makefile.in-519-	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
##############################################
hotswap-0.4.0/kde-frontend/pics/Makefile.in-286-distdir: $(DISTFILES)
hotswap-0.4.0/kde-frontend/pics/Makefile.in:287:	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
hotswap-0.4.0/kde-frontend/pics/Makefile.in:288:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
hotswap-0.4.0/kde-frontend/pics/Makefile.in-289-	list='$(DISTFILES)'; for file in $$list; do \
hotswap-0.4.0/kde-frontend/pics/Makefile.in-290-	  case $$file in \
hotswap-0.4.0/kde-frontend/pics/Makefile.in:291:	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
hotswap-0.4.0/kde-frontend/pics/Makefile.in:292:	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
hotswap-0.4.0/kde-frontend/pics/Makefile.in-293-	  esac; \
hotswap-0.4.0/kde-frontend/pics/Makefile.in-294-	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
hotswap-0.4.0/kde-frontend/pics/Makefile.in:295:	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
hotswap-0.4.0/kde-frontend/pics/Makefile.in-296-	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
##############################################
hotswap-0.4.0/kde-frontend/po/Makefile.in-296-distdir: distdir-nls  $(DISTFILES)
hotswap-0.4.0/kde-frontend/po/Makefile.in:297:	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
hotswap-0.4.0/kde-frontend/po/Makefile.in:298:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
hotswap-0.4.0/kde-frontend/po/Makefile.in-299-	list='$(DISTFILES)'; for file in $$list; do \
hotswap-0.4.0/kde-frontend/po/Makefile.in-300-	  case $$file in \
hotswap-0.4.0/kde-frontend/po/Makefile.in:301:	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
hotswap-0.4.0/kde-frontend/po/Makefile.in:302:	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
hotswap-0.4.0/kde-frontend/po/Makefile.in-303-	  esac; \
hotswap-0.4.0/kde-frontend/po/Makefile.in-304-	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
hotswap-0.4.0/kde-frontend/po/Makefile.in:305:	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
hotswap-0.4.0/kde-frontend/po/Makefile.in-306-	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
##############################################
hotswap-0.4.0/motif-frontend/po/Makefile.in.in-29-MKINSTALLDIRS = @MKINSTALLDIRS@
hotswap-0.4.0/motif-frontend/po/Makefile.in.in:30:mkinstalldirs = $(SHELL) `case "$(MKINSTALLDIRS)" in /*) echo "$(MKINSTALLDIRS)" ;; *) echo "$(top_builddir)/$(MKINSTALLDIRS)" ;; esac`
hotswap-0.4.0/motif-frontend/po/Makefile.in.in-31-
##############################################
hotswap-0.4.0/motif-frontend/po/Makefile.in.in-64-.po.gmo:
hotswap-0.4.0/motif-frontend/po/Makefile.in.in:65:	@lang=`echo $* | sed -e 's,.*/,,'`; \
hotswap-0.4.0/motif-frontend/po/Makefile.in.in-66-	test "$(srcdir)" = . && cdcmd="" || cdcmd="cd $(srcdir) && "; \
##############################################
hotswap-0.4.0/motif-frontend/po/Makefile.in.in-107-$(POFILES): $(srcdir)/$(DOMAIN).pot
hotswap-0.4.0/motif-frontend/po/Makefile.in.in:108:	@lang=`echo $@ | sed -e 's,.*/,,' -e 's/\.po$$//'`; \
hotswap-0.4.0/motif-frontend/po/Makefile.in.in-109-	test "$(srcdir)" = . && cdcmd="" || cdcmd="cd $(srcdir) && "; \
##############################################
hotswap-0.4.0/motif-frontend/po/Makefile.in.in-130-	for cat in $$catalogs; do \
hotswap-0.4.0/motif-frontend/po/Makefile.in.in:131:	  cat=`basename $$cat`; \
hotswap-0.4.0/motif-frontend/po/Makefile.in.in:132:	  lang=`echo $$cat | sed -e 's/\.gmo$$//'`; \
hotswap-0.4.0/motif-frontend/po/Makefile.in.in-133-	  dir=$(localedir)/$$lang/LC_MESSAGES; \
##############################################
hotswap-0.4.0/motif-frontend/po/Makefile.in.in-140-	      if (cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc 2>/dev/null) | grep ' -> ' >/dev/null; then \
hotswap-0.4.0/motif-frontend/po/Makefile.in.in:141:	        link=`cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc | sed -e 's/^.* -> //'`; \
hotswap-0.4.0/motif-frontend/po/Makefile.in.in-142-	        mv $(DESTDIR)$(localedir)/$$lang/$$lc $(DESTDIR)$(localedir)/$$lang/$$lc.old; \
##############################################
hotswap-0.4.0/motif-frontend/po/Makefile.in.in-182-	for cat in $$catalogs; do \
hotswap-0.4.0/motif-frontend/po/Makefile.in.in:183:	  cat=`basename $$cat`; \
hotswap-0.4.0/motif-frontend/po/Makefile.in.in:184:	  lang=`echo $$cat | sed -e 's/\.gmo$$//'`; \
hotswap-0.4.0/motif-frontend/po/Makefile.in.in-185-	  dir=$(localedir)/$$lang/LC_MESSAGES; \
##############################################
hotswap-0.4.0/motif-frontend/po/Makefile.in.in-189-	      if (cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc 2>/dev/null) | grep ' -> ' >/dev/null; then \
hotswap-0.4.0/motif-frontend/po/Makefile.in.in:190:	        link=`cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc | sed -e 's/^.* -> //'`; \
hotswap-0.4.0/motif-frontend/po/Makefile.in.in-191-	        mv $(DESTDIR)$(localedir)/$$lang/$$lc $(DESTDIR)$(localedir)/$$lang/$$lc.old; \
##############################################
hotswap-0.4.0/motif-frontend/po/Makefile.in.in-228-	for cat in $$catalogs; do \
hotswap-0.4.0/motif-frontend/po/Makefile.in.in:229:	  cat=`basename $$cat`; \
hotswap-0.4.0/motif-frontend/po/Makefile.in.in:230:	  lang=`echo $$cat | sed -e 's/\.gmo$$//'`; \
hotswap-0.4.0/motif-frontend/po/Makefile.in.in-231-	  for lc in LC_MESSAGES $(EXTRA_LOCALE_CATEGORIES); do \
##############################################
hotswap-0.4.0/motif-frontend/po/Makefile.in.in-279-.nop.po-update:
hotswap-0.4.0/motif-frontend/po/Makefile.in.in:280:	@lang=`echo $@ | sed -e 's/\.po-update$$//'`; \
hotswap-0.4.0/motif-frontend/po/Makefile.in.in-281-	if test "$(PACKAGE)" = "gettext"; then PATH=`pwd`/../src:$$PATH; fi; \
##############################################
hotswap-0.4.0/motif-frontend/po/Rules-quot-10-.insert-header.po-update-en:
hotswap-0.4.0/motif-frontend/po/Rules-quot:11:	@lang=`echo $@ | sed -e 's/\.po-update-en$$//'`; \
hotswap-0.4.0/motif-frontend/po/Rules-quot:12:	if test "$(PACKAGE)" = "gettext"; then PATH=`pwd`/../src:$$PATH; GETTEXTLIBDIR=`cd $(top_srcdir)/src && pwd`; export GETTEXTLIBDIR; fi; \
hotswap-0.4.0/motif-frontend/po/Rules-quot-13-	tmpdir=`pwd`; \
hotswap-0.4.0/motif-frontend/po/Rules-quot-14-	echo "$$lang:"; \
hotswap-0.4.0/motif-frontend/po/Rules-quot:15:	ll=`echo $$lang | sed -e 's/@.*//'`; \
hotswap-0.4.0/motif-frontend/po/Rules-quot-16-	LC_ALL=C; export LC_ALL; \
hotswap-0.4.0/motif-frontend/po/Rules-quot-17-	cd $(srcdir); \
hotswap-0.4.0/motif-frontend/po/Rules-quot:18:	if $(MSGINIT) -i $(DOMAIN).pot --no-translator -l $$ll -o - 2>/dev/null | sed -f $$tmpdir/$$lang.insert-header | $(MSGCONV) -t UTF-8 | $(MSGFILTER) sed -f `echo $$lang | sed -e 's/.*@//'`.sed 2>/dev/null > $$tmpdir/$$lang.new.po; then \
hotswap-0.4.0/motif-frontend/po/Rules-quot-19-	  if cmp $$lang.po $$tmpdir/$$lang.new.po >/dev/null 2>&1; then \
##############################################
hotswap-0.4.0/motif-frontend/Makefile.in-201-	dot_seen=no; \
hotswap-0.4.0/motif-frontend/Makefile.in:202:	target=`echo $@ | sed s/-recursive//`; \
hotswap-0.4.0/motif-frontend/Makefile.in-203-	list='$(SUBDIRS)'; for subdir in $$list; do \
##############################################
hotswap-0.4.0/motif-frontend/Makefile.in-231-	rev="$$rev ."; \
hotswap-0.4.0/motif-frontend/Makefile.in:232:	target=`echo $@ | sed s/-recursive//`; \
hotswap-0.4.0/motif-frontend/Makefile.in-233-	for subdir in $$rev; do \
##############################################
hotswap-0.4.0/motif-frontend/Makefile.in-303-GTAGS:
hotswap-0.4.0/motif-frontend/Makefile.in:304:	here=`$(am__cd) $(top_builddir) && pwd` \
hotswap-0.4.0/motif-frontend/Makefile.in-305-	  && cd $(top_srcdir) \
##############################################
hotswap-0.4.0/motif-frontend/Makefile.in-327-	$(mkinstalldirs) $(distdir)/po
hotswap-0.4.0/motif-frontend/Makefile.in:328:	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
hotswap-0.4.0/motif-frontend/Makefile.in:329:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
hotswap-0.4.0/motif-frontend/Makefile.in-330-	list='$(DISTFILES)'; for file in $$list; do \
hotswap-0.4.0/motif-frontend/Makefile.in-331-	  case $$file in \
hotswap-0.4.0/motif-frontend/Makefile.in:332:	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
hotswap-0.4.0/motif-frontend/Makefile.in:333:	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
hotswap-0.4.0/motif-frontend/Makefile.in-334-	  esac; \
hotswap-0.4.0/motif-frontend/Makefile.in-335-	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
hotswap-0.4.0/motif-frontend/Makefile.in:336:	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
hotswap-0.4.0/motif-frontend/Makefile.in-337-	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
##############################################
hotswap-0.4.0/motif-frontend/Makefile.in-389-	chmod a-w $(distdir)
hotswap-0.4.0/motif-frontend/Makefile.in:390:	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
hotswap-0.4.0/motif-frontend/Makefile.in-391-	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
##############################################
hotswap-0.4.0/motif-frontend/Makefile.in-419-	cd $(distuninstallcheck_dir) \
hotswap-0.4.0/motif-frontend/Makefile.in:420:	&& test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
hotswap-0.4.0/motif-frontend/Makefile.in-421-	   || { echo "ERROR: files left after uninstall:" ; \
##############################################
hotswap-0.4.0/motif-frontend/Makefile.in-431-	fi
hotswap-0.4.0/motif-frontend/Makefile.in:432:	test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
hotswap-0.4.0/motif-frontend/Makefile.in-433-	  || { echo "ERROR: files left in build directory after distclean:" ; \
##############################################
hotswap-0.4.0/motif-frontend/aclocal.m4-66-# test to see if srcdir already configured
hotswap-0.4.0/motif-frontend/aclocal.m4:67:if test "`cd $srcdir && pwd`" != "`pwd`" &&
hotswap-0.4.0/motif-frontend/aclocal.m4-68-   test -f $srcdir/config.status; then
##############################################
hotswap-0.4.0/motif-frontend/aclocal.m4-140-    * )
hotswap-0.4.0/motif-frontend/aclocal.m4:141:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
hotswap-0.4.0/motif-frontend/aclocal.m4-142-  esac
hotswap-0.4.0/motif-frontend/aclocal.m4-143-done
hotswap-0.4.0/motif-frontend/aclocal.m4:144:echo "timestamp for $1" >`AS_DIRNAME([$1])`/stamp-h[]$_am_stamp_count])
hotswap-0.4.0/motif-frontend/aclocal.m4-145-
##############################################
hotswap-0.4.0/motif-frontend/aclocal.m4-254-if (
hotswap-0.4.0/motif-frontend/aclocal.m4:255:   set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null`
hotswap-0.4.0/motif-frontend/aclocal.m4-256-   if test "$[*]" = "X"; then
hotswap-0.4.0/motif-frontend/aclocal.m4-257-      # -L didn't work.
hotswap-0.4.0/motif-frontend/aclocal.m4:258:      set X `ls -t $srcdir/configure conftest.file`
hotswap-0.4.0/motif-frontend/aclocal.m4-259-   fi
##############################################
hotswap-0.4.0/motif-frontend/aclocal.m4-349-# $ac_aux_dir to `$srcdir/foo'.  In other projects, it is set to
hotswap-0.4.0/motif-frontend/aclocal.m4:350:# `$srcdir', `$srcdir/..', or `$srcdir/../..'.
hotswap-0.4.0/motif-frontend/aclocal.m4-351-#
##############################################
hotswap-0.4.0/motif-frontend/aclocal.m4-373-# iff we strip the leading $srcdir from $ac_aux_dir.  That would be:
hotswap-0.4.0/motif-frontend/aclocal.m4:374:#   am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"`
hotswap-0.4.0/motif-frontend/aclocal.m4-375-# and then we would define $MISSING as
##############################################
hotswap-0.4.0/motif-frontend/aclocal.m4-390-# expand $ac_aux_dir to an absolute path
hotswap-0.4.0/motif-frontend/aclocal.m4:391:am_aux_dir=`cd $ac_aux_dir && pwd`
hotswap-0.4.0/motif-frontend/aclocal.m4-392-])
##############################################
hotswap-0.4.0/motif-frontend/aclocal.m4-557-  if test "$am_compiler_list" = ""; then
hotswap-0.4.0/motif-frontend/aclocal.m4:558:     am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp`
hotswap-0.4.0/motif-frontend/aclocal.m4-559-  fi
##############################################
hotswap-0.4.0/motif-frontend/aclocal.m4-662-  # Strip MF so we end up with the name of the file.
hotswap-0.4.0/motif-frontend/aclocal.m4:663:  mf=`echo "$mf" | sed -e 's/:.*$//'`
hotswap-0.4.0/motif-frontend/aclocal.m4-664-  # Check whether this is an Automake generated Makefile or not.
##############################################
hotswap-0.4.0/motif-frontend/aclocal.m4-670-  if grep '^#.*generated by automake' $mf > /dev/null 2>&1; then
hotswap-0.4.0/motif-frontend/aclocal.m4:671:    dirpart=`AS_DIRNAME("$mf")`
hotswap-0.4.0/motif-frontend/aclocal.m4-672-  else
##############################################
hotswap-0.4.0/motif-frontend/aclocal.m4-677-  # running `make'.
hotswap-0.4.0/motif-frontend/aclocal.m4:678:  DEPDIR=`sed -n -e '/^DEPDIR = / s///p' < "$mf"`
hotswap-0.4.0/motif-frontend/aclocal.m4-679-  test -z "$DEPDIR" && continue
hotswap-0.4.0/motif-frontend/aclocal.m4-680-  # When using ansi2knr, U may be empty or an underscore; expand it
hotswap-0.4.0/motif-frontend/aclocal.m4:681:  U=`sed -n -e '/^U = / s///p' < "$mf"`
hotswap-0.4.0/motif-frontend/aclocal.m4-682-  test -d "$dirpart/$DEPDIR" || mkdir "$dirpart/$DEPDIR"
##############################################
hotswap-0.4.0/motif-frontend/aclocal.m4-698-    test -f "$dirpart/$file" && continue
hotswap-0.4.0/motif-frontend/aclocal.m4:699:    fdir=`AS_DIRNAME(["$file"])`
hotswap-0.4.0/motif-frontend/aclocal.m4-700-    AS_MKDIR_P([$dirpart/$fdir])
##############################################
hotswap-0.4.0/motif-frontend/aclocal.m4-762-# case it prints its new name instead of `make'.
hotswap-0.4.0/motif-frontend/aclocal.m4:763:if test "`$am_make -s -f confmf 2> /dev/null | grep -v 'ing directory'`" = "done"; then
hotswap-0.4.0/motif-frontend/aclocal.m4-764-   am__include=include
##############################################
hotswap-0.4.0/motif-frontend/aclocal.m4-770-   echo '.include "confinc"' > confmf
hotswap-0.4.0/motif-frontend/aclocal.m4:771:   if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then
hotswap-0.4.0/motif-frontend/aclocal.m4-772-      am__include=.include
##############################################
hotswap-0.4.0/motif-frontend/aclocal.m4-1068-        LTLIBINTL="ifelse([$3],[],\${top_builddir}/intl,[$3])/libintl.[]gt_libtool_suffix_prefix[]a $LTLIBICONV"
hotswap-0.4.0/motif-frontend/aclocal.m4:1069:        LIBS=`echo " $LIBS " | sed -e 's/ -lintl / /' -e 's/^ //' -e 's/ $//'`
hotswap-0.4.0/motif-frontend/aclocal.m4-1070-      fi
##############################################
hotswap-0.4.0/motif-frontend/aclocal.m4-1196-    else
hotswap-0.4.0/motif-frontend/aclocal.m4:1197:      GMSGFMT=`echo "$GMSGFMT" | sed -e 's,^.*/,,'`
hotswap-0.4.0/motif-frontend/aclocal.m4-1198-      AC_MSG_RESULT(
##############################################
hotswap-0.4.0/motif-frontend/aclocal.m4-1224-      case "$ac_file" in
hotswap-0.4.0/motif-frontend/aclocal.m4:1225:        *:*) ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
hotswap-0.4.0/motif-frontend/aclocal.m4-1226-      esac
##############################################
hotswap-0.4.0/motif-frontend/aclocal.m4-1229-        # Adjust a relative srcdir.
hotswap-0.4.0/motif-frontend/aclocal.m4:1230:        ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'`
hotswap-0.4.0/motif-frontend/aclocal.m4:1231:        ac_dir_suffix="/`echo "$ac_dir"|sed 's%^\./%%'`"
hotswap-0.4.0/motif-frontend/aclocal.m4:1232:        ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'`
hotswap-0.4.0/motif-frontend/aclocal.m4-1233-        # In autoconf-2.13 it is called $ac_given_srcdir.
##############################################
hotswap-0.4.0/motif-frontend/aclocal.m4-1236-        case "$ac_given_srcdir" in
hotswap-0.4.0/motif-frontend/aclocal.m4:1237:          .)  top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;;
hotswap-0.4.0/motif-frontend/aclocal.m4-1238-          /*) top_srcdir="$ac_given_srcdir" ;;
##############################################
hotswap-0.4.0/motif-frontend/aclocal.m4-1252-            fi
hotswap-0.4.0/motif-frontend/aclocal.m4:1253:            ALL_LINGUAS_=`sed -e "/^#/d" "$ac_given_srcdir/$ac_dir/LINGUAS"`
hotswap-0.4.0/motif-frontend/aclocal.m4-1254-            # Hide the ALL_LINGUAS assigment from automake.
##############################################
hotswap-0.4.0/motif-frontend/aclocal.m4-1379-changequote(<<,>>)dnl
hotswap-0.4.0/motif-frontend/aclocal.m4:1380:    ac_prog_version=`$INTLBISON --version 2>&1 | sed -n 's/^.*GNU Bison.* \([0-9]*\.[0-9.]*\).*$/\1/p'`
hotswap-0.4.0/motif-frontend/aclocal.m4-1381-    case $ac_prog_version in
##############################################
hotswap-0.4.0/motif-frontend/aclocal.m4-1742-        dnl or AC_LIB_HAVE_LINKFLAGS call.
hotswap-0.4.0/motif-frontend/aclocal.m4:1743:        uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./-|ABCDEFGHIJKLMNOPQRSTUVWXYZ___|'`
hotswap-0.4.0/motif-frontend/aclocal.m4-1744-        eval value=\"\$HAVE_LIB$uppername\"
##############################################
hotswap-0.4.0/motif-frontend/aclocal.m4-1784-                -L*)
hotswap-0.4.0/motif-frontend/aclocal.m4:1785:                  dir=`echo "X$x" | sed -e 's/^X-L//'`
hotswap-0.4.0/motif-frontend/aclocal.m4-1786-                  if test -n "$shlibext" && test -f "$dir/lib$name.$shlibext"; then
##############################################
hotswap-0.4.0/motif-frontend/aclocal.m4-1901-              */lib | */lib/)
hotswap-0.4.0/motif-frontend/aclocal.m4:1902:                basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e 's,/lib/*$,,'`
hotswap-0.4.0/motif-frontend/aclocal.m4-1903-                additional_includedir="$basedir/include"
##############################################
hotswap-0.4.0/motif-frontend/aclocal.m4-1954-                  -L*)
hotswap-0.4.0/motif-frontend/aclocal.m4:1955:                    additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'`
hotswap-0.4.0/motif-frontend/aclocal.m4-1956-                    dnl Potentially add $additional_libdir to $LIBNAME and $LTLIBNAME.
##############################################
hotswap-0.4.0/motif-frontend/aclocal.m4-2004-                  -R*)
hotswap-0.4.0/motif-frontend/aclocal.m4:2005:                    dir=`echo "X$dep" | sed -e 's/^X-R//'`
hotswap-0.4.0/motif-frontend/aclocal.m4-2006-                    if test "$enable_rpath" != no; then
##############################################
hotswap-0.4.0/motif-frontend/aclocal.m4-2034-                    dnl Handle this in the next round.
hotswap-0.4.0/motif-frontend/aclocal.m4:2035:                    names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'`
hotswap-0.4.0/motif-frontend/aclocal.m4-2036-                    ;;
##############################################
hotswap-0.4.0/motif-frontend/aclocal.m4-2040-                    dnl option.
hotswap-0.4.0/motif-frontend/aclocal.m4:2041:                    names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'`
hotswap-0.4.0/motif-frontend/aclocal.m4-2042-                    ;;
##############################################
hotswap-0.4.0/motif-frontend/aclocal.m4-2156-    # gcc leaves a trailing carriage return which upsets mingw
hotswap-0.4.0/motif-frontend/aclocal.m4:2157:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
hotswap-0.4.0/motif-frontend/aclocal.m4-2158-  *)
hotswap-0.4.0/motif-frontend/aclocal.m4:2159:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
hotswap-0.4.0/motif-frontend/aclocal.m4-2160-  esac
##############################################
hotswap-0.4.0/motif-frontend/aclocal.m4-2165-      # Canonicalize the path of ld
hotswap-0.4.0/motif-frontend/aclocal.m4:2166:      ac_prog=`echo $ac_prog| sed 's%\\\\%/%g'`
hotswap-0.4.0/motif-frontend/aclocal.m4-2167-      while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do
hotswap-0.4.0/motif-frontend/aclocal.m4:2168:	ac_prog=`echo $ac_prog| sed "s%$re_direlt%/%"`
hotswap-0.4.0/motif-frontend/aclocal.m4-2169-      done
##############################################
hotswap-0.4.0/motif-frontend/aclocal.m4-2312-      am_cv_proto_iconv="extern size_t iconv (iconv_t cd, $am_cv_proto_iconv_arg1 char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);"])
hotswap-0.4.0/motif-frontend/aclocal.m4:2313:    am_cv_proto_iconv=`echo "[$]am_cv_proto_iconv" | tr -s ' ' | sed -e 's/( /(/'`
hotswap-0.4.0/motif-frontend/aclocal.m4-2314-    AC_MSG_RESULT([$]{ac_t:-
##############################################
hotswap-0.4.0/motif-frontend/aclocal.m4-2871-# First see if replacing the include by lib works.
hotswap-0.4.0/motif-frontend/aclocal.m4:2872:for ac_dir in `echo "$ac_motif_includes" | sed s/include/lib/` \
hotswap-0.4.0/motif-frontend/aclocal.m4-2873-    /usr/lib/Motif1.2     \
##############################################
hotswap-0.4.0/motif-frontend/config.guess-37-
hotswap-0.4.0/motif-frontend/config.guess:38:me=`echo "$0" | sed -e 's,.*/,,'`
hotswap-0.4.0/motif-frontend/config.guess-39-
##############################################
hotswap-0.4.0/motif-frontend/config.guess-106-: ${TMPDIR=/tmp} ;
hotswap-0.4.0/motif-frontend/config.guess:107: { tmp=`(umask 077 && mktemp -d -q "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } ||
hotswap-0.4.0/motif-frontend/config.guess-108- { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir $tmp) ; } ||
##############################################
hotswap-0.4.0/motif-frontend/config.guess-190-	    *)
hotswap-0.4.0/motif-frontend/config.guess:191:		release=`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'`
hotswap-0.4.0/motif-frontend/config.guess-192-		;;
##############################################
hotswap-0.4.0/motif-frontend/config.guess-242-	if test $UNAME_RELEASE = "V4.0"; then
hotswap-0.4.0/motif-frontend/config.guess:243:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'`
hotswap-0.4.0/motif-frontend/config.guess-244-	fi
##############################################
hotswap-0.4.0/motif-frontend/config.guess-248-	# types through head -n 1, so we only detect the type of CPU 0.
hotswap-0.4.0/motif-frontend/config.guess:249:	ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^  The alpha \(.*\) processor.*$/\1/p' | head -n 1`
hotswap-0.4.0/motif-frontend/config.guess-250-	case "$ALPHA_CPU_TYPE" in
##############################################
hotswap-0.4.0/motif-frontend/config.guess-285-	# 1.2 uses "1.2" for uname -r.
hotswap-0.4.0/motif-frontend/config.guess:286:	echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[VTX]//' | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'`
hotswap-0.4.0/motif-frontend/config.guess-287-	exit 0 ;;
##############################################
hotswap-0.4.0/motif-frontend/config.guess-330-    sun4H:SunOS:5.*:*)
hotswap-0.4.0/motif-frontend/config.guess:331:	echo sparc-hal-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
hotswap-0.4.0/motif-frontend/config.guess-332-	exit 0 ;;
hotswap-0.4.0/motif-frontend/config.guess-333-    sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*)
hotswap-0.4.0/motif-frontend/config.guess:334:	echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
hotswap-0.4.0/motif-frontend/config.guess-335-	exit 0 ;;
hotswap-0.4.0/motif-frontend/config.guess-336-    i86pc:SunOS:5.*:*)
hotswap-0.4.0/motif-frontend/config.guess:337:	echo i386-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
hotswap-0.4.0/motif-frontend/config.guess-338-	exit 0 ;;
##############################################
hotswap-0.4.0/motif-frontend/config.guess-342-	# it's likely to be more like Solaris than SunOS4.
hotswap-0.4.0/motif-frontend/config.guess:343:	echo sparc-sun-solaris3`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
hotswap-0.4.0/motif-frontend/config.guess-344-	exit 0 ;;
##############################################
hotswap-0.4.0/motif-frontend/config.guess-351-	# Japanese Language versions have a version number like `4.1.3-JL'.
hotswap-0.4.0/motif-frontend/config.guess:352:	echo sparc-sun-sunos`echo ${UNAME_RELEASE}|sed -e 's/-/_/'`
hotswap-0.4.0/motif-frontend/config.guess-353-	exit 0 ;;
##############################################
hotswap-0.4.0/motif-frontend/config.guess-357-    sun*:*:4.2BSD:*)
hotswap-0.4.0/motif-frontend/config.guess:358:	UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null`
hotswap-0.4.0/motif-frontend/config.guess-359-	test "x${UNAME_RELEASE}" = "x" && UNAME_RELEASE=3
##############################################
hotswap-0.4.0/motif-frontend/config.guess-436-	$CC_FOR_BUILD -o $dummy $dummy.c \
hotswap-0.4.0/motif-frontend/config.guess:437:	  && $dummy `echo "${UNAME_RELEASE}" | sed -n 's/\([0-9]*\).*/\1/p'` \
hotswap-0.4.0/motif-frontend/config.guess-438-	  && exit 0
##############################################
hotswap-0.4.0/motif-frontend/config.guess-491-    *:IRIX*:*:*)
hotswap-0.4.0/motif-frontend/config.guess:492:	echo mips-sgi-irix`echo ${UNAME_RELEASE}|sed -e 's/-/_/g'`
hotswap-0.4.0/motif-frontend/config.guess-493-	exit 0 ;;
##############################################
hotswap-0.4.0/motif-frontend/config.guess-530-    *:AIX:*:[45])
hotswap-0.4.0/motif-frontend/config.guess:531:	IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'`
hotswap-0.4.0/motif-frontend/config.guess-532-	if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then
##############################################
hotswap-0.4.0/motif-frontend/config.guess-565-    9000/[34678]??:HP-UX:*:*)
hotswap-0.4.0/motif-frontend/config.guess:566:	HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
hotswap-0.4.0/motif-frontend/config.guess-567-	case "${UNAME_MACHINE}" in
##############################################
hotswap-0.4.0/motif-frontend/config.guess-619-EOF
hotswap-0.4.0/motif-frontend/config.guess:620:		    (CCOPTS= $CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null) && HP_ARCH=`$dummy`
hotswap-0.4.0/motif-frontend/config.guess-621-		    test -z "$HP_ARCH" && HP_ARCH=hppa
##############################################
hotswap-0.4.0/motif-frontend/config.guess-637-    ia64:HP-UX:*:*)
hotswap-0.4.0/motif-frontend/config.guess:638:	HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
hotswap-0.4.0/motif-frontend/config.guess-639-	echo ia64-hp-hpux${HPUX_REV}
##############################################
hotswap-0.4.0/motif-frontend/config.guess-737-        FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'`
hotswap-0.4.0/motif-frontend/config.guess:738:        FUJITSU_REL=`echo ${UNAME_RELEASE} | sed -e 's/ /_/'`
hotswap-0.4.0/motif-frontend/config.guess-739-        echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
hotswap-0.4.0/motif-frontend/config.guess-760-EOF
hotswap-0.4.0/motif-frontend/config.guess:761:	eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep ^LIBC=`
hotswap-0.4.0/motif-frontend/config.guess:762:	echo ${UNAME_MACHINE}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`${LIBC:+-$LIBC}
hotswap-0.4.0/motif-frontend/config.guess-763-	exit 0 ;;
##############################################
hotswap-0.4.0/motif-frontend/config.guess-791-    prep*:SunOS:5.*:*)
hotswap-0.4.0/motif-frontend/config.guess:792:	echo powerpcle-unknown-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
hotswap-0.4.0/motif-frontend/config.guess-793-	exit 0 ;;
hotswap-0.4.0/motif-frontend/config.guess-794-    *:GNU:*:*)
hotswap-0.4.0/motif-frontend/config.guess:795:	echo `echo ${UNAME_MACHINE}|sed -e 's,[-/].*$,,'`-unknown-gnu`echo ${UNAME_RELEASE}|sed -e 's,/.*$,,'`
hotswap-0.4.0/motif-frontend/config.guess-796-	exit 0 ;;
##############################################
hotswap-0.4.0/motif-frontend/config.guess-824-EOF
hotswap-0.4.0/motif-frontend/config.guess:825:	eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep ^CPU=`
hotswap-0.4.0/motif-frontend/config.guess-826-	test x"${CPU}" != x && echo "${CPU}-unknown-linux-gnu" && exit 0
##############################################
hotswap-0.4.0/motif-frontend/config.guess-843-EOF
hotswap-0.4.0/motif-frontend/config.guess:844:	eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep ^CPU=`
hotswap-0.4.0/motif-frontend/config.guess-845-	test x"${CPU}" != x && echo "${CPU}-unknown-linux-gnu" && exit 0
##############################################
hotswap-0.4.0/motif-frontend/config.guess-938-EOF
hotswap-0.4.0/motif-frontend/config.guess:939:	eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep ^LIBC=`
hotswap-0.4.0/motif-frontend/config.guess-940-	test x"${LIBC}" != x && echo "${UNAME_MACHINE}-pc-linux-${LIBC}" && exit 0
##############################################
hotswap-0.4.0/motif-frontend/config.guess-974-    i*86:*:4.*:* | i*86:SYSTEM_V:4.*:*)
hotswap-0.4.0/motif-frontend/config.guess:975:	UNAME_REL=`echo ${UNAME_RELEASE} | sed 's/\/MP$//'`
hotswap-0.4.0/motif-frontend/config.guess-976-	if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then
##############################################
hotswap-0.4.0/motif-frontend/config.rpath-42-host="$1"
hotswap-0.4.0/motif-frontend/config.rpath:43:host_cpu=`echo "$host" | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
hotswap-0.4.0/motif-frontend/config.rpath:44:host_vendor=`echo "$host" | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
hotswap-0.4.0/motif-frontend/config.rpath:45:host_os=`echo "$host" | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
hotswap-0.4.0/motif-frontend/config.rpath-46-
##############################################
hotswap-0.4.0/motif-frontend/config.rpath-196-        case $host_os in aix4.[012]|aix4.[012].*)
hotswap-0.4.0/motif-frontend/config.rpath:197:          collect2name=`${CC} -print-prog-name=collect2`
hotswap-0.4.0/motif-frontend/config.rpath-198-          if test -f "$collect2name" && \
##############################################
hotswap-0.4.0/motif-frontend/config.rpath-275-      hardcode_direct=yes
hotswap-0.4.0/motif-frontend/config.rpath:276:      if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
hotswap-0.4.0/motif-frontend/config.rpath-277-        hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
##############################################
hotswap-0.4.0/motif-frontend/config.rpath-379-        shlibext=dll
hotswap-0.4.0/motif-frontend/config.rpath:380:        sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | sed -e "s/^libraries://" -e "s/;/ /g"`
hotswap-0.4.0/motif-frontend/config.rpath-381-        ;;
##############################################
hotswap-0.4.0/motif-frontend/config.rpath-475-sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
hotswap-0.4.0/motif-frontend/config.rpath:476:escaped_wl=`echo "X$wl" | sed -e 's/^X//' -e "$sed_quote_subst"`
hotswap-0.4.0/motif-frontend/config.rpath:477:escaped_hardcode_libdir_flag_spec=`echo "X$hardcode_libdir_flag_spec" | sed -e 's/^X//' -e "$sed_quote_subst"`
hotswap-0.4.0/motif-frontend/config.rpath:478:escaped_sys_lib_search_path_spec=`echo "X$sys_lib_search_path_spec" | sed -e 's/^X//' -e "$sed_quote_subst"`
hotswap-0.4.0/motif-frontend/config.rpath:479:escaped_sys_lib_dlsearch_path_spec=`echo "X$sys_lib_dlsearch_path_spec" | sed -e 's/^X//' -e "$sed_quote_subst"`
hotswap-0.4.0/motif-frontend/config.rpath-480-
##############################################
hotswap-0.4.0/motif-frontend/config.sub-54-
hotswap-0.4.0/motif-frontend/config.sub:55:me=`echo "$0" | sed -e 's,.*/,,'`
hotswap-0.4.0/motif-frontend/config.sub-56-
##############################################
hotswap-0.4.0/motif-frontend/config.sub-118-# Here we must recognize all the valid KERNEL-OS combinations.
hotswap-0.4.0/motif-frontend/config.sub:119:maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'`
hotswap-0.4.0/motif-frontend/config.sub-120-case $maybe_os in
##############################################
hotswap-0.4.0/motif-frontend/config.sub-122-    os=-$maybe_os
hotswap-0.4.0/motif-frontend/config.sub:123:    basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`
hotswap-0.4.0/motif-frontend/config.sub-124-    ;;
hotswap-0.4.0/motif-frontend/config.sub-125-  *)
hotswap-0.4.0/motif-frontend/config.sub:126:    basic_machine=`echo $1 | sed 's/-[^-]*$//'`
hotswap-0.4.0/motif-frontend/config.sub-127-    if [ $basic_machine != $1 ]
hotswap-0.4.0/motif-frontend/config.sub:128:    then os=`echo $1 | sed 's/.*-/-/'`
hotswap-0.4.0/motif-frontend/config.sub-129-    else os=; fi
##############################################
hotswap-0.4.0/motif-frontend/config.sub-173-		os=-sco3.2v5
hotswap-0.4.0/motif-frontend/config.sub:174:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
hotswap-0.4.0/motif-frontend/config.sub-175-		;;
##############################################
hotswap-0.4.0/motif-frontend/config.sub-177-		os=-sco3.2v4
hotswap-0.4.0/motif-frontend/config.sub:178:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
hotswap-0.4.0/motif-frontend/config.sub-179-		;;
hotswap-0.4.0/motif-frontend/config.sub-180-	-sco3.2.[4-9]*)
hotswap-0.4.0/motif-frontend/config.sub:181:		os=`echo $os | sed -e 's/sco3.2./sco3.2v/'`
hotswap-0.4.0/motif-frontend/config.sub:182:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
hotswap-0.4.0/motif-frontend/config.sub-183-		;;
##############################################
hotswap-0.4.0/motif-frontend/config.sub-185-		# Don't forget version if it is 3.2v4 or newer.
hotswap-0.4.0/motif-frontend/config.sub:186:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
hotswap-0.4.0/motif-frontend/config.sub-187-		;;
##############################################
hotswap-0.4.0/motif-frontend/config.sub-189-		os=-sco3.2v2
hotswap-0.4.0/motif-frontend/config.sub:190:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
hotswap-0.4.0/motif-frontend/config.sub-191-		;;
hotswap-0.4.0/motif-frontend/config.sub-192-	-udk*)
hotswap-0.4.0/motif-frontend/config.sub:193:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
hotswap-0.4.0/motif-frontend/config.sub-194-		;;
##############################################
hotswap-0.4.0/motif-frontend/config.sub-196-		os=-isc2.2
hotswap-0.4.0/motif-frontend/config.sub:197:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
hotswap-0.4.0/motif-frontend/config.sub-198-		;;
##############################################
hotswap-0.4.0/motif-frontend/config.sub-202-	-isc*)
hotswap-0.4.0/motif-frontend/config.sub:203:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
hotswap-0.4.0/motif-frontend/config.sub-204-		;;
##############################################
hotswap-0.4.0/motif-frontend/config.sub-208-	-ptx*)
hotswap-0.4.0/motif-frontend/config.sub:209:		basic_machine=`echo $1 | sed -e 's/86-.*/86-sequent/'`
hotswap-0.4.0/motif-frontend/config.sub-210-		;;
hotswap-0.4.0/motif-frontend/config.sub-211-	-windowsnt*)
hotswap-0.4.0/motif-frontend/config.sub:212:		os=`echo $os | sed -e 's/windowsnt/winnt/'`
hotswap-0.4.0/motif-frontend/config.sub-213-		;;
##############################################
hotswap-0.4.0/motif-frontend/config.sub-286-	*-*-*)
hotswap-0.4.0/motif-frontend/config.sub:287:		echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
hotswap-0.4.0/motif-frontend/config.sub-288-		exit 1
##############################################
hotswap-0.4.0/motif-frontend/config.sub-575-	i*86v32)
hotswap-0.4.0/motif-frontend/config.sub:576:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
hotswap-0.4.0/motif-frontend/config.sub-577-		os=-sysv32
##############################################
hotswap-0.4.0/motif-frontend/config.sub-579-	i*86v4*)
hotswap-0.4.0/motif-frontend/config.sub:580:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
hotswap-0.4.0/motif-frontend/config.sub-581-		os=-sysv4
##############################################
hotswap-0.4.0/motif-frontend/config.sub-583-	i*86v)
hotswap-0.4.0/motif-frontend/config.sub:584:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
hotswap-0.4.0/motif-frontend/config.sub-585-		os=-sysv
##############################################
hotswap-0.4.0/motif-frontend/config.sub-587-	i*86sol2)
hotswap-0.4.0/motif-frontend/config.sub:588:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
hotswap-0.4.0/motif-frontend/config.sub-589-		os=-solaris2
##############################################
hotswap-0.4.0/motif-frontend/config.sub-635-	mips3*-*)
hotswap-0.4.0/motif-frontend/config.sub:636:		basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`
hotswap-0.4.0/motif-frontend/config.sub-637-		;;
hotswap-0.4.0/motif-frontend/config.sub-638-	mips3*)
hotswap-0.4.0/motif-frontend/config.sub:639:		basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`-unknown
hotswap-0.4.0/motif-frontend/config.sub-640-		;;
##############################################
hotswap-0.4.0/motif-frontend/config.sub-774-	pentium-* | p5-* | k5-* | k6-* | nexgen-* | viac3-*)
hotswap-0.4.0/motif-frontend/config.sub:775:		basic_machine=i586-`echo $basic_machine | sed 's/^[^-]*-//'`
hotswap-0.4.0/motif-frontend/config.sub-776-		;;
hotswap-0.4.0/motif-frontend/config.sub-777-	pentiumpro-* | p6-* | 6x86-* | athlon-*)
hotswap-0.4.0/motif-frontend/config.sub:778:		basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
hotswap-0.4.0/motif-frontend/config.sub-779-		;;
hotswap-0.4.0/motif-frontend/config.sub-780-	pentiumii-* | pentium2-*)
hotswap-0.4.0/motif-frontend/config.sub:781:		basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
hotswap-0.4.0/motif-frontend/config.sub-782-		;;
##############################################
hotswap-0.4.0/motif-frontend/config.sub-789-		;;
hotswap-0.4.0/motif-frontend/config.sub:790:	ppc-*)	basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'`
hotswap-0.4.0/motif-frontend/config.sub-791-		;;
##############################################
hotswap-0.4.0/motif-frontend/config.sub-795-	ppcle-* | powerpclittle-*)
hotswap-0.4.0/motif-frontend/config.sub:796:		basic_machine=powerpcle-`echo $basic_machine | sed 's/^[^-]*-//'`
hotswap-0.4.0/motif-frontend/config.sub-797-		;;
##############################################
hotswap-0.4.0/motif-frontend/config.sub-799-		;;
hotswap-0.4.0/motif-frontend/config.sub:800:	ppc64-*) basic_machine=powerpc64-`echo $basic_machine | sed 's/^[^-]*-//'`
hotswap-0.4.0/motif-frontend/config.sub-801-		;;
##############################################
hotswap-0.4.0/motif-frontend/config.sub-805-	ppc64le-* | powerpc64little-*)
hotswap-0.4.0/motif-frontend/config.sub:806:		basic_machine=powerpc64le-`echo $basic_machine | sed 's/^[^-]*-//'`
hotswap-0.4.0/motif-frontend/config.sub-807-		;;
##############################################
hotswap-0.4.0/motif-frontend/config.sub-1067-	*)
hotswap-0.4.0/motif-frontend/config.sub:1068:		echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
hotswap-0.4.0/motif-frontend/config.sub-1069-		exit 1
##############################################
hotswap-0.4.0/motif-frontend/config.sub-1075-	*-digital*)
hotswap-0.4.0/motif-frontend/config.sub:1076:		basic_machine=`echo $basic_machine | sed 's/digital.*/dec/'`
hotswap-0.4.0/motif-frontend/config.sub-1077-		;;
hotswap-0.4.0/motif-frontend/config.sub-1078-	*-commodore*)
hotswap-0.4.0/motif-frontend/config.sub:1079:		basic_machine=`echo $basic_machine | sed 's/commodore.*/cbm/'`
hotswap-0.4.0/motif-frontend/config.sub-1080-		;;
##############################################
hotswap-0.4.0/motif-frontend/config.sub-1093-	-solaris1 | -solaris1.*)
hotswap-0.4.0/motif-frontend/config.sub:1094:		os=`echo $os | sed -e 's|solaris1|sunos4|'`
hotswap-0.4.0/motif-frontend/config.sub-1095-		;;
##############################################
hotswap-0.4.0/motif-frontend/config.sub-1105-	-gnu/linux*)
hotswap-0.4.0/motif-frontend/config.sub:1106:		os=`echo $os | sed -e 's|gnu/linux|linux-gnu|'`
hotswap-0.4.0/motif-frontend/config.sub-1107-		;;
##############################################
hotswap-0.4.0/motif-frontend/config.sub-1145-	-nto*)
hotswap-0.4.0/motif-frontend/config.sub:1146:		os=`echo $os | sed -e 's|nto|nto-qnx|'`
hotswap-0.4.0/motif-frontend/config.sub-1147-		;;
##############################################
hotswap-0.4.0/motif-frontend/config.sub-1152-	-mac*)
hotswap-0.4.0/motif-frontend/config.sub:1153:		os=`echo $os | sed -e 's|mac|macos|'`
hotswap-0.4.0/motif-frontend/config.sub-1154-		;;
hotswap-0.4.0/motif-frontend/config.sub-1155-	-linux*)
hotswap-0.4.0/motif-frontend/config.sub:1156:		os=`echo $os | sed -e 's|linux|linux-gnu|'`
hotswap-0.4.0/motif-frontend/config.sub-1157-		;;
hotswap-0.4.0/motif-frontend/config.sub-1158-	-sunos5*)
hotswap-0.4.0/motif-frontend/config.sub:1159:		os=`echo $os | sed -e 's|sunos5|solaris2|'`
hotswap-0.4.0/motif-frontend/config.sub-1160-		;;
hotswap-0.4.0/motif-frontend/config.sub-1161-	-sunos6*)
hotswap-0.4.0/motif-frontend/config.sub:1162:		os=`echo $os | sed -e 's|sunos6|solaris3|'`
hotswap-0.4.0/motif-frontend/config.sub-1163-		;;
##############################################
hotswap-0.4.0/motif-frontend/config.sub-1204-	-sinix5.*)
hotswap-0.4.0/motif-frontend/config.sub:1205:		os=`echo $os | sed -e 's|sinix|sysv|'`
hotswap-0.4.0/motif-frontend/config.sub-1206-		;;
##############################################
hotswap-0.4.0/motif-frontend/config.sub-1249-		# Get rid of the `-' at the beginning of $os.
hotswap-0.4.0/motif-frontend/config.sub:1250:		os=`echo $os | sed 's/[^-]*-//'`
hotswap-0.4.0/motif-frontend/config.sub:1251:		echo Invalid configuration \`$1\': system \`$os\' not recognized 1>&2
hotswap-0.4.0/motif-frontend/config.sub-1252-		exit 1
##############################################
hotswap-0.4.0/motif-frontend/config.sub-1476-		esac
hotswap-0.4.0/motif-frontend/config.sub:1477:		basic_machine=`echo $basic_machine | sed "s/unknown/$vendor/"`
hotswap-0.4.0/motif-frontend/config.sub-1478-		;;
##############################################
hotswap-0.4.0/motif-frontend/configure-43-do
hotswap-0.4.0/motif-frontend/configure:44:  if (set +x; test -n "`(eval $as_var=C; export $as_var) 2>&1`"); then
hotswap-0.4.0/motif-frontend/configure-45-    eval $as_var=C; export $as_var
##############################################
hotswap-0.4.0/motif-frontend/configure-101-  as_lineno_2=$LINENO
hotswap-0.4.0/motif-frontend/configure:102:  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
hotswap-0.4.0/motif-frontend/configure-103-  test "x$as_lineno_1" != "x$as_lineno_2" &&
##############################################
hotswap-0.4.0/motif-frontend/configure-140-  as_lineno_2=$LINENO
hotswap-0.4.0/motif-frontend/configure:141:  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
hotswap-0.4.0/motif-frontend/configure-142-  test "x$as_lineno_1" != "x$as_lineno_2" &&
##############################################
hotswap-0.4.0/motif-frontend/configure-324-
hotswap-0.4.0/motif-frontend/configure:325:  ac_optarg=`expr "x$ac_option" : 'x[^=]*=\(.*\)'`
hotswap-0.4.0/motif-frontend/configure-326-
##############################################
hotswap-0.4.0/motif-frontend/configure-357-  -disable-* | --disable-*)
hotswap-0.4.0/motif-frontend/configure:358:    ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
hotswap-0.4.0/motif-frontend/configure-359-    # Reject names that are not valid shell variable names.
##############################################
hotswap-0.4.0/motif-frontend/configure-362-   { (exit 1); exit 1; }; }
hotswap-0.4.0/motif-frontend/configure:363:    ac_feature=`echo $ac_feature | sed 's/-/_/g'`
hotswap-0.4.0/motif-frontend/configure-364-    eval "enable_$ac_feature=no" ;;
##############################################
hotswap-0.4.0/motif-frontend/configure-366-  -enable-* | --enable-*)
hotswap-0.4.0/motif-frontend/configure:367:    ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
hotswap-0.4.0/motif-frontend/configure-368-    # Reject names that are not valid shell variable names.
##############################################
hotswap-0.4.0/motif-frontend/configure-371-   { (exit 1); exit 1; }; }
hotswap-0.4.0/motif-frontend/configure:372:    ac_feature=`echo $ac_feature | sed 's/-/_/g'`
hotswap-0.4.0/motif-frontend/configure-373-    case $ac_option in
hotswap-0.4.0/motif-frontend/configure:374:      *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
hotswap-0.4.0/motif-frontend/configure-375-      *) ac_optarg=yes ;;
##############################################
hotswap-0.4.0/motif-frontend/configure-548-  -with-* | --with-*)
hotswap-0.4.0/motif-frontend/configure:549:    ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
hotswap-0.4.0/motif-frontend/configure-550-    # Reject names that are not valid shell variable names.
##############################################
hotswap-0.4.0/motif-frontend/configure-553-   { (exit 1); exit 1; }; }
hotswap-0.4.0/motif-frontend/configure:554:    ac_package=`echo $ac_package| sed 's/-/_/g'`
hotswap-0.4.0/motif-frontend/configure-555-    case $ac_option in
hotswap-0.4.0/motif-frontend/configure:556:      *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
hotswap-0.4.0/motif-frontend/configure-557-      *) ac_optarg=yes ;;
##############################################
hotswap-0.4.0/motif-frontend/configure-561-  -without-* | --without-*)
hotswap-0.4.0/motif-frontend/configure:562:    ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
hotswap-0.4.0/motif-frontend/configure-563-    # Reject names that are not valid shell variable names.
##############################################
hotswap-0.4.0/motif-frontend/configure-566-   { (exit 1); exit 1; }; }
hotswap-0.4.0/motif-frontend/configure:567:    ac_package=`echo $ac_package | sed 's/-/_/g'`
hotswap-0.4.0/motif-frontend/configure-568-    eval "with_$ac_package=no" ;;
##############################################
hotswap-0.4.0/motif-frontend/configure-593-  *=*)
hotswap-0.4.0/motif-frontend/configure:594:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
hotswap-0.4.0/motif-frontend/configure-595-    # Reject names that are not valid shell variable names.
##############################################
hotswap-0.4.0/motif-frontend/configure-598-   { (exit 1); exit 1; }; }
hotswap-0.4.0/motif-frontend/configure:599:    ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`
hotswap-0.4.0/motif-frontend/configure-600-    eval "$ac_envvar='$ac_optarg'"
##############################################
hotswap-0.4.0/motif-frontend/configure-614-if test -n "$ac_prev"; then
hotswap-0.4.0/motif-frontend/configure:615:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
hotswap-0.4.0/motif-frontend/configure-616-  { echo "$as_me: error: missing argument to $ac_option" >&2
##############################################
hotswap-0.4.0/motif-frontend/configure-622-do
hotswap-0.4.0/motif-frontend/configure:623:  eval ac_val=$`echo $ac_var`
hotswap-0.4.0/motif-frontend/configure-624-  case $ac_val in
##############################################
hotswap-0.4.0/motif-frontend/configure-634-do
hotswap-0.4.0/motif-frontend/configure:635:  eval ac_val=$`echo $ac_var`
hotswap-0.4.0/motif-frontend/configure-636-  case $ac_val in
##############################################
hotswap-0.4.0/motif-frontend/configure-701-   { (exit 1); exit 1; }; }
hotswap-0.4.0/motif-frontend/configure:702:srcdir=`echo "$srcdir" | sed 's%\([^\\/]\)[\\/]*$%\1%'`
hotswap-0.4.0/motif-frontend/configure-703-ac_env_build_alias_set=${build_alias+set}
##############################################
hotswap-0.4.0/motif-frontend/configure-772-By default, \`make install' will install all the files in
hotswap-0.4.0/motif-frontend/configure:773:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
hotswap-0.4.0/motif-frontend/configure:774:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
hotswap-0.4.0/motif-frontend/configure-775-for instance \`--prefix=\$HOME'.
##############################################
hotswap-0.4.0/motif-frontend/configure-858-if test "$ac_dir" != .; then
hotswap-0.4.0/motif-frontend/configure:859:  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
hotswap-0.4.0/motif-frontend/configure-860-  # A "../" for each directory in $ac_dir_suffix.
hotswap-0.4.0/motif-frontend/configure:861:  ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
hotswap-0.4.0/motif-frontend/configure-862-else
##############################################
hotswap-0.4.0/motif-frontend/configure-871-    else
hotswap-0.4.0/motif-frontend/configure:872:       ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
hotswap-0.4.0/motif-frontend/configure-873-    fi ;;
##############################################
hotswap-0.4.0/motif-frontend/configure-880-esac
hotswap-0.4.0/motif-frontend/configure:881:# Don't blindly perform a `cd "$ac_dir"/$ac_foo && pwd` since $ac_foo can be
hotswap-0.4.0/motif-frontend/configure-882-# absolute.
hotswap-0.4.0/motif-frontend/configure:883:ac_abs_builddir=`cd "$ac_dir" && cd $ac_builddir && pwd`
hotswap-0.4.0/motif-frontend/configure:884:ac_abs_top_builddir=`cd "$ac_dir" && cd ${ac_top_builddir}. && pwd`
hotswap-0.4.0/motif-frontend/configure:885:ac_abs_srcdir=`cd "$ac_dir" && cd $ac_srcdir && pwd`
hotswap-0.4.0/motif-frontend/configure:886:ac_abs_top_srcdir=`cd "$ac_dir" && cd $ac_top_srcdir && pwd`
hotswap-0.4.0/motif-frontend/configure-887-
##############################################
hotswap-0.4.0/motif-frontend/configure-993-    *" "*|*"	"*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
hotswap-0.4.0/motif-frontend/configure:994:      ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
hotswap-0.4.0/motif-frontend/configure-995-    esac
##############################################
hotswap-0.4.0/motif-frontend/configure-1065-    do
hotswap-0.4.0/motif-frontend/configure:1066:      eval ac_val=$`echo $ac_var`
hotswap-0.4.0/motif-frontend/configure-1067-      echo "$ac_var='"'"'$ac_val'"'"'"
##############################################
hotswap-0.4.0/motif-frontend/configure-1079-      do
hotswap-0.4.0/motif-frontend/configure:1080:	eval ac_val=$`echo $ac_var`
hotswap-0.4.0/motif-frontend/configure-1081-        echo "$ac_var='"'"'$ac_val'"'"'"
##############################################
hotswap-0.4.0/motif-frontend/configure-1186-    set,)
hotswap-0.4.0/motif-frontend/configure:1187:      { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
hotswap-0.4.0/motif-frontend/configure:1188:echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
hotswap-0.4.0/motif-frontend/configure-1189-      ac_cache_corrupted=: ;;
##############################################
hotswap-0.4.0/motif-frontend/configure-1209-    *" "*|*"	"*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
hotswap-0.4.0/motif-frontend/configure:1210:      ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
hotswap-0.4.0/motif-frontend/configure-1211-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
hotswap-0.4.0/motif-frontend/configure-1367-if (
hotswap-0.4.0/motif-frontend/configure:1368:   set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null`
hotswap-0.4.0/motif-frontend/configure-1369-   if test "$*" = "X"; then
hotswap-0.4.0/motif-frontend/configure-1370-      # -L didn't work.
hotswap-0.4.0/motif-frontend/configure:1371:      set X `ls -t $srcdir/configure conftest.file`
hotswap-0.4.0/motif-frontend/configure-1372-   fi
##############################################
hotswap-0.4.0/motif-frontend/configure-1411-_ACEOF
hotswap-0.4.0/motif-frontend/configure:1412:program_transform_name=`echo $program_transform_name | sed -f conftest.sed`
hotswap-0.4.0/motif-frontend/configure-1413-rm conftest.sed
##############################################
hotswap-0.4.0/motif-frontend/configure-1416-# expand $ac_aux_dir to an absolute path
hotswap-0.4.0/motif-frontend/configure:1417:am_aux_dir=`cd $ac_aux_dir && pwd`
hotswap-0.4.0/motif-frontend/configure-1418-
##############################################
hotswap-0.4.0/motif-frontend/configure-1470-echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6
hotswap-0.4.0/motif-frontend/configure:1471:set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,./+-,__p_,'`
hotswap-0.4.0/motif-frontend/configure-1472-if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then
##############################################
hotswap-0.4.0/motif-frontend/configure-1479-# GNU make sometimes prints "make[1]: Entering...", which would confuse us.
hotswap-0.4.0/motif-frontend/configure:1480:eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=`
hotswap-0.4.0/motif-frontend/configure-1481-if test -n "$ac_maketemp"; then
##############################################
hotswap-0.4.0/motif-frontend/configure-1487-fi
hotswap-0.4.0/motif-frontend/configure:1488:if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
hotswap-0.4.0/motif-frontend/configure-1489-  echo "$as_me:$LINENO: result: yes" >&5
##############################################
hotswap-0.4.0/motif-frontend/configure-1507- # test to see if srcdir already configured
hotswap-0.4.0/motif-frontend/configure:1508:if test "`cd $srcdir && pwd`" != "`pwd`" &&
hotswap-0.4.0/motif-frontend/configure-1509-   test -f $srcdir/config.status; then
##############################################
hotswap-0.4.0/motif-frontend/configure-1828-    else
hotswap-0.4.0/motif-frontend/configure:1829:      GMSGFMT=`echo "$GMSGFMT" | sed -e 's,^.*/,,'`
hotswap-0.4.0/motif-frontend/configure-1830-      echo "$as_me:$LINENO: result: found $GMSGFMT program is not GNU msgfmt; ignore it" >&5
##############################################
hotswap-0.4.0/motif-frontend/configure-1889-# case it prints its new name instead of `make'.
hotswap-0.4.0/motif-frontend/configure:1890:if test "`$am_make -s -f confmf 2> /dev/null | grep -v 'ing directory'`" = "done"; then
hotswap-0.4.0/motif-frontend/configure-1891-   am__include=include
##############################################
hotswap-0.4.0/motif-frontend/configure-1897-   echo '.include "confinc"' > confmf
hotswap-0.4.0/motif-frontend/configure:1898:   if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then
hotswap-0.4.0/motif-frontend/configure-1899-      am__include=.include
##############################################
hotswap-0.4.0/motif-frontend/configure-2248-     "checking for C compiler version" >&5
hotswap-0.4.0/motif-frontend/configure:2249:ac_compiler=`set X $ac_compile; echo $2`
hotswap-0.4.0/motif-frontend/configure-2250-{ (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
##############################################
hotswap-0.4.0/motif-frontend/configure-2288-echo $ECHO_N "checking for C compiler default output... $ECHO_C" >&6
hotswap-0.4.0/motif-frontend/configure:2289:ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
hotswap-0.4.0/motif-frontend/configure-2290-if { (eval echo "$as_me:$LINENO: \"$ac_link_default\"") >&5
##############################################
hotswap-0.4.0/motif-frontend/configure-2316-    *.* )
hotswap-0.4.0/motif-frontend/configure:2317:        ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
hotswap-0.4.0/motif-frontend/configure-2318-        # FIXME: I believe we export ac_cv_exeext for Libtool,
##############################################
hotswap-0.4.0/motif-frontend/configure-2396-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj ) ;;
hotswap-0.4.0/motif-frontend/configure:2397:    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
hotswap-0.4.0/motif-frontend/configure-2398-          export ac_cv_exeext
##############################################
hotswap-0.4.0/motif-frontend/configure-2447-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg ) ;;
hotswap-0.4.0/motif-frontend/configure:2448:    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
hotswap-0.4.0/motif-frontend/configure-2449-       break;;
##############################################
hotswap-0.4.0/motif-frontend/configure-2517-echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6
hotswap-0.4.0/motif-frontend/configure:2518:GCC=`test $ac_compiler_gnu = yes && echo yes`
hotswap-0.4.0/motif-frontend/configure-2519-ac_test_CFLAGS=${CFLAGS+set}
##############################################
hotswap-0.4.0/motif-frontend/configure-2819-  if test "$am_compiler_list" = ""; then
hotswap-0.4.0/motif-frontend/configure:2820:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
hotswap-0.4.0/motif-frontend/configure-2821-  fi
##############################################
hotswap-0.4.0/motif-frontend/configure-2898-test -z "$ac_cv_build_alias" &&
hotswap-0.4.0/motif-frontend/configure:2899:  ac_cv_build_alias=`$ac_config_guess`
hotswap-0.4.0/motif-frontend/configure-2900-test -z "$ac_cv_build_alias" &&
##############################################
hotswap-0.4.0/motif-frontend/configure-2903-   { (exit 1); exit 1; }; }
hotswap-0.4.0/motif-frontend/configure:2904:ac_cv_build=`$ac_config_sub $ac_cv_build_alias` ||
hotswap-0.4.0/motif-frontend/configure-2905-  { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_build_alias failed" >&5
##############################################
hotswap-0.4.0/motif-frontend/configure-2912-build=$ac_cv_build
hotswap-0.4.0/motif-frontend/configure:2913:build_cpu=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
hotswap-0.4.0/motif-frontend/configure:2914:build_vendor=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
hotswap-0.4.0/motif-frontend/configure:2915:build_os=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
hotswap-0.4.0/motif-frontend/configure-2916-
##############################################
hotswap-0.4.0/motif-frontend/configure-2925-  ac_cv_host_alias=$ac_cv_build_alias
hotswap-0.4.0/motif-frontend/configure:2926:ac_cv_host=`$ac_config_sub $ac_cv_host_alias` ||
hotswap-0.4.0/motif-frontend/configure-2927-  { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_host_alias failed" >&5
##############################################
hotswap-0.4.0/motif-frontend/configure-2934-host=$ac_cv_host
hotswap-0.4.0/motif-frontend/configure:2935:host_cpu=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
hotswap-0.4.0/motif-frontend/configure:2936:host_vendor=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
hotswap-0.4.0/motif-frontend/configure:2937:host_os=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
hotswap-0.4.0/motif-frontend/configure-2938-
##############################################
hotswap-0.4.0/motif-frontend/configure-2955-    # gcc leaves a trailing carriage return which upsets mingw
hotswap-0.4.0/motif-frontend/configure:2956:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
hotswap-0.4.0/motif-frontend/configure-2957-  *)
hotswap-0.4.0/motif-frontend/configure:2958:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
hotswap-0.4.0/motif-frontend/configure-2959-  esac
##############################################
hotswap-0.4.0/motif-frontend/configure-2964-      # Canonicalize the path of ld
hotswap-0.4.0/motif-frontend/configure:2965:      ac_prog=`echo $ac_prog| sed 's%\\\\%/%g'`
hotswap-0.4.0/motif-frontend/configure-2966-      while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do
hotswap-0.4.0/motif-frontend/configure:2967:	ac_prog=`echo $ac_prog| sed "s%$re_direlt%/%"`
hotswap-0.4.0/motif-frontend/configure-2968-      done
##############################################
hotswap-0.4.0/motif-frontend/configure-3139-        names_already_handled="$names_already_handled $name"
hotswap-0.4.0/motif-frontend/configure:3140:                        uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./-|ABCDEFGHIJKLMNOPQRSTUVWXYZ___|'`
hotswap-0.4.0/motif-frontend/configure-3141-        eval value=\"\$HAVE_LIB$uppername\"
##############################################
hotswap-0.4.0/motif-frontend/configure-3185-                -L*)
hotswap-0.4.0/motif-frontend/configure:3186:                  dir=`echo "X$x" | sed -e 's/^X-L//'`
hotswap-0.4.0/motif-frontend/configure-3187-                  if test -n "$shlibext" && test -f "$dir/lib$name.$shlibext"; then
##############################################
hotswap-0.4.0/motif-frontend/configure-3277-              */lib | */lib/)
hotswap-0.4.0/motif-frontend/configure:3278:                basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e 's,/lib/*$,,'`
hotswap-0.4.0/motif-frontend/configure-3279-                additional_includedir="$basedir/include"
##############################################
hotswap-0.4.0/motif-frontend/configure-3325-                  -L*)
hotswap-0.4.0/motif-frontend/configure:3326:                    additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'`
hotswap-0.4.0/motif-frontend/configure-3327-                                                                                                                                                                if test "X$additional_libdir" != "X/usr/lib"; then
##############################################
hotswap-0.4.0/motif-frontend/configure-3382-                  -R*)
hotswap-0.4.0/motif-frontend/configure:3383:                    dir=`echo "X$dep" | sed -e 's/^X-R//'`
hotswap-0.4.0/motif-frontend/configure-3384-                    if test "$enable_rpath" != no; then
##############################################
hotswap-0.4.0/motif-frontend/configure-3407-                  -l*)
hotswap-0.4.0/motif-frontend/configure:3408:                                        names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'`
hotswap-0.4.0/motif-frontend/configure-3409-                    ;;
hotswap-0.4.0/motif-frontend/configure-3410-                  *.la)
hotswap-0.4.0/motif-frontend/configure:3411:                                                                                names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'`
hotswap-0.4.0/motif-frontend/configure-3412-                    ;;
##############################################
hotswap-0.4.0/motif-frontend/configure-3754-        names_already_handled="$names_already_handled $name"
hotswap-0.4.0/motif-frontend/configure:3755:                        uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./-|ABCDEFGHIJKLMNOPQRSTUVWXYZ___|'`
hotswap-0.4.0/motif-frontend/configure-3756-        eval value=\"\$HAVE_LIB$uppername\"
##############################################
hotswap-0.4.0/motif-frontend/configure-3800-                -L*)
hotswap-0.4.0/motif-frontend/configure:3801:                  dir=`echo "X$x" | sed -e 's/^X-L//'`
hotswap-0.4.0/motif-frontend/configure-3802-                  if test -n "$shlibext" && test -f "$dir/lib$name.$shlibext"; then
##############################################
hotswap-0.4.0/motif-frontend/configure-3892-              */lib | */lib/)
hotswap-0.4.0/motif-frontend/configure:3893:                basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e 's,/lib/*$,,'`
hotswap-0.4.0/motif-frontend/configure-3894-                additional_includedir="$basedir/include"
##############################################
hotswap-0.4.0/motif-frontend/configure-3940-                  -L*)
hotswap-0.4.0/motif-frontend/configure:3941:                    additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'`
hotswap-0.4.0/motif-frontend/configure-3942-                                                                                                                                                                if test "X$additional_libdir" != "X/usr/lib"; then
##############################################
hotswap-0.4.0/motif-frontend/configure-3997-                  -R*)
hotswap-0.4.0/motif-frontend/configure:3998:                    dir=`echo "X$dep" | sed -e 's/^X-R//'`
hotswap-0.4.0/motif-frontend/configure-3999-                    if test "$enable_rpath" != no; then
##############################################
hotswap-0.4.0/motif-frontend/configure-4022-                  -l*)
hotswap-0.4.0/motif-frontend/configure:4023:                                        names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'`
hotswap-0.4.0/motif-frontend/configure-4024-                    ;;
hotswap-0.4.0/motif-frontend/configure-4025-                  *.la)
hotswap-0.4.0/motif-frontend/configure:4026:                                                                                names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'`
hotswap-0.4.0/motif-frontend/configure-4027-                    ;;
##############################################
hotswap-0.4.0/motif-frontend/configure-4577-     "checking for C compiler version" >&5
hotswap-0.4.0/motif-frontend/configure:4578:ac_compiler=`set X $ac_compile; echo $2`
hotswap-0.4.0/motif-frontend/configure-4579-{ (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
##############################################
hotswap-0.4.0/motif-frontend/configure-4643-echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6
hotswap-0.4.0/motif-frontend/configure:4644:GCC=`test $ac_compiler_gnu = yes && echo yes`
hotswap-0.4.0/motif-frontend/configure-4645-ac_test_CFLAGS=${CFLAGS+set}
##############################################
hotswap-0.4.0/motif-frontend/configure-4945-  if test "$am_compiler_list" = ""; then
hotswap-0.4.0/motif-frontend/configure:4946:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
hotswap-0.4.0/motif-frontend/configure-4947-  fi
##############################################
hotswap-0.4.0/motif-frontend/configure-5090-echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6
hotswap-0.4.0/motif-frontend/configure:5091:set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,./+-,__p_,'`
hotswap-0.4.0/motif-frontend/configure-5092-if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then
##############################################
hotswap-0.4.0/motif-frontend/configure-5099-# GNU make sometimes prints "make[1]: Entering...", which would confuse us.
hotswap-0.4.0/motif-frontend/configure:5100:eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=`
hotswap-0.4.0/motif-frontend/configure-5101-if test -n "$ac_maketemp"; then
##############################################
hotswap-0.4.0/motif-frontend/configure-5107-fi
hotswap-0.4.0/motif-frontend/configure:5108:if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
hotswap-0.4.0/motif-frontend/configure-5109-  echo "$as_me:$LINENO: result: yes" >&5
##############################################
hotswap-0.4.0/motif-frontend/configure-5564-    # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
hotswap-0.4.0/motif-frontend/configure:5565:    eval `${MAKE-make} acfindx 2>/dev/null | grep -v make`
hotswap-0.4.0/motif-frontend/configure-5566-    # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
##############################################
hotswap-0.4.0/motif-frontend/configure-5712-LIBS=$ac_save_LIBS
hotswap-0.4.0/motif-frontend/configure:5713:for ac_dir in `echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
hotswap-0.4.0/motif-frontend/configure-5714-do
##############################################
hotswap-0.4.0/motif-frontend/configure-6834-# First see if replacing the include by lib works.
hotswap-0.4.0/motif-frontend/configure:6835:for ac_dir in `echo "$ac_motif_includes" | sed s/include/lib/` \
hotswap-0.4.0/motif-frontend/configure-6836-    /usr/lib/Motif1.2     \
##############################################
hotswap-0.4.0/motif-frontend/configure-7198-do
hotswap-0.4.0/motif-frontend/configure:7199:  if (set +x; test -n "`(eval $as_var=C; export $as_var) 2>&1`"); then
hotswap-0.4.0/motif-frontend/configure-7200-    eval $as_var=C; export $as_var
##############################################
hotswap-0.4.0/motif-frontend/configure-7256-  as_lineno_2=$LINENO
hotswap-0.4.0/motif-frontend/configure:7257:  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
hotswap-0.4.0/motif-frontend/configure-7258-  test "x$as_lineno_1" != "x$as_lineno_2" &&
##############################################
hotswap-0.4.0/motif-frontend/configure-7296-  as_lineno_2=$LINENO
hotswap-0.4.0/motif-frontend/configure:7297:  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
hotswap-0.4.0/motif-frontend/configure-7298-  test "x$as_lineno_1" != "x$as_lineno_2" &&
##############################################
hotswap-0.4.0/motif-frontend/configure-7477-configured by $0, generated by GNU Autoconf 2.57,
hotswap-0.4.0/motif-frontend/configure:7478:  with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
hotswap-0.4.0/motif-frontend/configure-7479-
##############################################
hotswap-0.4.0/motif-frontend/configure-7495-  --*=*)
hotswap-0.4.0/motif-frontend/configure:7496:    ac_option=`expr "x$1" : 'x\([^=]*\)='`
hotswap-0.4.0/motif-frontend/configure:7497:    ac_optarg=`expr "x$1" : 'x[^=]*=\(.*\)'`
hotswap-0.4.0/motif-frontend/configure-7498-    ac_shift=:
##############################################
hotswap-0.4.0/motif-frontend/configure-7785-      fi
hotswap-0.4.0/motif-frontend/configure:7786:      ac_sed_frag=`expr $ac_sed_frag + 1`
hotswap-0.4.0/motif-frontend/configure-7787-      ac_beg=$ac_end
hotswap-0.4.0/motif-frontend/configure:7788:      ac_end=`expr $ac_end + $ac_max_sed_lines`
hotswap-0.4.0/motif-frontend/configure-7789-    fi
##############################################
hotswap-0.4.0/motif-frontend/configure-7802-        cat >$tmp/stdin
hotswap-0.4.0/motif-frontend/configure:7803:        ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
hotswap-0.4.0/motif-frontend/configure:7804:        ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
hotswap-0.4.0/motif-frontend/configure:7805:  *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
hotswap-0.4.0/motif-frontend/configure:7806:        ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
hotswap-0.4.0/motif-frontend/configure-7807-  * )   ac_file_in=$ac_file.in ;;
##############################################
hotswap-0.4.0/motif-frontend/configure-7850-if test "$ac_dir" != .; then
hotswap-0.4.0/motif-frontend/configure:7851:  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
hotswap-0.4.0/motif-frontend/configure-7852-  # A "../" for each directory in $ac_dir_suffix.
hotswap-0.4.0/motif-frontend/configure:7853:  ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
hotswap-0.4.0/motif-frontend/configure-7854-else
##############################################
hotswap-0.4.0/motif-frontend/configure-7863-    else
hotswap-0.4.0/motif-frontend/configure:7864:       ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
hotswap-0.4.0/motif-frontend/configure-7865-    fi ;;
##############################################
hotswap-0.4.0/motif-frontend/configure-7872-esac
hotswap-0.4.0/motif-frontend/configure:7873:# Don't blindly perform a `cd "$ac_dir"/$ac_foo && pwd` since $ac_foo can be
hotswap-0.4.0/motif-frontend/configure-7874-# absolute.
hotswap-0.4.0/motif-frontend/configure:7875:ac_abs_builddir=`cd "$ac_dir" && cd $ac_builddir && pwd`
hotswap-0.4.0/motif-frontend/configure:7876:ac_abs_top_builddir=`cd "$ac_dir" && cd ${ac_top_builddir}. && pwd`
hotswap-0.4.0/motif-frontend/configure:7877:ac_abs_srcdir=`cd "$ac_dir" && cd $ac_srcdir && pwd`
hotswap-0.4.0/motif-frontend/configure:7878:ac_abs_top_srcdir=`cd "$ac_dir" && cd $ac_top_srcdir && pwd`
hotswap-0.4.0/motif-frontend/configure-7879-
##############################################
hotswap-0.4.0/motif-frontend/configure-7982-        cat >$tmp/stdin
hotswap-0.4.0/motif-frontend/configure:7983:        ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
hotswap-0.4.0/motif-frontend/configure:7984:        ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
hotswap-0.4.0/motif-frontend/configure:7985:  *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
hotswap-0.4.0/motif-frontend/configure:7986:        ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
hotswap-0.4.0/motif-frontend/configure-7987-  * )   ac_file_in=$ac_file.in ;;
##############################################
hotswap-0.4.0/motif-frontend/configure-8184-    * )
hotswap-0.4.0/motif-frontend/configure:8185:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
hotswap-0.4.0/motif-frontend/configure-8186-  esac
##############################################
hotswap-0.4.0/motif-frontend/configure-8207-for ac_file in : $CONFIG_COMMANDS; do test "x$ac_file" = x: && continue
hotswap-0.4.0/motif-frontend/configure:8208:  ac_dest=`echo "$ac_file" | sed 's,:.*,,'`
hotswap-0.4.0/motif-frontend/configure:8209:  ac_source=`echo "$ac_file" | sed 's,[^:]*:,,'`
hotswap-0.4.0/motif-frontend/configure-8210-  ac_dir=`(dirname "$ac_dest") 2>/dev/null ||
##############################################
hotswap-0.4.0/motif-frontend/configure-8224-if test "$ac_dir" != .; then
hotswap-0.4.0/motif-frontend/configure:8225:  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
hotswap-0.4.0/motif-frontend/configure-8226-  # A "../" for each directory in $ac_dir_suffix.
hotswap-0.4.0/motif-frontend/configure:8227:  ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
hotswap-0.4.0/motif-frontend/configure-8228-else
##############################################
hotswap-0.4.0/motif-frontend/configure-8237-    else
hotswap-0.4.0/motif-frontend/configure:8238:       ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
hotswap-0.4.0/motif-frontend/configure-8239-    fi ;;
##############################################
hotswap-0.4.0/motif-frontend/configure-8246-esac
hotswap-0.4.0/motif-frontend/configure:8247:# Don't blindly perform a `cd "$ac_dir"/$ac_foo && pwd` since $ac_foo can be
hotswap-0.4.0/motif-frontend/configure-8248-# absolute.
hotswap-0.4.0/motif-frontend/configure:8249:ac_abs_builddir=`cd "$ac_dir" && cd $ac_builddir && pwd`
hotswap-0.4.0/motif-frontend/configure:8250:ac_abs_top_builddir=`cd "$ac_dir" && cd ${ac_top_builddir}. && pwd`
hotswap-0.4.0/motif-frontend/configure:8251:ac_abs_srcdir=`cd "$ac_dir" && cd $ac_srcdir && pwd`
hotswap-0.4.0/motif-frontend/configure:8252:ac_abs_top_srcdir=`cd "$ac_dir" && cd $ac_top_srcdir && pwd`
hotswap-0.4.0/motif-frontend/configure-8253-
##############################################
hotswap-0.4.0/motif-frontend/configure-8261-      case "$ac_file" in
hotswap-0.4.0/motif-frontend/configure:8262:        *:*) ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
hotswap-0.4.0/motif-frontend/configure-8263-      esac
##############################################
hotswap-0.4.0/motif-frontend/configure-8266-        # Adjust a relative srcdir.
hotswap-0.4.0/motif-frontend/configure:8267:        ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'`
hotswap-0.4.0/motif-frontend/configure:8268:        ac_dir_suffix="/`echo "$ac_dir"|sed 's%^\./%%'`"
hotswap-0.4.0/motif-frontend/configure:8269:        ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'`
hotswap-0.4.0/motif-frontend/configure-8270-        # In autoconf-2.13 it is called $ac_given_srcdir.
##############################################
hotswap-0.4.0/motif-frontend/configure-8273-        case "$ac_given_srcdir" in
hotswap-0.4.0/motif-frontend/configure:8274:          .)  top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;;
hotswap-0.4.0/motif-frontend/configure-8275-          /*) top_srcdir="$ac_given_srcdir" ;;
##############################################
hotswap-0.4.0/motif-frontend/configure-8289-            fi
hotswap-0.4.0/motif-frontend/configure:8290:            ALL_LINGUAS_=`sed -e "/^#/d" "$ac_given_srcdir/$ac_dir/LINGUAS"`
hotswap-0.4.0/motif-frontend/configure-8291-            # Hide the ALL_LINGUAS assigment from automake.
##############################################
hotswap-0.4.0/motif-frontend/configure-8355-  # Strip MF so we end up with the name of the file.
hotswap-0.4.0/motif-frontend/configure:8356:  mf=`echo "$mf" | sed -e 's/:.*$//'`
hotswap-0.4.0/motif-frontend/configure-8357-  # Check whether this is an Automake generated Makefile or not.
##############################################
hotswap-0.4.0/motif-frontend/configure-8381-  # running `make'.
hotswap-0.4.0/motif-frontend/configure:8382:  DEPDIR=`sed -n -e '/^DEPDIR = / s///p' < "$mf"`
hotswap-0.4.0/motif-frontend/configure-8383-  test -z "$DEPDIR" && continue
hotswap-0.4.0/motif-frontend/configure-8384-  # When using ansi2knr, U may be empty or an underscore; expand it
hotswap-0.4.0/motif-frontend/configure:8385:  U=`sed -n -e '/^U = / s///p' < "$mf"`
hotswap-0.4.0/motif-frontend/configure-8386-  test -d "$dirpart/$DEPDIR" || mkdir "$dirpart/$DEPDIR"
##############################################
hotswap-0.4.0/motif-frontend/depcomp-34-if test -z "$depfile"; then
hotswap-0.4.0/motif-frontend/depcomp:35:   base=`echo "$object" | sed -e 's,^.*/,,' -e 's,\.\([^.]*\)$,.P\1,'`
hotswap-0.4.0/motif-frontend/depcomp:36:   dir=`echo "$object" | sed 's,/.*$,/,'`
hotswap-0.4.0/motif-frontend/depcomp-37-   if test "$dir" = "$object"; then
##############################################
hotswap-0.4.0/motif-frontend/depcomp-43-
hotswap-0.4.0/motif-frontend/depcomp:44:tmpdepfile=${tmpdepfile-`echo "$depfile" | sed 's/\.\([^.]*\)$/.T\1/'`}
hotswap-0.4.0/motif-frontend/depcomp-45-
##############################################
hotswap-0.4.0/motif-frontend/depcomp-177-  # $object doesn't have directory information.
hotswap-0.4.0/motif-frontend/depcomp:178:  stripped=`echo "$object" | sed -e 's,^.*/,,' -e 's/\(.*\)\..*$/\1/'`
hotswap-0.4.0/motif-frontend/depcomp-179-  tmpdepfile="$stripped.u"
##############################################
hotswap-0.4.0/motif-frontend/depcomp-196-    # Do two passes, one to just change these to
hotswap-0.4.0/motif-frontend/depcomp:197:    # `$object: dependent.h' and one to simply `dependent.h:'.
hotswap-0.4.0/motif-frontend/depcomp-198-    sed -e "s,^$outname:,$object :," < "$tmpdepfile" > "$depfile"
##############################################
hotswap-0.4.0/motif-frontend/depcomp-232-  # Do two passes, one to just change these to
hotswap-0.4.0/motif-frontend/depcomp:233:  # `$object: dependent.h' and one to simply `dependent.h:'.
hotswap-0.4.0/motif-frontend/depcomp-234-  sed -e "s,^[^:]*:,$object :," < "$tmpdepfile" > "$depfile"
##############################################
hotswap-0.4.0/motif-frontend/depcomp-244-   # Subdirectories are respected.
hotswap-0.4.0/motif-frontend/depcomp:245:   dir=`echo "$object" | sed -e 's|/[^/]*$|/|'`
hotswap-0.4.0/motif-frontend/depcomp-246-   test "x$dir" = "x$object" && dir=
hotswap-0.4.0/motif-frontend/depcomp:247:   base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'`
hotswap-0.4.0/motif-frontend/depcomp-248-
##############################################
hotswap-0.4.0/motif-frontend/depcomp-367-  done
hotswap-0.4.0/motif-frontend/depcomp:368:  obj_suffix="`echo $object | sed 's/^.*\././'`"
hotswap-0.4.0/motif-frontend/depcomp-369-  touch "$tmpdepfile"
##############################################
hotswap-0.4.0/motif-frontend/install-sh-85-
hotswap-0.4.0/motif-frontend/install-sh:86:	-t=*) transformarg=`echo $1 | sed 's/-t=//'`
hotswap-0.4.0/motif-frontend/install-sh-87-	    shift
##############################################
hotswap-0.4.0/motif-frontend/install-sh-89-
hotswap-0.4.0/motif-frontend/install-sh:90:	-b=*) transformbasename=`echo $1 | sed 's/-b=//'`
hotswap-0.4.0/motif-frontend/install-sh-91-	    shift
##############################################
hotswap-0.4.0/motif-frontend/install-sh-151-	then
hotswap-0.4.0/motif-frontend/install-sh:152:		dst=$dst/`basename "$src"`
hotswap-0.4.0/motif-frontend/install-sh-153-	else
##############################################
hotswap-0.4.0/motif-frontend/install-sh-158-## this sed command emulates the dirname command
hotswap-0.4.0/motif-frontend/install-sh:159:dstdir=`echo "$dst" | sed -e 's,[^/]*$,,;s,/$,,;s,^$,.,'`
hotswap-0.4.0/motif-frontend/install-sh-160-
##############################################
hotswap-0.4.0/motif-frontend/install-sh-172-IFS='%'
hotswap-0.4.0/motif-frontend/install-sh:173:set - `echo "$dstdir" | sed -e 's@/@%@g' -e 's@^%@/@'`
hotswap-0.4.0/motif-frontend/install-sh-174-IFS=$oIFS
##############################################
hotswap-0.4.0/motif-frontend/install-sh-206-	then
hotswap-0.4.0/motif-frontend/install-sh:207:		dstfile=`basename "$dst"`
hotswap-0.4.0/motif-frontend/install-sh-208-	else
##############################################
hotswap-0.4.0/motif-frontend/install-sh-216-	then
hotswap-0.4.0/motif-frontend/install-sh:217:		dstfile=`basename "$dst"`
hotswap-0.4.0/motif-frontend/install-sh-218-	else
##############################################
hotswap-0.4.0/motif-frontend/missing-128-         from any GNU archive site."
hotswap-0.4.0/motif-frontend/missing:129:    files=`sed -n 's/^[ ]*A[CM]_CONFIG_HEADER(\([^)]*\)).*/\1/p' ${configure_ac}`
hotswap-0.4.0/motif-frontend/missing-130-    test -z "$files" && files="config.h"
##############################################
hotswap-0.4.0/motif-frontend/missing-167-         proper tools for further handling them.
hotswap-0.4.0/motif-frontend/missing:168:         You can get \`$1Help2man' as part of \`Autoconf' from any GNU
hotswap-0.4.0/motif-frontend/missing-169-         archive site."
hotswap-0.4.0/motif-frontend/missing-170-
hotswap-0.4.0/motif-frontend/missing:171:    file=`echo "$*" | sed -n 's/.*--output[ =]*\([^ ]*\).*/\1/p'`
hotswap-0.4.0/motif-frontend/missing:172:    test -z "$file" && file=`echo "$*" | sed -n 's/.*-o[ ]*\([^ ]*\).*/\1/p'`
hotswap-0.4.0/motif-frontend/missing-173-    if test -f "$file"; then
##############################################
hotswap-0.4.0/motif-frontend/missing-196-	*.y)
hotswap-0.4.0/motif-frontend/missing:197:	    SRCFILE=`echo "$LASTARG" | sed 's/y$/c/'`
hotswap-0.4.0/motif-frontend/missing-198-	    if [ -f "$SRCFILE" ]; then
##############################################
hotswap-0.4.0/motif-frontend/missing-200-	    fi
hotswap-0.4.0/motif-frontend/missing:201:	    SRCFILE=`echo "$LASTARG" | sed 's/y$/h/'`
hotswap-0.4.0/motif-frontend/missing-202-	    if [ -f "$SRCFILE" ]; then
##############################################
hotswap-0.4.0/motif-frontend/missing-226-	*.l)
hotswap-0.4.0/motif-frontend/missing:227:	    SRCFILE=`echo "$LASTARG" | sed 's/l$/c/'`
hotswap-0.4.0/motif-frontend/missing-228-	    if [ -f "$SRCFILE" ]; then
##############################################
hotswap-0.4.0/motif-frontend/missing-250-
hotswap-0.4.0/motif-frontend/missing:251:    file=`echo "$*" | sed -n 's/.*-o \([^ ]*\).*/\1/p'`
hotswap-0.4.0/motif-frontend/missing-252-    if test -z "$file"; then
hotswap-0.4.0/motif-frontend/missing:253:	file=`echo "$*" | sed -n 's/.*--output=\([^ ]*\).*/\1/p'`
hotswap-0.4.0/motif-frontend/missing-254-    fi
##############################################
hotswap-0.4.0/motif-frontend/missing-276-         the \`GNU make' package.  Grab either from any GNU archive site."
hotswap-0.4.0/motif-frontend/missing:277:    file=`echo "$*" | sed -n 's/.*-o \([^ ]*\).*/\1/p'`
hotswap-0.4.0/motif-frontend/missing-278-    if test -z "$file"; then
hotswap-0.4.0/motif-frontend/missing:279:      file=`echo "$*" | sed 's/.* \([^ ]*\) *$/\1/'`
hotswap-0.4.0/motif-frontend/missing:280:      file=`sed -n '/^@setfilename/ { s/.* \([^ ]*\) *$/\1/; p; q; }' $file`
hotswap-0.4.0/motif-frontend/missing-281-    fi
##############################################
hotswap-0.4.0/motif-frontend/missing-304-	*o*)
hotswap-0.4.0/motif-frontend/missing:305:	    firstarg=`echo "$firstarg" | sed s/o//`
hotswap-0.4.0/motif-frontend/missing-306-	    tar "$firstarg" "$@" && exit 0
##############################################
hotswap-0.4.0/motif-frontend/missing-310-	*h*)
hotswap-0.4.0/motif-frontend/missing:311:	    firstarg=`echo "$firstarg" | sed s/h//`
hotswap-0.4.0/motif-frontend/missing-312-	    tar "$firstarg" "$@" && exit 0
##############################################
hotswap-0.4.0/motif-frontend/mkinstalldirs-12-do
hotswap-0.4.0/motif-frontend/mkinstalldirs:13:   set fnord `echo ":$file" | sed -ne 's/^:\//#/;s/^://;s/\// /g;s/^#/\//;p'`
hotswap-0.4.0/motif-frontend/mkinstalldirs-14-   shift
##############################################
hotswap-0.4.0/motif-frontend/src/Makefile.in-185-	@list='$(bin_PROGRAMS)'; for p in $$list; do \
hotswap-0.4.0/motif-frontend/src/Makefile.in:186:	  p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
hotswap-0.4.0/motif-frontend/src/Makefile.in-187-	  if test -f $$p \
hotswap-0.4.0/motif-frontend/src/Makefile.in-188-	  ; then \
hotswap-0.4.0/motif-frontend/src/Makefile.in:189:	    f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
hotswap-0.4.0/motif-frontend/src/Makefile.in-190-	   echo " $(INSTALL_PROGRAM_ENV) $(binPROGRAMS_INSTALL) $$p $(DESTDIR)$(bindir)/$$f"; \
##############################################
hotswap-0.4.0/motif-frontend/src/Makefile.in-197-	@list='$(bin_PROGRAMS)'; for p in $$list; do \
hotswap-0.4.0/motif-frontend/src/Makefile.in:198:	  f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
hotswap-0.4.0/motif-frontend/src/Makefile.in-199-	  echo " rm -f $(DESTDIR)$(bindir)/$$f"; \
##############################################
hotswap-0.4.0/motif-frontend/src/Makefile.in-222-@am__fastdepCC_TRUE@	if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
hotswap-0.4.0/motif-frontend/src/Makefile.in:223:@am__fastdepCC_TRUE@	  -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<; \
hotswap-0.4.0/motif-frontend/src/Makefile.in-224-@am__fastdepCC_TRUE@	then mv "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \
##############################################
hotswap-0.4.0/motif-frontend/src/Makefile.in-229-@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
hotswap-0.4.0/motif-frontend/src/Makefile.in:230:@am__fastdepCC_FALSE@	$(COMPILE) -c `test -f '$<' || echo '$(srcdir)/'`$<
hotswap-0.4.0/motif-frontend/src/Makefile.in-231-
##############################################
hotswap-0.4.0/motif-frontend/src/Makefile.in-233-@am__fastdepCC_TRUE@	if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
hotswap-0.4.0/motif-frontend/src/Makefile.in:234:@am__fastdepCC_TRUE@	  -c -o $@ `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`; \
hotswap-0.4.0/motif-frontend/src/Makefile.in-235-@am__fastdepCC_TRUE@	then mv "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \
##############################################
hotswap-0.4.0/motif-frontend/src/Makefile.in-240-@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
hotswap-0.4.0/motif-frontend/src/Makefile.in:241:@am__fastdepCC_FALSE@	$(COMPILE) -c `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`
hotswap-0.4.0/motif-frontend/src/Makefile.in-242-uninstall-info-am:
##############################################
hotswap-0.4.0/motif-frontend/src/Makefile.in-290-GTAGS:
hotswap-0.4.0/motif-frontend/src/Makefile.in:291:	here=`$(am__cd) $(top_builddir) && pwd` \
hotswap-0.4.0/motif-frontend/src/Makefile.in-292-	  && cd $(top_srcdir) \
##############################################
hotswap-0.4.0/motif-frontend/src/Makefile.in-302-distdir: $(DISTFILES)
hotswap-0.4.0/motif-frontend/src/Makefile.in:303:	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
hotswap-0.4.0/motif-frontend/src/Makefile.in:304:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
hotswap-0.4.0/motif-frontend/src/Makefile.in-305-	list='$(DISTFILES)'; for file in $$list; do \
hotswap-0.4.0/motif-frontend/src/Makefile.in-306-	  case $$file in \
hotswap-0.4.0/motif-frontend/src/Makefile.in:307:	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
hotswap-0.4.0/motif-frontend/src/Makefile.in:308:	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
hotswap-0.4.0/motif-frontend/src/Makefile.in-309-	  esac; \
hotswap-0.4.0/motif-frontend/src/Makefile.in-310-	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
hotswap-0.4.0/motif-frontend/src/Makefile.in:311:	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
hotswap-0.4.0/motif-frontend/src/Makefile.in-312-	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
##############################################
hotswap-0.4.0/motif-frontend/m4/Makefile.in-162-distdir: $(DISTFILES)
hotswap-0.4.0/motif-frontend/m4/Makefile.in:163:	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
hotswap-0.4.0/motif-frontend/m4/Makefile.in:164:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
hotswap-0.4.0/motif-frontend/m4/Makefile.in-165-	list='$(DISTFILES)'; for file in $$list; do \
hotswap-0.4.0/motif-frontend/m4/Makefile.in-166-	  case $$file in \
hotswap-0.4.0/motif-frontend/m4/Makefile.in:167:	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
hotswap-0.4.0/motif-frontend/m4/Makefile.in:168:	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
hotswap-0.4.0/motif-frontend/m4/Makefile.in-169-	  esac; \
hotswap-0.4.0/motif-frontend/m4/Makefile.in-170-	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
hotswap-0.4.0/motif-frontend/m4/Makefile.in:171:	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
hotswap-0.4.0/motif-frontend/m4/Makefile.in-172-	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
##############################################
hotswap-0.4.0/motif-frontend/m4/gettext.m4-242-        LTLIBINTL="ifelse([$3],[],\${top_builddir}/intl,[$3])/libintl.[]gt_libtool_suffix_prefix[]a $LTLIBICONV"
hotswap-0.4.0/motif-frontend/m4/gettext.m4:243:        LIBS=`echo " $LIBS " | sed -e 's/ -lintl / /' -e 's/^ //' -e 's/ $//'`
hotswap-0.4.0/motif-frontend/m4/gettext.m4-244-      fi
##############################################
hotswap-0.4.0/motif-frontend/m4/gettext.m4-370-    else
hotswap-0.4.0/motif-frontend/m4/gettext.m4:371:      GMSGFMT=`echo "$GMSGFMT" | sed -e 's,^.*/,,'`
hotswap-0.4.0/motif-frontend/m4/gettext.m4-372-      AC_MSG_RESULT(
##############################################
hotswap-0.4.0/motif-frontend/m4/gettext.m4-398-      case "$ac_file" in
hotswap-0.4.0/motif-frontend/m4/gettext.m4:399:        *:*) ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
hotswap-0.4.0/motif-frontend/m4/gettext.m4-400-      esac
##############################################
hotswap-0.4.0/motif-frontend/m4/gettext.m4-403-        # Adjust a relative srcdir.
hotswap-0.4.0/motif-frontend/m4/gettext.m4:404:        ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'`
hotswap-0.4.0/motif-frontend/m4/gettext.m4:405:        ac_dir_suffix="/`echo "$ac_dir"|sed 's%^\./%%'`"
hotswap-0.4.0/motif-frontend/m4/gettext.m4:406:        ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'`
hotswap-0.4.0/motif-frontend/m4/gettext.m4-407-        # In autoconf-2.13 it is called $ac_given_srcdir.
##############################################
hotswap-0.4.0/motif-frontend/m4/gettext.m4-410-        case "$ac_given_srcdir" in
hotswap-0.4.0/motif-frontend/m4/gettext.m4:411:          .)  top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;;
hotswap-0.4.0/motif-frontend/m4/gettext.m4-412-          /*) top_srcdir="$ac_given_srcdir" ;;
##############################################
hotswap-0.4.0/motif-frontend/m4/gettext.m4-426-            fi
hotswap-0.4.0/motif-frontend/m4/gettext.m4:427:            ALL_LINGUAS_=`sed -e "/^#/d" "$ac_given_srcdir/$ac_dir/LINGUAS"`
hotswap-0.4.0/motif-frontend/m4/gettext.m4-428-            # Hide the ALL_LINGUAS assigment from automake.
##############################################
hotswap-0.4.0/motif-frontend/m4/gettext.m4-553-changequote(<<,>>)dnl
hotswap-0.4.0/motif-frontend/m4/gettext.m4:554:    ac_prog_version=`$INTLBISON --version 2>&1 | sed -n 's/^.*GNU Bison.* \([0-9]*\.[0-9.]*\).*$/\1/p'`
hotswap-0.4.0/motif-frontend/m4/gettext.m4-555-    case $ac_prog_version in
##############################################
hotswap-0.4.0/motif-frontend/m4/iconv.m4-96-      am_cv_proto_iconv="extern size_t iconv (iconv_t cd, $am_cv_proto_iconv_arg1 char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);"])
hotswap-0.4.0/motif-frontend/m4/iconv.m4:97:    am_cv_proto_iconv=`echo "[$]am_cv_proto_iconv" | tr -s ' ' | sed -e 's/( /(/'`
hotswap-0.4.0/motif-frontend/m4/iconv.m4-98-    AC_MSG_RESULT([$]{ac_t:-
##############################################
hotswap-0.4.0/motif-frontend/m4/lib-ld.m4-38-    # gcc leaves a trailing carriage return which upsets mingw
hotswap-0.4.0/motif-frontend/m4/lib-ld.m4:39:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
hotswap-0.4.0/motif-frontend/m4/lib-ld.m4-40-  *)
hotswap-0.4.0/motif-frontend/m4/lib-ld.m4:41:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
hotswap-0.4.0/motif-frontend/m4/lib-ld.m4-42-  esac
##############################################
hotswap-0.4.0/motif-frontend/m4/lib-ld.m4-47-      # Canonicalize the path of ld
hotswap-0.4.0/motif-frontend/m4/lib-ld.m4:48:      ac_prog=`echo $ac_prog| sed 's%\\\\%/%g'`
hotswap-0.4.0/motif-frontend/m4/lib-ld.m4-49-      while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do
hotswap-0.4.0/motif-frontend/m4/lib-ld.m4:50:	ac_prog=`echo $ac_prog| sed "s%$re_direlt%/%"`
hotswap-0.4.0/motif-frontend/m4/lib-ld.m4-51-      done
##############################################
hotswap-0.4.0/motif-frontend/m4/lib-link.m4-179-        dnl or AC_LIB_HAVE_LINKFLAGS call.
hotswap-0.4.0/motif-frontend/m4/lib-link.m4:180:        uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./-|ABCDEFGHIJKLMNOPQRSTUVWXYZ___|'`
hotswap-0.4.0/motif-frontend/m4/lib-link.m4-181-        eval value=\"\$HAVE_LIB$uppername\"
##############################################
hotswap-0.4.0/motif-frontend/m4/lib-link.m4-221-                -L*)
hotswap-0.4.0/motif-frontend/m4/lib-link.m4:222:                  dir=`echo "X$x" | sed -e 's/^X-L//'`
hotswap-0.4.0/motif-frontend/m4/lib-link.m4-223-                  if test -n "$shlibext" && test -f "$dir/lib$name.$shlibext"; then
##############################################
hotswap-0.4.0/motif-frontend/m4/lib-link.m4-338-              */lib | */lib/)
hotswap-0.4.0/motif-frontend/m4/lib-link.m4:339:                basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e 's,/lib/*$,,'`
hotswap-0.4.0/motif-frontend/m4/lib-link.m4-340-                additional_includedir="$basedir/include"
##############################################
hotswap-0.4.0/motif-frontend/m4/lib-link.m4-391-                  -L*)
hotswap-0.4.0/motif-frontend/m4/lib-link.m4:392:                    additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'`
hotswap-0.4.0/motif-frontend/m4/lib-link.m4-393-                    dnl Potentially add $additional_libdir to $LIBNAME and $LTLIBNAME.
##############################################
hotswap-0.4.0/motif-frontend/m4/lib-link.m4-441-                  -R*)
hotswap-0.4.0/motif-frontend/m4/lib-link.m4:442:                    dir=`echo "X$dep" | sed -e 's/^X-R//'`
hotswap-0.4.0/motif-frontend/m4/lib-link.m4-443-                    if test "$enable_rpath" != no; then
##############################################
hotswap-0.4.0/motif-frontend/m4/lib-link.m4-471-                    dnl Handle this in the next round.
hotswap-0.4.0/motif-frontend/m4/lib-link.m4:472:                    names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'`
hotswap-0.4.0/motif-frontend/m4/lib-link.m4-473-                    ;;
##############################################
hotswap-0.4.0/motif-frontend/m4/lib-link.m4-477-                    dnl option.
hotswap-0.4.0/motif-frontend/m4/lib-link.m4:478:                    names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'`
hotswap-0.4.0/motif-frontend/m4/lib-link.m4-479-                    ;;
##############################################
hotswap-0.4.0/motif-frontend/m4/motif.m4-128-# First see if replacing the include by lib works.
hotswap-0.4.0/motif-frontend/m4/motif.m4:129:for ac_dir in `echo "$ac_motif_includes" | sed s/include/lib/` \
hotswap-0.4.0/motif-frontend/m4/motif.m4-130-    /usr/lib/Motif1.2     \
##############################################
hotswap-0.4.0/motif-frontend/doc/Makefile.in-170-	  else file=$$i; fi; \
hotswap-0.4.0/motif-frontend/doc/Makefile.in:171:	  ext=`echo $$i | sed -e 's/^.*\\.//'`; \
hotswap-0.4.0/motif-frontend/doc/Makefile.in-172-	  case "$$ext" in \
##############################################
hotswap-0.4.0/motif-frontend/doc/Makefile.in-175-	  esac; \
hotswap-0.4.0/motif-frontend/doc/Makefile.in:176:	  inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
hotswap-0.4.0/motif-frontend/doc/Makefile.in:177:	  inst=`echo $$inst | sed -e 's/^.*\///'`; \
hotswap-0.4.0/motif-frontend/doc/Makefile.in:178:	  inst=`echo $$inst | sed '$(transform)'`.$$ext; \
hotswap-0.4.0/motif-frontend/doc/Makefile.in-179-	  echo " $(INSTALL_DATA) $$file $(DESTDIR)$(man1dir)/$$inst"; \
##############################################
hotswap-0.4.0/motif-frontend/doc/Makefile.in-191-	for i in $$list; do \
hotswap-0.4.0/motif-frontend/doc/Makefile.in:192:	  ext=`echo $$i | sed -e 's/^.*\\.//'`; \
hotswap-0.4.0/motif-frontend/doc/Makefile.in-193-	  case "$$ext" in \
##############################################
hotswap-0.4.0/motif-frontend/doc/Makefile.in-196-	  esac; \
hotswap-0.4.0/motif-frontend/doc/Makefile.in:197:	  inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
hotswap-0.4.0/motif-frontend/doc/Makefile.in:198:	  inst=`echo $$inst | sed -e 's/^.*\///'`; \
hotswap-0.4.0/motif-frontend/doc/Makefile.in:199:	  inst=`echo $$inst | sed '$(transform)'`.$$ext; \
hotswap-0.4.0/motif-frontend/doc/Makefile.in-200-	  echo " rm -f $(DESTDIR)$(man1dir)/$$inst"; \
##############################################
hotswap-0.4.0/motif-frontend/doc/Makefile.in-214-distdir: $(DISTFILES)
hotswap-0.4.0/motif-frontend/doc/Makefile.in:215:	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
hotswap-0.4.0/motif-frontend/doc/Makefile.in:216:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
hotswap-0.4.0/motif-frontend/doc/Makefile.in-217-	list='$(DISTFILES)'; for file in $$list; do \
hotswap-0.4.0/motif-frontend/doc/Makefile.in-218-	  case $$file in \
hotswap-0.4.0/motif-frontend/doc/Makefile.in:219:	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
hotswap-0.4.0/motif-frontend/doc/Makefile.in:220:	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
hotswap-0.4.0/motif-frontend/doc/Makefile.in-221-	  esac; \
hotswap-0.4.0/motif-frontend/doc/Makefile.in-222-	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
hotswap-0.4.0/motif-frontend/doc/Makefile.in:223:	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
hotswap-0.4.0/motif-frontend/doc/Makefile.in-224-	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
##############################################
hotswap-0.4.0/src/Makefile.in-180-	@list='$(bin_PROGRAMS)'; for p in $$list; do \
hotswap-0.4.0/src/Makefile.in:181:	  p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
hotswap-0.4.0/src/Makefile.in-182-	  if test -f $$p \
hotswap-0.4.0/src/Makefile.in-183-	  ; then \
hotswap-0.4.0/src/Makefile.in:184:	    f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
hotswap-0.4.0/src/Makefile.in-185-	   echo " $(INSTALL_PROGRAM_ENV) $(binPROGRAMS_INSTALL) $$p $(DESTDIR)$(bindir)/$$f"; \
##############################################
hotswap-0.4.0/src/Makefile.in-192-	@list='$(bin_PROGRAMS)'; for p in $$list; do \
hotswap-0.4.0/src/Makefile.in:193:	  f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
hotswap-0.4.0/src/Makefile.in-194-	  echo " rm -f $(DESTDIR)$(bindir)/$$f"; \
##############################################
hotswap-0.4.0/src/Makefile.in-217-@am__fastdepCC_TRUE@	if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
hotswap-0.4.0/src/Makefile.in:218:@am__fastdepCC_TRUE@	  -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<; \
hotswap-0.4.0/src/Makefile.in-219-@am__fastdepCC_TRUE@	then mv "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \
##############################################
hotswap-0.4.0/src/Makefile.in-224-@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
hotswap-0.4.0/src/Makefile.in:225:@am__fastdepCC_FALSE@	$(COMPILE) -c `test -f '$<' || echo '$(srcdir)/'`$<
hotswap-0.4.0/src/Makefile.in-226-
##############################################
hotswap-0.4.0/src/Makefile.in-228-@am__fastdepCC_TRUE@	if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
hotswap-0.4.0/src/Makefile.in:229:@am__fastdepCC_TRUE@	  -c -o $@ `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`; \
hotswap-0.4.0/src/Makefile.in-230-@am__fastdepCC_TRUE@	then mv "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \
##############################################
hotswap-0.4.0/src/Makefile.in-235-@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
hotswap-0.4.0/src/Makefile.in:236:@am__fastdepCC_FALSE@	$(COMPILE) -c `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`
hotswap-0.4.0/src/Makefile.in-237-uninstall-info-am:
##############################################
hotswap-0.4.0/src/Makefile.in-285-GTAGS:
hotswap-0.4.0/src/Makefile.in:286:	here=`$(am__cd) $(top_builddir) && pwd` \
hotswap-0.4.0/src/Makefile.in-287-	  && cd $(top_srcdir) \
##############################################
hotswap-0.4.0/src/Makefile.in-297-distdir: $(DISTFILES)
hotswap-0.4.0/src/Makefile.in:298:	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
hotswap-0.4.0/src/Makefile.in:299:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
hotswap-0.4.0/src/Makefile.in-300-	list='$(DISTFILES)'; for file in $$list; do \
hotswap-0.4.0/src/Makefile.in-301-	  case $$file in \
hotswap-0.4.0/src/Makefile.in:302:	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
hotswap-0.4.0/src/Makefile.in:303:	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
hotswap-0.4.0/src/Makefile.in-304-	  esac; \
hotswap-0.4.0/src/Makefile.in-305-	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
hotswap-0.4.0/src/Makefile.in:306:	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
hotswap-0.4.0/src/Makefile.in-307-	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
##############################################
hotswap-0.4.0/m4/Makefile.in-160-distdir: $(DISTFILES)
hotswap-0.4.0/m4/Makefile.in:161:	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
hotswap-0.4.0/m4/Makefile.in:162:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
hotswap-0.4.0/m4/Makefile.in-163-	list='$(DISTFILES)'; for file in $$list; do \
hotswap-0.4.0/m4/Makefile.in-164-	  case $$file in \
hotswap-0.4.0/m4/Makefile.in:165:	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
hotswap-0.4.0/m4/Makefile.in:166:	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
hotswap-0.4.0/m4/Makefile.in-167-	  esac; \
hotswap-0.4.0/m4/Makefile.in-168-	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
hotswap-0.4.0/m4/Makefile.in:169:	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
hotswap-0.4.0/m4/Makefile.in-170-	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
##############################################
hotswap-0.4.0/m4/gettext.m4-242-        LTLIBINTL="ifelse([$3],[],\${top_builddir}/intl,[$3])/libintl.[]gt_libtool_suffix_prefix[]a $LTLIBICONV"
hotswap-0.4.0/m4/gettext.m4:243:        LIBS=`echo " $LIBS " | sed -e 's/ -lintl / /' -e 's/^ //' -e 's/ $//'`
hotswap-0.4.0/m4/gettext.m4-244-      fi
##############################################
hotswap-0.4.0/m4/gettext.m4-370-    else
hotswap-0.4.0/m4/gettext.m4:371:      GMSGFMT=`echo "$GMSGFMT" | sed -e 's,^.*/,,'`
hotswap-0.4.0/m4/gettext.m4-372-      AC_MSG_RESULT(
##############################################
hotswap-0.4.0/m4/gettext.m4-398-      case "$ac_file" in
hotswap-0.4.0/m4/gettext.m4:399:        *:*) ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
hotswap-0.4.0/m4/gettext.m4-400-      esac
##############################################
hotswap-0.4.0/m4/gettext.m4-403-        # Adjust a relative srcdir.
hotswap-0.4.0/m4/gettext.m4:404:        ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'`
hotswap-0.4.0/m4/gettext.m4:405:        ac_dir_suffix="/`echo "$ac_dir"|sed 's%^\./%%'`"
hotswap-0.4.0/m4/gettext.m4:406:        ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'`
hotswap-0.4.0/m4/gettext.m4-407-        # In autoconf-2.13 it is called $ac_given_srcdir.
##############################################
hotswap-0.4.0/m4/gettext.m4-410-        case "$ac_given_srcdir" in
hotswap-0.4.0/m4/gettext.m4:411:          .)  top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;;
hotswap-0.4.0/m4/gettext.m4-412-          /*) top_srcdir="$ac_given_srcdir" ;;
##############################################
hotswap-0.4.0/m4/gettext.m4-426-            fi
hotswap-0.4.0/m4/gettext.m4:427:            ALL_LINGUAS_=`sed -e "/^#/d" "$ac_given_srcdir/$ac_dir/LINGUAS"`
hotswap-0.4.0/m4/gettext.m4-428-            # Hide the ALL_LINGUAS assigment from automake.
##############################################
hotswap-0.4.0/m4/gettext.m4-553-changequote(<<,>>)dnl
hotswap-0.4.0/m4/gettext.m4:554:    ac_prog_version=`$INTLBISON --version 2>&1 | sed -n 's/^.*GNU Bison.* \([0-9]*\.[0-9.]*\).*$/\1/p'`
hotswap-0.4.0/m4/gettext.m4-555-    case $ac_prog_version in
##############################################
hotswap-0.4.0/m4/iconv.m4-96-      am_cv_proto_iconv="extern size_t iconv (iconv_t cd, $am_cv_proto_iconv_arg1 char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);"])
hotswap-0.4.0/m4/iconv.m4:97:    am_cv_proto_iconv=`echo "[$]am_cv_proto_iconv" | tr -s ' ' | sed -e 's/( /(/'`
hotswap-0.4.0/m4/iconv.m4-98-    AC_MSG_RESULT([$]{ac_t:-
##############################################
hotswap-0.4.0/m4/lib-ld.m4-38-    # gcc leaves a trailing carriage return which upsets mingw
hotswap-0.4.0/m4/lib-ld.m4:39:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
hotswap-0.4.0/m4/lib-ld.m4-40-  *)
hotswap-0.4.0/m4/lib-ld.m4:41:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
hotswap-0.4.0/m4/lib-ld.m4-42-  esac
##############################################
hotswap-0.4.0/m4/lib-ld.m4-47-      # Canonicalize the path of ld
hotswap-0.4.0/m4/lib-ld.m4:48:      ac_prog=`echo $ac_prog| sed 's%\\\\%/%g'`
hotswap-0.4.0/m4/lib-ld.m4-49-      while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do
hotswap-0.4.0/m4/lib-ld.m4:50:	ac_prog=`echo $ac_prog| sed "s%$re_direlt%/%"`
hotswap-0.4.0/m4/lib-ld.m4-51-      done
##############################################
hotswap-0.4.0/m4/lib-link.m4-179-        dnl or AC_LIB_HAVE_LINKFLAGS call.
hotswap-0.4.0/m4/lib-link.m4:180:        uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./-|ABCDEFGHIJKLMNOPQRSTUVWXYZ___|'`
hotswap-0.4.0/m4/lib-link.m4-181-        eval value=\"\$HAVE_LIB$uppername\"
##############################################
hotswap-0.4.0/m4/lib-link.m4-221-                -L*)
hotswap-0.4.0/m4/lib-link.m4:222:                  dir=`echo "X$x" | sed -e 's/^X-L//'`
hotswap-0.4.0/m4/lib-link.m4-223-                  if test -n "$shlibext" && test -f "$dir/lib$name.$shlibext"; then
##############################################
hotswap-0.4.0/m4/lib-link.m4-338-              */lib | */lib/)
hotswap-0.4.0/m4/lib-link.m4:339:                basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e 's,/lib/*$,,'`
hotswap-0.4.0/m4/lib-link.m4-340-                additional_includedir="$basedir/include"
##############################################
hotswap-0.4.0/m4/lib-link.m4-391-                  -L*)
hotswap-0.4.0/m4/lib-link.m4:392:                    additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'`
hotswap-0.4.0/m4/lib-link.m4-393-                    dnl Potentially add $additional_libdir to $LIBNAME and $LTLIBNAME.
##############################################
hotswap-0.4.0/m4/lib-link.m4-441-                  -R*)
hotswap-0.4.0/m4/lib-link.m4:442:                    dir=`echo "X$dep" | sed -e 's/^X-R//'`
hotswap-0.4.0/m4/lib-link.m4-443-                    if test "$enable_rpath" != no; then
##############################################
hotswap-0.4.0/m4/lib-link.m4-471-                    dnl Handle this in the next round.
hotswap-0.4.0/m4/lib-link.m4:472:                    names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'`
hotswap-0.4.0/m4/lib-link.m4-473-                    ;;
##############################################
hotswap-0.4.0/m4/lib-link.m4-477-                    dnl option.
hotswap-0.4.0/m4/lib-link.m4:478:                    names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'`
hotswap-0.4.0/m4/lib-link.m4-479-                    ;;
##############################################
hotswap-0.4.0/doc/Makefile.in-171-	  else file=$$i; fi; \
hotswap-0.4.0/doc/Makefile.in:172:	  ext=`echo $$i | sed -e 's/^.*\\.//'`; \
hotswap-0.4.0/doc/Makefile.in-173-	  case "$$ext" in \
##############################################
hotswap-0.4.0/doc/Makefile.in-176-	  esac; \
hotswap-0.4.0/doc/Makefile.in:177:	  inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
hotswap-0.4.0/doc/Makefile.in:178:	  inst=`echo $$inst | sed -e 's/^.*\///'`; \
hotswap-0.4.0/doc/Makefile.in:179:	  inst=`echo $$inst | sed '$(transform)'`.$$ext; \
hotswap-0.4.0/doc/Makefile.in-180-	  echo " $(INSTALL_DATA) $$file $(DESTDIR)$(man1dir)/$$inst"; \
##############################################
hotswap-0.4.0/doc/Makefile.in-192-	for i in $$list; do \
hotswap-0.4.0/doc/Makefile.in:193:	  ext=`echo $$i | sed -e 's/^.*\\.//'`; \
hotswap-0.4.0/doc/Makefile.in-194-	  case "$$ext" in \
##############################################
hotswap-0.4.0/doc/Makefile.in-197-	  esac; \
hotswap-0.4.0/doc/Makefile.in:198:	  inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
hotswap-0.4.0/doc/Makefile.in:199:	  inst=`echo $$inst | sed -e 's/^.*\///'`; \
hotswap-0.4.0/doc/Makefile.in:200:	  inst=`echo $$inst | sed '$(transform)'`.$$ext; \
hotswap-0.4.0/doc/Makefile.in-201-	  echo " rm -f $(DESTDIR)$(man1dir)/$$inst"; \
##############################################
hotswap-0.4.0/doc/Makefile.in-218-	  else file=$$i; fi; \
hotswap-0.4.0/doc/Makefile.in:219:	  ext=`echo $$i | sed -e 's/^.*\\.//'`; \
hotswap-0.4.0/doc/Makefile.in-220-	  case "$$ext" in \
##############################################
hotswap-0.4.0/doc/Makefile.in-223-	  esac; \
hotswap-0.4.0/doc/Makefile.in:224:	  inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
hotswap-0.4.0/doc/Makefile.in:225:	  inst=`echo $$inst | sed -e 's/^.*\///'`; \
hotswap-0.4.0/doc/Makefile.in:226:	  inst=`echo $$inst | sed '$(transform)'`.$$ext; \
hotswap-0.4.0/doc/Makefile.in-227-	  echo " $(INSTALL_DATA) $$file $(DESTDIR)$(man5dir)/$$inst"; \
##############################################
hotswap-0.4.0/doc/Makefile.in-239-	for i in $$list; do \
hotswap-0.4.0/doc/Makefile.in:240:	  ext=`echo $$i | sed -e 's/^.*\\.//'`; \
hotswap-0.4.0/doc/Makefile.in-241-	  case "$$ext" in \
##############################################
hotswap-0.4.0/doc/Makefile.in-244-	  esac; \
hotswap-0.4.0/doc/Makefile.in:245:	  inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
hotswap-0.4.0/doc/Makefile.in:246:	  inst=`echo $$inst | sed -e 's/^.*\///'`; \
hotswap-0.4.0/doc/Makefile.in:247:	  inst=`echo $$inst | sed '$(transform)'`.$$ext; \
hotswap-0.4.0/doc/Makefile.in-248-	  echo " rm -f $(DESTDIR)$(man5dir)/$$inst"; \
##############################################
hotswap-0.4.0/doc/Makefile.in-262-distdir: $(DISTFILES)
hotswap-0.4.0/doc/Makefile.in:263:	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
hotswap-0.4.0/doc/Makefile.in:264:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
hotswap-0.4.0/doc/Makefile.in-265-	list='$(DISTFILES)'; for file in $$list; do \
hotswap-0.4.0/doc/Makefile.in-266-	  case $$file in \
hotswap-0.4.0/doc/Makefile.in:267:	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
hotswap-0.4.0/doc/Makefile.in:268:	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
hotswap-0.4.0/doc/Makefile.in-269-	  esac; \
hotswap-0.4.0/doc/Makefile.in-270-	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
hotswap-0.4.0/doc/Makefile.in:271:	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
hotswap-0.4.0/doc/Makefile.in-272-	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
##############################################
hotswap-0.4.0/.pc/makefile_bindir.patch/src/Makefile.in-180-	@list='$(bin_PROGRAMS)'; for p in $$list; do \
hotswap-0.4.0/.pc/makefile_bindir.patch/src/Makefile.in:181:	  p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
hotswap-0.4.0/.pc/makefile_bindir.patch/src/Makefile.in-182-	  if test -f $$p \
hotswap-0.4.0/.pc/makefile_bindir.patch/src/Makefile.in-183-	  ; then \
hotswap-0.4.0/.pc/makefile_bindir.patch/src/Makefile.in:184:	    f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
hotswap-0.4.0/.pc/makefile_bindir.patch/src/Makefile.in-185-	   echo " $(INSTALL_PROGRAM_ENV) $(binPROGRAMS_INSTALL) $$p $(DESTDIR)$(bindir)/$$f"; \
##############################################
hotswap-0.4.0/.pc/makefile_bindir.patch/src/Makefile.in-192-	@list='$(bin_PROGRAMS)'; for p in $$list; do \
hotswap-0.4.0/.pc/makefile_bindir.patch/src/Makefile.in:193:	  f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
hotswap-0.4.0/.pc/makefile_bindir.patch/src/Makefile.in-194-	  echo " rm -f $(DESTDIR)$(bindir)/$$f"; \
##############################################
hotswap-0.4.0/.pc/makefile_bindir.patch/src/Makefile.in-217-@am__fastdepCC_TRUE@	if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
hotswap-0.4.0/.pc/makefile_bindir.patch/src/Makefile.in:218:@am__fastdepCC_TRUE@	  -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<; \
hotswap-0.4.0/.pc/makefile_bindir.patch/src/Makefile.in-219-@am__fastdepCC_TRUE@	then mv "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \
##############################################
hotswap-0.4.0/.pc/makefile_bindir.patch/src/Makefile.in-224-@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
hotswap-0.4.0/.pc/makefile_bindir.patch/src/Makefile.in:225:@am__fastdepCC_FALSE@	$(COMPILE) -c `test -f '$<' || echo '$(srcdir)/'`$<
hotswap-0.4.0/.pc/makefile_bindir.patch/src/Makefile.in-226-
##############################################
hotswap-0.4.0/.pc/makefile_bindir.patch/src/Makefile.in-228-@am__fastdepCC_TRUE@	if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
hotswap-0.4.0/.pc/makefile_bindir.patch/src/Makefile.in:229:@am__fastdepCC_TRUE@	  -c -o $@ `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`; \
hotswap-0.4.0/.pc/makefile_bindir.patch/src/Makefile.in-230-@am__fastdepCC_TRUE@	then mv "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \
##############################################
hotswap-0.4.0/.pc/makefile_bindir.patch/src/Makefile.in-235-@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
hotswap-0.4.0/.pc/makefile_bindir.patch/src/Makefile.in:236:@am__fastdepCC_FALSE@	$(COMPILE) -c `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`
hotswap-0.4.0/.pc/makefile_bindir.patch/src/Makefile.in-237-uninstall-info-am:
##############################################
hotswap-0.4.0/.pc/makefile_bindir.patch/src/Makefile.in-285-GTAGS:
hotswap-0.4.0/.pc/makefile_bindir.patch/src/Makefile.in:286:	here=`$(am__cd) $(top_builddir) && pwd` \
hotswap-0.4.0/.pc/makefile_bindir.patch/src/Makefile.in-287-	  && cd $(top_srcdir) \
##############################################
hotswap-0.4.0/.pc/makefile_bindir.patch/src/Makefile.in-297-distdir: $(DISTFILES)
hotswap-0.4.0/.pc/makefile_bindir.patch/src/Makefile.in:298:	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
hotswap-0.4.0/.pc/makefile_bindir.patch/src/Makefile.in:299:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
hotswap-0.4.0/.pc/makefile_bindir.patch/src/Makefile.in-300-	list='$(DISTFILES)'; for file in $$list; do \
hotswap-0.4.0/.pc/makefile_bindir.patch/src/Makefile.in-301-	  case $$file in \
hotswap-0.4.0/.pc/makefile_bindir.patch/src/Makefile.in:302:	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
hotswap-0.4.0/.pc/makefile_bindir.patch/src/Makefile.in:303:	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
hotswap-0.4.0/.pc/makefile_bindir.patch/src/Makefile.in-304-	  esac; \
hotswap-0.4.0/.pc/makefile_bindir.patch/src/Makefile.in-305-	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
hotswap-0.4.0/.pc/makefile_bindir.patch/src/Makefile.in:306:	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
hotswap-0.4.0/.pc/makefile_bindir.patch/src/Makefile.in-307-	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
##############################################
hotswap-0.4.0/.pc/01_remove_kde_frontend.patch/Makefile.in-201-	dot_seen=no; \
hotswap-0.4.0/.pc/01_remove_kde_frontend.patch/Makefile.in:202:	target=`echo $@ | sed s/-recursive//`; \
hotswap-0.4.0/.pc/01_remove_kde_frontend.patch/Makefile.in-203-	list='$(SUBDIRS)'; for subdir in $$list; do \
##############################################
hotswap-0.4.0/.pc/01_remove_kde_frontend.patch/Makefile.in-231-	rev="$$rev ."; \
hotswap-0.4.0/.pc/01_remove_kde_frontend.patch/Makefile.in:232:	target=`echo $@ | sed s/-recursive//`; \
hotswap-0.4.0/.pc/01_remove_kde_frontend.patch/Makefile.in-233-	for subdir in $$rev; do \
##############################################
hotswap-0.4.0/.pc/01_remove_kde_frontend.patch/Makefile.in-303-GTAGS:
hotswap-0.4.0/.pc/01_remove_kde_frontend.patch/Makefile.in:304:	here=`$(am__cd) $(top_builddir) && pwd` \
hotswap-0.4.0/.pc/01_remove_kde_frontend.patch/Makefile.in-305-	  && cd $(top_srcdir) \
##############################################
hotswap-0.4.0/.pc/01_remove_kde_frontend.patch/Makefile.in-327-	$(mkinstalldirs) $(distdir)/po
hotswap-0.4.0/.pc/01_remove_kde_frontend.patch/Makefile.in:328:	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
hotswap-0.4.0/.pc/01_remove_kde_frontend.patch/Makefile.in:329:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
hotswap-0.4.0/.pc/01_remove_kde_frontend.patch/Makefile.in-330-	list='$(DISTFILES)'; for file in $$list; do \
hotswap-0.4.0/.pc/01_remove_kde_frontend.patch/Makefile.in-331-	  case $$file in \
hotswap-0.4.0/.pc/01_remove_kde_frontend.patch/Makefile.in:332:	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
hotswap-0.4.0/.pc/01_remove_kde_frontend.patch/Makefile.in:333:	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
hotswap-0.4.0/.pc/01_remove_kde_frontend.patch/Makefile.in-334-	  esac; \
hotswap-0.4.0/.pc/01_remove_kde_frontend.patch/Makefile.in-335-	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
hotswap-0.4.0/.pc/01_remove_kde_frontend.patch/Makefile.in:336:	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
hotswap-0.4.0/.pc/01_remove_kde_frontend.patch/Makefile.in-337-	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
##############################################
hotswap-0.4.0/.pc/01_remove_kde_frontend.patch/Makefile.in-389-	chmod a-w $(distdir)
hotswap-0.4.0/.pc/01_remove_kde_frontend.patch/Makefile.in:390:	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
hotswap-0.4.0/.pc/01_remove_kde_frontend.patch/Makefile.in-391-	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
##############################################
hotswap-0.4.0/.pc/01_remove_kde_frontend.patch/Makefile.in-419-	cd $(distuninstallcheck_dir) \
hotswap-0.4.0/.pc/01_remove_kde_frontend.patch/Makefile.in:420:	&& test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
hotswap-0.4.0/.pc/01_remove_kde_frontend.patch/Makefile.in-421-	   || { echo "ERROR: files left after uninstall:" ; \
##############################################
hotswap-0.4.0/.pc/01_remove_kde_frontend.patch/Makefile.in-431-	fi
hotswap-0.4.0/.pc/01_remove_kde_frontend.patch/Makefile.in:432:	test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
hotswap-0.4.0/.pc/01_remove_kde_frontend.patch/Makefile.in-433-	  || { echo "ERROR: files left in build directory after distclean:" ; \
##############################################
hotswap-0.4.0/Makefile.in-201-	dot_seen=no; \
hotswap-0.4.0/Makefile.in:202:	target=`echo $@ | sed s/-recursive//`; \
hotswap-0.4.0/Makefile.in-203-	list='$(SUBDIRS)'; for subdir in $$list; do \
##############################################
hotswap-0.4.0/Makefile.in-231-	rev="$$rev ."; \
hotswap-0.4.0/Makefile.in:232:	target=`echo $@ | sed s/-recursive//`; \
hotswap-0.4.0/Makefile.in-233-	for subdir in $$rev; do \
##############################################
hotswap-0.4.0/Makefile.in-303-GTAGS:
hotswap-0.4.0/Makefile.in:304:	here=`$(am__cd) $(top_builddir) && pwd` \
hotswap-0.4.0/Makefile.in-305-	  && cd $(top_srcdir) \
##############################################
hotswap-0.4.0/Makefile.in-327-	$(mkinstalldirs) $(distdir)/po
hotswap-0.4.0/Makefile.in:328:	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
hotswap-0.4.0/Makefile.in:329:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
hotswap-0.4.0/Makefile.in-330-	list='$(DISTFILES)'; for file in $$list; do \
hotswap-0.4.0/Makefile.in-331-	  case $$file in \
hotswap-0.4.0/Makefile.in:332:	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
hotswap-0.4.0/Makefile.in:333:	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
hotswap-0.4.0/Makefile.in-334-	  esac; \
hotswap-0.4.0/Makefile.in-335-	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
hotswap-0.4.0/Makefile.in:336:	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
hotswap-0.4.0/Makefile.in-337-	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
##############################################
hotswap-0.4.0/Makefile.in-389-	chmod a-w $(distdir)
hotswap-0.4.0/Makefile.in:390:	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
hotswap-0.4.0/Makefile.in-391-	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
##############################################
hotswap-0.4.0/Makefile.in-419-	cd $(distuninstallcheck_dir) \
hotswap-0.4.0/Makefile.in:420:	&& test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
hotswap-0.4.0/Makefile.in-421-	   || { echo "ERROR: files left after uninstall:" ; \
##############################################
hotswap-0.4.0/Makefile.in-431-	fi
hotswap-0.4.0/Makefile.in:432:	test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
hotswap-0.4.0/Makefile.in-433-	  || { echo "ERROR: files left in build directory after distclean:" ; \