===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
mlterm-3.9.0/vtemu/libptymosh/vt_pty_mosh.cpp-129-
mlterm-3.9.0/vtemu/libptymosh/vt_pty_mosh.cpp:130:  cur_network->tcp_sock = tcp_connect(cur_network->get_remote_addr().sin.sin_addr.s_addr, port);
mlterm-3.9.0/vtemu/libptymosh/vt_pty_mosh.cpp-131-  if (cur_network->tcp_sock < 0) {
##############################################
mlterm-3.9.0/vtemu/libptymosh/vt_pty_mosh.cpp-687-        /* Quit sequence is Ctrl-^ . */
mlterm-3.9.0/vtemu/libptymosh/vt_pty_mosh.cpp:688:        if (pty_mosh->network->has_remote_addr()) {
mlterm-3.9.0/vtemu/libptymosh/vt_pty_mosh.cpp-689-          pty_mosh->overlay->get_notification_engine().set_notification_string(
##############################################
mlterm-3.9.0/vtemu/libptymosh/vt_pty_mosh.cpp-783-
mlterm-3.9.0/vtemu/libptymosh/vt_pty_mosh.cpp:784:  if (!pty_mosh->network->has_remote_addr()) {
mlterm-3.9.0/vtemu/libptymosh/vt_pty_mosh.cpp-785-    return 0;
##############################################
mlterm-3.9.0/vtemu/libptymosh/vt_pty_mosh.cpp-793-  bl_debug_printf("REMOTE %d %d %d %d %d\n",
mlterm-3.9.0/vtemu/libptymosh/vt_pty_mosh.cpp:794:                  pty_mosh->network->has_remote_addr(),
mlterm-3.9.0/vtemu/libptymosh/vt_pty_mosh.cpp-795-                  pty_mosh->network->shutdown_in_progress(),
##############################################
mlterm-3.9.0/uitoolkit/Makefile.in-95-	# windres-2.11.90(included in MSYS-DTK 1.0.1) doesn't accept '-I[DIR]' option.
mlterm-3.9.0/uitoolkit/Makefile.in:96:	`echo $(CC)|sed -n 's/\([^-]*-[^-]*-[^-]*-\).*/\1/p'`windres `echo "@POBL_CFLAGS@ @MEF_CFLAGS@"|sed 's/-I/--include-dir /'` @GUI_CFLAGS@ @SSH2_CFLAGS@ $< winrs.o
mlterm-3.9.0/uitoolkit/Makefile.in-97-
##############################################
mlterm-3.9.0/tool/mlconfig/po/Makefile.in.in-61-.po.gmo:
mlterm-3.9.0/tool/mlconfig/po/Makefile.in.in:62:	@lang=`echo $* | sed -e 's,.*/,,'`; \
mlterm-3.9.0/tool/mlconfig/po/Makefile.in.in-63-	test "$(srcdir)" = . && cdcmd="" || cdcmd="cd $(srcdir) && "; \
##############################################
mlterm-3.9.0/tool/mlconfig/po/Makefile.in.in-103-$(POFILES): $(srcdir)/$(DOMAIN).pot
mlterm-3.9.0/tool/mlconfig/po/Makefile.in.in:104:	@lang=`echo $@ | sed -e 's,.*/,,' -e 's/\.po$$//'`; \
mlterm-3.9.0/tool/mlconfig/po/Makefile.in.in-105-	test "$(srcdir)" = . && cdcmd="" || cdcmd="cd $(srcdir) && "; \
##############################################
mlterm-3.9.0/tool/mlconfig/po/Makefile.in.in-116-	for cat in $$catalogs; do \
mlterm-3.9.0/tool/mlconfig/po/Makefile.in.in:117:	  cat=`basename $$cat`; \
mlterm-3.9.0/tool/mlconfig/po/Makefile.in.in:118:	  lang=`echo $$cat | sed -e 's/\.gmo$$//'`; \
mlterm-3.9.0/tool/mlconfig/po/Makefile.in.in-119-	  dir=$(localedir)/$$lang/LC_MESSAGES; \
##############################################
mlterm-3.9.0/tool/mlconfig/po/Makefile.in.in-126-	      if (cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc 2>/dev/null) | grep ' -> ' >/dev/null; then \
mlterm-3.9.0/tool/mlconfig/po/Makefile.in.in:127:	        link=`cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc | sed -e 's/^.* -> //'`; \
mlterm-3.9.0/tool/mlconfig/po/Makefile.in.in-128-	        mv $(DESTDIR)$(localedir)/$$lang/$$lc $(DESTDIR)$(localedir)/$$lang/$$lc.old; \
##############################################
mlterm-3.9.0/tool/mlconfig/po/Makefile.in.in-156-	for cat in $$catalogs; do \
mlterm-3.9.0/tool/mlconfig/po/Makefile.in.in:157:	  cat=`basename $$cat`; \
mlterm-3.9.0/tool/mlconfig/po/Makefile.in.in:158:	  lang=`echo $$cat | sed -e 's/\.gmo$$//'`; \
mlterm-3.9.0/tool/mlconfig/po/Makefile.in.in-159-	  for lc in LC_MESSAGES $(EXTRA_LOCALE_CATEGORIES); do \
##############################################
mlterm-3.9.0/tool/mlconfig/po/Makefile.in.in-180-.nop.po-update:
mlterm-3.9.0/tool/mlconfig/po/Makefile.in.in:181:	@lang=`echo $@ | sed -e 's/\.po-update$$//'`; \
mlterm-3.9.0/tool/mlconfig/po/Makefile.in.in-182-	if test "$(PACKAGE)" = "gettext"; then PATH=`pwd`/../src:$$PATH; fi; \
##############################################
mlterm-3.9.0/tool/accessories/gedit.sh-15-
mlterm-3.9.0/tool/accessories/gedit.sh:16:SH_PID=`ps --ppid $PPID --no-heading|grep pts/|awk '{ print $1 }'`
mlterm-3.9.0/tool/accessories/gedit.sh-17-for pid in $SH_PID ; do
mlterm-3.9.0/tool/accessories/gedit.sh:18:	DIR=`readlink /proc/$pid/cwd`
mlterm-3.9.0/tool/accessories/gedit.sh-19-	if [ -f $DIR/$1 ]; then
##############################################
mlterm-3.9.0/tool/accessories/mlsplit.sh-10-		read challenge
mlterm-3.9.0/tool/accessories/mlsplit.sh:11:		challenge=`echo $challenge|sed 's/^#challenge=//'`
mlterm-3.9.0/tool/accessories/mlsplit.sh-12-		stty echo
##############################################
mlterm-3.9.0/tool/accessories/mlsplit.sh-20-	read dev_list
mlterm-3.9.0/tool/accessories/mlsplit.sh:21:	dev_list=`echo $dev_list|sed 's/^#pty_list=//'|tr ';' ' '`
mlterm-3.9.0/tool/accessories/mlsplit.sh-22-	stty echo
##############################################
mlterm-3.9.0/tool/accessories/mlsplit.sh-30-	for dev in $dev_list; do
mlterm-3.9.0/tool/accessories/mlsplit.sh:31:		dev_num=`expr $dev_num + 1`
mlterm-3.9.0/tool/accessories/mlsplit.sh-32-	done
##############################################
mlterm-3.9.0/tool/accessories/mlsplit.sh-41-	for dev in $dev_list; do
mlterm-3.9.0/tool/accessories/mlsplit.sh:42:		dev=`echo $dev|sed 's/\([^:]*\):.*/\1/'`
mlterm-3.9.0/tool/accessories/mlsplit.sh-43-		if [ $count -eq $1 ]; then
##############################################
mlterm-3.9.0/tool/accessories/mlsplit.sh-46-		fi
mlterm-3.9.0/tool/accessories/mlsplit.sh:47:		count=`expr $count + 1`;
mlterm-3.9.0/tool/accessories/mlsplit.sh-48-	done
##############################################
mlterm-3.9.0/tool/accessories/mlsplit.sh-62-LC_CTYPE=en_US.UTF-8
mlterm-3.9.0/tool/accessories/mlsplit.sh:63:set_config `expr $dev_num - 1` "input_method=none"
mlterm-3.9.0/tool/accessories/mlsplit.sh:64:#set_config `expr $dev_num - 1` "col_size_of_width_a=1"
mlterm-3.9.0/tool/accessories/mlsplit.sh-65-set_config $dev_num "encoding=eucjp"
mlterm-3.9.0/tool/accessories/mlsplit.sh:66:set_config `expr $dev_num + 1` "encoding=eucjp"
mlterm-3.9.0/tool/accessories/mlsplit.sh-67-
##############################################
mlterm-3.9.0/tool/accessories/mltracelog.sh-23-# /usr/bin/ is specified to avoid to use built-in printf.
mlterm-3.9.0/tool/accessories/mltracelog.sh:24:/usr/bin/printf "\e]5380;%s;pty_list\a" `cat $HOME/.mlterm/challenge`
mlterm-3.9.0/tool/accessories/mltracelog.sh-25-read oldlist
##############################################
mlterm-3.9.0/tool/accessories/mltracelog.sh-28-
mlterm-3.9.0/tool/accessories/mltracelog.sh:29:/usr/bin/printf "\e]5380;%s;pty_list\a" `cat $HOME/.mlterm/challenge`
mlterm-3.9.0/tool/accessories/mltracelog.sh-30-read newlist
mlterm-3.9.0/tool/accessories/mltracelog.sh-31-
mlterm-3.9.0/tool/accessories/mltracelog.sh:32:for newdev in `echo $newlist | tr ';' ' ' | tr '=' ' '` ; do
mlterm-3.9.0/tool/accessories/mltracelog.sh-33-	match=0
mlterm-3.9.0/tool/accessories/mltracelog.sh:34:	for olddev in `echo $oldlist | tr ';' ' ' | tr '=' ' '` ; do
mlterm-3.9.0/tool/accessories/mltracelog.sh-35-		if [ $newdev = $olddev ]; then
##############################################
mlterm-3.9.0/tool/accessories/mltracelog.sh-41-	if [ $match = 0 ]; then
mlterm-3.9.0/tool/accessories/mltracelog.sh:42:		newdev=`echo $newdev | tr ':1' ' ' | tr ':0' ' '`
mlterm-3.9.0/tool/accessories/mltracelog.sh-43-		trachet -b -o $newdev "cat $file -"
##############################################
mlterm-3.9.0/tool/servman/Makefile.in-42-	# windres-2.11.90(included in MSYS-DTK 1.0.1) doesn't accept '-I[DIR]' option.
mlterm-3.9.0/tool/servman/Makefile.in:43:	`echo $(CC)|sed -n 's/\([^-]*-[^-]*-[^-]*-\).*/\1/p'`windres $< servman.o
mlterm-3.9.0/tool/servman/Makefile.in-44-
##############################################
mlterm-3.9.0/script/config.rpath-42-host="$1"
mlterm-3.9.0/script/config.rpath:43:host_cpu=`echo "$host" | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
mlterm-3.9.0/script/config.rpath:44:host_vendor=`echo "$host" | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
mlterm-3.9.0/script/config.rpath:45:host_os=`echo "$host" | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
mlterm-3.9.0/script/config.rpath-46-
##############################################
mlterm-3.9.0/script/config.rpath-196-        case $host_os in aix4.[012]|aix4.[012].*)
mlterm-3.9.0/script/config.rpath:197:          collect2name=`${CC} -print-prog-name=collect2`
mlterm-3.9.0/script/config.rpath-198-          if test -f "$collect2name" && \
##############################################
mlterm-3.9.0/script/config.rpath-275-      hardcode_direct=yes
mlterm-3.9.0/script/config.rpath:276:      if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
mlterm-3.9.0/script/config.rpath-277-        hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
##############################################
mlterm-3.9.0/script/config.rpath-379-        shlibext=dll
mlterm-3.9.0/script/config.rpath:380:        sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | sed -e "s/^libraries://" -e "s/;/ /g"`
mlterm-3.9.0/script/config.rpath-381-        ;;
##############################################
mlterm-3.9.0/script/config.rpath-475-sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
mlterm-3.9.0/script/config.rpath:476:escaped_wl=`echo "X$wl" | sed -e 's/^X//' -e "$sed_quote_subst"`
mlterm-3.9.0/script/config.rpath:477:escaped_hardcode_libdir_flag_spec=`echo "X$hardcode_libdir_flag_spec" | sed -e 's/^X//' -e "$sed_quote_subst"`
mlterm-3.9.0/script/config.rpath:478:escaped_sys_lib_search_path_spec=`echo "X$sys_lib_search_path_spec" | sed -e 's/^X//' -e "$sed_quote_subst"`
mlterm-3.9.0/script/config.rpath:479:escaped_sys_lib_dlsearch_path_spec=`echo "X$sys_lib_dlsearch_path_spec" | sed -e 's/^X//' -e "$sed_quote_subst"`
mlterm-3.9.0/script/config.rpath-480-
##############################################
mlterm-3.9.0/script/config.sub-52-
mlterm-3.9.0/script/config.sub:53:me=`echo "$0" | sed -e 's,.*/,,'`
mlterm-3.9.0/script/config.sub-54-
##############################################
mlterm-3.9.0/script/config.sub-768-	i*86v32)
mlterm-3.9.0/script/config.sub:769:		cpu=`echo "$1" | sed -e 's/86.*/86/'`
mlterm-3.9.0/script/config.sub-770-		vendor=pc
##############################################
mlterm-3.9.0/script/config.sub-773-	i*86v4*)
mlterm-3.9.0/script/config.sub:774:		cpu=`echo "$1" | sed -e 's/86.*/86/'`
mlterm-3.9.0/script/config.sub-775-		vendor=pc
##############################################
mlterm-3.9.0/script/config.sub-778-	i*86v)
mlterm-3.9.0/script/config.sub:779:		cpu=`echo "$1" | sed -e 's/86.*/86/'`
mlterm-3.9.0/script/config.sub-780-		vendor=pc
##############################################
mlterm-3.9.0/script/config.sub-783-	i*86sol2)
mlterm-3.9.0/script/config.sub:784:		cpu=`echo "$1" | sed -e 's/86.*/86/'`
mlterm-3.9.0/script/config.sub-785-		vendor=pc
##############################################
mlterm-3.9.0/script/config.sub-916-		cpu=sparc
mlterm-3.9.0/script/config.sub:917:		vendor=`echo "$basic_machine" | sed 's/-.*//'`
mlterm-3.9.0/script/config.sub-918-		;;
##############################################
mlterm-3.9.0/script/config.sub-1083-	sh5e[lb]-*)
mlterm-3.9.0/script/config.sub:1084:		cpu=`echo "$cpu" | sed 's/^\(sh.\)e\(.\)$/\1\2e/'`
mlterm-3.9.0/script/config.sub-1085-		;;
##############################################
mlterm-3.9.0/script/config.sub-1101-	xscale-* | xscalee[bl]-*)
mlterm-3.9.0/script/config.sub:1102:		cpu=`echo "$cpu" | sed 's/^xscale/arm/'`
mlterm-3.9.0/script/config.sub-1103-		;;
##############################################
mlterm-3.9.0/script/config.sub-1256-			*)
mlterm-3.9.0/script/config.sub:1257:				echo Invalid configuration \`"$1"\': machine \`"$cpu-$vendor"\' not recognized 1>&2
mlterm-3.9.0/script/config.sub-1258-				exit 1
##############################################
mlterm-3.9.0/script/config.sub-1290-	solaris1 | solaris1.*)
mlterm-3.9.0/script/config.sub:1291:		os=`echo $os | sed -e 's|solaris1|sunos4|'`
mlterm-3.9.0/script/config.sub-1292-		;;
##############################################
mlterm-3.9.0/script/config.sub-1299-	gnu/linux*)
mlterm-3.9.0/script/config.sub:1300:		os=`echo $os | sed -e 's|gnu/linux|linux-gnu|'`
mlterm-3.9.0/script/config.sub-1301-		;;
##############################################
mlterm-3.9.0/script/config.sub-1322-	sco3.2.[4-9]*)
mlterm-3.9.0/script/config.sub:1323:		os=`echo $os | sed -e 's/sco3.2./sco3.2v/'`
mlterm-3.9.0/script/config.sub-1324-		;;
##############################################
mlterm-3.9.0/script/config.sub-1386-	nto*)
mlterm-3.9.0/script/config.sub:1387:		os=`echo $os | sed -e 's|nto|nto-qnx|'`
mlterm-3.9.0/script/config.sub-1388-		;;
##############################################
mlterm-3.9.0/script/config.sub-1396-	linux*)
mlterm-3.9.0/script/config.sub:1397:		os=`echo $os | sed -e 's|linux|linux-gnu|'`
mlterm-3.9.0/script/config.sub-1398-		;;
##############################################
mlterm-3.9.0/script/config.sub-1408-	mac*)
mlterm-3.9.0/script/config.sub:1409:		os=`echo "$os" | sed -e 's|mac|macos|'`
mlterm-3.9.0/script/config.sub-1410-		;;
##############################################
mlterm-3.9.0/script/config.sub-1417-	sunos5*)
mlterm-3.9.0/script/config.sub:1418:		os=`echo "$os" | sed -e 's|sunos5|solaris2|'`
mlterm-3.9.0/script/config.sub-1419-		;;
mlterm-3.9.0/script/config.sub-1420-	sunos6*)
mlterm-3.9.0/script/config.sub:1421:		os=`echo "$os" | sed -e 's|sunos6|solaris3|'`
mlterm-3.9.0/script/config.sub-1422-		;;
##############################################
mlterm-3.9.0/script/config.sub-1454-	sinix5.*)
mlterm-3.9.0/script/config.sub:1455:		os=`echo $os | sed -e 's|sinix|sysv|'`
mlterm-3.9.0/script/config.sub-1456-		;;
##############################################
mlterm-3.9.0/script/config.sub-1514-	*)
mlterm-3.9.0/script/config.sub:1515:		echo Invalid configuration \`"$1"\': system \`"$os"\' not recognized 1>&2
mlterm-3.9.0/script/config.sub-1516-		exit 1
##############################################
mlterm-3.9.0/script/install-sh-234-      fi
mlterm-3.9.0/script/install-sh:235:      cp_umask=`expr '(' 777 - $mode % 1000 ')' $u_plus_rw`;;
mlterm-3.9.0/script/install-sh-236-    *)
##############################################
mlterm-3.9.0/script/install-sh-281-      dstdir=$dst
mlterm-3.9.0/script/install-sh:282:      dst=$dstdir/`basename "$src"`
mlterm-3.9.0/script/install-sh-283-      dstdir_status=0
mlterm-3.9.0/script/install-sh-284-    else
mlterm-3.9.0/script/install-sh:285:      dstdir=`dirname "$dst"`
mlterm-3.9.0/script/install-sh-286-      test -d "$dstdir"
##############################################
mlterm-3.9.0/script/install-sh-337-                   # FreeBSD 6.1 mkdir -m -p sets mode of existing directory.
mlterm-3.9.0/script/install-sh:338:                   ls_ld_tmpdir=`ls -ld "$tmpdir"`
mlterm-3.9.0/script/install-sh-339-                   case $ls_ld_tmpdir in
##############################################
mlterm-3.9.0/script/install-sh-344-                   $mkdirprog -m$different_mode -p -- "$tmpdir" && {
mlterm-3.9.0/script/install-sh:345:                     ls_ld_tmpdir_1=`ls -ld "$tmpdir"`
mlterm-3.9.0/script/install-sh-346-                     test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1"
##############################################
mlterm-3.9.0/script/install-sh-402-            case $prefix in
mlterm-3.9.0/script/install-sh:403:              *\'*) qprefix=`echo "$prefix" | sed "s/'/'\\\\\\\\''/g"`;;
mlterm-3.9.0/script/install-sh-404-              *) qprefix=$prefix;;
##############################################
mlterm-3.9.0/script/install-sh-451-    if $copy_on_change &&
mlterm-3.9.0/script/install-sh:452:       old=`LC_ALL=C ls -dlL "$dst"     2>/dev/null` &&
mlterm-3.9.0/script/install-sh:453:       new=`LC_ALL=C ls -dlL "$dsttmp"  2>/dev/null` &&
mlterm-3.9.0/script/install-sh-454-       set -f &&
##############################################
mlterm-3.9.0/script/ltmain.sh-103-#
mlterm-3.9.0/script/ltmain.sh:104:#   . `echo "$0" | ${SED-sed} 's|[^/]*$||'`/build-aux/funclib.sh
mlterm-3.9.0/script/ltmain.sh-105-#
##############################################
mlterm-3.9.0/script/ltmain.sh-202-          func_executable_p "$_G_path_prog" || continue
mlterm-3.9.0/script/ltmain.sh:203:          case `"$_G_path_prog" --version 2>&1` in
mlterm-3.9.0/script/ltmain.sh-204-            *GNU*) func_path_progs_result=$_G_path_prog _G_path_prog_found=: ;;
##############################################
mlterm-3.9.0/script/ltmain.sh-249-      diff conftest.out conftest.nl >/dev/null 2>&1 || break
mlterm-3.9.0/script/ltmain.sh:250:      _G_count=`expr $_G_count + 1`
mlterm-3.9.0/script/ltmain.sh-251-      if test "$_G_count" -gt "$_G_path_prog_max"; then
##############################################
mlterm-3.9.0/script/ltmain.sh-285-      diff conftest.out conftest.nl >/dev/null 2>&1 || break
mlterm-3.9.0/script/ltmain.sh:286:      _G_count=`expr $_G_count + 1`
mlterm-3.9.0/script/ltmain.sh-287-      if test "$_G_count" -gt "$_G_path_prog_max"; then
##############################################
mlterm-3.9.0/script/ltmain.sh-410-# The name of this program.
mlterm-3.9.0/script/ltmain.sh:411:progname=`$ECHO "$progpath" |$SED "$sed_basename"`
mlterm-3.9.0/script/ltmain.sh-412-
##############################################
mlterm-3.9.0/script/ltmain.sh-416-  *[\\/]*)
mlterm-3.9.0/script/ltmain.sh:417:     progdir=`$ECHO "$progpath" |$SED "$sed_dirname"`
mlterm-3.9.0/script/ltmain.sh:418:     progdir=`cd "$progdir" && pwd`
mlterm-3.9.0/script/ltmain.sh-419-     progpath=$progdir/$progname
##############################################
mlterm-3.9.0/script/ltmain.sh-610-
mlterm-3.9.0/script/ltmain.sh:611:    eval _G_current_value='`$ECHO $'$1'`'
mlterm-3.9.0/script/ltmain.sh:612:    _G_delim=`expr "$2" : '\(.\)'`
mlterm-3.9.0/script/ltmain.sh-613-
##############################################
mlterm-3.9.0/script/ltmain.sh-639-
mlterm-3.9.0/script/ltmain.sh:640:    func_arith_result=`expr "$@"`
mlterm-3.9.0/script/ltmain.sh-641-  }
##############################################
mlterm-3.9.0/script/ltmain.sh-660-  # ...otherwise fall back to using sed.
mlterm-3.9.0/script/ltmain.sh:661:  _b='func_basename_result=`$ECHO "$1" |$SED "$sed_basename"`'
mlterm-3.9.0/script/ltmain.sh:662:  _d='func_dirname_result=`$ECHO "$1"  |$SED "$sed_dirname"`
mlterm-3.9.0/script/ltmain.sh-663-      if test "X$func_dirname_result" = "X$1"; then
##############################################
mlterm-3.9.0/script/ltmain.sh-757-      test -n "$_G_tc" && {
mlterm-3.9.0/script/ltmain.sh:758:        _G_esc_tc=`$ECHO "$_G_tc" | $SED "$sed_make_literal_regex"`
mlterm-3.9.0/script/ltmain.sh:759:        _G_indent=`$ECHO "$_G_indent" | $SED "s|$_G_esc_tc||g"`
mlterm-3.9.0/script/ltmain.sh-760-      }
mlterm-3.9.0/script/ltmain.sh-761-    done
mlterm-3.9.0/script/ltmain.sh:762:    _G_indent="$progname: "`echo "$_G_indent" | $SED 's|.| |g'`"  " ## exclude from sc_prohibit_nested_quotes
mlterm-3.9.0/script/ltmain.sh-763-
##############################################
mlterm-3.9.0/script/ltmain.sh-831-
mlterm-3.9.0/script/ltmain.sh:832:    func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
mlterm-3.9.0/script/ltmain.sh-833-  }
##############################################
mlterm-3.9.0/script/ltmain.sh-863-        # ...otherwise throw away the child directory and loop
mlterm-3.9.0/script/ltmain.sh:864:        _G_directory_path=`$ECHO "$_G_directory_path" | $SED -e "$sed_dirname"`
mlterm-3.9.0/script/ltmain.sh-865-      done
mlterm-3.9.0/script/ltmain.sh:866:      _G_dir_list=`$ECHO "$_G_dir_list" | $SED 's|:*$||'`
mlterm-3.9.0/script/ltmain.sh-867-
##############################################
mlterm-3.9.0/script/ltmain.sh-901-      # If mktemp works, use that first and foremost
mlterm-3.9.0/script/ltmain.sh:902:      _G_tmpdir=`mktemp -d "$_G_template-XXXXXXXX" 2>/dev/null`
mlterm-3.9.0/script/ltmain.sh-903-
##############################################
mlterm-3.9.0/script/ltmain.sh-1111-        *[\\\`\"\$]*)
mlterm-3.9.0/script/ltmain.sh:1112:	  _G_unquoted_arg=`printf '%s\n' "$1" |$SED "$sed_quote_subst"` ;;
mlterm-3.9.0/script/ltmain.sh-1113-        *)
##############################################
mlterm-3.9.0/script/ltmain.sh-1198-    case $2 in
mlterm-3.9.0/script/ltmain.sh:1199:      .*) func_stripname_result=`$ECHO "$3" | $SED -e "s%^$1%%" -e "s%\\\\$2\$%%"`;;
mlterm-3.9.0/script/ltmain.sh:1200:      *)  func_stripname_result=`$ECHO "$3" | $SED -e "s%^$1%%" -e "s%$2\$%%"`;;
mlterm-3.9.0/script/ltmain.sh-1201-    esac
##############################################
mlterm-3.9.0/script/ltmain.sh-1271-    [0-9]* | *[!a-zA-Z0-9_]*)
mlterm-3.9.0/script/ltmain.sh:1272:      func_tr_sh_result=`$ECHO "$1" | $SED -e 's/^\([0-9]\)/_\1/' -e 's/[^a-zA-Z0-9_]/_/g'`
mlterm-3.9.0/script/ltmain.sh-1273-      ;;
##############################################
mlterm-3.9.0/script/ltmain.sh-1358-
mlterm-3.9.0/script/ltmain.sh:1359:    test "x$1" = x`func_sort_ver "$1" "$2" | $SED 1q`
mlterm-3.9.0/script/ltmain.sh-1360-}
##############################################
mlterm-3.9.0/script/ltmain.sh-1424-# The default options also support '--debug', which will turn on shell
mlterm-3.9.0/script/ltmain.sh:1425:# execution tracing (see the comment above debug_cmd below for another
mlterm-3.9.0/script/ltmain.sh-1426-# use), and '--verbose' and the func_verbose function to allow your script
##############################################
mlterm-3.9.0/script/ltmain.sh-1517-
mlterm-3.9.0/script/ltmain.sh:1518:    eval ${1}_hooks='`$ECHO "\$'$1'_hooks" |$SED "s| '$2'||"`'
mlterm-3.9.0/script/ltmain.sh-1519-}
##############################################
mlterm-3.9.0/script/ltmain.sh-1870-
mlterm-3.9.0/script/ltmain.sh:1871:      func_split_equals_lhs=`expr "x$1" : 'x\([^=]*\)'`
mlterm-3.9.0/script/ltmain.sh-1872-      func_split_equals_rhs=
mlterm-3.9.0/script/ltmain.sh-1873-      test "x$func_split_equals_lhs" = "x$1" \
mlterm-3.9.0/script/ltmain.sh:1874:        || func_split_equals_rhs=`expr "x$1" : 'x[^=]*=\(.*\)$'`
mlterm-3.9.0/script/ltmain.sh-1875-  }
##############################################
mlterm-3.9.0/script/ltmain.sh-1898-
mlterm-3.9.0/script/ltmain.sh:1899:      func_split_short_opt_name=`expr "x$1" : 'x-\(.\)'`
mlterm-3.9.0/script/ltmain.sh:1900:      func_split_short_opt_arg=`expr "x$1" : 'x-.\(.*\)$'`
mlterm-3.9.0/script/ltmain.sh-1901-  }
##############################################
mlterm-3.9.0/script/ltmain.sh-2071-       version:        $progname (GNU libtool) 2.4.6
mlterm-3.9.0/script/ltmain.sh:2072:       automake:       `($AUTOMAKE --version) 2>/dev/null |$SED 1q`
mlterm-3.9.0/script/ltmain.sh:2073:       autoconf:       `($AUTOCONF --version) 2>/dev/null |$SED 1q`
mlterm-3.9.0/script/ltmain.sh-2074-
##############################################
mlterm-3.9.0/script/ltmain.sh-2110-  {
mlterm-3.9.0/script/ltmain.sh:2111:    func_lo2o_result=`$ECHO "$1" | $SED "$lo2o"`
mlterm-3.9.0/script/ltmain.sh-2112-  }
##############################################
mlterm-3.9.0/script/ltmain.sh-2115-  {
mlterm-3.9.0/script/ltmain.sh:2116:    func_xform_result=`$ECHO "$1" | $SED 's|\.[^.]*$|.lo|'`
mlterm-3.9.0/script/ltmain.sh-2117-  }
##############################################
mlterm-3.9.0/script/ltmain.sh-2206-	  # quotes we have to do it in 2 steps:
mlterm-3.9.0/script/ltmain.sh:2207:	  extractedcf=`$SED -n -e "$sed_extractcf" < "$progpath"`
mlterm-3.9.0/script/ltmain.sh-2208-	  eval "$extractedcf"
##############################################
mlterm-3.9.0/script/ltmain.sh-2659-      done
mlterm-3.9.0/script/ltmain.sh:2660:      CC_expanded=`func_echo_all $CC`
mlterm-3.9.0/script/ltmain.sh:2661:      CC_quoted_expanded=`func_echo_all $CC_quoted`
mlterm-3.9.0/script/ltmain.sh-2662-      case $@ in
##############################################
mlterm-3.9.0/script/ltmain.sh-2672-	    # Evaluate the configuration.
mlterm-3.9.0/script/ltmain.sh:2673:	    eval "`$SED -n -e '/^# ### BEGIN LIBTOOL TAG CONFIG: '$z'$/,/^# ### END LIBTOOL TAG CONFIG: '$z'$/p' < $progpath`"
mlterm-3.9.0/script/ltmain.sh-2674-	    CC_quoted=
##############################################
mlterm-3.9.0/script/ltmain.sh-2678-	    done
mlterm-3.9.0/script/ltmain.sh:2679:	    CC_expanded=`func_echo_all $CC`
mlterm-3.9.0/script/ltmain.sh:2680:	    CC_quoted_expanded=`func_echo_all $CC_quoted`
mlterm-3.9.0/script/ltmain.sh-2681-	    case "$@ " in
##############################################
mlterm-3.9.0/script/ltmain.sh-2770-    # zero AND non-empty stdout, which explains the odd construction:
mlterm-3.9.0/script/ltmain.sh:2771:    func_convert_core_file_wine_to_w32_tmp=`winepath -w "$1" 2>/dev/null`
mlterm-3.9.0/script/ltmain.sh-2772-    if test "$?" -eq 0 && test -n "$func_convert_core_file_wine_to_w32_tmp"; then
##############################################
mlterm-3.9.0/script/ltmain.sh-2838-  if test -n "$LT_CYGPATH" && test -f "$LT_CYGPATH"; then
mlterm-3.9.0/script/ltmain.sh:2839:    func_cygpath_result=`$LT_CYGPATH "$@" 2>/dev/null`
mlterm-3.9.0/script/ltmain.sh-2840-    if test "$?" -ne 0; then
##############################################
mlterm-3.9.0/script/ltmain.sh-3009-    # LT_CYGPATH in this case.
mlterm-3.9.0/script/ltmain.sh:3010:    func_to_host_file_result=`cygpath -m "$1"`
mlterm-3.9.0/script/ltmain.sh-3011-  fi
##############################################
mlterm-3.9.0/script/ltmain.sh-3166-    func_to_host_path_tmp1=$func_stripname_result
mlterm-3.9.0/script/ltmain.sh:3167:    func_to_host_path_result=`cygpath -m -p "$func_to_host_path_tmp1"`
mlterm-3.9.0/script/ltmain.sh-3168-    func_convert_path_check : ";" \
##############################################
mlterm-3.9.0/script/ltmain.sh-3376-    *.[cCFSifmso] | \
mlterm-3.9.0/script/ltmain.sh:3377:    *.ada | *.adb | *.ads | *.asm | \
mlterm-3.9.0/script/ltmain.sh-3378-    *.c++ | *.cc | *.ii | *.class | *.cpp | *.cxx | \
##############################################
mlterm-3.9.0/script/ltmain.sh-3453-    if test no = "$compiler_c_o"; then
mlterm-3.9.0/script/ltmain.sh:3454:      output_obj=`$ECHO "$srcfile" | $SED 's%^.*/%%; s%\.[^.]*$%%'`.$objext
mlterm-3.9.0/script/ltmain.sh-3455-      lockfile=$output_obj.lock
##############################################
mlterm-3.9.0/script/ltmain.sh-3472-*** ERROR, $lockfile exists and contains:
mlterm-3.9.0/script/ltmain.sh:3473:`cat $lockfile 2>/dev/null`
mlterm-3.9.0/script/ltmain.sh-3474-
##############################################
mlterm-3.9.0/script/ltmain.sh-3520-      if test warn = "$need_locks" &&
mlterm-3.9.0/script/ltmain.sh:3521:	 test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then
mlterm-3.9.0/script/ltmain.sh-3522-	$ECHO "\
mlterm-3.9.0/script/ltmain.sh-3523-*** ERROR, $lockfile contains:
mlterm-3.9.0/script/ltmain.sh:3524:`cat $lockfile 2>/dev/null`
mlterm-3.9.0/script/ltmain.sh-3525-
##############################################
mlterm-3.9.0/script/ltmain.sh-3569-      if test warn = "$need_locks" &&
mlterm-3.9.0/script/ltmain.sh:3570:	 test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then
mlterm-3.9.0/script/ltmain.sh-3571-	$ECHO "\
mlterm-3.9.0/script/ltmain.sh-3572-*** ERROR, $lockfile contains:
mlterm-3.9.0/script/ltmain.sh:3573:`cat $lockfile 2>/dev/null`
mlterm-3.9.0/script/ltmain.sh-3574-
##############################################
mlterm-3.9.0/script/ltmain.sh-3895-      # Get the absolute pathname.
mlterm-3.9.0/script/ltmain.sh:3896:      absdir=`cd "$dir" && pwd`
mlterm-3.9.0/script/ltmain.sh-3897-      test -n "$absdir" && dir=$absdir
##############################################
mlterm-3.9.0/script/ltmain.sh-3994-      if test -n "$lt_sysroot"; then
mlterm-3.9.0/script/ltmain.sh:3995:        sysroot_regex=`$ECHO "$lt_sysroot" | $SED "$sed_make_literal_regex"`
mlterm-3.9.0/script/ltmain.sh-3996-        sysroot_cmd="s/\([ ']\)$sysroot_regex/\1/g;"
##############################################
mlterm-3.9.0/script/ltmain.sh-4278-	  # Determine the prefix the user has applied to our future dir.
mlterm-3.9.0/script/ltmain.sh:4279:	  inst_prefix_dir=`$ECHO "$destdir" | $SED -e "s%$libdir\$%%"`
mlterm-3.9.0/script/ltmain.sh-4280-
##############################################
mlterm-3.9.0/script/ltmain.sh-4291-	    # Stick the inst_prefix_dir data into the link command.
mlterm-3.9.0/script/ltmain.sh:4292:	    relink_command=`$ECHO "$relink_command" | $SED "s%@inst_prefix_dir@%-inst-prefix-dir $inst_prefix_dir%"`
mlterm-3.9.0/script/ltmain.sh-4293-	  else
mlterm-3.9.0/script/ltmain.sh:4294:	    relink_command=`$ECHO "$relink_command" | $SED "s%@inst_prefix_dir@%%"`
mlterm-3.9.0/script/ltmain.sh-4295-	  fi
##############################################
mlterm-3.9.0/script/ltmain.sh-4458-	    fi
mlterm-3.9.0/script/ltmain.sh:4459:	    libfile=$libdir/`$ECHO "$lib" | $SED 's%^.*/%%g'`
mlterm-3.9.0/script/ltmain.sh-4460-	    if test -n "$libdir" && test ! -f "$libfile"; then
##############################################
mlterm-3.9.0/script/ltmain.sh-4477-	        # Replace the output file specification.
mlterm-3.9.0/script/ltmain.sh:4478:	        relink_command=`$ECHO "$relink_command" | $SED 's%@OUTPUT@%'"$outputname"'%g'`
mlterm-3.9.0/script/ltmain.sh-4479-
##############################################
mlterm-3.9.0/script/ltmain.sh-4496-	    # Install the binary that we compiled earlier.
mlterm-3.9.0/script/ltmain.sh:4497:	    file=`$ECHO "$file$stripped_ext" | $SED "s%\([^/]*\)$%$objdir/\1%"`
mlterm-3.9.0/script/ltmain.sh-4498-	  fi
##############################################
mlterm-3.9.0/script/ltmain.sh-4570-    my_pic_p=${3-false}
mlterm-3.9.0/script/ltmain.sh:4571:    my_prefix=`$ECHO "$my_originator" | $SED 's%[^a-zA-Z0-9]%_%g'`
mlterm-3.9.0/script/ltmain.sh-4572-    my_dlsyms=
##############################################
mlterm-3.9.0/script/ltmain.sh-4628-	  # Add our own program objects to the symbol list.
mlterm-3.9.0/script/ltmain.sh:4629:	  progfiles=`$ECHO "$objs$old_deplibs" | $SP2NL | $SED "$lo2o" | $NL2SP`
mlterm-3.9.0/script/ltmain.sh-4630-	  for progfile in $progfiles; do
##############################################
mlterm-3.9.0/script/ltmain.sh-4690-	          # Use subshell, to avoid clobbering current variable values
mlterm-3.9.0/script/ltmain.sh:4691:	          dlprefile_dlname=`source "$curr_lafile" && echo "$dlname"`
mlterm-3.9.0/script/ltmain.sh-4692-	          if test -n "$dlprefile_dlname"; then
##############################################
mlterm-3.9.0/script/ltmain.sh-4859-	  if test -f "$output_objdir/$my_outputname.def"; then
mlterm-3.9.0/script/ltmain.sh:4860:	    compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$output_objdir/$my_outputname.def $symfileobj%"`
mlterm-3.9.0/script/ltmain.sh:4861:	    finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$output_objdir/$my_outputname.def $symfileobj%"`
mlterm-3.9.0/script/ltmain.sh-4862-	  else
mlterm-3.9.0/script/ltmain.sh:4863:	    compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$symfileobj%"`
mlterm-3.9.0/script/ltmain.sh:4864:	    finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$symfileobj%"`
mlterm-3.9.0/script/ltmain.sh-4865-	  fi
##############################################
mlterm-3.9.0/script/ltmain.sh-4867-	*)
mlterm-3.9.0/script/ltmain.sh:4868:	  compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$symfileobj%"`
mlterm-3.9.0/script/ltmain.sh:4869:	  finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$symfileobj%"`
mlterm-3.9.0/script/ltmain.sh-4870-	  ;;
##############################################
mlterm-3.9.0/script/ltmain.sh-4882-      # Nullify the symbol file.
mlterm-3.9.0/script/ltmain.sh:4883:      compile_command=`$ECHO "$compile_command" | $SED "s% @SYMFILE@%%"`
mlterm-3.9.0/script/ltmain.sh:4884:      finalize_command=`$ECHO "$finalize_command" | $SED "s% @SYMFILE@%%"`
mlterm-3.9.0/script/ltmain.sh-4885-    fi
##############################################
mlterm-3.9.0/script/ltmain.sh-4896-  func_to_tool_file "$1" func_convert_file_msys_to_w32
mlterm-3.9.0/script/ltmain.sh:4897:  func_cygming_gnu_implib_tmp=`$NM "$func_to_tool_file_result" | eval "$global_symbol_pipe" | $EGREP ' (_head_[A-Za-z0-9_]+_[ad]l*|[A-Za-z0-9_]+_[ad]l*_iname)$'`
mlterm-3.9.0/script/ltmain.sh-4898-  test -n "$func_cygming_gnu_implib_tmp"
##############################################
mlterm-3.9.0/script/ltmain.sh-4909-  func_to_tool_file "$1" func_convert_file_msys_to_w32
mlterm-3.9.0/script/ltmain.sh:4910:  func_cygming_ms_implib_tmp=`$NM "$func_to_tool_file_result" | eval "$global_symbol_pipe" | $GREP '_NULL_IMPORT_DESCRIPTOR'`
mlterm-3.9.0/script/ltmain.sh-4911-  test -n "$func_cygming_ms_implib_tmp"
##############################################
mlterm-3.9.0/script/ltmain.sh-4925-  win32_libid_type=unknown
mlterm-3.9.0/script/ltmain.sh:4926:  win32_fileres=`file -L $1 2>/dev/null`
mlterm-3.9.0/script/ltmain.sh-4927-  case $win32_fileres in
##############################################
mlterm-3.9.0/script/ltmain.sh-4990-
mlterm-3.9.0/script/ltmain.sh:4991:  sharedlib_from_linklib_result=`$DLLTOOL --identify-strict --identify "$1"`
mlterm-3.9.0/script/ltmain.sh-4992-}
##############################################
mlterm-3.9.0/script/ltmain.sh-5008-
mlterm-3.9.0/script/ltmain.sh:5009:  match_literal=`$ECHO "$1" | $SED "$sed_make_literal_regex"`
mlterm-3.9.0/script/ltmain.sh-5010-  $OBJDUMP -s --section "$1" "$2" 2>/dev/null |
##############################################
mlterm-3.9.0/script/ltmain.sh-5072-    # binutils import library
mlterm-3.9.0/script/ltmain.sh:5073:    sharedlib_from_linklib_result=`func_cygming_dll_for_implib_fallback_core '.idata$7' "$1"`
mlterm-3.9.0/script/ltmain.sh-5074-  elif func_cygming_ms_implib_p "$1"; then
mlterm-3.9.0/script/ltmain.sh-5075-    # ms-generated import library
mlterm-3.9.0/script/ltmain.sh:5076:    sharedlib_from_linklib_result=`func_cygming_dll_for_implib_fallback_core '.idata$6' "$1"`
mlterm-3.9.0/script/ltmain.sh-5077-  else
##############################################
mlterm-3.9.0/script/ltmain.sh-5156-	  darwin_base_archive=$func_basename_result
mlterm-3.9.0/script/ltmain.sh:5157:	  darwin_arches=`$LIPO -info "$darwin_archive" 2>/dev/null | $GREP Architectures 2>/dev/null || true`
mlterm-3.9.0/script/ltmain.sh-5158-	  if test -n "$darwin_arches"; then
mlterm-3.9.0/script/ltmain.sh:5159:	    darwin_arches=`$ECHO "$darwin_arches" | $SED -e 's/.*are://'`
mlterm-3.9.0/script/ltmain.sh-5160-	    darwin_arch=
##############################################
mlterm-3.9.0/script/ltmain.sh-5170-            ## Okay now we've a bunch of thin objects, gotta fatten them up :)
mlterm-3.9.0/script/ltmain.sh:5171:	    darwin_filelist=`find unfat-$$ -type f -name \*.o -print -o -name \*.lo -print | $SED -e "$sed_basename" | sort -u`
mlterm-3.9.0/script/ltmain.sh-5172-	    darwin_file=
##############################################
mlterm-3.9.0/script/ltmain.sh-5174-	    for darwin_file in $darwin_filelist; do
mlterm-3.9.0/script/ltmain.sh:5175:	      darwin_files=`find unfat-$$ -name $darwin_file -print | sort | $NL2SP`
mlterm-3.9.0/script/ltmain.sh-5176-	      $LIPO -create -output "$darwin_file" $darwin_files
##############################################
mlterm-3.9.0/script/ltmain.sh-5189-      esac
mlterm-3.9.0/script/ltmain.sh:5190:      my_oldobjs="$my_oldobjs "`find $my_xdir -name \*.$objext -print -o -name \*.lo -print | sort | $NL2SP`
mlterm-3.9.0/script/ltmain.sh-5191-    done
##############################################
mlterm-3.9.0/script/ltmain.sh-5260-
mlterm-3.9.0/script/ltmain.sh:5261:    qECHO=`$ECHO "$ECHO" | $SED "$sed_quote_subst"`
mlterm-3.9.0/script/ltmain.sh-5262-    $ECHO "\
##############################################
mlterm-3.9.0/script/ltmain.sh-5295-    --lt-dump-script)
mlterm-3.9.0/script/ltmain.sh:5296:        lt_dump_D=\`\$ECHO \"X\$lt_script_arg0\" | $SED -e 's/^X//' -e 's%/[^/]*$%%'\`
mlterm-3.9.0/script/ltmain.sh-5297-        test \"X\$lt_dump_D\" = \"X\$lt_script_arg0\" && lt_dump_D=.
mlterm-3.9.0/script/ltmain.sh:5298:        lt_dump_F=\`\$ECHO \"X\$lt_script_arg0\" | $SED -e 's/^X//' -e 's%^.*/%%'\`
mlterm-3.9.0/script/ltmain.sh-5299-        cat \"\$lt_dump_D/\$lt_dump_F\"
##############################################
mlterm-3.9.0/script/ltmain.sh-5322-    \$ECHO \"$outputname:$output:\$LINENO: newargv[\$lt_dump_args_N]: \$lt_arg\"
mlterm-3.9.0/script/ltmain.sh:5323:    lt_dump_args_N=\`expr \$lt_dump_args_N + 1\`
mlterm-3.9.0/script/ltmain.sh-5324-  done
##############################################
mlterm-3.9.0/script/ltmain.sh-5380-  # Find the directory that this script lives in.
mlterm-3.9.0/script/ltmain.sh:5381:  thisdir=\`\$ECHO \"\$file\" | $SED 's%/[^/]*$%%'\`
mlterm-3.9.0/script/ltmain.sh-5382-  test \"x\$thisdir\" = \"x\$file\" && thisdir=.
##############################################
mlterm-3.9.0/script/ltmain.sh-5384-  # Follow symbolic links until we get to the real thisdir.
mlterm-3.9.0/script/ltmain.sh:5385:  file=\`ls -ld \"\$file\" | $SED -n 's/.*-> //p'\`
mlterm-3.9.0/script/ltmain.sh-5386-  while test -n \"\$file\"; do
mlterm-3.9.0/script/ltmain.sh:5387:    destdir=\`\$ECHO \"\$file\" | $SED 's%/[^/]*\$%%'\`
mlterm-3.9.0/script/ltmain.sh-5388-
##############################################
mlterm-3.9.0/script/ltmain.sh-5396-
mlterm-3.9.0/script/ltmain.sh:5397:    file=\`\$ECHO \"\$file\" | $SED 's%^.*/%%'\`
mlterm-3.9.0/script/ltmain.sh:5398:    file=\`ls -ld \"\$thisdir/\$file\" | $SED -n 's/.*-> //p'\`
mlterm-3.9.0/script/ltmain.sh-5399-  done
##############################################
mlterm-3.9.0/script/ltmain.sh-5410-    case \"\$thisdir\" in
mlterm-3.9.0/script/ltmain.sh:5411:    *[\\\\/]$objdir ) thisdir=\`\$ECHO \"\$thisdir\" | $SED 's%[\\\\/][^\\\\/]*$%%'\` ;;
mlterm-3.9.0/script/ltmain.sh-5412-    $objdir )   thisdir=. ;;
##############################################
mlterm-3.9.0/script/ltmain.sh-5416-  # Try to get the absolute directory name.
mlterm-3.9.0/script/ltmain.sh:5417:  absdir=\`cd \"\$thisdir\" && pwd\`
mlterm-3.9.0/script/ltmain.sh-5418-  test -n \"\$absdir\" && thisdir=\"\$absdir\"
##############################################
mlterm-3.9.0/script/ltmain.sh-5426-  if test ! -f \"\$progdir/\$program\" ||
mlterm-3.9.0/script/ltmain.sh:5427:     { file=\`ls -1dt \"\$progdir/\$program\" \"\$progdir/../\$program\" 2>/dev/null | $SED 1q\`; \\
mlterm-3.9.0/script/ltmain.sh-5428-       test \"X\$file\" != \"X\$progdir/\$program\"; }; then
##############################################
mlterm-3.9.0/script/ltmain.sh-5441-    if test -n \"\$relink_command\"; then
mlterm-3.9.0/script/ltmain.sh:5442:      if relink_command_output=\`eval \$relink_command 2>&1\`; then :
mlterm-3.9.0/script/ltmain.sh-5443-      else
##############################################
mlterm-3.9.0/script/ltmain.sh-5485-    # The second colon is a workaround for a bug in BeOS R4 sed
mlterm-3.9.0/script/ltmain.sh:5486:    $shlibpath_var=\`\$ECHO \"\$$shlibpath_var\" | $SED 's/::*\$//'\`
mlterm-3.9.0/script/ltmain.sh-5487-
##############################################
mlterm-3.9.0/script/ltmain.sh-6464-
mlterm-3.9.0/script/ltmain.sh:6465:    case `eval $file_magic_cmd \"\$1\" 2>/dev/null | $SED -e 10q` in
mlterm-3.9.0/script/ltmain.sh-6466-    *import*) : ;;
##############################################
mlterm-3.9.0/script/ltmain.sh-6712-	    moreargs=
mlterm-3.9.0/script/ltmain.sh:6713:	    for fil in `cat "$save_arg"`
mlterm-3.9.0/script/ltmain.sh-6714-	    do
##############################################
mlterm-3.9.0/script/ltmain.sh-6973-	*)
mlterm-3.9.0/script/ltmain.sh:6974:	  absdir=`cd "$dir" && pwd`
mlterm-3.9.0/script/ltmain.sh-6975-	  test -z "$absdir" && \
##############################################
mlterm-3.9.0/script/ltmain.sh-6994-	*-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*)
mlterm-3.9.0/script/ltmain.sh:6995:	  testbindir=`$ECHO "$dir" | $SED 's*/lib$*/bin*'`
mlterm-3.9.0/script/ltmain.sh-6996-	  case :$dllsearchpath: in
##############################################
mlterm-3.9.0/script/ltmain.sh-7290-      -Z*)
mlterm-3.9.0/script/ltmain.sh:7291:        if test os2 = "`expr $host : '.*\(os2\)'`"; then
mlterm-3.9.0/script/ltmain.sh-7292-          # OS/2 uses -Zxxx to specify OS/2-specific options
##############################################
mlterm-3.9.0/script/ltmain.sh-7460-      # get the directories listed in $shlibpath_var
mlterm-3.9.0/script/ltmain.sh:7461:      eval shlib_search_path=\`\$ECHO \"\$$shlibpath_var\" \| \$SED \'s/:/ /g\'\`
mlterm-3.9.0/script/ltmain.sh-7462-    else
##############################################
mlterm-3.9.0/script/ltmain.sh-7776-		  set dummy $deplibs_check_method; shift
mlterm-3.9.0/script/ltmain.sh:7777:		  match_pattern_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"`
mlterm-3.9.0/script/ltmain.sh-7778-		  if eval "\$ECHO \"$deplib\"" 2>/dev/null | $SED 10q \
##############################################
mlterm-3.9.0/script/ltmain.sh-7866-	if test -n "$inherited_linker_flags"; then
mlterm-3.9.0/script/ltmain.sh:7867:	  tmp_inherited_linker_flags=`$ECHO "$inherited_linker_flags" | $SED 's/-framework \([^ $]*\)/\1.ltframework/g'`
mlterm-3.9.0/script/ltmain.sh-7868-	  for tmp_inherited_linker_flag in $tmp_inherited_linker_flags; do
##############################################
mlterm-3.9.0/script/ltmain.sh-7874-	fi
mlterm-3.9.0/script/ltmain.sh:7875:	dependency_libs=`$ECHO " $dependency_libs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
mlterm-3.9.0/script/ltmain.sh-7876-	if test lib,link = "$linkmode,$pass" ||
##############################################
mlterm-3.9.0/script/ltmain.sh-7947-	*)
mlterm-3.9.0/script/ltmain.sh:7948:	  abs_ladir=`cd "$ladir" && pwd`
mlterm-3.9.0/script/ltmain.sh-7949-	  if test -z "$abs_ladir"; then
##############################################
mlterm-3.9.0/script/ltmain.sh-8200-	    shift
mlterm-3.9.0/script/ltmain.sh:8201:	    libname=`eval "\\$ECHO \"$libname_spec\""`
mlterm-3.9.0/script/ltmain.sh-8202-	    # use dlname if we got it. it's perfectly good, no?
##############################################
mlterm-3.9.0/script/ltmain.sh-8492-		*)
mlterm-3.9.0/script/ltmain.sh:8493:		  absdir=`cd "$dir" && pwd`
mlterm-3.9.0/script/ltmain.sh-8494-		  if test -z "$absdir"; then
##############################################
mlterm-3.9.0/script/ltmain.sh-8503-		  depdepl=
mlterm-3.9.0/script/ltmain.sh:8504:		  eval deplibrary_names=`$SED -n -e 's/^library_names=\(.*\)$/\1/p' $deplib`
mlterm-3.9.0/script/ltmain.sh-8505-		  if test -n "$deplibrary_names"; then
##############################################
mlterm-3.9.0/script/ltmain.sh-8510-		      depdepl=$absdir/$objdir/$depdepl
mlterm-3.9.0/script/ltmain.sh:8511:		      darwin_install_name=`$OTOOL -L $depdepl | awk '{if (NR == 2) {print $1;exit}}'`
mlterm-3.9.0/script/ltmain.sh-8512-                      if test -z "$darwin_install_name"; then
mlterm-3.9.0/script/ltmain.sh:8513:                          darwin_install_name=`$OTOOL64 -L $depdepl  | awk '{if (NR == 2) {print $1;exit}}'`
mlterm-3.9.0/script/ltmain.sh-8514-                      fi
##############################################
mlterm-3.9.0/script/ltmain.sh-8525-		else
mlterm-3.9.0/script/ltmain.sh:8526:		  eval libdir=`$SED -n -e 's/^libdir=\(.*\)$/\1/p' $deplib`
mlterm-3.9.0/script/ltmain.sh-8527-		  test -z "$libdir" && \
##############################################
mlterm-3.9.0/script/ltmain.sh-8548-	else
mlterm-3.9.0/script/ltmain.sh:8549:	  compiler_flags="$compiler_flags "`$ECHO " $new_inherited_linker_flags" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
mlterm-3.9.0/script/ltmain.sh-8550-	fi
##############################################
mlterm-3.9.0/script/ltmain.sh-8637-        linux*)
mlterm-3.9.0/script/ltmain.sh:8638:          case `$CC -V 2>&1 | sed 5q` in
mlterm-3.9.0/script/ltmain.sh-8639-          *Sun\ C*) # Sun C++ 5.9
##############################################
mlterm-3.9.0/script/ltmain.sh-9042-	removelist=
mlterm-3.9.0/script/ltmain.sh:9043:	tempremovelist=`$ECHO "$output_objdir/*"`
mlterm-3.9.0/script/ltmain.sh-9044-	for p in $tempremovelist; do
##############################################
mlterm-3.9.0/script/ltmain.sh-9068-	# Transform .lo files to .o files.
mlterm-3.9.0/script/ltmain.sh:9069:	oldobjs="$objs "`$ECHO "$libobjs" | $SP2NL | $SED "/\.$libext$/d; $lo2o" | $NL2SP`
mlterm-3.9.0/script/ltmain.sh-9070-      fi
##############################################
mlterm-3.9.0/script/ltmain.sh-9073-      #for path in $notinst_path; do
mlterm-3.9.0/script/ltmain.sh:9074:      #	lib_search_path=`$ECHO "$lib_search_path " | $SED "s% $path % %g"`
mlterm-3.9.0/script/ltmain.sh:9075:      #	deplibs=`$ECHO "$deplibs " | $SED "s% -L$path % %g"`
mlterm-3.9.0/script/ltmain.sh:9076:      #	dependency_libs=`$ECHO "$dependency_libs " | $SED "s% -L$path % %g"`
mlterm-3.9.0/script/ltmain.sh-9077-      #done
##############################################
mlterm-3.9.0/script/ltmain.sh-9194-		if test -n "$i"; then
mlterm-3.9.0/script/ltmain.sh:9195:		  libname=`eval "\\$ECHO \"$libname_spec\""`
mlterm-3.9.0/script/ltmain.sh:9196:		  deplib_matches=`eval "\\$ECHO \"$library_names_spec\""`
mlterm-3.9.0/script/ltmain.sh-9197-		  set dummy $deplib_matches; shift
mlterm-3.9.0/script/ltmain.sh-9198-		  deplib_match=$1
mlterm-3.9.0/script/ltmain.sh:9199:		  if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0; then
mlterm-3.9.0/script/ltmain.sh-9200-		    func_append newdeplibs " $i"
##############################################
mlterm-3.9.0/script/ltmain.sh-9237-		  if test -n "$i"; then
mlterm-3.9.0/script/ltmain.sh:9238:		    libname=`eval "\\$ECHO \"$libname_spec\""`
mlterm-3.9.0/script/ltmain.sh:9239:		    deplib_matches=`eval "\\$ECHO \"$library_names_spec\""`
mlterm-3.9.0/script/ltmain.sh-9240-		    set dummy $deplib_matches; shift
mlterm-3.9.0/script/ltmain.sh-9241-		    deplib_match=$1
mlterm-3.9.0/script/ltmain.sh:9242:		    if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0; then
mlterm-3.9.0/script/ltmain.sh-9243-		      func_append newdeplibs " $i"
##############################################
mlterm-3.9.0/script/ltmain.sh-9272-	  set dummy $deplibs_check_method; shift
mlterm-3.9.0/script/ltmain.sh:9273:	  file_magic_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"`
mlterm-3.9.0/script/ltmain.sh-9274-	  for a_deplib in $deplibs; do
##############################################
mlterm-3.9.0/script/ltmain.sh-9287-	      if test -n "$a_deplib"; then
mlterm-3.9.0/script/ltmain.sh:9288:		libname=`eval "\\$ECHO \"$libname_spec\""`
mlterm-3.9.0/script/ltmain.sh-9289-		if test -n "$file_magic_glob"; then
mlterm-3.9.0/script/ltmain.sh:9290:		  libnameglob=`func_echo_all "$libname" | $SED -e $file_magic_glob`
mlterm-3.9.0/script/ltmain.sh-9291-		else
##############################################
mlterm-3.9.0/script/ltmain.sh-9297-		    shopt -s nocaseglob
mlterm-3.9.0/script/ltmain.sh:9298:		    potential_libs=`ls $i/$libnameglob[.-]* 2>/dev/null`
mlterm-3.9.0/script/ltmain.sh-9299-		    $nocaseglob
mlterm-3.9.0/script/ltmain.sh-9300-		  else
mlterm-3.9.0/script/ltmain.sh:9301:		    potential_libs=`ls $i/$libnameglob[.-]* 2>/dev/null`
mlterm-3.9.0/script/ltmain.sh-9302-		  fi
##############################################
mlterm-3.9.0/script/ltmain.sh-9315-		      while test -h "$potlib" 2>/dev/null; do
mlterm-3.9.0/script/ltmain.sh:9316:			potliblink=`ls -ld $potlib | $SED 's/.* -> //'`
mlterm-3.9.0/script/ltmain.sh-9317-			case $potliblink in
mlterm-3.9.0/script/ltmain.sh-9318-			[\\/]* | [A-Za-z]:[\\/]*) potlib=$potliblink;;
mlterm-3.9.0/script/ltmain.sh:9319:			*) potlib=`$ECHO "$potlib" | $SED 's|[^/]*$||'`"$potliblink";;
mlterm-3.9.0/script/ltmain.sh-9320-			esac
##############################################
mlterm-3.9.0/script/ltmain.sh-9356-	  set dummy $deplibs_check_method; shift
mlterm-3.9.0/script/ltmain.sh:9357:	  match_pattern_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"`
mlterm-3.9.0/script/ltmain.sh-9358-	  for a_deplib in $deplibs; do
##############################################
mlterm-3.9.0/script/ltmain.sh-9371-	      if test -n "$a_deplib"; then
mlterm-3.9.0/script/ltmain.sh:9372:		libname=`eval "\\$ECHO \"$libname_spec\""`
mlterm-3.9.0/script/ltmain.sh-9373-		for i in $lib_search_path $sys_lib_search_path $shlib_search_path; do
mlterm-3.9.0/script/ltmain.sh:9374:		  potential_libs=`ls $i/$libname[.-]* 2>/dev/null`
mlterm-3.9.0/script/ltmain.sh-9375-		  for potent_lib in $potential_libs; do
##############################################
mlterm-3.9.0/script/ltmain.sh-9410-	  newdeplibs=
mlterm-3.9.0/script/ltmain.sh:9411:	  tmp_deplibs=`$ECHO " $deplibs" | $SED 's/ -lc$//; s/ -[LR][^ ]*//g'`
mlterm-3.9.0/script/ltmain.sh-9412-	  if test yes = "$allow_libtool_libs_with_static_runtimes"; then
##############################################
mlterm-3.9.0/script/ltmain.sh-9414-	      # can't use Xsed below, because $i might contain '/'
mlterm-3.9.0/script/ltmain.sh:9415:	      tmp_deplibs=`$ECHO " $tmp_deplibs" | $SED "s|$i||"`
mlterm-3.9.0/script/ltmain.sh-9416-	    done
##############################################
mlterm-3.9.0/script/ltmain.sh-9440-	  # On Rhapsody replace the C library with the System framework
mlterm-3.9.0/script/ltmain.sh:9441:	  newdeplibs=`$ECHO " $newdeplibs" | $SED 's/ -lc / System.ltframework /'`
mlterm-3.9.0/script/ltmain.sh-9442-	  ;;
##############################################
mlterm-3.9.0/script/ltmain.sh-9492-	*-*-darwin*)
mlterm-3.9.0/script/ltmain.sh:9493:	  newdeplibs=`$ECHO " $newdeplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
mlterm-3.9.0/script/ltmain.sh:9494:	  new_inherited_linker_flags=`$ECHO " $new_inherited_linker_flags" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
mlterm-3.9.0/script/ltmain.sh:9495:	  deplibs=`$ECHO " $deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
mlterm-3.9.0/script/ltmain.sh-9496-	  ;;
##############################################
mlterm-3.9.0/script/ltmain.sh-9619-	# Use standard objects if they are pic
mlterm-3.9.0/script/ltmain.sh:9620:	test -z "$pic_flag" && libobjs=`$ECHO "$libobjs" | $SP2NL | $SED "$lo2o" | $NL2SP`
mlterm-3.9.0/script/ltmain.sh-9621-	test "X$libobjs" = "X " && libobjs=
##############################################
mlterm-3.9.0/script/ltmain.sh-10133-	  eval tmp_whole_archive_flags=\"$whole_archive_flag_spec\"
mlterm-3.9.0/script/ltmain.sh:10134:	  test -n "$wl" || tmp_whole_archive_flags=`$ECHO "$tmp_whole_archive_flags" | $SED 's|,| |g'`
mlterm-3.9.0/script/ltmain.sh-10135-	  reload_conv_objs=$reload_objs\ $tmp_whole_archive_flags
##############################################
mlterm-3.9.0/script/ltmain.sh-10148-      # Create the old-style object.
mlterm-3.9.0/script/ltmain.sh:10149:      reload_objs=$objs$old_deplibs' '`$ECHO "$libobjs" | $SP2NL | $SED "/\.$libext$/d; /\.lib$/d; $lo2o" | $NL2SP`' '$reload_conv_objs
mlterm-3.9.0/script/ltmain.sh-10150-
##############################################
mlterm-3.9.0/script/ltmain.sh-10206-	# On Rhapsody replace the C library is the System framework
mlterm-3.9.0/script/ltmain.sh:10207:	compile_deplibs=`$ECHO " $compile_deplibs" | $SED 's/ -lc / System.ltframework /'`
mlterm-3.9.0/script/ltmain.sh:10208:	finalize_deplibs=`$ECHO " $finalize_deplibs" | $SED 's/ -lc / System.ltframework /'`
mlterm-3.9.0/script/ltmain.sh-10209-	;;
##############################################
mlterm-3.9.0/script/ltmain.sh-10224-	# Time to change all our "foo.ltframework" stuff back to "-framework foo"
mlterm-3.9.0/script/ltmain.sh:10225:	compile_deplibs=`$ECHO " $compile_deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
mlterm-3.9.0/script/ltmain.sh:10226:	finalize_deplibs=`$ECHO " $finalize_deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
mlterm-3.9.0/script/ltmain.sh-10227-	;;
##############################################
mlterm-3.9.0/script/ltmain.sh-10302-	*-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*)
mlterm-3.9.0/script/ltmain.sh:10303:	  testbindir=`$ECHO "$libdir" | $SED -e 's*/lib$*/bin*'`
mlterm-3.9.0/script/ltmain.sh-10304-	  case :$dllsearchpath: in
##############################################
mlterm-3.9.0/script/ltmain.sh-10362-	# Transform all the library objects into standard objects.
mlterm-3.9.0/script/ltmain.sh:10363:	compile_command=`$ECHO "$compile_command" | $SP2NL | $SED "$lo2o" | $NL2SP`
mlterm-3.9.0/script/ltmain.sh:10364:	finalize_command=`$ECHO "$finalize_command" | $SP2NL | $SED "$lo2o" | $NL2SP`
mlterm-3.9.0/script/ltmain.sh-10365-      fi
##############################################
mlterm-3.9.0/script/ltmain.sh-10390-	# Replace the output file specification.
mlterm-3.9.0/script/ltmain.sh:10391:	compile_command=`$ECHO "$compile_command" | $SED 's%@OUTPUT@%'"$output"'%g'`
mlterm-3.9.0/script/ltmain.sh-10392-	link_command=$compile_command$compile_rpath
##############################################
mlterm-3.9.0/script/ltmain.sh-10399-	  func_to_tool_file "$output"
mlterm-3.9.0/script/ltmain.sh:10400:	  postlink_cmds=`func_echo_all "$postlink_cmds" | $SED -e 's%@OUTPUT@%'"$output"'%g' -e 's%@TOOL_OUTPUT@%'"$func_to_tool_file_result"'%g'`
mlterm-3.9.0/script/ltmain.sh-10401-	  func_execute_cmds "$postlink_cmds" 'exit $?'
##############################################
mlterm-3.9.0/script/ltmain.sh-10443-	# Replace the output file specification.
mlterm-3.9.0/script/ltmain.sh:10444:	link_command=`$ECHO "$link_command" | $SED 's%@OUTPUT@%'"$output"'%g'`
mlterm-3.9.0/script/ltmain.sh-10445-	# Delete the old output file.
##############################################
mlterm-3.9.0/script/ltmain.sh-10451-	  func_to_tool_file "$output"
mlterm-3.9.0/script/ltmain.sh:10452:	  postlink_cmds=`func_echo_all "$postlink_cmds" | $SED -e 's%@OUTPUT@%'"$output"'%g' -e 's%@TOOL_OUTPUT@%'"$func_to_tool_file_result"'%g'`
mlterm-3.9.0/script/ltmain.sh-10453-	  func_execute_cmds "$postlink_cmds" 'exit $?'
##############################################
mlterm-3.9.0/script/ltmain.sh-10469-	  link_command=$finalize_var$compile_command$finalize_rpath
mlterm-3.9.0/script/ltmain.sh:10470:	  relink_command=`$ECHO "$compile_var$compile_command$compile_rpath" | $SED 's%@OUTPUT@%\$progdir/\$file%g'`
mlterm-3.9.0/script/ltmain.sh-10471-          ;;
##############################################
mlterm-3.9.0/script/ltmain.sh-10482-      # Replace the output file specification.
mlterm-3.9.0/script/ltmain.sh:10483:      link_command=`$ECHO "$link_command" | $SED 's%@OUTPUT@%'"$output_objdir/$outputname"'%g'`
mlterm-3.9.0/script/ltmain.sh-10484-
##############################################
mlterm-3.9.0/script/ltmain.sh-10491-	func_to_tool_file "$output_objdir/$outputname"
mlterm-3.9.0/script/ltmain.sh:10492:	postlink_cmds=`func_echo_all "$postlink_cmds" | $SED -e 's%@OUTPUT@%'"$output_objdir/$outputname"'%g' -e 's%@TOOL_OUTPUT@%'"$func_to_tool_file_result"'%g'`
mlterm-3.9.0/script/ltmain.sh-10493-	func_execute_cmds "$postlink_cmds" 'exit $?'
##############################################
mlterm-3.9.0/script/ltmain.sh-10512-	relink_command="(cd `pwd`; $relink_command)"
mlterm-3.9.0/script/ltmain.sh:10513:	relink_command=`$ECHO "$relink_command" | $SED "$sed_quote_subst"`
mlterm-3.9.0/script/ltmain.sh-10514-      fi
##############################################
mlterm-3.9.0/script/ltmain.sh-10758-      relink_command="(cd `pwd`; $SHELL \"$progpath\" $preserve_args --mode=relink $libtool_args @inst_prefix_dir@)"
mlterm-3.9.0/script/ltmain.sh:10759:      relink_command=`$ECHO "$relink_command" | $SED "$sed_quote_subst"`
mlterm-3.9.0/script/ltmain.sh-10760-      if test yes = "$hardcode_automatic"; then
##############################################
mlterm-3.9.0/script/ltmain.sh-10779-		func_resolve_sysroot "$deplib"
mlterm-3.9.0/script/ltmain.sh:10780:		eval libdir=`$SED -n -e 's/^libdir=\(.*\)$/\1/p' $func_resolve_sysroot_result`
mlterm-3.9.0/script/ltmain.sh-10781-		test -z "$libdir" && \
##############################################
mlterm-3.9.0/script/ltmain.sh-10805-		name=$func_basename_result
mlterm-3.9.0/script/ltmain.sh:10806:		eval libdir=`$SED -n -e 's/^libdir=\(.*\)$/\1/p' $lib`
mlterm-3.9.0/script/ltmain.sh-10807-		test -z "$libdir" && \
##############################################
mlterm-3.9.0/script/ltmain.sh-10824-		name=$func_basename_result
mlterm-3.9.0/script/ltmain.sh:10825:		eval libdir=`$SED -n -e 's/^libdir=\(.*\)$/\1/p' $lib`
mlterm-3.9.0/script/ltmain.sh-10826-		test -z "$libdir" && \
##############################################
mlterm-3.9.0/script/ltmain.sh-11143-# ### BEGIN LIBTOOL TAG CONFIG: disable-static
mlterm-3.9.0/script/ltmain.sh:11144:build_old_libs=`case $build_libtool_libs in yes) echo no;; *) echo yes;; esac`
mlterm-3.9.0/script/ltmain.sh-11145-# ### END LIBTOOL TAG CONFIG: disable-static
##############################################
mlterm-3.9.0/script/mkinstalldirs-69-do
mlterm-3.9.0/script/mkinstalldirs:70:  set fnord `echo ":$file" | sed -ne 's/^:\//#/;s/^://;s/\// /g;s/^#/\//;p'`
mlterm-3.9.0/script/mkinstalldirs-71-  shift
##############################################
mlterm-3.9.0/script/config.guess-34-
mlterm-3.9.0/script/config.guess:35:me=`echo "$0" | sed -e 's,.*/,,'`
mlterm-3.9.0/script/config.guess-36-
##############################################
mlterm-3.9.0/script/config.guess-105-    # shellcheck disable=SC2039
mlterm-3.9.0/script/config.guess:106:    { tmp=`(umask 077 && mktemp -d "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } ||
mlterm-3.9.0/script/config.guess-107-	{ test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir "$tmp" 2>/dev/null) ; } ||
##############################################
mlterm-3.9.0/script/config.guess-155-	EOF
mlterm-3.9.0/script/config.guess:156:	eval "`$CC_FOR_BUILD -E "$dummy.c" 2>/dev/null | grep '^LIBC' | sed 's, ,,g'`"
mlterm-3.9.0/script/config.guess-157-
##############################################
mlterm-3.9.0/script/config.guess-192-	    earmv*)
mlterm-3.9.0/script/config.guess:193:		arch=`echo "$UNAME_MACHINE_ARCH" | sed -e 's,^e\(armv[0-9]\).*$,\1,'`
mlterm-3.9.0/script/config.guess:194:		endian=`echo "$UNAME_MACHINE_ARCH" | sed -ne 's,^.*\(eb\)$,\1,p'`
mlterm-3.9.0/script/config.guess-195-		machine="${arch}${endian}"-unknown
##############################################
mlterm-3.9.0/script/config.guess-224-		expr='s/^earmv[0-9]/-eabi/;s/eb$//'
mlterm-3.9.0/script/config.guess:225:		abi=`echo "$UNAME_MACHINE_ARCH" | sed -e "$expr"`
mlterm-3.9.0/script/config.guess-226-		;;
##############################################
mlterm-3.9.0/script/config.guess-237-	    *)
mlterm-3.9.0/script/config.guess:238:		release=`echo "$UNAME_RELEASE" | sed -e 's/[-_].*//' | cut -d. -f1,2`
mlterm-3.9.0/script/config.guess-239-		;;
##############################################
mlterm-3.9.0/script/config.guess-290-	*4.0)
mlterm-3.9.0/script/config.guess:291:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'`
mlterm-3.9.0/script/config.guess-292-		;;
mlterm-3.9.0/script/config.guess-293-	*5.*)
mlterm-3.9.0/script/config.guess:294:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'`
mlterm-3.9.0/script/config.guess-295-		;;
##############################################
mlterm-3.9.0/script/config.guess-300-	# types through head -n 1, so we only detect the type of CPU 0.
mlterm-3.9.0/script/config.guess:301:	ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^  The alpha \(.*\) processor.*$/\1/p' | head -n 1`
mlterm-3.9.0/script/config.guess-302-	case "$ALPHA_CPU_TYPE" in
##############################################
mlterm-3.9.0/script/config.guess-338-	# 1.2 uses "1.2" for uname -r.
mlterm-3.9.0/script/config.guess:339:	echo "$UNAME_MACHINE"-dec-osf"`echo "$UNAME_RELEASE" | sed -e 's/^[PVTX]//' | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz`"
mlterm-3.9.0/script/config.guess-340-	# Reset EXIT trap before exiting to avoid spurious non-zero exit code.
##############################################
mlterm-3.9.0/script/config.guess-389-    s390x:SunOS:*:*)
mlterm-3.9.0/script/config.guess:390:	echo "$UNAME_MACHINE"-ibm-solaris2"`echo "$UNAME_RELEASE" | sed -e 's/[^.]*//'`"
mlterm-3.9.0/script/config.guess-391-	exit ;;
mlterm-3.9.0/script/config.guess-392-    sun4H:SunOS:5.*:*)
mlterm-3.9.0/script/config.guess:393:	echo sparc-hal-solaris2"`echo "$UNAME_RELEASE"|sed -e 's/[^.]*//'`"
mlterm-3.9.0/script/config.guess-394-	exit ;;
mlterm-3.9.0/script/config.guess-395-    sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*)
mlterm-3.9.0/script/config.guess:396:	echo sparc-sun-solaris2"`echo "$UNAME_RELEASE" | sed -e 's/[^.]*//'`"
mlterm-3.9.0/script/config.guess-397-	exit ;;
##############################################
mlterm-3.9.0/script/config.guess-414-	fi
mlterm-3.9.0/script/config.guess:415:	echo "$SUN_ARCH"-pc-solaris2"`echo "$UNAME_RELEASE"|sed -e 's/[^.]*//'`"
mlterm-3.9.0/script/config.guess-416-	exit ;;
##############################################
mlterm-3.9.0/script/config.guess-420-	# it's likely to be more like Solaris than SunOS4.
mlterm-3.9.0/script/config.guess:421:	echo sparc-sun-solaris3"`echo "$UNAME_RELEASE"|sed -e 's/[^.]*//'`"
mlterm-3.9.0/script/config.guess-422-	exit ;;
##############################################
mlterm-3.9.0/script/config.guess-429-	# Japanese Language versions have a version number like `4.1.3-JL'.
mlterm-3.9.0/script/config.guess:430:	echo sparc-sun-sunos"`echo "$UNAME_RELEASE"|sed -e 's/-/_/'`"
mlterm-3.9.0/script/config.guess-431-	exit ;;
##############################################
mlterm-3.9.0/script/config.guess-435-    sun*:*:4.2BSD:*)
mlterm-3.9.0/script/config.guess:436:	UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null`
mlterm-3.9.0/script/config.guess-437-	test "x$UNAME_RELEASE" = x && UNAME_RELEASE=3
##############################################
mlterm-3.9.0/script/config.guess-517-	$CC_FOR_BUILD -o "$dummy" "$dummy.c" &&
mlterm-3.9.0/script/config.guess:518:	  dummyarg=`echo "$UNAME_RELEASE" | sed -n 's/\([0-9]*\).*/\1/p'` &&
mlterm-3.9.0/script/config.guess:519:	  SYSTEM_NAME=`"$dummy" "$dummyarg"` &&
mlterm-3.9.0/script/config.guess-520-	    { echo "$SYSTEM_NAME"; exit; }
##############################################
mlterm-3.9.0/script/config.guess-573-    *:IRIX*:*:*)
mlterm-3.9.0/script/config.guess:574:	echo mips-sgi-irix"`echo "$UNAME_RELEASE"|sed -e 's/-/_/g'`"
mlterm-3.9.0/script/config.guess-575-	exit ;;
##############################################
mlterm-3.9.0/script/config.guess-603-EOF
mlterm-3.9.0/script/config.guess:604:		if $CC_FOR_BUILD -o "$dummy" "$dummy.c" && SYSTEM_NAME=`"$dummy"`
mlterm-3.9.0/script/config.guess-605-		then
##############################################
mlterm-3.9.0/script/config.guess-616-    *:AIX:*:[4567])
mlterm-3.9.0/script/config.guess:617:	IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'`
mlterm-3.9.0/script/config.guess-618-	if /usr/sbin/lsattr -El "$IBM_CPU_ID" | grep ' POWER' >/dev/null 2>&1; then
##############################################
mlterm-3.9.0/script/config.guess-652-    9000/[34678]??:HP-UX:*:*)
mlterm-3.9.0/script/config.guess:653:	HPUX_REV=`echo "$UNAME_RELEASE"|sed -e 's/[^.]*.[0B]*//'`
mlterm-3.9.0/script/config.guess-654-	case "$UNAME_MACHINE" in
##############################################
mlterm-3.9.0/script/config.guess-706-EOF
mlterm-3.9.0/script/config.guess:707:		    (CCOPTS="" $CC_FOR_BUILD -o "$dummy" "$dummy.c" 2>/dev/null) && HP_ARCH=`"$dummy"`
mlterm-3.9.0/script/config.guess-708-		    test -z "$HP_ARCH" && HP_ARCH=hppa
##############################################
mlterm-3.9.0/script/config.guess-734-    ia64:HP-UX:*:*)
mlterm-3.9.0/script/config.guess:735:	HPUX_REV=`echo "$UNAME_RELEASE"|sed -e 's/[^.]*.[0B]*//'`
mlterm-3.9.0/script/config.guess-736-	echo ia64-hp-hpux"$HPUX_REV"
##############################################
mlterm-3.9.0/script/config.guess-764-EOF
mlterm-3.9.0/script/config.guess:765:	$CC_FOR_BUILD -o "$dummy" "$dummy.c" && SYSTEM_NAME=`"$dummy"` &&
mlterm-3.9.0/script/config.guess-766-		{ echo "$SYSTEM_NAME"; exit; }
##############################################
mlterm-3.9.0/script/config.guess-835-	FUJITSU_SYS=`uname -p | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/\///'`
mlterm-3.9.0/script/config.guess:836:	FUJITSU_REL=`echo "$UNAME_RELEASE" | sed -e 's/ /_/'`
mlterm-3.9.0/script/config.guess-837-	echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
mlterm-3.9.0/script/config.guess-840-	FUJITSU_SYS=`uname -p | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/\///'`
mlterm-3.9.0/script/config.guess:841:	FUJITSU_REL=`echo "$UNAME_RELEASE" | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/ /_/'`
mlterm-3.9.0/script/config.guess-842-	echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
mlterm-3.9.0/script/config.guess-858-	then
mlterm-3.9.0/script/config.guess:859:	    echo "${UNAME_PROCESSOR}"-unknown-freebsd"`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`"-gnueabi
mlterm-3.9.0/script/config.guess-860-	else
mlterm-3.9.0/script/config.guess:861:	    echo "${UNAME_PROCESSOR}"-unknown-freebsd"`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`"-gnueabihf
mlterm-3.9.0/script/config.guess-862-	fi
##############################################
mlterm-3.9.0/script/config.guess-871-	esac
mlterm-3.9.0/script/config.guess:872:	echo "$UNAME_PROCESSOR"-unknown-freebsd"`echo "$UNAME_RELEASE"|sed -e 's/[-(].*//'`"
mlterm-3.9.0/script/config.guess-873-	exit ;;
##############################################
mlterm-3.9.0/script/config.guess-907-    prep*:SunOS:5.*:*)
mlterm-3.9.0/script/config.guess:908:	echo powerpcle-unknown-solaris2"`echo "$UNAME_RELEASE"|sed -e 's/[^.]*//'`"
mlterm-3.9.0/script/config.guess-909-	exit ;;
##############################################
mlterm-3.9.0/script/config.guess-911-	# the GNU system
mlterm-3.9.0/script/config.guess:912:	echo "`echo "$UNAME_MACHINE"|sed -e 's,[-/].*$,,'`-unknown-$LIBC`echo "$UNAME_RELEASE"|sed -e 's,/.*$,,'`"
mlterm-3.9.0/script/config.guess-913-	exit ;;
##############################################
mlterm-3.9.0/script/config.guess-915-	# other systems with GNU libc and userland
mlterm-3.9.0/script/config.guess:916:	echo "$UNAME_MACHINE-unknown-`echo "$UNAME_SYSTEM" | sed 's,^[^/]*/,,' | tr "[:upper:]" "[:lower:]"``echo "$UNAME_RELEASE"|sed -e 's/[-(].*//'`-$LIBC"
mlterm-3.9.0/script/config.guess-917-	exit ;;
##############################################
mlterm-3.9.0/script/config.guess-1037-EOF
mlterm-3.9.0/script/config.guess:1038:	eval "`$CC_FOR_BUILD -E "$dummy.c" 2>/dev/null | grep '^CPU\|^MIPS_ENDIAN\|^LIBCABI'`"
mlterm-3.9.0/script/config.guess-1039-	test "x$CPU" != x && { echo "$CPU${MIPS_ENDIAN}-unknown-linux-$LIBCABI"; exit; }
##############################################
mlterm-3.9.0/script/config.guess-1137-    i*86:*:4.*:*)
mlterm-3.9.0/script/config.guess:1138:	UNAME_REL=`echo "$UNAME_RELEASE" | sed 's/\/MP$//'`
mlterm-3.9.0/script/config.guess-1139-	if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then
##############################################
mlterm-3.9.0/script/config.guess-1440-    *:DragonFly:*:*)
mlterm-3.9.0/script/config.guess:1441:	echo "$UNAME_MACHINE"-unknown-dragonfly"`echo "$UNAME_RELEASE"|sed -e 's/[-(].*//'`"
mlterm-3.9.0/script/config.guess-1442-	exit ;;
##############################################
mlterm-3.9.0/script/config.guess-1453-    i*86:skyos:*:*)
mlterm-3.9.0/script/config.guess:1454:	echo "$UNAME_MACHINE"-pc-skyos"`echo "$UNAME_RELEASE" | sed -e 's/ .*$//'`"
mlterm-3.9.0/script/config.guess-1455-	exit ;;
##############################################
mlterm-3.9.0/script/config.guess-1603-
mlterm-3.9.0/script/config.guess:1604:$CC_FOR_BUILD -o "$dummy" "$dummy.c" 2>/dev/null && SYSTEM_NAME=`$dummy` &&
mlterm-3.9.0/script/config.guess-1605-	{ echo "$SYSTEM_NAME"; exit; }
##############################################
mlterm-3.9.0/baselib/script/config.guess-34-
mlterm-3.9.0/baselib/script/config.guess:35:me=`echo "$0" | sed -e 's,.*/,,'`
mlterm-3.9.0/baselib/script/config.guess-36-
##############################################
mlterm-3.9.0/baselib/script/config.guess-105-    # shellcheck disable=SC2039
mlterm-3.9.0/baselib/script/config.guess:106:    { tmp=`(umask 077 && mktemp -d "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } ||
mlterm-3.9.0/baselib/script/config.guess-107-	{ test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir "$tmp" 2>/dev/null) ; } ||
##############################################
mlterm-3.9.0/baselib/script/config.guess-155-	EOF
mlterm-3.9.0/baselib/script/config.guess:156:	eval "`$CC_FOR_BUILD -E "$dummy.c" 2>/dev/null | grep '^LIBC' | sed 's, ,,g'`"
mlterm-3.9.0/baselib/script/config.guess-157-
##############################################
mlterm-3.9.0/baselib/script/config.guess-192-	    earmv*)
mlterm-3.9.0/baselib/script/config.guess:193:		arch=`echo "$UNAME_MACHINE_ARCH" | sed -e 's,^e\(armv[0-9]\).*$,\1,'`
mlterm-3.9.0/baselib/script/config.guess:194:		endian=`echo "$UNAME_MACHINE_ARCH" | sed -ne 's,^.*\(eb\)$,\1,p'`
mlterm-3.9.0/baselib/script/config.guess-195-		machine="${arch}${endian}"-unknown
##############################################
mlterm-3.9.0/baselib/script/config.guess-224-		expr='s/^earmv[0-9]/-eabi/;s/eb$//'
mlterm-3.9.0/baselib/script/config.guess:225:		abi=`echo "$UNAME_MACHINE_ARCH" | sed -e "$expr"`
mlterm-3.9.0/baselib/script/config.guess-226-		;;
##############################################
mlterm-3.9.0/baselib/script/config.guess-237-	    *)
mlterm-3.9.0/baselib/script/config.guess:238:		release=`echo "$UNAME_RELEASE" | sed -e 's/[-_].*//' | cut -d. -f1,2`
mlterm-3.9.0/baselib/script/config.guess-239-		;;
##############################################
mlterm-3.9.0/baselib/script/config.guess-290-	*4.0)
mlterm-3.9.0/baselib/script/config.guess:291:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'`
mlterm-3.9.0/baselib/script/config.guess-292-		;;
mlterm-3.9.0/baselib/script/config.guess-293-	*5.*)
mlterm-3.9.0/baselib/script/config.guess:294:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'`
mlterm-3.9.0/baselib/script/config.guess-295-		;;
##############################################
mlterm-3.9.0/baselib/script/config.guess-300-	# types through head -n 1, so we only detect the type of CPU 0.
mlterm-3.9.0/baselib/script/config.guess:301:	ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^  The alpha \(.*\) processor.*$/\1/p' | head -n 1`
mlterm-3.9.0/baselib/script/config.guess-302-	case "$ALPHA_CPU_TYPE" in
##############################################
mlterm-3.9.0/baselib/script/config.guess-338-	# 1.2 uses "1.2" for uname -r.
mlterm-3.9.0/baselib/script/config.guess:339:	echo "$UNAME_MACHINE"-dec-osf"`echo "$UNAME_RELEASE" | sed -e 's/^[PVTX]//' | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz`"
mlterm-3.9.0/baselib/script/config.guess-340-	# Reset EXIT trap before exiting to avoid spurious non-zero exit code.
##############################################
mlterm-3.9.0/baselib/script/config.guess-389-    s390x:SunOS:*:*)
mlterm-3.9.0/baselib/script/config.guess:390:	echo "$UNAME_MACHINE"-ibm-solaris2"`echo "$UNAME_RELEASE" | sed -e 's/[^.]*//'`"
mlterm-3.9.0/baselib/script/config.guess-391-	exit ;;
mlterm-3.9.0/baselib/script/config.guess-392-    sun4H:SunOS:5.*:*)
mlterm-3.9.0/baselib/script/config.guess:393:	echo sparc-hal-solaris2"`echo "$UNAME_RELEASE"|sed -e 's/[^.]*//'`"
mlterm-3.9.0/baselib/script/config.guess-394-	exit ;;
mlterm-3.9.0/baselib/script/config.guess-395-    sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*)
mlterm-3.9.0/baselib/script/config.guess:396:	echo sparc-sun-solaris2"`echo "$UNAME_RELEASE" | sed -e 's/[^.]*//'`"
mlterm-3.9.0/baselib/script/config.guess-397-	exit ;;
##############################################
mlterm-3.9.0/baselib/script/config.guess-414-	fi
mlterm-3.9.0/baselib/script/config.guess:415:	echo "$SUN_ARCH"-pc-solaris2"`echo "$UNAME_RELEASE"|sed -e 's/[^.]*//'`"
mlterm-3.9.0/baselib/script/config.guess-416-	exit ;;
##############################################
mlterm-3.9.0/baselib/script/config.guess-420-	# it's likely to be more like Solaris than SunOS4.
mlterm-3.9.0/baselib/script/config.guess:421:	echo sparc-sun-solaris3"`echo "$UNAME_RELEASE"|sed -e 's/[^.]*//'`"
mlterm-3.9.0/baselib/script/config.guess-422-	exit ;;
##############################################
mlterm-3.9.0/baselib/script/config.guess-429-	# Japanese Language versions have a version number like `4.1.3-JL'.
mlterm-3.9.0/baselib/script/config.guess:430:	echo sparc-sun-sunos"`echo "$UNAME_RELEASE"|sed -e 's/-/_/'`"
mlterm-3.9.0/baselib/script/config.guess-431-	exit ;;
##############################################
mlterm-3.9.0/baselib/script/config.guess-435-    sun*:*:4.2BSD:*)
mlterm-3.9.0/baselib/script/config.guess:436:	UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null`
mlterm-3.9.0/baselib/script/config.guess-437-	test "x$UNAME_RELEASE" = x && UNAME_RELEASE=3
##############################################
mlterm-3.9.0/baselib/script/config.guess-517-	$CC_FOR_BUILD -o "$dummy" "$dummy.c" &&
mlterm-3.9.0/baselib/script/config.guess:518:	  dummyarg=`echo "$UNAME_RELEASE" | sed -n 's/\([0-9]*\).*/\1/p'` &&
mlterm-3.9.0/baselib/script/config.guess:519:	  SYSTEM_NAME=`"$dummy" "$dummyarg"` &&
mlterm-3.9.0/baselib/script/config.guess-520-	    { echo "$SYSTEM_NAME"; exit; }
##############################################
mlterm-3.9.0/baselib/script/config.guess-573-    *:IRIX*:*:*)
mlterm-3.9.0/baselib/script/config.guess:574:	echo mips-sgi-irix"`echo "$UNAME_RELEASE"|sed -e 's/-/_/g'`"
mlterm-3.9.0/baselib/script/config.guess-575-	exit ;;
##############################################
mlterm-3.9.0/baselib/script/config.guess-603-EOF
mlterm-3.9.0/baselib/script/config.guess:604:		if $CC_FOR_BUILD -o "$dummy" "$dummy.c" && SYSTEM_NAME=`"$dummy"`
mlterm-3.9.0/baselib/script/config.guess-605-		then
##############################################
mlterm-3.9.0/baselib/script/config.guess-616-    *:AIX:*:[4567])
mlterm-3.9.0/baselib/script/config.guess:617:	IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'`
mlterm-3.9.0/baselib/script/config.guess-618-	if /usr/sbin/lsattr -El "$IBM_CPU_ID" | grep ' POWER' >/dev/null 2>&1; then
##############################################
mlterm-3.9.0/baselib/script/config.guess-652-    9000/[34678]??:HP-UX:*:*)
mlterm-3.9.0/baselib/script/config.guess:653:	HPUX_REV=`echo "$UNAME_RELEASE"|sed -e 's/[^.]*.[0B]*//'`
mlterm-3.9.0/baselib/script/config.guess-654-	case "$UNAME_MACHINE" in
##############################################
mlterm-3.9.0/baselib/script/config.guess-706-EOF
mlterm-3.9.0/baselib/script/config.guess:707:		    (CCOPTS="" $CC_FOR_BUILD -o "$dummy" "$dummy.c" 2>/dev/null) && HP_ARCH=`"$dummy"`
mlterm-3.9.0/baselib/script/config.guess-708-		    test -z "$HP_ARCH" && HP_ARCH=hppa
##############################################
mlterm-3.9.0/baselib/script/config.guess-734-    ia64:HP-UX:*:*)
mlterm-3.9.0/baselib/script/config.guess:735:	HPUX_REV=`echo "$UNAME_RELEASE"|sed -e 's/[^.]*.[0B]*//'`
mlterm-3.9.0/baselib/script/config.guess-736-	echo ia64-hp-hpux"$HPUX_REV"
##############################################
mlterm-3.9.0/baselib/script/config.guess-764-EOF
mlterm-3.9.0/baselib/script/config.guess:765:	$CC_FOR_BUILD -o "$dummy" "$dummy.c" && SYSTEM_NAME=`"$dummy"` &&
mlterm-3.9.0/baselib/script/config.guess-766-		{ echo "$SYSTEM_NAME"; exit; }
##############################################
mlterm-3.9.0/baselib/script/config.guess-835-	FUJITSU_SYS=`uname -p | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/\///'`
mlterm-3.9.0/baselib/script/config.guess:836:	FUJITSU_REL=`echo "$UNAME_RELEASE" | sed -e 's/ /_/'`
mlterm-3.9.0/baselib/script/config.guess-837-	echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
mlterm-3.9.0/baselib/script/config.guess-840-	FUJITSU_SYS=`uname -p | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/\///'`
mlterm-3.9.0/baselib/script/config.guess:841:	FUJITSU_REL=`echo "$UNAME_RELEASE" | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/ /_/'`
mlterm-3.9.0/baselib/script/config.guess-842-	echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
mlterm-3.9.0/baselib/script/config.guess-858-	then
mlterm-3.9.0/baselib/script/config.guess:859:	    echo "${UNAME_PROCESSOR}"-unknown-freebsd"`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`"-gnueabi
mlterm-3.9.0/baselib/script/config.guess-860-	else
mlterm-3.9.0/baselib/script/config.guess:861:	    echo "${UNAME_PROCESSOR}"-unknown-freebsd"`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`"-gnueabihf
mlterm-3.9.0/baselib/script/config.guess-862-	fi
##############################################
mlterm-3.9.0/baselib/script/config.guess-871-	esac
mlterm-3.9.0/baselib/script/config.guess:872:	echo "$UNAME_PROCESSOR"-unknown-freebsd"`echo "$UNAME_RELEASE"|sed -e 's/[-(].*//'`"
mlterm-3.9.0/baselib/script/config.guess-873-	exit ;;
##############################################
mlterm-3.9.0/baselib/script/config.guess-907-    prep*:SunOS:5.*:*)
mlterm-3.9.0/baselib/script/config.guess:908:	echo powerpcle-unknown-solaris2"`echo "$UNAME_RELEASE"|sed -e 's/[^.]*//'`"
mlterm-3.9.0/baselib/script/config.guess-909-	exit ;;
##############################################
mlterm-3.9.0/baselib/script/config.guess-911-	# the GNU system
mlterm-3.9.0/baselib/script/config.guess:912:	echo "`echo "$UNAME_MACHINE"|sed -e 's,[-/].*$,,'`-unknown-$LIBC`echo "$UNAME_RELEASE"|sed -e 's,/.*$,,'`"
mlterm-3.9.0/baselib/script/config.guess-913-	exit ;;
##############################################
mlterm-3.9.0/baselib/script/config.guess-915-	# other systems with GNU libc and userland
mlterm-3.9.0/baselib/script/config.guess:916:	echo "$UNAME_MACHINE-unknown-`echo "$UNAME_SYSTEM" | sed 's,^[^/]*/,,' | tr "[:upper:]" "[:lower:]"``echo "$UNAME_RELEASE"|sed -e 's/[-(].*//'`-$LIBC"
mlterm-3.9.0/baselib/script/config.guess-917-	exit ;;
##############################################
mlterm-3.9.0/baselib/script/config.guess-1037-EOF
mlterm-3.9.0/baselib/script/config.guess:1038:	eval "`$CC_FOR_BUILD -E "$dummy.c" 2>/dev/null | grep '^CPU\|^MIPS_ENDIAN\|^LIBCABI'`"
mlterm-3.9.0/baselib/script/config.guess-1039-	test "x$CPU" != x && { echo "$CPU${MIPS_ENDIAN}-unknown-linux-$LIBCABI"; exit; }
##############################################
mlterm-3.9.0/baselib/script/config.guess-1137-    i*86:*:4.*:*)
mlterm-3.9.0/baselib/script/config.guess:1138:	UNAME_REL=`echo "$UNAME_RELEASE" | sed 's/\/MP$//'`
mlterm-3.9.0/baselib/script/config.guess-1139-	if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then
##############################################
mlterm-3.9.0/baselib/script/config.guess-1440-    *:DragonFly:*:*)
mlterm-3.9.0/baselib/script/config.guess:1441:	echo "$UNAME_MACHINE"-unknown-dragonfly"`echo "$UNAME_RELEASE"|sed -e 's/[-(].*//'`"
mlterm-3.9.0/baselib/script/config.guess-1442-	exit ;;
##############################################
mlterm-3.9.0/baselib/script/config.guess-1453-    i*86:skyos:*:*)
mlterm-3.9.0/baselib/script/config.guess:1454:	echo "$UNAME_MACHINE"-pc-skyos"`echo "$UNAME_RELEASE" | sed -e 's/ .*$//'`"
mlterm-3.9.0/baselib/script/config.guess-1455-	exit ;;
##############################################
mlterm-3.9.0/baselib/script/config.guess-1603-
mlterm-3.9.0/baselib/script/config.guess:1604:$CC_FOR_BUILD -o "$dummy" "$dummy.c" 2>/dev/null && SYSTEM_NAME=`$dummy` &&
mlterm-3.9.0/baselib/script/config.guess-1605-	{ echo "$SYSTEM_NAME"; exit; }
##############################################
mlterm-3.9.0/baselib/script/config.sub-52-
mlterm-3.9.0/baselib/script/config.sub:53:me=`echo "$0" | sed -e 's,.*/,,'`
mlterm-3.9.0/baselib/script/config.sub-54-
##############################################
mlterm-3.9.0/baselib/script/config.sub-768-	i*86v32)
mlterm-3.9.0/baselib/script/config.sub:769:		cpu=`echo "$1" | sed -e 's/86.*/86/'`
mlterm-3.9.0/baselib/script/config.sub-770-		vendor=pc
##############################################
mlterm-3.9.0/baselib/script/config.sub-773-	i*86v4*)
mlterm-3.9.0/baselib/script/config.sub:774:		cpu=`echo "$1" | sed -e 's/86.*/86/'`
mlterm-3.9.0/baselib/script/config.sub-775-		vendor=pc
##############################################
mlterm-3.9.0/baselib/script/config.sub-778-	i*86v)
mlterm-3.9.0/baselib/script/config.sub:779:		cpu=`echo "$1" | sed -e 's/86.*/86/'`
mlterm-3.9.0/baselib/script/config.sub-780-		vendor=pc
##############################################
mlterm-3.9.0/baselib/script/config.sub-783-	i*86sol2)
mlterm-3.9.0/baselib/script/config.sub:784:		cpu=`echo "$1" | sed -e 's/86.*/86/'`
mlterm-3.9.0/baselib/script/config.sub-785-		vendor=pc
##############################################
mlterm-3.9.0/baselib/script/config.sub-916-		cpu=sparc
mlterm-3.9.0/baselib/script/config.sub:917:		vendor=`echo "$basic_machine" | sed 's/-.*//'`
mlterm-3.9.0/baselib/script/config.sub-918-		;;
##############################################
mlterm-3.9.0/baselib/script/config.sub-1083-	sh5e[lb]-*)
mlterm-3.9.0/baselib/script/config.sub:1084:		cpu=`echo "$cpu" | sed 's/^\(sh.\)e\(.\)$/\1\2e/'`
mlterm-3.9.0/baselib/script/config.sub-1085-		;;
##############################################
mlterm-3.9.0/baselib/script/config.sub-1101-	xscale-* | xscalee[bl]-*)
mlterm-3.9.0/baselib/script/config.sub:1102:		cpu=`echo "$cpu" | sed 's/^xscale/arm/'`
mlterm-3.9.0/baselib/script/config.sub-1103-		;;
##############################################
mlterm-3.9.0/baselib/script/config.sub-1256-			*)
mlterm-3.9.0/baselib/script/config.sub:1257:				echo Invalid configuration \`"$1"\': machine \`"$cpu-$vendor"\' not recognized 1>&2
mlterm-3.9.0/baselib/script/config.sub-1258-				exit 1
##############################################
mlterm-3.9.0/baselib/script/config.sub-1290-	solaris1 | solaris1.*)
mlterm-3.9.0/baselib/script/config.sub:1291:		os=`echo $os | sed -e 's|solaris1|sunos4|'`
mlterm-3.9.0/baselib/script/config.sub-1292-		;;
##############################################
mlterm-3.9.0/baselib/script/config.sub-1299-	gnu/linux*)
mlterm-3.9.0/baselib/script/config.sub:1300:		os=`echo $os | sed -e 's|gnu/linux|linux-gnu|'`
mlterm-3.9.0/baselib/script/config.sub-1301-		;;
##############################################
mlterm-3.9.0/baselib/script/config.sub-1322-	sco3.2.[4-9]*)
mlterm-3.9.0/baselib/script/config.sub:1323:		os=`echo $os | sed -e 's/sco3.2./sco3.2v/'`
mlterm-3.9.0/baselib/script/config.sub-1324-		;;
##############################################
mlterm-3.9.0/baselib/script/config.sub-1386-	nto*)
mlterm-3.9.0/baselib/script/config.sub:1387:		os=`echo $os | sed -e 's|nto|nto-qnx|'`
mlterm-3.9.0/baselib/script/config.sub-1388-		;;
##############################################
mlterm-3.9.0/baselib/script/config.sub-1396-	linux*)
mlterm-3.9.0/baselib/script/config.sub:1397:		os=`echo $os | sed -e 's|linux|linux-gnu|'`
mlterm-3.9.0/baselib/script/config.sub-1398-		;;
##############################################
mlterm-3.9.0/baselib/script/config.sub-1408-	mac*)
mlterm-3.9.0/baselib/script/config.sub:1409:		os=`echo "$os" | sed -e 's|mac|macos|'`
mlterm-3.9.0/baselib/script/config.sub-1410-		;;
##############################################
mlterm-3.9.0/baselib/script/config.sub-1417-	sunos5*)
mlterm-3.9.0/baselib/script/config.sub:1418:		os=`echo "$os" | sed -e 's|sunos5|solaris2|'`
mlterm-3.9.0/baselib/script/config.sub-1419-		;;
mlterm-3.9.0/baselib/script/config.sub-1420-	sunos6*)
mlterm-3.9.0/baselib/script/config.sub:1421:		os=`echo "$os" | sed -e 's|sunos6|solaris3|'`
mlterm-3.9.0/baselib/script/config.sub-1422-		;;
##############################################
mlterm-3.9.0/baselib/script/config.sub-1454-	sinix5.*)
mlterm-3.9.0/baselib/script/config.sub:1455:		os=`echo $os | sed -e 's|sinix|sysv|'`
mlterm-3.9.0/baselib/script/config.sub-1456-		;;
##############################################
mlterm-3.9.0/baselib/script/config.sub-1514-	*)
mlterm-3.9.0/baselib/script/config.sub:1515:		echo Invalid configuration \`"$1"\': system \`"$os"\' not recognized 1>&2
mlterm-3.9.0/baselib/script/config.sub-1516-		exit 1
##############################################
mlterm-3.9.0/baselib/script/install-sh-234-      fi
mlterm-3.9.0/baselib/script/install-sh:235:      cp_umask=`expr '(' 777 - $mode % 1000 ')' $u_plus_rw`;;
mlterm-3.9.0/baselib/script/install-sh-236-    *)
##############################################
mlterm-3.9.0/baselib/script/install-sh-281-      dstdir=$dst
mlterm-3.9.0/baselib/script/install-sh:282:      dst=$dstdir/`basename "$src"`
mlterm-3.9.0/baselib/script/install-sh-283-      dstdir_status=0
mlterm-3.9.0/baselib/script/install-sh-284-    else
mlterm-3.9.0/baselib/script/install-sh:285:      dstdir=`dirname "$dst"`
mlterm-3.9.0/baselib/script/install-sh-286-      test -d "$dstdir"
##############################################
mlterm-3.9.0/baselib/script/install-sh-337-                   # FreeBSD 6.1 mkdir -m -p sets mode of existing directory.
mlterm-3.9.0/baselib/script/install-sh:338:                   ls_ld_tmpdir=`ls -ld "$tmpdir"`
mlterm-3.9.0/baselib/script/install-sh-339-                   case $ls_ld_tmpdir in
##############################################
mlterm-3.9.0/baselib/script/install-sh-344-                   $mkdirprog -m$different_mode -p -- "$tmpdir" && {
mlterm-3.9.0/baselib/script/install-sh:345:                     ls_ld_tmpdir_1=`ls -ld "$tmpdir"`
mlterm-3.9.0/baselib/script/install-sh-346-                     test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1"
##############################################
mlterm-3.9.0/baselib/script/install-sh-402-            case $prefix in
mlterm-3.9.0/baselib/script/install-sh:403:              *\'*) qprefix=`echo "$prefix" | sed "s/'/'\\\\\\\\''/g"`;;
mlterm-3.9.0/baselib/script/install-sh-404-              *) qprefix=$prefix;;
##############################################
mlterm-3.9.0/baselib/script/install-sh-451-    if $copy_on_change &&
mlterm-3.9.0/baselib/script/install-sh:452:       old=`LC_ALL=C ls -dlL "$dst"     2>/dev/null` &&
mlterm-3.9.0/baselib/script/install-sh:453:       new=`LC_ALL=C ls -dlL "$dsttmp"  2>/dev/null` &&
mlterm-3.9.0/baselib/script/install-sh-454-       set -f &&
##############################################
mlterm-3.9.0/baselib/script/ltmain.sh-103-#
mlterm-3.9.0/baselib/script/ltmain.sh:104:#   . `echo "$0" | ${SED-sed} 's|[^/]*$||'`/build-aux/funclib.sh
mlterm-3.9.0/baselib/script/ltmain.sh-105-#
##############################################
mlterm-3.9.0/baselib/script/ltmain.sh-202-          func_executable_p "$_G_path_prog" || continue
mlterm-3.9.0/baselib/script/ltmain.sh:203:          case `"$_G_path_prog" --version 2>&1` in
mlterm-3.9.0/baselib/script/ltmain.sh-204-            *GNU*) func_path_progs_result=$_G_path_prog _G_path_prog_found=: ;;
##############################################
mlterm-3.9.0/baselib/script/ltmain.sh-249-      diff conftest.out conftest.nl >/dev/null 2>&1 || break
mlterm-3.9.0/baselib/script/ltmain.sh:250:      _G_count=`expr $_G_count + 1`
mlterm-3.9.0/baselib/script/ltmain.sh-251-      if test "$_G_count" -gt "$_G_path_prog_max"; then
##############################################
mlterm-3.9.0/baselib/script/ltmain.sh-285-      diff conftest.out conftest.nl >/dev/null 2>&1 || break
mlterm-3.9.0/baselib/script/ltmain.sh:286:      _G_count=`expr $_G_count + 1`
mlterm-3.9.0/baselib/script/ltmain.sh-287-      if test "$_G_count" -gt "$_G_path_prog_max"; then
##############################################
mlterm-3.9.0/baselib/script/ltmain.sh-410-# The name of this program.
mlterm-3.9.0/baselib/script/ltmain.sh:411:progname=`$ECHO "$progpath" |$SED "$sed_basename"`
mlterm-3.9.0/baselib/script/ltmain.sh-412-
##############################################
mlterm-3.9.0/baselib/script/ltmain.sh-416-  *[\\/]*)
mlterm-3.9.0/baselib/script/ltmain.sh:417:     progdir=`$ECHO "$progpath" |$SED "$sed_dirname"`
mlterm-3.9.0/baselib/script/ltmain.sh:418:     progdir=`cd "$progdir" && pwd`
mlterm-3.9.0/baselib/script/ltmain.sh-419-     progpath=$progdir/$progname
##############################################
mlterm-3.9.0/baselib/script/ltmain.sh-610-
mlterm-3.9.0/baselib/script/ltmain.sh:611:    eval _G_current_value='`$ECHO $'$1'`'
mlterm-3.9.0/baselib/script/ltmain.sh:612:    _G_delim=`expr "$2" : '\(.\)'`
mlterm-3.9.0/baselib/script/ltmain.sh-613-
##############################################
mlterm-3.9.0/baselib/script/ltmain.sh-639-
mlterm-3.9.0/baselib/script/ltmain.sh:640:    func_arith_result=`expr "$@"`
mlterm-3.9.0/baselib/script/ltmain.sh-641-  }
##############################################
mlterm-3.9.0/baselib/script/ltmain.sh-660-  # ...otherwise fall back to using sed.
mlterm-3.9.0/baselib/script/ltmain.sh:661:  _b='func_basename_result=`$ECHO "$1" |$SED "$sed_basename"`'
mlterm-3.9.0/baselib/script/ltmain.sh:662:  _d='func_dirname_result=`$ECHO "$1"  |$SED "$sed_dirname"`
mlterm-3.9.0/baselib/script/ltmain.sh-663-      if test "X$func_dirname_result" = "X$1"; then
##############################################
mlterm-3.9.0/baselib/script/ltmain.sh-757-      test -n "$_G_tc" && {
mlterm-3.9.0/baselib/script/ltmain.sh:758:        _G_esc_tc=`$ECHO "$_G_tc" | $SED "$sed_make_literal_regex"`
mlterm-3.9.0/baselib/script/ltmain.sh:759:        _G_indent=`$ECHO "$_G_indent" | $SED "s|$_G_esc_tc||g"`
mlterm-3.9.0/baselib/script/ltmain.sh-760-      }
mlterm-3.9.0/baselib/script/ltmain.sh-761-    done
mlterm-3.9.0/baselib/script/ltmain.sh:762:    _G_indent="$progname: "`echo "$_G_indent" | $SED 's|.| |g'`"  " ## exclude from sc_prohibit_nested_quotes
mlterm-3.9.0/baselib/script/ltmain.sh-763-
##############################################
mlterm-3.9.0/baselib/script/ltmain.sh-831-
mlterm-3.9.0/baselib/script/ltmain.sh:832:    func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
mlterm-3.9.0/baselib/script/ltmain.sh-833-  }
##############################################
mlterm-3.9.0/baselib/script/ltmain.sh-863-        # ...otherwise throw away the child directory and loop
mlterm-3.9.0/baselib/script/ltmain.sh:864:        _G_directory_path=`$ECHO "$_G_directory_path" | $SED -e "$sed_dirname"`
mlterm-3.9.0/baselib/script/ltmain.sh-865-      done
mlterm-3.9.0/baselib/script/ltmain.sh:866:      _G_dir_list=`$ECHO "$_G_dir_list" | $SED 's|:*$||'`
mlterm-3.9.0/baselib/script/ltmain.sh-867-
##############################################
mlterm-3.9.0/baselib/script/ltmain.sh-901-      # If mktemp works, use that first and foremost
mlterm-3.9.0/baselib/script/ltmain.sh:902:      _G_tmpdir=`mktemp -d "$_G_template-XXXXXXXX" 2>/dev/null`
mlterm-3.9.0/baselib/script/ltmain.sh-903-
##############################################
mlterm-3.9.0/baselib/script/ltmain.sh-1111-        *[\\\`\"\$]*)
mlterm-3.9.0/baselib/script/ltmain.sh:1112:	  _G_unquoted_arg=`printf '%s\n' "$1" |$SED "$sed_quote_subst"` ;;
mlterm-3.9.0/baselib/script/ltmain.sh-1113-        *)
##############################################
mlterm-3.9.0/baselib/script/ltmain.sh-1198-    case $2 in
mlterm-3.9.0/baselib/script/ltmain.sh:1199:      .*) func_stripname_result=`$ECHO "$3" | $SED -e "s%^$1%%" -e "s%\\\\$2\$%%"`;;
mlterm-3.9.0/baselib/script/ltmain.sh:1200:      *)  func_stripname_result=`$ECHO "$3" | $SED -e "s%^$1%%" -e "s%$2\$%%"`;;
mlterm-3.9.0/baselib/script/ltmain.sh-1201-    esac
##############################################
mlterm-3.9.0/baselib/script/ltmain.sh-1271-    [0-9]* | *[!a-zA-Z0-9_]*)
mlterm-3.9.0/baselib/script/ltmain.sh:1272:      func_tr_sh_result=`$ECHO "$1" | $SED -e 's/^\([0-9]\)/_\1/' -e 's/[^a-zA-Z0-9_]/_/g'`
mlterm-3.9.0/baselib/script/ltmain.sh-1273-      ;;
##############################################
mlterm-3.9.0/baselib/script/ltmain.sh-1358-
mlterm-3.9.0/baselib/script/ltmain.sh:1359:    test "x$1" = x`func_sort_ver "$1" "$2" | $SED 1q`
mlterm-3.9.0/baselib/script/ltmain.sh-1360-}
##############################################
mlterm-3.9.0/baselib/script/ltmain.sh-1424-# The default options also support '--debug', which will turn on shell
mlterm-3.9.0/baselib/script/ltmain.sh:1425:# execution tracing (see the comment above debug_cmd below for another
mlterm-3.9.0/baselib/script/ltmain.sh-1426-# use), and '--verbose' and the func_verbose function to allow your script
##############################################
mlterm-3.9.0/baselib/script/ltmain.sh-1517-
mlterm-3.9.0/baselib/script/ltmain.sh:1518:    eval ${1}_hooks='`$ECHO "\$'$1'_hooks" |$SED "s| '$2'||"`'
mlterm-3.9.0/baselib/script/ltmain.sh-1519-}
##############################################
mlterm-3.9.0/baselib/script/ltmain.sh-1870-
mlterm-3.9.0/baselib/script/ltmain.sh:1871:      func_split_equals_lhs=`expr "x$1" : 'x\([^=]*\)'`
mlterm-3.9.0/baselib/script/ltmain.sh-1872-      func_split_equals_rhs=
mlterm-3.9.0/baselib/script/ltmain.sh-1873-      test "x$func_split_equals_lhs" = "x$1" \
mlterm-3.9.0/baselib/script/ltmain.sh:1874:        || func_split_equals_rhs=`expr "x$1" : 'x[^=]*=\(.*\)$'`
mlterm-3.9.0/baselib/script/ltmain.sh-1875-  }
##############################################
mlterm-3.9.0/baselib/script/ltmain.sh-1898-
mlterm-3.9.0/baselib/script/ltmain.sh:1899:      func_split_short_opt_name=`expr "x$1" : 'x-\(.\)'`
mlterm-3.9.0/baselib/script/ltmain.sh:1900:      func_split_short_opt_arg=`expr "x$1" : 'x-.\(.*\)$'`
mlterm-3.9.0/baselib/script/ltmain.sh-1901-  }
##############################################
mlterm-3.9.0/baselib/script/ltmain.sh-2071-       version:        $progname (GNU libtool) 2.4.6
mlterm-3.9.0/baselib/script/ltmain.sh:2072:       automake:       `($AUTOMAKE --version) 2>/dev/null |$SED 1q`
mlterm-3.9.0/baselib/script/ltmain.sh:2073:       autoconf:       `($AUTOCONF --version) 2>/dev/null |$SED 1q`
mlterm-3.9.0/baselib/script/ltmain.sh-2074-
##############################################
mlterm-3.9.0/baselib/script/ltmain.sh-2110-  {
mlterm-3.9.0/baselib/script/ltmain.sh:2111:    func_lo2o_result=`$ECHO "$1" | $SED "$lo2o"`
mlterm-3.9.0/baselib/script/ltmain.sh-2112-  }
##############################################
mlterm-3.9.0/baselib/script/ltmain.sh-2115-  {
mlterm-3.9.0/baselib/script/ltmain.sh:2116:    func_xform_result=`$ECHO "$1" | $SED 's|\.[^.]*$|.lo|'`
mlterm-3.9.0/baselib/script/ltmain.sh-2117-  }
##############################################
mlterm-3.9.0/baselib/script/ltmain.sh-2206-	  # quotes we have to do it in 2 steps:
mlterm-3.9.0/baselib/script/ltmain.sh:2207:	  extractedcf=`$SED -n -e "$sed_extractcf" < "$progpath"`
mlterm-3.9.0/baselib/script/ltmain.sh-2208-	  eval "$extractedcf"
##############################################
mlterm-3.9.0/baselib/script/ltmain.sh-2659-      done
mlterm-3.9.0/baselib/script/ltmain.sh:2660:      CC_expanded=`func_echo_all $CC`
mlterm-3.9.0/baselib/script/ltmain.sh:2661:      CC_quoted_expanded=`func_echo_all $CC_quoted`
mlterm-3.9.0/baselib/script/ltmain.sh-2662-      case $@ in
##############################################
mlterm-3.9.0/baselib/script/ltmain.sh-2672-	    # Evaluate the configuration.
mlterm-3.9.0/baselib/script/ltmain.sh:2673:	    eval "`$SED -n -e '/^# ### BEGIN LIBTOOL TAG CONFIG: '$z'$/,/^# ### END LIBTOOL TAG CONFIG: '$z'$/p' < $progpath`"
mlterm-3.9.0/baselib/script/ltmain.sh-2674-	    CC_quoted=
##############################################
mlterm-3.9.0/baselib/script/ltmain.sh-2678-	    done
mlterm-3.9.0/baselib/script/ltmain.sh:2679:	    CC_expanded=`func_echo_all $CC`
mlterm-3.9.0/baselib/script/ltmain.sh:2680:	    CC_quoted_expanded=`func_echo_all $CC_quoted`
mlterm-3.9.0/baselib/script/ltmain.sh-2681-	    case "$@ " in
##############################################
mlterm-3.9.0/baselib/script/ltmain.sh-2770-    # zero AND non-empty stdout, which explains the odd construction:
mlterm-3.9.0/baselib/script/ltmain.sh:2771:    func_convert_core_file_wine_to_w32_tmp=`winepath -w "$1" 2>/dev/null`
mlterm-3.9.0/baselib/script/ltmain.sh-2772-    if test "$?" -eq 0 && test -n "$func_convert_core_file_wine_to_w32_tmp"; then
##############################################
mlterm-3.9.0/baselib/script/ltmain.sh-2838-  if test -n "$LT_CYGPATH" && test -f "$LT_CYGPATH"; then
mlterm-3.9.0/baselib/script/ltmain.sh:2839:    func_cygpath_result=`$LT_CYGPATH "$@" 2>/dev/null`
mlterm-3.9.0/baselib/script/ltmain.sh-2840-    if test "$?" -ne 0; then
##############################################
mlterm-3.9.0/baselib/script/ltmain.sh-3009-    # LT_CYGPATH in this case.
mlterm-3.9.0/baselib/script/ltmain.sh:3010:    func_to_host_file_result=`cygpath -m "$1"`
mlterm-3.9.0/baselib/script/ltmain.sh-3011-  fi
##############################################
mlterm-3.9.0/baselib/script/ltmain.sh-3166-    func_to_host_path_tmp1=$func_stripname_result
mlterm-3.9.0/baselib/script/ltmain.sh:3167:    func_to_host_path_result=`cygpath -m -p "$func_to_host_path_tmp1"`
mlterm-3.9.0/baselib/script/ltmain.sh-3168-    func_convert_path_check : ";" \
##############################################
mlterm-3.9.0/baselib/script/ltmain.sh-3376-    *.[cCFSifmso] | \
mlterm-3.9.0/baselib/script/ltmain.sh:3377:    *.ada | *.adb | *.ads | *.asm | \
mlterm-3.9.0/baselib/script/ltmain.sh-3378-    *.c++ | *.cc | *.ii | *.class | *.cpp | *.cxx | \
##############################################
mlterm-3.9.0/baselib/script/ltmain.sh-3453-    if test no = "$compiler_c_o"; then
mlterm-3.9.0/baselib/script/ltmain.sh:3454:      output_obj=`$ECHO "$srcfile" | $SED 's%^.*/%%; s%\.[^.]*$%%'`.$objext
mlterm-3.9.0/baselib/script/ltmain.sh-3455-      lockfile=$output_obj.lock
##############################################
mlterm-3.9.0/baselib/script/ltmain.sh-3472-*** ERROR, $lockfile exists and contains:
mlterm-3.9.0/baselib/script/ltmain.sh:3473:`cat $lockfile 2>/dev/null`
mlterm-3.9.0/baselib/script/ltmain.sh-3474-
##############################################
mlterm-3.9.0/baselib/script/ltmain.sh-3520-      if test warn = "$need_locks" &&
mlterm-3.9.0/baselib/script/ltmain.sh:3521:	 test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then
mlterm-3.9.0/baselib/script/ltmain.sh-3522-	$ECHO "\
mlterm-3.9.0/baselib/script/ltmain.sh-3523-*** ERROR, $lockfile contains:
mlterm-3.9.0/baselib/script/ltmain.sh:3524:`cat $lockfile 2>/dev/null`
mlterm-3.9.0/baselib/script/ltmain.sh-3525-
##############################################
mlterm-3.9.0/baselib/script/ltmain.sh-3569-      if test warn = "$need_locks" &&
mlterm-3.9.0/baselib/script/ltmain.sh:3570:	 test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then
mlterm-3.9.0/baselib/script/ltmain.sh-3571-	$ECHO "\
mlterm-3.9.0/baselib/script/ltmain.sh-3572-*** ERROR, $lockfile contains:
mlterm-3.9.0/baselib/script/ltmain.sh:3573:`cat $lockfile 2>/dev/null`
mlterm-3.9.0/baselib/script/ltmain.sh-3574-
##############################################
mlterm-3.9.0/baselib/script/ltmain.sh-3895-      # Get the absolute pathname.
mlterm-3.9.0/baselib/script/ltmain.sh:3896:      absdir=`cd "$dir" && pwd`
mlterm-3.9.0/baselib/script/ltmain.sh-3897-      test -n "$absdir" && dir=$absdir
##############################################
mlterm-3.9.0/baselib/script/ltmain.sh-3994-      if test -n "$lt_sysroot"; then
mlterm-3.9.0/baselib/script/ltmain.sh:3995:        sysroot_regex=`$ECHO "$lt_sysroot" | $SED "$sed_make_literal_regex"`
mlterm-3.9.0/baselib/script/ltmain.sh-3996-        sysroot_cmd="s/\([ ']\)$sysroot_regex/\1/g;"
##############################################
mlterm-3.9.0/baselib/script/ltmain.sh-4278-	  # Determine the prefix the user has applied to our future dir.
mlterm-3.9.0/baselib/script/ltmain.sh:4279:	  inst_prefix_dir=`$ECHO "$destdir" | $SED -e "s%$libdir\$%%"`
mlterm-3.9.0/baselib/script/ltmain.sh-4280-
##############################################
mlterm-3.9.0/baselib/script/ltmain.sh-4291-	    # Stick the inst_prefix_dir data into the link command.
mlterm-3.9.0/baselib/script/ltmain.sh:4292:	    relink_command=`$ECHO "$relink_command" | $SED "s%@inst_prefix_dir@%-inst-prefix-dir $inst_prefix_dir%"`
mlterm-3.9.0/baselib/script/ltmain.sh-4293-	  else
mlterm-3.9.0/baselib/script/ltmain.sh:4294:	    relink_command=`$ECHO "$relink_command" | $SED "s%@inst_prefix_dir@%%"`
mlterm-3.9.0/baselib/script/ltmain.sh-4295-	  fi
##############################################
mlterm-3.9.0/baselib/script/ltmain.sh-4458-	    fi
mlterm-3.9.0/baselib/script/ltmain.sh:4459:	    libfile=$libdir/`$ECHO "$lib" | $SED 's%^.*/%%g'`
mlterm-3.9.0/baselib/script/ltmain.sh-4460-	    if test -n "$libdir" && test ! -f "$libfile"; then
##############################################
mlterm-3.9.0/baselib/script/ltmain.sh-4477-	        # Replace the output file specification.
mlterm-3.9.0/baselib/script/ltmain.sh:4478:	        relink_command=`$ECHO "$relink_command" | $SED 's%@OUTPUT@%'"$outputname"'%g'`
mlterm-3.9.0/baselib/script/ltmain.sh-4479-
##############################################
mlterm-3.9.0/baselib/script/ltmain.sh-4496-	    # Install the binary that we compiled earlier.
mlterm-3.9.0/baselib/script/ltmain.sh:4497:	    file=`$ECHO "$file$stripped_ext" | $SED "s%\([^/]*\)$%$objdir/\1%"`
mlterm-3.9.0/baselib/script/ltmain.sh-4498-	  fi
##############################################
mlterm-3.9.0/baselib/script/ltmain.sh-4570-    my_pic_p=${3-false}
mlterm-3.9.0/baselib/script/ltmain.sh:4571:    my_prefix=`$ECHO "$my_originator" | $SED 's%[^a-zA-Z0-9]%_%g'`
mlterm-3.9.0/baselib/script/ltmain.sh-4572-    my_dlsyms=
##############################################
mlterm-3.9.0/baselib/script/ltmain.sh-4628-	  # Add our own program objects to the symbol list.
mlterm-3.9.0/baselib/script/ltmain.sh:4629:	  progfiles=`$ECHO "$objs$old_deplibs" | $SP2NL | $SED "$lo2o" | $NL2SP`
mlterm-3.9.0/baselib/script/ltmain.sh-4630-	  for progfile in $progfiles; do
##############################################
mlterm-3.9.0/baselib/script/ltmain.sh-4690-	          # Use subshell, to avoid clobbering current variable values
mlterm-3.9.0/baselib/script/ltmain.sh:4691:	          dlprefile_dlname=`source "$curr_lafile" && echo "$dlname"`
mlterm-3.9.0/baselib/script/ltmain.sh-4692-	          if test -n "$dlprefile_dlname"; then
##############################################
mlterm-3.9.0/baselib/script/ltmain.sh-4859-	  if test -f "$output_objdir/$my_outputname.def"; then
mlterm-3.9.0/baselib/script/ltmain.sh:4860:	    compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$output_objdir/$my_outputname.def $symfileobj%"`
mlterm-3.9.0/baselib/script/ltmain.sh:4861:	    finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$output_objdir/$my_outputname.def $symfileobj%"`
mlterm-3.9.0/baselib/script/ltmain.sh-4862-	  else
mlterm-3.9.0/baselib/script/ltmain.sh:4863:	    compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$symfileobj%"`
mlterm-3.9.0/baselib/script/ltmain.sh:4864:	    finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$symfileobj%"`
mlterm-3.9.0/baselib/script/ltmain.sh-4865-	  fi
##############################################
mlterm-3.9.0/baselib/script/ltmain.sh-4867-	*)
mlterm-3.9.0/baselib/script/ltmain.sh:4868:	  compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$symfileobj%"`
mlterm-3.9.0/baselib/script/ltmain.sh:4869:	  finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$symfileobj%"`
mlterm-3.9.0/baselib/script/ltmain.sh-4870-	  ;;
##############################################
mlterm-3.9.0/baselib/script/ltmain.sh-4882-      # Nullify the symbol file.
mlterm-3.9.0/baselib/script/ltmain.sh:4883:      compile_command=`$ECHO "$compile_command" | $SED "s% @SYMFILE@%%"`
mlterm-3.9.0/baselib/script/ltmain.sh:4884:      finalize_command=`$ECHO "$finalize_command" | $SED "s% @SYMFILE@%%"`
mlterm-3.9.0/baselib/script/ltmain.sh-4885-    fi
##############################################
mlterm-3.9.0/baselib/script/ltmain.sh-4896-  func_to_tool_file "$1" func_convert_file_msys_to_w32
mlterm-3.9.0/baselib/script/ltmain.sh:4897:  func_cygming_gnu_implib_tmp=`$NM "$func_to_tool_file_result" | eval "$global_symbol_pipe" | $EGREP ' (_head_[A-Za-z0-9_]+_[ad]l*|[A-Za-z0-9_]+_[ad]l*_iname)$'`
mlterm-3.9.0/baselib/script/ltmain.sh-4898-  test -n "$func_cygming_gnu_implib_tmp"
##############################################
mlterm-3.9.0/baselib/script/ltmain.sh-4909-  func_to_tool_file "$1" func_convert_file_msys_to_w32
mlterm-3.9.0/baselib/script/ltmain.sh:4910:  func_cygming_ms_implib_tmp=`$NM "$func_to_tool_file_result" | eval "$global_symbol_pipe" | $GREP '_NULL_IMPORT_DESCRIPTOR'`
mlterm-3.9.0/baselib/script/ltmain.sh-4911-  test -n "$func_cygming_ms_implib_tmp"
##############################################
mlterm-3.9.0/baselib/script/ltmain.sh-4925-  win32_libid_type=unknown
mlterm-3.9.0/baselib/script/ltmain.sh:4926:  win32_fileres=`file -L $1 2>/dev/null`
mlterm-3.9.0/baselib/script/ltmain.sh-4927-  case $win32_fileres in
##############################################
mlterm-3.9.0/baselib/script/ltmain.sh-4990-
mlterm-3.9.0/baselib/script/ltmain.sh:4991:  sharedlib_from_linklib_result=`$DLLTOOL --identify-strict --identify "$1"`
mlterm-3.9.0/baselib/script/ltmain.sh-4992-}
##############################################
mlterm-3.9.0/baselib/script/ltmain.sh-5008-
mlterm-3.9.0/baselib/script/ltmain.sh:5009:  match_literal=`$ECHO "$1" | $SED "$sed_make_literal_regex"`
mlterm-3.9.0/baselib/script/ltmain.sh-5010-  $OBJDUMP -s --section "$1" "$2" 2>/dev/null |
##############################################
mlterm-3.9.0/baselib/script/ltmain.sh-5072-    # binutils import library
mlterm-3.9.0/baselib/script/ltmain.sh:5073:    sharedlib_from_linklib_result=`func_cygming_dll_for_implib_fallback_core '.idata$7' "$1"`
mlterm-3.9.0/baselib/script/ltmain.sh-5074-  elif func_cygming_ms_implib_p "$1"; then
mlterm-3.9.0/baselib/script/ltmain.sh-5075-    # ms-generated import library
mlterm-3.9.0/baselib/script/ltmain.sh:5076:    sharedlib_from_linklib_result=`func_cygming_dll_for_implib_fallback_core '.idata$6' "$1"`
mlterm-3.9.0/baselib/script/ltmain.sh-5077-  else
##############################################
mlterm-3.9.0/baselib/script/ltmain.sh-5156-	  darwin_base_archive=$func_basename_result
mlterm-3.9.0/baselib/script/ltmain.sh:5157:	  darwin_arches=`$LIPO -info "$darwin_archive" 2>/dev/null | $GREP Architectures 2>/dev/null || true`
mlterm-3.9.0/baselib/script/ltmain.sh-5158-	  if test -n "$darwin_arches"; then
mlterm-3.9.0/baselib/script/ltmain.sh:5159:	    darwin_arches=`$ECHO "$darwin_arches" | $SED -e 's/.*are://'`
mlterm-3.9.0/baselib/script/ltmain.sh-5160-	    darwin_arch=
##############################################
mlterm-3.9.0/baselib/script/ltmain.sh-5170-            ## Okay now we've a bunch of thin objects, gotta fatten them up :)
mlterm-3.9.0/baselib/script/ltmain.sh:5171:	    darwin_filelist=`find unfat-$$ -type f -name \*.o -print -o -name \*.lo -print | $SED -e "$sed_basename" | sort -u`
mlterm-3.9.0/baselib/script/ltmain.sh-5172-	    darwin_file=
##############################################
mlterm-3.9.0/baselib/script/ltmain.sh-5174-	    for darwin_file in $darwin_filelist; do
mlterm-3.9.0/baselib/script/ltmain.sh:5175:	      darwin_files=`find unfat-$$ -name $darwin_file -print | sort | $NL2SP`
mlterm-3.9.0/baselib/script/ltmain.sh-5176-	      $LIPO -create -output "$darwin_file" $darwin_files
##############################################
mlterm-3.9.0/baselib/script/ltmain.sh-5189-      esac
mlterm-3.9.0/baselib/script/ltmain.sh:5190:      my_oldobjs="$my_oldobjs "`find $my_xdir -name \*.$objext -print -o -name \*.lo -print | sort | $NL2SP`
mlterm-3.9.0/baselib/script/ltmain.sh-5191-    done
##############################################
mlterm-3.9.0/baselib/script/ltmain.sh-5260-
mlterm-3.9.0/baselib/script/ltmain.sh:5261:    qECHO=`$ECHO "$ECHO" | $SED "$sed_quote_subst"`
mlterm-3.9.0/baselib/script/ltmain.sh-5262-    $ECHO "\
##############################################
mlterm-3.9.0/baselib/script/ltmain.sh-5295-    --lt-dump-script)
mlterm-3.9.0/baselib/script/ltmain.sh:5296:        lt_dump_D=\`\$ECHO \"X\$lt_script_arg0\" | $SED -e 's/^X//' -e 's%/[^/]*$%%'\`
mlterm-3.9.0/baselib/script/ltmain.sh-5297-        test \"X\$lt_dump_D\" = \"X\$lt_script_arg0\" && lt_dump_D=.
mlterm-3.9.0/baselib/script/ltmain.sh:5298:        lt_dump_F=\`\$ECHO \"X\$lt_script_arg0\" | $SED -e 's/^X//' -e 's%^.*/%%'\`
mlterm-3.9.0/baselib/script/ltmain.sh-5299-        cat \"\$lt_dump_D/\$lt_dump_F\"
##############################################
mlterm-3.9.0/baselib/script/ltmain.sh-5322-    \$ECHO \"$outputname:$output:\$LINENO: newargv[\$lt_dump_args_N]: \$lt_arg\"
mlterm-3.9.0/baselib/script/ltmain.sh:5323:    lt_dump_args_N=\`expr \$lt_dump_args_N + 1\`
mlterm-3.9.0/baselib/script/ltmain.sh-5324-  done
##############################################
mlterm-3.9.0/baselib/script/ltmain.sh-5380-  # Find the directory that this script lives in.
mlterm-3.9.0/baselib/script/ltmain.sh:5381:  thisdir=\`\$ECHO \"\$file\" | $SED 's%/[^/]*$%%'\`
mlterm-3.9.0/baselib/script/ltmain.sh-5382-  test \"x\$thisdir\" = \"x\$file\" && thisdir=.
##############################################
mlterm-3.9.0/baselib/script/ltmain.sh-5384-  # Follow symbolic links until we get to the real thisdir.
mlterm-3.9.0/baselib/script/ltmain.sh:5385:  file=\`ls -ld \"\$file\" | $SED -n 's/.*-> //p'\`
mlterm-3.9.0/baselib/script/ltmain.sh-5386-  while test -n \"\$file\"; do
mlterm-3.9.0/baselib/script/ltmain.sh:5387:    destdir=\`\$ECHO \"\$file\" | $SED 's%/[^/]*\$%%'\`
mlterm-3.9.0/baselib/script/ltmain.sh-5388-
##############################################
mlterm-3.9.0/baselib/script/ltmain.sh-5396-
mlterm-3.9.0/baselib/script/ltmain.sh:5397:    file=\`\$ECHO \"\$file\" | $SED 's%^.*/%%'\`
mlterm-3.9.0/baselib/script/ltmain.sh:5398:    file=\`ls -ld \"\$thisdir/\$file\" | $SED -n 's/.*-> //p'\`
mlterm-3.9.0/baselib/script/ltmain.sh-5399-  done
##############################################
mlterm-3.9.0/baselib/script/ltmain.sh-5410-    case \"\$thisdir\" in
mlterm-3.9.0/baselib/script/ltmain.sh:5411:    *[\\\\/]$objdir ) thisdir=\`\$ECHO \"\$thisdir\" | $SED 's%[\\\\/][^\\\\/]*$%%'\` ;;
mlterm-3.9.0/baselib/script/ltmain.sh-5412-    $objdir )   thisdir=. ;;
##############################################
mlterm-3.9.0/baselib/script/ltmain.sh-5416-  # Try to get the absolute directory name.
mlterm-3.9.0/baselib/script/ltmain.sh:5417:  absdir=\`cd \"\$thisdir\" && pwd\`
mlterm-3.9.0/baselib/script/ltmain.sh-5418-  test -n \"\$absdir\" && thisdir=\"\$absdir\"
##############################################
mlterm-3.9.0/baselib/script/ltmain.sh-5426-  if test ! -f \"\$progdir/\$program\" ||
mlterm-3.9.0/baselib/script/ltmain.sh:5427:     { file=\`ls -1dt \"\$progdir/\$program\" \"\$progdir/../\$program\" 2>/dev/null | $SED 1q\`; \\
mlterm-3.9.0/baselib/script/ltmain.sh-5428-       test \"X\$file\" != \"X\$progdir/\$program\"; }; then
##############################################
mlterm-3.9.0/baselib/script/ltmain.sh-5441-    if test -n \"\$relink_command\"; then
mlterm-3.9.0/baselib/script/ltmain.sh:5442:      if relink_command_output=\`eval \$relink_command 2>&1\`; then :
mlterm-3.9.0/baselib/script/ltmain.sh-5443-      else
##############################################
mlterm-3.9.0/baselib/script/ltmain.sh-5485-    # The second colon is a workaround for a bug in BeOS R4 sed
mlterm-3.9.0/baselib/script/ltmain.sh:5486:    $shlibpath_var=\`\$ECHO \"\$$shlibpath_var\" | $SED 's/::*\$//'\`
mlterm-3.9.0/baselib/script/ltmain.sh-5487-
##############################################
mlterm-3.9.0/baselib/script/ltmain.sh-6464-
mlterm-3.9.0/baselib/script/ltmain.sh:6465:    case `eval $file_magic_cmd \"\$1\" 2>/dev/null | $SED -e 10q` in
mlterm-3.9.0/baselib/script/ltmain.sh-6466-    *import*) : ;;
##############################################
mlterm-3.9.0/baselib/script/ltmain.sh-6712-	    moreargs=
mlterm-3.9.0/baselib/script/ltmain.sh:6713:	    for fil in `cat "$save_arg"`
mlterm-3.9.0/baselib/script/ltmain.sh-6714-	    do
##############################################
mlterm-3.9.0/baselib/script/ltmain.sh-6973-	*)
mlterm-3.9.0/baselib/script/ltmain.sh:6974:	  absdir=`cd "$dir" && pwd`
mlterm-3.9.0/baselib/script/ltmain.sh-6975-	  test -z "$absdir" && \
##############################################
mlterm-3.9.0/baselib/script/ltmain.sh-6994-	*-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*)
mlterm-3.9.0/baselib/script/ltmain.sh:6995:	  testbindir=`$ECHO "$dir" | $SED 's*/lib$*/bin*'`
mlterm-3.9.0/baselib/script/ltmain.sh-6996-	  case :$dllsearchpath: in
##############################################
mlterm-3.9.0/baselib/script/ltmain.sh-7290-      -Z*)
mlterm-3.9.0/baselib/script/ltmain.sh:7291:        if test os2 = "`expr $host : '.*\(os2\)'`"; then
mlterm-3.9.0/baselib/script/ltmain.sh-7292-          # OS/2 uses -Zxxx to specify OS/2-specific options
##############################################
mlterm-3.9.0/baselib/script/ltmain.sh-7460-      # get the directories listed in $shlibpath_var
mlterm-3.9.0/baselib/script/ltmain.sh:7461:      eval shlib_search_path=\`\$ECHO \"\$$shlibpath_var\" \| \$SED \'s/:/ /g\'\`
mlterm-3.9.0/baselib/script/ltmain.sh-7462-    else
##############################################
mlterm-3.9.0/baselib/script/ltmain.sh-7776-		  set dummy $deplibs_check_method; shift
mlterm-3.9.0/baselib/script/ltmain.sh:7777:		  match_pattern_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"`
mlterm-3.9.0/baselib/script/ltmain.sh-7778-		  if eval "\$ECHO \"$deplib\"" 2>/dev/null | $SED 10q \
##############################################
mlterm-3.9.0/baselib/script/ltmain.sh-7866-	if test -n "$inherited_linker_flags"; then
mlterm-3.9.0/baselib/script/ltmain.sh:7867:	  tmp_inherited_linker_flags=`$ECHO "$inherited_linker_flags" | $SED 's/-framework \([^ $]*\)/\1.ltframework/g'`
mlterm-3.9.0/baselib/script/ltmain.sh-7868-	  for tmp_inherited_linker_flag in $tmp_inherited_linker_flags; do
##############################################
mlterm-3.9.0/baselib/script/ltmain.sh-7874-	fi
mlterm-3.9.0/baselib/script/ltmain.sh:7875:	dependency_libs=`$ECHO " $dependency_libs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
mlterm-3.9.0/baselib/script/ltmain.sh-7876-	if test lib,link = "$linkmode,$pass" ||
##############################################
mlterm-3.9.0/baselib/script/ltmain.sh-7947-	*)
mlterm-3.9.0/baselib/script/ltmain.sh:7948:	  abs_ladir=`cd "$ladir" && pwd`
mlterm-3.9.0/baselib/script/ltmain.sh-7949-	  if test -z "$abs_ladir"; then
##############################################
mlterm-3.9.0/baselib/script/ltmain.sh-8200-	    shift
mlterm-3.9.0/baselib/script/ltmain.sh:8201:	    libname=`eval "\\$ECHO \"$libname_spec\""`
mlterm-3.9.0/baselib/script/ltmain.sh-8202-	    # use dlname if we got it. it's perfectly good, no?
##############################################
mlterm-3.9.0/baselib/script/ltmain.sh-8492-		*)
mlterm-3.9.0/baselib/script/ltmain.sh:8493:		  absdir=`cd "$dir" && pwd`
mlterm-3.9.0/baselib/script/ltmain.sh-8494-		  if test -z "$absdir"; then
##############################################
mlterm-3.9.0/baselib/script/ltmain.sh-8503-		  depdepl=
mlterm-3.9.0/baselib/script/ltmain.sh:8504:		  eval deplibrary_names=`$SED -n -e 's/^library_names=\(.*\)$/\1/p' $deplib`
mlterm-3.9.0/baselib/script/ltmain.sh-8505-		  if test -n "$deplibrary_names"; then
##############################################
mlterm-3.9.0/baselib/script/ltmain.sh-8510-		      depdepl=$absdir/$objdir/$depdepl
mlterm-3.9.0/baselib/script/ltmain.sh:8511:		      darwin_install_name=`$OTOOL -L $depdepl | awk '{if (NR == 2) {print $1;exit}}'`
mlterm-3.9.0/baselib/script/ltmain.sh-8512-                      if test -z "$darwin_install_name"; then
mlterm-3.9.0/baselib/script/ltmain.sh:8513:                          darwin_install_name=`$OTOOL64 -L $depdepl  | awk '{if (NR == 2) {print $1;exit}}'`
mlterm-3.9.0/baselib/script/ltmain.sh-8514-                      fi
##############################################
mlterm-3.9.0/baselib/script/ltmain.sh-8525-		else
mlterm-3.9.0/baselib/script/ltmain.sh:8526:		  eval libdir=`$SED -n -e 's/^libdir=\(.*\)$/\1/p' $deplib`
mlterm-3.9.0/baselib/script/ltmain.sh-8527-		  test -z "$libdir" && \
##############################################
mlterm-3.9.0/baselib/script/ltmain.sh-8548-	else
mlterm-3.9.0/baselib/script/ltmain.sh:8549:	  compiler_flags="$compiler_flags "`$ECHO " $new_inherited_linker_flags" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
mlterm-3.9.0/baselib/script/ltmain.sh-8550-	fi
##############################################
mlterm-3.9.0/baselib/script/ltmain.sh-8637-        linux*)
mlterm-3.9.0/baselib/script/ltmain.sh:8638:          case `$CC -V 2>&1 | sed 5q` in
mlterm-3.9.0/baselib/script/ltmain.sh-8639-          *Sun\ C*) # Sun C++ 5.9
##############################################
mlterm-3.9.0/baselib/script/ltmain.sh-9042-	removelist=
mlterm-3.9.0/baselib/script/ltmain.sh:9043:	tempremovelist=`$ECHO "$output_objdir/*"`
mlterm-3.9.0/baselib/script/ltmain.sh-9044-	for p in $tempremovelist; do
##############################################
mlterm-3.9.0/baselib/script/ltmain.sh-9068-	# Transform .lo files to .o files.
mlterm-3.9.0/baselib/script/ltmain.sh:9069:	oldobjs="$objs "`$ECHO "$libobjs" | $SP2NL | $SED "/\.$libext$/d; $lo2o" | $NL2SP`
mlterm-3.9.0/baselib/script/ltmain.sh-9070-      fi
##############################################
mlterm-3.9.0/baselib/script/ltmain.sh-9073-      #for path in $notinst_path; do
mlterm-3.9.0/baselib/script/ltmain.sh:9074:      #	lib_search_path=`$ECHO "$lib_search_path " | $SED "s% $path % %g"`
mlterm-3.9.0/baselib/script/ltmain.sh:9075:      #	deplibs=`$ECHO "$deplibs " | $SED "s% -L$path % %g"`
mlterm-3.9.0/baselib/script/ltmain.sh:9076:      #	dependency_libs=`$ECHO "$dependency_libs " | $SED "s% -L$path % %g"`
mlterm-3.9.0/baselib/script/ltmain.sh-9077-      #done
##############################################
mlterm-3.9.0/baselib/script/ltmain.sh-9194-		if test -n "$i"; then
mlterm-3.9.0/baselib/script/ltmain.sh:9195:		  libname=`eval "\\$ECHO \"$libname_spec\""`
mlterm-3.9.0/baselib/script/ltmain.sh:9196:		  deplib_matches=`eval "\\$ECHO \"$library_names_spec\""`
mlterm-3.9.0/baselib/script/ltmain.sh-9197-		  set dummy $deplib_matches; shift
mlterm-3.9.0/baselib/script/ltmain.sh-9198-		  deplib_match=$1
mlterm-3.9.0/baselib/script/ltmain.sh:9199:		  if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0; then
mlterm-3.9.0/baselib/script/ltmain.sh-9200-		    func_append newdeplibs " $i"
##############################################
mlterm-3.9.0/baselib/script/ltmain.sh-9237-		  if test -n "$i"; then
mlterm-3.9.0/baselib/script/ltmain.sh:9238:		    libname=`eval "\\$ECHO \"$libname_spec\""`
mlterm-3.9.0/baselib/script/ltmain.sh:9239:		    deplib_matches=`eval "\\$ECHO \"$library_names_spec\""`
mlterm-3.9.0/baselib/script/ltmain.sh-9240-		    set dummy $deplib_matches; shift
mlterm-3.9.0/baselib/script/ltmain.sh-9241-		    deplib_match=$1
mlterm-3.9.0/baselib/script/ltmain.sh:9242:		    if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0; then
mlterm-3.9.0/baselib/script/ltmain.sh-9243-		      func_append newdeplibs " $i"
##############################################
mlterm-3.9.0/baselib/script/ltmain.sh-9272-	  set dummy $deplibs_check_method; shift
mlterm-3.9.0/baselib/script/ltmain.sh:9273:	  file_magic_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"`
mlterm-3.9.0/baselib/script/ltmain.sh-9274-	  for a_deplib in $deplibs; do
##############################################
mlterm-3.9.0/baselib/script/ltmain.sh-9287-	      if test -n "$a_deplib"; then
mlterm-3.9.0/baselib/script/ltmain.sh:9288:		libname=`eval "\\$ECHO \"$libname_spec\""`
mlterm-3.9.0/baselib/script/ltmain.sh-9289-		if test -n "$file_magic_glob"; then
mlterm-3.9.0/baselib/script/ltmain.sh:9290:		  libnameglob=`func_echo_all "$libname" | $SED -e $file_magic_glob`
mlterm-3.9.0/baselib/script/ltmain.sh-9291-		else
##############################################
mlterm-3.9.0/baselib/script/ltmain.sh-9297-		    shopt -s nocaseglob
mlterm-3.9.0/baselib/script/ltmain.sh:9298:		    potential_libs=`ls $i/$libnameglob[.-]* 2>/dev/null`
mlterm-3.9.0/baselib/script/ltmain.sh-9299-		    $nocaseglob
mlterm-3.9.0/baselib/script/ltmain.sh-9300-		  else
mlterm-3.9.0/baselib/script/ltmain.sh:9301:		    potential_libs=`ls $i/$libnameglob[.-]* 2>/dev/null`
mlterm-3.9.0/baselib/script/ltmain.sh-9302-		  fi
##############################################
mlterm-3.9.0/baselib/script/ltmain.sh-9315-		      while test -h "$potlib" 2>/dev/null; do
mlterm-3.9.0/baselib/script/ltmain.sh:9316:			potliblink=`ls -ld $potlib | $SED 's/.* -> //'`
mlterm-3.9.0/baselib/script/ltmain.sh-9317-			case $potliblink in
mlterm-3.9.0/baselib/script/ltmain.sh-9318-			[\\/]* | [A-Za-z]:[\\/]*) potlib=$potliblink;;
mlterm-3.9.0/baselib/script/ltmain.sh:9319:			*) potlib=`$ECHO "$potlib" | $SED 's|[^/]*$||'`"$potliblink";;
mlterm-3.9.0/baselib/script/ltmain.sh-9320-			esac
##############################################
mlterm-3.9.0/baselib/script/ltmain.sh-9356-	  set dummy $deplibs_check_method; shift
mlterm-3.9.0/baselib/script/ltmain.sh:9357:	  match_pattern_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"`
mlterm-3.9.0/baselib/script/ltmain.sh-9358-	  for a_deplib in $deplibs; do
##############################################
mlterm-3.9.0/baselib/script/ltmain.sh-9371-	      if test -n "$a_deplib"; then
mlterm-3.9.0/baselib/script/ltmain.sh:9372:		libname=`eval "\\$ECHO \"$libname_spec\""`
mlterm-3.9.0/baselib/script/ltmain.sh-9373-		for i in $lib_search_path $sys_lib_search_path $shlib_search_path; do
mlterm-3.9.0/baselib/script/ltmain.sh:9374:		  potential_libs=`ls $i/$libname[.-]* 2>/dev/null`
mlterm-3.9.0/baselib/script/ltmain.sh-9375-		  for potent_lib in $potential_libs; do
##############################################
mlterm-3.9.0/baselib/script/ltmain.sh-9410-	  newdeplibs=
mlterm-3.9.0/baselib/script/ltmain.sh:9411:	  tmp_deplibs=`$ECHO " $deplibs" | $SED 's/ -lc$//; s/ -[LR][^ ]*//g'`
mlterm-3.9.0/baselib/script/ltmain.sh-9412-	  if test yes = "$allow_libtool_libs_with_static_runtimes"; then
##############################################
mlterm-3.9.0/baselib/script/ltmain.sh-9414-	      # can't use Xsed below, because $i might contain '/'
mlterm-3.9.0/baselib/script/ltmain.sh:9415:	      tmp_deplibs=`$ECHO " $tmp_deplibs" | $SED "s|$i||"`
mlterm-3.9.0/baselib/script/ltmain.sh-9416-	    done
##############################################
mlterm-3.9.0/baselib/script/ltmain.sh-9440-	  # On Rhapsody replace the C library with the System framework
mlterm-3.9.0/baselib/script/ltmain.sh:9441:	  newdeplibs=`$ECHO " $newdeplibs" | $SED 's/ -lc / System.ltframework /'`
mlterm-3.9.0/baselib/script/ltmain.sh-9442-	  ;;
##############################################
mlterm-3.9.0/baselib/script/ltmain.sh-9492-	*-*-darwin*)
mlterm-3.9.0/baselib/script/ltmain.sh:9493:	  newdeplibs=`$ECHO " $newdeplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
mlterm-3.9.0/baselib/script/ltmain.sh:9494:	  new_inherited_linker_flags=`$ECHO " $new_inherited_linker_flags" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
mlterm-3.9.0/baselib/script/ltmain.sh:9495:	  deplibs=`$ECHO " $deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
mlterm-3.9.0/baselib/script/ltmain.sh-9496-	  ;;
##############################################
mlterm-3.9.0/baselib/script/ltmain.sh-9619-	# Use standard objects if they are pic
mlterm-3.9.0/baselib/script/ltmain.sh:9620:	test -z "$pic_flag" && libobjs=`$ECHO "$libobjs" | $SP2NL | $SED "$lo2o" | $NL2SP`
mlterm-3.9.0/baselib/script/ltmain.sh-9621-	test "X$libobjs" = "X " && libobjs=
##############################################
mlterm-3.9.0/baselib/script/ltmain.sh-10133-	  eval tmp_whole_archive_flags=\"$whole_archive_flag_spec\"
mlterm-3.9.0/baselib/script/ltmain.sh:10134:	  test -n "$wl" || tmp_whole_archive_flags=`$ECHO "$tmp_whole_archive_flags" | $SED 's|,| |g'`
mlterm-3.9.0/baselib/script/ltmain.sh-10135-	  reload_conv_objs=$reload_objs\ $tmp_whole_archive_flags
##############################################
mlterm-3.9.0/baselib/script/ltmain.sh-10148-      # Create the old-style object.
mlterm-3.9.0/baselib/script/ltmain.sh:10149:      reload_objs=$objs$old_deplibs' '`$ECHO "$libobjs" | $SP2NL | $SED "/\.$libext$/d; /\.lib$/d; $lo2o" | $NL2SP`' '$reload_conv_objs
mlterm-3.9.0/baselib/script/ltmain.sh-10150-
##############################################
mlterm-3.9.0/baselib/script/ltmain.sh-10206-	# On Rhapsody replace the C library is the System framework
mlterm-3.9.0/baselib/script/ltmain.sh:10207:	compile_deplibs=`$ECHO " $compile_deplibs" | $SED 's/ -lc / System.ltframework /'`
mlterm-3.9.0/baselib/script/ltmain.sh:10208:	finalize_deplibs=`$ECHO " $finalize_deplibs" | $SED 's/ -lc / System.ltframework /'`
mlterm-3.9.0/baselib/script/ltmain.sh-10209-	;;
##############################################
mlterm-3.9.0/baselib/script/ltmain.sh-10224-	# Time to change all our "foo.ltframework" stuff back to "-framework foo"
mlterm-3.9.0/baselib/script/ltmain.sh:10225:	compile_deplibs=`$ECHO " $compile_deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
mlterm-3.9.0/baselib/script/ltmain.sh:10226:	finalize_deplibs=`$ECHO " $finalize_deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
mlterm-3.9.0/baselib/script/ltmain.sh-10227-	;;
##############################################
mlterm-3.9.0/baselib/script/ltmain.sh-10302-	*-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*)
mlterm-3.9.0/baselib/script/ltmain.sh:10303:	  testbindir=`$ECHO "$libdir" | $SED -e 's*/lib$*/bin*'`
mlterm-3.9.0/baselib/script/ltmain.sh-10304-	  case :$dllsearchpath: in
##############################################
mlterm-3.9.0/baselib/script/ltmain.sh-10362-	# Transform all the library objects into standard objects.
mlterm-3.9.0/baselib/script/ltmain.sh:10363:	compile_command=`$ECHO "$compile_command" | $SP2NL | $SED "$lo2o" | $NL2SP`
mlterm-3.9.0/baselib/script/ltmain.sh:10364:	finalize_command=`$ECHO "$finalize_command" | $SP2NL | $SED "$lo2o" | $NL2SP`
mlterm-3.9.0/baselib/script/ltmain.sh-10365-      fi
##############################################
mlterm-3.9.0/baselib/script/ltmain.sh-10390-	# Replace the output file specification.
mlterm-3.9.0/baselib/script/ltmain.sh:10391:	compile_command=`$ECHO "$compile_command" | $SED 's%@OUTPUT@%'"$output"'%g'`
mlterm-3.9.0/baselib/script/ltmain.sh-10392-	link_command=$compile_command$compile_rpath
##############################################
mlterm-3.9.0/baselib/script/ltmain.sh-10399-	  func_to_tool_file "$output"
mlterm-3.9.0/baselib/script/ltmain.sh:10400:	  postlink_cmds=`func_echo_all "$postlink_cmds" | $SED -e 's%@OUTPUT@%'"$output"'%g' -e 's%@TOOL_OUTPUT@%'"$func_to_tool_file_result"'%g'`
mlterm-3.9.0/baselib/script/ltmain.sh-10401-	  func_execute_cmds "$postlink_cmds" 'exit $?'
##############################################
mlterm-3.9.0/baselib/script/ltmain.sh-10443-	# Replace the output file specification.
mlterm-3.9.0/baselib/script/ltmain.sh:10444:	link_command=`$ECHO "$link_command" | $SED 's%@OUTPUT@%'"$output"'%g'`
mlterm-3.9.0/baselib/script/ltmain.sh-10445-	# Delete the old output file.
##############################################
mlterm-3.9.0/baselib/script/ltmain.sh-10451-	  func_to_tool_file "$output"
mlterm-3.9.0/baselib/script/ltmain.sh:10452:	  postlink_cmds=`func_echo_all "$postlink_cmds" | $SED -e 's%@OUTPUT@%'"$output"'%g' -e 's%@TOOL_OUTPUT@%'"$func_to_tool_file_result"'%g'`
mlterm-3.9.0/baselib/script/ltmain.sh-10453-	  func_execute_cmds "$postlink_cmds" 'exit $?'
##############################################
mlterm-3.9.0/baselib/script/ltmain.sh-10469-	  link_command=$finalize_var$compile_command$finalize_rpath
mlterm-3.9.0/baselib/script/ltmain.sh:10470:	  relink_command=`$ECHO "$compile_var$compile_command$compile_rpath" | $SED 's%@OUTPUT@%\$progdir/\$file%g'`
mlterm-3.9.0/baselib/script/ltmain.sh-10471-          ;;
##############################################
mlterm-3.9.0/baselib/script/ltmain.sh-10482-      # Replace the output file specification.
mlterm-3.9.0/baselib/script/ltmain.sh:10483:      link_command=`$ECHO "$link_command" | $SED 's%@OUTPUT@%'"$output_objdir/$outputname"'%g'`
mlterm-3.9.0/baselib/script/ltmain.sh-10484-
##############################################
mlterm-3.9.0/baselib/script/ltmain.sh-10491-	func_to_tool_file "$output_objdir/$outputname"
mlterm-3.9.0/baselib/script/ltmain.sh:10492:	postlink_cmds=`func_echo_all "$postlink_cmds" | $SED -e 's%@OUTPUT@%'"$output_objdir/$outputname"'%g' -e 's%@TOOL_OUTPUT@%'"$func_to_tool_file_result"'%g'`
mlterm-3.9.0/baselib/script/ltmain.sh-10493-	func_execute_cmds "$postlink_cmds" 'exit $?'
##############################################
mlterm-3.9.0/baselib/script/ltmain.sh-10512-	relink_command="(cd `pwd`; $relink_command)"
mlterm-3.9.0/baselib/script/ltmain.sh:10513:	relink_command=`$ECHO "$relink_command" | $SED "$sed_quote_subst"`
mlterm-3.9.0/baselib/script/ltmain.sh-10514-      fi
##############################################
mlterm-3.9.0/baselib/script/ltmain.sh-10758-      relink_command="(cd `pwd`; $SHELL \"$progpath\" $preserve_args --mode=relink $libtool_args @inst_prefix_dir@)"
mlterm-3.9.0/baselib/script/ltmain.sh:10759:      relink_command=`$ECHO "$relink_command" | $SED "$sed_quote_subst"`
mlterm-3.9.0/baselib/script/ltmain.sh-10760-      if test yes = "$hardcode_automatic"; then
##############################################
mlterm-3.9.0/baselib/script/ltmain.sh-10779-		func_resolve_sysroot "$deplib"
mlterm-3.9.0/baselib/script/ltmain.sh:10780:		eval libdir=`$SED -n -e 's/^libdir=\(.*\)$/\1/p' $func_resolve_sysroot_result`
mlterm-3.9.0/baselib/script/ltmain.sh-10781-		test -z "$libdir" && \
##############################################
mlterm-3.9.0/baselib/script/ltmain.sh-10805-		name=$func_basename_result
mlterm-3.9.0/baselib/script/ltmain.sh:10806:		eval libdir=`$SED -n -e 's/^libdir=\(.*\)$/\1/p' $lib`
mlterm-3.9.0/baselib/script/ltmain.sh-10807-		test -z "$libdir" && \
##############################################
mlterm-3.9.0/baselib/script/ltmain.sh-10824-		name=$func_basename_result
mlterm-3.9.0/baselib/script/ltmain.sh:10825:		eval libdir=`$SED -n -e 's/^libdir=\(.*\)$/\1/p' $lib`
mlterm-3.9.0/baselib/script/ltmain.sh-10826-		test -z "$libdir" && \
##############################################
mlterm-3.9.0/baselib/script/ltmain.sh-11143-# ### BEGIN LIBTOOL TAG CONFIG: disable-static
mlterm-3.9.0/baselib/script/ltmain.sh:11144:build_old_libs=`case $build_libtool_libs in yes) echo no;; *) echo yes;; esac`
mlterm-3.9.0/baselib/script/ltmain.sh-11145-# ### END LIBTOOL TAG CONFIG: disable-static
##############################################
mlterm-3.9.0/baselib/aclocal.m4-133-    done
mlterm-3.9.0/baselib/aclocal.m4:134:    func_cc_basename_result=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
mlterm-3.9.0/baselib/aclocal.m4-135-}
##############################################
mlterm-3.9.0/baselib/aclocal.m4-445-m4_define([_LT_CONFIG_STATUS_DECLARE],
mlterm-3.9.0/baselib/aclocal.m4:446:[$1='`$ECHO "$][$1" | $SED "$delay_single_quote_subst"`'])
mlterm-3.9.0/baselib/aclocal.m4-447-
##############################################
mlterm-3.9.0/baselib/aclocal.m4-455-#
mlterm-3.9.0/baselib/aclocal.m4:456:#    <var>='`$ECHO "$<var>" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/baselib/aclocal.m4-457-m4_defun([_LT_CONFIG_STATUS_DECLARATIONS],
##############################################
mlterm-3.9.0/baselib/aclocal.m4-565-]], lt_decl_quote_varnames); do
mlterm-3.9.0/baselib/aclocal.m4:566:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
mlterm-3.9.0/baselib/aclocal.m4-567-    *[[\\\\\\\`\\"\\\$]]*)
mlterm-3.9.0/baselib/aclocal.m4:568:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\"" ## exclude from sc_prohibit_nested_quotes
mlterm-3.9.0/baselib/aclocal.m4-569-      ;;
##############################################
mlterm-3.9.0/baselib/aclocal.m4-578-]], lt_decl_dquote_varnames); do
mlterm-3.9.0/baselib/aclocal.m4:579:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
mlterm-3.9.0/baselib/aclocal.m4-580-    *[[\\\\\\\`\\"\\\$]]*)
mlterm-3.9.0/baselib/aclocal.m4:581:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\"" ## exclude from sc_prohibit_nested_quotes
mlterm-3.9.0/baselib/aclocal.m4-582-      ;;
##############################################
mlterm-3.9.0/baselib/aclocal.m4-1118-  if test yes = "$lt_cv_ld_force_load"; then
mlterm-3.9.0/baselib/aclocal.m4:1119:    _LT_TAGVAR(whole_archive_flag_spec, $1)='`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience $wl-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`'
mlterm-3.9.0/baselib/aclocal.m4-1120-    m4_case([$1], [F77], [_LT_TAGVAR(compiler_needs_object, $1)=yes],
##############################################
mlterm-3.9.0/baselib/aclocal.m4-1171-      }]'
mlterm-3.9.0/baselib/aclocal.m4:1172:  _LT_TAGVAR([lt_cv_aix_libpath_], [$1])=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
mlterm-3.9.0/baselib/aclocal.m4-1173-  # Check for a 64-bit object if we didn't find anything.
mlterm-3.9.0/baselib/aclocal.m4-1174-  if test -z "$_LT_TAGVAR([lt_cv_aix_libpath_], [$1])"; then
mlterm-3.9.0/baselib/aclocal.m4:1175:    _LT_TAGVAR([lt_cv_aix_libpath_], [$1])=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
mlterm-3.9.0/baselib/aclocal.m4-1176-  fi],[])
##############################################
mlterm-3.9.0/baselib/aclocal.m4-1207-if test "X`( print -r -- -n ) 2>/dev/null`" = X-n && \
mlterm-3.9.0/baselib/aclocal.m4:1208:   test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
mlterm-3.9.0/baselib/aclocal.m4-1209-  ECHO='print -r --'
mlterm-3.9.0/baselib/aclocal.m4:1210:elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
mlterm-3.9.0/baselib/aclocal.m4-1211-  ECHO='printf %s\n'
##############################################
mlterm-3.9.0/baselib/aclocal.m4-1242-    PATH=/empty FPATH=/empty; export PATH FPATH
mlterm-3.9.0/baselib/aclocal.m4:1243:    test "X`printf %s $ECHO`" = "X$ECHO" \
mlterm-3.9.0/baselib/aclocal.m4:1244:      || test "X`print -r -- $ECHO`" = "X$ECHO" )])])
mlterm-3.9.0/baselib/aclocal.m4-1245-
##############################################
mlterm-3.9.0/baselib/aclocal.m4-1266-   if test yes = "$GCC"; then
mlterm-3.9.0/baselib/aclocal.m4:1267:     lt_sysroot=`$CC --print-sysroot 2>/dev/null`
mlterm-3.9.0/baselib/aclocal.m4-1268-   fi
##############################################
mlterm-3.9.0/baselib/aclocal.m4-1270- /*)
mlterm-3.9.0/baselib/aclocal.m4:1271:   lt_sysroot=`echo "$with_sysroot" | sed -e "$sed_quote_subst"`
mlterm-3.9.0/baselib/aclocal.m4-1272-   ;; #(
##############################################
mlterm-3.9.0/baselib/aclocal.m4-1300-  if AC_TRY_EVAL(ac_compile); then
mlterm-3.9.0/baselib/aclocal.m4:1301:    case `/usr/bin/file conftest.$ac_objext` in
mlterm-3.9.0/baselib/aclocal.m4-1302-      *ELF-32*)
##############################################
mlterm-3.9.0/baselib/aclocal.m4-1317-    if test yes = "$lt_cv_prog_gnu_ld"; then
mlterm-3.9.0/baselib/aclocal.m4:1318:      case `/usr/bin/file conftest.$ac_objext` in
mlterm-3.9.0/baselib/aclocal.m4-1319-	*32-bit*)
##############################################
mlterm-3.9.0/baselib/aclocal.m4-1329-    else
mlterm-3.9.0/baselib/aclocal.m4:1330:      case `/usr/bin/file conftest.$ac_objext` in
mlterm-3.9.0/baselib/aclocal.m4-1331-	*32-bit*)
##############################################
mlterm-3.9.0/baselib/aclocal.m4-1351-    emul=elf
mlterm-3.9.0/baselib/aclocal.m4:1352:    case `/usr/bin/file conftest.$ac_objext` in
mlterm-3.9.0/baselib/aclocal.m4-1353-      *32-bit*)
##############################################
mlterm-3.9.0/baselib/aclocal.m4-1359-    esac
mlterm-3.9.0/baselib/aclocal.m4:1360:    case `/usr/bin/file conftest.$ac_objext` in
mlterm-3.9.0/baselib/aclocal.m4-1361-      *MSB*)
##############################################
mlterm-3.9.0/baselib/aclocal.m4-1367-    esac
mlterm-3.9.0/baselib/aclocal.m4:1368:    case `/usr/bin/file conftest.$ac_objext` in
mlterm-3.9.0/baselib/aclocal.m4-1369-      *N32*)
##############################################
mlterm-3.9.0/baselib/aclocal.m4-1732-    # And add a safety zone
mlterm-3.9.0/baselib/aclocal.m4:1733:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
mlterm-3.9.0/baselib/aclocal.m4:1734:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
mlterm-3.9.0/baselib/aclocal.m4-1735-    ;;
##############################################
mlterm-3.9.0/baselib/aclocal.m4-1765-    if test -n "$kargmax"; then
mlterm-3.9.0/baselib/aclocal.m4:1766:      lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[[	 ]]//'`
mlterm-3.9.0/baselib/aclocal.m4-1767-    else
##############################################
mlterm-3.9.0/baselib/aclocal.m4-1774-       test undefined != "$lt_cv_sys_max_cmd_len"; then
mlterm-3.9.0/baselib/aclocal.m4:1775:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
mlterm-3.9.0/baselib/aclocal.m4:1776:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
mlterm-3.9.0/baselib/aclocal.m4-1777-    else
##############################################
mlterm-3.9.0/baselib/aclocal.m4-1786-      # we can't tell.
mlterm-3.9.0/baselib/aclocal.m4:1787:      while { test X`env echo "$teststring$teststring" 2>/dev/null` \
mlterm-3.9.0/baselib/aclocal.m4-1788-	         = "X$teststring$teststring"; } >/dev/null 2>&1 &&
##############################################
mlterm-3.9.0/baselib/aclocal.m4-1790-      do
mlterm-3.9.0/baselib/aclocal.m4:1791:        i=`expr $i + 1`
mlterm-3.9.0/baselib/aclocal.m4-1792-        teststring=$teststring$teststring
##############################################
mlterm-3.9.0/baselib/aclocal.m4-1794-      # Only check the string length outside the loop.
mlterm-3.9.0/baselib/aclocal.m4:1795:      lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
mlterm-3.9.0/baselib/aclocal.m4-1796-      teststring=
##############################################
mlterm-3.9.0/baselib/aclocal.m4-1799-      # linker.  It appears as though 1/2 is a usable value.
mlterm-3.9.0/baselib/aclocal.m4:1800:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
mlterm-3.9.0/baselib/aclocal.m4-1801-    fi
##############################################
mlterm-3.9.0/baselib/aclocal.m4-2265-    *:)
mlterm-3.9.0/baselib/aclocal.m4:2266:        eval @S|@1=\"`$ECHO @S|@2 | $SED 's/:/ /g'` \@S|@@S|@1\"
mlterm-3.9.0/baselib/aclocal.m4-2267-        ;;
mlterm-3.9.0/baselib/aclocal.m4-2268-    x:*)
mlterm-3.9.0/baselib/aclocal.m4:2269:        eval @S|@1=\"\@S|@@S|@1 `$ECHO @S|@2 | $SED 's/:/ /g'`\"
mlterm-3.9.0/baselib/aclocal.m4-2270-        ;;
mlterm-3.9.0/baselib/aclocal.m4-2271-    *::*)
mlterm-3.9.0/baselib/aclocal.m4:2272:        eval @S|@1=\"\@S|@@S|@1\ `$ECHO @S|@2 | $SED -e 's/.*:://' -e 's/:/ /g'`\"
mlterm-3.9.0/baselib/aclocal.m4:2273:        eval @S|@1=\"`$ECHO @S|@2 | $SED -e 's/::.*//' -e 's/:/ /g'`\ \@S|@@S|@1\"
mlterm-3.9.0/baselib/aclocal.m4-2274-        ;;
mlterm-3.9.0/baselib/aclocal.m4-2275-    *)
mlterm-3.9.0/baselib/aclocal.m4:2276:        eval @S|@1=\"`$ECHO @S|@2 | $SED 's/:/ /g'`\"
mlterm-3.9.0/baselib/aclocal.m4-2277-        ;;
##############################################
mlterm-3.9.0/baselib/aclocal.m4-2305-  esac
mlterm-3.9.0/baselib/aclocal.m4:2306:  lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
mlterm-3.9.0/baselib/aclocal.m4-2307-  case $lt_search_path_spec in
##############################################
mlterm-3.9.0/baselib/aclocal.m4-2312-    # okay in the real world where ";" in dirpaths is itself problematic.
mlterm-3.9.0/baselib/aclocal.m4:2313:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
mlterm-3.9.0/baselib/aclocal.m4-2314-    ;;
mlterm-3.9.0/baselib/aclocal.m4-2315-  *)
mlterm-3.9.0/baselib/aclocal.m4:2316:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
mlterm-3.9.0/baselib/aclocal.m4-2317-    ;;
##############################################
mlterm-3.9.0/baselib/aclocal.m4-2321-  lt_tmp_lt_search_path_spec=
mlterm-3.9.0/baselib/aclocal.m4:2322:  lt_multi_os_dir=/`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
mlterm-3.9.0/baselib/aclocal.m4-2323-  # ...but if some path component already ends with the multilib dir we assume
##############################################
mlterm-3.9.0/baselib/aclocal.m4-2363-  esac
mlterm-3.9.0/baselib/aclocal.m4:2364:  sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
mlterm-3.9.0/baselib/aclocal.m4-2365-else
##############################################
mlterm-3.9.0/baselib/aclocal.m4-2504-    # Create ${libname}_ixlibrary.a entries in /sys/libs.
mlterm-3.9.0/baselib/aclocal.m4:2505:    finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`func_echo_all "$lib" | $SED '\''s%^.*/\([[^/]]*\)\.ixlibrary$%\1%'\''`; $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'
mlterm-3.9.0/baselib/aclocal.m4-2506-    ;;
##############################################
mlterm-3.9.0/baselib/aclocal.m4-2540-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
mlterm-3.9.0/baselib/aclocal.m4:2541:    postinstall_cmds='base_file=`basename \$file`~
mlterm-3.9.0/baselib/aclocal.m4:2542:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~
mlterm-3.9.0/baselib/aclocal.m4:2543:      dldir=$destdir/`dirname \$dlpath`~
mlterm-3.9.0/baselib/aclocal.m4-2544-      test -d \$dldir || mkdir -p \$dldir~
##############################################
mlterm-3.9.0/baselib/aclocal.m4-2549-      fi'
mlterm-3.9.0/baselib/aclocal.m4:2550:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
mlterm-3.9.0/baselib/aclocal.m4-2551-      dlpath=$dir/\$dldll~
##############################################
mlterm-3.9.0/baselib/aclocal.m4-2557-      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
mlterm-3.9.0/baselib/aclocal.m4:2558:      soname_spec='`echo $libname | sed -e 's/^lib/cyg/'``echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext'
mlterm-3.9.0/baselib/aclocal.m4-2559-m4_if([$1], [],[
##############################################
mlterm-3.9.0/baselib/aclocal.m4-2563-      # MinGW DLLs use traditional 'lib' prefix
mlterm-3.9.0/baselib/aclocal.m4:2564:      soname_spec='$libname`echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext'
mlterm-3.9.0/baselib/aclocal.m4-2565-      ;;
##############################################
mlterm-3.9.0/baselib/aclocal.m4-2567-      # pw32 DLLs use 'pw' prefix rather than 'lib'
mlterm-3.9.0/baselib/aclocal.m4:2568:      library_names_spec='`echo $libname | sed -e 's/^lib/pw/'``echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext'
mlterm-3.9.0/baselib/aclocal.m4-2569-      ;;
##############################################
mlterm-3.9.0/baselib/aclocal.m4-2576-    libname_spec='$name'
mlterm-3.9.0/baselib/aclocal.m4:2577:    soname_spec='$libname`echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext'
mlterm-3.9.0/baselib/aclocal.m4-2578-    library_names_spec='$libname.dll.lib'
##############################################
mlterm-3.9.0/baselib/aclocal.m4-2588-        # Let DOS variable expansion print the short 8.3 style file name.
mlterm-3.9.0/baselib/aclocal.m4:2589:        lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"`
mlterm-3.9.0/baselib/aclocal.m4-2590-        sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path"
##############################################
mlterm-3.9.0/baselib/aclocal.m4-2593-      # Convert to MSYS style.
mlterm-3.9.0/baselib/aclocal.m4:2594:      sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | sed -e 's|\\\\|/|g' -e 's| \\([[a-zA-Z]]\\):| /\\1|g' -e 's|^ ||'`
mlterm-3.9.0/baselib/aclocal.m4-2595-      ;;
##############################################
mlterm-3.9.0/baselib/aclocal.m4-2599-      # like /cygdrive/c/PROGRA~1:/cygdr...
mlterm-3.9.0/baselib/aclocal.m4:2600:      sys_lib_search_path_spec=`cygpath --path --unix "$LIB"`
mlterm-3.9.0/baselib/aclocal.m4:2601:      sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null`
mlterm-3.9.0/baselib/aclocal.m4:2602:      sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
mlterm-3.9.0/baselib/aclocal.m4-2603-      ;;
##############################################
mlterm-3.9.0/baselib/aclocal.m4-2607-        # It is most probably a Windows format PATH.
mlterm-3.9.0/baselib/aclocal.m4:2608:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
mlterm-3.9.0/baselib/aclocal.m4-2609-      else
mlterm-3.9.0/baselib/aclocal.m4:2610:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
mlterm-3.9.0/baselib/aclocal.m4-2611-      fi
##############################################
mlterm-3.9.0/baselib/aclocal.m4-2617-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
mlterm-3.9.0/baselib/aclocal.m4:2618:    postinstall_cmds='base_file=`basename \$file`~
mlterm-3.9.0/baselib/aclocal.m4:2619:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~
mlterm-3.9.0/baselib/aclocal.m4:2620:      dldir=$destdir/`dirname \$dlpath`~
mlterm-3.9.0/baselib/aclocal.m4-2621-      test -d \$dldir || mkdir -p \$dldir~
mlterm-3.9.0/baselib/aclocal.m4-2622-      $install_prog $dir/$dlname \$dldir/$dlname'
mlterm-3.9.0/baselib/aclocal.m4:2623:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
mlterm-3.9.0/baselib/aclocal.m4-2624-      dlpath=$dir/\$dldll~
##############################################
mlterm-3.9.0/baselib/aclocal.m4-2631-    # Assume MSVC wrapper
mlterm-3.9.0/baselib/aclocal.m4:2632:    library_names_spec='$libname`echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext $libname.lib'
mlterm-3.9.0/baselib/aclocal.m4-2633-    dynamic_linker='Win32 ld.exe'
##############################################
mlterm-3.9.0/baselib/aclocal.m4-2648-  shlibpath_var=DYLD_LIBRARY_PATH
mlterm-3.9.0/baselib/aclocal.m4:2649:  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
mlterm-3.9.0/baselib/aclocal.m4-2650-m4_if([$1], [],[
##############################################
mlterm-3.9.0/baselib/aclocal.m4-2882-  if test -f /etc/ld.so.conf; then
mlterm-3.9.0/baselib/aclocal.m4:2883:    lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \[$]2)); skip = 1; } { if (!skip) print \[$]0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[	 ]*hwcap[	 ]/d;s/[:,	]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;s/"//g;/^$/d' | tr '\n' ' '`
mlterm-3.9.0/baselib/aclocal.m4-2884-    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
##############################################
mlterm-3.9.0/baselib/aclocal.m4-2936-  need_lib_prefix=no
mlterm-3.9.0/baselib/aclocal.m4:2937:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
mlterm-3.9.0/baselib/aclocal.m4-2938-    need_version=no
##############################################
mlterm-3.9.0/baselib/aclocal.m4-2963-  sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
mlterm-3.9.0/baselib/aclocal.m4:2964:  postinstall_cmds='base_file=`basename \$file`~
mlterm-3.9.0/baselib/aclocal.m4:2965:    dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; $ECHO \$dlname'\''`~
mlterm-3.9.0/baselib/aclocal.m4:2966:    dldir=$destdir/`dirname \$dlpath`~
mlterm-3.9.0/baselib/aclocal.m4-2967-    test -d \$dldir || mkdir -p \$dldir~
##############################################
mlterm-3.9.0/baselib/aclocal.m4-2972-    fi'
mlterm-3.9.0/baselib/aclocal.m4:2973:  postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; $ECHO \$dlname'\''`~
mlterm-3.9.0/baselib/aclocal.m4-2974-    dlpath=$dir/\$dldll~
##############################################
mlterm-3.9.0/baselib/aclocal.m4-3183-	"file_magic "*)
mlterm-3.9.0/baselib/aclocal.m4:3184:	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
mlterm-3.9.0/baselib/aclocal.m4-3185-	  MAGIC_CMD=$lt_cv_path_MAGIC_CMD
##############################################
mlterm-3.9.0/baselib/aclocal.m4-3266-    # gcc leaves a trailing carriage return, which upsets mingw
mlterm-3.9.0/baselib/aclocal.m4:3267:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
mlterm-3.9.0/baselib/aclocal.m4-3268-  *)
mlterm-3.9.0/baselib/aclocal.m4:3269:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
mlterm-3.9.0/baselib/aclocal.m4-3270-  esac
##############################################
mlterm-3.9.0/baselib/aclocal.m4-3275-      # Canonicalize the pathname of ld
mlterm-3.9.0/baselib/aclocal.m4:3276:      ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
mlterm-3.9.0/baselib/aclocal.m4-3277-      while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
mlterm-3.9.0/baselib/aclocal.m4:3278:	ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
mlterm-3.9.0/baselib/aclocal.m4-3279-      done
##############################################
mlterm-3.9.0/baselib/aclocal.m4-3306-      # Break only if it was the GNU/non-GNU ld that we prefer.
mlterm-3.9.0/baselib/aclocal.m4:3307:      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
mlterm-3.9.0/baselib/aclocal.m4-3308-      *GNU* | *'with BFD'*)
##############################################
mlterm-3.9.0/baselib/aclocal.m4-3346-[# I'd rather use --version here, but apparently some GNU lds only accept -v.
mlterm-3.9.0/baselib/aclocal.m4:3347:case `$LD -v 2>&1 </dev/null` in
mlterm-3.9.0/baselib/aclocal.m4-3348-*GNU* | *'with BFD'*)
##############################################
mlterm-3.9.0/baselib/aclocal.m4-3573-openbsd* | bitrig*)
mlterm-3.9.0/baselib/aclocal.m4:3574:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
mlterm-3.9.0/baselib/aclocal.m4-3575-    lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|\.so|_pic\.a)$'
##############################################
mlterm-3.9.0/baselib/aclocal.m4-3640-    else
mlterm-3.9.0/baselib/aclocal.m4:3641:      file_magic_glob=`echo aAbBcCdDeEfFgGhHiIjJkKlLmMnNoOpPqQrRsStTuUvVwWxXyYzZ | $SED -e "s/\(..\)/s\/[[\1]]\/[[\1]]\/g;/g"`
mlterm-3.9.0/baselib/aclocal.m4-3642-    fi
##############################################
mlterm-3.9.0/baselib/aclocal.m4-3691-	esac
mlterm-3.9.0/baselib/aclocal.m4:3692:	case `"$tmp_nm" -B $lt_bad_file 2>&1 | sed '1q'` in
mlterm-3.9.0/baselib/aclocal.m4-3693-	*$lt_bad_file* | *'Invalid file or object type'*)
##############################################
mlterm-3.9.0/baselib/aclocal.m4-3697-	*)
mlterm-3.9.0/baselib/aclocal.m4:3698:	  case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
mlterm-3.9.0/baselib/aclocal.m4-3699-	  */dev/null*)
##############################################
mlterm-3.9.0/baselib/aclocal.m4-3723-    AC_CHECK_TOOLS(DUMPBIN, [dumpbin "link -dump"], :)
mlterm-3.9.0/baselib/aclocal.m4:3724:    case `$DUMPBIN -symbols -headers /dev/null 2>&1 | sed '1q'` in
mlterm-3.9.0/baselib/aclocal.m4-3725-    *COFF*)
##############################################
mlterm-3.9.0/baselib/aclocal.m4-3782-  # decide which one to use based on capabilities of $DLLTOOL
mlterm-3.9.0/baselib/aclocal.m4:3783:  case `$DLLTOOL --help 2>&1` in
mlterm-3.9.0/baselib/aclocal.m4-3784-  *--identify-strict*)
##############################################
mlterm-3.9.0/baselib/aclocal.m4-3956-# If we're using GNU nm, then use its standard symbol codes.
mlterm-3.9.0/baselib/aclocal.m4:3957:case `$NM -V 2>&1` in
mlterm-3.9.0/baselib/aclocal.m4-3958-*GNU* | *'with BFD'*)
##############################################
mlterm-3.9.0/baselib/aclocal.m4-4004-mingw*)
mlterm-3.9.0/baselib/aclocal.m4:4005:  opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
mlterm-3.9.0/baselib/aclocal.m4-4006-  ;;
##############################################
mlterm-3.9.0/baselib/aclocal.m4-4060-    nlist=conftest.nm
mlterm-3.9.0/baselib/aclocal.m4:4061:    if AC_TRY_EVAL(NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) && test -s "$nlist"; then
mlterm-3.9.0/baselib/aclocal.m4-4062-      # Try sorting and uniquifying the output.
##############################################
mlterm-3.9.0/baselib/aclocal.m4-4408-	  *)
mlterm-3.9.0/baselib/aclocal.m4:4409:	    case `$CC -V 2>&1 | sed 5q` in
mlterm-3.9.0/baselib/aclocal.m4-4410-	    *Sun\ C*)
##############################################
mlterm-3.9.0/baselib/aclocal.m4-4744-      *)
mlterm-3.9.0/baselib/aclocal.m4:4745:	case `$CC -V 2>&1 | sed 5q` in
mlterm-3.9.0/baselib/aclocal.m4-4746-	*Sun\ Ceres\ Fortran* | *Sun*Fortran*\ [[1-7]].* | *Sun*Fortran*\ 8.[[0-3]]*)
##############################################
mlterm-3.9.0/baselib/aclocal.m4-4927-    else
mlterm-3.9.0/baselib/aclocal.m4:4928:      _LT_TAGVAR(export_symbols_cmds, $1)='`func_echo_all $NM | $SED -e '\''s/B\([[^B]]*\)$/P\1/'\''` -PCpgl $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) && ([substr](\$ 1,1,1) != ".")) { if ((\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) { print \$ 1 " weak" } else { print \$ 1 } } }'\'' | sort -u > $export_symbols'
mlterm-3.9.0/baselib/aclocal.m4-4929-    fi
##############################################
mlterm-3.9.0/baselib/aclocal.m4-5020-	# shared libraries, regardless of the interface used.
mlterm-3.9.0/baselib/aclocal.m4:5021:	case `$LD -v 2>&1` in
mlterm-3.9.0/baselib/aclocal.m4-5022-	  *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
##############################################
mlterm-3.9.0/baselib/aclocal.m4-5052-    supports_anon_versioning=no
mlterm-3.9.0/baselib/aclocal.m4:5053:    case `$LD -v | $SED -e 's/([^)]\+)\s\+//' 2>&1` in
mlterm-3.9.0/baselib/aclocal.m4-5054-      *GNU\ gold*) supports_anon_versioning=yes ;;
##############################################
mlterm-3.9.0/baselib/aclocal.m4-5155-	prefix_cmds="$SED"~
mlterm-3.9.0/baselib/aclocal.m4:5156:	if test EXPORTS = "`$SED 1q $export_symbols`"; then
mlterm-3.9.0/baselib/aclocal.m4-5157-	  prefix_cmds="$prefix_cmds -e 1d";
##############################################
mlterm-3.9.0/baselib/aclocal.m4-5177-      # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
mlterm-3.9.0/baselib/aclocal.m4:5178:      _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
mlterm-3.9.0/baselib/aclocal.m4:5179:      _LT_TAGVAR(archive_expsym_cmds, $1)='sed "s|^|_|" $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--retain-symbols-file,$output_objdir/$soname.expsym $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
mlterm-3.9.0/baselib/aclocal.m4-5180-      ;;
##############################################
mlterm-3.9.0/baselib/aclocal.m4-5195-        pgcc*)				# Portland Group C compiler
mlterm-3.9.0/baselib/aclocal.m4:5196:	  _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
mlterm-3.9.0/baselib/aclocal.m4-5197-	  tmp_addflag=' $pic_flag'
##############################################
mlterm-3.9.0/baselib/aclocal.m4-5200-					# Portland Group f77 and f90 compilers
mlterm-3.9.0/baselib/aclocal.m4:5201:	  _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
mlterm-3.9.0/baselib/aclocal.m4-5202-	  tmp_addflag=' $pic_flag -Mnomain' ;;
##############################################
mlterm-3.9.0/baselib/aclocal.m4-5217-	nvcc*)	# Cuda Compiler Driver 2.2
mlterm-3.9.0/baselib/aclocal.m4:5218:	  _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
mlterm-3.9.0/baselib/aclocal.m4-5219-	  _LT_TAGVAR(compiler_needs_object, $1)=yes
##############################################
mlterm-3.9.0/baselib/aclocal.m4-5221-	esac
mlterm-3.9.0/baselib/aclocal.m4:5222:	case `$CC -V 2>&1 | sed 5q` in
mlterm-3.9.0/baselib/aclocal.m4-5223-	*Sun\ C*)			# Sun C 5.9
mlterm-3.9.0/baselib/aclocal.m4:5224:	  _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
mlterm-3.9.0/baselib/aclocal.m4-5225-	  _LT_TAGVAR(compiler_needs_object, $1)=yes
##############################################
mlterm-3.9.0/baselib/aclocal.m4-5292-    sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
mlterm-3.9.0/baselib/aclocal.m4:5293:      case `$LD -v 2>&1` in
mlterm-3.9.0/baselib/aclocal.m4-5294-        *\ [[01]].* | *\ 2.[[0-9]].* | *\ 2.1[[0-5]].*)
##############################################
mlterm-3.9.0/baselib/aclocal.m4-5381-	else
mlterm-3.9.0/baselib/aclocal.m4:5382:	  _LT_TAGVAR(export_symbols_cmds, $1)='`func_echo_all $NM | $SED -e '\''s/B\([[^B]]*\)$/P\1/'\''` -PCpgl $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) && ([substr](\$ 1,1,1) != ".")) { if ((\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) { print \$ 1 " weak" } else { print \$ 1 } } }'\'' | sort -u > $export_symbols'
mlterm-3.9.0/baselib/aclocal.m4-5383-	fi
##############################################
mlterm-3.9.0/baselib/aclocal.m4-5446-	# below for broken collect2 doesn't work under 4.3+
mlterm-3.9.0/baselib/aclocal.m4:5447:	  collect2name=`$CC -print-prog-name=collect2`
mlterm-3.9.0/baselib/aclocal.m4-5448-	  if test -f "$collect2name" &&
##############################################
mlterm-3.9.0/baselib/aclocal.m4-5502-        _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-blibpath:$libdir:'"$aix_libpath"
mlterm-3.9.0/baselib/aclocal.m4:5503:        _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $deplibs $wl'$no_entry_flag' $compiler_flags `if test -n "$allow_undefined_flag"; then func_echo_all "$wl$allow_undefined_flag"; else :; fi` $wl'$exp_sym_flag:\$export_symbols' '$shared_flag
mlterm-3.9.0/baselib/aclocal.m4-5504-      else
##############################################
mlterm-3.9.0/baselib/aclocal.m4-5527-	  # -brtl affects multiple linker settings, -berok does not and is overridden later
mlterm-3.9.0/baselib/aclocal.m4:5528:	  compiler_flags_filtered='`func_echo_all "$compiler_flags " | $SED -e "s%-brtl\\([[, ]]\\)%-berok\\1%g"`'
mlterm-3.9.0/baselib/aclocal.m4-5529-	  if test svr4 != "$with_aix_soname"; then
##############################################
mlterm-3.9.0/baselib/aclocal.m4-5618-	# FIXME: Setting linknames here is a bad hack.
mlterm-3.9.0/baselib/aclocal.m4:5619:	_LT_TAGVAR(archive_cmds, $1)='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
mlterm-3.9.0/baselib/aclocal.m4-5620-	# The linker will automatically build a .lib file if we build a DLL.
##############################################
mlterm-3.9.0/baselib/aclocal.m4-5756-      if test yes = "$GCC"; then
mlterm-3.9.0/baselib/aclocal.m4:5757:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
mlterm-3.9.0/baselib/aclocal.m4-5758-	# Try to use the -exported_symbol ld option, if it does not
##############################################
mlterm-3.9.0/baselib/aclocal.m4-5779-	if test yes = "$lt_cv_irix_exported_symbol"; then
mlterm-3.9.0/baselib/aclocal.m4:5780:          _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations $wl-exports_file $wl$export_symbols -o $lib'
mlterm-3.9.0/baselib/aclocal.m4-5781-	fi
mlterm-3.9.0/baselib/aclocal.m4-5782-      else
mlterm-3.9.0/baselib/aclocal.m4:5783:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
mlterm-3.9.0/baselib/aclocal.m4:5784:	_LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -exports_file $export_symbols -o $lib'
mlterm-3.9.0/baselib/aclocal.m4-5785-      fi
##############################################
mlterm-3.9.0/baselib/aclocal.m4-5829-	_LT_TAGVAR(hardcode_direct_absolute, $1)=yes
mlterm-3.9.0/baselib/aclocal.m4:5830:	if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
mlterm-3.9.0/baselib/aclocal.m4-5831-	  _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
##############################################
mlterm-3.9.0/baselib/aclocal.m4-5860-	prefix_cmds="$SED"~
mlterm-3.9.0/baselib/aclocal.m4:5861:	if test EXPORTS = "`$SED 1q $export_symbols`"; then
mlterm-3.9.0/baselib/aclocal.m4-5862-	  prefix_cmds="$prefix_cmds -e 1d";
##############################################
mlterm-3.9.0/baselib/aclocal.m4-5874-	_LT_TAGVAR(allow_undefined_flag, $1)=' $wl-expect_unresolved $wl\*'
mlterm-3.9.0/baselib/aclocal.m4:5875:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
mlterm-3.9.0/baselib/aclocal.m4-5876-      else
mlterm-3.9.0/baselib/aclocal.m4-5877-	_LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
mlterm-3.9.0/baselib/aclocal.m4:5878:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
mlterm-3.9.0/baselib/aclocal.m4-5879-      fi
##############################################
mlterm-3.9.0/baselib/aclocal.m4-5887-	_LT_TAGVAR(allow_undefined_flag, $1)=' $wl-expect_unresolved $wl\*'
mlterm-3.9.0/baselib/aclocal.m4:5888:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared$allow_undefined_flag $pic_flag $libobjs $deplibs $compiler_flags $wl-msym $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
mlterm-3.9.0/baselib/aclocal.m4-5889-	_LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir'
##############################################
mlterm-3.9.0/baselib/aclocal.m4-5891-	_LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
mlterm-3.9.0/baselib/aclocal.m4:5892:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
mlterm-3.9.0/baselib/aclocal.m4:5893:	_LT_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; printf "%s\\n" "-hidden">> $lib.exp~
mlterm-3.9.0/baselib/aclocal.m4:5894:          $CC -shared$allow_undefined_flag $wl-input $wl$lib.exp $compiler_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib~$RM $lib.exp'
mlterm-3.9.0/baselib/aclocal.m4-5895-
##############################################
mlterm-3.9.0/baselib/aclocal.m4-5910-      else
mlterm-3.9.0/baselib/aclocal.m4:5911:	case `$CC -V 2>&1` in
mlterm-3.9.0/baselib/aclocal.m4-5912-	*"Compilers 5.0"*)
##############################################
mlterm-3.9.0/baselib/aclocal.m4-6103-	  _LT_TAGVAR(allow_undefined_flag, $1)=
mlterm-3.9.0/baselib/aclocal.m4:6104:	  if AC_TRY_EVAL(_LT_TAGVAR(archive_cmds, $1) 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1)
mlterm-3.9.0/baselib/aclocal.m4-6105-	  then
##############################################
mlterm-3.9.0/baselib/aclocal.m4-6403-        # ancient GNU ld didn't support --whole-archive et. al.
mlterm-3.9.0/baselib/aclocal.m4:6404:        if eval "`$CC -print-prog-name=ld` --help 2>&1" |
mlterm-3.9.0/baselib/aclocal.m4-6405-	  $GREP 'no-whole-archive' > /dev/null; then
##############################################
mlterm-3.9.0/baselib/aclocal.m4-6513-          # below for broken collect2 doesn't work under 4.3+
mlterm-3.9.0/baselib/aclocal.m4:6514:	  collect2name=`$CC -print-prog-name=collect2`
mlterm-3.9.0/baselib/aclocal.m4-6515-	  if test -f "$collect2name" &&
##############################################
mlterm-3.9.0/baselib/aclocal.m4-6571-
mlterm-3.9.0/baselib/aclocal.m4:6572:          _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $deplibs $wl'$no_entry_flag' $compiler_flags `if test -n "$allow_undefined_flag"; then func_echo_all "$wl$allow_undefined_flag"; else :; fi` $wl'$exp_sym_flag:\$export_symbols' '$shared_flag
mlterm-3.9.0/baselib/aclocal.m4-6573-        else
##############################################
mlterm-3.9.0/baselib/aclocal.m4-6596-	    # -brtl affects multiple linker settings, -berok does not and is overridden later
mlterm-3.9.0/baselib/aclocal.m4:6597:	    compiler_flags_filtered='`func_echo_all "$compiler_flags " | $SED -e "s%-brtl\\([[, ]]\\)%-berok\\1%g"`'
mlterm-3.9.0/baselib/aclocal.m4-6598-	    if test svr4 != "$with_aix_soname"; then
##############################################
mlterm-3.9.0/baselib/aclocal.m4-6725-	  prefix_cmds="$SED"~
mlterm-3.9.0/baselib/aclocal.m4:6726:	  if test EXPORTS = "`$SED 1q $export_symbols`"; then
mlterm-3.9.0/baselib/aclocal.m4-6727-	    prefix_cmds="$prefix_cmds -e 1d";
##############################################
mlterm-3.9.0/baselib/aclocal.m4-6799-            # dependencies.
mlterm-3.9.0/baselib/aclocal.m4:6800:            output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $EGREP "\-L"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
mlterm-3.9.0/baselib/aclocal.m4-6801-            ;;
##############################################
mlterm-3.9.0/baselib/aclocal.m4-6864-	    # dependencies.
mlterm-3.9.0/baselib/aclocal.m4:6865:	    output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $GREP "\-L"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
mlterm-3.9.0/baselib/aclocal.m4-6866-	    ;;
##############################################
mlterm-3.9.0/baselib/aclocal.m4-6900-	# time.  Moving up from 0x10000000 also allows more sbrk(2) space.
mlterm-3.9.0/baselib/aclocal.m4:6901:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
mlterm-3.9.0/baselib/aclocal.m4:6902:	_LT_TAGVAR(archive_expsym_cmds, $1)='sed "s|^|_|" $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--retain-symbols-file,$output_objdir/$soname.expsym $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
mlterm-3.9.0/baselib/aclocal.m4-6903-	;;
##############################################
mlterm-3.9.0/baselib/aclocal.m4-6907-	    # SGI C++
mlterm-3.9.0/baselib/aclocal.m4:6908:	    _LT_TAGVAR(archive_cmds, $1)='$CC -shared -all -multigot $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
mlterm-3.9.0/baselib/aclocal.m4-6909-
##############################################
mlterm-3.9.0/baselib/aclocal.m4-6918-	      if test no = "$with_gnu_ld"; then
mlterm-3.9.0/baselib/aclocal.m4:6919:	        _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
mlterm-3.9.0/baselib/aclocal.m4-6920-	      else
mlterm-3.9.0/baselib/aclocal.m4:6921:	        _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` -o $lib'
mlterm-3.9.0/baselib/aclocal.m4-6922-	      fi
##############################################
mlterm-3.9.0/baselib/aclocal.m4-6939-	    # to its proper name (with version) after linking.
mlterm-3.9.0/baselib/aclocal.m4:6940:	    _LT_TAGVAR(archive_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\$tempext\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
mlterm-3.9.0/baselib/aclocal.m4:6941:	    _LT_TAGVAR(archive_expsym_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\$tempext\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib $wl-retain-symbols-file,$export_symbols; mv \$templib $lib'
mlterm-3.9.0/baselib/aclocal.m4-6942-	    # Commands to make compiler produce verbose output that lists
##############################################
mlterm-3.9.0/baselib/aclocal.m4-6949-	    # dependencies.
mlterm-3.9.0/baselib/aclocal.m4:6950:	    output_verbose_link_cmd='templist=`$CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1 | $GREP "ld"`; rm -f libconftest$shared_ext; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
mlterm-3.9.0/baselib/aclocal.m4-6951-
##############################################
mlterm-3.9.0/baselib/aclocal.m4-6964-	    # earlier do not add the objects themselves.
mlterm-3.9.0/baselib/aclocal.m4:6965:	    case `$CC -V 2>&1` in
mlterm-3.9.0/baselib/aclocal.m4-6966-	      *"Version 7."*)
##############################################
mlterm-3.9.0/baselib/aclocal.m4-6985-            # Portland Group C++ compiler
mlterm-3.9.0/baselib/aclocal.m4:6986:	    case `$CC -V` in
mlterm-3.9.0/baselib/aclocal.m4-6987-	    *pgCC\ [[1-5]].* | *pgcpp\ [[1-5]].*)
##############################################
mlterm-3.9.0/baselib/aclocal.m4-6990-               $CC --prelink_objects --instantiation_dir $tpldir $objs $libobjs $compile_deplibs~
mlterm-3.9.0/baselib/aclocal.m4:6991:               compile_command="$compile_command `find $tpldir -name \*.o | sort | $NL2SP`"'
mlterm-3.9.0/baselib/aclocal.m4-6992-	      _LT_TAGVAR(old_archive_cmds, $1)='tpldir=Template.dir~
##############################################
mlterm-3.9.0/baselib/aclocal.m4-6994-                $CC --prelink_objects --instantiation_dir $tpldir $oldobjs$old_deplibs~
mlterm-3.9.0/baselib/aclocal.m4:6995:                $AR $AR_FLAGS $oldlib$oldobjs$old_deplibs `find $tpldir -name \*.o | sort | $NL2SP`~
mlterm-3.9.0/baselib/aclocal.m4-6996-                $RANLIB $oldlib'
##############################################
mlterm-3.9.0/baselib/aclocal.m4-6999-                $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
mlterm-3.9.0/baselib/aclocal.m4:7000:                $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags $wl-soname $wl$soname -o $lib'
mlterm-3.9.0/baselib/aclocal.m4-7001-	      _LT_TAGVAR(archive_expsym_cmds, $1)='tpldir=Template.dir~
##############################################
mlterm-3.9.0/baselib/aclocal.m4-7003-                $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
mlterm-3.9.0/baselib/aclocal.m4:7004:                $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib'
mlterm-3.9.0/baselib/aclocal.m4-7005-	      ;;
##############################################
mlterm-3.9.0/baselib/aclocal.m4-7013-	    _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl--export-dynamic'
mlterm-3.9.0/baselib/aclocal.m4:7014:	    _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
mlterm-3.9.0/baselib/aclocal.m4-7015-            ;;
##############################################
mlterm-3.9.0/baselib/aclocal.m4-7032-	    # dependencies.
mlterm-3.9.0/baselib/aclocal.m4:7033:	    output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld"`; templist=`func_echo_all "$templist" | $SED "s/\(^.*ld.*\)\( .*ld .*$\)/\1/"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "X$list" | $Xsed'
mlterm-3.9.0/baselib/aclocal.m4-7034-	    ;;
##############################################
mlterm-3.9.0/baselib/aclocal.m4-7047-	  *)
mlterm-3.9.0/baselib/aclocal.m4:7048:	    case `$CC -V 2>&1 | sed 5q` in
mlterm-3.9.0/baselib/aclocal.m4-7049-	    *Sun\ C*)
##############################################
mlterm-3.9.0/baselib/aclocal.m4-7054-	      _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
mlterm-3.9.0/baselib/aclocal.m4:7055:	      _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
mlterm-3.9.0/baselib/aclocal.m4-7056-	      _LT_TAGVAR(compiler_needs_object, $1)=yes
##############################################
mlterm-3.9.0/baselib/aclocal.m4-7119-	  _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath,$libdir'
mlterm-3.9.0/baselib/aclocal.m4:7120:	  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`"; then
mlterm-3.9.0/baselib/aclocal.m4-7121-	    _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-retain-symbols-file,$export_symbols -o $lib'
##############################################
mlterm-3.9.0/baselib/aclocal.m4-7138-	    # to its proper name (with version) after linking.
mlterm-3.9.0/baselib/aclocal.m4:7139:	    _LT_TAGVAR(archive_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo "$lib" | $SED -e "s/\$tempext\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
mlterm-3.9.0/baselib/aclocal.m4-7140-
##############################################
mlterm-3.9.0/baselib/aclocal.m4-7159-	        _LT_TAGVAR(allow_undefined_flag, $1)=' $wl-expect_unresolved $wl\*'
mlterm-3.9.0/baselib/aclocal.m4:7160:	        _LT_TAGVAR(archive_cmds, $1)='$CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $soname `test -n "$verstring" && func_echo_all "$wl-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
mlterm-3.9.0/baselib/aclocal.m4-7161-	        _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir'
##############################################
mlterm-3.9.0/baselib/aclocal.m4-7164-	        _LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
mlterm-3.9.0/baselib/aclocal.m4:7165:	        _LT_TAGVAR(archive_cmds, $1)='$CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
mlterm-3.9.0/baselib/aclocal.m4:7166:	        _LT_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~
mlterm-3.9.0/baselib/aclocal.m4-7167-                  echo "-hidden">> $lib.exp~
mlterm-3.9.0/baselib/aclocal.m4:7168:                  $CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname $wl-input $wl$lib.exp  `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib~
mlterm-3.9.0/baselib/aclocal.m4-7169-                  $RM $lib.exp'
##############################################
mlterm-3.9.0/baselib/aclocal.m4-7183-	    # dependencies.
mlterm-3.9.0/baselib/aclocal.m4:7184:	    output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld" | $GREP -v "ld:"`; templist=`func_echo_all "$templist" | $SED "s/\(^.*ld.*\)\( .*ld.*$\)/\1/"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
mlterm-3.9.0/baselib/aclocal.m4-7185-	    ;;
##############################################
mlterm-3.9.0/baselib/aclocal.m4-7190-	        osf3*)
mlterm-3.9.0/baselib/aclocal.m4:7191:	          _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
mlterm-3.9.0/baselib/aclocal.m4-7192-		  ;;
mlterm-3.9.0/baselib/aclocal.m4-7193-	        *)
mlterm-3.9.0/baselib/aclocal.m4:7194:	          _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -nostdlib $allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-msym $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
mlterm-3.9.0/baselib/aclocal.m4-7195-		  ;;
##############################################
mlterm-3.9.0/baselib/aclocal.m4-7443-  case @S|@2 in
mlterm-3.9.0/baselib/aclocal.m4:7444:  .*) func_stripname_result=`$ECHO "@S|@3" | $SED "s%^@S|@1%%; s%\\\\@S|@2\$%%"`;;
mlterm-3.9.0/baselib/aclocal.m4:7445:  *)  func_stripname_result=`$ECHO "@S|@3" | $SED "s%^@S|@1%%; s%@S|@2\$%%"`;;
mlterm-3.9.0/baselib/aclocal.m4-7446-  esac
##############################################
mlterm-3.9.0/baselib/aclocal.m4-7532-
mlterm-3.9.0/baselib/aclocal.m4:7533:  for p in `eval "$output_verbose_link_cmd"`; do
mlterm-3.9.0/baselib/aclocal.m4-7534-    case $prev$p in
##############################################
mlterm-3.9.0/baselib/aclocal.m4-7636-if test -n "${_LT_TAGVAR(compiler_lib_search_path, $1)}"; then
mlterm-3.9.0/baselib/aclocal.m4:7637: _LT_TAGVAR(compiler_lib_search_dirs, $1)=`echo " ${_LT_TAGVAR(compiler_lib_search_path, $1)}" | $SED -e 's! -L! !g' -e 's!^ !!'`
mlterm-3.9.0/baselib/aclocal.m4-7638-fi
##############################################
mlterm-3.9.0/baselib/aclocal.m4-8246-    test 10 -lt "$lt_ac_count" && break
mlterm-3.9.0/baselib/aclocal.m4:8247:    lt_ac_count=`expr $lt_ac_count + 1`
mlterm-3.9.0/baselib/aclocal.m4-8248-    if test "$lt_ac_count" -gt "$lt_ac_max"; then
##############################################
mlterm-3.9.0/baselib/aclocal.m4-8862-m4_define([lt_combine],
mlterm-3.9.0/baselib/aclocal.m4:8863:[m4_if(m4_eval([$# > 3]), [1],
mlterm-3.9.0/baselib/aclocal.m4-8864-       [m4_pushdef([_Lt_sep], [m4_define([_Lt_sep], m4_defn([lt_car]))])]]dnl
##############################################
mlterm-3.9.0/baselib/configure-43-if test -z "$BASH_VERSION$ZSH_VERSION" \
mlterm-3.9.0/baselib/configure:44:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
mlterm-3.9.0/baselib/configure-45-  as_echo='print -r --'
mlterm-3.9.0/baselib/configure-46-  as_echo_n='print -rn --'
mlterm-3.9.0/baselib/configure:47:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
mlterm-3.9.0/baselib/configure-48-  as_echo='printf %s\n'
##############################################
mlterm-3.9.0/baselib/configure-50-else
mlterm-3.9.0/baselib/configure:51:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
mlterm-3.9.0/baselib/configure-52-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
mlterm-3.9.0/baselib/configure-60-	expr "X$arg" : "X\\(.*\\)$as_nl";
mlterm-3.9.0/baselib/configure:61:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
mlterm-3.9.0/baselib/configure-62-      esac;
##############################################
mlterm-3.9.0/baselib/configure-197-  eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
mlterm-3.9.0/baselib/configure:198:  test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
mlterm-3.9.0/baselib/configure-199-
##############################################
mlterm-3.9.0/baselib/configure-204-    PATH=/empty FPATH=/empty; export PATH FPATH
mlterm-3.9.0/baselib/configure:205:    test \"X\`printf %s \$ECHO\`\" = \"X\$ECHO\" \\
mlterm-3.9.0/baselib/configure:206:      || test \"X\`print -r -- \$ECHO\`\" = \"X\$ECHO\" ) || exit 1
mlterm-3.9.0/baselib/configure-207-test \$(( 1 + 1 )) = 2 || exit 1"
##############################################
mlterm-3.9.0/baselib/configure-332-      case $as_dir in #(
mlterm-3.9.0/baselib/configure:333:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
mlterm-3.9.0/baselib/configure-334-      *) as_qdir=$as_dir;;
##############################################
mlterm-3.9.0/baselib/configure-405-  {
mlterm-3.9.0/baselib/configure:406:    as_val=`expr "$@" || test $? -eq 1`
mlterm-3.9.0/baselib/configure-407-  }
##############################################
mlterm-3.9.0/baselib/configure-412-# ----------------------------------------
mlterm-3.9.0/baselib/configure:413:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
mlterm-3.9.0/baselib/configure-414-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
mlterm-3.9.0/baselib/configure-475-  eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
mlterm-3.9.0/baselib/configure:476:  test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
mlterm-3.9.0/baselib/configure-477-  # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
##############################################
mlterm-3.9.0/baselib/configure-815-  case $ac_option in
mlterm-3.9.0/baselib/configure:816:  *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
mlterm-3.9.0/baselib/configure-817-  *=)   ac_optarg= ;;
##############################################
mlterm-3.9.0/baselib/configure-859-  -disable-* | --disable-*)
mlterm-3.9.0/baselib/configure:860:    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
mlterm-3.9.0/baselib/configure-861-    # Reject names that are not valid shell variable names.
##############################################
mlterm-3.9.0/baselib/configure-864-    ac_useropt_orig=$ac_useropt
mlterm-3.9.0/baselib/configure:865:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
mlterm-3.9.0/baselib/configure-866-    case $ac_user_opts in
##############################################
mlterm-3.9.0/baselib/configure-885-  -enable-* | --enable-*)
mlterm-3.9.0/baselib/configure:886:    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
mlterm-3.9.0/baselib/configure-887-    # Reject names that are not valid shell variable names.
##############################################
mlterm-3.9.0/baselib/configure-890-    ac_useropt_orig=$ac_useropt
mlterm-3.9.0/baselib/configure:891:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
mlterm-3.9.0/baselib/configure-892-    case $ac_user_opts in
##############################################
mlterm-3.9.0/baselib/configure-1089-  -with-* | --with-*)
mlterm-3.9.0/baselib/configure:1090:    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
mlterm-3.9.0/baselib/configure-1091-    # Reject names that are not valid shell variable names.
##############################################
mlterm-3.9.0/baselib/configure-1094-    ac_useropt_orig=$ac_useropt
mlterm-3.9.0/baselib/configure:1095:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
mlterm-3.9.0/baselib/configure-1096-    case $ac_user_opts in
##############################################
mlterm-3.9.0/baselib/configure-1105-  -without-* | --without-*)
mlterm-3.9.0/baselib/configure:1106:    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
mlterm-3.9.0/baselib/configure-1107-    # Reject names that are not valid shell variable names.
##############################################
mlterm-3.9.0/baselib/configure-1110-    ac_useropt_orig=$ac_useropt
mlterm-3.9.0/baselib/configure:1111:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
mlterm-3.9.0/baselib/configure-1112-    case $ac_user_opts in
##############################################
mlterm-3.9.0/baselib/configure-1143-  *=*)
mlterm-3.9.0/baselib/configure:1144:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
mlterm-3.9.0/baselib/configure-1145-    # Reject names that are not valid shell variable names.
##############################################
mlterm-3.9.0/baselib/configure-1164-if test -n "$ac_prev"; then
mlterm-3.9.0/baselib/configure:1165:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
mlterm-3.9.0/baselib/configure-1166-  as_fn_error $? "missing argument to $ac_option"
##############################################
mlterm-3.9.0/baselib/configure-1186-    */ )
mlterm-3.9.0/baselib/configure:1187:      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
mlterm-3.9.0/baselib/configure-1188-      eval $ac_var=\$ac_val;;
##############################################
mlterm-3.9.0/baselib/configure-1221-ac_ls_di=`ls -di .` &&
mlterm-3.9.0/baselib/configure:1222:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
mlterm-3.9.0/baselib/configure-1223-  as_fn_error $? "working directory cannot be determined"
##############################################
mlterm-3.9.0/baselib/configure-1277-case $srcdir in
mlterm-3.9.0/baselib/configure:1278:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
mlterm-3.9.0/baselib/configure-1279-esac
##############################################
mlterm-3.9.0/baselib/configure-1320-By default, \`make install' will install all the files in
mlterm-3.9.0/baselib/configure:1321:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
mlterm-3.9.0/baselib/configure:1322:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
mlterm-3.9.0/baselib/configure-1323-for instance \`--prefix=\$HOME'.
##############################################
mlterm-3.9.0/baselib/configure-1419-*)
mlterm-3.9.0/baselib/configure:1420:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
mlterm-3.9.0/baselib/configure-1421-  # A ".." for each directory in $ac_dir_suffix.
mlterm-3.9.0/baselib/configure:1422:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
mlterm-3.9.0/baselib/configure-1423-  case $ac_top_builddir_sub in
##############################################
mlterm-3.9.0/baselib/configure-1957-    *\'*)
mlterm-3.9.0/baselib/configure:1958:      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
mlterm-3.9.0/baselib/configure-1959-    esac
##############################################
mlterm-3.9.0/baselib/configure-2040-      case $ac_val in
mlterm-3.9.0/baselib/configure:2041:      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
mlterm-3.9.0/baselib/configure-2042-      esac
##############################################
mlterm-3.9.0/baselib/configure-2055-	case $ac_val in
mlterm-3.9.0/baselib/configure:2056:	*\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
mlterm-3.9.0/baselib/configure-2057-	esac
##############################################
mlterm-3.9.0/baselib/configure-2175-    set,)
mlterm-3.9.0/baselib/configure:2176:      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
mlterm-3.9.0/baselib/configure:2177:$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
mlterm-3.9.0/baselib/configure-2178-      ac_cache_corrupted=: ;;
##############################################
mlterm-3.9.0/baselib/configure-2186-	# differences in whitespace do not lead to failure.
mlterm-3.9.0/baselib/configure:2187:	ac_old_val_w=`echo x $ac_old_val`
mlterm-3.9.0/baselib/configure:2188:	ac_new_val_w=`echo x $ac_new_val`
mlterm-3.9.0/baselib/configure-2189-	if test "$ac_old_val_w" != "$ac_new_val_w"; then
##############################################
mlterm-3.9.0/baselib/configure-2206-    case $ac_new_val in
mlterm-3.9.0/baselib/configure:2207:    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
mlterm-3.9.0/baselib/configure-2208-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
mlterm-3.9.0/baselib/configure-2277-test "x$ac_build_alias" = x &&
mlterm-3.9.0/baselib/configure:2278:  ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
mlterm-3.9.0/baselib/configure-2279-test "x$ac_build_alias" = x &&
mlterm-3.9.0/baselib/configure-2280-  as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
mlterm-3.9.0/baselib/configure:2281:ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
mlterm-3.9.0/baselib/configure-2282-  as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
##############################################
mlterm-3.9.0/baselib/configure-2301-IFS=$ac_save_IFS
mlterm-3.9.0/baselib/configure:2302:case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
mlterm-3.9.0/baselib/configure-2303-
##############################################
mlterm-3.9.0/baselib/configure-2312-else
mlterm-3.9.0/baselib/configure:2313:  ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
mlterm-3.9.0/baselib/configure-2314-    as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
##############################################
mlterm-3.9.0/baselib/configure-2334-IFS=$ac_save_IFS
mlterm-3.9.0/baselib/configure:2335:case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
mlterm-3.9.0/baselib/configure-2336-
##############################################
mlterm-3.9.0/baselib/configure-2688-$as_echo_n "checking whether the C compiler works... " >&6; }
mlterm-3.9.0/baselib/configure:2689:ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
mlterm-3.9.0/baselib/configure-2690-
##############################################
mlterm-3.9.0/baselib/configure-2732-	then :; else
mlterm-3.9.0/baselib/configure:2733:	   ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
mlterm-3.9.0/baselib/configure-2734-	fi
##############################################
mlterm-3.9.0/baselib/configure-2792-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
mlterm-3.9.0/baselib/configure:2793:    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
mlterm-3.9.0/baselib/configure-2794-	  break;;
##############################################
mlterm-3.9.0/baselib/configure-2901-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
mlterm-3.9.0/baselib/configure:2902:    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
mlterm-3.9.0/baselib/configure-2903-       break;;
##############################################
mlterm-3.9.0/baselib/configure-3757-if test "X`( print -r -- -n ) 2>/dev/null`" = X-n && \
mlterm-3.9.0/baselib/configure:3758:   test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
mlterm-3.9.0/baselib/configure-3759-  ECHO='print -r --'
mlterm-3.9.0/baselib/configure:3760:elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
mlterm-3.9.0/baselib/configure-3761-  ECHO='printf %s\n'
##############################################
mlterm-3.9.0/baselib/configure-3826-  # Check for GNU $ac_path_SED
mlterm-3.9.0/baselib/configure:3827:case `"$ac_path_SED" --version 2>&1` in
mlterm-3.9.0/baselib/configure-3828-*GNU*)
##############################################
mlterm-3.9.0/baselib/configure-3902-  # Check for GNU $ac_path_GREP
mlterm-3.9.0/baselib/configure:3903:case `"$ac_path_GREP" --version 2>&1` in
mlterm-3.9.0/baselib/configure-3904-*GNU*)
##############################################
mlterm-3.9.0/baselib/configure-3968-  # Check for GNU $ac_path_EGREP
mlterm-3.9.0/baselib/configure:3969:case `"$ac_path_EGREP" --version 2>&1` in
mlterm-3.9.0/baselib/configure-3970-*GNU*)
##############################################
mlterm-3.9.0/baselib/configure-4035-  # Check for GNU $ac_path_FGREP
mlterm-3.9.0/baselib/configure:4036:case `"$ac_path_FGREP" --version 2>&1` in
mlterm-3.9.0/baselib/configure-4037-*GNU*)
##############################################
mlterm-3.9.0/baselib/configure-4115-    # gcc leaves a trailing carriage return, which upsets mingw
mlterm-3.9.0/baselib/configure:4116:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
mlterm-3.9.0/baselib/configure-4117-  *)
mlterm-3.9.0/baselib/configure:4118:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
mlterm-3.9.0/baselib/configure-4119-  esac
##############################################
mlterm-3.9.0/baselib/configure-4124-      # Canonicalize the pathname of ld
mlterm-3.9.0/baselib/configure:4125:      ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
mlterm-3.9.0/baselib/configure-4126-      while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
mlterm-3.9.0/baselib/configure:4127:	ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
mlterm-3.9.0/baselib/configure-4128-      done
##############################################
mlterm-3.9.0/baselib/configure-4159-      # Break only if it was the GNU/non-GNU ld that we prefer.
mlterm-3.9.0/baselib/configure:4160:      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
mlterm-3.9.0/baselib/configure-4161-      *GNU* | *'with BFD'*)
##############################################
mlterm-3.9.0/baselib/configure-4190-  # I'd rather use --version here, but apparently some GNU lds only accept -v.
mlterm-3.9.0/baselib/configure:4191:case `$LD -v 2>&1 </dev/null` in
mlterm-3.9.0/baselib/configure-4192-*GNU* | *'with BFD'*)
##############################################
mlterm-3.9.0/baselib/configure-4240-	esac
mlterm-3.9.0/baselib/configure:4241:	case `"$tmp_nm" -B $lt_bad_file 2>&1 | sed '1q'` in
mlterm-3.9.0/baselib/configure-4242-	*$lt_bad_file* | *'Invalid file or object type'*)
##############################################
mlterm-3.9.0/baselib/configure-4246-	*)
mlterm-3.9.0/baselib/configure:4247:	  case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
mlterm-3.9.0/baselib/configure-4248-	  */dev/null*)
##############################################
mlterm-3.9.0/baselib/configure-4374-
mlterm-3.9.0/baselib/configure:4375:    case `$DUMPBIN -symbols -headers /dev/null 2>&1 | sed '1q'` in
mlterm-3.9.0/baselib/configure-4376-    *COFF*)
##############################################
mlterm-3.9.0/baselib/configure-4486-    # And add a safety zone
mlterm-3.9.0/baselib/configure:4487:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
mlterm-3.9.0/baselib/configure:4488:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
mlterm-3.9.0/baselib/configure-4489-    ;;
##############################################
mlterm-3.9.0/baselib/configure-4519-    if test -n "$kargmax"; then
mlterm-3.9.0/baselib/configure:4520:      lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[	 ]//'`
mlterm-3.9.0/baselib/configure-4521-    else
##############################################
mlterm-3.9.0/baselib/configure-4528-       test undefined != "$lt_cv_sys_max_cmd_len"; then
mlterm-3.9.0/baselib/configure:4529:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
mlterm-3.9.0/baselib/configure:4530:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
mlterm-3.9.0/baselib/configure-4531-    else
##############################################
mlterm-3.9.0/baselib/configure-4540-      # we can't tell.
mlterm-3.9.0/baselib/configure:4541:      while { test X`env echo "$teststring$teststring" 2>/dev/null` \
mlterm-3.9.0/baselib/configure-4542-	         = "X$teststring$teststring"; } >/dev/null 2>&1 &&
##############################################
mlterm-3.9.0/baselib/configure-4544-      do
mlterm-3.9.0/baselib/configure:4545:        i=`expr $i + 1`
mlterm-3.9.0/baselib/configure-4546-        teststring=$teststring$teststring
##############################################
mlterm-3.9.0/baselib/configure-4548-      # Only check the string length outside the loop.
mlterm-3.9.0/baselib/configure:4549:      lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
mlterm-3.9.0/baselib/configure-4550-      teststring=
##############################################
mlterm-3.9.0/baselib/configure-4553-      # linker.  It appears as though 1/2 is a usable value.
mlterm-3.9.0/baselib/configure:4554:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
mlterm-3.9.0/baselib/configure-4555-    fi
##############################################
mlterm-3.9.0/baselib/configure-4961-openbsd* | bitrig*)
mlterm-3.9.0/baselib/configure:4962:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
mlterm-3.9.0/baselib/configure-4963-    lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
##############################################
mlterm-3.9.0/baselib/configure-5031-    else
mlterm-3.9.0/baselib/configure:5032:      file_magic_glob=`echo aAbBcCdDeEfFgGhHiIjJkKlLmMnNoOpPqQrRsStTuUvVwWxXyYzZ | $SED -e "s/\(..\)/s\/[\1]\/[\1]\/g;/g"`
mlterm-3.9.0/baselib/configure-5033-    fi
##############################################
mlterm-3.9.0/baselib/configure-5173-  # decide which one to use based on capabilities of $DLLTOOL
mlterm-3.9.0/baselib/configure:5174:  case `$DLLTOOL --help 2>&1` in
mlterm-3.9.0/baselib/configure-5175-  *--identify-strict*)
##############################################
mlterm-3.9.0/baselib/configure-5736-# If we're using GNU nm, then use its standard symbol codes.
mlterm-3.9.0/baselib/configure:5737:case `$NM -V 2>&1` in
mlterm-3.9.0/baselib/configure-5738-*GNU* | *'with BFD'*)
##############################################
mlterm-3.9.0/baselib/configure-5784-mingw*)
mlterm-3.9.0/baselib/configure:5785:  opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
mlterm-3.9.0/baselib/configure-5786-  ;;
##############################################
mlterm-3.9.0/baselib/configure-6016-   if test yes = "$GCC"; then
mlterm-3.9.0/baselib/configure:6017:     lt_sysroot=`$CC --print-sysroot 2>/dev/null`
mlterm-3.9.0/baselib/configure-6018-   fi
##############################################
mlterm-3.9.0/baselib/configure-6020- /*)
mlterm-3.9.0/baselib/configure:6021:   lt_sysroot=`echo "$with_sysroot" | sed -e "$sed_quote_subst"`
mlterm-3.9.0/baselib/configure-6022-   ;; #(
##############################################
mlterm-3.9.0/baselib/configure-6115-    done
mlterm-3.9.0/baselib/configure:6116:    func_cc_basename_result=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
mlterm-3.9.0/baselib/configure-6117-}
##############################################
mlterm-3.9.0/baselib/configure-6137-  test $ac_status = 0; }; then
mlterm-3.9.0/baselib/configure:6138:    case `/usr/bin/file conftest.$ac_objext` in
mlterm-3.9.0/baselib/configure-6139-      *ELF-32*)
##############################################
mlterm-3.9.0/baselib/configure-6158-    if test yes = "$lt_cv_prog_gnu_ld"; then
mlterm-3.9.0/baselib/configure:6159:      case `/usr/bin/file conftest.$ac_objext` in
mlterm-3.9.0/baselib/configure-6160-	*32-bit*)
##############################################
mlterm-3.9.0/baselib/configure-6170-    else
mlterm-3.9.0/baselib/configure:6171:      case `/usr/bin/file conftest.$ac_objext` in
mlterm-3.9.0/baselib/configure-6172-	*32-bit*)
##############################################
mlterm-3.9.0/baselib/configure-6196-    emul=elf
mlterm-3.9.0/baselib/configure:6197:    case `/usr/bin/file conftest.$ac_objext` in
mlterm-3.9.0/baselib/configure-6198-      *32-bit*)
##############################################
mlterm-3.9.0/baselib/configure-6204-    esac
mlterm-3.9.0/baselib/configure:6205:    case `/usr/bin/file conftest.$ac_objext` in
mlterm-3.9.0/baselib/configure-6206-      *MSB*)
##############################################
mlterm-3.9.0/baselib/configure-6212-    esac
mlterm-3.9.0/baselib/configure:6213:    case `/usr/bin/file conftest.$ac_objext` in
mlterm-3.9.0/baselib/configure-6214-      *N32*)
##############################################
mlterm-3.9.0/baselib/configure-7145-    *:)
mlterm-3.9.0/baselib/configure:7146:        eval $1=\"`$ECHO $2 | $SED 's/:/ /g'` \$$1\"
mlterm-3.9.0/baselib/configure-7147-        ;;
mlterm-3.9.0/baselib/configure-7148-    x:*)
mlterm-3.9.0/baselib/configure:7149:        eval $1=\"\$$1 `$ECHO $2 | $SED 's/:/ /g'`\"
mlterm-3.9.0/baselib/configure-7150-        ;;
mlterm-3.9.0/baselib/configure-7151-    *::*)
mlterm-3.9.0/baselib/configure:7152:        eval $1=\"\$$1\ `$ECHO $2 | $SED -e 's/.*:://' -e 's/:/ /g'`\"
mlterm-3.9.0/baselib/configure:7153:        eval $1=\"`$ECHO $2 | $SED -e 's/::.*//' -e 's/:/ /g'`\ \$$1\"
mlterm-3.9.0/baselib/configure-7154-        ;;
mlterm-3.9.0/baselib/configure-7155-    *)
mlterm-3.9.0/baselib/configure:7156:        eval $1=\"`$ECHO $2 | $SED 's/:/ /g'`\"
mlterm-3.9.0/baselib/configure-7157-        ;;
##############################################
mlterm-3.9.0/baselib/configure-7277-do :
mlterm-3.9.0/baselib/configure:7278:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
mlterm-3.9.0/baselib/configure-7279-ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
##############################################
mlterm-3.9.0/baselib/configure-7282-  cat >>confdefs.h <<_ACEOF
mlterm-3.9.0/baselib/configure:7283:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
mlterm-3.9.0/baselib/configure-7284-_ACEOF
##############################################
mlterm-3.9.0/baselib/configure-7636-	"file_magic "*)
mlterm-3.9.0/baselib/configure:7637:	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
mlterm-3.9.0/baselib/configure-7638-	  MAGIC_CMD=$lt_cv_path_MAGIC_CMD
##############################################
mlterm-3.9.0/baselib/configure-7702-	"file_magic "*)
mlterm-3.9.0/baselib/configure:7703:	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
mlterm-3.9.0/baselib/configure-7704-	  MAGIC_CMD=$lt_cv_path_MAGIC_CMD
##############################################
mlterm-3.9.0/baselib/configure-8096-      *)
mlterm-3.9.0/baselib/configure:8097:	case `$CC -V 2>&1 | sed 5q` in
mlterm-3.9.0/baselib/configure-8098-	*Sun\ Ceres\ Fortran* | *Sun*Fortran*\ [1-7].* | *Sun*Fortran*\ 8.[0-3]*)
##############################################
mlterm-3.9.0/baselib/configure-8542-	# shared libraries, regardless of the interface used.
mlterm-3.9.0/baselib/configure:8543:	case `$LD -v 2>&1` in
mlterm-3.9.0/baselib/configure-8544-	  *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
##############################################
mlterm-3.9.0/baselib/configure-8574-    supports_anon_versioning=no
mlterm-3.9.0/baselib/configure:8575:    case `$LD -v | $SED -e 's/(^)\+)\s\+//' 2>&1` in
mlterm-3.9.0/baselib/configure-8576-      *GNU\ gold*) supports_anon_versioning=yes ;;
##############################################
mlterm-3.9.0/baselib/configure-8643-	# is; otherwise, prepend EXPORTS...
mlterm-3.9.0/baselib/configure:8644:	archive_expsym_cmds='if   test DEF = "`$SED -n     -e '\''s/^[	 ]*//'\''     -e '\''/^\(;.*\)*$/d'\''     -e '\''s/^\(EXPORTS\|LIBRARY\)\([	 ].*\)*$/DEF/p'\''     -e q     $export_symbols`" ; then
mlterm-3.9.0/baselib/configure-8645-          cp $export_symbols $output_objdir/$soname.def;
##############################################
mlterm-3.9.0/baselib/configure-8677-	prefix_cmds="$SED"~
mlterm-3.9.0/baselib/configure:8678:	if test EXPORTS = "`$SED 1q $export_symbols`"; then
mlterm-3.9.0/baselib/configure-8679-	  prefix_cmds="$prefix_cmds -e 1d";
##############################################
mlterm-3.9.0/baselib/configure-8699-      # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
mlterm-3.9.0/baselib/configure:8700:      archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
mlterm-3.9.0/baselib/configure:8701:      archive_expsym_cmds='sed "s|^|_|" $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--retain-symbols-file,$output_objdir/$soname.expsym $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
mlterm-3.9.0/baselib/configure-8702-      ;;
##############################################
mlterm-3.9.0/baselib/configure-8717-        pgcc*)				# Portland Group C compiler
mlterm-3.9.0/baselib/configure:8718:	  whole_archive_flag_spec='$wl--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
mlterm-3.9.0/baselib/configure-8719-	  tmp_addflag=' $pic_flag'
##############################################
mlterm-3.9.0/baselib/configure-8722-					# Portland Group f77 and f90 compilers
mlterm-3.9.0/baselib/configure:8723:	  whole_archive_flag_spec='$wl--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
mlterm-3.9.0/baselib/configure-8724-	  tmp_addflag=' $pic_flag -Mnomain' ;;
##############################################
mlterm-3.9.0/baselib/configure-8739-	nvcc*)	# Cuda Compiler Driver 2.2
mlterm-3.9.0/baselib/configure:8740:	  whole_archive_flag_spec='$wl--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
mlterm-3.9.0/baselib/configure-8741-	  compiler_needs_object=yes
##############################################
mlterm-3.9.0/baselib/configure-8743-	esac
mlterm-3.9.0/baselib/configure:8744:	case `$CC -V 2>&1 | sed 5q` in
mlterm-3.9.0/baselib/configure-8745-	*Sun\ C*)			# Sun C 5.9
mlterm-3.9.0/baselib/configure:8746:	  whole_archive_flag_spec='$wl--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
mlterm-3.9.0/baselib/configure-8747-	  compiler_needs_object=yes
##############################################
mlterm-3.9.0/baselib/configure-8814-    sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
mlterm-3.9.0/baselib/configure:8815:      case `$LD -v 2>&1` in
mlterm-3.9.0/baselib/configure-8816-        *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
##############################################
mlterm-3.9.0/baselib/configure-8903-	else
mlterm-3.9.0/baselib/configure:8904:	  export_symbols_cmds='`func_echo_all $NM | $SED -e '\''s/B\([^B]*\)$/P\1/'\''` -PCpgl $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) && (substr(\$ 1,1,1) != ".")) { if ((\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) { print \$ 1 " weak" } else { print \$ 1 } } }'\'' | sort -u > $export_symbols'
mlterm-3.9.0/baselib/configure-8905-	fi
##############################################
mlterm-3.9.0/baselib/configure-8968-	# below for broken collect2 doesn't work under 4.3+
mlterm-3.9.0/baselib/configure:8969:	  collect2name=`$CC -print-prog-name=collect2`
mlterm-3.9.0/baselib/configure-8970-	  if test -f "$collect2name" &&
##############################################
mlterm-3.9.0/baselib/configure-9048-      }'
mlterm-3.9.0/baselib/configure:9049:  lt_cv_aix_libpath_=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
mlterm-3.9.0/baselib/configure-9050-  # Check for a 64-bit object if we didn't find anything.
mlterm-3.9.0/baselib/configure-9051-  if test -z "$lt_cv_aix_libpath_"; then
mlterm-3.9.0/baselib/configure:9052:    lt_cv_aix_libpath_=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
mlterm-3.9.0/baselib/configure-9053-  fi
##############################################
mlterm-3.9.0/baselib/configure-9066-        hardcode_libdir_flag_spec='$wl-blibpath:$libdir:'"$aix_libpath"
mlterm-3.9.0/baselib/configure:9067:        archive_expsym_cmds='$CC -o $output_objdir/$soname $libobjs $deplibs $wl'$no_entry_flag' $compiler_flags `if test -n "$allow_undefined_flag"; then func_echo_all "$wl$allow_undefined_flag"; else :; fi` $wl'$exp_sym_flag:\$export_symbols' '$shared_flag
mlterm-3.9.0/baselib/configure-9068-      else
##############################################
mlterm-3.9.0/baselib/configure-9101-      }'
mlterm-3.9.0/baselib/configure:9102:  lt_cv_aix_libpath_=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
mlterm-3.9.0/baselib/configure-9103-  # Check for a 64-bit object if we didn't find anything.
mlterm-3.9.0/baselib/configure-9104-  if test -z "$lt_cv_aix_libpath_"; then
mlterm-3.9.0/baselib/configure:9105:    lt_cv_aix_libpath_=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
mlterm-3.9.0/baselib/configure-9106-  fi
##############################################
mlterm-3.9.0/baselib/configure-9133-	  # -brtl affects multiple linker settings, -berok does not and is overridden later
mlterm-3.9.0/baselib/configure:9134:	  compiler_flags_filtered='`func_echo_all "$compiler_flags " | $SED -e "s%-brtl\\([, ]\\)%-berok\\1%g"`'
mlterm-3.9.0/baselib/configure-9135-	  if test svr4 != "$with_aix_soname"; then
##############################################
mlterm-3.9.0/baselib/configure-9186-	archive_cmds='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-DLL,-IMPLIB:"$tool_output_objdir$libname.dll.lib"~linknames='
mlterm-3.9.0/baselib/configure:9187:	archive_expsym_cmds='if   test DEF = "`$SED -n     -e '\''s/^[	 ]*//'\''     -e '\''/^\(;.*\)*$/d'\''     -e '\''s/^\(EXPORTS\|LIBRARY\)\([	 ].*\)*$/DEF/p'\''     -e q     $export_symbols`" ; then
mlterm-3.9.0/baselib/configure-9188-            cp "$export_symbols" "$output_objdir/$soname.def";
##############################################
mlterm-3.9.0/baselib/configure-9224-	# FIXME: Setting linknames here is a bad hack.
mlterm-3.9.0/baselib/configure:9225:	archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
mlterm-3.9.0/baselib/configure-9226-	# The linker will automatically build a .lib file if we build a DLL.
##############################################
mlterm-3.9.0/baselib/configure-9242-  if test yes = "$lt_cv_ld_force_load"; then
mlterm-3.9.0/baselib/configure:9243:    whole_archive_flag_spec='`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience $wl-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`'
mlterm-3.9.0/baselib/configure-9244-
##############################################
mlterm-3.9.0/baselib/configure-9422-      if test yes = "$GCC"; then
mlterm-3.9.0/baselib/configure:9423:	archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
mlterm-3.9.0/baselib/configure-9424-	# Try to use the -exported_symbol ld option, if it does not
##############################################
mlterm-3.9.0/baselib/configure-9450-	if test yes = "$lt_cv_irix_exported_symbol"; then
mlterm-3.9.0/baselib/configure:9451:          archive_expsym_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations $wl-exports_file $wl$export_symbols -o $lib'
mlterm-3.9.0/baselib/configure-9452-	fi
mlterm-3.9.0/baselib/configure-9453-      else
mlterm-3.9.0/baselib/configure:9454:	archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
mlterm-3.9.0/baselib/configure:9455:	archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -exports_file $export_symbols -o $lib'
mlterm-3.9.0/baselib/configure-9456-      fi
##############################################
mlterm-3.9.0/baselib/configure-9500-	hardcode_direct_absolute=yes
mlterm-3.9.0/baselib/configure:9501:	if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
mlterm-3.9.0/baselib/configure-9502-	  archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
##############################################
mlterm-3.9.0/baselib/configure-9531-	prefix_cmds="$SED"~
mlterm-3.9.0/baselib/configure:9532:	if test EXPORTS = "`$SED 1q $export_symbols`"; then
mlterm-3.9.0/baselib/configure-9533-	  prefix_cmds="$prefix_cmds -e 1d";
##############################################
mlterm-3.9.0/baselib/configure-9545-	allow_undefined_flag=' $wl-expect_unresolved $wl\*'
mlterm-3.9.0/baselib/configure:9546:	archive_cmds='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
mlterm-3.9.0/baselib/configure-9547-      else
mlterm-3.9.0/baselib/configure-9548-	allow_undefined_flag=' -expect_unresolved \*'
mlterm-3.9.0/baselib/configure:9549:	archive_cmds='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
mlterm-3.9.0/baselib/configure-9550-      fi
##############################################
mlterm-3.9.0/baselib/configure-9558-	allow_undefined_flag=' $wl-expect_unresolved $wl\*'
mlterm-3.9.0/baselib/configure:9559:	archive_cmds='$CC -shared$allow_undefined_flag $pic_flag $libobjs $deplibs $compiler_flags $wl-msym $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
mlterm-3.9.0/baselib/configure-9560-	hardcode_libdir_flag_spec='$wl-rpath $wl$libdir'
##############################################
mlterm-3.9.0/baselib/configure-9562-	allow_undefined_flag=' -expect_unresolved \*'
mlterm-3.9.0/baselib/configure:9563:	archive_cmds='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
mlterm-3.9.0/baselib/configure:9564:	archive_expsym_cmds='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; printf "%s\\n" "-hidden">> $lib.exp~
mlterm-3.9.0/baselib/configure:9565:          $CC -shared$allow_undefined_flag $wl-input $wl$lib.exp $compiler_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib~$RM $lib.exp'
mlterm-3.9.0/baselib/configure-9566-
##############################################
mlterm-3.9.0/baselib/configure-9581-      else
mlterm-3.9.0/baselib/configure:9582:	case `$CC -V 2>&1` in
mlterm-3.9.0/baselib/configure-9583-	*"Compilers 5.0"*)
##############################################
mlterm-3.9.0/baselib/configure-9980-  esac
mlterm-3.9.0/baselib/configure:9981:  lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
mlterm-3.9.0/baselib/configure-9982-  case $lt_search_path_spec in
##############################################
mlterm-3.9.0/baselib/configure-9987-    # okay in the real world where ";" in dirpaths is itself problematic.
mlterm-3.9.0/baselib/configure:9988:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
mlterm-3.9.0/baselib/configure-9989-    ;;
mlterm-3.9.0/baselib/configure-9990-  *)
mlterm-3.9.0/baselib/configure:9991:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
mlterm-3.9.0/baselib/configure-9992-    ;;
##############################################
mlterm-3.9.0/baselib/configure-9996-  lt_tmp_lt_search_path_spec=
mlterm-3.9.0/baselib/configure:9997:  lt_multi_os_dir=/`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
mlterm-3.9.0/baselib/configure-9998-  # ...but if some path component already ends with the multilib dir we assume
##############################################
mlterm-3.9.0/baselib/configure-10038-  esac
mlterm-3.9.0/baselib/configure:10039:  sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
mlterm-3.9.0/baselib/configure-10040-else
##############################################
mlterm-3.9.0/baselib/configure-10178-    # Create ${libname}_ixlibrary.a entries in /sys/libs.
mlterm-3.9.0/baselib/configure:10179:    finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`func_echo_all "$lib" | $SED '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; $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'
mlterm-3.9.0/baselib/configure-10180-    ;;
##############################################
mlterm-3.9.0/baselib/configure-10214-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
mlterm-3.9.0/baselib/configure:10215:    postinstall_cmds='base_file=`basename \$file`~
mlterm-3.9.0/baselib/configure:10216:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~
mlterm-3.9.0/baselib/configure:10217:      dldir=$destdir/`dirname \$dlpath`~
mlterm-3.9.0/baselib/configure-10218-      test -d \$dldir || mkdir -p \$dldir~
##############################################
mlterm-3.9.0/baselib/configure-10223-      fi'
mlterm-3.9.0/baselib/configure:10224:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
mlterm-3.9.0/baselib/configure-10225-      dlpath=$dir/\$dldll~
##############################################
mlterm-3.9.0/baselib/configure-10231-      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
mlterm-3.9.0/baselib/configure:10232:      soname_spec='`echo $libname | sed -e 's/^lib/cyg/'``echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
mlterm-3.9.0/baselib/configure-10233-
##############################################
mlterm-3.9.0/baselib/configure-10237-      # MinGW DLLs use traditional 'lib' prefix
mlterm-3.9.0/baselib/configure:10238:      soname_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
mlterm-3.9.0/baselib/configure-10239-      ;;
##############################################
mlterm-3.9.0/baselib/configure-10241-      # pw32 DLLs use 'pw' prefix rather than 'lib'
mlterm-3.9.0/baselib/configure:10242:      library_names_spec='`echo $libname | sed -e 's/^lib/pw/'``echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
mlterm-3.9.0/baselib/configure-10243-      ;;
##############################################
mlterm-3.9.0/baselib/configure-10250-    libname_spec='$name'
mlterm-3.9.0/baselib/configure:10251:    soname_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
mlterm-3.9.0/baselib/configure-10252-    library_names_spec='$libname.dll.lib'
##############################################
mlterm-3.9.0/baselib/configure-10262-        # Let DOS variable expansion print the short 8.3 style file name.
mlterm-3.9.0/baselib/configure:10263:        lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"`
mlterm-3.9.0/baselib/configure-10264-        sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path"
##############################################
mlterm-3.9.0/baselib/configure-10267-      # Convert to MSYS style.
mlterm-3.9.0/baselib/configure:10268:      sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | sed -e 's|\\\\|/|g' -e 's| \\([a-zA-Z]\\):| /\\1|g' -e 's|^ ||'`
mlterm-3.9.0/baselib/configure-10269-      ;;
##############################################
mlterm-3.9.0/baselib/configure-10273-      # like /cygdrive/c/PROGRA~1:/cygdr...
mlterm-3.9.0/baselib/configure:10274:      sys_lib_search_path_spec=`cygpath --path --unix "$LIB"`
mlterm-3.9.0/baselib/configure:10275:      sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null`
mlterm-3.9.0/baselib/configure:10276:      sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
mlterm-3.9.0/baselib/configure-10277-      ;;
##############################################
mlterm-3.9.0/baselib/configure-10281-        # It is most probably a Windows format PATH.
mlterm-3.9.0/baselib/configure:10282:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
mlterm-3.9.0/baselib/configure-10283-      else
mlterm-3.9.0/baselib/configure:10284:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
mlterm-3.9.0/baselib/configure-10285-      fi
##############################################
mlterm-3.9.0/baselib/configure-10291-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
mlterm-3.9.0/baselib/configure:10292:    postinstall_cmds='base_file=`basename \$file`~
mlterm-3.9.0/baselib/configure:10293:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~
mlterm-3.9.0/baselib/configure:10294:      dldir=$destdir/`dirname \$dlpath`~
mlterm-3.9.0/baselib/configure-10295-      test -d \$dldir || mkdir -p \$dldir~
mlterm-3.9.0/baselib/configure-10296-      $install_prog $dir/$dlname \$dldir/$dlname'
mlterm-3.9.0/baselib/configure:10297:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
mlterm-3.9.0/baselib/configure-10298-      dlpath=$dir/\$dldll~
##############################################
mlterm-3.9.0/baselib/configure-10305-    # Assume MSVC wrapper
mlterm-3.9.0/baselib/configure:10306:    library_names_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext $libname.lib'
mlterm-3.9.0/baselib/configure-10307-    dynamic_linker='Win32 ld.exe'
##############################################
mlterm-3.9.0/baselib/configure-10322-  shlibpath_var=DYLD_LIBRARY_PATH
mlterm-3.9.0/baselib/configure:10323:  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
mlterm-3.9.0/baselib/configure-10324-
##############################################
mlterm-3.9.0/baselib/configure-10575-  if test -f /etc/ld.so.conf; then
mlterm-3.9.0/baselib/configure:10576:    lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[	 ]*hwcap[	 ]/d;s/[:,	]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;s/"//g;/^$/d' | tr '\n' ' '`
mlterm-3.9.0/baselib/configure-10577-    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
##############################################
mlterm-3.9.0/baselib/configure-10629-  need_lib_prefix=no
mlterm-3.9.0/baselib/configure:10630:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
mlterm-3.9.0/baselib/configure-10631-    need_version=no
##############################################
mlterm-3.9.0/baselib/configure-10656-  sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
mlterm-3.9.0/baselib/configure:10657:  postinstall_cmds='base_file=`basename \$file`~
mlterm-3.9.0/baselib/configure:10658:    dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; $ECHO \$dlname'\''`~
mlterm-3.9.0/baselib/configure:10659:    dldir=$destdir/`dirname \$dlpath`~
mlterm-3.9.0/baselib/configure-10660-    test -d \$dldir || mkdir -p \$dldir~
##############################################
mlterm-3.9.0/baselib/configure-10665-    fi'
mlterm-3.9.0/baselib/configure:10666:  postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; $ECHO \$dlname'\''`~
mlterm-3.9.0/baselib/configure-10667-    dlpath=$dir/\$dldll~
##############################################
mlterm-3.9.0/baselib/configure-11717-do :
mlterm-3.9.0/baselib/configure:11718:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
mlterm-3.9.0/baselib/configure-11719-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
mlterm-3.9.0/baselib/configure-11721-  cat >>confdefs.h <<_ACEOF
mlterm-3.9.0/baselib/configure:11722:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
mlterm-3.9.0/baselib/configure-11723-_ACEOF
##############################################
mlterm-3.9.0/baselib/configure-11734-do :
mlterm-3.9.0/baselib/configure:11735:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
mlterm-3.9.0/baselib/configure-11736-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
mlterm-3.9.0/baselib/configure-11738-  cat >>confdefs.h <<_ACEOF
mlterm-3.9.0/baselib/configure:11739:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
mlterm-3.9.0/baselib/configure-11740-_ACEOF
##############################################
mlterm-3.9.0/baselib/configure-11882-  for ac_func in _getb67 GETB67 getb67; do
mlterm-3.9.0/baselib/configure:11883:    as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
mlterm-3.9.0/baselib/configure-11884-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
mlterm-3.9.0/baselib/configure-13477-  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
mlterm-3.9.0/baselib/configure:13478:  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
mlterm-3.9.0/baselib/configure-13479-  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
##############################################
mlterm-3.9.0/baselib/configure-13545-if test -z "$BASH_VERSION$ZSH_VERSION" \
mlterm-3.9.0/baselib/configure:13546:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
mlterm-3.9.0/baselib/configure-13547-  as_echo='print -r --'
mlterm-3.9.0/baselib/configure-13548-  as_echo_n='print -rn --'
mlterm-3.9.0/baselib/configure:13549:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
mlterm-3.9.0/baselib/configure-13550-  as_echo='printf %s\n'
##############################################
mlterm-3.9.0/baselib/configure-13552-else
mlterm-3.9.0/baselib/configure:13553:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
mlterm-3.9.0/baselib/configure-13554-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
mlterm-3.9.0/baselib/configure-13562-	expr "X$arg" : "X\\(.*\\)$as_nl";
mlterm-3.9.0/baselib/configure:13563:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
mlterm-3.9.0/baselib/configure-13564-      esac;
##############################################
mlterm-3.9.0/baselib/configure-13639-# ----------------------------------------
mlterm-3.9.0/baselib/configure:13640:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
mlterm-3.9.0/baselib/configure-13641-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
mlterm-3.9.0/baselib/configure-13711-  {
mlterm-3.9.0/baselib/configure:13712:    as_val=`expr "$@" || test $? -eq 1`
mlterm-3.9.0/baselib/configure-13713-  }
##############################################
mlterm-3.9.0/baselib/configure-13815-      case $as_dir in #(
mlterm-3.9.0/baselib/configure:13816:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
mlterm-3.9.0/baselib/configure-13817-      *) as_qdir=$as_dir;;
##############################################
mlterm-3.9.0/baselib/configure-13950-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
mlterm-3.9.0/baselib/configure:13951:ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
mlterm-3.9.0/baselib/configure-13952-ac_cs_version="\\
##############################################
mlterm-3.9.0/baselib/configure-13974-  --*=?*)
mlterm-3.9.0/baselib/configure:13975:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
mlterm-3.9.0/baselib/configure:13976:    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
mlterm-3.9.0/baselib/configure-13977-    ac_shift=:
##############################################
mlterm-3.9.0/baselib/configure-13979-  --*=)
mlterm-3.9.0/baselib/configure:13980:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
mlterm-3.9.0/baselib/configure-13981-    ac_optarg=
##############################################
mlterm-3.9.0/baselib/configure-14003-    case $ac_optarg in
mlterm-3.9.0/baselib/configure:14004:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
mlterm-3.9.0/baselib/configure-14005-    '') as_fn_error $? "missing file argument" ;;
##############################################
mlterm-3.9.0/baselib/configure-14011-    case $ac_optarg in
mlterm-3.9.0/baselib/configure:14012:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
mlterm-3.9.0/baselib/configure-14013-    esac
##############################################
mlterm-3.9.0/baselib/configure-14079-delay_variable_subst='$delay_variable_subst'
mlterm-3.9.0/baselib/configure:14080:AS='`$ECHO "$AS" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/baselib/configure:14081:DLLTOOL='`$ECHO "$DLLTOOL" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/baselib/configure:14082:OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/baselib/configure:14083:macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/baselib/configure:14084:macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/baselib/configure:14085:enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/baselib/configure:14086:enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/baselib/configure:14087:pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/baselib/configure:14088:enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/baselib/configure:14089:shared_archive_member_spec='`$ECHO "$shared_archive_member_spec" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/baselib/configure:14090:SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/baselib/configure:14091:ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/baselib/configure:14092:PATH_SEPARATOR='`$ECHO "$PATH_SEPARATOR" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/baselib/configure:14093:host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/baselib/configure:14094:host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/baselib/configure:14095:host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/baselib/configure:14096:build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/baselib/configure:14097:build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/baselib/configure:14098:build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/baselib/configure:14099:SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/baselib/configure:14100:Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/baselib/configure:14101:GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/baselib/configure:14102:EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/baselib/configure:14103:FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/baselib/configure:14104:LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/baselib/configure:14105:NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/baselib/configure:14106:LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/baselib/configure:14107:max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/baselib/configure:14108:ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/baselib/configure:14109:exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/baselib/configure:14110:lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/baselib/configure:14111:lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/baselib/configure:14112:lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/baselib/configure:14113:lt_cv_to_host_file_cmd='`$ECHO "$lt_cv_to_host_file_cmd" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/baselib/configure:14114:lt_cv_to_tool_file_cmd='`$ECHO "$lt_cv_to_tool_file_cmd" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/baselib/configure:14115:reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/baselib/configure:14116:reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/baselib/configure:14117:deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/baselib/configure:14118:file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/baselib/configure:14119:file_magic_glob='`$ECHO "$file_magic_glob" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/baselib/configure:14120:want_nocaseglob='`$ECHO "$want_nocaseglob" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/baselib/configure:14121:sharedlib_from_linklib_cmd='`$ECHO "$sharedlib_from_linklib_cmd" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/baselib/configure:14122:AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/baselib/configure:14123:AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/baselib/configure:14124:archiver_list_spec='`$ECHO "$archiver_list_spec" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/baselib/configure:14125:STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/baselib/configure:14126:RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/baselib/configure:14127:old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/baselib/configure:14128:old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/baselib/configure:14129:old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/baselib/configure:14130:lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/baselib/configure:14131:CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/baselib/configure:14132:CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/baselib/configure:14133:compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/baselib/configure:14134:GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/baselib/configure:14135:lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/baselib/configure:14136:lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/baselib/configure:14137:lt_cv_sys_global_symbol_to_import='`$ECHO "$lt_cv_sys_global_symbol_to_import" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/baselib/configure:14138:lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/baselib/configure:14139:lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address_lib_prefix" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/baselib/configure:14140:lt_cv_nm_interface='`$ECHO "$lt_cv_nm_interface" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/baselib/configure:14141:nm_file_list_spec='`$ECHO "$nm_file_list_spec" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/baselib/configure:14142:lt_sysroot='`$ECHO "$lt_sysroot" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/baselib/configure:14143:lt_cv_truncate_bin='`$ECHO "$lt_cv_truncate_bin" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/baselib/configure:14144:objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/baselib/configure:14145:MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/baselib/configure:14146:lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/baselib/configure:14147:lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/baselib/configure:14148:lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/baselib/configure:14149:lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/baselib/configure:14150:lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/baselib/configure:14151:need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/baselib/configure:14152:MANIFEST_TOOL='`$ECHO "$MANIFEST_TOOL" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/baselib/configure:14153:DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/baselib/configure:14154:NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/baselib/configure:14155:LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/baselib/configure:14156:OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/baselib/configure:14157:OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/baselib/configure:14158:libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/baselib/configure:14159:shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/baselib/configure:14160:extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/baselib/configure:14161:archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/baselib/configure:14162:enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/baselib/configure:14163:export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/baselib/configure:14164:whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/baselib/configure:14165:compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/baselib/configure:14166:old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/baselib/configure:14167:old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/baselib/configure:14168:archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/baselib/configure:14169:archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/baselib/configure:14170:module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/baselib/configure:14171:module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/baselib/configure:14172:with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/baselib/configure:14173:allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/baselib/configure:14174:no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/baselib/configure:14175:hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/baselib/configure:14176:hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/baselib/configure:14177:hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/baselib/configure:14178:hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/baselib/configure:14179:hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/baselib/configure:14180:hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/baselib/configure:14181:hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/baselib/configure:14182:inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/baselib/configure:14183:link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/baselib/configure:14184:always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/baselib/configure:14185:export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/baselib/configure:14186:exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/baselib/configure:14187:include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/baselib/configure:14188:prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/baselib/configure:14189:postlink_cmds='`$ECHO "$postlink_cmds" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/baselib/configure:14190:file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/baselib/configure:14191:variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/baselib/configure:14192:need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/baselib/configure:14193:need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/baselib/configure:14194:version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/baselib/configure:14195:runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/baselib/configure:14196:shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/baselib/configure:14197:shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/baselib/configure:14198:libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/baselib/configure:14199:library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/baselib/configure:14200:soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/baselib/configure:14201:install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/baselib/configure:14202:postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/baselib/configure:14203:postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/baselib/configure:14204:finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/baselib/configure:14205:finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/baselib/configure:14206:hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/baselib/configure:14207:sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/baselib/configure:14208:configure_time_dlsearch_path='`$ECHO "$configure_time_dlsearch_path" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/baselib/configure:14209:configure_time_lt_sys_library_path='`$ECHO "$configure_time_lt_sys_library_path" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/baselib/configure:14210:hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/baselib/configure:14211:enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/baselib/configure:14212:enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/baselib/configure:14213:enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/baselib/configure:14214:old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/baselib/configure:14215:striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/baselib/configure-14216-
##############################################
mlterm-3.9.0/baselib/configure-14298-striplib; do
mlterm-3.9.0/baselib/configure:14299:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
mlterm-3.9.0/baselib/configure-14300-    *[\\\\\\\`\\"\\\$]*)
mlterm-3.9.0/baselib/configure:14301:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\"" ## exclude from sc_prohibit_nested_quotes
mlterm-3.9.0/baselib/configure-14302-      ;;
##############################################
mlterm-3.9.0/baselib/configure-14329-configure_time_lt_sys_library_path; do
mlterm-3.9.0/baselib/configure:14330:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
mlterm-3.9.0/baselib/configure-14331-    *[\\\\\\\`\\"\\\$]*)
mlterm-3.9.0/baselib/configure:14332:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\"" ## exclude from sc_prohibit_nested_quotes
mlterm-3.9.0/baselib/configure-14333-      ;;
##############################################
mlterm-3.9.0/baselib/configure-14424-fi
mlterm-3.9.0/baselib/configure:14425:ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
mlterm-3.9.0/baselib/configure-14426-if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
##############################################
mlterm-3.9.0/baselib/configure-14441-  as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
mlterm-3.9.0/baselib/configure:14442:ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
mlterm-3.9.0/baselib/configure-14443-ac_delim='%!_!# '
##############################################
mlterm-3.9.0/baselib/configure-14447-
mlterm-3.9.0/baselib/configure:14448:  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
mlterm-3.9.0/baselib/configure-14449-  if test $ac_delim_n = $ac_delim_num; then
##############################################
mlterm-3.9.0/baselib/configure-14585-for ac_last_try in false false :; do
mlterm-3.9.0/baselib/configure:14586:  ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
mlterm-3.9.0/baselib/configure-14587-  if test -z "$ac_tt"; then
##############################################
mlterm-3.9.0/baselib/configure-14717-      esac
mlterm-3.9.0/baselib/configure:14718:      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
mlterm-3.9.0/baselib/configure-14719-      as_fn_append ac_file_inputs " '$ac_f'"
##############################################
mlterm-3.9.0/baselib/configure-14776-*)
mlterm-3.9.0/baselib/configure:14777:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
mlterm-3.9.0/baselib/configure-14778-  # A ".." for each directory in $ac_dir_suffix.
mlterm-3.9.0/baselib/configure:14779:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
mlterm-3.9.0/baselib/configure-14780-  case $ac_top_builddir_sub in
##############################################
mlterm-3.9.0/baselib/configure-14832-/@mandir@/p'
mlterm-3.9.0/baselib/configure:14833:case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
mlterm-3.9.0/baselib/configure-14834-*datarootdir*) ac_datarootdir_seen=yes;;
##############################################
mlterm-3.9.0/baselib/configure-14849-
mlterm-3.9.0/baselib/configure:14850:# Neutralize VPATH when `$srcdir' = `.'.
mlterm-3.9.0/baselib/configure-14851-# Shell code in configure.ac might set extrasub.
##############################################
mlterm-3.9.0/baselib/configure-14876-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
mlterm-3.9.0/baselib/configure:14877:  { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
mlterm-3.9.0/baselib/configure-14878-  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' \
##############################################
mlterm-3.9.0/baselib/configure-15404-    *:)
mlterm-3.9.0/baselib/configure:15405:        eval $1=\"`$ECHO $2 | $SED 's/:/ /g'` \$$1\"
mlterm-3.9.0/baselib/configure-15406-        ;;
mlterm-3.9.0/baselib/configure-15407-    x:*)
mlterm-3.9.0/baselib/configure:15408:        eval $1=\"\$$1 `$ECHO $2 | $SED 's/:/ /g'`\"
mlterm-3.9.0/baselib/configure-15409-        ;;
mlterm-3.9.0/baselib/configure-15410-    *::*)
mlterm-3.9.0/baselib/configure:15411:        eval $1=\"\$$1\ `$ECHO $2 | $SED -e 's/.*:://' -e 's/:/ /g'`\"
mlterm-3.9.0/baselib/configure:15412:        eval $1=\"`$ECHO $2 | $SED -e 's/::.*//' -e 's/:/ /g'`\ \$$1\"
mlterm-3.9.0/baselib/configure-15413-        ;;
mlterm-3.9.0/baselib/configure-15414-    *)
mlterm-3.9.0/baselib/configure:15415:        eval $1=\"`$ECHO $2 | $SED 's/:/ /g'`\"
mlterm-3.9.0/baselib/configure-15416-        ;;
##############################################
mlterm-3.9.0/baselib/configure-15431-    done
mlterm-3.9.0/baselib/configure:15432:    func_cc_basename_result=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
mlterm-3.9.0/baselib/configure-15433-}
##############################################
mlterm-3.9.0/java/Makefile.in-93-.java.class :
mlterm-3.9.0/java/Makefile.in:94:	$(JAVAC) -classpath $(CLASSPATH@WIN32TAG@) -d . `$(CYGPATHW) $<`
mlterm-3.9.0/java/Makefile.in-95-
##############################################
mlterm-3.9.0/java/Makefile.in-103-MLTermPty.h:
mlterm-3.9.0/java/Makefile.in:104:	javac -h . `$(CYGPATHW) $(top_srcdir)/java/mlterm/MLTermPty.java`
mlterm-3.9.0/java/Makefile.in-105-	rm $(top_srcdir)/java/mlterm/MLTermPty.class
##############################################
mlterm-3.9.0/gtk/Makefile.in-41-	@SSH2_CFLAGS@ @GUI_CFLAGS@ @FT_CFLAGS@ -DSYSCONFDIR=\"$(sysconfdir)\" \
mlterm-3.9.0/gtk/Makefile.in:42:	`$(PKG_CONFIG) --cflags $(PKG_NAME)` @BRLAPI_CFLAGS@ @CFLAGS@ @CPPFLAGS@
mlterm-3.9.0/gtk/Makefile.in-43-LIBS = $(LPOBL) $(LMEF) @IMAGELIB_LIBS@ @DL_LIBS_IM@ @GTK_LIBS@ \
##############################################
mlterm-3.9.0/encodefilter/script/config.guess-34-
mlterm-3.9.0/encodefilter/script/config.guess:35:me=`echo "$0" | sed -e 's,.*/,,'`
mlterm-3.9.0/encodefilter/script/config.guess-36-
##############################################
mlterm-3.9.0/encodefilter/script/config.guess-105-    # shellcheck disable=SC2039
mlterm-3.9.0/encodefilter/script/config.guess:106:    { tmp=`(umask 077 && mktemp -d "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } ||
mlterm-3.9.0/encodefilter/script/config.guess-107-	{ test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir "$tmp" 2>/dev/null) ; } ||
##############################################
mlterm-3.9.0/encodefilter/script/config.guess-155-	EOF
mlterm-3.9.0/encodefilter/script/config.guess:156:	eval "`$CC_FOR_BUILD -E "$dummy.c" 2>/dev/null | grep '^LIBC' | sed 's, ,,g'`"
mlterm-3.9.0/encodefilter/script/config.guess-157-
##############################################
mlterm-3.9.0/encodefilter/script/config.guess-192-	    earmv*)
mlterm-3.9.0/encodefilter/script/config.guess:193:		arch=`echo "$UNAME_MACHINE_ARCH" | sed -e 's,^e\(armv[0-9]\).*$,\1,'`
mlterm-3.9.0/encodefilter/script/config.guess:194:		endian=`echo "$UNAME_MACHINE_ARCH" | sed -ne 's,^.*\(eb\)$,\1,p'`
mlterm-3.9.0/encodefilter/script/config.guess-195-		machine="${arch}${endian}"-unknown
##############################################
mlterm-3.9.0/encodefilter/script/config.guess-224-		expr='s/^earmv[0-9]/-eabi/;s/eb$//'
mlterm-3.9.0/encodefilter/script/config.guess:225:		abi=`echo "$UNAME_MACHINE_ARCH" | sed -e "$expr"`
mlterm-3.9.0/encodefilter/script/config.guess-226-		;;
##############################################
mlterm-3.9.0/encodefilter/script/config.guess-237-	    *)
mlterm-3.9.0/encodefilter/script/config.guess:238:		release=`echo "$UNAME_RELEASE" | sed -e 's/[-_].*//' | cut -d. -f1,2`
mlterm-3.9.0/encodefilter/script/config.guess-239-		;;
##############################################
mlterm-3.9.0/encodefilter/script/config.guess-290-	*4.0)
mlterm-3.9.0/encodefilter/script/config.guess:291:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'`
mlterm-3.9.0/encodefilter/script/config.guess-292-		;;
mlterm-3.9.0/encodefilter/script/config.guess-293-	*5.*)
mlterm-3.9.0/encodefilter/script/config.guess:294:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'`
mlterm-3.9.0/encodefilter/script/config.guess-295-		;;
##############################################
mlterm-3.9.0/encodefilter/script/config.guess-300-	# types through head -n 1, so we only detect the type of CPU 0.
mlterm-3.9.0/encodefilter/script/config.guess:301:	ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^  The alpha \(.*\) processor.*$/\1/p' | head -n 1`
mlterm-3.9.0/encodefilter/script/config.guess-302-	case "$ALPHA_CPU_TYPE" in
##############################################
mlterm-3.9.0/encodefilter/script/config.guess-338-	# 1.2 uses "1.2" for uname -r.
mlterm-3.9.0/encodefilter/script/config.guess:339:	echo "$UNAME_MACHINE"-dec-osf"`echo "$UNAME_RELEASE" | sed -e 's/^[PVTX]//' | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz`"
mlterm-3.9.0/encodefilter/script/config.guess-340-	# Reset EXIT trap before exiting to avoid spurious non-zero exit code.
##############################################
mlterm-3.9.0/encodefilter/script/config.guess-389-    s390x:SunOS:*:*)
mlterm-3.9.0/encodefilter/script/config.guess:390:	echo "$UNAME_MACHINE"-ibm-solaris2"`echo "$UNAME_RELEASE" | sed -e 's/[^.]*//'`"
mlterm-3.9.0/encodefilter/script/config.guess-391-	exit ;;
mlterm-3.9.0/encodefilter/script/config.guess-392-    sun4H:SunOS:5.*:*)
mlterm-3.9.0/encodefilter/script/config.guess:393:	echo sparc-hal-solaris2"`echo "$UNAME_RELEASE"|sed -e 's/[^.]*//'`"
mlterm-3.9.0/encodefilter/script/config.guess-394-	exit ;;
mlterm-3.9.0/encodefilter/script/config.guess-395-    sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*)
mlterm-3.9.0/encodefilter/script/config.guess:396:	echo sparc-sun-solaris2"`echo "$UNAME_RELEASE" | sed -e 's/[^.]*//'`"
mlterm-3.9.0/encodefilter/script/config.guess-397-	exit ;;
##############################################
mlterm-3.9.0/encodefilter/script/config.guess-414-	fi
mlterm-3.9.0/encodefilter/script/config.guess:415:	echo "$SUN_ARCH"-pc-solaris2"`echo "$UNAME_RELEASE"|sed -e 's/[^.]*//'`"
mlterm-3.9.0/encodefilter/script/config.guess-416-	exit ;;
##############################################
mlterm-3.9.0/encodefilter/script/config.guess-420-	# it's likely to be more like Solaris than SunOS4.
mlterm-3.9.0/encodefilter/script/config.guess:421:	echo sparc-sun-solaris3"`echo "$UNAME_RELEASE"|sed -e 's/[^.]*//'`"
mlterm-3.9.0/encodefilter/script/config.guess-422-	exit ;;
##############################################
mlterm-3.9.0/encodefilter/script/config.guess-429-	# Japanese Language versions have a version number like `4.1.3-JL'.
mlterm-3.9.0/encodefilter/script/config.guess:430:	echo sparc-sun-sunos"`echo "$UNAME_RELEASE"|sed -e 's/-/_/'`"
mlterm-3.9.0/encodefilter/script/config.guess-431-	exit ;;
##############################################
mlterm-3.9.0/encodefilter/script/config.guess-435-    sun*:*:4.2BSD:*)
mlterm-3.9.0/encodefilter/script/config.guess:436:	UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null`
mlterm-3.9.0/encodefilter/script/config.guess-437-	test "x$UNAME_RELEASE" = x && UNAME_RELEASE=3
##############################################
mlterm-3.9.0/encodefilter/script/config.guess-517-	$CC_FOR_BUILD -o "$dummy" "$dummy.c" &&
mlterm-3.9.0/encodefilter/script/config.guess:518:	  dummyarg=`echo "$UNAME_RELEASE" | sed -n 's/\([0-9]*\).*/\1/p'` &&
mlterm-3.9.0/encodefilter/script/config.guess:519:	  SYSTEM_NAME=`"$dummy" "$dummyarg"` &&
mlterm-3.9.0/encodefilter/script/config.guess-520-	    { echo "$SYSTEM_NAME"; exit; }
##############################################
mlterm-3.9.0/encodefilter/script/config.guess-573-    *:IRIX*:*:*)
mlterm-3.9.0/encodefilter/script/config.guess:574:	echo mips-sgi-irix"`echo "$UNAME_RELEASE"|sed -e 's/-/_/g'`"
mlterm-3.9.0/encodefilter/script/config.guess-575-	exit ;;
##############################################
mlterm-3.9.0/encodefilter/script/config.guess-603-EOF
mlterm-3.9.0/encodefilter/script/config.guess:604:		if $CC_FOR_BUILD -o "$dummy" "$dummy.c" && SYSTEM_NAME=`"$dummy"`
mlterm-3.9.0/encodefilter/script/config.guess-605-		then
##############################################
mlterm-3.9.0/encodefilter/script/config.guess-616-    *:AIX:*:[4567])
mlterm-3.9.0/encodefilter/script/config.guess:617:	IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'`
mlterm-3.9.0/encodefilter/script/config.guess-618-	if /usr/sbin/lsattr -El "$IBM_CPU_ID" | grep ' POWER' >/dev/null 2>&1; then
##############################################
mlterm-3.9.0/encodefilter/script/config.guess-652-    9000/[34678]??:HP-UX:*:*)
mlterm-3.9.0/encodefilter/script/config.guess:653:	HPUX_REV=`echo "$UNAME_RELEASE"|sed -e 's/[^.]*.[0B]*//'`
mlterm-3.9.0/encodefilter/script/config.guess-654-	case "$UNAME_MACHINE" in
##############################################
mlterm-3.9.0/encodefilter/script/config.guess-706-EOF
mlterm-3.9.0/encodefilter/script/config.guess:707:		    (CCOPTS="" $CC_FOR_BUILD -o "$dummy" "$dummy.c" 2>/dev/null) && HP_ARCH=`"$dummy"`
mlterm-3.9.0/encodefilter/script/config.guess-708-		    test -z "$HP_ARCH" && HP_ARCH=hppa
##############################################
mlterm-3.9.0/encodefilter/script/config.guess-734-    ia64:HP-UX:*:*)
mlterm-3.9.0/encodefilter/script/config.guess:735:	HPUX_REV=`echo "$UNAME_RELEASE"|sed -e 's/[^.]*.[0B]*//'`
mlterm-3.9.0/encodefilter/script/config.guess-736-	echo ia64-hp-hpux"$HPUX_REV"
##############################################
mlterm-3.9.0/encodefilter/script/config.guess-764-EOF
mlterm-3.9.0/encodefilter/script/config.guess:765:	$CC_FOR_BUILD -o "$dummy" "$dummy.c" && SYSTEM_NAME=`"$dummy"` &&
mlterm-3.9.0/encodefilter/script/config.guess-766-		{ echo "$SYSTEM_NAME"; exit; }
##############################################
mlterm-3.9.0/encodefilter/script/config.guess-835-	FUJITSU_SYS=`uname -p | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/\///'`
mlterm-3.9.0/encodefilter/script/config.guess:836:	FUJITSU_REL=`echo "$UNAME_RELEASE" | sed -e 's/ /_/'`
mlterm-3.9.0/encodefilter/script/config.guess-837-	echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
mlterm-3.9.0/encodefilter/script/config.guess-840-	FUJITSU_SYS=`uname -p | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/\///'`
mlterm-3.9.0/encodefilter/script/config.guess:841:	FUJITSU_REL=`echo "$UNAME_RELEASE" | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/ /_/'`
mlterm-3.9.0/encodefilter/script/config.guess-842-	echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
mlterm-3.9.0/encodefilter/script/config.guess-858-	then
mlterm-3.9.0/encodefilter/script/config.guess:859:	    echo "${UNAME_PROCESSOR}"-unknown-freebsd"`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`"-gnueabi
mlterm-3.9.0/encodefilter/script/config.guess-860-	else
mlterm-3.9.0/encodefilter/script/config.guess:861:	    echo "${UNAME_PROCESSOR}"-unknown-freebsd"`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`"-gnueabihf
mlterm-3.9.0/encodefilter/script/config.guess-862-	fi
##############################################
mlterm-3.9.0/encodefilter/script/config.guess-871-	esac
mlterm-3.9.0/encodefilter/script/config.guess:872:	echo "$UNAME_PROCESSOR"-unknown-freebsd"`echo "$UNAME_RELEASE"|sed -e 's/[-(].*//'`"
mlterm-3.9.0/encodefilter/script/config.guess-873-	exit ;;
##############################################
mlterm-3.9.0/encodefilter/script/config.guess-907-    prep*:SunOS:5.*:*)
mlterm-3.9.0/encodefilter/script/config.guess:908:	echo powerpcle-unknown-solaris2"`echo "$UNAME_RELEASE"|sed -e 's/[^.]*//'`"
mlterm-3.9.0/encodefilter/script/config.guess-909-	exit ;;
##############################################
mlterm-3.9.0/encodefilter/script/config.guess-911-	# the GNU system
mlterm-3.9.0/encodefilter/script/config.guess:912:	echo "`echo "$UNAME_MACHINE"|sed -e 's,[-/].*$,,'`-unknown-$LIBC`echo "$UNAME_RELEASE"|sed -e 's,/.*$,,'`"
mlterm-3.9.0/encodefilter/script/config.guess-913-	exit ;;
##############################################
mlterm-3.9.0/encodefilter/script/config.guess-915-	# other systems with GNU libc and userland
mlterm-3.9.0/encodefilter/script/config.guess:916:	echo "$UNAME_MACHINE-unknown-`echo "$UNAME_SYSTEM" | sed 's,^[^/]*/,,' | tr "[:upper:]" "[:lower:]"``echo "$UNAME_RELEASE"|sed -e 's/[-(].*//'`-$LIBC"
mlterm-3.9.0/encodefilter/script/config.guess-917-	exit ;;
##############################################
mlterm-3.9.0/encodefilter/script/config.guess-1037-EOF
mlterm-3.9.0/encodefilter/script/config.guess:1038:	eval "`$CC_FOR_BUILD -E "$dummy.c" 2>/dev/null | grep '^CPU\|^MIPS_ENDIAN\|^LIBCABI'`"
mlterm-3.9.0/encodefilter/script/config.guess-1039-	test "x$CPU" != x && { echo "$CPU${MIPS_ENDIAN}-unknown-linux-$LIBCABI"; exit; }
##############################################
mlterm-3.9.0/encodefilter/script/config.guess-1137-    i*86:*:4.*:*)
mlterm-3.9.0/encodefilter/script/config.guess:1138:	UNAME_REL=`echo "$UNAME_RELEASE" | sed 's/\/MP$//'`
mlterm-3.9.0/encodefilter/script/config.guess-1139-	if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then
##############################################
mlterm-3.9.0/encodefilter/script/config.guess-1440-    *:DragonFly:*:*)
mlterm-3.9.0/encodefilter/script/config.guess:1441:	echo "$UNAME_MACHINE"-unknown-dragonfly"`echo "$UNAME_RELEASE"|sed -e 's/[-(].*//'`"
mlterm-3.9.0/encodefilter/script/config.guess-1442-	exit ;;
##############################################
mlterm-3.9.0/encodefilter/script/config.guess-1453-    i*86:skyos:*:*)
mlterm-3.9.0/encodefilter/script/config.guess:1454:	echo "$UNAME_MACHINE"-pc-skyos"`echo "$UNAME_RELEASE" | sed -e 's/ .*$//'`"
mlterm-3.9.0/encodefilter/script/config.guess-1455-	exit ;;
##############################################
mlterm-3.9.0/encodefilter/script/config.guess-1603-
mlterm-3.9.0/encodefilter/script/config.guess:1604:$CC_FOR_BUILD -o "$dummy" "$dummy.c" 2>/dev/null && SYSTEM_NAME=`$dummy` &&
mlterm-3.9.0/encodefilter/script/config.guess-1605-	{ echo "$SYSTEM_NAME"; exit; }
##############################################
mlterm-3.9.0/encodefilter/script/config.sub-52-
mlterm-3.9.0/encodefilter/script/config.sub:53:me=`echo "$0" | sed -e 's,.*/,,'`
mlterm-3.9.0/encodefilter/script/config.sub-54-
##############################################
mlterm-3.9.0/encodefilter/script/config.sub-768-	i*86v32)
mlterm-3.9.0/encodefilter/script/config.sub:769:		cpu=`echo "$1" | sed -e 's/86.*/86/'`
mlterm-3.9.0/encodefilter/script/config.sub-770-		vendor=pc
##############################################
mlterm-3.9.0/encodefilter/script/config.sub-773-	i*86v4*)
mlterm-3.9.0/encodefilter/script/config.sub:774:		cpu=`echo "$1" | sed -e 's/86.*/86/'`
mlterm-3.9.0/encodefilter/script/config.sub-775-		vendor=pc
##############################################
mlterm-3.9.0/encodefilter/script/config.sub-778-	i*86v)
mlterm-3.9.0/encodefilter/script/config.sub:779:		cpu=`echo "$1" | sed -e 's/86.*/86/'`
mlterm-3.9.0/encodefilter/script/config.sub-780-		vendor=pc
##############################################
mlterm-3.9.0/encodefilter/script/config.sub-783-	i*86sol2)
mlterm-3.9.0/encodefilter/script/config.sub:784:		cpu=`echo "$1" | sed -e 's/86.*/86/'`
mlterm-3.9.0/encodefilter/script/config.sub-785-		vendor=pc
##############################################
mlterm-3.9.0/encodefilter/script/config.sub-916-		cpu=sparc
mlterm-3.9.0/encodefilter/script/config.sub:917:		vendor=`echo "$basic_machine" | sed 's/-.*//'`
mlterm-3.9.0/encodefilter/script/config.sub-918-		;;
##############################################
mlterm-3.9.0/encodefilter/script/config.sub-1083-	sh5e[lb]-*)
mlterm-3.9.0/encodefilter/script/config.sub:1084:		cpu=`echo "$cpu" | sed 's/^\(sh.\)e\(.\)$/\1\2e/'`
mlterm-3.9.0/encodefilter/script/config.sub-1085-		;;
##############################################
mlterm-3.9.0/encodefilter/script/config.sub-1101-	xscale-* | xscalee[bl]-*)
mlterm-3.9.0/encodefilter/script/config.sub:1102:		cpu=`echo "$cpu" | sed 's/^xscale/arm/'`
mlterm-3.9.0/encodefilter/script/config.sub-1103-		;;
##############################################
mlterm-3.9.0/encodefilter/script/config.sub-1256-			*)
mlterm-3.9.0/encodefilter/script/config.sub:1257:				echo Invalid configuration \`"$1"\': machine \`"$cpu-$vendor"\' not recognized 1>&2
mlterm-3.9.0/encodefilter/script/config.sub-1258-				exit 1
##############################################
mlterm-3.9.0/encodefilter/script/config.sub-1290-	solaris1 | solaris1.*)
mlterm-3.9.0/encodefilter/script/config.sub:1291:		os=`echo $os | sed -e 's|solaris1|sunos4|'`
mlterm-3.9.0/encodefilter/script/config.sub-1292-		;;
##############################################
mlterm-3.9.0/encodefilter/script/config.sub-1299-	gnu/linux*)
mlterm-3.9.0/encodefilter/script/config.sub:1300:		os=`echo $os | sed -e 's|gnu/linux|linux-gnu|'`
mlterm-3.9.0/encodefilter/script/config.sub-1301-		;;
##############################################
mlterm-3.9.0/encodefilter/script/config.sub-1322-	sco3.2.[4-9]*)
mlterm-3.9.0/encodefilter/script/config.sub:1323:		os=`echo $os | sed -e 's/sco3.2./sco3.2v/'`
mlterm-3.9.0/encodefilter/script/config.sub-1324-		;;
##############################################
mlterm-3.9.0/encodefilter/script/config.sub-1386-	nto*)
mlterm-3.9.0/encodefilter/script/config.sub:1387:		os=`echo $os | sed -e 's|nto|nto-qnx|'`
mlterm-3.9.0/encodefilter/script/config.sub-1388-		;;
##############################################
mlterm-3.9.0/encodefilter/script/config.sub-1396-	linux*)
mlterm-3.9.0/encodefilter/script/config.sub:1397:		os=`echo $os | sed -e 's|linux|linux-gnu|'`
mlterm-3.9.0/encodefilter/script/config.sub-1398-		;;
##############################################
mlterm-3.9.0/encodefilter/script/config.sub-1408-	mac*)
mlterm-3.9.0/encodefilter/script/config.sub:1409:		os=`echo "$os" | sed -e 's|mac|macos|'`
mlterm-3.9.0/encodefilter/script/config.sub-1410-		;;
##############################################
mlterm-3.9.0/encodefilter/script/config.sub-1417-	sunos5*)
mlterm-3.9.0/encodefilter/script/config.sub:1418:		os=`echo "$os" | sed -e 's|sunos5|solaris2|'`
mlterm-3.9.0/encodefilter/script/config.sub-1419-		;;
mlterm-3.9.0/encodefilter/script/config.sub-1420-	sunos6*)
mlterm-3.9.0/encodefilter/script/config.sub:1421:		os=`echo "$os" | sed -e 's|sunos6|solaris3|'`
mlterm-3.9.0/encodefilter/script/config.sub-1422-		;;
##############################################
mlterm-3.9.0/encodefilter/script/config.sub-1454-	sinix5.*)
mlterm-3.9.0/encodefilter/script/config.sub:1455:		os=`echo $os | sed -e 's|sinix|sysv|'`
mlterm-3.9.0/encodefilter/script/config.sub-1456-		;;
##############################################
mlterm-3.9.0/encodefilter/script/config.sub-1514-	*)
mlterm-3.9.0/encodefilter/script/config.sub:1515:		echo Invalid configuration \`"$1"\': system \`"$os"\' not recognized 1>&2
mlterm-3.9.0/encodefilter/script/config.sub-1516-		exit 1
##############################################
mlterm-3.9.0/encodefilter/script/install-sh-234-      fi
mlterm-3.9.0/encodefilter/script/install-sh:235:      cp_umask=`expr '(' 777 - $mode % 1000 ')' $u_plus_rw`;;
mlterm-3.9.0/encodefilter/script/install-sh-236-    *)
##############################################
mlterm-3.9.0/encodefilter/script/install-sh-281-      dstdir=$dst
mlterm-3.9.0/encodefilter/script/install-sh:282:      dst=$dstdir/`basename "$src"`
mlterm-3.9.0/encodefilter/script/install-sh-283-      dstdir_status=0
mlterm-3.9.0/encodefilter/script/install-sh-284-    else
mlterm-3.9.0/encodefilter/script/install-sh:285:      dstdir=`dirname "$dst"`
mlterm-3.9.0/encodefilter/script/install-sh-286-      test -d "$dstdir"
##############################################
mlterm-3.9.0/encodefilter/script/install-sh-337-                   # FreeBSD 6.1 mkdir -m -p sets mode of existing directory.
mlterm-3.9.0/encodefilter/script/install-sh:338:                   ls_ld_tmpdir=`ls -ld "$tmpdir"`
mlterm-3.9.0/encodefilter/script/install-sh-339-                   case $ls_ld_tmpdir in
##############################################
mlterm-3.9.0/encodefilter/script/install-sh-344-                   $mkdirprog -m$different_mode -p -- "$tmpdir" && {
mlterm-3.9.0/encodefilter/script/install-sh:345:                     ls_ld_tmpdir_1=`ls -ld "$tmpdir"`
mlterm-3.9.0/encodefilter/script/install-sh-346-                     test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1"
##############################################
mlterm-3.9.0/encodefilter/script/install-sh-402-            case $prefix in
mlterm-3.9.0/encodefilter/script/install-sh:403:              *\'*) qprefix=`echo "$prefix" | sed "s/'/'\\\\\\\\''/g"`;;
mlterm-3.9.0/encodefilter/script/install-sh-404-              *) qprefix=$prefix;;
##############################################
mlterm-3.9.0/encodefilter/script/install-sh-451-    if $copy_on_change &&
mlterm-3.9.0/encodefilter/script/install-sh:452:       old=`LC_ALL=C ls -dlL "$dst"     2>/dev/null` &&
mlterm-3.9.0/encodefilter/script/install-sh:453:       new=`LC_ALL=C ls -dlL "$dsttmp"  2>/dev/null` &&
mlterm-3.9.0/encodefilter/script/install-sh-454-       set -f &&
##############################################
mlterm-3.9.0/encodefilter/script/libtool-319-  :
mlterm-3.9.0/encodefilter/script/libtool:320:elif test "X`($echo '\t') 2>/dev/null`" = 'X\t'; then
mlterm-3.9.0/encodefilter/script/libtool-321-  # Yippee, $echo works!
##############################################
mlterm-3.9.0/encodefilter/script/libtool-337-# The name of this program.
mlterm-3.9.0/encodefilter/script/libtool:338:progname=`$echo "$0" | sed 's%^.*/%%'`
mlterm-3.9.0/encodefilter/script/libtool-339-modename="$progname"
##############################################
mlterm-3.9.0/encodefilter/script/libtool-400-  case $arg in
mlterm-3.9.0/encodefilter/script/libtool:401:  -*=*) optarg=`$echo "X$arg" | $Xsed -e 's/[-_a-zA-Z0-9]*=//'` ;;
mlterm-3.9.0/encodefilter/script/libtool-402-  *) optarg= ;;
##############################################
mlterm-3.9.0/encodefilter/script/libtool-571-	prev=
mlterm-3.9.0/encodefilter/script/libtool:572:	lastarg=`$echo "X$arg" | $Xsed -e "$sed_quote_subst"`
mlterm-3.9.0/encodefilter/script/libtool-573-
##############################################
mlterm-3.9.0/encodefilter/script/libtool-623-      -Wc,*)
mlterm-3.9.0/encodefilter/script/libtool:624:	args=`$echo "X$arg" | $Xsed -e "s/^-Wc,//"`
mlterm-3.9.0/encodefilter/script/libtool-625-	lastarg=
##############################################
mlterm-3.9.0/encodefilter/script/libtool-640-	IFS="$save_ifs"
mlterm-3.9.0/encodefilter/script/libtool:641:	lastarg=`$echo "X$lastarg" | $Xsed -e "s/^ //"`
mlterm-3.9.0/encodefilter/script/libtool-642-
##############################################
mlterm-3.9.0/encodefilter/script/libtool-675-      # interpreted inside of double-quoted scrings.
mlterm-3.9.0/encodefilter/script/libtool:676:      lastarg=`$echo "X$lastarg" | $Xsed -e "$sed_quote_subst"`
mlterm-3.9.0/encodefilter/script/libtool-677-
##############################################
mlterm-3.9.0/encodefilter/script/libtool-699-      # Get the name of the library object.
mlterm-3.9.0/encodefilter/script/libtool:700:      libobj=`$echo "X$srcfile" | $Xsed -e 's%^.*/%%'`
mlterm-3.9.0/encodefilter/script/libtool-701-      ;;
##############################################
mlterm-3.9.0/encodefilter/script/libtool-714-    *.ads) xform=ads ;;
mlterm-3.9.0/encodefilter/script/libtool:715:    *.asm) xform=asm ;;
mlterm-3.9.0/encodefilter/script/libtool-716-    *.c++) xform=c++ ;;
##############################################
mlterm-3.9.0/encodefilter/script/libtool-723-
mlterm-3.9.0/encodefilter/script/libtool:724:    libobj=`$echo "X$libobj" | $Xsed -e "s/\.$xform$/.lo/"`
mlterm-3.9.0/encodefilter/script/libtool-725-
mlterm-3.9.0/encodefilter/script/libtool-726-    case $libobj in
mlterm-3.9.0/encodefilter/script/libtool:727:    *.lo) obj=`$echo "X$libobj" | $Xsed -e "$lo2o"` ;;
mlterm-3.9.0/encodefilter/script/libtool-728-    *)
##############################################
mlterm-3.9.0/encodefilter/script/libtool-763-    if test "$compiler_c_o" = no; then
mlterm-3.9.0/encodefilter/script/libtool:764:      output_obj=`$echo "X$srcfile" | $Xsed -e 's%^.*/%%' -e 's%\.[^.]*$%%'`.${objext}
mlterm-3.9.0/encodefilter/script/libtool-765-      lockfile="$output_obj.lock"
##############################################
mlterm-3.9.0/encodefilter/script/libtool-783-*** ERROR, $lockfile exists and contains:
mlterm-3.9.0/encodefilter/script/libtool:784:`cat $lockfile 2>/dev/null`
mlterm-3.9.0/encodefilter/script/libtool-785-
##############################################
mlterm-3.9.0/encodefilter/script/libtool-816-	lo_libobj="$libobj"
mlterm-3.9.0/encodefilter/script/libtool:817:	dir=`$echo "X$libobj" | $Xsed -e 's%/[^/]*$%%'`
mlterm-3.9.0/encodefilter/script/libtool-818-	if test "X$dir" = "X$libobj"; then
##############################################
mlterm-3.9.0/encodefilter/script/libtool-822-	fi
mlterm-3.9.0/encodefilter/script/libtool:823:	libobj="$dir/"`$echo "X$libobj" | $Xsed -e 's%^.*/%%'`
mlterm-3.9.0/encodefilter/script/libtool-824-
##############################################
mlterm-3.9.0/encodefilter/script/libtool-853-      if test "$need_locks" = warn &&
mlterm-3.9.0/encodefilter/script/libtool:854:	 test x"`cat $lockfile 2>/dev/null`" != x"$srcfile"; then
mlterm-3.9.0/encodefilter/script/libtool-855-	echo "\
mlterm-3.9.0/encodefilter/script/libtool-856-*** ERROR, $lockfile contains:
mlterm-3.9.0/encodefilter/script/libtool:857:`cat $lockfile 2>/dev/null`
mlterm-3.9.0/encodefilter/script/libtool-858-
##############################################
mlterm-3.9.0/encodefilter/script/libtool-900-
mlterm-3.9.0/encodefilter/script/libtool:901:	xdir=`$echo "X$obj" | $Xsed -e 's%/[^/]*$%%'`
mlterm-3.9.0/encodefilter/script/libtool-902-	if test "X$xdir" = "X$obj"; then
##############################################
mlterm-3.9.0/encodefilter/script/libtool-906-	fi
mlterm-3.9.0/encodefilter/script/libtool:907:	baseobj=`$echo "X$obj" | $Xsed -e "s%.*/%%"`
mlterm-3.9.0/encodefilter/script/libtool:908:	libobj=`$echo "X$baseobj" | $Xsed -e "$o2lo"`
mlterm-3.9.0/encodefilter/script/libtool-909-	# Now arrange that obj and lo_libobj become the same file
##############################################
mlterm-3.9.0/encodefilter/script/libtool-952-      if test "$need_locks" = warn &&
mlterm-3.9.0/encodefilter/script/libtool:953:	 test x"`cat $lockfile 2>/dev/null`" != x"$srcfile"; then
mlterm-3.9.0/encodefilter/script/libtool-954-	echo "\
mlterm-3.9.0/encodefilter/script/libtool-955-*** ERROR, $lockfile contains:
mlterm-3.9.0/encodefilter/script/libtool:956:`cat $lockfile 2>/dev/null`
mlterm-3.9.0/encodefilter/script/libtool-957-
##############################################
mlterm-3.9.0/encodefilter/script/libtool-1105-      *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \	]*|*]*|"")
mlterm-3.9.0/encodefilter/script/libtool:1106:	qarg=\"`$echo "X$arg" | $Xsed -e "$sed_quote_subst"`\" ### testsuite: skip nested quoting test
mlterm-3.9.0/encodefilter/script/libtool-1107-	;;
##############################################
mlterm-3.9.0/encodefilter/script/libtool-1289-      -L*)
mlterm-3.9.0/encodefilter/script/libtool:1290:	dir=`$echo "X$arg" | $Xsed -e 's/^-L//'`
mlterm-3.9.0/encodefilter/script/libtool-1291-	# We need an absolute path.
##############################################
mlterm-3.9.0/encodefilter/script/libtool-1294-	*)
mlterm-3.9.0/encodefilter/script/libtool:1295:	  absdir=`cd "$dir" && pwd`
mlterm-3.9.0/encodefilter/script/libtool-1296-	  if test -z "$absdir"; then
##############################################
mlterm-3.9.0/encodefilter/script/libtool-1395-      -R*)
mlterm-3.9.0/encodefilter/script/libtool:1396:	dir=`$echo "X$arg" | $Xsed -e 's/^-R//'`
mlterm-3.9.0/encodefilter/script/libtool-1397-	# We need an absolute path.
##############################################
mlterm-3.9.0/encodefilter/script/libtool-1431-      -Wc,*)
mlterm-3.9.0/encodefilter/script/libtool:1432:	args=`$echo "X$arg" | $Xsed -e "$sed_quote_subst" -e 's/^-Wc,//'`
mlterm-3.9.0/encodefilter/script/libtool-1433-	arg=
##############################################
mlterm-3.9.0/encodefilter/script/libtool-1445-	IFS="$save_ifs"
mlterm-3.9.0/encodefilter/script/libtool:1446:	arg=`$echo "X$arg" | $Xsed -e "s/^ //"`
mlterm-3.9.0/encodefilter/script/libtool-1447-	;;
##############################################
mlterm-3.9.0/encodefilter/script/libtool-1449-      -Wl,*)
mlterm-3.9.0/encodefilter/script/libtool:1450:	args=`$echo "X$arg" | $Xsed -e "$sed_quote_subst" -e 's/^-Wl,//'`
mlterm-3.9.0/encodefilter/script/libtool-1451-	arg=
##############################################
mlterm-3.9.0/encodefilter/script/libtool-1464-	IFS="$save_ifs"
mlterm-3.9.0/encodefilter/script/libtool:1465:	arg=`$echo "X$arg" | $Xsed -e "s/^ //"`
mlterm-3.9.0/encodefilter/script/libtool-1466-	;;
##############################################
mlterm-3.9.0/encodefilter/script/libtool-1481-	# to be aesthetically quoted because they are evaled later.
mlterm-3.9.0/encodefilter/script/libtool:1482:	arg=`$echo "X$arg" | $Xsed -e "$sed_quote_subst"`
mlterm-3.9.0/encodefilter/script/libtool-1483-	case $arg in
##############################################
mlterm-3.9.0/encodefilter/script/libtool-1505-	  # Preload the old-style object.
mlterm-3.9.0/encodefilter/script/libtool:1506:	  dlprefiles="$dlprefiles "`$echo "X$arg" | $Xsed -e "$lo2o"`
mlterm-3.9.0/encodefilter/script/libtool-1507-	  prev=
##############################################
mlterm-3.9.0/encodefilter/script/libtool-1543-	# to be aesthetically quoted because they are evaled later.
mlterm-3.9.0/encodefilter/script/libtool:1544:	arg=`$echo "X$arg" | $Xsed -e "$sed_quote_subst"`
mlterm-3.9.0/encodefilter/script/libtool-1545-	case $arg in
##############################################
mlterm-3.9.0/encodefilter/script/libtool-1572-    # calculate the name of the file, without its directory
mlterm-3.9.0/encodefilter/script/libtool:1573:    outputname=`$echo "X$output" | $Xsed -e 's%^.*/%%'`
mlterm-3.9.0/encodefilter/script/libtool-1574-    libobjs_save="$libobjs"
##############################################
mlterm-3.9.0/encodefilter/script/libtool-1577-      # get the directories listed in $shlibpath_var
mlterm-3.9.0/encodefilter/script/libtool:1578:      eval shlib_search_path=\`\$echo \"X\${$shlibpath_var}\" \| \$Xsed -e \'s/:/ /g\'\`
mlterm-3.9.0/encodefilter/script/libtool-1579-    else
##############################################
mlterm-3.9.0/encodefilter/script/libtool-1584-
mlterm-3.9.0/encodefilter/script/libtool:1585:    output_objdir=`$echo "X$output" | $Xsed -e 's%/[^/]*$%%'`
mlterm-3.9.0/encodefilter/script/libtool-1586-    if test "X$output_objdir" = "X$output"; then
##############################################
mlterm-3.9.0/encodefilter/script/libtool-1679-	  fi
mlterm-3.9.0/encodefilter/script/libtool:1680:	  name=`$echo "X$deplib" | $Xsed -e 's/^-l//'`
mlterm-3.9.0/encodefilter/script/libtool-1681-	  for searchdir in $newlib_search_path $lib_search_path $sys_lib_search_path $shlib_search_path; do
##############################################
mlterm-3.9.0/encodefilter/script/libtool-1706-	    newdependency_libs="$deplib $newdependency_libs"
mlterm-3.9.0/encodefilter/script/libtool:1707:	    newlib_search_path="$newlib_search_path "`$echo "X$deplib" | $Xsed -e 's/^-L//'`
mlterm-3.9.0/encodefilter/script/libtool-1708-	    ;;
##############################################
mlterm-3.9.0/encodefilter/script/libtool-1715-	      deplibs="$deplib $deplibs"
mlterm-3.9.0/encodefilter/script/libtool:1716:	      newlib_search_path="$newlib_search_path "`$echo "X$deplib" | $Xsed -e 's/^-L//'`
mlterm-3.9.0/encodefilter/script/libtool-1717-	    else
##############################################
mlterm-3.9.0/encodefilter/script/libtool-1729-	  if test $pass = link; then
mlterm-3.9.0/encodefilter/script/libtool:1730:	    dir=`$echo "X$deplib" | $Xsed -e 's/^-R//'`
mlterm-3.9.0/encodefilter/script/libtool-1731-	    # Make sure the xrpath contains only unique directories.
##############################################
mlterm-3.9.0/encodefilter/script/libtool-1802-
mlterm-3.9.0/encodefilter/script/libtool:1803:	ladir=`$echo "X$lib" | $Xsed -e 's%/[^/]*$%%'`
mlterm-3.9.0/encodefilter/script/libtool-1804-	test "X$ladir" = "X$lib" && ladir="."
##############################################
mlterm-3.9.0/encodefilter/script/libtool-1885-	*)
mlterm-3.9.0/encodefilter/script/libtool:1886:	  abs_ladir=`cd "$ladir" && pwd`
mlterm-3.9.0/encodefilter/script/libtool-1887-	  if test -z "$abs_ladir"; then
##############################################
mlterm-3.9.0/encodefilter/script/libtool-1893-	esac
mlterm-3.9.0/encodefilter/script/libtool:1894:	laname=`$echo "X$lib" | $Xsed -e 's%^.*/%%'`
mlterm-3.9.0/encodefilter/script/libtool-1895-
##############################################
mlterm-3.9.0/encodefilter/script/libtool-1912-	fi # $installed = yes
mlterm-3.9.0/encodefilter/script/libtool:1913:	name=`$echo "X$laname" | $Xsed -e 's/\.la$//' -e 's/^lib//'`
mlterm-3.9.0/encodefilter/script/libtool-1914-
##############################################
mlterm-3.9.0/encodefilter/script/libtool-1958-	    case $deplib in
mlterm-3.9.0/encodefilter/script/libtool:1959:	    -L*) newlib_search_path="$newlib_search_path "`$echo "X$deplib" | $Xsed -e 's/^-L//'`;; ### testsuite: skip nested quoting test
mlterm-3.9.0/encodefilter/script/libtool-1960-	    esac
##############################################
mlterm-3.9.0/encodefilter/script/libtool-2035-	    shift; shift
mlterm-3.9.0/encodefilter/script/libtool:2036:	    libname=`eval \\$echo \"$libname_spec\"`
mlterm-3.9.0/encodefilter/script/libtool-2037-	    # use dlname if we got it. it's perfectly good, no?
##############################################
mlterm-3.9.0/encodefilter/script/libtool-2043-	      *cygwin*)
mlterm-3.9.0/encodefilter/script/libtool:2044:		major=`expr $current - $age`
mlterm-3.9.0/encodefilter/script/libtool-2045-		versuffix="-$major"
##############################################
mlterm-3.9.0/encodefilter/script/libtool-2054-	    soroot="$soname"
mlterm-3.9.0/encodefilter/script/libtool:2055:	    soname=`echo $soroot | sed -e 's/^.*\///'`
mlterm-3.9.0/encodefilter/script/libtool:2056:	    newlib="libimp-`echo $soname | sed 's/^lib//;s/\.dll$//'`.a"
mlterm-3.9.0/encodefilter/script/libtool-2057-
##############################################
mlterm-3.9.0/encodefilter/script/libtool-2251-	      case $libdir in
mlterm-3.9.0/encodefilter/script/libtool:2252:	      -R*) temp_xrpath=`$echo "X$libdir" | $Xsed -e 's/^-R//'`
mlterm-3.9.0/encodefilter/script/libtool-2253-		   case " $xrpath " in
##############################################
mlterm-3.9.0/encodefilter/script/libtool-2281-	      *.la)
mlterm-3.9.0/encodefilter/script/libtool:2282:		dir=`$echo "X$deplib" | $Xsed -e 's%/[^/]*$%%'`
mlterm-3.9.0/encodefilter/script/libtool-2283-		test "X$dir" = "X$deplib" && dir="."
##############################################
mlterm-3.9.0/encodefilter/script/libtool-2287-		*)
mlterm-3.9.0/encodefilter/script/libtool:2288:		  absdir=`cd "$dir" && pwd`
mlterm-3.9.0/encodefilter/script/libtool-2289-		  if test -z "$absdir"; then
##############################################
mlterm-3.9.0/encodefilter/script/libtool-2297-		else
mlterm-3.9.0/encodefilter/script/libtool:2298:		  eval libdir=`sed -n -e 's/^libdir=\(.*\)$/\1/p' $deplib`
mlterm-3.9.0/encodefilter/script/libtool-2299-		  if test -z "$libdir"; then
##############################################
mlterm-3.9.0/encodefilter/script/libtool-2425-      lib*)
mlterm-3.9.0/encodefilter/script/libtool:2426:	name=`$echo "X$outputname" | $Xsed -e 's/\.la$//' -e 's/^lib//'`
mlterm-3.9.0/encodefilter/script/libtool-2427-	eval libname=\"$libname_spec\"
##############################################
mlterm-3.9.0/encodefilter/script/libtool-2430-	if test "$module" = no; then
mlterm-3.9.0/encodefilter/script/libtool:2431:	  $echo "$modename: libtool library \`$output' must begin with \`lib'" 1>&2
mlterm-3.9.0/encodefilter/script/libtool-2432-	  $echo "$help" 1>&2
##############################################
mlterm-3.9.0/encodefilter/script/libtool-2436-	  # Add the "lib" prefix for modules if required
mlterm-3.9.0/encodefilter/script/libtool:2437:	  name=`$echo "X$outputname" | $Xsed -e 's/\.la$//'`
mlterm-3.9.0/encodefilter/script/libtool-2438-	  eval libname=\"$libname_spec\"
mlterm-3.9.0/encodefilter/script/libtool-2439-	else
mlterm-3.9.0/encodefilter/script/libtool:2440:	  libname=`$echo "X$outputname" | $Xsed -e 's/\.la$//'`
mlterm-3.9.0/encodefilter/script/libtool-2441-	fi
##############################################
mlterm-3.9.0/encodefilter/script/libtool-2529-	if test $age -gt $current; then
mlterm-3.9.0/encodefilter/script/libtool:2530:	  $echo "$modename: AGE \`$age' is greater than the current interface number \`$current'" 1>&2
mlterm-3.9.0/encodefilter/script/libtool-2531-	  $echo "$modename: \`$vinfo' is not valid version information" 1>&2
##############################################
mlterm-3.9.0/encodefilter/script/libtool-2544-	  # verstring for coding it into the library header
mlterm-3.9.0/encodefilter/script/libtool:2545:	  major=.`expr $current - $age`
mlterm-3.9.0/encodefilter/script/libtool-2546-	  versuffix="$major.$age.$revision"
mlterm-3.9.0/encodefilter/script/libtool-2547-	  # Darwin ld doesn't like 0 for these options...
mlterm-3.9.0/encodefilter/script/libtool:2548:	  minor_current=`expr $current + 1`
mlterm-3.9.0/encodefilter/script/libtool-2549-	  verstring="-compatibility_version $minor_current -current_version $minor_current.$revision"
##############################################
mlterm-3.9.0/encodefilter/script/libtool-2562-	irix)
mlterm-3.9.0/encodefilter/script/libtool:2563:	  major=`expr $current - $age + 1`
mlterm-3.9.0/encodefilter/script/libtool-2564-	  verstring="sgi$major.$revision"
##############################################
mlterm-3.9.0/encodefilter/script/libtool-2568-	  while test $loop != 0; do
mlterm-3.9.0/encodefilter/script/libtool:2569:	    iface=`expr $revision - $loop`
mlterm-3.9.0/encodefilter/script/libtool:2570:	    loop=`expr $loop - 1`
mlterm-3.9.0/encodefilter/script/libtool-2571-	    verstring="sgi$major.$iface:$verstring"
##############################################
mlterm-3.9.0/encodefilter/script/libtool-2579-	linux)
mlterm-3.9.0/encodefilter/script/libtool:2580:	  major=.`expr $current - $age`
mlterm-3.9.0/encodefilter/script/libtool-2581-	  versuffix="$major.$age.$revision"
##############################################
mlterm-3.9.0/encodefilter/script/libtool-2584-	osf)
mlterm-3.9.0/encodefilter/script/libtool:2585:	  major=`expr $current - $age`
mlterm-3.9.0/encodefilter/script/libtool-2586-	  versuffix=".$current.$age.$revision"
##############################################
mlterm-3.9.0/encodefilter/script/libtool-2591-	  while test $loop != 0; do
mlterm-3.9.0/encodefilter/script/libtool:2592:	    iface=`expr $current - $loop`
mlterm-3.9.0/encodefilter/script/libtool:2593:	    loop=`expr $loop - 1`
mlterm-3.9.0/encodefilter/script/libtool-2594-	    verstring="$verstring:${iface}.0"
##############################################
mlterm-3.9.0/encodefilter/script/libtool-2608-	  # extension on DOS 8.3 filesystems.
mlterm-3.9.0/encodefilter/script/libtool:2609:	  major=`expr $current - $age`
mlterm-3.9.0/encodefilter/script/libtool-2610-	  versuffix="-$major"
##############################################
mlterm-3.9.0/encodefilter/script/libtool-2671-	# Transform .lo files to .o files.
mlterm-3.9.0/encodefilter/script/libtool:2672:	oldobjs="$objs "`$echo "X$libobjs" | $SP2NL | $Xsed -e '/\.'${libext}'$/d' -e "$lo2o" | $NL2SP`
mlterm-3.9.0/encodefilter/script/libtool-2673-      fi
##############################################
mlterm-3.9.0/encodefilter/script/libtool-2676-      for path in $notinst_path; do
mlterm-3.9.0/encodefilter/script/libtool:2677:	lib_search_path=`echo "$lib_search_path " | sed -e 's% $path % %g'`
mlterm-3.9.0/encodefilter/script/libtool:2678:	deplibs=`echo "$deplibs " | sed -e 's% -L$path % %g'`
mlterm-3.9.0/encodefilter/script/libtool:2679:	dependency_libs=`echo "$dependency_libs " | sed -e 's% -L$path % %g'`
mlterm-3.9.0/encodefilter/script/libtool-2680-      done
##############################################
mlterm-3.9.0/encodefilter/script/libtool-2778-	    for i in $deplibs; do
mlterm-3.9.0/encodefilter/script/libtool:2779:	      name="`expr $i : '-l\(.*\)'`"
mlterm-3.9.0/encodefilter/script/libtool-2780-	      # If $name is empty we are operating on a -L argument.
mlterm-3.9.0/encodefilter/script/libtool-2781-	      if test -n "$name" && test "$name" != "0"; then
mlterm-3.9.0/encodefilter/script/libtool:2782:		libname=`eval \\$echo \"$libname_spec\"`
mlterm-3.9.0/encodefilter/script/libtool:2783:		deplib_matches=`eval \\$echo \"$library_names_spec\"`
mlterm-3.9.0/encodefilter/script/libtool-2784-		set dummy $deplib_matches
mlterm-3.9.0/encodefilter/script/libtool-2785-		deplib_match=$2
mlterm-3.9.0/encodefilter/script/libtool:2786:		if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0 ; then
mlterm-3.9.0/encodefilter/script/libtool-2787-		  newdeplibs="$newdeplibs $i"
##############################################
mlterm-3.9.0/encodefilter/script/libtool-2803-	    for i in $deplibs; do
mlterm-3.9.0/encodefilter/script/libtool:2804:	      name="`expr $i : '-l\(.*\)'`"
mlterm-3.9.0/encodefilter/script/libtool-2805-	     # If $name is empty we are operating on a -L argument.
##############################################
mlterm-3.9.0/encodefilter/script/libtool-2811-		  ldd_output=`ldd conftest`
mlterm-3.9.0/encodefilter/script/libtool:2812:		  libname=`eval \\$echo \"$libname_spec\"`
mlterm-3.9.0/encodefilter/script/libtool:2813:		  deplib_matches=`eval \\$echo \"$library_names_spec\"`
mlterm-3.9.0/encodefilter/script/libtool-2814-		  set dummy $deplib_matches
mlterm-3.9.0/encodefilter/script/libtool-2815-		  deplib_match=$2
mlterm-3.9.0/encodefilter/script/libtool:2816:		  if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0 ; then
mlterm-3.9.0/encodefilter/script/libtool-2817-		    newdeplibs="$newdeplibs $i"
##############################################
mlterm-3.9.0/encodefilter/script/libtool-2841-	  set dummy $deplibs_check_method
mlterm-3.9.0/encodefilter/script/libtool:2842:	  file_magic_regex=`expr "$deplibs_check_method" : "$2 \(.*\)"`
mlterm-3.9.0/encodefilter/script/libtool-2843-	  for a_deplib in $deplibs; do
mlterm-3.9.0/encodefilter/script/libtool:2844:	    name="`expr $a_deplib : '-l\(.*\)'`"
mlterm-3.9.0/encodefilter/script/libtool-2845-	    # If $name is empty we are operating on a -L argument.
mlterm-3.9.0/encodefilter/script/libtool-2846-	    if test -n "$name" && test "$name" != "0"; then
mlterm-3.9.0/encodefilter/script/libtool:2847:	      libname=`eval \\$echo \"$libname_spec\"`
mlterm-3.9.0/encodefilter/script/libtool-2848-	      for i in $lib_search_path $sys_lib_search_path $shlib_search_path; do
mlterm-3.9.0/encodefilter/script/libtool:2849:		    potential_libs=`ls $i/$libname[.-]* 2>/dev/null`
mlterm-3.9.0/encodefilter/script/libtool-2850-		    for potent_lib in $potential_libs; do
##############################################
mlterm-3.9.0/encodefilter/script/libtool-2862-		      while test -h "$potlib" 2>/dev/null; do
mlterm-3.9.0/encodefilter/script/libtool:2863:			potliblink=`ls -ld $potlib | sed 's/.* -> //'`
mlterm-3.9.0/encodefilter/script/libtool-2864-			case $potliblink in
mlterm-3.9.0/encodefilter/script/libtool-2865-			[\\/]* | [A-Za-z]:[\\/]*) potlib="$potliblink";;
mlterm-3.9.0/encodefilter/script/libtool:2866:			*) potlib=`$echo "X$potlib" | $Xsed -e 's,[^/]*$,,'`"$potliblink";;
mlterm-3.9.0/encodefilter/script/libtool-2867-			esac
##############################################
mlterm-3.9.0/encodefilter/script/libtool-2893-	  set dummy $deplibs_check_method
mlterm-3.9.0/encodefilter/script/libtool:2894:	  match_pattern_regex=`expr "$deplibs_check_method" : "$2 \(.*\)"`
mlterm-3.9.0/encodefilter/script/libtool-2895-	  for a_deplib in $deplibs; do
mlterm-3.9.0/encodefilter/script/libtool:2896:	    name="`expr $a_deplib : '-l\(.*\)'`"
mlterm-3.9.0/encodefilter/script/libtool-2897-	    # If $name is empty we are operating on a -L argument.
mlterm-3.9.0/encodefilter/script/libtool-2898-	    if test -n "$name" && test "$name" != "0"; then
mlterm-3.9.0/encodefilter/script/libtool:2899:	      libname=`eval \\$echo \"$libname_spec\"`
mlterm-3.9.0/encodefilter/script/libtool-2900-	      for i in $lib_search_path $sys_lib_search_path $shlib_search_path; do
mlterm-3.9.0/encodefilter/script/libtool:2901:		potential_libs=`ls $i/$libname[.-]* 2>/dev/null`
mlterm-3.9.0/encodefilter/script/libtool-2902-		for potent_lib in $potential_libs; do
##############################################
mlterm-3.9.0/encodefilter/script/libtool-2950-	  # On Rhapsody replace the C library is the System framework
mlterm-3.9.0/encodefilter/script/libtool:2951:	  newdeplibs=`$echo "X $newdeplibs" | $Xsed -e 's/ -lc / -framework System /'`
mlterm-3.9.0/encodefilter/script/libtool-2952-	  ;;
##############################################
mlterm-3.9.0/encodefilter/script/libtool-3084-	for obj in $libobjs; do
mlterm-3.9.0/encodefilter/script/libtool:3085:	  xdir=`$echo "X$obj" | $Xsed -e 's%/[^/]*$%%'`
mlterm-3.9.0/encodefilter/script/libtool-3086-	  if test "X$xdir" = "X$obj"; then
##############################################
mlterm-3.9.0/encodefilter/script/libtool-3090-	  fi
mlterm-3.9.0/encodefilter/script/libtool:3091:	  baseobj=`$echo "X$obj" | $Xsed -e 's%^.*/%%'`
mlterm-3.9.0/encodefilter/script/libtool:3092:	  oldobj=`$echo "X$baseobj" | $Xsed -e "$lo2o"`
mlterm-3.9.0/encodefilter/script/libtool-3093-	  if test ! -f $xdir/$oldobj; then
##############################################
mlterm-3.9.0/encodefilter/script/libtool-3099-	# Use standard objects if they are pic
mlterm-3.9.0/encodefilter/script/libtool:3100:	test -z "$pic_flag" && libobjs=`$echo "X$libobjs" | $SP2NL | $Xsed -e "$lo2o" | $NL2SP`
mlterm-3.9.0/encodefilter/script/libtool-3101-
##############################################
mlterm-3.9.0/encodefilter/script/libtool-3149-	      esac
mlterm-3.9.0/encodefilter/script/libtool:3150:	      xlib=`$echo "X$xlib" | $Xsed -e 's%^.*/%%'`
mlterm-3.9.0/encodefilter/script/libtool-3151-	      xdir="$gentop/$xlib"
##############################################
mlterm-3.9.0/encodefilter/script/libtool-3163-
mlterm-3.9.0/encodefilter/script/libtool:3164:	      libobjs="$libobjs "`find $xdir -name \*.o -print -o -name \*.lo -print | $NL2SP`
mlterm-3.9.0/encodefilter/script/libtool-3165-	    done
##############################################
mlterm-3.9.0/encodefilter/script/libtool-3246-	libobj="$output"
mlterm-3.9.0/encodefilter/script/libtool:3247:	obj=`$echo "X$output" | $Xsed -e "$lo2o"`
mlterm-3.9.0/encodefilter/script/libtool-3248-	;;
##############################################
mlterm-3.9.0/encodefilter/script/libtool-3288-	    esac
mlterm-3.9.0/encodefilter/script/libtool:3289:	    xlib=`$echo "X$xlib" | $Xsed -e 's%^.*/%%'`
mlterm-3.9.0/encodefilter/script/libtool-3290-	    xdir="$gentop/$xlib"
##############################################
mlterm-3.9.0/encodefilter/script/libtool-3302-
mlterm-3.9.0/encodefilter/script/libtool:3303:	    reload_conv_objs="$reload_objs "`find $xdir -name \*.o -print -o -name \*.lo -print | $NL2SP`
mlterm-3.9.0/encodefilter/script/libtool-3304-	  done
##############################################
mlterm-3.9.0/encodefilter/script/libtool-3308-      # Create the old-style object.
mlterm-3.9.0/encodefilter/script/libtool:3309:      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
mlterm-3.9.0/encodefilter/script/libtool-3310-
##############################################
mlterm-3.9.0/encodefilter/script/libtool-3359-	$run $rm $libobj
mlterm-3.9.0/encodefilter/script/libtool:3360:	xdir=`$echo "X$libobj" | $Xsed -e 's%/[^/]*$%%'`
mlterm-3.9.0/encodefilter/script/libtool-3361-	if test "X$xdir" = "X$libobj"; then
##############################################
mlterm-3.9.0/encodefilter/script/libtool-3365-	fi
mlterm-3.9.0/encodefilter/script/libtool:3366:	baseobj=`$echo "X$libobj" | $Xsed -e 's%^.*/%%'`
mlterm-3.9.0/encodefilter/script/libtool:3367:	oldobj=`$echo "X$baseobj" | $Xsed -e "$lo2o"`
mlterm-3.9.0/encodefilter/script/libtool-3368-	$show "(cd $xdir && $LN_S $oldobj $baseobj)"
##############################################
mlterm-3.9.0/encodefilter/script/libtool-3381-      case $host in
mlterm-3.9.0/encodefilter/script/libtool:3382:	*cygwin*) output=`echo $output | sed -e 's,.exe$,,;s,$,.exe,'` ;;
mlterm-3.9.0/encodefilter/script/libtool-3383-      esac
##############################################
mlterm-3.9.0/encodefilter/script/libtool-3401-	# On Rhapsody replace the C library is the System framework
mlterm-3.9.0/encodefilter/script/libtool:3402:	compile_deplibs=`$echo "X $compile_deplibs" | $Xsed -e 's/ -lc / -framework System /'`
mlterm-3.9.0/encodefilter/script/libtool:3403:	finalize_deplibs=`$echo "X $finalize_deplibs" | $Xsed -e 's/ -lc / -framework System /'`
mlterm-3.9.0/encodefilter/script/libtool-3404-	;;
##############################################
mlterm-3.9.0/encodefilter/script/libtool-3503-	# Transform all the library objects into standard objects.
mlterm-3.9.0/encodefilter/script/libtool:3504:	compile_command=`$echo "X$compile_command" | $SP2NL | $Xsed -e "$lo2o" | $NL2SP`
mlterm-3.9.0/encodefilter/script/libtool:3505:	finalize_command=`$echo "X$finalize_command" | $SP2NL | $Xsed -e "$lo2o" | $NL2SP`
mlterm-3.9.0/encodefilter/script/libtool-3506-      fi
##############################################
mlterm-3.9.0/encodefilter/script/libtool-3549-	    # Add our own program objects to the symbol list.
mlterm-3.9.0/encodefilter/script/libtool:3550:	    progfiles=`$echo "X$objs$old_deplibs" | $SP2NL | $Xsed -e "$lo2o" | $NL2SP`
mlterm-3.9.0/encodefilter/script/libtool-3551-	    for arg in $progfiles; do
##############################################
mlterm-3.9.0/encodefilter/script/libtool-3579-	    $show "extracting global C symbols from \`$arg'"
mlterm-3.9.0/encodefilter/script/libtool:3580:	    name=`echo "$arg" | sed -e 's%^.*/%%'`
mlterm-3.9.0/encodefilter/script/libtool-3581-	    $run eval 'echo ": $name " >> "$nlist"'
##############################################
mlterm-3.9.0/encodefilter/script/libtool-3673-	  # Transform the symbol file into the correct name.
mlterm-3.9.0/encodefilter/script/libtool:3674:	  compile_command=`$echo "X$compile_command" | $Xsed -e "s%@SYMFILE@%$output_objdir/${outputname}S.${objext}%"`
mlterm-3.9.0/encodefilter/script/libtool:3675:	  finalize_command=`$echo "X$finalize_command" | $Xsed -e "s%@SYMFILE@%$output_objdir/${outputname}S.${objext}%"`
mlterm-3.9.0/encodefilter/script/libtool-3676-	  ;;
##############################################
mlterm-3.9.0/encodefilter/script/libtool-3687-	# Nullify the symbol file.
mlterm-3.9.0/encodefilter/script/libtool:3688:	compile_command=`$echo "X$compile_command" | $Xsed -e "s% @SYMFILE@%%"`
mlterm-3.9.0/encodefilter/script/libtool:3689:	finalize_command=`$echo "X$finalize_command" | $Xsed -e "s% @SYMFILE@%%"`
mlterm-3.9.0/encodefilter/script/libtool-3690-      fi
##############################################
mlterm-3.9.0/encodefilter/script/libtool-3693-	# Replace the output file specification.
mlterm-3.9.0/encodefilter/script/libtool:3694:	compile_command=`$echo "X$compile_command" | $Xsed -e 's%@OUTPUT@%'"$output"'%g'`
mlterm-3.9.0/encodefilter/script/libtool-3695-	link_command="$compile_command$compile_rpath"
##############################################
mlterm-3.9.0/encodefilter/script/libtool-3760-	# Replace the output file specification.
mlterm-3.9.0/encodefilter/script/libtool:3761:	link_command=`$echo "X$link_command" | $Xsed -e 's%@OUTPUT@%'"$output"'%g'`
mlterm-3.9.0/encodefilter/script/libtool-3762-	# Delete the old output file.
##############################################
mlterm-3.9.0/encodefilter/script/libtool-3780-	  if test "$fast_install" = yes; then
mlterm-3.9.0/encodefilter/script/libtool:3781:	    relink_command=`$echo "X$compile_var$compile_command$compile_rpath" | $Xsed -e 's%@OUTPUT@%\$progdir/\$file%g'`
mlterm-3.9.0/encodefilter/script/libtool-3782-	  else
##############################################
mlterm-3.9.0/encodefilter/script/libtool-3792-      # Replace the output file specification.
mlterm-3.9.0/encodefilter/script/libtool:3793:      link_command=`$echo "X$link_command" | $Xsed -e 's%@OUTPUT@%'"$output_objdir/$outputname"'%g'`
mlterm-3.9.0/encodefilter/script/libtool-3794-
##############################################
mlterm-3.9.0/encodefilter/script/libtool-3812-	  else
mlterm-3.9.0/encodefilter/script/libtool:3813:	    var_value=`$echo "X$var_value" | $Xsed -e "$sed_quote_subst"`
mlterm-3.9.0/encodefilter/script/libtool-3814-	    relink_command="$var=\"$var_value\"; export $var; $relink_command"
##############################################
mlterm-3.9.0/encodefilter/script/libtool-3817-	relink_command="cd `pwd`; $relink_command"
mlterm-3.9.0/encodefilter/script/libtool:3818:	relink_command=`$echo "X$relink_command" | $Xsed -e "$sed_quote_subst"`
mlterm-3.9.0/encodefilter/script/libtool-3819-      fi
##############################################
mlterm-3.9.0/encodefilter/script/libtool-3826-	esac
mlterm-3.9.0/encodefilter/script/libtool:3827:	qecho=`$echo "X$qecho" | $Xsed -e "$sed_quote_subst"`
mlterm-3.9.0/encodefilter/script/libtool-3828-      else
mlterm-3.9.0/encodefilter/script/libtool:3829:	qecho=`$echo "X$echo" | $Xsed -e "$sed_quote_subst"`
mlterm-3.9.0/encodefilter/script/libtool-3830-      fi
##############################################
mlterm-3.9.0/encodefilter/script/libtool-3836-	case $output in
mlterm-3.9.0/encodefilter/script/libtool:3837:	  *.exe) output=`echo $output|sed 's,.exe$,,'` ;;
mlterm-3.9.0/encodefilter/script/libtool-3838-	esac
##############################################
mlterm-3.9.0/encodefilter/script/libtool-3882-      shift
mlterm-3.9.0/encodefilter/script/libtool:3883:    elif test \"X\`(\$echo '\t') 2>/dev/null\`\" = 'X\t'; then
mlterm-3.9.0/encodefilter/script/libtool-3884-      # Yippee, \$echo works!
##############################################
mlterm-3.9.0/encodefilter/script/libtool-3894-  # Find the directory that this script lives in.
mlterm-3.9.0/encodefilter/script/libtool:3895:  thisdir=\`\$echo \"X\$file\" | \$Xsed -e 's%/[^/]*$%%'\`
mlterm-3.9.0/encodefilter/script/libtool-3896-  test \"x\$thisdir\" = \"x\$file\" && thisdir=.
##############################################
mlterm-3.9.0/encodefilter/script/libtool-3898-  # Follow symbolic links until we get to the real thisdir.
mlterm-3.9.0/encodefilter/script/libtool:3899:  file=\`ls -ld \"\$file\" | sed -n 's/.*-> //p'\`
mlterm-3.9.0/encodefilter/script/libtool-3900-  while test -n \"\$file\"; do
mlterm-3.9.0/encodefilter/script/libtool:3901:    destdir=\`\$echo \"X\$file\" | \$Xsed -e 's%/[^/]*\$%%'\`
mlterm-3.9.0/encodefilter/script/libtool-3902-
##############################################
mlterm-3.9.0/encodefilter/script/libtool-3910-
mlterm-3.9.0/encodefilter/script/libtool:3911:    file=\`\$echo \"X\$file\" | \$Xsed -e 's%^.*/%%'\`
mlterm-3.9.0/encodefilter/script/libtool:3912:    file=\`ls -ld \"\$thisdir/\$file\" | sed -n 's/.*-> //p'\`
mlterm-3.9.0/encodefilter/script/libtool-3913-  done
##############################################
mlterm-3.9.0/encodefilter/script/libtool-3915-  # Try to get the absolute directory name.
mlterm-3.9.0/encodefilter/script/libtool:3916:  absdir=\`cd \"\$thisdir\" && pwd\`
mlterm-3.9.0/encodefilter/script/libtool-3917-  test -n \"\$absdir\" && thisdir=\"\$absdir\"
##############################################
mlterm-3.9.0/encodefilter/script/libtool-3925-  if test ! -f \"\$progdir/\$program\" || \\
mlterm-3.9.0/encodefilter/script/libtool:3926:     { file=\`ls -1dt \"\$progdir/\$program\" \"\$progdir/../\$program\" 2>/dev/null | sed 1q\`; \\
mlterm-3.9.0/encodefilter/script/libtool-3927-       test \"X\$file\" != \"X\$progdir/\$program\"; }; then
##############################################
mlterm-3.9.0/encodefilter/script/libtool-3940-    if test -n \"\$relink_command\"; then
mlterm-3.9.0/encodefilter/script/libtool:3941:      if relink_command_output=\`eval \$relink_command 2>&1\`; then :
mlterm-3.9.0/encodefilter/script/libtool-3942-      else
##############################################
mlterm-3.9.0/encodefilter/script/libtool-3972-    # The second colon is a workaround for a bug in BeOS R4 sed
mlterm-3.9.0/encodefilter/script/libtool:3973:    $shlibpath_var=\`\$echo \"X\$$shlibpath_var\" | \$Xsed -e 's/::*\$//'\`
mlterm-3.9.0/encodefilter/script/libtool-3974-
##############################################
mlterm-3.9.0/encodefilter/script/libtool-4047-	else
mlterm-3.9.0/encodefilter/script/libtool:4048:	  oldobjs="$objs$old_deplibs "`$echo "X$libobjs_save" | $SP2NL | $Xsed -e '/\.'${libext}'$/d' -e '/\.lib$/d' -e "$lo2o" | $NL2SP`
mlterm-3.9.0/encodefilter/script/libtool-4049-	fi
##############################################
mlterm-3.9.0/encodefilter/script/libtool-4071-	  esac
mlterm-3.9.0/encodefilter/script/libtool:4072:	  xlib=`$echo "X$xlib" | $Xsed -e 's%^.*/%%'`
mlterm-3.9.0/encodefilter/script/libtool-4073-	  xdir="$gentop/$xlib"
##############################################
mlterm-3.9.0/encodefilter/script/libtool-4085-
mlterm-3.9.0/encodefilter/script/libtool:4086:	  oldobjs="$oldobjs "`find $xdir -name \*.${objext} -print -o -name \*.lo -print | $NL2SP`
mlterm-3.9.0/encodefilter/script/libtool-4087-	done
##############################################
mlterm-3.9.0/encodefilter/script/libtool-4098-	  if test ! -f $oldobj; then
mlterm-3.9.0/encodefilter/script/libtool:4099:	    xdir=`$echo "X$oldobj" | $Xsed -e 's%/[^/]*$%%'`
mlterm-3.9.0/encodefilter/script/libtool-4100-	    if test "X$xdir" = "X$oldobj"; then
##############################################
mlterm-3.9.0/encodefilter/script/libtool-4104-	    fi
mlterm-3.9.0/encodefilter/script/libtool:4105:	    baseobj=`$echo "X$oldobj" | $Xsed -e 's%^.*/%%'`
mlterm-3.9.0/encodefilter/script/libtool:4106:	    obj=`$echo "X$baseobj" | $Xsed -e "$o2lo"`
mlterm-3.9.0/encodefilter/script/libtool-4107-	    $show "(cd $xdir && ${LN_S} $obj $baseobj)"
##############################################
mlterm-3.9.0/encodefilter/script/libtool-4141-	else
mlterm-3.9.0/encodefilter/script/libtool:4142:	  var_value=`$echo "X$var_value" | $Xsed -e "$sed_quote_subst"`
mlterm-3.9.0/encodefilter/script/libtool-4143-	  relink_command="$var=\"$var_value\"; export $var; $relink_command"
##############################################
mlterm-3.9.0/encodefilter/script/libtool-4147-      relink_command="cd `pwd`; $SHELL $0 --mode=relink $libtool_args"
mlterm-3.9.0/encodefilter/script/libtool:4148:      relink_command=`$echo "X$relink_command" | $Xsed -e "$sed_quote_subst"`
mlterm-3.9.0/encodefilter/script/libtool-4149-
##############################################
mlterm-3.9.0/encodefilter/script/libtool-4162-	      *.la)
mlterm-3.9.0/encodefilter/script/libtool:4163:		name=`$echo "X$deplib" | $Xsed -e 's%^.*/%%'`
mlterm-3.9.0/encodefilter/script/libtool:4164:		eval libdir=`sed -n -e 's/^libdir=\(.*\)$/\1/p' $deplib`
mlterm-3.9.0/encodefilter/script/libtool-4165-		if test -z "$libdir"; then
##############################################
mlterm-3.9.0/encodefilter/script/libtool-4176-	    for lib in $dlfiles; do
mlterm-3.9.0/encodefilter/script/libtool:4177:	      name=`$echo "X$lib" | $Xsed -e 's%^.*/%%'`
mlterm-3.9.0/encodefilter/script/libtool:4178:	      eval libdir=`sed -n -e 's/^libdir=\(.*\)$/\1/p' $lib`
mlterm-3.9.0/encodefilter/script/libtool-4179-	      if test -z "$libdir"; then
##############################################
mlterm-3.9.0/encodefilter/script/libtool-4187-	    for lib in $dlprefiles; do
mlterm-3.9.0/encodefilter/script/libtool:4188:	      name=`$echo "X$lib" | $Xsed -e 's%^.*/%%'`
mlterm-3.9.0/encodefilter/script/libtool:4189:	      eval libdir=`sed -n -e 's/^libdir=\(.*\)$/\1/p' $lib`
mlterm-3.9.0/encodefilter/script/libtool-4190-	      if test -z "$libdir"; then
##############################################
mlterm-3.9.0/encodefilter/script/libtool-4262-      # Aesthetically quote it.
mlterm-3.9.0/encodefilter/script/libtool:4263:      arg=`$echo "X$nonopt" | $Xsed -e "$sed_quote_subst"`
mlterm-3.9.0/encodefilter/script/libtool-4264-      case $arg in
##############################################
mlterm-3.9.0/encodefilter/script/libtool-4278-    # Aesthetically quote it.
mlterm-3.9.0/encodefilter/script/libtool:4279:    arg=`$echo "X$arg" | $Xsed -e "$sed_quote_subst"`
mlterm-3.9.0/encodefilter/script/libtool-4280-    case $arg in
##############################################
mlterm-3.9.0/encodefilter/script/libtool-4326-      # Aesthetically quote the argument.
mlterm-3.9.0/encodefilter/script/libtool:4327:      arg=`$echo "X$arg" | $Xsed -e "$sed_quote_subst"`
mlterm-3.9.0/encodefilter/script/libtool-4328-      case $arg in
##############################################
mlterm-3.9.0/encodefilter/script/libtool-4358-    # Strip any trailing slash from the destination.
mlterm-3.9.0/encodefilter/script/libtool:4359:    dest=`$echo "X$dest" | $Xsed -e 's%/$%%'`
mlterm-3.9.0/encodefilter/script/libtool-4360-
##############################################
mlterm-3.9.0/encodefilter/script/libtool-4366-    else
mlterm-3.9.0/encodefilter/script/libtool:4367:      destdir=`$echo "X$dest" | $Xsed -e 's%/[^/]*$%%'`
mlterm-3.9.0/encodefilter/script/libtool-4368-      test "X$destdir" = "X$dest" && destdir=.
mlterm-3.9.0/encodefilter/script/libtool:4369:      destname=`$echo "X$dest" | $Xsed -e 's%^.*/%%'`
mlterm-3.9.0/encodefilter/script/libtool-4370-
##############################################
mlterm-3.9.0/encodefilter/script/libtool-4442-
mlterm-3.9.0/encodefilter/script/libtool:4443:	dir=`$echo "X$file" | $Xsed -e 's%/[^/]*$%%'`/
mlterm-3.9.0/encodefilter/script/libtool-4444-	test "X$dir" = "X$file/" && dir=
##############################################
mlterm-3.9.0/encodefilter/script/libtool-4498-	# Install the pseudo-library for information purposes.
mlterm-3.9.0/encodefilter/script/libtool:4499:	name=`$echo "X$file" | $Xsed -e 's%^.*/%%'`
mlterm-3.9.0/encodefilter/script/libtool-4500-	instname="$dir/$name"i
##############################################
mlterm-3.9.0/encodefilter/script/libtool-4514-	else
mlterm-3.9.0/encodefilter/script/libtool:4515:	  destfile=`$echo "X$file" | $Xsed -e 's%^.*/%%'`
mlterm-3.9.0/encodefilter/script/libtool-4516-	  destfile="$destdir/$destfile"
##############################################
mlterm-3.9.0/encodefilter/script/libtool-4521-	*.lo)
mlterm-3.9.0/encodefilter/script/libtool:4522:	  staticdest=`$echo "X$destfile" | $Xsed -e "$lo2o"`
mlterm-3.9.0/encodefilter/script/libtool-4523-	  ;;
##############################################
mlterm-3.9.0/encodefilter/script/libtool-4543-	  # Deduce the name of the old-style object file.
mlterm-3.9.0/encodefilter/script/libtool:4544:	  staticobj=`$echo "X$file" | $Xsed -e "$lo2o"`
mlterm-3.9.0/encodefilter/script/libtool-4545-
##############################################
mlterm-3.9.0/encodefilter/script/libtool-4556-	else
mlterm-3.9.0/encodefilter/script/libtool:4557:	  destfile=`$echo "X$file" | $Xsed -e 's%^.*/%%'`
mlterm-3.9.0/encodefilter/script/libtool-4558-	  destfile="$destdir/$destfile"
##############################################
mlterm-3.9.0/encodefilter/script/libtool-4588-	    fi
mlterm-3.9.0/encodefilter/script/libtool:4589:	    libfile="$libdir/"`$echo "X$lib" | $Xsed -e 's%^.*/%%g'` ### testsuite: skip nested quoting test
mlterm-3.9.0/encodefilter/script/libtool-4590-	    if test -n "$libdir" && test ! -f "$libfile"; then
mlterm-3.9.0/encodefilter/script/libtool:4591:	      $echo "$modename: warning: \`$lib' has not been installed in \`$libdir'" 1>&2
mlterm-3.9.0/encodefilter/script/libtool-4592-	      finalize=no
##############################################
mlterm-3.9.0/encodefilter/script/libtool-4613-	      fi
mlterm-3.9.0/encodefilter/script/libtool:4614:	      file=`$echo "X$file" | $Xsed -e 's%^.*/%%'`
mlterm-3.9.0/encodefilter/script/libtool-4615-	      outputname="$tmpdir/$file"
mlterm-3.9.0/encodefilter/script/libtool-4616-	      # Replace the output file specification.
mlterm-3.9.0/encodefilter/script/libtool:4617:	      relink_command=`$echo "X$relink_command" | $Xsed -e 's%@OUTPUT@%'"$outputname"'%g'`
mlterm-3.9.0/encodefilter/script/libtool-4618-
##############################################
mlterm-3.9.0/encodefilter/script/libtool-4631-	    # Install the binary that we compiled earlier.
mlterm-3.9.0/encodefilter/script/libtool:4632:	    file=`$echo "X$file" | $Xsed -e "s%\([^/]*\)$%$objdir/\1%"`
mlterm-3.9.0/encodefilter/script/libtool-4633-	  fi
##############################################
mlterm-3.9.0/encodefilter/script/libtool-4647-	  *:*.exe)
mlterm-3.9.0/encodefilter/script/libtool:4648:	    destfile=`echo $destfile | sed -e 's,.exe$,,'`
mlterm-3.9.0/encodefilter/script/libtool-4649-	    ;;
##############################################
mlterm-3.9.0/encodefilter/script/libtool-4660-    for file in $staticlibs; do
mlterm-3.9.0/encodefilter/script/libtool:4661:      name=`$echo "X$file" | $Xsed -e 's%^.*/%%'`
mlterm-3.9.0/encodefilter/script/libtool-4662-
##############################################
mlterm-3.9.0/encodefilter/script/libtool-4815-	  # Warn if it was a shared library.
mlterm-3.9.0/encodefilter/script/libtool:4816:	  test -n "$library_names" && $echo "$modename: warning: \`$file' was not linked with \`-export-dynamic'"
mlterm-3.9.0/encodefilter/script/libtool-4817-	  continue
##############################################
mlterm-3.9.0/encodefilter/script/libtool-4819-
mlterm-3.9.0/encodefilter/script/libtool:4820:	dir=`$echo "X$file" | $Xsed -e 's%/[^/]*$%%'`
mlterm-3.9.0/encodefilter/script/libtool-4821-	test "X$dir" = "X$file" && dir=.
##############################################
mlterm-3.9.0/encodefilter/script/libtool-4825-	else
mlterm-3.9.0/encodefilter/script/libtool:4826:	  $echo "$modename: cannot find \`$dlname' in \`$dir' or \`$dir/$objdir'" 1>&2
mlterm-3.9.0/encodefilter/script/libtool-4827-	  exit 1
##############################################
mlterm-3.9.0/encodefilter/script/libtool-4832-	# Just add the directory containing the .lo file.
mlterm-3.9.0/encodefilter/script/libtool:4833:	dir=`$echo "X$file" | $Xsed -e 's%/[^/]*$%%'`
mlterm-3.9.0/encodefilter/script/libtool-4834-	test "X$dir" = "X$file" && dir=.
##############################################
mlterm-3.9.0/encodefilter/script/libtool-4843-      # Get the absolute pathname.
mlterm-3.9.0/encodefilter/script/libtool:4844:      absdir=`cd "$dir" && pwd`
mlterm-3.9.0/encodefilter/script/libtool-4845-      test -n "$absdir" && dir="$absdir"
##############################################
mlterm-3.9.0/encodefilter/script/libtool-4879-      # Quote arguments (to preserve shell metacharacters).
mlterm-3.9.0/encodefilter/script/libtool:4880:      file=`$echo "X$file" | $Xsed -e "$sed_quote_subst"`
mlterm-3.9.0/encodefilter/script/libtool-4881-      args="$args \"$file\""
##############################################
mlterm-3.9.0/encodefilter/script/libtool-4940-    for file in $files; do
mlterm-3.9.0/encodefilter/script/libtool:4941:      dir=`$echo "X$file" | $Xsed -e 's%/[^/]*$%%'`
mlterm-3.9.0/encodefilter/script/libtool-4942-      if test "X$dir" = "X$file"; then
##############################################
mlterm-3.9.0/encodefilter/script/libtool-4947-      fi
mlterm-3.9.0/encodefilter/script/libtool:4948:      name=`$echo "X$file" | $Xsed -e 's%^.*/%%'`
mlterm-3.9.0/encodefilter/script/libtool-4949-      test $mode = uninstall && objdir="$dir"
##############################################
mlterm-3.9.0/encodefilter/script/libtool-5022-	if test "$build_old_libs" = yes; then
mlterm-3.9.0/encodefilter/script/libtool:5023:	  oldobj=`$echo "X$name" | $Xsed -e "$lo2o"`
mlterm-3.9.0/encodefilter/script/libtool-5024-	  rmfiles="$rmfiles $dir/$oldobj"
##############################################
mlterm-3.9.0/encodefilter/script/ltmain.sh-103-#
mlterm-3.9.0/encodefilter/script/ltmain.sh:104:#   . `echo "$0" | ${SED-sed} 's|[^/]*$||'`/build-aux/funclib.sh
mlterm-3.9.0/encodefilter/script/ltmain.sh-105-#
##############################################
mlterm-3.9.0/encodefilter/script/ltmain.sh-202-          func_executable_p "$_G_path_prog" || continue
mlterm-3.9.0/encodefilter/script/ltmain.sh:203:          case `"$_G_path_prog" --version 2>&1` in
mlterm-3.9.0/encodefilter/script/ltmain.sh-204-            *GNU*) func_path_progs_result=$_G_path_prog _G_path_prog_found=: ;;
##############################################
mlterm-3.9.0/encodefilter/script/ltmain.sh-249-      diff conftest.out conftest.nl >/dev/null 2>&1 || break
mlterm-3.9.0/encodefilter/script/ltmain.sh:250:      _G_count=`expr $_G_count + 1`
mlterm-3.9.0/encodefilter/script/ltmain.sh-251-      if test "$_G_count" -gt "$_G_path_prog_max"; then
##############################################
mlterm-3.9.0/encodefilter/script/ltmain.sh-285-      diff conftest.out conftest.nl >/dev/null 2>&1 || break
mlterm-3.9.0/encodefilter/script/ltmain.sh:286:      _G_count=`expr $_G_count + 1`
mlterm-3.9.0/encodefilter/script/ltmain.sh-287-      if test "$_G_count" -gt "$_G_path_prog_max"; then
##############################################
mlterm-3.9.0/encodefilter/script/ltmain.sh-410-# The name of this program.
mlterm-3.9.0/encodefilter/script/ltmain.sh:411:progname=`$ECHO "$progpath" |$SED "$sed_basename"`
mlterm-3.9.0/encodefilter/script/ltmain.sh-412-
##############################################
mlterm-3.9.0/encodefilter/script/ltmain.sh-416-  *[\\/]*)
mlterm-3.9.0/encodefilter/script/ltmain.sh:417:     progdir=`$ECHO "$progpath" |$SED "$sed_dirname"`
mlterm-3.9.0/encodefilter/script/ltmain.sh:418:     progdir=`cd "$progdir" && pwd`
mlterm-3.9.0/encodefilter/script/ltmain.sh-419-     progpath=$progdir/$progname
##############################################
mlterm-3.9.0/encodefilter/script/ltmain.sh-610-
mlterm-3.9.0/encodefilter/script/ltmain.sh:611:    eval _G_current_value='`$ECHO $'$1'`'
mlterm-3.9.0/encodefilter/script/ltmain.sh:612:    _G_delim=`expr "$2" : '\(.\)'`
mlterm-3.9.0/encodefilter/script/ltmain.sh-613-
##############################################
mlterm-3.9.0/encodefilter/script/ltmain.sh-639-
mlterm-3.9.0/encodefilter/script/ltmain.sh:640:    func_arith_result=`expr "$@"`
mlterm-3.9.0/encodefilter/script/ltmain.sh-641-  }
##############################################
mlterm-3.9.0/encodefilter/script/ltmain.sh-660-  # ...otherwise fall back to using sed.
mlterm-3.9.0/encodefilter/script/ltmain.sh:661:  _b='func_basename_result=`$ECHO "$1" |$SED "$sed_basename"`'
mlterm-3.9.0/encodefilter/script/ltmain.sh:662:  _d='func_dirname_result=`$ECHO "$1"  |$SED "$sed_dirname"`
mlterm-3.9.0/encodefilter/script/ltmain.sh-663-      if test "X$func_dirname_result" = "X$1"; then
##############################################
mlterm-3.9.0/encodefilter/script/ltmain.sh-757-      test -n "$_G_tc" && {
mlterm-3.9.0/encodefilter/script/ltmain.sh:758:        _G_esc_tc=`$ECHO "$_G_tc" | $SED "$sed_make_literal_regex"`
mlterm-3.9.0/encodefilter/script/ltmain.sh:759:        _G_indent=`$ECHO "$_G_indent" | $SED "s|$_G_esc_tc||g"`
mlterm-3.9.0/encodefilter/script/ltmain.sh-760-      }
mlterm-3.9.0/encodefilter/script/ltmain.sh-761-    done
mlterm-3.9.0/encodefilter/script/ltmain.sh:762:    _G_indent="$progname: "`echo "$_G_indent" | $SED 's|.| |g'`"  " ## exclude from sc_prohibit_nested_quotes
mlterm-3.9.0/encodefilter/script/ltmain.sh-763-
##############################################
mlterm-3.9.0/encodefilter/script/ltmain.sh-831-
mlterm-3.9.0/encodefilter/script/ltmain.sh:832:    func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
mlterm-3.9.0/encodefilter/script/ltmain.sh-833-  }
##############################################
mlterm-3.9.0/encodefilter/script/ltmain.sh-863-        # ...otherwise throw away the child directory and loop
mlterm-3.9.0/encodefilter/script/ltmain.sh:864:        _G_directory_path=`$ECHO "$_G_directory_path" | $SED -e "$sed_dirname"`
mlterm-3.9.0/encodefilter/script/ltmain.sh-865-      done
mlterm-3.9.0/encodefilter/script/ltmain.sh:866:      _G_dir_list=`$ECHO "$_G_dir_list" | $SED 's|:*$||'`
mlterm-3.9.0/encodefilter/script/ltmain.sh-867-
##############################################
mlterm-3.9.0/encodefilter/script/ltmain.sh-901-      # If mktemp works, use that first and foremost
mlterm-3.9.0/encodefilter/script/ltmain.sh:902:      _G_tmpdir=`mktemp -d "$_G_template-XXXXXXXX" 2>/dev/null`
mlterm-3.9.0/encodefilter/script/ltmain.sh-903-
##############################################
mlterm-3.9.0/encodefilter/script/ltmain.sh-1111-        *[\\\`\"\$]*)
mlterm-3.9.0/encodefilter/script/ltmain.sh:1112:	  _G_unquoted_arg=`printf '%s\n' "$1" |$SED "$sed_quote_subst"` ;;
mlterm-3.9.0/encodefilter/script/ltmain.sh-1113-        *)
##############################################
mlterm-3.9.0/encodefilter/script/ltmain.sh-1198-    case $2 in
mlterm-3.9.0/encodefilter/script/ltmain.sh:1199:      .*) func_stripname_result=`$ECHO "$3" | $SED -e "s%^$1%%" -e "s%\\\\$2\$%%"`;;
mlterm-3.9.0/encodefilter/script/ltmain.sh:1200:      *)  func_stripname_result=`$ECHO "$3" | $SED -e "s%^$1%%" -e "s%$2\$%%"`;;
mlterm-3.9.0/encodefilter/script/ltmain.sh-1201-    esac
##############################################
mlterm-3.9.0/encodefilter/script/ltmain.sh-1271-    [0-9]* | *[!a-zA-Z0-9_]*)
mlterm-3.9.0/encodefilter/script/ltmain.sh:1272:      func_tr_sh_result=`$ECHO "$1" | $SED -e 's/^\([0-9]\)/_\1/' -e 's/[^a-zA-Z0-9_]/_/g'`
mlterm-3.9.0/encodefilter/script/ltmain.sh-1273-      ;;
##############################################
mlterm-3.9.0/encodefilter/script/ltmain.sh-1358-
mlterm-3.9.0/encodefilter/script/ltmain.sh:1359:    test "x$1" = x`func_sort_ver "$1" "$2" | $SED 1q`
mlterm-3.9.0/encodefilter/script/ltmain.sh-1360-}
##############################################
mlterm-3.9.0/encodefilter/script/ltmain.sh-1424-# The default options also support '--debug', which will turn on shell
mlterm-3.9.0/encodefilter/script/ltmain.sh:1425:# execution tracing (see the comment above debug_cmd below for another
mlterm-3.9.0/encodefilter/script/ltmain.sh-1426-# use), and '--verbose' and the func_verbose function to allow your script
##############################################
mlterm-3.9.0/encodefilter/script/ltmain.sh-1517-
mlterm-3.9.0/encodefilter/script/ltmain.sh:1518:    eval ${1}_hooks='`$ECHO "\$'$1'_hooks" |$SED "s| '$2'||"`'
mlterm-3.9.0/encodefilter/script/ltmain.sh-1519-}
##############################################
mlterm-3.9.0/encodefilter/script/ltmain.sh-1870-
mlterm-3.9.0/encodefilter/script/ltmain.sh:1871:      func_split_equals_lhs=`expr "x$1" : 'x\([^=]*\)'`
mlterm-3.9.0/encodefilter/script/ltmain.sh-1872-      func_split_equals_rhs=
mlterm-3.9.0/encodefilter/script/ltmain.sh-1873-      test "x$func_split_equals_lhs" = "x$1" \
mlterm-3.9.0/encodefilter/script/ltmain.sh:1874:        || func_split_equals_rhs=`expr "x$1" : 'x[^=]*=\(.*\)$'`
mlterm-3.9.0/encodefilter/script/ltmain.sh-1875-  }
##############################################
mlterm-3.9.0/encodefilter/script/ltmain.sh-1898-
mlterm-3.9.0/encodefilter/script/ltmain.sh:1899:      func_split_short_opt_name=`expr "x$1" : 'x-\(.\)'`
mlterm-3.9.0/encodefilter/script/ltmain.sh:1900:      func_split_short_opt_arg=`expr "x$1" : 'x-.\(.*\)$'`
mlterm-3.9.0/encodefilter/script/ltmain.sh-1901-  }
##############################################
mlterm-3.9.0/encodefilter/script/ltmain.sh-2071-       version:        $progname (GNU libtool) 2.4.6
mlterm-3.9.0/encodefilter/script/ltmain.sh:2072:       automake:       `($AUTOMAKE --version) 2>/dev/null |$SED 1q`
mlterm-3.9.0/encodefilter/script/ltmain.sh:2073:       autoconf:       `($AUTOCONF --version) 2>/dev/null |$SED 1q`
mlterm-3.9.0/encodefilter/script/ltmain.sh-2074-
##############################################
mlterm-3.9.0/encodefilter/script/ltmain.sh-2110-  {
mlterm-3.9.0/encodefilter/script/ltmain.sh:2111:    func_lo2o_result=`$ECHO "$1" | $SED "$lo2o"`
mlterm-3.9.0/encodefilter/script/ltmain.sh-2112-  }
##############################################
mlterm-3.9.0/encodefilter/script/ltmain.sh-2115-  {
mlterm-3.9.0/encodefilter/script/ltmain.sh:2116:    func_xform_result=`$ECHO "$1" | $SED 's|\.[^.]*$|.lo|'`
mlterm-3.9.0/encodefilter/script/ltmain.sh-2117-  }
##############################################
mlterm-3.9.0/encodefilter/script/ltmain.sh-2206-	  # quotes we have to do it in 2 steps:
mlterm-3.9.0/encodefilter/script/ltmain.sh:2207:	  extractedcf=`$SED -n -e "$sed_extractcf" < "$progpath"`
mlterm-3.9.0/encodefilter/script/ltmain.sh-2208-	  eval "$extractedcf"
##############################################
mlterm-3.9.0/encodefilter/script/ltmain.sh-2659-      done
mlterm-3.9.0/encodefilter/script/ltmain.sh:2660:      CC_expanded=`func_echo_all $CC`
mlterm-3.9.0/encodefilter/script/ltmain.sh:2661:      CC_quoted_expanded=`func_echo_all $CC_quoted`
mlterm-3.9.0/encodefilter/script/ltmain.sh-2662-      case $@ in
##############################################
mlterm-3.9.0/encodefilter/script/ltmain.sh-2672-	    # Evaluate the configuration.
mlterm-3.9.0/encodefilter/script/ltmain.sh:2673:	    eval "`$SED -n -e '/^# ### BEGIN LIBTOOL TAG CONFIG: '$z'$/,/^# ### END LIBTOOL TAG CONFIG: '$z'$/p' < $progpath`"
mlterm-3.9.0/encodefilter/script/ltmain.sh-2674-	    CC_quoted=
##############################################
mlterm-3.9.0/encodefilter/script/ltmain.sh-2678-	    done
mlterm-3.9.0/encodefilter/script/ltmain.sh:2679:	    CC_expanded=`func_echo_all $CC`
mlterm-3.9.0/encodefilter/script/ltmain.sh:2680:	    CC_quoted_expanded=`func_echo_all $CC_quoted`
mlterm-3.9.0/encodefilter/script/ltmain.sh-2681-	    case "$@ " in
##############################################
mlterm-3.9.0/encodefilter/script/ltmain.sh-2770-    # zero AND non-empty stdout, which explains the odd construction:
mlterm-3.9.0/encodefilter/script/ltmain.sh:2771:    func_convert_core_file_wine_to_w32_tmp=`winepath -w "$1" 2>/dev/null`
mlterm-3.9.0/encodefilter/script/ltmain.sh-2772-    if test "$?" -eq 0 && test -n "$func_convert_core_file_wine_to_w32_tmp"; then
##############################################
mlterm-3.9.0/encodefilter/script/ltmain.sh-2838-  if test -n "$LT_CYGPATH" && test -f "$LT_CYGPATH"; then
mlterm-3.9.0/encodefilter/script/ltmain.sh:2839:    func_cygpath_result=`$LT_CYGPATH "$@" 2>/dev/null`
mlterm-3.9.0/encodefilter/script/ltmain.sh-2840-    if test "$?" -ne 0; then
##############################################
mlterm-3.9.0/encodefilter/script/ltmain.sh-3009-    # LT_CYGPATH in this case.
mlterm-3.9.0/encodefilter/script/ltmain.sh:3010:    func_to_host_file_result=`cygpath -m "$1"`
mlterm-3.9.0/encodefilter/script/ltmain.sh-3011-  fi
##############################################
mlterm-3.9.0/encodefilter/script/ltmain.sh-3166-    func_to_host_path_tmp1=$func_stripname_result
mlterm-3.9.0/encodefilter/script/ltmain.sh:3167:    func_to_host_path_result=`cygpath -m -p "$func_to_host_path_tmp1"`
mlterm-3.9.0/encodefilter/script/ltmain.sh-3168-    func_convert_path_check : ";" \
##############################################
mlterm-3.9.0/encodefilter/script/ltmain.sh-3376-    *.[cCFSifmso] | \
mlterm-3.9.0/encodefilter/script/ltmain.sh:3377:    *.ada | *.adb | *.ads | *.asm | \
mlterm-3.9.0/encodefilter/script/ltmain.sh-3378-    *.c++ | *.cc | *.ii | *.class | *.cpp | *.cxx | \
##############################################
mlterm-3.9.0/encodefilter/script/ltmain.sh-3453-    if test no = "$compiler_c_o"; then
mlterm-3.9.0/encodefilter/script/ltmain.sh:3454:      output_obj=`$ECHO "$srcfile" | $SED 's%^.*/%%; s%\.[^.]*$%%'`.$objext
mlterm-3.9.0/encodefilter/script/ltmain.sh-3455-      lockfile=$output_obj.lock
##############################################
mlterm-3.9.0/encodefilter/script/ltmain.sh-3472-*** ERROR, $lockfile exists and contains:
mlterm-3.9.0/encodefilter/script/ltmain.sh:3473:`cat $lockfile 2>/dev/null`
mlterm-3.9.0/encodefilter/script/ltmain.sh-3474-
##############################################
mlterm-3.9.0/encodefilter/script/ltmain.sh-3520-      if test warn = "$need_locks" &&
mlterm-3.9.0/encodefilter/script/ltmain.sh:3521:	 test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then
mlterm-3.9.0/encodefilter/script/ltmain.sh-3522-	$ECHO "\
mlterm-3.9.0/encodefilter/script/ltmain.sh-3523-*** ERROR, $lockfile contains:
mlterm-3.9.0/encodefilter/script/ltmain.sh:3524:`cat $lockfile 2>/dev/null`
mlterm-3.9.0/encodefilter/script/ltmain.sh-3525-
##############################################
mlterm-3.9.0/encodefilter/script/ltmain.sh-3569-      if test warn = "$need_locks" &&
mlterm-3.9.0/encodefilter/script/ltmain.sh:3570:	 test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then
mlterm-3.9.0/encodefilter/script/ltmain.sh-3571-	$ECHO "\
mlterm-3.9.0/encodefilter/script/ltmain.sh-3572-*** ERROR, $lockfile contains:
mlterm-3.9.0/encodefilter/script/ltmain.sh:3573:`cat $lockfile 2>/dev/null`
mlterm-3.9.0/encodefilter/script/ltmain.sh-3574-
##############################################
mlterm-3.9.0/encodefilter/script/ltmain.sh-3895-      # Get the absolute pathname.
mlterm-3.9.0/encodefilter/script/ltmain.sh:3896:      absdir=`cd "$dir" && pwd`
mlterm-3.9.0/encodefilter/script/ltmain.sh-3897-      test -n "$absdir" && dir=$absdir
##############################################
mlterm-3.9.0/encodefilter/script/ltmain.sh-3994-      if test -n "$lt_sysroot"; then
mlterm-3.9.0/encodefilter/script/ltmain.sh:3995:        sysroot_regex=`$ECHO "$lt_sysroot" | $SED "$sed_make_literal_regex"`
mlterm-3.9.0/encodefilter/script/ltmain.sh-3996-        sysroot_cmd="s/\([ ']\)$sysroot_regex/\1/g;"
##############################################
mlterm-3.9.0/encodefilter/script/ltmain.sh-4278-	  # Determine the prefix the user has applied to our future dir.
mlterm-3.9.0/encodefilter/script/ltmain.sh:4279:	  inst_prefix_dir=`$ECHO "$destdir" | $SED -e "s%$libdir\$%%"`
mlterm-3.9.0/encodefilter/script/ltmain.sh-4280-
##############################################
mlterm-3.9.0/encodefilter/script/ltmain.sh-4291-	    # Stick the inst_prefix_dir data into the link command.
mlterm-3.9.0/encodefilter/script/ltmain.sh:4292:	    relink_command=`$ECHO "$relink_command" | $SED "s%@inst_prefix_dir@%-inst-prefix-dir $inst_prefix_dir%"`
mlterm-3.9.0/encodefilter/script/ltmain.sh-4293-	  else
mlterm-3.9.0/encodefilter/script/ltmain.sh:4294:	    relink_command=`$ECHO "$relink_command" | $SED "s%@inst_prefix_dir@%%"`
mlterm-3.9.0/encodefilter/script/ltmain.sh-4295-	  fi
##############################################
mlterm-3.9.0/encodefilter/script/ltmain.sh-4458-	    fi
mlterm-3.9.0/encodefilter/script/ltmain.sh:4459:	    libfile=$libdir/`$ECHO "$lib" | $SED 's%^.*/%%g'`
mlterm-3.9.0/encodefilter/script/ltmain.sh-4460-	    if test -n "$libdir" && test ! -f "$libfile"; then
##############################################
mlterm-3.9.0/encodefilter/script/ltmain.sh-4477-	        # Replace the output file specification.
mlterm-3.9.0/encodefilter/script/ltmain.sh:4478:	        relink_command=`$ECHO "$relink_command" | $SED 's%@OUTPUT@%'"$outputname"'%g'`
mlterm-3.9.0/encodefilter/script/ltmain.sh-4479-
##############################################
mlterm-3.9.0/encodefilter/script/ltmain.sh-4496-	    # Install the binary that we compiled earlier.
mlterm-3.9.0/encodefilter/script/ltmain.sh:4497:	    file=`$ECHO "$file$stripped_ext" | $SED "s%\([^/]*\)$%$objdir/\1%"`
mlterm-3.9.0/encodefilter/script/ltmain.sh-4498-	  fi
##############################################
mlterm-3.9.0/encodefilter/script/ltmain.sh-4570-    my_pic_p=${3-false}
mlterm-3.9.0/encodefilter/script/ltmain.sh:4571:    my_prefix=`$ECHO "$my_originator" | $SED 's%[^a-zA-Z0-9]%_%g'`
mlterm-3.9.0/encodefilter/script/ltmain.sh-4572-    my_dlsyms=
##############################################
mlterm-3.9.0/encodefilter/script/ltmain.sh-4628-	  # Add our own program objects to the symbol list.
mlterm-3.9.0/encodefilter/script/ltmain.sh:4629:	  progfiles=`$ECHO "$objs$old_deplibs" | $SP2NL | $SED "$lo2o" | $NL2SP`
mlterm-3.9.0/encodefilter/script/ltmain.sh-4630-	  for progfile in $progfiles; do
##############################################
mlterm-3.9.0/encodefilter/script/ltmain.sh-4690-	          # Use subshell, to avoid clobbering current variable values
mlterm-3.9.0/encodefilter/script/ltmain.sh:4691:	          dlprefile_dlname=`source "$curr_lafile" && echo "$dlname"`
mlterm-3.9.0/encodefilter/script/ltmain.sh-4692-	          if test -n "$dlprefile_dlname"; then
##############################################
mlterm-3.9.0/encodefilter/script/ltmain.sh-4859-	  if test -f "$output_objdir/$my_outputname.def"; then
mlterm-3.9.0/encodefilter/script/ltmain.sh:4860:	    compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$output_objdir/$my_outputname.def $symfileobj%"`
mlterm-3.9.0/encodefilter/script/ltmain.sh:4861:	    finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$output_objdir/$my_outputname.def $symfileobj%"`
mlterm-3.9.0/encodefilter/script/ltmain.sh-4862-	  else
mlterm-3.9.0/encodefilter/script/ltmain.sh:4863:	    compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$symfileobj%"`
mlterm-3.9.0/encodefilter/script/ltmain.sh:4864:	    finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$symfileobj%"`
mlterm-3.9.0/encodefilter/script/ltmain.sh-4865-	  fi
##############################################
mlterm-3.9.0/encodefilter/script/ltmain.sh-4867-	*)
mlterm-3.9.0/encodefilter/script/ltmain.sh:4868:	  compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$symfileobj%"`
mlterm-3.9.0/encodefilter/script/ltmain.sh:4869:	  finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$symfileobj%"`
mlterm-3.9.0/encodefilter/script/ltmain.sh-4870-	  ;;
##############################################
mlterm-3.9.0/encodefilter/script/ltmain.sh-4882-      # Nullify the symbol file.
mlterm-3.9.0/encodefilter/script/ltmain.sh:4883:      compile_command=`$ECHO "$compile_command" | $SED "s% @SYMFILE@%%"`
mlterm-3.9.0/encodefilter/script/ltmain.sh:4884:      finalize_command=`$ECHO "$finalize_command" | $SED "s% @SYMFILE@%%"`
mlterm-3.9.0/encodefilter/script/ltmain.sh-4885-    fi
##############################################
mlterm-3.9.0/encodefilter/script/ltmain.sh-4896-  func_to_tool_file "$1" func_convert_file_msys_to_w32
mlterm-3.9.0/encodefilter/script/ltmain.sh:4897:  func_cygming_gnu_implib_tmp=`$NM "$func_to_tool_file_result" | eval "$global_symbol_pipe" | $EGREP ' (_head_[A-Za-z0-9_]+_[ad]l*|[A-Za-z0-9_]+_[ad]l*_iname)$'`
mlterm-3.9.0/encodefilter/script/ltmain.sh-4898-  test -n "$func_cygming_gnu_implib_tmp"
##############################################
mlterm-3.9.0/encodefilter/script/ltmain.sh-4909-  func_to_tool_file "$1" func_convert_file_msys_to_w32
mlterm-3.9.0/encodefilter/script/ltmain.sh:4910:  func_cygming_ms_implib_tmp=`$NM "$func_to_tool_file_result" | eval "$global_symbol_pipe" | $GREP '_NULL_IMPORT_DESCRIPTOR'`
mlterm-3.9.0/encodefilter/script/ltmain.sh-4911-  test -n "$func_cygming_ms_implib_tmp"
##############################################
mlterm-3.9.0/encodefilter/script/ltmain.sh-4925-  win32_libid_type=unknown
mlterm-3.9.0/encodefilter/script/ltmain.sh:4926:  win32_fileres=`file -L $1 2>/dev/null`
mlterm-3.9.0/encodefilter/script/ltmain.sh-4927-  case $win32_fileres in
##############################################
mlterm-3.9.0/encodefilter/script/ltmain.sh-4990-
mlterm-3.9.0/encodefilter/script/ltmain.sh:4991:  sharedlib_from_linklib_result=`$DLLTOOL --identify-strict --identify "$1"`
mlterm-3.9.0/encodefilter/script/ltmain.sh-4992-}
##############################################
mlterm-3.9.0/encodefilter/script/ltmain.sh-5008-
mlterm-3.9.0/encodefilter/script/ltmain.sh:5009:  match_literal=`$ECHO "$1" | $SED "$sed_make_literal_regex"`
mlterm-3.9.0/encodefilter/script/ltmain.sh-5010-  $OBJDUMP -s --section "$1" "$2" 2>/dev/null |
##############################################
mlterm-3.9.0/encodefilter/script/ltmain.sh-5072-    # binutils import library
mlterm-3.9.0/encodefilter/script/ltmain.sh:5073:    sharedlib_from_linklib_result=`func_cygming_dll_for_implib_fallback_core '.idata$7' "$1"`
mlterm-3.9.0/encodefilter/script/ltmain.sh-5074-  elif func_cygming_ms_implib_p "$1"; then
mlterm-3.9.0/encodefilter/script/ltmain.sh-5075-    # ms-generated import library
mlterm-3.9.0/encodefilter/script/ltmain.sh:5076:    sharedlib_from_linklib_result=`func_cygming_dll_for_implib_fallback_core '.idata$6' "$1"`
mlterm-3.9.0/encodefilter/script/ltmain.sh-5077-  else
##############################################
mlterm-3.9.0/encodefilter/script/ltmain.sh-5156-	  darwin_base_archive=$func_basename_result
mlterm-3.9.0/encodefilter/script/ltmain.sh:5157:	  darwin_arches=`$LIPO -info "$darwin_archive" 2>/dev/null | $GREP Architectures 2>/dev/null || true`
mlterm-3.9.0/encodefilter/script/ltmain.sh-5158-	  if test -n "$darwin_arches"; then
mlterm-3.9.0/encodefilter/script/ltmain.sh:5159:	    darwin_arches=`$ECHO "$darwin_arches" | $SED -e 's/.*are://'`
mlterm-3.9.0/encodefilter/script/ltmain.sh-5160-	    darwin_arch=
##############################################
mlterm-3.9.0/encodefilter/script/ltmain.sh-5170-            ## Okay now we've a bunch of thin objects, gotta fatten them up :)
mlterm-3.9.0/encodefilter/script/ltmain.sh:5171:	    darwin_filelist=`find unfat-$$ -type f -name \*.o -print -o -name \*.lo -print | $SED -e "$sed_basename" | sort -u`
mlterm-3.9.0/encodefilter/script/ltmain.sh-5172-	    darwin_file=
##############################################
mlterm-3.9.0/encodefilter/script/ltmain.sh-5174-	    for darwin_file in $darwin_filelist; do
mlterm-3.9.0/encodefilter/script/ltmain.sh:5175:	      darwin_files=`find unfat-$$ -name $darwin_file -print | sort | $NL2SP`
mlterm-3.9.0/encodefilter/script/ltmain.sh-5176-	      $LIPO -create -output "$darwin_file" $darwin_files
##############################################
mlterm-3.9.0/encodefilter/script/ltmain.sh-5189-      esac
mlterm-3.9.0/encodefilter/script/ltmain.sh:5190:      my_oldobjs="$my_oldobjs "`find $my_xdir -name \*.$objext -print -o -name \*.lo -print | sort | $NL2SP`
mlterm-3.9.0/encodefilter/script/ltmain.sh-5191-    done
##############################################
mlterm-3.9.0/encodefilter/script/ltmain.sh-5260-
mlterm-3.9.0/encodefilter/script/ltmain.sh:5261:    qECHO=`$ECHO "$ECHO" | $SED "$sed_quote_subst"`
mlterm-3.9.0/encodefilter/script/ltmain.sh-5262-    $ECHO "\
##############################################
mlterm-3.9.0/encodefilter/script/ltmain.sh-5295-    --lt-dump-script)
mlterm-3.9.0/encodefilter/script/ltmain.sh:5296:        lt_dump_D=\`\$ECHO \"X\$lt_script_arg0\" | $SED -e 's/^X//' -e 's%/[^/]*$%%'\`
mlterm-3.9.0/encodefilter/script/ltmain.sh-5297-        test \"X\$lt_dump_D\" = \"X\$lt_script_arg0\" && lt_dump_D=.
mlterm-3.9.0/encodefilter/script/ltmain.sh:5298:        lt_dump_F=\`\$ECHO \"X\$lt_script_arg0\" | $SED -e 's/^X//' -e 's%^.*/%%'\`
mlterm-3.9.0/encodefilter/script/ltmain.sh-5299-        cat \"\$lt_dump_D/\$lt_dump_F\"
##############################################
mlterm-3.9.0/encodefilter/script/ltmain.sh-5322-    \$ECHO \"$outputname:$output:\$LINENO: newargv[\$lt_dump_args_N]: \$lt_arg\"
mlterm-3.9.0/encodefilter/script/ltmain.sh:5323:    lt_dump_args_N=\`expr \$lt_dump_args_N + 1\`
mlterm-3.9.0/encodefilter/script/ltmain.sh-5324-  done
##############################################
mlterm-3.9.0/encodefilter/script/ltmain.sh-5380-  # Find the directory that this script lives in.
mlterm-3.9.0/encodefilter/script/ltmain.sh:5381:  thisdir=\`\$ECHO \"\$file\" | $SED 's%/[^/]*$%%'\`
mlterm-3.9.0/encodefilter/script/ltmain.sh-5382-  test \"x\$thisdir\" = \"x\$file\" && thisdir=.
##############################################
mlterm-3.9.0/encodefilter/script/ltmain.sh-5384-  # Follow symbolic links until we get to the real thisdir.
mlterm-3.9.0/encodefilter/script/ltmain.sh:5385:  file=\`ls -ld \"\$file\" | $SED -n 's/.*-> //p'\`
mlterm-3.9.0/encodefilter/script/ltmain.sh-5386-  while test -n \"\$file\"; do
mlterm-3.9.0/encodefilter/script/ltmain.sh:5387:    destdir=\`\$ECHO \"\$file\" | $SED 's%/[^/]*\$%%'\`
mlterm-3.9.0/encodefilter/script/ltmain.sh-5388-
##############################################
mlterm-3.9.0/encodefilter/script/ltmain.sh-5396-
mlterm-3.9.0/encodefilter/script/ltmain.sh:5397:    file=\`\$ECHO \"\$file\" | $SED 's%^.*/%%'\`
mlterm-3.9.0/encodefilter/script/ltmain.sh:5398:    file=\`ls -ld \"\$thisdir/\$file\" | $SED -n 's/.*-> //p'\`
mlterm-3.9.0/encodefilter/script/ltmain.sh-5399-  done
##############################################
mlterm-3.9.0/encodefilter/script/ltmain.sh-5410-    case \"\$thisdir\" in
mlterm-3.9.0/encodefilter/script/ltmain.sh:5411:    *[\\\\/]$objdir ) thisdir=\`\$ECHO \"\$thisdir\" | $SED 's%[\\\\/][^\\\\/]*$%%'\` ;;
mlterm-3.9.0/encodefilter/script/ltmain.sh-5412-    $objdir )   thisdir=. ;;
##############################################
mlterm-3.9.0/encodefilter/script/ltmain.sh-5416-  # Try to get the absolute directory name.
mlterm-3.9.0/encodefilter/script/ltmain.sh:5417:  absdir=\`cd \"\$thisdir\" && pwd\`
mlterm-3.9.0/encodefilter/script/ltmain.sh-5418-  test -n \"\$absdir\" && thisdir=\"\$absdir\"
##############################################
mlterm-3.9.0/encodefilter/script/ltmain.sh-5426-  if test ! -f \"\$progdir/\$program\" ||
mlterm-3.9.0/encodefilter/script/ltmain.sh:5427:     { file=\`ls -1dt \"\$progdir/\$program\" \"\$progdir/../\$program\" 2>/dev/null | $SED 1q\`; \\
mlterm-3.9.0/encodefilter/script/ltmain.sh-5428-       test \"X\$file\" != \"X\$progdir/\$program\"; }; then
##############################################
mlterm-3.9.0/encodefilter/script/ltmain.sh-5441-    if test -n \"\$relink_command\"; then
mlterm-3.9.0/encodefilter/script/ltmain.sh:5442:      if relink_command_output=\`eval \$relink_command 2>&1\`; then :
mlterm-3.9.0/encodefilter/script/ltmain.sh-5443-      else
##############################################
mlterm-3.9.0/encodefilter/script/ltmain.sh-5485-    # The second colon is a workaround for a bug in BeOS R4 sed
mlterm-3.9.0/encodefilter/script/ltmain.sh:5486:    $shlibpath_var=\`\$ECHO \"\$$shlibpath_var\" | $SED 's/::*\$//'\`
mlterm-3.9.0/encodefilter/script/ltmain.sh-5487-
##############################################
mlterm-3.9.0/encodefilter/script/ltmain.sh-6464-
mlterm-3.9.0/encodefilter/script/ltmain.sh:6465:    case `eval $file_magic_cmd \"\$1\" 2>/dev/null | $SED -e 10q` in
mlterm-3.9.0/encodefilter/script/ltmain.sh-6466-    *import*) : ;;
##############################################
mlterm-3.9.0/encodefilter/script/ltmain.sh-6712-	    moreargs=
mlterm-3.9.0/encodefilter/script/ltmain.sh:6713:	    for fil in `cat "$save_arg"`
mlterm-3.9.0/encodefilter/script/ltmain.sh-6714-	    do
##############################################
mlterm-3.9.0/encodefilter/script/ltmain.sh-6973-	*)
mlterm-3.9.0/encodefilter/script/ltmain.sh:6974:	  absdir=`cd "$dir" && pwd`
mlterm-3.9.0/encodefilter/script/ltmain.sh-6975-	  test -z "$absdir" && \
##############################################
mlterm-3.9.0/encodefilter/script/ltmain.sh-6994-	*-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*)
mlterm-3.9.0/encodefilter/script/ltmain.sh:6995:	  testbindir=`$ECHO "$dir" | $SED 's*/lib$*/bin*'`
mlterm-3.9.0/encodefilter/script/ltmain.sh-6996-	  case :$dllsearchpath: in
##############################################
mlterm-3.9.0/encodefilter/script/ltmain.sh-7290-      -Z*)
mlterm-3.9.0/encodefilter/script/ltmain.sh:7291:        if test os2 = "`expr $host : '.*\(os2\)'`"; then
mlterm-3.9.0/encodefilter/script/ltmain.sh-7292-          # OS/2 uses -Zxxx to specify OS/2-specific options
##############################################
mlterm-3.9.0/encodefilter/script/ltmain.sh-7460-      # get the directories listed in $shlibpath_var
mlterm-3.9.0/encodefilter/script/ltmain.sh:7461:      eval shlib_search_path=\`\$ECHO \"\$$shlibpath_var\" \| \$SED \'s/:/ /g\'\`
mlterm-3.9.0/encodefilter/script/ltmain.sh-7462-    else
##############################################
mlterm-3.9.0/encodefilter/script/ltmain.sh-7776-		  set dummy $deplibs_check_method; shift
mlterm-3.9.0/encodefilter/script/ltmain.sh:7777:		  match_pattern_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"`
mlterm-3.9.0/encodefilter/script/ltmain.sh-7778-		  if eval "\$ECHO \"$deplib\"" 2>/dev/null | $SED 10q \
##############################################
mlterm-3.9.0/encodefilter/script/ltmain.sh-7866-	if test -n "$inherited_linker_flags"; then
mlterm-3.9.0/encodefilter/script/ltmain.sh:7867:	  tmp_inherited_linker_flags=`$ECHO "$inherited_linker_flags" | $SED 's/-framework \([^ $]*\)/\1.ltframework/g'`
mlterm-3.9.0/encodefilter/script/ltmain.sh-7868-	  for tmp_inherited_linker_flag in $tmp_inherited_linker_flags; do
##############################################
mlterm-3.9.0/encodefilter/script/ltmain.sh-7874-	fi
mlterm-3.9.0/encodefilter/script/ltmain.sh:7875:	dependency_libs=`$ECHO " $dependency_libs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
mlterm-3.9.0/encodefilter/script/ltmain.sh-7876-	if test lib,link = "$linkmode,$pass" ||
##############################################
mlterm-3.9.0/encodefilter/script/ltmain.sh-7947-	*)
mlterm-3.9.0/encodefilter/script/ltmain.sh:7948:	  abs_ladir=`cd "$ladir" && pwd`
mlterm-3.9.0/encodefilter/script/ltmain.sh-7949-	  if test -z "$abs_ladir"; then
##############################################
mlterm-3.9.0/encodefilter/script/ltmain.sh-8200-	    shift
mlterm-3.9.0/encodefilter/script/ltmain.sh:8201:	    libname=`eval "\\$ECHO \"$libname_spec\""`
mlterm-3.9.0/encodefilter/script/ltmain.sh-8202-	    # use dlname if we got it. it's perfectly good, no?
##############################################
mlterm-3.9.0/encodefilter/script/ltmain.sh-8492-		*)
mlterm-3.9.0/encodefilter/script/ltmain.sh:8493:		  absdir=`cd "$dir" && pwd`
mlterm-3.9.0/encodefilter/script/ltmain.sh-8494-		  if test -z "$absdir"; then
##############################################
mlterm-3.9.0/encodefilter/script/ltmain.sh-8503-		  depdepl=
mlterm-3.9.0/encodefilter/script/ltmain.sh:8504:		  eval deplibrary_names=`$SED -n -e 's/^library_names=\(.*\)$/\1/p' $deplib`
mlterm-3.9.0/encodefilter/script/ltmain.sh-8505-		  if test -n "$deplibrary_names"; then
##############################################
mlterm-3.9.0/encodefilter/script/ltmain.sh-8510-		      depdepl=$absdir/$objdir/$depdepl
mlterm-3.9.0/encodefilter/script/ltmain.sh:8511:		      darwin_install_name=`$OTOOL -L $depdepl | awk '{if (NR == 2) {print $1;exit}}'`
mlterm-3.9.0/encodefilter/script/ltmain.sh-8512-                      if test -z "$darwin_install_name"; then
mlterm-3.9.0/encodefilter/script/ltmain.sh:8513:                          darwin_install_name=`$OTOOL64 -L $depdepl  | awk '{if (NR == 2) {print $1;exit}}'`
mlterm-3.9.0/encodefilter/script/ltmain.sh-8514-                      fi
##############################################
mlterm-3.9.0/encodefilter/script/ltmain.sh-8525-		else
mlterm-3.9.0/encodefilter/script/ltmain.sh:8526:		  eval libdir=`$SED -n -e 's/^libdir=\(.*\)$/\1/p' $deplib`
mlterm-3.9.0/encodefilter/script/ltmain.sh-8527-		  test -z "$libdir" && \
##############################################
mlterm-3.9.0/encodefilter/script/ltmain.sh-8548-	else
mlterm-3.9.0/encodefilter/script/ltmain.sh:8549:	  compiler_flags="$compiler_flags "`$ECHO " $new_inherited_linker_flags" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
mlterm-3.9.0/encodefilter/script/ltmain.sh-8550-	fi
##############################################
mlterm-3.9.0/encodefilter/script/ltmain.sh-8637-        linux*)
mlterm-3.9.0/encodefilter/script/ltmain.sh:8638:          case `$CC -V 2>&1 | sed 5q` in
mlterm-3.9.0/encodefilter/script/ltmain.sh-8639-          *Sun\ C*) # Sun C++ 5.9
##############################################
mlterm-3.9.0/encodefilter/script/ltmain.sh-9042-	removelist=
mlterm-3.9.0/encodefilter/script/ltmain.sh:9043:	tempremovelist=`$ECHO "$output_objdir/*"`
mlterm-3.9.0/encodefilter/script/ltmain.sh-9044-	for p in $tempremovelist; do
##############################################
mlterm-3.9.0/encodefilter/script/ltmain.sh-9068-	# Transform .lo files to .o files.
mlterm-3.9.0/encodefilter/script/ltmain.sh:9069:	oldobjs="$objs "`$ECHO "$libobjs" | $SP2NL | $SED "/\.$libext$/d; $lo2o" | $NL2SP`
mlterm-3.9.0/encodefilter/script/ltmain.sh-9070-      fi
##############################################
mlterm-3.9.0/encodefilter/script/ltmain.sh-9073-      #for path in $notinst_path; do
mlterm-3.9.0/encodefilter/script/ltmain.sh:9074:      #	lib_search_path=`$ECHO "$lib_search_path " | $SED "s% $path % %g"`
mlterm-3.9.0/encodefilter/script/ltmain.sh:9075:      #	deplibs=`$ECHO "$deplibs " | $SED "s% -L$path % %g"`
mlterm-3.9.0/encodefilter/script/ltmain.sh:9076:      #	dependency_libs=`$ECHO "$dependency_libs " | $SED "s% -L$path % %g"`
mlterm-3.9.0/encodefilter/script/ltmain.sh-9077-      #done
##############################################
mlterm-3.9.0/encodefilter/script/ltmain.sh-9194-		if test -n "$i"; then
mlterm-3.9.0/encodefilter/script/ltmain.sh:9195:		  libname=`eval "\\$ECHO \"$libname_spec\""`
mlterm-3.9.0/encodefilter/script/ltmain.sh:9196:		  deplib_matches=`eval "\\$ECHO \"$library_names_spec\""`
mlterm-3.9.0/encodefilter/script/ltmain.sh-9197-		  set dummy $deplib_matches; shift
mlterm-3.9.0/encodefilter/script/ltmain.sh-9198-		  deplib_match=$1
mlterm-3.9.0/encodefilter/script/ltmain.sh:9199:		  if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0; then
mlterm-3.9.0/encodefilter/script/ltmain.sh-9200-		    func_append newdeplibs " $i"
##############################################
mlterm-3.9.0/encodefilter/script/ltmain.sh-9237-		  if test -n "$i"; then
mlterm-3.9.0/encodefilter/script/ltmain.sh:9238:		    libname=`eval "\\$ECHO \"$libname_spec\""`
mlterm-3.9.0/encodefilter/script/ltmain.sh:9239:		    deplib_matches=`eval "\\$ECHO \"$library_names_spec\""`
mlterm-3.9.0/encodefilter/script/ltmain.sh-9240-		    set dummy $deplib_matches; shift
mlterm-3.9.0/encodefilter/script/ltmain.sh-9241-		    deplib_match=$1
mlterm-3.9.0/encodefilter/script/ltmain.sh:9242:		    if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0; then
mlterm-3.9.0/encodefilter/script/ltmain.sh-9243-		      func_append newdeplibs " $i"
##############################################
mlterm-3.9.0/encodefilter/script/ltmain.sh-9272-	  set dummy $deplibs_check_method; shift
mlterm-3.9.0/encodefilter/script/ltmain.sh:9273:	  file_magic_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"`
mlterm-3.9.0/encodefilter/script/ltmain.sh-9274-	  for a_deplib in $deplibs; do
##############################################
mlterm-3.9.0/encodefilter/script/ltmain.sh-9287-	      if test -n "$a_deplib"; then
mlterm-3.9.0/encodefilter/script/ltmain.sh:9288:		libname=`eval "\\$ECHO \"$libname_spec\""`
mlterm-3.9.0/encodefilter/script/ltmain.sh-9289-		if test -n "$file_magic_glob"; then
mlterm-3.9.0/encodefilter/script/ltmain.sh:9290:		  libnameglob=`func_echo_all "$libname" | $SED -e $file_magic_glob`
mlterm-3.9.0/encodefilter/script/ltmain.sh-9291-		else
##############################################
mlterm-3.9.0/encodefilter/script/ltmain.sh-9297-		    shopt -s nocaseglob
mlterm-3.9.0/encodefilter/script/ltmain.sh:9298:		    potential_libs=`ls $i/$libnameglob[.-]* 2>/dev/null`
mlterm-3.9.0/encodefilter/script/ltmain.sh-9299-		    $nocaseglob
mlterm-3.9.0/encodefilter/script/ltmain.sh-9300-		  else
mlterm-3.9.0/encodefilter/script/ltmain.sh:9301:		    potential_libs=`ls $i/$libnameglob[.-]* 2>/dev/null`
mlterm-3.9.0/encodefilter/script/ltmain.sh-9302-		  fi
##############################################
mlterm-3.9.0/encodefilter/script/ltmain.sh-9315-		      while test -h "$potlib" 2>/dev/null; do
mlterm-3.9.0/encodefilter/script/ltmain.sh:9316:			potliblink=`ls -ld $potlib | $SED 's/.* -> //'`
mlterm-3.9.0/encodefilter/script/ltmain.sh-9317-			case $potliblink in
mlterm-3.9.0/encodefilter/script/ltmain.sh-9318-			[\\/]* | [A-Za-z]:[\\/]*) potlib=$potliblink;;
mlterm-3.9.0/encodefilter/script/ltmain.sh:9319:			*) potlib=`$ECHO "$potlib" | $SED 's|[^/]*$||'`"$potliblink";;
mlterm-3.9.0/encodefilter/script/ltmain.sh-9320-			esac
##############################################
mlterm-3.9.0/encodefilter/script/ltmain.sh-9356-	  set dummy $deplibs_check_method; shift
mlterm-3.9.0/encodefilter/script/ltmain.sh:9357:	  match_pattern_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"`
mlterm-3.9.0/encodefilter/script/ltmain.sh-9358-	  for a_deplib in $deplibs; do
##############################################
mlterm-3.9.0/encodefilter/script/ltmain.sh-9371-	      if test -n "$a_deplib"; then
mlterm-3.9.0/encodefilter/script/ltmain.sh:9372:		libname=`eval "\\$ECHO \"$libname_spec\""`
mlterm-3.9.0/encodefilter/script/ltmain.sh-9373-		for i in $lib_search_path $sys_lib_search_path $shlib_search_path; do
mlterm-3.9.0/encodefilter/script/ltmain.sh:9374:		  potential_libs=`ls $i/$libname[.-]* 2>/dev/null`
mlterm-3.9.0/encodefilter/script/ltmain.sh-9375-		  for potent_lib in $potential_libs; do
##############################################
mlterm-3.9.0/encodefilter/script/ltmain.sh-9410-	  newdeplibs=
mlterm-3.9.0/encodefilter/script/ltmain.sh:9411:	  tmp_deplibs=`$ECHO " $deplibs" | $SED 's/ -lc$//; s/ -[LR][^ ]*//g'`
mlterm-3.9.0/encodefilter/script/ltmain.sh-9412-	  if test yes = "$allow_libtool_libs_with_static_runtimes"; then
##############################################
mlterm-3.9.0/encodefilter/script/ltmain.sh-9414-	      # can't use Xsed below, because $i might contain '/'
mlterm-3.9.0/encodefilter/script/ltmain.sh:9415:	      tmp_deplibs=`$ECHO " $tmp_deplibs" | $SED "s|$i||"`
mlterm-3.9.0/encodefilter/script/ltmain.sh-9416-	    done
##############################################
mlterm-3.9.0/encodefilter/script/ltmain.sh-9440-	  # On Rhapsody replace the C library with the System framework
mlterm-3.9.0/encodefilter/script/ltmain.sh:9441:	  newdeplibs=`$ECHO " $newdeplibs" | $SED 's/ -lc / System.ltframework /'`
mlterm-3.9.0/encodefilter/script/ltmain.sh-9442-	  ;;
##############################################
mlterm-3.9.0/encodefilter/script/ltmain.sh-9492-	*-*-darwin*)
mlterm-3.9.0/encodefilter/script/ltmain.sh:9493:	  newdeplibs=`$ECHO " $newdeplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
mlterm-3.9.0/encodefilter/script/ltmain.sh:9494:	  new_inherited_linker_flags=`$ECHO " $new_inherited_linker_flags" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
mlterm-3.9.0/encodefilter/script/ltmain.sh:9495:	  deplibs=`$ECHO " $deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
mlterm-3.9.0/encodefilter/script/ltmain.sh-9496-	  ;;
##############################################
mlterm-3.9.0/encodefilter/script/ltmain.sh-9619-	# Use standard objects if they are pic
mlterm-3.9.0/encodefilter/script/ltmain.sh:9620:	test -z "$pic_flag" && libobjs=`$ECHO "$libobjs" | $SP2NL | $SED "$lo2o" | $NL2SP`
mlterm-3.9.0/encodefilter/script/ltmain.sh-9621-	test "X$libobjs" = "X " && libobjs=
##############################################
mlterm-3.9.0/encodefilter/script/ltmain.sh-10133-	  eval tmp_whole_archive_flags=\"$whole_archive_flag_spec\"
mlterm-3.9.0/encodefilter/script/ltmain.sh:10134:	  test -n "$wl" || tmp_whole_archive_flags=`$ECHO "$tmp_whole_archive_flags" | $SED 's|,| |g'`
mlterm-3.9.0/encodefilter/script/ltmain.sh-10135-	  reload_conv_objs=$reload_objs\ $tmp_whole_archive_flags
##############################################
mlterm-3.9.0/encodefilter/script/ltmain.sh-10148-      # Create the old-style object.
mlterm-3.9.0/encodefilter/script/ltmain.sh:10149:      reload_objs=$objs$old_deplibs' '`$ECHO "$libobjs" | $SP2NL | $SED "/\.$libext$/d; /\.lib$/d; $lo2o" | $NL2SP`' '$reload_conv_objs
mlterm-3.9.0/encodefilter/script/ltmain.sh-10150-
##############################################
mlterm-3.9.0/encodefilter/script/ltmain.sh-10206-	# On Rhapsody replace the C library is the System framework
mlterm-3.9.0/encodefilter/script/ltmain.sh:10207:	compile_deplibs=`$ECHO " $compile_deplibs" | $SED 's/ -lc / System.ltframework /'`
mlterm-3.9.0/encodefilter/script/ltmain.sh:10208:	finalize_deplibs=`$ECHO " $finalize_deplibs" | $SED 's/ -lc / System.ltframework /'`
mlterm-3.9.0/encodefilter/script/ltmain.sh-10209-	;;
##############################################
mlterm-3.9.0/encodefilter/script/ltmain.sh-10224-	# Time to change all our "foo.ltframework" stuff back to "-framework foo"
mlterm-3.9.0/encodefilter/script/ltmain.sh:10225:	compile_deplibs=`$ECHO " $compile_deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
mlterm-3.9.0/encodefilter/script/ltmain.sh:10226:	finalize_deplibs=`$ECHO " $finalize_deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
mlterm-3.9.0/encodefilter/script/ltmain.sh-10227-	;;
##############################################
mlterm-3.9.0/encodefilter/script/ltmain.sh-10302-	*-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*)
mlterm-3.9.0/encodefilter/script/ltmain.sh:10303:	  testbindir=`$ECHO "$libdir" | $SED -e 's*/lib$*/bin*'`
mlterm-3.9.0/encodefilter/script/ltmain.sh-10304-	  case :$dllsearchpath: in
##############################################
mlterm-3.9.0/encodefilter/script/ltmain.sh-10362-	# Transform all the library objects into standard objects.
mlterm-3.9.0/encodefilter/script/ltmain.sh:10363:	compile_command=`$ECHO "$compile_command" | $SP2NL | $SED "$lo2o" | $NL2SP`
mlterm-3.9.0/encodefilter/script/ltmain.sh:10364:	finalize_command=`$ECHO "$finalize_command" | $SP2NL | $SED "$lo2o" | $NL2SP`
mlterm-3.9.0/encodefilter/script/ltmain.sh-10365-      fi
##############################################
mlterm-3.9.0/encodefilter/script/ltmain.sh-10390-	# Replace the output file specification.
mlterm-3.9.0/encodefilter/script/ltmain.sh:10391:	compile_command=`$ECHO "$compile_command" | $SED 's%@OUTPUT@%'"$output"'%g'`
mlterm-3.9.0/encodefilter/script/ltmain.sh-10392-	link_command=$compile_command$compile_rpath
##############################################
mlterm-3.9.0/encodefilter/script/ltmain.sh-10399-	  func_to_tool_file "$output"
mlterm-3.9.0/encodefilter/script/ltmain.sh:10400:	  postlink_cmds=`func_echo_all "$postlink_cmds" | $SED -e 's%@OUTPUT@%'"$output"'%g' -e 's%@TOOL_OUTPUT@%'"$func_to_tool_file_result"'%g'`
mlterm-3.9.0/encodefilter/script/ltmain.sh-10401-	  func_execute_cmds "$postlink_cmds" 'exit $?'
##############################################
mlterm-3.9.0/encodefilter/script/ltmain.sh-10443-	# Replace the output file specification.
mlterm-3.9.0/encodefilter/script/ltmain.sh:10444:	link_command=`$ECHO "$link_command" | $SED 's%@OUTPUT@%'"$output"'%g'`
mlterm-3.9.0/encodefilter/script/ltmain.sh-10445-	# Delete the old output file.
##############################################
mlterm-3.9.0/encodefilter/script/ltmain.sh-10451-	  func_to_tool_file "$output"
mlterm-3.9.0/encodefilter/script/ltmain.sh:10452:	  postlink_cmds=`func_echo_all "$postlink_cmds" | $SED -e 's%@OUTPUT@%'"$output"'%g' -e 's%@TOOL_OUTPUT@%'"$func_to_tool_file_result"'%g'`
mlterm-3.9.0/encodefilter/script/ltmain.sh-10453-	  func_execute_cmds "$postlink_cmds" 'exit $?'
##############################################
mlterm-3.9.0/encodefilter/script/ltmain.sh-10469-	  link_command=$finalize_var$compile_command$finalize_rpath
mlterm-3.9.0/encodefilter/script/ltmain.sh:10470:	  relink_command=`$ECHO "$compile_var$compile_command$compile_rpath" | $SED 's%@OUTPUT@%\$progdir/\$file%g'`
mlterm-3.9.0/encodefilter/script/ltmain.sh-10471-          ;;
##############################################
mlterm-3.9.0/encodefilter/script/ltmain.sh-10482-      # Replace the output file specification.
mlterm-3.9.0/encodefilter/script/ltmain.sh:10483:      link_command=`$ECHO "$link_command" | $SED 's%@OUTPUT@%'"$output_objdir/$outputname"'%g'`
mlterm-3.9.0/encodefilter/script/ltmain.sh-10484-
##############################################
mlterm-3.9.0/encodefilter/script/ltmain.sh-10491-	func_to_tool_file "$output_objdir/$outputname"
mlterm-3.9.0/encodefilter/script/ltmain.sh:10492:	postlink_cmds=`func_echo_all "$postlink_cmds" | $SED -e 's%@OUTPUT@%'"$output_objdir/$outputname"'%g' -e 's%@TOOL_OUTPUT@%'"$func_to_tool_file_result"'%g'`
mlterm-3.9.0/encodefilter/script/ltmain.sh-10493-	func_execute_cmds "$postlink_cmds" 'exit $?'
##############################################
mlterm-3.9.0/encodefilter/script/ltmain.sh-10512-	relink_command="(cd `pwd`; $relink_command)"
mlterm-3.9.0/encodefilter/script/ltmain.sh:10513:	relink_command=`$ECHO "$relink_command" | $SED "$sed_quote_subst"`
mlterm-3.9.0/encodefilter/script/ltmain.sh-10514-      fi
##############################################
mlterm-3.9.0/encodefilter/script/ltmain.sh-10758-      relink_command="(cd `pwd`; $SHELL \"$progpath\" $preserve_args --mode=relink $libtool_args @inst_prefix_dir@)"
mlterm-3.9.0/encodefilter/script/ltmain.sh:10759:      relink_command=`$ECHO "$relink_command" | $SED "$sed_quote_subst"`
mlterm-3.9.0/encodefilter/script/ltmain.sh-10760-      if test yes = "$hardcode_automatic"; then
##############################################
mlterm-3.9.0/encodefilter/script/ltmain.sh-10779-		func_resolve_sysroot "$deplib"
mlterm-3.9.0/encodefilter/script/ltmain.sh:10780:		eval libdir=`$SED -n -e 's/^libdir=\(.*\)$/\1/p' $func_resolve_sysroot_result`
mlterm-3.9.0/encodefilter/script/ltmain.sh-10781-		test -z "$libdir" && \
##############################################
mlterm-3.9.0/encodefilter/script/ltmain.sh-10805-		name=$func_basename_result
mlterm-3.9.0/encodefilter/script/ltmain.sh:10806:		eval libdir=`$SED -n -e 's/^libdir=\(.*\)$/\1/p' $lib`
mlterm-3.9.0/encodefilter/script/ltmain.sh-10807-		test -z "$libdir" && \
##############################################
mlterm-3.9.0/encodefilter/script/ltmain.sh-10824-		name=$func_basename_result
mlterm-3.9.0/encodefilter/script/ltmain.sh:10825:		eval libdir=`$SED -n -e 's/^libdir=\(.*\)$/\1/p' $lib`
mlterm-3.9.0/encodefilter/script/ltmain.sh-10826-		test -z "$libdir" && \
##############################################
mlterm-3.9.0/encodefilter/script/ltmain.sh-11143-# ### BEGIN LIBTOOL TAG CONFIG: disable-static
mlterm-3.9.0/encodefilter/script/ltmain.sh:11144:build_old_libs=`case $build_libtool_libs in yes) echo no;; *) echo yes;; esac`
mlterm-3.9.0/encodefilter/script/ltmain.sh-11145-# ### END LIBTOOL TAG CONFIG: disable-static
##############################################
mlterm-3.9.0/encodefilter/aclocal.m4-133-    done
mlterm-3.9.0/encodefilter/aclocal.m4:134:    func_cc_basename_result=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
mlterm-3.9.0/encodefilter/aclocal.m4-135-}
##############################################
mlterm-3.9.0/encodefilter/aclocal.m4-445-m4_define([_LT_CONFIG_STATUS_DECLARE],
mlterm-3.9.0/encodefilter/aclocal.m4:446:[$1='`$ECHO "$][$1" | $SED "$delay_single_quote_subst"`'])
mlterm-3.9.0/encodefilter/aclocal.m4-447-
##############################################
mlterm-3.9.0/encodefilter/aclocal.m4-455-#
mlterm-3.9.0/encodefilter/aclocal.m4:456:#    <var>='`$ECHO "$<var>" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/encodefilter/aclocal.m4-457-m4_defun([_LT_CONFIG_STATUS_DECLARATIONS],
##############################################
mlterm-3.9.0/encodefilter/aclocal.m4-565-]], lt_decl_quote_varnames); do
mlterm-3.9.0/encodefilter/aclocal.m4:566:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
mlterm-3.9.0/encodefilter/aclocal.m4-567-    *[[\\\\\\\`\\"\\\$]]*)
mlterm-3.9.0/encodefilter/aclocal.m4:568:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\"" ## exclude from sc_prohibit_nested_quotes
mlterm-3.9.0/encodefilter/aclocal.m4-569-      ;;
##############################################
mlterm-3.9.0/encodefilter/aclocal.m4-578-]], lt_decl_dquote_varnames); do
mlterm-3.9.0/encodefilter/aclocal.m4:579:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
mlterm-3.9.0/encodefilter/aclocal.m4-580-    *[[\\\\\\\`\\"\\\$]]*)
mlterm-3.9.0/encodefilter/aclocal.m4:581:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\"" ## exclude from sc_prohibit_nested_quotes
mlterm-3.9.0/encodefilter/aclocal.m4-582-      ;;
##############################################
mlterm-3.9.0/encodefilter/aclocal.m4-1118-  if test yes = "$lt_cv_ld_force_load"; then
mlterm-3.9.0/encodefilter/aclocal.m4:1119:    _LT_TAGVAR(whole_archive_flag_spec, $1)='`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience $wl-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`'
mlterm-3.9.0/encodefilter/aclocal.m4-1120-    m4_case([$1], [F77], [_LT_TAGVAR(compiler_needs_object, $1)=yes],
##############################################
mlterm-3.9.0/encodefilter/aclocal.m4-1171-      }]'
mlterm-3.9.0/encodefilter/aclocal.m4:1172:  _LT_TAGVAR([lt_cv_aix_libpath_], [$1])=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
mlterm-3.9.0/encodefilter/aclocal.m4-1173-  # Check for a 64-bit object if we didn't find anything.
mlterm-3.9.0/encodefilter/aclocal.m4-1174-  if test -z "$_LT_TAGVAR([lt_cv_aix_libpath_], [$1])"; then
mlterm-3.9.0/encodefilter/aclocal.m4:1175:    _LT_TAGVAR([lt_cv_aix_libpath_], [$1])=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
mlterm-3.9.0/encodefilter/aclocal.m4-1176-  fi],[])
##############################################
mlterm-3.9.0/encodefilter/aclocal.m4-1207-if test "X`( print -r -- -n ) 2>/dev/null`" = X-n && \
mlterm-3.9.0/encodefilter/aclocal.m4:1208:   test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
mlterm-3.9.0/encodefilter/aclocal.m4-1209-  ECHO='print -r --'
mlterm-3.9.0/encodefilter/aclocal.m4:1210:elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
mlterm-3.9.0/encodefilter/aclocal.m4-1211-  ECHO='printf %s\n'
##############################################
mlterm-3.9.0/encodefilter/aclocal.m4-1242-    PATH=/empty FPATH=/empty; export PATH FPATH
mlterm-3.9.0/encodefilter/aclocal.m4:1243:    test "X`printf %s $ECHO`" = "X$ECHO" \
mlterm-3.9.0/encodefilter/aclocal.m4:1244:      || test "X`print -r -- $ECHO`" = "X$ECHO" )])])
mlterm-3.9.0/encodefilter/aclocal.m4-1245-
##############################################
mlterm-3.9.0/encodefilter/aclocal.m4-1266-   if test yes = "$GCC"; then
mlterm-3.9.0/encodefilter/aclocal.m4:1267:     lt_sysroot=`$CC --print-sysroot 2>/dev/null`
mlterm-3.9.0/encodefilter/aclocal.m4-1268-   fi
##############################################
mlterm-3.9.0/encodefilter/aclocal.m4-1270- /*)
mlterm-3.9.0/encodefilter/aclocal.m4:1271:   lt_sysroot=`echo "$with_sysroot" | sed -e "$sed_quote_subst"`
mlterm-3.9.0/encodefilter/aclocal.m4-1272-   ;; #(
##############################################
mlterm-3.9.0/encodefilter/aclocal.m4-1300-  if AC_TRY_EVAL(ac_compile); then
mlterm-3.9.0/encodefilter/aclocal.m4:1301:    case `/usr/bin/file conftest.$ac_objext` in
mlterm-3.9.0/encodefilter/aclocal.m4-1302-      *ELF-32*)
##############################################
mlterm-3.9.0/encodefilter/aclocal.m4-1317-    if test yes = "$lt_cv_prog_gnu_ld"; then
mlterm-3.9.0/encodefilter/aclocal.m4:1318:      case `/usr/bin/file conftest.$ac_objext` in
mlterm-3.9.0/encodefilter/aclocal.m4-1319-	*32-bit*)
##############################################
mlterm-3.9.0/encodefilter/aclocal.m4-1329-    else
mlterm-3.9.0/encodefilter/aclocal.m4:1330:      case `/usr/bin/file conftest.$ac_objext` in
mlterm-3.9.0/encodefilter/aclocal.m4-1331-	*32-bit*)
##############################################
mlterm-3.9.0/encodefilter/aclocal.m4-1351-    emul=elf
mlterm-3.9.0/encodefilter/aclocal.m4:1352:    case `/usr/bin/file conftest.$ac_objext` in
mlterm-3.9.0/encodefilter/aclocal.m4-1353-      *32-bit*)
##############################################
mlterm-3.9.0/encodefilter/aclocal.m4-1359-    esac
mlterm-3.9.0/encodefilter/aclocal.m4:1360:    case `/usr/bin/file conftest.$ac_objext` in
mlterm-3.9.0/encodefilter/aclocal.m4-1361-      *MSB*)
##############################################
mlterm-3.9.0/encodefilter/aclocal.m4-1367-    esac
mlterm-3.9.0/encodefilter/aclocal.m4:1368:    case `/usr/bin/file conftest.$ac_objext` in
mlterm-3.9.0/encodefilter/aclocal.m4-1369-      *N32*)
##############################################
mlterm-3.9.0/encodefilter/aclocal.m4-1732-    # And add a safety zone
mlterm-3.9.0/encodefilter/aclocal.m4:1733:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
mlterm-3.9.0/encodefilter/aclocal.m4:1734:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
mlterm-3.9.0/encodefilter/aclocal.m4-1735-    ;;
##############################################
mlterm-3.9.0/encodefilter/aclocal.m4-1765-    if test -n "$kargmax"; then
mlterm-3.9.0/encodefilter/aclocal.m4:1766:      lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[[	 ]]//'`
mlterm-3.9.0/encodefilter/aclocal.m4-1767-    else
##############################################
mlterm-3.9.0/encodefilter/aclocal.m4-1774-       test undefined != "$lt_cv_sys_max_cmd_len"; then
mlterm-3.9.0/encodefilter/aclocal.m4:1775:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
mlterm-3.9.0/encodefilter/aclocal.m4:1776:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
mlterm-3.9.0/encodefilter/aclocal.m4-1777-    else
##############################################
mlterm-3.9.0/encodefilter/aclocal.m4-1786-      # we can't tell.
mlterm-3.9.0/encodefilter/aclocal.m4:1787:      while { test X`env echo "$teststring$teststring" 2>/dev/null` \
mlterm-3.9.0/encodefilter/aclocal.m4-1788-	         = "X$teststring$teststring"; } >/dev/null 2>&1 &&
##############################################
mlterm-3.9.0/encodefilter/aclocal.m4-1790-      do
mlterm-3.9.0/encodefilter/aclocal.m4:1791:        i=`expr $i + 1`
mlterm-3.9.0/encodefilter/aclocal.m4-1792-        teststring=$teststring$teststring
##############################################
mlterm-3.9.0/encodefilter/aclocal.m4-1794-      # Only check the string length outside the loop.
mlterm-3.9.0/encodefilter/aclocal.m4:1795:      lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
mlterm-3.9.0/encodefilter/aclocal.m4-1796-      teststring=
##############################################
mlterm-3.9.0/encodefilter/aclocal.m4-1799-      # linker.  It appears as though 1/2 is a usable value.
mlterm-3.9.0/encodefilter/aclocal.m4:1800:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
mlterm-3.9.0/encodefilter/aclocal.m4-1801-    fi
##############################################
mlterm-3.9.0/encodefilter/aclocal.m4-2265-    *:)
mlterm-3.9.0/encodefilter/aclocal.m4:2266:        eval @S|@1=\"`$ECHO @S|@2 | $SED 's/:/ /g'` \@S|@@S|@1\"
mlterm-3.9.0/encodefilter/aclocal.m4-2267-        ;;
mlterm-3.9.0/encodefilter/aclocal.m4-2268-    x:*)
mlterm-3.9.0/encodefilter/aclocal.m4:2269:        eval @S|@1=\"\@S|@@S|@1 `$ECHO @S|@2 | $SED 's/:/ /g'`\"
mlterm-3.9.0/encodefilter/aclocal.m4-2270-        ;;
mlterm-3.9.0/encodefilter/aclocal.m4-2271-    *::*)
mlterm-3.9.0/encodefilter/aclocal.m4:2272:        eval @S|@1=\"\@S|@@S|@1\ `$ECHO @S|@2 | $SED -e 's/.*:://' -e 's/:/ /g'`\"
mlterm-3.9.0/encodefilter/aclocal.m4:2273:        eval @S|@1=\"`$ECHO @S|@2 | $SED -e 's/::.*//' -e 's/:/ /g'`\ \@S|@@S|@1\"
mlterm-3.9.0/encodefilter/aclocal.m4-2274-        ;;
mlterm-3.9.0/encodefilter/aclocal.m4-2275-    *)
mlterm-3.9.0/encodefilter/aclocal.m4:2276:        eval @S|@1=\"`$ECHO @S|@2 | $SED 's/:/ /g'`\"
mlterm-3.9.0/encodefilter/aclocal.m4-2277-        ;;
##############################################
mlterm-3.9.0/encodefilter/aclocal.m4-2305-  esac
mlterm-3.9.0/encodefilter/aclocal.m4:2306:  lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
mlterm-3.9.0/encodefilter/aclocal.m4-2307-  case $lt_search_path_spec in
##############################################
mlterm-3.9.0/encodefilter/aclocal.m4-2312-    # okay in the real world where ";" in dirpaths is itself problematic.
mlterm-3.9.0/encodefilter/aclocal.m4:2313:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
mlterm-3.9.0/encodefilter/aclocal.m4-2314-    ;;
mlterm-3.9.0/encodefilter/aclocal.m4-2315-  *)
mlterm-3.9.0/encodefilter/aclocal.m4:2316:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
mlterm-3.9.0/encodefilter/aclocal.m4-2317-    ;;
##############################################
mlterm-3.9.0/encodefilter/aclocal.m4-2321-  lt_tmp_lt_search_path_spec=
mlterm-3.9.0/encodefilter/aclocal.m4:2322:  lt_multi_os_dir=/`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
mlterm-3.9.0/encodefilter/aclocal.m4-2323-  # ...but if some path component already ends with the multilib dir we assume
##############################################
mlterm-3.9.0/encodefilter/aclocal.m4-2363-  esac
mlterm-3.9.0/encodefilter/aclocal.m4:2364:  sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
mlterm-3.9.0/encodefilter/aclocal.m4-2365-else
##############################################
mlterm-3.9.0/encodefilter/aclocal.m4-2504-    # Create ${libname}_ixlibrary.a entries in /sys/libs.
mlterm-3.9.0/encodefilter/aclocal.m4:2505:    finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`func_echo_all "$lib" | $SED '\''s%^.*/\([[^/]]*\)\.ixlibrary$%\1%'\''`; $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'
mlterm-3.9.0/encodefilter/aclocal.m4-2506-    ;;
##############################################
mlterm-3.9.0/encodefilter/aclocal.m4-2540-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
mlterm-3.9.0/encodefilter/aclocal.m4:2541:    postinstall_cmds='base_file=`basename \$file`~
mlterm-3.9.0/encodefilter/aclocal.m4:2542:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~
mlterm-3.9.0/encodefilter/aclocal.m4:2543:      dldir=$destdir/`dirname \$dlpath`~
mlterm-3.9.0/encodefilter/aclocal.m4-2544-      test -d \$dldir || mkdir -p \$dldir~
##############################################
mlterm-3.9.0/encodefilter/aclocal.m4-2549-      fi'
mlterm-3.9.0/encodefilter/aclocal.m4:2550:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
mlterm-3.9.0/encodefilter/aclocal.m4-2551-      dlpath=$dir/\$dldll~
##############################################
mlterm-3.9.0/encodefilter/aclocal.m4-2557-      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
mlterm-3.9.0/encodefilter/aclocal.m4:2558:      soname_spec='`echo $libname | sed -e 's/^lib/cyg/'``echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext'
mlterm-3.9.0/encodefilter/aclocal.m4-2559-m4_if([$1], [],[
##############################################
mlterm-3.9.0/encodefilter/aclocal.m4-2563-      # MinGW DLLs use traditional 'lib' prefix
mlterm-3.9.0/encodefilter/aclocal.m4:2564:      soname_spec='$libname`echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext'
mlterm-3.9.0/encodefilter/aclocal.m4-2565-      ;;
##############################################
mlterm-3.9.0/encodefilter/aclocal.m4-2567-      # pw32 DLLs use 'pw' prefix rather than 'lib'
mlterm-3.9.0/encodefilter/aclocal.m4:2568:      library_names_spec='`echo $libname | sed -e 's/^lib/pw/'``echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext'
mlterm-3.9.0/encodefilter/aclocal.m4-2569-      ;;
##############################################
mlterm-3.9.0/encodefilter/aclocal.m4-2576-    libname_spec='$name'
mlterm-3.9.0/encodefilter/aclocal.m4:2577:    soname_spec='$libname`echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext'
mlterm-3.9.0/encodefilter/aclocal.m4-2578-    library_names_spec='$libname.dll.lib'
##############################################
mlterm-3.9.0/encodefilter/aclocal.m4-2588-        # Let DOS variable expansion print the short 8.3 style file name.
mlterm-3.9.0/encodefilter/aclocal.m4:2589:        lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"`
mlterm-3.9.0/encodefilter/aclocal.m4-2590-        sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path"
##############################################
mlterm-3.9.0/encodefilter/aclocal.m4-2593-      # Convert to MSYS style.
mlterm-3.9.0/encodefilter/aclocal.m4:2594:      sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | sed -e 's|\\\\|/|g' -e 's| \\([[a-zA-Z]]\\):| /\\1|g' -e 's|^ ||'`
mlterm-3.9.0/encodefilter/aclocal.m4-2595-      ;;
##############################################
mlterm-3.9.0/encodefilter/aclocal.m4-2599-      # like /cygdrive/c/PROGRA~1:/cygdr...
mlterm-3.9.0/encodefilter/aclocal.m4:2600:      sys_lib_search_path_spec=`cygpath --path --unix "$LIB"`
mlterm-3.9.0/encodefilter/aclocal.m4:2601:      sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null`
mlterm-3.9.0/encodefilter/aclocal.m4:2602:      sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
mlterm-3.9.0/encodefilter/aclocal.m4-2603-      ;;
##############################################
mlterm-3.9.0/encodefilter/aclocal.m4-2607-        # It is most probably a Windows format PATH.
mlterm-3.9.0/encodefilter/aclocal.m4:2608:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
mlterm-3.9.0/encodefilter/aclocal.m4-2609-      else
mlterm-3.9.0/encodefilter/aclocal.m4:2610:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
mlterm-3.9.0/encodefilter/aclocal.m4-2611-      fi
##############################################
mlterm-3.9.0/encodefilter/aclocal.m4-2617-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
mlterm-3.9.0/encodefilter/aclocal.m4:2618:    postinstall_cmds='base_file=`basename \$file`~
mlterm-3.9.0/encodefilter/aclocal.m4:2619:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~
mlterm-3.9.0/encodefilter/aclocal.m4:2620:      dldir=$destdir/`dirname \$dlpath`~
mlterm-3.9.0/encodefilter/aclocal.m4-2621-      test -d \$dldir || mkdir -p \$dldir~
mlterm-3.9.0/encodefilter/aclocal.m4-2622-      $install_prog $dir/$dlname \$dldir/$dlname'
mlterm-3.9.0/encodefilter/aclocal.m4:2623:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
mlterm-3.9.0/encodefilter/aclocal.m4-2624-      dlpath=$dir/\$dldll~
##############################################
mlterm-3.9.0/encodefilter/aclocal.m4-2631-    # Assume MSVC wrapper
mlterm-3.9.0/encodefilter/aclocal.m4:2632:    library_names_spec='$libname`echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext $libname.lib'
mlterm-3.9.0/encodefilter/aclocal.m4-2633-    dynamic_linker='Win32 ld.exe'
##############################################
mlterm-3.9.0/encodefilter/aclocal.m4-2648-  shlibpath_var=DYLD_LIBRARY_PATH
mlterm-3.9.0/encodefilter/aclocal.m4:2649:  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
mlterm-3.9.0/encodefilter/aclocal.m4-2650-m4_if([$1], [],[
##############################################
mlterm-3.9.0/encodefilter/aclocal.m4-2882-  if test -f /etc/ld.so.conf; then
mlterm-3.9.0/encodefilter/aclocal.m4:2883:    lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \[$]2)); skip = 1; } { if (!skip) print \[$]0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[	 ]*hwcap[	 ]/d;s/[:,	]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;s/"//g;/^$/d' | tr '\n' ' '`
mlterm-3.9.0/encodefilter/aclocal.m4-2884-    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
##############################################
mlterm-3.9.0/encodefilter/aclocal.m4-2936-  need_lib_prefix=no
mlterm-3.9.0/encodefilter/aclocal.m4:2937:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
mlterm-3.9.0/encodefilter/aclocal.m4-2938-    need_version=no
##############################################
mlterm-3.9.0/encodefilter/aclocal.m4-2963-  sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
mlterm-3.9.0/encodefilter/aclocal.m4:2964:  postinstall_cmds='base_file=`basename \$file`~
mlterm-3.9.0/encodefilter/aclocal.m4:2965:    dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; $ECHO \$dlname'\''`~
mlterm-3.9.0/encodefilter/aclocal.m4:2966:    dldir=$destdir/`dirname \$dlpath`~
mlterm-3.9.0/encodefilter/aclocal.m4-2967-    test -d \$dldir || mkdir -p \$dldir~
##############################################
mlterm-3.9.0/encodefilter/aclocal.m4-2972-    fi'
mlterm-3.9.0/encodefilter/aclocal.m4:2973:  postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; $ECHO \$dlname'\''`~
mlterm-3.9.0/encodefilter/aclocal.m4-2974-    dlpath=$dir/\$dldll~
##############################################
mlterm-3.9.0/encodefilter/aclocal.m4-3183-	"file_magic "*)
mlterm-3.9.0/encodefilter/aclocal.m4:3184:	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
mlterm-3.9.0/encodefilter/aclocal.m4-3185-	  MAGIC_CMD=$lt_cv_path_MAGIC_CMD
##############################################
mlterm-3.9.0/encodefilter/aclocal.m4-3266-    # gcc leaves a trailing carriage return, which upsets mingw
mlterm-3.9.0/encodefilter/aclocal.m4:3267:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
mlterm-3.9.0/encodefilter/aclocal.m4-3268-  *)
mlterm-3.9.0/encodefilter/aclocal.m4:3269:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
mlterm-3.9.0/encodefilter/aclocal.m4-3270-  esac
##############################################
mlterm-3.9.0/encodefilter/aclocal.m4-3275-      # Canonicalize the pathname of ld
mlterm-3.9.0/encodefilter/aclocal.m4:3276:      ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
mlterm-3.9.0/encodefilter/aclocal.m4-3277-      while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
mlterm-3.9.0/encodefilter/aclocal.m4:3278:	ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
mlterm-3.9.0/encodefilter/aclocal.m4-3279-      done
##############################################
mlterm-3.9.0/encodefilter/aclocal.m4-3306-      # Break only if it was the GNU/non-GNU ld that we prefer.
mlterm-3.9.0/encodefilter/aclocal.m4:3307:      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
mlterm-3.9.0/encodefilter/aclocal.m4-3308-      *GNU* | *'with BFD'*)
##############################################
mlterm-3.9.0/encodefilter/aclocal.m4-3346-[# I'd rather use --version here, but apparently some GNU lds only accept -v.
mlterm-3.9.0/encodefilter/aclocal.m4:3347:case `$LD -v 2>&1 </dev/null` in
mlterm-3.9.0/encodefilter/aclocal.m4-3348-*GNU* | *'with BFD'*)
##############################################
mlterm-3.9.0/encodefilter/aclocal.m4-3573-openbsd* | bitrig*)
mlterm-3.9.0/encodefilter/aclocal.m4:3574:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
mlterm-3.9.0/encodefilter/aclocal.m4-3575-    lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|\.so|_pic\.a)$'
##############################################
mlterm-3.9.0/encodefilter/aclocal.m4-3640-    else
mlterm-3.9.0/encodefilter/aclocal.m4:3641:      file_magic_glob=`echo aAbBcCdDeEfFgGhHiIjJkKlLmMnNoOpPqQrRsStTuUvVwWxXyYzZ | $SED -e "s/\(..\)/s\/[[\1]]\/[[\1]]\/g;/g"`
mlterm-3.9.0/encodefilter/aclocal.m4-3642-    fi
##############################################
mlterm-3.9.0/encodefilter/aclocal.m4-3691-	esac
mlterm-3.9.0/encodefilter/aclocal.m4:3692:	case `"$tmp_nm" -B $lt_bad_file 2>&1 | sed '1q'` in
mlterm-3.9.0/encodefilter/aclocal.m4-3693-	*$lt_bad_file* | *'Invalid file or object type'*)
##############################################
mlterm-3.9.0/encodefilter/aclocal.m4-3697-	*)
mlterm-3.9.0/encodefilter/aclocal.m4:3698:	  case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
mlterm-3.9.0/encodefilter/aclocal.m4-3699-	  */dev/null*)
##############################################
mlterm-3.9.0/encodefilter/aclocal.m4-3723-    AC_CHECK_TOOLS(DUMPBIN, [dumpbin "link -dump"], :)
mlterm-3.9.0/encodefilter/aclocal.m4:3724:    case `$DUMPBIN -symbols -headers /dev/null 2>&1 | sed '1q'` in
mlterm-3.9.0/encodefilter/aclocal.m4-3725-    *COFF*)
##############################################
mlterm-3.9.0/encodefilter/aclocal.m4-3782-  # decide which one to use based on capabilities of $DLLTOOL
mlterm-3.9.0/encodefilter/aclocal.m4:3783:  case `$DLLTOOL --help 2>&1` in
mlterm-3.9.0/encodefilter/aclocal.m4-3784-  *--identify-strict*)
##############################################
mlterm-3.9.0/encodefilter/aclocal.m4-3956-# If we're using GNU nm, then use its standard symbol codes.
mlterm-3.9.0/encodefilter/aclocal.m4:3957:case `$NM -V 2>&1` in
mlterm-3.9.0/encodefilter/aclocal.m4-3958-*GNU* | *'with BFD'*)
##############################################
mlterm-3.9.0/encodefilter/aclocal.m4-4004-mingw*)
mlterm-3.9.0/encodefilter/aclocal.m4:4005:  opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
mlterm-3.9.0/encodefilter/aclocal.m4-4006-  ;;
##############################################
mlterm-3.9.0/encodefilter/aclocal.m4-4060-    nlist=conftest.nm
mlterm-3.9.0/encodefilter/aclocal.m4:4061:    if AC_TRY_EVAL(NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) && test -s "$nlist"; then
mlterm-3.9.0/encodefilter/aclocal.m4-4062-      # Try sorting and uniquifying the output.
##############################################
mlterm-3.9.0/encodefilter/aclocal.m4-4408-	  *)
mlterm-3.9.0/encodefilter/aclocal.m4:4409:	    case `$CC -V 2>&1 | sed 5q` in
mlterm-3.9.0/encodefilter/aclocal.m4-4410-	    *Sun\ C*)
##############################################
mlterm-3.9.0/encodefilter/aclocal.m4-4744-      *)
mlterm-3.9.0/encodefilter/aclocal.m4:4745:	case `$CC -V 2>&1 | sed 5q` in
mlterm-3.9.0/encodefilter/aclocal.m4-4746-	*Sun\ Ceres\ Fortran* | *Sun*Fortran*\ [[1-7]].* | *Sun*Fortran*\ 8.[[0-3]]*)
##############################################
mlterm-3.9.0/encodefilter/aclocal.m4-4927-    else
mlterm-3.9.0/encodefilter/aclocal.m4:4928:      _LT_TAGVAR(export_symbols_cmds, $1)='`func_echo_all $NM | $SED -e '\''s/B\([[^B]]*\)$/P\1/'\''` -PCpgl $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) && ([substr](\$ 1,1,1) != ".")) { if ((\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) { print \$ 1 " weak" } else { print \$ 1 } } }'\'' | sort -u > $export_symbols'
mlterm-3.9.0/encodefilter/aclocal.m4-4929-    fi
##############################################
mlterm-3.9.0/encodefilter/aclocal.m4-5020-	# shared libraries, regardless of the interface used.
mlterm-3.9.0/encodefilter/aclocal.m4:5021:	case `$LD -v 2>&1` in
mlterm-3.9.0/encodefilter/aclocal.m4-5022-	  *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
##############################################
mlterm-3.9.0/encodefilter/aclocal.m4-5052-    supports_anon_versioning=no
mlterm-3.9.0/encodefilter/aclocal.m4:5053:    case `$LD -v | $SED -e 's/([^)]\+)\s\+//' 2>&1` in
mlterm-3.9.0/encodefilter/aclocal.m4-5054-      *GNU\ gold*) supports_anon_versioning=yes ;;
##############################################
mlterm-3.9.0/encodefilter/aclocal.m4-5155-	prefix_cmds="$SED"~
mlterm-3.9.0/encodefilter/aclocal.m4:5156:	if test EXPORTS = "`$SED 1q $export_symbols`"; then
mlterm-3.9.0/encodefilter/aclocal.m4-5157-	  prefix_cmds="$prefix_cmds -e 1d";
##############################################
mlterm-3.9.0/encodefilter/aclocal.m4-5177-      # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
mlterm-3.9.0/encodefilter/aclocal.m4:5178:      _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
mlterm-3.9.0/encodefilter/aclocal.m4:5179:      _LT_TAGVAR(archive_expsym_cmds, $1)='sed "s|^|_|" $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--retain-symbols-file,$output_objdir/$soname.expsym $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
mlterm-3.9.0/encodefilter/aclocal.m4-5180-      ;;
##############################################
mlterm-3.9.0/encodefilter/aclocal.m4-5195-        pgcc*)				# Portland Group C compiler
mlterm-3.9.0/encodefilter/aclocal.m4:5196:	  _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
mlterm-3.9.0/encodefilter/aclocal.m4-5197-	  tmp_addflag=' $pic_flag'
##############################################
mlterm-3.9.0/encodefilter/aclocal.m4-5200-					# Portland Group f77 and f90 compilers
mlterm-3.9.0/encodefilter/aclocal.m4:5201:	  _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
mlterm-3.9.0/encodefilter/aclocal.m4-5202-	  tmp_addflag=' $pic_flag -Mnomain' ;;
##############################################
mlterm-3.9.0/encodefilter/aclocal.m4-5217-	nvcc*)	# Cuda Compiler Driver 2.2
mlterm-3.9.0/encodefilter/aclocal.m4:5218:	  _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
mlterm-3.9.0/encodefilter/aclocal.m4-5219-	  _LT_TAGVAR(compiler_needs_object, $1)=yes
##############################################
mlterm-3.9.0/encodefilter/aclocal.m4-5221-	esac
mlterm-3.9.0/encodefilter/aclocal.m4:5222:	case `$CC -V 2>&1 | sed 5q` in
mlterm-3.9.0/encodefilter/aclocal.m4-5223-	*Sun\ C*)			# Sun C 5.9
mlterm-3.9.0/encodefilter/aclocal.m4:5224:	  _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
mlterm-3.9.0/encodefilter/aclocal.m4-5225-	  _LT_TAGVAR(compiler_needs_object, $1)=yes
##############################################
mlterm-3.9.0/encodefilter/aclocal.m4-5292-    sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
mlterm-3.9.0/encodefilter/aclocal.m4:5293:      case `$LD -v 2>&1` in
mlterm-3.9.0/encodefilter/aclocal.m4-5294-        *\ [[01]].* | *\ 2.[[0-9]].* | *\ 2.1[[0-5]].*)
##############################################
mlterm-3.9.0/encodefilter/aclocal.m4-5381-	else
mlterm-3.9.0/encodefilter/aclocal.m4:5382:	  _LT_TAGVAR(export_symbols_cmds, $1)='`func_echo_all $NM | $SED -e '\''s/B\([[^B]]*\)$/P\1/'\''` -PCpgl $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) && ([substr](\$ 1,1,1) != ".")) { if ((\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) { print \$ 1 " weak" } else { print \$ 1 } } }'\'' | sort -u > $export_symbols'
mlterm-3.9.0/encodefilter/aclocal.m4-5383-	fi
##############################################
mlterm-3.9.0/encodefilter/aclocal.m4-5446-	# below for broken collect2 doesn't work under 4.3+
mlterm-3.9.0/encodefilter/aclocal.m4:5447:	  collect2name=`$CC -print-prog-name=collect2`
mlterm-3.9.0/encodefilter/aclocal.m4-5448-	  if test -f "$collect2name" &&
##############################################
mlterm-3.9.0/encodefilter/aclocal.m4-5502-        _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-blibpath:$libdir:'"$aix_libpath"
mlterm-3.9.0/encodefilter/aclocal.m4:5503:        _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $deplibs $wl'$no_entry_flag' $compiler_flags `if test -n "$allow_undefined_flag"; then func_echo_all "$wl$allow_undefined_flag"; else :; fi` $wl'$exp_sym_flag:\$export_symbols' '$shared_flag
mlterm-3.9.0/encodefilter/aclocal.m4-5504-      else
##############################################
mlterm-3.9.0/encodefilter/aclocal.m4-5527-	  # -brtl affects multiple linker settings, -berok does not and is overridden later
mlterm-3.9.0/encodefilter/aclocal.m4:5528:	  compiler_flags_filtered='`func_echo_all "$compiler_flags " | $SED -e "s%-brtl\\([[, ]]\\)%-berok\\1%g"`'
mlterm-3.9.0/encodefilter/aclocal.m4-5529-	  if test svr4 != "$with_aix_soname"; then
##############################################
mlterm-3.9.0/encodefilter/aclocal.m4-5618-	# FIXME: Setting linknames here is a bad hack.
mlterm-3.9.0/encodefilter/aclocal.m4:5619:	_LT_TAGVAR(archive_cmds, $1)='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
mlterm-3.9.0/encodefilter/aclocal.m4-5620-	# The linker will automatically build a .lib file if we build a DLL.
##############################################
mlterm-3.9.0/encodefilter/aclocal.m4-5756-      if test yes = "$GCC"; then
mlterm-3.9.0/encodefilter/aclocal.m4:5757:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
mlterm-3.9.0/encodefilter/aclocal.m4-5758-	# Try to use the -exported_symbol ld option, if it does not
##############################################
mlterm-3.9.0/encodefilter/aclocal.m4-5779-	if test yes = "$lt_cv_irix_exported_symbol"; then
mlterm-3.9.0/encodefilter/aclocal.m4:5780:          _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations $wl-exports_file $wl$export_symbols -o $lib'
mlterm-3.9.0/encodefilter/aclocal.m4-5781-	fi
mlterm-3.9.0/encodefilter/aclocal.m4-5782-      else
mlterm-3.9.0/encodefilter/aclocal.m4:5783:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
mlterm-3.9.0/encodefilter/aclocal.m4:5784:	_LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -exports_file $export_symbols -o $lib'
mlterm-3.9.0/encodefilter/aclocal.m4-5785-      fi
##############################################
mlterm-3.9.0/encodefilter/aclocal.m4-5829-	_LT_TAGVAR(hardcode_direct_absolute, $1)=yes
mlterm-3.9.0/encodefilter/aclocal.m4:5830:	if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
mlterm-3.9.0/encodefilter/aclocal.m4-5831-	  _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
##############################################
mlterm-3.9.0/encodefilter/aclocal.m4-5860-	prefix_cmds="$SED"~
mlterm-3.9.0/encodefilter/aclocal.m4:5861:	if test EXPORTS = "`$SED 1q $export_symbols`"; then
mlterm-3.9.0/encodefilter/aclocal.m4-5862-	  prefix_cmds="$prefix_cmds -e 1d";
##############################################
mlterm-3.9.0/encodefilter/aclocal.m4-5874-	_LT_TAGVAR(allow_undefined_flag, $1)=' $wl-expect_unresolved $wl\*'
mlterm-3.9.0/encodefilter/aclocal.m4:5875:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
mlterm-3.9.0/encodefilter/aclocal.m4-5876-      else
mlterm-3.9.0/encodefilter/aclocal.m4-5877-	_LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
mlterm-3.9.0/encodefilter/aclocal.m4:5878:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
mlterm-3.9.0/encodefilter/aclocal.m4-5879-      fi
##############################################
mlterm-3.9.0/encodefilter/aclocal.m4-5887-	_LT_TAGVAR(allow_undefined_flag, $1)=' $wl-expect_unresolved $wl\*'
mlterm-3.9.0/encodefilter/aclocal.m4:5888:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared$allow_undefined_flag $pic_flag $libobjs $deplibs $compiler_flags $wl-msym $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
mlterm-3.9.0/encodefilter/aclocal.m4-5889-	_LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir'
##############################################
mlterm-3.9.0/encodefilter/aclocal.m4-5891-	_LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
mlterm-3.9.0/encodefilter/aclocal.m4:5892:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
mlterm-3.9.0/encodefilter/aclocal.m4:5893:	_LT_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; printf "%s\\n" "-hidden">> $lib.exp~
mlterm-3.9.0/encodefilter/aclocal.m4:5894:          $CC -shared$allow_undefined_flag $wl-input $wl$lib.exp $compiler_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib~$RM $lib.exp'
mlterm-3.9.0/encodefilter/aclocal.m4-5895-
##############################################
mlterm-3.9.0/encodefilter/aclocal.m4-5910-      else
mlterm-3.9.0/encodefilter/aclocal.m4:5911:	case `$CC -V 2>&1` in
mlterm-3.9.0/encodefilter/aclocal.m4-5912-	*"Compilers 5.0"*)
##############################################
mlterm-3.9.0/encodefilter/aclocal.m4-6103-	  _LT_TAGVAR(allow_undefined_flag, $1)=
mlterm-3.9.0/encodefilter/aclocal.m4:6104:	  if AC_TRY_EVAL(_LT_TAGVAR(archive_cmds, $1) 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1)
mlterm-3.9.0/encodefilter/aclocal.m4-6105-	  then
##############################################
mlterm-3.9.0/encodefilter/aclocal.m4-6403-        # ancient GNU ld didn't support --whole-archive et. al.
mlterm-3.9.0/encodefilter/aclocal.m4:6404:        if eval "`$CC -print-prog-name=ld` --help 2>&1" |
mlterm-3.9.0/encodefilter/aclocal.m4-6405-	  $GREP 'no-whole-archive' > /dev/null; then
##############################################
mlterm-3.9.0/encodefilter/aclocal.m4-6513-          # below for broken collect2 doesn't work under 4.3+
mlterm-3.9.0/encodefilter/aclocal.m4:6514:	  collect2name=`$CC -print-prog-name=collect2`
mlterm-3.9.0/encodefilter/aclocal.m4-6515-	  if test -f "$collect2name" &&
##############################################
mlterm-3.9.0/encodefilter/aclocal.m4-6571-
mlterm-3.9.0/encodefilter/aclocal.m4:6572:          _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $deplibs $wl'$no_entry_flag' $compiler_flags `if test -n "$allow_undefined_flag"; then func_echo_all "$wl$allow_undefined_flag"; else :; fi` $wl'$exp_sym_flag:\$export_symbols' '$shared_flag
mlterm-3.9.0/encodefilter/aclocal.m4-6573-        else
##############################################
mlterm-3.9.0/encodefilter/aclocal.m4-6596-	    # -brtl affects multiple linker settings, -berok does not and is overridden later
mlterm-3.9.0/encodefilter/aclocal.m4:6597:	    compiler_flags_filtered='`func_echo_all "$compiler_flags " | $SED -e "s%-brtl\\([[, ]]\\)%-berok\\1%g"`'
mlterm-3.9.0/encodefilter/aclocal.m4-6598-	    if test svr4 != "$with_aix_soname"; then
##############################################
mlterm-3.9.0/encodefilter/aclocal.m4-6725-	  prefix_cmds="$SED"~
mlterm-3.9.0/encodefilter/aclocal.m4:6726:	  if test EXPORTS = "`$SED 1q $export_symbols`"; then
mlterm-3.9.0/encodefilter/aclocal.m4-6727-	    prefix_cmds="$prefix_cmds -e 1d";
##############################################
mlterm-3.9.0/encodefilter/aclocal.m4-6799-            # dependencies.
mlterm-3.9.0/encodefilter/aclocal.m4:6800:            output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $EGREP "\-L"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
mlterm-3.9.0/encodefilter/aclocal.m4-6801-            ;;
##############################################
mlterm-3.9.0/encodefilter/aclocal.m4-6864-	    # dependencies.
mlterm-3.9.0/encodefilter/aclocal.m4:6865:	    output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $GREP "\-L"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
mlterm-3.9.0/encodefilter/aclocal.m4-6866-	    ;;
##############################################
mlterm-3.9.0/encodefilter/aclocal.m4-6900-	# time.  Moving up from 0x10000000 also allows more sbrk(2) space.
mlterm-3.9.0/encodefilter/aclocal.m4:6901:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
mlterm-3.9.0/encodefilter/aclocal.m4:6902:	_LT_TAGVAR(archive_expsym_cmds, $1)='sed "s|^|_|" $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--retain-symbols-file,$output_objdir/$soname.expsym $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
mlterm-3.9.0/encodefilter/aclocal.m4-6903-	;;
##############################################
mlterm-3.9.0/encodefilter/aclocal.m4-6907-	    # SGI C++
mlterm-3.9.0/encodefilter/aclocal.m4:6908:	    _LT_TAGVAR(archive_cmds, $1)='$CC -shared -all -multigot $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
mlterm-3.9.0/encodefilter/aclocal.m4-6909-
##############################################
mlterm-3.9.0/encodefilter/aclocal.m4-6918-	      if test no = "$with_gnu_ld"; then
mlterm-3.9.0/encodefilter/aclocal.m4:6919:	        _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
mlterm-3.9.0/encodefilter/aclocal.m4-6920-	      else
mlterm-3.9.0/encodefilter/aclocal.m4:6921:	        _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` -o $lib'
mlterm-3.9.0/encodefilter/aclocal.m4-6922-	      fi
##############################################
mlterm-3.9.0/encodefilter/aclocal.m4-6939-	    # to its proper name (with version) after linking.
mlterm-3.9.0/encodefilter/aclocal.m4:6940:	    _LT_TAGVAR(archive_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\$tempext\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
mlterm-3.9.0/encodefilter/aclocal.m4:6941:	    _LT_TAGVAR(archive_expsym_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\$tempext\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib $wl-retain-symbols-file,$export_symbols; mv \$templib $lib'
mlterm-3.9.0/encodefilter/aclocal.m4-6942-	    # Commands to make compiler produce verbose output that lists
##############################################
mlterm-3.9.0/encodefilter/aclocal.m4-6949-	    # dependencies.
mlterm-3.9.0/encodefilter/aclocal.m4:6950:	    output_verbose_link_cmd='templist=`$CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1 | $GREP "ld"`; rm -f libconftest$shared_ext; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
mlterm-3.9.0/encodefilter/aclocal.m4-6951-
##############################################
mlterm-3.9.0/encodefilter/aclocal.m4-6964-	    # earlier do not add the objects themselves.
mlterm-3.9.0/encodefilter/aclocal.m4:6965:	    case `$CC -V 2>&1` in
mlterm-3.9.0/encodefilter/aclocal.m4-6966-	      *"Version 7."*)
##############################################
mlterm-3.9.0/encodefilter/aclocal.m4-6985-            # Portland Group C++ compiler
mlterm-3.9.0/encodefilter/aclocal.m4:6986:	    case `$CC -V` in
mlterm-3.9.0/encodefilter/aclocal.m4-6987-	    *pgCC\ [[1-5]].* | *pgcpp\ [[1-5]].*)
##############################################
mlterm-3.9.0/encodefilter/aclocal.m4-6990-               $CC --prelink_objects --instantiation_dir $tpldir $objs $libobjs $compile_deplibs~
mlterm-3.9.0/encodefilter/aclocal.m4:6991:               compile_command="$compile_command `find $tpldir -name \*.o | sort | $NL2SP`"'
mlterm-3.9.0/encodefilter/aclocal.m4-6992-	      _LT_TAGVAR(old_archive_cmds, $1)='tpldir=Template.dir~
##############################################
mlterm-3.9.0/encodefilter/aclocal.m4-6994-                $CC --prelink_objects --instantiation_dir $tpldir $oldobjs$old_deplibs~
mlterm-3.9.0/encodefilter/aclocal.m4:6995:                $AR $AR_FLAGS $oldlib$oldobjs$old_deplibs `find $tpldir -name \*.o | sort | $NL2SP`~
mlterm-3.9.0/encodefilter/aclocal.m4-6996-                $RANLIB $oldlib'
##############################################
mlterm-3.9.0/encodefilter/aclocal.m4-6999-                $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
mlterm-3.9.0/encodefilter/aclocal.m4:7000:                $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags $wl-soname $wl$soname -o $lib'
mlterm-3.9.0/encodefilter/aclocal.m4-7001-	      _LT_TAGVAR(archive_expsym_cmds, $1)='tpldir=Template.dir~
##############################################
mlterm-3.9.0/encodefilter/aclocal.m4-7003-                $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
mlterm-3.9.0/encodefilter/aclocal.m4:7004:                $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib'
mlterm-3.9.0/encodefilter/aclocal.m4-7005-	      ;;
##############################################
mlterm-3.9.0/encodefilter/aclocal.m4-7013-	    _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl--export-dynamic'
mlterm-3.9.0/encodefilter/aclocal.m4:7014:	    _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
mlterm-3.9.0/encodefilter/aclocal.m4-7015-            ;;
##############################################
mlterm-3.9.0/encodefilter/aclocal.m4-7032-	    # dependencies.
mlterm-3.9.0/encodefilter/aclocal.m4:7033:	    output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld"`; templist=`func_echo_all "$templist" | $SED "s/\(^.*ld.*\)\( .*ld .*$\)/\1/"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "X$list" | $Xsed'
mlterm-3.9.0/encodefilter/aclocal.m4-7034-	    ;;
##############################################
mlterm-3.9.0/encodefilter/aclocal.m4-7047-	  *)
mlterm-3.9.0/encodefilter/aclocal.m4:7048:	    case `$CC -V 2>&1 | sed 5q` in
mlterm-3.9.0/encodefilter/aclocal.m4-7049-	    *Sun\ C*)
##############################################
mlterm-3.9.0/encodefilter/aclocal.m4-7054-	      _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
mlterm-3.9.0/encodefilter/aclocal.m4:7055:	      _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
mlterm-3.9.0/encodefilter/aclocal.m4-7056-	      _LT_TAGVAR(compiler_needs_object, $1)=yes
##############################################
mlterm-3.9.0/encodefilter/aclocal.m4-7119-	  _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath,$libdir'
mlterm-3.9.0/encodefilter/aclocal.m4:7120:	  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`"; then
mlterm-3.9.0/encodefilter/aclocal.m4-7121-	    _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-retain-symbols-file,$export_symbols -o $lib'
##############################################
mlterm-3.9.0/encodefilter/aclocal.m4-7138-	    # to its proper name (with version) after linking.
mlterm-3.9.0/encodefilter/aclocal.m4:7139:	    _LT_TAGVAR(archive_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo "$lib" | $SED -e "s/\$tempext\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
mlterm-3.9.0/encodefilter/aclocal.m4-7140-
##############################################
mlterm-3.9.0/encodefilter/aclocal.m4-7159-	        _LT_TAGVAR(allow_undefined_flag, $1)=' $wl-expect_unresolved $wl\*'
mlterm-3.9.0/encodefilter/aclocal.m4:7160:	        _LT_TAGVAR(archive_cmds, $1)='$CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $soname `test -n "$verstring" && func_echo_all "$wl-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
mlterm-3.9.0/encodefilter/aclocal.m4-7161-	        _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir'
##############################################
mlterm-3.9.0/encodefilter/aclocal.m4-7164-	        _LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
mlterm-3.9.0/encodefilter/aclocal.m4:7165:	        _LT_TAGVAR(archive_cmds, $1)='$CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
mlterm-3.9.0/encodefilter/aclocal.m4:7166:	        _LT_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~
mlterm-3.9.0/encodefilter/aclocal.m4-7167-                  echo "-hidden">> $lib.exp~
mlterm-3.9.0/encodefilter/aclocal.m4:7168:                  $CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname $wl-input $wl$lib.exp  `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib~
mlterm-3.9.0/encodefilter/aclocal.m4-7169-                  $RM $lib.exp'
##############################################
mlterm-3.9.0/encodefilter/aclocal.m4-7183-	    # dependencies.
mlterm-3.9.0/encodefilter/aclocal.m4:7184:	    output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld" | $GREP -v "ld:"`; templist=`func_echo_all "$templist" | $SED "s/\(^.*ld.*\)\( .*ld.*$\)/\1/"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
mlterm-3.9.0/encodefilter/aclocal.m4-7185-	    ;;
##############################################
mlterm-3.9.0/encodefilter/aclocal.m4-7190-	        osf3*)
mlterm-3.9.0/encodefilter/aclocal.m4:7191:	          _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
mlterm-3.9.0/encodefilter/aclocal.m4-7192-		  ;;
mlterm-3.9.0/encodefilter/aclocal.m4-7193-	        *)
mlterm-3.9.0/encodefilter/aclocal.m4:7194:	          _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -nostdlib $allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-msym $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
mlterm-3.9.0/encodefilter/aclocal.m4-7195-		  ;;
##############################################
mlterm-3.9.0/encodefilter/aclocal.m4-7443-  case @S|@2 in
mlterm-3.9.0/encodefilter/aclocal.m4:7444:  .*) func_stripname_result=`$ECHO "@S|@3" | $SED "s%^@S|@1%%; s%\\\\@S|@2\$%%"`;;
mlterm-3.9.0/encodefilter/aclocal.m4:7445:  *)  func_stripname_result=`$ECHO "@S|@3" | $SED "s%^@S|@1%%; s%@S|@2\$%%"`;;
mlterm-3.9.0/encodefilter/aclocal.m4-7446-  esac
##############################################
mlterm-3.9.0/encodefilter/aclocal.m4-7532-
mlterm-3.9.0/encodefilter/aclocal.m4:7533:  for p in `eval "$output_verbose_link_cmd"`; do
mlterm-3.9.0/encodefilter/aclocal.m4-7534-    case $prev$p in
##############################################
mlterm-3.9.0/encodefilter/aclocal.m4-7636-if test -n "${_LT_TAGVAR(compiler_lib_search_path, $1)}"; then
mlterm-3.9.0/encodefilter/aclocal.m4:7637: _LT_TAGVAR(compiler_lib_search_dirs, $1)=`echo " ${_LT_TAGVAR(compiler_lib_search_path, $1)}" | $SED -e 's! -L! !g' -e 's!^ !!'`
mlterm-3.9.0/encodefilter/aclocal.m4-7638-fi
##############################################
mlterm-3.9.0/encodefilter/aclocal.m4-8246-    test 10 -lt "$lt_ac_count" && break
mlterm-3.9.0/encodefilter/aclocal.m4:8247:    lt_ac_count=`expr $lt_ac_count + 1`
mlterm-3.9.0/encodefilter/aclocal.m4-8248-    if test "$lt_ac_count" -gt "$lt_ac_max"; then
##############################################
mlterm-3.9.0/encodefilter/aclocal.m4-8862-m4_define([lt_combine],
mlterm-3.9.0/encodefilter/aclocal.m4:8863:[m4_if(m4_eval([$# > 3]), [1],
mlterm-3.9.0/encodefilter/aclocal.m4-8864-       [m4_pushdef([_Lt_sep], [m4_define([_Lt_sep], m4_defn([lt_car]))])]]dnl
##############################################
mlterm-3.9.0/encodefilter/configure-43-if test -z "$BASH_VERSION$ZSH_VERSION" \
mlterm-3.9.0/encodefilter/configure:44:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
mlterm-3.9.0/encodefilter/configure-45-  as_echo='print -r --'
mlterm-3.9.0/encodefilter/configure-46-  as_echo_n='print -rn --'
mlterm-3.9.0/encodefilter/configure:47:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
mlterm-3.9.0/encodefilter/configure-48-  as_echo='printf %s\n'
##############################################
mlterm-3.9.0/encodefilter/configure-50-else
mlterm-3.9.0/encodefilter/configure:51:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
mlterm-3.9.0/encodefilter/configure-52-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
mlterm-3.9.0/encodefilter/configure-60-	expr "X$arg" : "X\\(.*\\)$as_nl";
mlterm-3.9.0/encodefilter/configure:61:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
mlterm-3.9.0/encodefilter/configure-62-      esac;
##############################################
mlterm-3.9.0/encodefilter/configure-197-  eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
mlterm-3.9.0/encodefilter/configure:198:  test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
mlterm-3.9.0/encodefilter/configure-199-
##############################################
mlterm-3.9.0/encodefilter/configure-204-    PATH=/empty FPATH=/empty; export PATH FPATH
mlterm-3.9.0/encodefilter/configure:205:    test \"X\`printf %s \$ECHO\`\" = \"X\$ECHO\" \\
mlterm-3.9.0/encodefilter/configure:206:      || test \"X\`print -r -- \$ECHO\`\" = \"X\$ECHO\" ) || exit 1
mlterm-3.9.0/encodefilter/configure-207-test \$(( 1 + 1 )) = 2 || exit 1"
##############################################
mlterm-3.9.0/encodefilter/configure-332-      case $as_dir in #(
mlterm-3.9.0/encodefilter/configure:333:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
mlterm-3.9.0/encodefilter/configure-334-      *) as_qdir=$as_dir;;
##############################################
mlterm-3.9.0/encodefilter/configure-405-  {
mlterm-3.9.0/encodefilter/configure:406:    as_val=`expr "$@" || test $? -eq 1`
mlterm-3.9.0/encodefilter/configure-407-  }
##############################################
mlterm-3.9.0/encodefilter/configure-412-# ----------------------------------------
mlterm-3.9.0/encodefilter/configure:413:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
mlterm-3.9.0/encodefilter/configure-414-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
mlterm-3.9.0/encodefilter/configure-475-  eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
mlterm-3.9.0/encodefilter/configure:476:  test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
mlterm-3.9.0/encodefilter/configure-477-  # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
##############################################
mlterm-3.9.0/encodefilter/configure-811-  case $ac_option in
mlterm-3.9.0/encodefilter/configure:812:  *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
mlterm-3.9.0/encodefilter/configure-813-  *=)   ac_optarg= ;;
##############################################
mlterm-3.9.0/encodefilter/configure-855-  -disable-* | --disable-*)
mlterm-3.9.0/encodefilter/configure:856:    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
mlterm-3.9.0/encodefilter/configure-857-    # Reject names that are not valid shell variable names.
##############################################
mlterm-3.9.0/encodefilter/configure-860-    ac_useropt_orig=$ac_useropt
mlterm-3.9.0/encodefilter/configure:861:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
mlterm-3.9.0/encodefilter/configure-862-    case $ac_user_opts in
##############################################
mlterm-3.9.0/encodefilter/configure-881-  -enable-* | --enable-*)
mlterm-3.9.0/encodefilter/configure:882:    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
mlterm-3.9.0/encodefilter/configure-883-    # Reject names that are not valid shell variable names.
##############################################
mlterm-3.9.0/encodefilter/configure-886-    ac_useropt_orig=$ac_useropt
mlterm-3.9.0/encodefilter/configure:887:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
mlterm-3.9.0/encodefilter/configure-888-    case $ac_user_opts in
##############################################
mlterm-3.9.0/encodefilter/configure-1085-  -with-* | --with-*)
mlterm-3.9.0/encodefilter/configure:1086:    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
mlterm-3.9.0/encodefilter/configure-1087-    # Reject names that are not valid shell variable names.
##############################################
mlterm-3.9.0/encodefilter/configure-1090-    ac_useropt_orig=$ac_useropt
mlterm-3.9.0/encodefilter/configure:1091:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
mlterm-3.9.0/encodefilter/configure-1092-    case $ac_user_opts in
##############################################
mlterm-3.9.0/encodefilter/configure-1101-  -without-* | --without-*)
mlterm-3.9.0/encodefilter/configure:1102:    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
mlterm-3.9.0/encodefilter/configure-1103-    # Reject names that are not valid shell variable names.
##############################################
mlterm-3.9.0/encodefilter/configure-1106-    ac_useropt_orig=$ac_useropt
mlterm-3.9.0/encodefilter/configure:1107:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
mlterm-3.9.0/encodefilter/configure-1108-    case $ac_user_opts in
##############################################
mlterm-3.9.0/encodefilter/configure-1139-  *=*)
mlterm-3.9.0/encodefilter/configure:1140:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
mlterm-3.9.0/encodefilter/configure-1141-    # Reject names that are not valid shell variable names.
##############################################
mlterm-3.9.0/encodefilter/configure-1160-if test -n "$ac_prev"; then
mlterm-3.9.0/encodefilter/configure:1161:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
mlterm-3.9.0/encodefilter/configure-1162-  as_fn_error $? "missing argument to $ac_option"
##############################################
mlterm-3.9.0/encodefilter/configure-1182-    */ )
mlterm-3.9.0/encodefilter/configure:1183:      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
mlterm-3.9.0/encodefilter/configure-1184-      eval $ac_var=\$ac_val;;
##############################################
mlterm-3.9.0/encodefilter/configure-1217-ac_ls_di=`ls -di .` &&
mlterm-3.9.0/encodefilter/configure:1218:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
mlterm-3.9.0/encodefilter/configure-1219-  as_fn_error $? "working directory cannot be determined"
##############################################
mlterm-3.9.0/encodefilter/configure-1273-case $srcdir in
mlterm-3.9.0/encodefilter/configure:1274:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
mlterm-3.9.0/encodefilter/configure-1275-esac
##############################################
mlterm-3.9.0/encodefilter/configure-1316-By default, \`make install' will install all the files in
mlterm-3.9.0/encodefilter/configure:1317:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
mlterm-3.9.0/encodefilter/configure:1318:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
mlterm-3.9.0/encodefilter/configure-1319-for instance \`--prefix=\$HOME'.
##############################################
mlterm-3.9.0/encodefilter/configure-1414-*)
mlterm-3.9.0/encodefilter/configure:1415:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
mlterm-3.9.0/encodefilter/configure-1416-  # A ".." for each directory in $ac_dir_suffix.
mlterm-3.9.0/encodefilter/configure:1417:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
mlterm-3.9.0/encodefilter/configure-1418-  case $ac_top_builddir_sub in
##############################################
mlterm-3.9.0/encodefilter/configure-1811-    *\'*)
mlterm-3.9.0/encodefilter/configure:1812:      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
mlterm-3.9.0/encodefilter/configure-1813-    esac
##############################################
mlterm-3.9.0/encodefilter/configure-1894-      case $ac_val in
mlterm-3.9.0/encodefilter/configure:1895:      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
mlterm-3.9.0/encodefilter/configure-1896-      esac
##############################################
mlterm-3.9.0/encodefilter/configure-1909-	case $ac_val in
mlterm-3.9.0/encodefilter/configure:1910:	*\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
mlterm-3.9.0/encodefilter/configure-1911-	esac
##############################################
mlterm-3.9.0/encodefilter/configure-2029-    set,)
mlterm-3.9.0/encodefilter/configure:2030:      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
mlterm-3.9.0/encodefilter/configure:2031:$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
mlterm-3.9.0/encodefilter/configure-2032-      ac_cache_corrupted=: ;;
##############################################
mlterm-3.9.0/encodefilter/configure-2040-	# differences in whitespace do not lead to failure.
mlterm-3.9.0/encodefilter/configure:2041:	ac_old_val_w=`echo x $ac_old_val`
mlterm-3.9.0/encodefilter/configure:2042:	ac_new_val_w=`echo x $ac_new_val`
mlterm-3.9.0/encodefilter/configure-2043-	if test "$ac_old_val_w" != "$ac_new_val_w"; then
##############################################
mlterm-3.9.0/encodefilter/configure-2060-    case $ac_new_val in
mlterm-3.9.0/encodefilter/configure:2061:    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
mlterm-3.9.0/encodefilter/configure-2062-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
mlterm-3.9.0/encodefilter/configure-2129-test "x$ac_build_alias" = x &&
mlterm-3.9.0/encodefilter/configure:2130:  ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
mlterm-3.9.0/encodefilter/configure-2131-test "x$ac_build_alias" = x &&
mlterm-3.9.0/encodefilter/configure-2132-  as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
mlterm-3.9.0/encodefilter/configure:2133:ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
mlterm-3.9.0/encodefilter/configure-2134-  as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
##############################################
mlterm-3.9.0/encodefilter/configure-2153-IFS=$ac_save_IFS
mlterm-3.9.0/encodefilter/configure:2154:case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
mlterm-3.9.0/encodefilter/configure-2155-
##############################################
mlterm-3.9.0/encodefilter/configure-2164-else
mlterm-3.9.0/encodefilter/configure:2165:  ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
mlterm-3.9.0/encodefilter/configure-2166-    as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
##############################################
mlterm-3.9.0/encodefilter/configure-2186-IFS=$ac_save_IFS
mlterm-3.9.0/encodefilter/configure:2187:case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
mlterm-3.9.0/encodefilter/configure-2188-
##############################################
mlterm-3.9.0/encodefilter/configure-2540-$as_echo_n "checking whether the C compiler works... " >&6; }
mlterm-3.9.0/encodefilter/configure:2541:ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
mlterm-3.9.0/encodefilter/configure-2542-
##############################################
mlterm-3.9.0/encodefilter/configure-2584-	then :; else
mlterm-3.9.0/encodefilter/configure:2585:	   ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
mlterm-3.9.0/encodefilter/configure-2586-	fi
##############################################
mlterm-3.9.0/encodefilter/configure-2644-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
mlterm-3.9.0/encodefilter/configure:2645:    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
mlterm-3.9.0/encodefilter/configure-2646-	  break;;
##############################################
mlterm-3.9.0/encodefilter/configure-2753-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
mlterm-3.9.0/encodefilter/configure:2754:    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
mlterm-3.9.0/encodefilter/configure-2755-       break;;
##############################################
mlterm-3.9.0/encodefilter/configure-3482-if test "X`( print -r -- -n ) 2>/dev/null`" = X-n && \
mlterm-3.9.0/encodefilter/configure:3483:   test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
mlterm-3.9.0/encodefilter/configure-3484-  ECHO='print -r --'
mlterm-3.9.0/encodefilter/configure:3485:elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
mlterm-3.9.0/encodefilter/configure-3486-  ECHO='printf %s\n'
##############################################
mlterm-3.9.0/encodefilter/configure-3551-  # Check for GNU $ac_path_SED
mlterm-3.9.0/encodefilter/configure:3552:case `"$ac_path_SED" --version 2>&1` in
mlterm-3.9.0/encodefilter/configure-3553-*GNU*)
##############################################
mlterm-3.9.0/encodefilter/configure-3627-  # Check for GNU $ac_path_GREP
mlterm-3.9.0/encodefilter/configure:3628:case `"$ac_path_GREP" --version 2>&1` in
mlterm-3.9.0/encodefilter/configure-3629-*GNU*)
##############################################
mlterm-3.9.0/encodefilter/configure-3693-  # Check for GNU $ac_path_EGREP
mlterm-3.9.0/encodefilter/configure:3694:case `"$ac_path_EGREP" --version 2>&1` in
mlterm-3.9.0/encodefilter/configure-3695-*GNU*)
##############################################
mlterm-3.9.0/encodefilter/configure-3760-  # Check for GNU $ac_path_FGREP
mlterm-3.9.0/encodefilter/configure:3761:case `"$ac_path_FGREP" --version 2>&1` in
mlterm-3.9.0/encodefilter/configure-3762-*GNU*)
##############################################
mlterm-3.9.0/encodefilter/configure-3840-    # gcc leaves a trailing carriage return, which upsets mingw
mlterm-3.9.0/encodefilter/configure:3841:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
mlterm-3.9.0/encodefilter/configure-3842-  *)
mlterm-3.9.0/encodefilter/configure:3843:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
mlterm-3.9.0/encodefilter/configure-3844-  esac
##############################################
mlterm-3.9.0/encodefilter/configure-3849-      # Canonicalize the pathname of ld
mlterm-3.9.0/encodefilter/configure:3850:      ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
mlterm-3.9.0/encodefilter/configure-3851-      while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
mlterm-3.9.0/encodefilter/configure:3852:	ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
mlterm-3.9.0/encodefilter/configure-3853-      done
##############################################
mlterm-3.9.0/encodefilter/configure-3884-      # Break only if it was the GNU/non-GNU ld that we prefer.
mlterm-3.9.0/encodefilter/configure:3885:      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
mlterm-3.9.0/encodefilter/configure-3886-      *GNU* | *'with BFD'*)
##############################################
mlterm-3.9.0/encodefilter/configure-3915-  # I'd rather use --version here, but apparently some GNU lds only accept -v.
mlterm-3.9.0/encodefilter/configure:3916:case `$LD -v 2>&1 </dev/null` in
mlterm-3.9.0/encodefilter/configure-3917-*GNU* | *'with BFD'*)
##############################################
mlterm-3.9.0/encodefilter/configure-3965-	esac
mlterm-3.9.0/encodefilter/configure:3966:	case `"$tmp_nm" -B $lt_bad_file 2>&1 | sed '1q'` in
mlterm-3.9.0/encodefilter/configure-3967-	*$lt_bad_file* | *'Invalid file or object type'*)
##############################################
mlterm-3.9.0/encodefilter/configure-3971-	*)
mlterm-3.9.0/encodefilter/configure:3972:	  case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
mlterm-3.9.0/encodefilter/configure-3973-	  */dev/null*)
##############################################
mlterm-3.9.0/encodefilter/configure-4099-
mlterm-3.9.0/encodefilter/configure:4100:    case `$DUMPBIN -symbols -headers /dev/null 2>&1 | sed '1q'` in
mlterm-3.9.0/encodefilter/configure-4101-    *COFF*)
##############################################
mlterm-3.9.0/encodefilter/configure-4211-    # And add a safety zone
mlterm-3.9.0/encodefilter/configure:4212:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
mlterm-3.9.0/encodefilter/configure:4213:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
mlterm-3.9.0/encodefilter/configure-4214-    ;;
##############################################
mlterm-3.9.0/encodefilter/configure-4244-    if test -n "$kargmax"; then
mlterm-3.9.0/encodefilter/configure:4245:      lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[	 ]//'`
mlterm-3.9.0/encodefilter/configure-4246-    else
##############################################
mlterm-3.9.0/encodefilter/configure-4253-       test undefined != "$lt_cv_sys_max_cmd_len"; then
mlterm-3.9.0/encodefilter/configure:4254:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
mlterm-3.9.0/encodefilter/configure:4255:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
mlterm-3.9.0/encodefilter/configure-4256-    else
##############################################
mlterm-3.9.0/encodefilter/configure-4265-      # we can't tell.
mlterm-3.9.0/encodefilter/configure:4266:      while { test X`env echo "$teststring$teststring" 2>/dev/null` \
mlterm-3.9.0/encodefilter/configure-4267-	         = "X$teststring$teststring"; } >/dev/null 2>&1 &&
##############################################
mlterm-3.9.0/encodefilter/configure-4269-      do
mlterm-3.9.0/encodefilter/configure:4270:        i=`expr $i + 1`
mlterm-3.9.0/encodefilter/configure-4271-        teststring=$teststring$teststring
##############################################
mlterm-3.9.0/encodefilter/configure-4273-      # Only check the string length outside the loop.
mlterm-3.9.0/encodefilter/configure:4274:      lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
mlterm-3.9.0/encodefilter/configure-4275-      teststring=
##############################################
mlterm-3.9.0/encodefilter/configure-4278-      # linker.  It appears as though 1/2 is a usable value.
mlterm-3.9.0/encodefilter/configure:4279:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
mlterm-3.9.0/encodefilter/configure-4280-    fi
##############################################
mlterm-3.9.0/encodefilter/configure-4686-openbsd* | bitrig*)
mlterm-3.9.0/encodefilter/configure:4687:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
mlterm-3.9.0/encodefilter/configure-4688-    lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
##############################################
mlterm-3.9.0/encodefilter/configure-4756-    else
mlterm-3.9.0/encodefilter/configure:4757:      file_magic_glob=`echo aAbBcCdDeEfFgGhHiIjJkKlLmMnNoOpPqQrRsStTuUvVwWxXyYzZ | $SED -e "s/\(..\)/s\/[\1]\/[\1]\/g;/g"`
mlterm-3.9.0/encodefilter/configure-4758-    fi
##############################################
mlterm-3.9.0/encodefilter/configure-4898-  # decide which one to use based on capabilities of $DLLTOOL
mlterm-3.9.0/encodefilter/configure:4899:  case `$DLLTOOL --help 2>&1` in
mlterm-3.9.0/encodefilter/configure-4900-  *--identify-strict*)
##############################################
mlterm-3.9.0/encodefilter/configure-5461-# If we're using GNU nm, then use its standard symbol codes.
mlterm-3.9.0/encodefilter/configure:5462:case `$NM -V 2>&1` in
mlterm-3.9.0/encodefilter/configure-5463-*GNU* | *'with BFD'*)
##############################################
mlterm-3.9.0/encodefilter/configure-5509-mingw*)
mlterm-3.9.0/encodefilter/configure:5510:  opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
mlterm-3.9.0/encodefilter/configure-5511-  ;;
##############################################
mlterm-3.9.0/encodefilter/configure-5741-   if test yes = "$GCC"; then
mlterm-3.9.0/encodefilter/configure:5742:     lt_sysroot=`$CC --print-sysroot 2>/dev/null`
mlterm-3.9.0/encodefilter/configure-5743-   fi
##############################################
mlterm-3.9.0/encodefilter/configure-5745- /*)
mlterm-3.9.0/encodefilter/configure:5746:   lt_sysroot=`echo "$with_sysroot" | sed -e "$sed_quote_subst"`
mlterm-3.9.0/encodefilter/configure-5747-   ;; #(
##############################################
mlterm-3.9.0/encodefilter/configure-5840-    done
mlterm-3.9.0/encodefilter/configure:5841:    func_cc_basename_result=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
mlterm-3.9.0/encodefilter/configure-5842-}
##############################################
mlterm-3.9.0/encodefilter/configure-5862-  test $ac_status = 0; }; then
mlterm-3.9.0/encodefilter/configure:5863:    case `/usr/bin/file conftest.$ac_objext` in
mlterm-3.9.0/encodefilter/configure-5864-      *ELF-32*)
##############################################
mlterm-3.9.0/encodefilter/configure-5883-    if test yes = "$lt_cv_prog_gnu_ld"; then
mlterm-3.9.0/encodefilter/configure:5884:      case `/usr/bin/file conftest.$ac_objext` in
mlterm-3.9.0/encodefilter/configure-5885-	*32-bit*)
##############################################
mlterm-3.9.0/encodefilter/configure-5895-    else
mlterm-3.9.0/encodefilter/configure:5896:      case `/usr/bin/file conftest.$ac_objext` in
mlterm-3.9.0/encodefilter/configure-5897-	*32-bit*)
##############################################
mlterm-3.9.0/encodefilter/configure-5921-    emul=elf
mlterm-3.9.0/encodefilter/configure:5922:    case `/usr/bin/file conftest.$ac_objext` in
mlterm-3.9.0/encodefilter/configure-5923-      *32-bit*)
##############################################
mlterm-3.9.0/encodefilter/configure-5929-    esac
mlterm-3.9.0/encodefilter/configure:5930:    case `/usr/bin/file conftest.$ac_objext` in
mlterm-3.9.0/encodefilter/configure-5931-      *MSB*)
##############################################
mlterm-3.9.0/encodefilter/configure-5937-    esac
mlterm-3.9.0/encodefilter/configure:5938:    case `/usr/bin/file conftest.$ac_objext` in
mlterm-3.9.0/encodefilter/configure-5939-      *N32*)
##############################################
mlterm-3.9.0/encodefilter/configure-6870-    *:)
mlterm-3.9.0/encodefilter/configure:6871:        eval $1=\"`$ECHO $2 | $SED 's/:/ /g'` \$$1\"
mlterm-3.9.0/encodefilter/configure-6872-        ;;
mlterm-3.9.0/encodefilter/configure-6873-    x:*)
mlterm-3.9.0/encodefilter/configure:6874:        eval $1=\"\$$1 `$ECHO $2 | $SED 's/:/ /g'`\"
mlterm-3.9.0/encodefilter/configure-6875-        ;;
mlterm-3.9.0/encodefilter/configure-6876-    *::*)
mlterm-3.9.0/encodefilter/configure:6877:        eval $1=\"\$$1\ `$ECHO $2 | $SED -e 's/.*:://' -e 's/:/ /g'`\"
mlterm-3.9.0/encodefilter/configure:6878:        eval $1=\"`$ECHO $2 | $SED -e 's/::.*//' -e 's/:/ /g'`\ \$$1\"
mlterm-3.9.0/encodefilter/configure-6879-        ;;
mlterm-3.9.0/encodefilter/configure-6880-    *)
mlterm-3.9.0/encodefilter/configure:6881:        eval $1=\"`$ECHO $2 | $SED 's/:/ /g'`\"
mlterm-3.9.0/encodefilter/configure-6882-        ;;
##############################################
mlterm-3.9.0/encodefilter/configure-7139-do :
mlterm-3.9.0/encodefilter/configure:7140:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
mlterm-3.9.0/encodefilter/configure-7141-ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
##############################################
mlterm-3.9.0/encodefilter/configure-7144-  cat >>confdefs.h <<_ACEOF
mlterm-3.9.0/encodefilter/configure:7145:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
mlterm-3.9.0/encodefilter/configure-7146-_ACEOF
##############################################
mlterm-3.9.0/encodefilter/configure-7500-	"file_magic "*)
mlterm-3.9.0/encodefilter/configure:7501:	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
mlterm-3.9.0/encodefilter/configure-7502-	  MAGIC_CMD=$lt_cv_path_MAGIC_CMD
##############################################
mlterm-3.9.0/encodefilter/configure-7566-	"file_magic "*)
mlterm-3.9.0/encodefilter/configure:7567:	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
mlterm-3.9.0/encodefilter/configure-7568-	  MAGIC_CMD=$lt_cv_path_MAGIC_CMD
##############################################
mlterm-3.9.0/encodefilter/configure-7960-      *)
mlterm-3.9.0/encodefilter/configure:7961:	case `$CC -V 2>&1 | sed 5q` in
mlterm-3.9.0/encodefilter/configure-7962-	*Sun\ Ceres\ Fortran* | *Sun*Fortran*\ [1-7].* | *Sun*Fortran*\ 8.[0-3]*)
##############################################
mlterm-3.9.0/encodefilter/configure-8406-	# shared libraries, regardless of the interface used.
mlterm-3.9.0/encodefilter/configure:8407:	case `$LD -v 2>&1` in
mlterm-3.9.0/encodefilter/configure-8408-	  *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
##############################################
mlterm-3.9.0/encodefilter/configure-8438-    supports_anon_versioning=no
mlterm-3.9.0/encodefilter/configure:8439:    case `$LD -v | $SED -e 's/(^)\+)\s\+//' 2>&1` in
mlterm-3.9.0/encodefilter/configure-8440-      *GNU\ gold*) supports_anon_versioning=yes ;;
##############################################
mlterm-3.9.0/encodefilter/configure-8507-	# is; otherwise, prepend EXPORTS...
mlterm-3.9.0/encodefilter/configure:8508:	archive_expsym_cmds='if   test DEF = "`$SED -n     -e '\''s/^[	 ]*//'\''     -e '\''/^\(;.*\)*$/d'\''     -e '\''s/^\(EXPORTS\|LIBRARY\)\([	 ].*\)*$/DEF/p'\''     -e q     $export_symbols`" ; then
mlterm-3.9.0/encodefilter/configure-8509-          cp $export_symbols $output_objdir/$soname.def;
##############################################
mlterm-3.9.0/encodefilter/configure-8541-	prefix_cmds="$SED"~
mlterm-3.9.0/encodefilter/configure:8542:	if test EXPORTS = "`$SED 1q $export_symbols`"; then
mlterm-3.9.0/encodefilter/configure-8543-	  prefix_cmds="$prefix_cmds -e 1d";
##############################################
mlterm-3.9.0/encodefilter/configure-8563-      # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
mlterm-3.9.0/encodefilter/configure:8564:      archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
mlterm-3.9.0/encodefilter/configure:8565:      archive_expsym_cmds='sed "s|^|_|" $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--retain-symbols-file,$output_objdir/$soname.expsym $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
mlterm-3.9.0/encodefilter/configure-8566-      ;;
##############################################
mlterm-3.9.0/encodefilter/configure-8581-        pgcc*)				# Portland Group C compiler
mlterm-3.9.0/encodefilter/configure:8582:	  whole_archive_flag_spec='$wl--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
mlterm-3.9.0/encodefilter/configure-8583-	  tmp_addflag=' $pic_flag'
##############################################
mlterm-3.9.0/encodefilter/configure-8586-					# Portland Group f77 and f90 compilers
mlterm-3.9.0/encodefilter/configure:8587:	  whole_archive_flag_spec='$wl--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
mlterm-3.9.0/encodefilter/configure-8588-	  tmp_addflag=' $pic_flag -Mnomain' ;;
##############################################
mlterm-3.9.0/encodefilter/configure-8603-	nvcc*)	# Cuda Compiler Driver 2.2
mlterm-3.9.0/encodefilter/configure:8604:	  whole_archive_flag_spec='$wl--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
mlterm-3.9.0/encodefilter/configure-8605-	  compiler_needs_object=yes
##############################################
mlterm-3.9.0/encodefilter/configure-8607-	esac
mlterm-3.9.0/encodefilter/configure:8608:	case `$CC -V 2>&1 | sed 5q` in
mlterm-3.9.0/encodefilter/configure-8609-	*Sun\ C*)			# Sun C 5.9
mlterm-3.9.0/encodefilter/configure:8610:	  whole_archive_flag_spec='$wl--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
mlterm-3.9.0/encodefilter/configure-8611-	  compiler_needs_object=yes
##############################################
mlterm-3.9.0/encodefilter/configure-8678-    sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
mlterm-3.9.0/encodefilter/configure:8679:      case `$LD -v 2>&1` in
mlterm-3.9.0/encodefilter/configure-8680-        *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
##############################################
mlterm-3.9.0/encodefilter/configure-8767-	else
mlterm-3.9.0/encodefilter/configure:8768:	  export_symbols_cmds='`func_echo_all $NM | $SED -e '\''s/B\([^B]*\)$/P\1/'\''` -PCpgl $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) && (substr(\$ 1,1,1) != ".")) { if ((\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) { print \$ 1 " weak" } else { print \$ 1 } } }'\'' | sort -u > $export_symbols'
mlterm-3.9.0/encodefilter/configure-8769-	fi
##############################################
mlterm-3.9.0/encodefilter/configure-8832-	# below for broken collect2 doesn't work under 4.3+
mlterm-3.9.0/encodefilter/configure:8833:	  collect2name=`$CC -print-prog-name=collect2`
mlterm-3.9.0/encodefilter/configure-8834-	  if test -f "$collect2name" &&
##############################################
mlterm-3.9.0/encodefilter/configure-8912-      }'
mlterm-3.9.0/encodefilter/configure:8913:  lt_cv_aix_libpath_=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
mlterm-3.9.0/encodefilter/configure-8914-  # Check for a 64-bit object if we didn't find anything.
mlterm-3.9.0/encodefilter/configure-8915-  if test -z "$lt_cv_aix_libpath_"; then
mlterm-3.9.0/encodefilter/configure:8916:    lt_cv_aix_libpath_=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
mlterm-3.9.0/encodefilter/configure-8917-  fi
##############################################
mlterm-3.9.0/encodefilter/configure-8930-        hardcode_libdir_flag_spec='$wl-blibpath:$libdir:'"$aix_libpath"
mlterm-3.9.0/encodefilter/configure:8931:        archive_expsym_cmds='$CC -o $output_objdir/$soname $libobjs $deplibs $wl'$no_entry_flag' $compiler_flags `if test -n "$allow_undefined_flag"; then func_echo_all "$wl$allow_undefined_flag"; else :; fi` $wl'$exp_sym_flag:\$export_symbols' '$shared_flag
mlterm-3.9.0/encodefilter/configure-8932-      else
##############################################
mlterm-3.9.0/encodefilter/configure-8965-      }'
mlterm-3.9.0/encodefilter/configure:8966:  lt_cv_aix_libpath_=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
mlterm-3.9.0/encodefilter/configure-8967-  # Check for a 64-bit object if we didn't find anything.
mlterm-3.9.0/encodefilter/configure-8968-  if test -z "$lt_cv_aix_libpath_"; then
mlterm-3.9.0/encodefilter/configure:8969:    lt_cv_aix_libpath_=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
mlterm-3.9.0/encodefilter/configure-8970-  fi
##############################################
mlterm-3.9.0/encodefilter/configure-8997-	  # -brtl affects multiple linker settings, -berok does not and is overridden later
mlterm-3.9.0/encodefilter/configure:8998:	  compiler_flags_filtered='`func_echo_all "$compiler_flags " | $SED -e "s%-brtl\\([, ]\\)%-berok\\1%g"`'
mlterm-3.9.0/encodefilter/configure-8999-	  if test svr4 != "$with_aix_soname"; then
##############################################
mlterm-3.9.0/encodefilter/configure-9050-	archive_cmds='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-DLL,-IMPLIB:"$tool_output_objdir$libname.dll.lib"~linknames='
mlterm-3.9.0/encodefilter/configure:9051:	archive_expsym_cmds='if   test DEF = "`$SED -n     -e '\''s/^[	 ]*//'\''     -e '\''/^\(;.*\)*$/d'\''     -e '\''s/^\(EXPORTS\|LIBRARY\)\([	 ].*\)*$/DEF/p'\''     -e q     $export_symbols`" ; then
mlterm-3.9.0/encodefilter/configure-9052-            cp "$export_symbols" "$output_objdir/$soname.def";
##############################################
mlterm-3.9.0/encodefilter/configure-9088-	# FIXME: Setting linknames here is a bad hack.
mlterm-3.9.0/encodefilter/configure:9089:	archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
mlterm-3.9.0/encodefilter/configure-9090-	# The linker will automatically build a .lib file if we build a DLL.
##############################################
mlterm-3.9.0/encodefilter/configure-9106-  if test yes = "$lt_cv_ld_force_load"; then
mlterm-3.9.0/encodefilter/configure:9107:    whole_archive_flag_spec='`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience $wl-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`'
mlterm-3.9.0/encodefilter/configure-9108-
##############################################
mlterm-3.9.0/encodefilter/configure-9286-      if test yes = "$GCC"; then
mlterm-3.9.0/encodefilter/configure:9287:	archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
mlterm-3.9.0/encodefilter/configure-9288-	# Try to use the -exported_symbol ld option, if it does not
##############################################
mlterm-3.9.0/encodefilter/configure-9314-	if test yes = "$lt_cv_irix_exported_symbol"; then
mlterm-3.9.0/encodefilter/configure:9315:          archive_expsym_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations $wl-exports_file $wl$export_symbols -o $lib'
mlterm-3.9.0/encodefilter/configure-9316-	fi
mlterm-3.9.0/encodefilter/configure-9317-      else
mlterm-3.9.0/encodefilter/configure:9318:	archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
mlterm-3.9.0/encodefilter/configure:9319:	archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -exports_file $export_symbols -o $lib'
mlterm-3.9.0/encodefilter/configure-9320-      fi
##############################################
mlterm-3.9.0/encodefilter/configure-9364-	hardcode_direct_absolute=yes
mlterm-3.9.0/encodefilter/configure:9365:	if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
mlterm-3.9.0/encodefilter/configure-9366-	  archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
##############################################
mlterm-3.9.0/encodefilter/configure-9395-	prefix_cmds="$SED"~
mlterm-3.9.0/encodefilter/configure:9396:	if test EXPORTS = "`$SED 1q $export_symbols`"; then
mlterm-3.9.0/encodefilter/configure-9397-	  prefix_cmds="$prefix_cmds -e 1d";
##############################################
mlterm-3.9.0/encodefilter/configure-9409-	allow_undefined_flag=' $wl-expect_unresolved $wl\*'
mlterm-3.9.0/encodefilter/configure:9410:	archive_cmds='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
mlterm-3.9.0/encodefilter/configure-9411-      else
mlterm-3.9.0/encodefilter/configure-9412-	allow_undefined_flag=' -expect_unresolved \*'
mlterm-3.9.0/encodefilter/configure:9413:	archive_cmds='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
mlterm-3.9.0/encodefilter/configure-9414-      fi
##############################################
mlterm-3.9.0/encodefilter/configure-9422-	allow_undefined_flag=' $wl-expect_unresolved $wl\*'
mlterm-3.9.0/encodefilter/configure:9423:	archive_cmds='$CC -shared$allow_undefined_flag $pic_flag $libobjs $deplibs $compiler_flags $wl-msym $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
mlterm-3.9.0/encodefilter/configure-9424-	hardcode_libdir_flag_spec='$wl-rpath $wl$libdir'
##############################################
mlterm-3.9.0/encodefilter/configure-9426-	allow_undefined_flag=' -expect_unresolved \*'
mlterm-3.9.0/encodefilter/configure:9427:	archive_cmds='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
mlterm-3.9.0/encodefilter/configure:9428:	archive_expsym_cmds='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; printf "%s\\n" "-hidden">> $lib.exp~
mlterm-3.9.0/encodefilter/configure:9429:          $CC -shared$allow_undefined_flag $wl-input $wl$lib.exp $compiler_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib~$RM $lib.exp'
mlterm-3.9.0/encodefilter/configure-9430-
##############################################
mlterm-3.9.0/encodefilter/configure-9445-      else
mlterm-3.9.0/encodefilter/configure:9446:	case `$CC -V 2>&1` in
mlterm-3.9.0/encodefilter/configure-9447-	*"Compilers 5.0"*)
##############################################
mlterm-3.9.0/encodefilter/configure-9844-  esac
mlterm-3.9.0/encodefilter/configure:9845:  lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
mlterm-3.9.0/encodefilter/configure-9846-  case $lt_search_path_spec in
##############################################
mlterm-3.9.0/encodefilter/configure-9851-    # okay in the real world where ";" in dirpaths is itself problematic.
mlterm-3.9.0/encodefilter/configure:9852:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
mlterm-3.9.0/encodefilter/configure-9853-    ;;
mlterm-3.9.0/encodefilter/configure-9854-  *)
mlterm-3.9.0/encodefilter/configure:9855:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
mlterm-3.9.0/encodefilter/configure-9856-    ;;
##############################################
mlterm-3.9.0/encodefilter/configure-9860-  lt_tmp_lt_search_path_spec=
mlterm-3.9.0/encodefilter/configure:9861:  lt_multi_os_dir=/`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
mlterm-3.9.0/encodefilter/configure-9862-  # ...but if some path component already ends with the multilib dir we assume
##############################################
mlterm-3.9.0/encodefilter/configure-9902-  esac
mlterm-3.9.0/encodefilter/configure:9903:  sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
mlterm-3.9.0/encodefilter/configure-9904-else
##############################################
mlterm-3.9.0/encodefilter/configure-10042-    # Create ${libname}_ixlibrary.a entries in /sys/libs.
mlterm-3.9.0/encodefilter/configure:10043:    finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`func_echo_all "$lib" | $SED '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; $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'
mlterm-3.9.0/encodefilter/configure-10044-    ;;
##############################################
mlterm-3.9.0/encodefilter/configure-10078-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
mlterm-3.9.0/encodefilter/configure:10079:    postinstall_cmds='base_file=`basename \$file`~
mlterm-3.9.0/encodefilter/configure:10080:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~
mlterm-3.9.0/encodefilter/configure:10081:      dldir=$destdir/`dirname \$dlpath`~
mlterm-3.9.0/encodefilter/configure-10082-      test -d \$dldir || mkdir -p \$dldir~
##############################################
mlterm-3.9.0/encodefilter/configure-10087-      fi'
mlterm-3.9.0/encodefilter/configure:10088:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
mlterm-3.9.0/encodefilter/configure-10089-      dlpath=$dir/\$dldll~
##############################################
mlterm-3.9.0/encodefilter/configure-10095-      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
mlterm-3.9.0/encodefilter/configure:10096:      soname_spec='`echo $libname | sed -e 's/^lib/cyg/'``echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
mlterm-3.9.0/encodefilter/configure-10097-
##############################################
mlterm-3.9.0/encodefilter/configure-10101-      # MinGW DLLs use traditional 'lib' prefix
mlterm-3.9.0/encodefilter/configure:10102:      soname_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
mlterm-3.9.0/encodefilter/configure-10103-      ;;
##############################################
mlterm-3.9.0/encodefilter/configure-10105-      # pw32 DLLs use 'pw' prefix rather than 'lib'
mlterm-3.9.0/encodefilter/configure:10106:      library_names_spec='`echo $libname | sed -e 's/^lib/pw/'``echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
mlterm-3.9.0/encodefilter/configure-10107-      ;;
##############################################
mlterm-3.9.0/encodefilter/configure-10114-    libname_spec='$name'
mlterm-3.9.0/encodefilter/configure:10115:    soname_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
mlterm-3.9.0/encodefilter/configure-10116-    library_names_spec='$libname.dll.lib'
##############################################
mlterm-3.9.0/encodefilter/configure-10126-        # Let DOS variable expansion print the short 8.3 style file name.
mlterm-3.9.0/encodefilter/configure:10127:        lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"`
mlterm-3.9.0/encodefilter/configure-10128-        sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path"
##############################################
mlterm-3.9.0/encodefilter/configure-10131-      # Convert to MSYS style.
mlterm-3.9.0/encodefilter/configure:10132:      sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | sed -e 's|\\\\|/|g' -e 's| \\([a-zA-Z]\\):| /\\1|g' -e 's|^ ||'`
mlterm-3.9.0/encodefilter/configure-10133-      ;;
##############################################
mlterm-3.9.0/encodefilter/configure-10137-      # like /cygdrive/c/PROGRA~1:/cygdr...
mlterm-3.9.0/encodefilter/configure:10138:      sys_lib_search_path_spec=`cygpath --path --unix "$LIB"`
mlterm-3.9.0/encodefilter/configure:10139:      sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null`
mlterm-3.9.0/encodefilter/configure:10140:      sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
mlterm-3.9.0/encodefilter/configure-10141-      ;;
##############################################
mlterm-3.9.0/encodefilter/configure-10145-        # It is most probably a Windows format PATH.
mlterm-3.9.0/encodefilter/configure:10146:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
mlterm-3.9.0/encodefilter/configure-10147-      else
mlterm-3.9.0/encodefilter/configure:10148:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
mlterm-3.9.0/encodefilter/configure-10149-      fi
##############################################
mlterm-3.9.0/encodefilter/configure-10155-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
mlterm-3.9.0/encodefilter/configure:10156:    postinstall_cmds='base_file=`basename \$file`~
mlterm-3.9.0/encodefilter/configure:10157:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~
mlterm-3.9.0/encodefilter/configure:10158:      dldir=$destdir/`dirname \$dlpath`~
mlterm-3.9.0/encodefilter/configure-10159-      test -d \$dldir || mkdir -p \$dldir~
mlterm-3.9.0/encodefilter/configure-10160-      $install_prog $dir/$dlname \$dldir/$dlname'
mlterm-3.9.0/encodefilter/configure:10161:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
mlterm-3.9.0/encodefilter/configure-10162-      dlpath=$dir/\$dldll~
##############################################
mlterm-3.9.0/encodefilter/configure-10169-    # Assume MSVC wrapper
mlterm-3.9.0/encodefilter/configure:10170:    library_names_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext $libname.lib'
mlterm-3.9.0/encodefilter/configure-10171-    dynamic_linker='Win32 ld.exe'
##############################################
mlterm-3.9.0/encodefilter/configure-10186-  shlibpath_var=DYLD_LIBRARY_PATH
mlterm-3.9.0/encodefilter/configure:10187:  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
mlterm-3.9.0/encodefilter/configure-10188-
##############################################
mlterm-3.9.0/encodefilter/configure-10439-  if test -f /etc/ld.so.conf; then
mlterm-3.9.0/encodefilter/configure:10440:    lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[	 ]*hwcap[	 ]/d;s/[:,	]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;s/"//g;/^$/d' | tr '\n' ' '`
mlterm-3.9.0/encodefilter/configure-10441-    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
##############################################
mlterm-3.9.0/encodefilter/configure-10493-  need_lib_prefix=no
mlterm-3.9.0/encodefilter/configure:10494:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
mlterm-3.9.0/encodefilter/configure-10495-    need_version=no
##############################################
mlterm-3.9.0/encodefilter/configure-10520-  sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
mlterm-3.9.0/encodefilter/configure:10521:  postinstall_cmds='base_file=`basename \$file`~
mlterm-3.9.0/encodefilter/configure:10522:    dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; $ECHO \$dlname'\''`~
mlterm-3.9.0/encodefilter/configure:10523:    dldir=$destdir/`dirname \$dlpath`~
mlterm-3.9.0/encodefilter/configure-10524-    test -d \$dldir || mkdir -p \$dldir~
##############################################
mlterm-3.9.0/encodefilter/configure-10529-    fi'
mlterm-3.9.0/encodefilter/configure:10530:  postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; $ECHO \$dlname'\''`~
mlterm-3.9.0/encodefilter/configure-10531-    dlpath=$dir/\$dldll~
##############################################
mlterm-3.9.0/encodefilter/configure-11692-'
mlterm-3.9.0/encodefilter/configure:11693:DEFS=`sed -n "$ac_script" confdefs.h`
mlterm-3.9.0/encodefilter/configure-11694-
##############################################
mlterm-3.9.0/encodefilter/configure-11701-  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
mlterm-3.9.0/encodefilter/configure:11702:  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
mlterm-3.9.0/encodefilter/configure-11703-  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
##############################################
mlterm-3.9.0/encodefilter/configure-11768-if test -z "$BASH_VERSION$ZSH_VERSION" \
mlterm-3.9.0/encodefilter/configure:11769:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
mlterm-3.9.0/encodefilter/configure-11770-  as_echo='print -r --'
mlterm-3.9.0/encodefilter/configure-11771-  as_echo_n='print -rn --'
mlterm-3.9.0/encodefilter/configure:11772:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
mlterm-3.9.0/encodefilter/configure-11773-  as_echo='printf %s\n'
##############################################
mlterm-3.9.0/encodefilter/configure-11775-else
mlterm-3.9.0/encodefilter/configure:11776:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
mlterm-3.9.0/encodefilter/configure-11777-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
mlterm-3.9.0/encodefilter/configure-11785-	expr "X$arg" : "X\\(.*\\)$as_nl";
mlterm-3.9.0/encodefilter/configure:11786:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
mlterm-3.9.0/encodefilter/configure-11787-      esac;
##############################################
mlterm-3.9.0/encodefilter/configure-11862-# ----------------------------------------
mlterm-3.9.0/encodefilter/configure:11863:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
mlterm-3.9.0/encodefilter/configure-11864-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
mlterm-3.9.0/encodefilter/configure-11934-  {
mlterm-3.9.0/encodefilter/configure:11935:    as_val=`expr "$@" || test $? -eq 1`
mlterm-3.9.0/encodefilter/configure-11936-  }
##############################################
mlterm-3.9.0/encodefilter/configure-12038-      case $as_dir in #(
mlterm-3.9.0/encodefilter/configure:12039:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
mlterm-3.9.0/encodefilter/configure-12040-      *) as_qdir=$as_dir;;
##############################################
mlterm-3.9.0/encodefilter/configure-12164-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
mlterm-3.9.0/encodefilter/configure:12165:ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
mlterm-3.9.0/encodefilter/configure-12166-ac_cs_version="\\
##############################################
mlterm-3.9.0/encodefilter/configure-12188-  --*=?*)
mlterm-3.9.0/encodefilter/configure:12189:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
mlterm-3.9.0/encodefilter/configure:12190:    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
mlterm-3.9.0/encodefilter/configure-12191-    ac_shift=:
##############################################
mlterm-3.9.0/encodefilter/configure-12193-  --*=)
mlterm-3.9.0/encodefilter/configure:12194:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
mlterm-3.9.0/encodefilter/configure-12195-    ac_optarg=
##############################################
mlterm-3.9.0/encodefilter/configure-12217-    case $ac_optarg in
mlterm-3.9.0/encodefilter/configure:12218:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
mlterm-3.9.0/encodefilter/configure-12219-    '') as_fn_error $? "missing file argument" ;;
##############################################
mlterm-3.9.0/encodefilter/configure-12282-delay_variable_subst='$delay_variable_subst'
mlterm-3.9.0/encodefilter/configure:12283:AS='`$ECHO "$AS" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/encodefilter/configure:12284:DLLTOOL='`$ECHO "$DLLTOOL" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/encodefilter/configure:12285:OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/encodefilter/configure:12286:macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/encodefilter/configure:12287:macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/encodefilter/configure:12288:enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/encodefilter/configure:12289:enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/encodefilter/configure:12290:pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/encodefilter/configure:12291:enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/encodefilter/configure:12292:shared_archive_member_spec='`$ECHO "$shared_archive_member_spec" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/encodefilter/configure:12293:SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/encodefilter/configure:12294:ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/encodefilter/configure:12295:PATH_SEPARATOR='`$ECHO "$PATH_SEPARATOR" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/encodefilter/configure:12296:host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/encodefilter/configure:12297:host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/encodefilter/configure:12298:host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/encodefilter/configure:12299:build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/encodefilter/configure:12300:build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/encodefilter/configure:12301:build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/encodefilter/configure:12302:SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/encodefilter/configure:12303:Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/encodefilter/configure:12304:GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/encodefilter/configure:12305:EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/encodefilter/configure:12306:FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/encodefilter/configure:12307:LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/encodefilter/configure:12308:NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/encodefilter/configure:12309:LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/encodefilter/configure:12310:max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/encodefilter/configure:12311:ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/encodefilter/configure:12312:exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/encodefilter/configure:12313:lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/encodefilter/configure:12314:lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/encodefilter/configure:12315:lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/encodefilter/configure:12316:lt_cv_to_host_file_cmd='`$ECHO "$lt_cv_to_host_file_cmd" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/encodefilter/configure:12317:lt_cv_to_tool_file_cmd='`$ECHO "$lt_cv_to_tool_file_cmd" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/encodefilter/configure:12318:reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/encodefilter/configure:12319:reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/encodefilter/configure:12320:deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/encodefilter/configure:12321:file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/encodefilter/configure:12322:file_magic_glob='`$ECHO "$file_magic_glob" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/encodefilter/configure:12323:want_nocaseglob='`$ECHO "$want_nocaseglob" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/encodefilter/configure:12324:sharedlib_from_linklib_cmd='`$ECHO "$sharedlib_from_linklib_cmd" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/encodefilter/configure:12325:AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/encodefilter/configure:12326:AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/encodefilter/configure:12327:archiver_list_spec='`$ECHO "$archiver_list_spec" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/encodefilter/configure:12328:STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/encodefilter/configure:12329:RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/encodefilter/configure:12330:old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/encodefilter/configure:12331:old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/encodefilter/configure:12332:old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/encodefilter/configure:12333:lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/encodefilter/configure:12334:CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/encodefilter/configure:12335:CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/encodefilter/configure:12336:compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/encodefilter/configure:12337:GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/encodefilter/configure:12338:lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/encodefilter/configure:12339:lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/encodefilter/configure:12340:lt_cv_sys_global_symbol_to_import='`$ECHO "$lt_cv_sys_global_symbol_to_import" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/encodefilter/configure:12341:lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/encodefilter/configure:12342:lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address_lib_prefix" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/encodefilter/configure:12343:lt_cv_nm_interface='`$ECHO "$lt_cv_nm_interface" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/encodefilter/configure:12344:nm_file_list_spec='`$ECHO "$nm_file_list_spec" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/encodefilter/configure:12345:lt_sysroot='`$ECHO "$lt_sysroot" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/encodefilter/configure:12346:lt_cv_truncate_bin='`$ECHO "$lt_cv_truncate_bin" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/encodefilter/configure:12347:objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/encodefilter/configure:12348:MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/encodefilter/configure:12349:lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/encodefilter/configure:12350:lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/encodefilter/configure:12351:lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/encodefilter/configure:12352:lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/encodefilter/configure:12353:lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/encodefilter/configure:12354:need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/encodefilter/configure:12355:MANIFEST_TOOL='`$ECHO "$MANIFEST_TOOL" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/encodefilter/configure:12356:DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/encodefilter/configure:12357:NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/encodefilter/configure:12358:LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/encodefilter/configure:12359:OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/encodefilter/configure:12360:OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/encodefilter/configure:12361:libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/encodefilter/configure:12362:shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/encodefilter/configure:12363:extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/encodefilter/configure:12364:archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/encodefilter/configure:12365:enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/encodefilter/configure:12366:export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/encodefilter/configure:12367:whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/encodefilter/configure:12368:compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/encodefilter/configure:12369:old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/encodefilter/configure:12370:old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/encodefilter/configure:12371:archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/encodefilter/configure:12372:archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/encodefilter/configure:12373:module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/encodefilter/configure:12374:module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/encodefilter/configure:12375:with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/encodefilter/configure:12376:allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/encodefilter/configure:12377:no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/encodefilter/configure:12378:hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/encodefilter/configure:12379:hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/encodefilter/configure:12380:hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/encodefilter/configure:12381:hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/encodefilter/configure:12382:hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/encodefilter/configure:12383:hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/encodefilter/configure:12384:hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/encodefilter/configure:12385:inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/encodefilter/configure:12386:link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/encodefilter/configure:12387:always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/encodefilter/configure:12388:export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/encodefilter/configure:12389:exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/encodefilter/configure:12390:include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/encodefilter/configure:12391:prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/encodefilter/configure:12392:postlink_cmds='`$ECHO "$postlink_cmds" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/encodefilter/configure:12393:file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/encodefilter/configure:12394:variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/encodefilter/configure:12395:need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/encodefilter/configure:12396:need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/encodefilter/configure:12397:version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/encodefilter/configure:12398:runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/encodefilter/configure:12399:shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/encodefilter/configure:12400:shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/encodefilter/configure:12401:libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/encodefilter/configure:12402:library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/encodefilter/configure:12403:soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/encodefilter/configure:12404:install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/encodefilter/configure:12405:postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/encodefilter/configure:12406:postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/encodefilter/configure:12407:finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/encodefilter/configure:12408:finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/encodefilter/configure:12409:hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/encodefilter/configure:12410:sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/encodefilter/configure:12411:configure_time_dlsearch_path='`$ECHO "$configure_time_dlsearch_path" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/encodefilter/configure:12412:configure_time_lt_sys_library_path='`$ECHO "$configure_time_lt_sys_library_path" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/encodefilter/configure:12413:hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/encodefilter/configure:12414:enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/encodefilter/configure:12415:enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/encodefilter/configure:12416:enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/encodefilter/configure:12417:old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/encodefilter/configure:12418:striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/encodefilter/configure-12419-
##############################################
mlterm-3.9.0/encodefilter/configure-12501-striplib; do
mlterm-3.9.0/encodefilter/configure:12502:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
mlterm-3.9.0/encodefilter/configure-12503-    *[\\\\\\\`\\"\\\$]*)
mlterm-3.9.0/encodefilter/configure:12504:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\"" ## exclude from sc_prohibit_nested_quotes
mlterm-3.9.0/encodefilter/configure-12505-      ;;
##############################################
mlterm-3.9.0/encodefilter/configure-12532-configure_time_lt_sys_library_path; do
mlterm-3.9.0/encodefilter/configure:12533:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
mlterm-3.9.0/encodefilter/configure-12534-    *[\\\\\\\`\\"\\\$]*)
mlterm-3.9.0/encodefilter/configure:12535:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\"" ## exclude from sc_prohibit_nested_quotes
mlterm-3.9.0/encodefilter/configure-12536-      ;;
##############################################
mlterm-3.9.0/encodefilter/configure-12626-fi
mlterm-3.9.0/encodefilter/configure:12627:ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
mlterm-3.9.0/encodefilter/configure-12628-if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
##############################################
mlterm-3.9.0/encodefilter/configure-12643-  as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
mlterm-3.9.0/encodefilter/configure:12644:ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
mlterm-3.9.0/encodefilter/configure-12645-ac_delim='%!_!# '
##############################################
mlterm-3.9.0/encodefilter/configure-12649-
mlterm-3.9.0/encodefilter/configure:12650:  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
mlterm-3.9.0/encodefilter/configure-12651-  if test $ac_delim_n = $ac_delim_num; then
##############################################
mlterm-3.9.0/encodefilter/configure-12811-      esac
mlterm-3.9.0/encodefilter/configure:12812:      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
mlterm-3.9.0/encodefilter/configure-12813-      as_fn_append ac_file_inputs " '$ac_f'"
##############################################
mlterm-3.9.0/encodefilter/configure-12870-*)
mlterm-3.9.0/encodefilter/configure:12871:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
mlterm-3.9.0/encodefilter/configure-12872-  # A ".." for each directory in $ac_dir_suffix.
mlterm-3.9.0/encodefilter/configure:12873:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
mlterm-3.9.0/encodefilter/configure-12874-  case $ac_top_builddir_sub in
##############################################
mlterm-3.9.0/encodefilter/configure-12926-/@mandir@/p'
mlterm-3.9.0/encodefilter/configure:12927:case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
mlterm-3.9.0/encodefilter/configure-12928-*datarootdir*) ac_datarootdir_seen=yes;;
##############################################
mlterm-3.9.0/encodefilter/configure-12943-
mlterm-3.9.0/encodefilter/configure:12944:# Neutralize VPATH when `$srcdir' = `.'.
mlterm-3.9.0/encodefilter/configure-12945-# Shell code in configure.ac might set extrasub.
##############################################
mlterm-3.9.0/encodefilter/configure-12970-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
mlterm-3.9.0/encodefilter/configure:12971:  { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
mlterm-3.9.0/encodefilter/configure-12972-  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' \
##############################################
mlterm-3.9.0/encodefilter/configure-13475-    *:)
mlterm-3.9.0/encodefilter/configure:13476:        eval $1=\"`$ECHO $2 | $SED 's/:/ /g'` \$$1\"
mlterm-3.9.0/encodefilter/configure-13477-        ;;
mlterm-3.9.0/encodefilter/configure-13478-    x:*)
mlterm-3.9.0/encodefilter/configure:13479:        eval $1=\"\$$1 `$ECHO $2 | $SED 's/:/ /g'`\"
mlterm-3.9.0/encodefilter/configure-13480-        ;;
mlterm-3.9.0/encodefilter/configure-13481-    *::*)
mlterm-3.9.0/encodefilter/configure:13482:        eval $1=\"\$$1\ `$ECHO $2 | $SED -e 's/.*:://' -e 's/:/ /g'`\"
mlterm-3.9.0/encodefilter/configure:13483:        eval $1=\"`$ECHO $2 | $SED -e 's/::.*//' -e 's/:/ /g'`\ \$$1\"
mlterm-3.9.0/encodefilter/configure-13484-        ;;
mlterm-3.9.0/encodefilter/configure-13485-    *)
mlterm-3.9.0/encodefilter/configure:13486:        eval $1=\"`$ECHO $2 | $SED 's/:/ /g'`\"
mlterm-3.9.0/encodefilter/configure-13487-        ;;
##############################################
mlterm-3.9.0/encodefilter/configure-13502-    done
mlterm-3.9.0/encodefilter/configure:13503:    func_cc_basename_result=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
mlterm-3.9.0/encodefilter/configure-13504-}
##############################################
mlterm-3.9.0/drcssixel/test.c-80-int main(int argc, char **argv) {
mlterm-3.9.0/drcssixel/test.c:81:  char *sixel1 = "\x1bPq\"1;1;32;32#0;2;0;0;0#1;2;97;97;97#2;2;75;75;72#3;2;91;91;91#4;2;88;88;88#5;2;85;85;85#6;2;85;85;82#7;2;82;82;82#8;2;78;78;78#9;2;75;75;75#10;2;44;44;44#11;2;16;16;16#12;2;6;6;6#13;2;9;9;9#14;2;19;19;19#15;2;22;22;22#16;2;25;25;25#17;2;28;28;28#18;2;72;72;72#19;2;38;38;38#20;2;35;35;35#21;2;69;69;69#22;2;3;3;3#23;2;63;63;50#24;2;69;69;38#25;2;22;44;75#26;2;13;31;44#27;2;69;66;56#28;2;28;31;19#29;2;91;75;41#30;2;91;78;47#31;2;91;75;50#32;2;22;47;85#33;2;16;38;66#34;2;3;6;16#35;2;28;53;78#36;2;56;63;44#37;2;13;35;69#38;2;13;35;66#39;2;16;19;25#40;2;25;41;53#41;2;91;78;56#42;2;94;85;72#43;2;97;91;85#44;2;50;63;66#45;2;9;25;50#46;2;16;19;28#47;2;97;91;88#48;2;66;63;31#49;2;50;56;41#50;2;19;38;56#51;2;22;41;72#52;2;13;28;66#53;2;9;25;47#54;2;6;6;13#55;2;28;53;82#56;2;72;72;69#57;2;97;94;91#58;2;25;44;72#59;2;35;63;88#60;2;9;22;47#61;2;0;3;6#62;2;28;50;85#63;2;28;50;78#64;2;9;9;6#65;2;31;56;85#66;2;13;13;13#67;2;47;72;88#68;2;35;56;85#69;2;31;53;82#70;2;85;85;78#71;2;50;53;60#72;2;41;35;25#73;2;35;31;25#74;2;22;44;66#75;2;75;60;22#0~@@@pPPP!8@!9`!4@~~~$#1?}!23AaAA#10{$#3??{{!4KC#12OOO???_#7GKKKC#16?OO#9GC#18_o$#10!5?__#19_#11O???__!4O#14OO#8GKKKC#2G[KA$#4!8?GKKKC#6GKKC#17!7?OO$#20!8?_#17_#16_#15_!8?OO$#13!12?OO_$#5!12?GC-#0~???@!9?_w~^NN^^^N^_???~~~$#1?~!4?DA?CC#22!6?_?O#23_#24_#25_#26_#1?N#18FB#10~$#3??FB#13G!7?_OF!9?_#8O#21W[$#4??w{#12E!8?_WF!7?O#27???_$#11!4?o!6?_WN!4?_$#15!5?__?_?OD!6?O!7?_$#20!5?CIKIB!9?_$#16!5?O?_?OGA$#17!5?GOOOGB$#19!5?A??D#14__WF$#10!5?@?@-#0~!4?ooo}}}mY@A@#30AAABGO#24WQC#37A?_#20@?CO$#1?~#5A@#14@?@@@!4?A@#41C???So#21C#32@@#25a_#38EO#53G#46O#12_#14_$#6??{]#15A#12GGG!4?D#22C#6_#43GGKO#27?A@#36A#49_W#19@#34@#0@AFZN$#4??@#7_#16{#13CCC???P#34_#46G#18G#47O??g#31?Dg#44C#48G#33@#40C#51w#39AC#54G$#11!5?BAA?@@#55??O#40C#1__o#35???A#50???G#45?CO#60_$#59!13?_#56O#10A#42C?Cg#58!5?O#52?G_$#28!16?@#29@@???_C$#57!16?O-#0~!4?!6NK#65C_???_???O?E#51__@F#60oN#14C#0]$#1?~??\?!6O!6?@#44g??G#10_#40_#32PG#37o#52oN#46oG#22@$#8??ow_#9_#2___#18__#22Q#69GW?G!7?G#25?OM#38G#39??O#61_$#7??NF#16F#54!6?_#58Q!8?_#49@#63??@#54!4?_$#17!4?W#61!6?@#26`#59FW__!5?G#64!7?@$#41!14?@??CA?@#23E#66!8?A$#67!14?C!5?G#29@$#68!14?_O???K#62O?CPME$#7!14?A#57BB#30WOP#71_$#4!15?C#55O!5?Q$#43!16?CA#27C?C$#70!16?G#42?@#31AA$#24!19?_-#0~!11wy_O_#50Oo_#25C#53_!6?@#34G#12C#61@$#2?C??AAB@#19???@#34@C??_#51G#32?A#48INBA#28G#66_O??A$#1?B#10!10C#14C#20O_!5?O#72O?KFC#39C?C@$#8??B@#28@#49@#18?ABBB#27A#33?A!4?OO#44@#15_#16__oO#54_O#22?G$#9???A#63!9?@??K#55C#37?G#75C#73?OO?I#14G#0_oo}~$#22!13?G#26G!4?_#49??K#36@#38?@#45@#46EB$#65!14?@BA?C#62@#60!6?A#11G$#74!14?CG#59@BB$#69!14?A#58C??G$#46!15?O-#0!15BAB?A?AAA?AA!6B$#10!15?@#22?@!7?@$#19!17?A#61@A???A#12@$#39!19?@#46@#15@@#66@\x1b\\";
mlterm-3.9.0/drcssixel/test.c-82-  char *sixel2 = "\x1bPq\"1;1;49;43#0;2;97;97;88#1;2;96;96;86#2;2;96;96;83#3;2;95;95;85#4;2;95;95;82#5;2;95;95;78#6;2;93;91;87#7;2;93;93;78#8;2;94;93;73#9;2;90;90;90#10;2;90;90;87#11;2;90;88;83#12;2;90;87;83#13;2;87;87;83#14;2;89;89;75#15;2;90;87;61#16;2;86;85;83#17;2;87;83;80#18;2;83;83;80#19;2;88;85;61#20;2;83;82;77#21;2;83;80;77#22;2;89;82;61#23;2;81;83;69#24;2;80;80;77#25;2;80;80;70#26;2;80;79;74#27;2;80;77;74#28;2;82;79;62#29;2;83;78;57#30;2;78;78;69#31;2;74;78;71#32;2;77;76;74#33;2;77;74;71#34;2;78;74;62#35;2;81;75;57#36;2;75;75;71#37;2;74;75;58#38;2;77;72;58#39;2;73;71;68#40;2;79;71;51#41;2;75;69;51#42;2;73;69;49#43;2;74;68;50#44;2;69;75;62#45;2;69;72;67#46;2;72;71;69#47;2;71;69;64#48;2;62;70;55#49;2;69;67;64#50;2;71;68;51#51;2;70;67;46#52;2;67;67;60#53;2;60;68;66#54;2;71;66;49#55;2;68;66;60#56;2;66;66;58#57;2;64;64;59#58;2;64;63;58#59;2;63;61;58#60;2;67;62;46#61;2;66;60;41#62;2;61;64;53#63;2;61;61;59#64;2;60;60;51#65;2;52;64;59#66;2;52;61;58#67;2;52;60;50#68;2;61;60;60#69;2;61;59;52#70;2;59;59;52#71;2;51;59;55#72;2;58;58;58#73;2;58;57;58#74;2;59;57;55#75;2;58;58;55#76;2;58;57;53#77;2;60;57;38#78;2;57;56;55#79;2;57;54;51#80;2;57;54;43#81;2;55;55;55#82;2;49;57;61#83;2;53;55;48#84;2;55;55;51#85;2;54;54;51#86;2;55;53;55#87;2;55;53;52#88;2;55;53;52#89;2;60;50;45#90;2;53;51;47#91;2;52;52;52#92;2;52;50;52#93;2;52;52;41#94;2;52;48;37#95;2;51;51;50#96;2;51;50;48#97;2;51;50;39#98;2;49;51;48#99;2;50;48;44#100;2;47;48;47#101;2;48;48;46#102;2;47;47;47#103;2;47;44;29#104;2;41;57;69#105;2;44;53;48#106;2;32;52;70#107;2;30;51;72#108;2;41;49;52#109;2;31;50;68#110;2;28;48;68#111;2;27;48;68#112;2;46;46;44#113;2;44;45;44#114;2;28;46;64#115;2;45;44;44#116;2;45;44;41#117;2;44;44;44#118;2;41;44;41#119;2;28;44;58#120;2;45;43;41#121;2;41;42;41#122;2;42;42;42#123;2;41;41;41#124;2;42;41;33#125;2;40;40;38#126;2;37;39;37#127;2;29;41;48#128;2;25;41;58#129;2;23;40;58#130;2;39;38;38#131;2;37;37;37#132;2;38;37;36#133;2;37;37;37#134;2;37;37;30#135;2;35;37;33#136;2;34;36;34#137;2;35;35;35#138;2;34;34;34#139;2;35;34;32#140;2;33;36;32#141;2;32;34;32#142;2;35;32;30#143;2;32;32;30#144;2;31;33;31#145;2;31;32;26#146;2;31;31;31#147;2;31;33;30#148;2;31;31;31#149;2;31;31;28#150;2;30;31;30#151;2;30;30;29#152;2;24;37;50#153;2;20;37;53#154;2;20;37;54#155;2;25;32;37#156;2;17;33;50#157;2;28;31;25#158;2;28;30;28#159;2;21;30;37#160;2;16;30;44#161;2;28;29;28#162;2;28;29;28#163;2;28;29;28#164;2;28;28;28#165;2;28;28;26#166;2;27;29;27#167;2;27;28;27#168;2;27;28;27#169;2;23;29;33#170;2;14;29;44#171;2;28;28;28#172;2;26;28;26#173;2;27;26;27#174;2;26;27;28#175;2;28;26;28#176;2;27;25;27#177;2;26;25;26#178;2;26;25;25#179;2;25;25;25#180;2;25;25;25#181;2;24;24;24#182;2;20;26;31#183;2;18;24;30#184;2;14;27;41#185;2;12;26;44#186;2;13;26;36#187;2;15;25;34#188;2;12;25;36#189;2;24;24;24#190;2;24;23;24#191;2;24;22;24#192;2;23;23;22#193;2;21;23;21#194;2;24;22;24#195;2;23;22;23#196;2;23;21;23#197;2;22;21;22#198;2;22;20;22#199;2;20;20;20#200;2;16;23;31#201;2;17;24;27#202;2;13;22;31#203;2;19;20;21#204;2;14;21;26#205;2;19;19;19#206;2;19;19;19#207;2;20;18;20#208;2;17;18;19#209;2;18;19;15#210;2;11;23;36#211;2;10;23;38#212;2;10;22;36#213;2;10;22;33#214;2;11;22;31#215;2;11;22;31#216;2;10;22;32#217;2;11;21;33#218;2;10;21;34#219;2;11;21;31#220;2;12;21;29#221;2;11;21;29#222;2;11;21;30#223;2;12;21;28#224;2;11;21;28#225;2;11;21;28#226;2;10;21;31#227;2;11;21;27#228;2;10;19;28#229;2;17;17;17#230;2;17;16;17#231;2;16;16;16#232;2;10;17;23#233;2;8;16;23#234;2;8;16;22#235;2;14;14;14#236;2;12;13;12#237;2;12;12;12#238;2;7;13;17#239;2;9;11;12#240;2;7;10;12#241;2;4;6;8#242;2;2;4;5#243;2;1;1;2#244;2;1;1;1#245;2;1;1;1#246;2;1;1;1#247;2;0;1;1#248;2;0;0;1#249;2;0;0;0#250;2;0;0;0#251;2;0;0;0#252;2;0;0;0#253;2;0;0;0#254;2;0;0;0#255;2;0;0;0$#255!12?#255??#255??#255??#255??#255??#255??#255!16?#255!9?$#255!9?#255??#255!16?#255?#255!12?#255??#255!7?$#255!6?#255!3?#255?#255?#255??#255??#255?#255??#255?#255??#255?#255?#255??#255?#255!3?#255?#255!8?#255?#255?#255?#255?#255?#255!6?$#255!5?#255?#255??#255?#255?#255??#255?#255??#255!4?#255?#255!4?#255?#255?#255??#255?#255?#255??#255?#255?#255!3?#255?#255?#255?#255?#255?#255?#255?#255!5?$#255!3?#255??#255?#255?#255?#255?#255?#255?#255?#255?#255?#255?#255?#255??#255?#255?#255??#255??#255?#255!4?#255?#255?#255?#255??#255?#255?#255?#255?#255?#255?#255?#255?#255?#255?#255?#255!4?$-#255!3?#255?#255?#255?#255?#255?#255?#255?#255?#255?#255??#255!7?#255?#255?#255!6?#255?#255??#255?#255!3?#255?#255?#255?#255?#255?#255?#255?#255?#255?#255!4?$#255??#255?#255?#255?#255?#255?#255?#255?#255?#255?#255?#255?#255!3?#255?#255?#255??#255?#255?#255??#255??#255??#255?#255?#255!3?#255?#255?#255?#255?#255?#255?#255?#255?#255?#255?#255?#255?#255!4?$#255??#255?#255?#255?#255?#255?#255?#255?#255?#255?#255?#255?#255?#255??#255??#255??#255??#255?#255??#255?#255!3?#255?#255!3?#255!3?#255?#255?#255?#255?#255?#255?#255?#255?#255?#255?#255!3?$#255??#255?#255?#255?#255?#255?#255?#255?#18G#6!5G#10GG#11GG#13GG#16G#17G#18GG#20G#21G#24G#26GG#27G#32GG#33G#36G#39GG#49G#63G#84G#101G#255?#255?#255?#255?#255?#255?#255??$#255??#255?#255?#255?#255?#255?#255?#18O#6!5O#10OO#11OO#13OO#16O#17O#18OO#20O#24OO#26OO#27O#32OO#33O#36O#39OO#47O#49O#57O#58O#96O#255?#255?#255?#255?#255?#255?#255??$#255??#255?#255?#255?#255?#255?#255?#6__#46_#102!6_#113__#117_#121__#123_#126_#131__#136__#138__#144_#146_#158__#164_#175_#176_#189_#101_#59_#79_#255_#255?#255?#255?#255?#255?#255??$-#255??#255?#255?#255?#255?#255?#255?#6@@#102@#81@#32@#68@#72@#86@#92@#91@#81@#92@#113@@#117@#121@@#131!3@#146@#158@@#164@#175@#164@#175@@#181@#194@#196@#59@#75@#255@#255@#255?#255?#255?#255?#255?#255?$#255??#255?#255?#255?#255?#255?#255?#6AA#86A#46A#9A#46A#57A#92A#100A#102AA#113AA#123A#126AA#131A#138!3A#144A#146A#158AA#164A#175AA#180A#191A#196A#199A#72A#76A#255A#255A#255?#255?#255?#255?#255?#255?$#255??#255?#255?#255?#255?#255?#255?#6CC#102C#57C#36C#72C#91C#73CC#121C#100C#72!3C#113C#92C#81C#100C#123C#86C#91C#68C#131C#136C#81C#138CC#191CC#199C#205C#74C#84C#255C#255C#255?#255?#255?#255?#255?#255?$#255??#255?#255?#255?#255?#255?#255?#6G#10G#102G#57G#46G#113GG#92G#121GG#123G#126GG#131G#136GG#138G#144GG#146GG#162G#171G#175GG#180GG#191G#199GG#229G#75G#84G#255G#255G#255?#255?#255?#255?#255?#255?$#255??#255?#255?#255?#255?#255?#255?#10OO#102O#68O#73O#91O#92O#100O#81O#86O#72O#113O#73O#117O#136O#100O#144OO#102O#162O#133O#136O#176OO#189O#194OO#199OO#229O#230O#78O#87O#255O#255O#255?#255?#255?#255?#255?#255?$#255??#255?#255?#255?#255?#255?#255?#11__#102_#86_#81_#117_#121__#123_#126__#131_#136__#138_#144_#147_#148__#166_#173_#177__#192_#198__#206__#230_#231__#88_#90_#255_#255_#255_#255?#255?#255?#255?#255?$-#255??#255?#255?#255?#255?#255?#255?#11@#12@#91@#72@#73@#68@#81@#102@#72@#113@@#92@#121@#100@#102@#123@#148@#117@#122@#144@#147@#151@#136@#131@#150@#181@#189@#235!3@#236@#96@#98@#255@#255@#255@#255?#255?#255?#255?#255?$#255??#255?#255?#255?#255?#255?#255?#12A#13A#117A#91A#102A#121A#123A#126AA#131A#136AA#138A#144A#147A#148A#167A#172A#179A#190A#195A#205A#229A#231A#235AA#237!5A#116A#115A#255A#255A#255A#255?#255?#255?#255?#255?$#255??#255?#255?#255?#255?#255?#255?#13C#16C#117C#102C#121C#102C#126CC#131C#136CC#138C#144C#147C#148C#167C#172C#179C#195C#197C#229C#208C#187C#155C#127C#108C#105C#125C#157C#199C#236C#132C#125C#252C#255C#255C#255?#255?#255?#255?#255?$#255??#255?#255?#255?#255?#255?#255?#16G#13G#100G#91G#123G#91G#113G#73G#117G#121G#81G#123GG#91G#118G#137G#115G#161G#179G#174G#159G#119G#82GG#67!3G#83G#93G#97G#140G#145G#143G#246G#249G#252G#255?#255?#255?#255?#255?$#255??#255?#255?#255?#255?#255?#255?#17O#18O#121O#113O#126OO#131O#136OO#138O#144OO#148O#166O#172O#179O#195O#199O#203O#152O#106O#46O#25O#53O#82OO#58O#62O#98O#80O#60O#77O#103O#237O#246O#249O#252?#255?#255?#255?#255?$#255??#255?#255?#255?#255?#255?#255?#18__#123_#117_#126_#131_#136__#121_#123__#148_#166_#137_#179_#195_#199_#203_#128_#53_#24_#3_#0_#3_#31_#82__#81_#56_#50_#41_#62_#51_#103_#237_#245_#249?#252?#255?#255?#255?$-#255??#255?#255?#255?#255?#255?#255?#18@#20@#126@#121@#131@#92@#121@#100@#123@@#102@#113@#133@#137@#136@#144@#195@#128@#53@#4@#2@#0@#3@#2@#5@#11@#13@#31@#52@#15@#19@#50@#51@#61@#134@#243@#246@#249?#252?#255?#255?$#255??#255?#255?#255?#255?#255?#255?#20A#21A#126A#131AA#136A#138A#144AA#146A#162A#166A#173A#180A#195A#229A#159A#106A#18A#0AA#1A#4A#2A#5AA#3A#4A#28A#19A#15A#38A#51A#77A#94A#192A#244A#246?#251?#255?#255?$#255??#255?#255?#255?#255?#255?#255?#21C#24C#131C#136CC#138C#144CC#146C#158C#162C#171C#177C#190C#205C#208C#129C#104C#23C#8C#4C#2C#1C#0C#2C#4C#3C#4C#37C#56C#15C#37C#64C#77C#94C#134C#240C#246?#250?#253?#255?$#255??#255?#255?#255?#255?#255?#255?#24G#26G#136GG#138G#144GG#146GG#158G#171G#176G#177G#199G#229G#200G#111G#104G#52G#37G#23G#14G#7GG#8G#5GG#8G#28G#70G#19G#15G#42G#140G#124GG#209G#247?#252?#254?#255?$#255??#255?#255?#255?#255?#255?#255?#26OO#136O#138O#144OO#146O#158OO#164O#175O#176O#192O#207O#231O#184O#110O#107O#104O#82O#65O#48O#44OO#37O#28O#22OO#35O#64O#38O#41O#93O#183O#201O#134O#193O#249?#252?#255?#255?$#255??#255?#255?#255?#255?#255?#255?#26_#27_#138_#144__#146__#158_#164_#175__#189_#198_#207_#235_#153_#111_#107__#106__#82_#48_#67__#62_#50_#41_#43__#64_#127_#186_#202_#204_#145_#192_#252_#255?#255?#255?$-#255??#255?#255?#255?#255?#255?#255?#27@#32@#144@@#86@#73@@#92@#81@#100@#68@#91@#122@#112@#168@#129@#111@#110@#107@#109@@#66@#48@@#50!3@#41@@#40@#43@#155@#210@#222@#220@#167@#201@#254@#255?#255?#255?$#255??#255?#255?#255?#255?#255?#255?#32A#33A#73A#146A#162AA#171A#175AA#181A#191A#196A#206A#230A#237A#154A#114A#111A#110AA#114A#104A#34A#40AA#43A#60!3A#116A#155A#188A#213A#220AA#201A#204A#255A#255?#255?#255?$#255??#255?#255?#255?#255?#255?#255?#49C#33C#46CC#39C#47C#49CC#55CC#57C#59C#74C#96C#130C#153C#129C#114!3C#119C#108C#23C#35C#40C#54C#60C#61C#123C#160C#186C#213C#222C#223!3C#233C#254C#255?#255?#255?$#255??#255?#255?#255?#255?#255?#255?#255?#74G#49GG#52GG#57GG#58G#63G#89GG#79G#116G#142G#159G#129GG#128!3G#57G#28G#29G#40G#60G#61G#77G#159G#184G#188G#216G#224G#223GG#224G#238G#251G#255?#255?#255?$#255??#255?#255?#255?#255?#255?#255?#255?#255?#126O#97O#63!3O#74OO#75O#78O#84O#96O#115O#132O#155O#154O#129!3O#153O#75O#35O#29O#42O#60O#80O#93O#159O#187O#202O#225O#224O#227O#224O#225O#240O#251?#252?#255?#255?$#255??#255?#255?#255?#255?#255?#255?#255?#255?#255?#255_#255_#255_#255_#179_#181_#151_#120_#124_#165_#149_#139_#168_#184_#156_#154_#153__#108_#22_#29_#54_#61_#121_#155__#136_#200_#225__#227_#224_#234_#242_#250?#252?#255?#255?$-#255??#255?#255?#255?#255?#255?#255?#255?#255?#255?#255?#255@#255@#255@#149@#165@#135@@#149@#151@#143@#151@#193@#200@#170@#156!3@#152@#28@#29@#51@#80@#159@#187@#141@#182@#220@#221@#227@@#225@#240@#248@#250?#252?#255?#255?$#255??#255?#255?#255?#255?#255?#255?#255?#255?#255?#141A#98A#95A#79AA#84A#88A#85A#95A#96A#101A#116A#132A#151A#187A#170!3A#160A#98A#60A#89A#155A#210A#212A#200A#214A#219A#222A#225AA#238A#244A#248?#251?#253?#255?#255?$#255??#255?#255?#255?#255?#255?#255?#255?#255?#255?#136C#85C#84C#74CC#75C#76CC#84C#85C#95C#99C#120C#132C#163C#200C#188CC#185CC#184C#211CC#212C#213C#214C#215C#219CC#228C#234C#242C#247C#249?#252?#255?#255?#255?$#255!3?#255?#255?#255?#255?#255?#255?#255?#255?#255?#255?#255?#255G#255G#255G#255G#255G#255G#255G#255G#255G#255G#252G#246G#242G#233G#212G#211!3G#212G#217G#213G#214G#216GG#215G#226G#234G#242G#247G#249?#252?#253?#255?#255?#255?$#255!4?#255?#255?#255?#255?#255?#255?#255?#255?#255?#255?#255?#255O#255O#255O#255O#255O#255O#255O#255O#255O#255O#252O#246O#243O#238O#228O#218!3O#216O#219O#215O#213O#216O#233O#238O#243O#248?#249?#252?#254?#255?#255?#255?#255?$#255!5?#255?#255?#255?#255?#255?#255?#255?#255?#255?#255?#255?#255?#255?#255_#255_#255__#255_#255_#255_#255_#252_#246_#245_#242_#240_#238_#228_#218_#226_#233_#238_#240_#242_#246_#246?#249?#252?#254?#255?#255?#255?#255?#255?$-#255!5?#255??#255?#255?#255?#255?#255?#255?#255?#255?#255?#255?#255?#255?#255?#255?#255?#255?#255?#255?#255?#255?#252?#249?#247?#249@#250@#252@#254@#255@#253@#251@#249?#248?#248?#251?#252?#254?#255?#255?#255?#255?#255??$#255!6?#255?#255?#255?#255?#255?#255?#255?#255?#255?#255?#255?#255?#255?#255?#255!3?#255?#255?#255?#255?#255?#252?#251?#252?#252?#255?#255??#255?#254?#252?#251?#252?#254?#255?#255?#255?#255?#255?#255!3?$#255!7?#255??#255?#255??#255?#255?#255?#255?#255?#255??#255?#255?#255?#255?#255?#255?#255?#255?#255?#255?#255?#255?#255?#255??#255?#255?#255?#255?#255?#255?#255?#255?#255?#255?#255!5?$#255!9?#255!5?#255!8?#255?#255?#255?#255?#255??#255?#255?#255?#255?#255?#255??#255?#255?#255?#255?#255?#255?#255?#255!7?$#255!14?#255!15?#255?#255?#255?#255!4?#255??#255?#255!10?$$-\x1b\\";
##############################################
mlterm-3.9.0/cocoa/build-iossim71.sh-7-
mlterm-3.9.0/cocoa/build-iossim71.sh:8:dir=`dirname $0`
mlterm-3.9.0/cocoa/build-iossim71.sh-9-
##############################################
mlterm-3.9.0/cocoa/build-ios43.sh-7-
mlterm-3.9.0/cocoa/build-ios43.sh:8:dir=`dirname $0`
mlterm-3.9.0/cocoa/build-ios43.sh-9-
##############################################
mlterm-3.9.0/cocoa/install.sh-28-for file in $libs lib/mef/lib*.so ; do
mlterm-3.9.0/cocoa/install.sh:29:	cp -f $prefix/$file `dirname $file`/
mlterm-3.9.0/cocoa/install.sh-30-done
##############################################
mlterm-3.9.0/cocoa/install-sdl2.sh-28-for file in $libs lib/mef/lib*.so ; do
mlterm-3.9.0/cocoa/install-sdl2.sh:29:	cp -f $prefix/$file `dirname $file`/
mlterm-3.9.0/cocoa/install-sdl2.sh-30-done
##############################################
mlterm-3.9.0/cocoa/build-iossim43.sh-7-
mlterm-3.9.0/cocoa/build-iossim43.sh:8:dir=`dirname $0`
mlterm-3.9.0/cocoa/build-iossim43.sh-9-
##############################################
mlterm-3.9.0/configure.in-46-		if test "$SDKROOT" = ""; then
mlterm-3.9.0/configure.in:47:			SDKROOT=`$XCRUN --sdk $ios_sdk --show-sdk-path`
mlterm-3.9.0/configure.in-48-		fi
##############################################
mlterm-3.9.0/configure.in-51-			# Do 'export' for baselib/configure and encodefilter/configure.
mlterm-3.9.0/configure.in:52:			export CC="`$XCRUN --sdk $ios_sdk -f cc` -isysroot $SDKROOT"
mlterm-3.9.0/configure.in-53-
mlterm-3.9.0/configure.in:54:			simver=`echo $ios_sdk|sed -n 's/^iphonesimulator\(@<:@0-9.@:>@*\)$/\1/p'`
mlterm-3.9.0/configure.in-55-			if test "$simver" != ""; then
##############################################
mlterm-3.9.0/configure.in-72-		if test "$ios_arch" != ""; then
mlterm-3.9.0/configure.in:73:			ios_arch=`echo ${ios_arch} | sed 's/,/ /g'`
mlterm-3.9.0/configure.in-74-			for arch in $ios_arch; do
##############################################
mlterm-3.9.0/configure.in-82-		if test "$RANLIB" = ""; then
mlterm-3.9.0/configure.in:83:			export RANLIB=`$XCRUN --sdk $ios_sdk -f ranlib`
mlterm-3.9.0/configure.in-84-		fi
mlterm-3.9.0/configure.in-85-		if test "$LIBTOOL" = ""; then
mlterm-3.9.0/configure.in:86:			export LIBTOOL=`$XCRUN --sdk $ios_sdk -f libtool`
mlterm-3.9.0/configure.in-87-		fi
mlterm-3.9.0/configure.in-88-		if test "$AR" = ""; then
mlterm-3.9.0/configure.in:89:			export AR=`$XCRUN --sdk $ios_sdk -f ar`
mlterm-3.9.0/configure.in-90-		fi
##############################################
mlterm-3.9.0/configure.in-138-	gui=$with_gui)
mlterm-3.9.0/configure.in:139:if test `echo $gui | grep ,`; then
mlterm-3.9.0/configure.in:140:	gui_list=`echo $gui | sed 's/,/ /g'`
mlterm-3.9.0/configure.in-141-	is_first=t
##############################################
mlterm-3.9.0/configure.in-168-elif test "$gui" = "subdir"; then
mlterm-3.9.0/configure.in:169:	gui=`basename $PWD`
mlterm-3.9.0/configure.in-170-
##############################################
mlterm-3.9.0/configure.in-295-	DEXPORT="-Wl,--version-script=\$(VPATH)/dexport.map"
mlterm-3.9.0/configure.in:296:elif test "`$LD --version 2>&1 | $GREP Solaris`" != "" ; then
mlterm-3.9.0/configure.in-297-	# This option is for SunOS 5.x (Solaris) or later.
##############################################
mlterm-3.9.0/configure.in-455-# /lib/* ... e.g.) /lib/i386-linux-gnu in ubuntu.
mlterm-3.9.0/configure.in:456:for ml_cv_lib_path in /lib /usr/lib /lib/* `echo $LIBRARY_PATH | tr ":" " "` ; do
mlterm-3.9.0/configure.in:457:	libm_files=`ls $ml_cv_lib_path/libm\\.so* $ml_cv_lib_path/libm\\.sl* 2> /dev/null`
mlterm-3.9.0/configure.in-458-	for libm_file in $libm_files ; do
mlterm-3.9.0/configure.in:459:		if test -z "$ml_cv_libm_dir" -a -n "`$NM -D $libm_file | $GREP pow`" ; then
mlterm-3.9.0/configure.in:460:			ml_cv_libm_dir=`dirname $libm_file`
mlterm-3.9.0/configure.in-461-		fi
##############################################
mlterm-3.9.0/configure.in-708-
mlterm-3.9.0/configure.in:709:type_engines=`echo ${type_engines} | sed 's/,/ /g'`
mlterm-3.9.0/configure.in-710-for type_engine in ${type_engines} ; do
##############################################
mlterm-3.9.0/configure.in-1028-		fi
mlterm-3.9.0/configure.in:1029:		if test -z "$IMAGELIB_CFLAGS" -a "`echo ${tools}|$GREP mlimgloader`" = "" ; then
mlterm-3.9.0/configure.in-1030-			# If --with-imagelib option is not specified, mlimgloader is always built.
##############################################
mlterm-3.9.0/configure.in-1034-	])
mlterm-3.9.0/configure.in:1035:tools=`echo ${tools} | sed 's/,/ /g'`
mlterm-3.9.0/configure.in-1036-
##############################################
mlterm-3.9.0/configure.in-1552-if test "$enable_shared" != "no" ; then
mlterm-3.9.0/configure.in:1553:	scrollbars=`echo ${scrollbars} | sed 's/,/ /g'`
mlterm-3.9.0/configure.in-1554-else
##############################################
mlterm-3.9.0/configure.in-1668-
mlterm-3.9.0/configure.in:1669:CHANGE_DATE=`head -n 1 ${top_srcdir-$srcdir}/ChangeLog | sed -n 's/^\(@<:@0-9@:>@*-@<:@0-9@:>@*-@<:@0-9@:>@*\).*$/\1/p'`
mlterm-3.9.0/configure.in-1670-AC_SUBST(CHANGE_DATE)
##############################################
mlterm-3.9.0/configure.in-1680-  # for gui
mlterm-3.9.0/configure.in:1681:	ac_configure_args=`echo ${ac_configure_args} | sed 's/--with-gui=@<:@A-Za-z0-9,@:>@*/--with-gui=subdir/g'`
mlterm-3.9.0/configure.in-1682-	if test "$dl_ctl" != "no"; then
##############################################
mlterm-3.9.0/aclocal.m4-271-	GLIB_PATH_PROG_WITH_TEST(MSGFMT, msgfmt,
mlterm-3.9.0/aclocal.m4:272:	  [test -z "`$ac_dir/$ac_word -h 2>&1 | grep 'dv '`"], no)dnl
mlterm-3.9.0/aclocal.m4-273-	if test "$MSGFMT" != "no"; then
##############################################
mlterm-3.9.0/aclocal.m4-292-	  GLIB_PATH_PROG_WITH_TEST(XGETTEXT, xgettext,
mlterm-3.9.0/aclocal.m4:293:	    [test -z "`$ac_dir/$ac_word -h 2>&1 | grep '(HELP)'`"], :)
mlterm-3.9.0/aclocal.m4-294-	  AC_TRY_LINK([extern int _nl_msg_cat_cntr;],
##############################################
mlterm-3.9.0/aclocal.m4-443-   if test "x$srcdir" != "x."; then
mlterm-3.9.0/aclocal.m4:444:     if test "x`echo $srcdir | sed 's@/.*@@'`" = "x"; then
mlterm-3.9.0/aclocal.m4-445-       posrcprefix="$srcdir/"
##############################################
mlterm-3.9.0/aclocal.m4-468-test "x$exec_prefix" = xNONE && exec_prefix=$prefix
mlterm-3.9.0/aclocal.m4:469:datarootdir=`eval echo "${datarootdir}"`
mlterm-3.9.0/aclocal.m4-470-if test "x$CATOBJEXT" = "x.mo" ; then
mlterm-3.9.0/aclocal.m4:471:  localedir=`eval echo "${libdir}/locale"`
mlterm-3.9.0/aclocal.m4-472-else
mlterm-3.9.0/aclocal.m4:473:  localedir=`eval echo "${datadir}/locale"`
mlterm-3.9.0/aclocal.m4-474-fi
##############################################
mlterm-3.9.0/aclocal.m4-625-    done
mlterm-3.9.0/aclocal.m4:626:    func_cc_basename_result=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
mlterm-3.9.0/aclocal.m4-627-}
##############################################
mlterm-3.9.0/aclocal.m4-937-m4_define([_LT_CONFIG_STATUS_DECLARE],
mlterm-3.9.0/aclocal.m4:938:[$1='`$ECHO "$][$1" | $SED "$delay_single_quote_subst"`'])
mlterm-3.9.0/aclocal.m4-939-
##############################################
mlterm-3.9.0/aclocal.m4-947-#
mlterm-3.9.0/aclocal.m4:948:#    <var>='`$ECHO "$<var>" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/aclocal.m4-949-m4_defun([_LT_CONFIG_STATUS_DECLARATIONS],
##############################################
mlterm-3.9.0/aclocal.m4-1057-]], lt_decl_quote_varnames); do
mlterm-3.9.0/aclocal.m4:1058:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
mlterm-3.9.0/aclocal.m4-1059-    *[[\\\\\\\`\\"\\\$]]*)
mlterm-3.9.0/aclocal.m4:1060:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\"" ## exclude from sc_prohibit_nested_quotes
mlterm-3.9.0/aclocal.m4-1061-      ;;
##############################################
mlterm-3.9.0/aclocal.m4-1070-]], lt_decl_dquote_varnames); do
mlterm-3.9.0/aclocal.m4:1071:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
mlterm-3.9.0/aclocal.m4-1072-    *[[\\\\\\\`\\"\\\$]]*)
mlterm-3.9.0/aclocal.m4:1073:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\"" ## exclude from sc_prohibit_nested_quotes
mlterm-3.9.0/aclocal.m4-1074-      ;;
##############################################
mlterm-3.9.0/aclocal.m4-1610-  if test yes = "$lt_cv_ld_force_load"; then
mlterm-3.9.0/aclocal.m4:1611:    _LT_TAGVAR(whole_archive_flag_spec, $1)='`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience $wl-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`'
mlterm-3.9.0/aclocal.m4-1612-    m4_case([$1], [F77], [_LT_TAGVAR(compiler_needs_object, $1)=yes],
##############################################
mlterm-3.9.0/aclocal.m4-1663-      }]'
mlterm-3.9.0/aclocal.m4:1664:  _LT_TAGVAR([lt_cv_aix_libpath_], [$1])=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
mlterm-3.9.0/aclocal.m4-1665-  # Check for a 64-bit object if we didn't find anything.
mlterm-3.9.0/aclocal.m4-1666-  if test -z "$_LT_TAGVAR([lt_cv_aix_libpath_], [$1])"; then
mlterm-3.9.0/aclocal.m4:1667:    _LT_TAGVAR([lt_cv_aix_libpath_], [$1])=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
mlterm-3.9.0/aclocal.m4-1668-  fi],[])
##############################################
mlterm-3.9.0/aclocal.m4-1699-if test "X`( print -r -- -n ) 2>/dev/null`" = X-n && \
mlterm-3.9.0/aclocal.m4:1700:   test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
mlterm-3.9.0/aclocal.m4-1701-  ECHO='print -r --'
mlterm-3.9.0/aclocal.m4:1702:elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
mlterm-3.9.0/aclocal.m4-1703-  ECHO='printf %s\n'
##############################################
mlterm-3.9.0/aclocal.m4-1734-    PATH=/empty FPATH=/empty; export PATH FPATH
mlterm-3.9.0/aclocal.m4:1735:    test "X`printf %s $ECHO`" = "X$ECHO" \
mlterm-3.9.0/aclocal.m4:1736:      || test "X`print -r -- $ECHO`" = "X$ECHO" )])])
mlterm-3.9.0/aclocal.m4-1737-
##############################################
mlterm-3.9.0/aclocal.m4-1758-   if test yes = "$GCC"; then
mlterm-3.9.0/aclocal.m4:1759:     lt_sysroot=`$CC --print-sysroot 2>/dev/null`
mlterm-3.9.0/aclocal.m4-1760-   fi
##############################################
mlterm-3.9.0/aclocal.m4-1762- /*)
mlterm-3.9.0/aclocal.m4:1763:   lt_sysroot=`echo "$with_sysroot" | sed -e "$sed_quote_subst"`
mlterm-3.9.0/aclocal.m4-1764-   ;; #(
##############################################
mlterm-3.9.0/aclocal.m4-1792-  if AC_TRY_EVAL(ac_compile); then
mlterm-3.9.0/aclocal.m4:1793:    case `/usr/bin/file conftest.$ac_objext` in
mlterm-3.9.0/aclocal.m4-1794-      *ELF-32*)
##############################################
mlterm-3.9.0/aclocal.m4-1809-    if test yes = "$lt_cv_prog_gnu_ld"; then
mlterm-3.9.0/aclocal.m4:1810:      case `/usr/bin/file conftest.$ac_objext` in
mlterm-3.9.0/aclocal.m4-1811-	*32-bit*)
##############################################
mlterm-3.9.0/aclocal.m4-1821-    else
mlterm-3.9.0/aclocal.m4:1822:      case `/usr/bin/file conftest.$ac_objext` in
mlterm-3.9.0/aclocal.m4-1823-	*32-bit*)
##############################################
mlterm-3.9.0/aclocal.m4-1843-    emul=elf
mlterm-3.9.0/aclocal.m4:1844:    case `/usr/bin/file conftest.$ac_objext` in
mlterm-3.9.0/aclocal.m4-1845-      *32-bit*)
##############################################
mlterm-3.9.0/aclocal.m4-1851-    esac
mlterm-3.9.0/aclocal.m4:1852:    case `/usr/bin/file conftest.$ac_objext` in
mlterm-3.9.0/aclocal.m4-1853-      *MSB*)
##############################################
mlterm-3.9.0/aclocal.m4-1859-    esac
mlterm-3.9.0/aclocal.m4:1860:    case `/usr/bin/file conftest.$ac_objext` in
mlterm-3.9.0/aclocal.m4-1861-      *N32*)
##############################################
mlterm-3.9.0/aclocal.m4-2224-    # And add a safety zone
mlterm-3.9.0/aclocal.m4:2225:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
mlterm-3.9.0/aclocal.m4:2226:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
mlterm-3.9.0/aclocal.m4-2227-    ;;
##############################################
mlterm-3.9.0/aclocal.m4-2257-    if test -n "$kargmax"; then
mlterm-3.9.0/aclocal.m4:2258:      lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[[	 ]]//'`
mlterm-3.9.0/aclocal.m4-2259-    else
##############################################
mlterm-3.9.0/aclocal.m4-2266-       test undefined != "$lt_cv_sys_max_cmd_len"; then
mlterm-3.9.0/aclocal.m4:2267:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
mlterm-3.9.0/aclocal.m4:2268:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
mlterm-3.9.0/aclocal.m4-2269-    else
##############################################
mlterm-3.9.0/aclocal.m4-2278-      # we can't tell.
mlterm-3.9.0/aclocal.m4:2279:      while { test X`env echo "$teststring$teststring" 2>/dev/null` \
mlterm-3.9.0/aclocal.m4-2280-	         = "X$teststring$teststring"; } >/dev/null 2>&1 &&
##############################################
mlterm-3.9.0/aclocal.m4-2282-      do
mlterm-3.9.0/aclocal.m4:2283:        i=`expr $i + 1`
mlterm-3.9.0/aclocal.m4-2284-        teststring=$teststring$teststring
##############################################
mlterm-3.9.0/aclocal.m4-2286-      # Only check the string length outside the loop.
mlterm-3.9.0/aclocal.m4:2287:      lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
mlterm-3.9.0/aclocal.m4-2288-      teststring=
##############################################
mlterm-3.9.0/aclocal.m4-2291-      # linker.  It appears as though 1/2 is a usable value.
mlterm-3.9.0/aclocal.m4:2292:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
mlterm-3.9.0/aclocal.m4-2293-    fi
##############################################
mlterm-3.9.0/aclocal.m4-2757-    *:)
mlterm-3.9.0/aclocal.m4:2758:        eval @S|@1=\"`$ECHO @S|@2 | $SED 's/:/ /g'` \@S|@@S|@1\"
mlterm-3.9.0/aclocal.m4-2759-        ;;
mlterm-3.9.0/aclocal.m4-2760-    x:*)
mlterm-3.9.0/aclocal.m4:2761:        eval @S|@1=\"\@S|@@S|@1 `$ECHO @S|@2 | $SED 's/:/ /g'`\"
mlterm-3.9.0/aclocal.m4-2762-        ;;
mlterm-3.9.0/aclocal.m4-2763-    *::*)
mlterm-3.9.0/aclocal.m4:2764:        eval @S|@1=\"\@S|@@S|@1\ `$ECHO @S|@2 | $SED -e 's/.*:://' -e 's/:/ /g'`\"
mlterm-3.9.0/aclocal.m4:2765:        eval @S|@1=\"`$ECHO @S|@2 | $SED -e 's/::.*//' -e 's/:/ /g'`\ \@S|@@S|@1\"
mlterm-3.9.0/aclocal.m4-2766-        ;;
mlterm-3.9.0/aclocal.m4-2767-    *)
mlterm-3.9.0/aclocal.m4:2768:        eval @S|@1=\"`$ECHO @S|@2 | $SED 's/:/ /g'`\"
mlterm-3.9.0/aclocal.m4-2769-        ;;
##############################################
mlterm-3.9.0/aclocal.m4-2797-  esac
mlterm-3.9.0/aclocal.m4:2798:  lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
mlterm-3.9.0/aclocal.m4-2799-  case $lt_search_path_spec in
##############################################
mlterm-3.9.0/aclocal.m4-2804-    # okay in the real world where ";" in dirpaths is itself problematic.
mlterm-3.9.0/aclocal.m4:2805:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
mlterm-3.9.0/aclocal.m4-2806-    ;;
mlterm-3.9.0/aclocal.m4-2807-  *)
mlterm-3.9.0/aclocal.m4:2808:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
mlterm-3.9.0/aclocal.m4-2809-    ;;
##############################################
mlterm-3.9.0/aclocal.m4-2813-  lt_tmp_lt_search_path_spec=
mlterm-3.9.0/aclocal.m4:2814:  lt_multi_os_dir=/`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
mlterm-3.9.0/aclocal.m4-2815-  # ...but if some path component already ends with the multilib dir we assume
##############################################
mlterm-3.9.0/aclocal.m4-2855-  esac
mlterm-3.9.0/aclocal.m4:2856:  sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
mlterm-3.9.0/aclocal.m4-2857-else
##############################################
mlterm-3.9.0/aclocal.m4-2996-    # Create ${libname}_ixlibrary.a entries in /sys/libs.
mlterm-3.9.0/aclocal.m4:2997:    finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`func_echo_all "$lib" | $SED '\''s%^.*/\([[^/]]*\)\.ixlibrary$%\1%'\''`; $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'
mlterm-3.9.0/aclocal.m4-2998-    ;;
##############################################
mlterm-3.9.0/aclocal.m4-3032-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
mlterm-3.9.0/aclocal.m4:3033:    postinstall_cmds='base_file=`basename \$file`~
mlterm-3.9.0/aclocal.m4:3034:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~
mlterm-3.9.0/aclocal.m4:3035:      dldir=$destdir/`dirname \$dlpath`~
mlterm-3.9.0/aclocal.m4-3036-      test -d \$dldir || mkdir -p \$dldir~
##############################################
mlterm-3.9.0/aclocal.m4-3041-      fi'
mlterm-3.9.0/aclocal.m4:3042:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
mlterm-3.9.0/aclocal.m4-3043-      dlpath=$dir/\$dldll~
##############################################
mlterm-3.9.0/aclocal.m4-3049-      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
mlterm-3.9.0/aclocal.m4:3050:      soname_spec='`echo $libname | sed -e 's/^lib/cyg/'``echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext'
mlterm-3.9.0/aclocal.m4-3051-m4_if([$1], [],[
##############################################
mlterm-3.9.0/aclocal.m4-3055-      # MinGW DLLs use traditional 'lib' prefix
mlterm-3.9.0/aclocal.m4:3056:      soname_spec='$libname`echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext'
mlterm-3.9.0/aclocal.m4-3057-      ;;
##############################################
mlterm-3.9.0/aclocal.m4-3059-      # pw32 DLLs use 'pw' prefix rather than 'lib'
mlterm-3.9.0/aclocal.m4:3060:      library_names_spec='`echo $libname | sed -e 's/^lib/pw/'``echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext'
mlterm-3.9.0/aclocal.m4-3061-      ;;
##############################################
mlterm-3.9.0/aclocal.m4-3068-    libname_spec='$name'
mlterm-3.9.0/aclocal.m4:3069:    soname_spec='$libname`echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext'
mlterm-3.9.0/aclocal.m4-3070-    library_names_spec='$libname.dll.lib'
##############################################
mlterm-3.9.0/aclocal.m4-3080-        # Let DOS variable expansion print the short 8.3 style file name.
mlterm-3.9.0/aclocal.m4:3081:        lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"`
mlterm-3.9.0/aclocal.m4-3082-        sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path"
##############################################
mlterm-3.9.0/aclocal.m4-3085-      # Convert to MSYS style.
mlterm-3.9.0/aclocal.m4:3086:      sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | sed -e 's|\\\\|/|g' -e 's| \\([[a-zA-Z]]\\):| /\\1|g' -e 's|^ ||'`
mlterm-3.9.0/aclocal.m4-3087-      ;;
##############################################
mlterm-3.9.0/aclocal.m4-3091-      # like /cygdrive/c/PROGRA~1:/cygdr...
mlterm-3.9.0/aclocal.m4:3092:      sys_lib_search_path_spec=`cygpath --path --unix "$LIB"`
mlterm-3.9.0/aclocal.m4:3093:      sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null`
mlterm-3.9.0/aclocal.m4:3094:      sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
mlterm-3.9.0/aclocal.m4-3095-      ;;
##############################################
mlterm-3.9.0/aclocal.m4-3099-        # It is most probably a Windows format PATH.
mlterm-3.9.0/aclocal.m4:3100:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
mlterm-3.9.0/aclocal.m4-3101-      else
mlterm-3.9.0/aclocal.m4:3102:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
mlterm-3.9.0/aclocal.m4-3103-      fi
##############################################
mlterm-3.9.0/aclocal.m4-3109-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
mlterm-3.9.0/aclocal.m4:3110:    postinstall_cmds='base_file=`basename \$file`~
mlterm-3.9.0/aclocal.m4:3111:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~
mlterm-3.9.0/aclocal.m4:3112:      dldir=$destdir/`dirname \$dlpath`~
mlterm-3.9.0/aclocal.m4-3113-      test -d \$dldir || mkdir -p \$dldir~
mlterm-3.9.0/aclocal.m4-3114-      $install_prog $dir/$dlname \$dldir/$dlname'
mlterm-3.9.0/aclocal.m4:3115:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
mlterm-3.9.0/aclocal.m4-3116-      dlpath=$dir/\$dldll~
##############################################
mlterm-3.9.0/aclocal.m4-3123-    # Assume MSVC wrapper
mlterm-3.9.0/aclocal.m4:3124:    library_names_spec='$libname`echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext $libname.lib'
mlterm-3.9.0/aclocal.m4-3125-    dynamic_linker='Win32 ld.exe'
##############################################
mlterm-3.9.0/aclocal.m4-3140-  shlibpath_var=DYLD_LIBRARY_PATH
mlterm-3.9.0/aclocal.m4:3141:  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
mlterm-3.9.0/aclocal.m4-3142-m4_if([$1], [],[
##############################################
mlterm-3.9.0/aclocal.m4-3374-  if test -f /etc/ld.so.conf; then
mlterm-3.9.0/aclocal.m4:3375:    lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \[$]2)); skip = 1; } { if (!skip) print \[$]0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[	 ]*hwcap[	 ]/d;s/[:,	]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;s/"//g;/^$/d' | tr '\n' ' '`
mlterm-3.9.0/aclocal.m4-3376-    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
##############################################
mlterm-3.9.0/aclocal.m4-3428-  need_lib_prefix=no
mlterm-3.9.0/aclocal.m4:3429:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
mlterm-3.9.0/aclocal.m4-3430-    need_version=no
##############################################
mlterm-3.9.0/aclocal.m4-3455-  sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
mlterm-3.9.0/aclocal.m4:3456:  postinstall_cmds='base_file=`basename \$file`~
mlterm-3.9.0/aclocal.m4:3457:    dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; $ECHO \$dlname'\''`~
mlterm-3.9.0/aclocal.m4:3458:    dldir=$destdir/`dirname \$dlpath`~
mlterm-3.9.0/aclocal.m4-3459-    test -d \$dldir || mkdir -p \$dldir~
##############################################
mlterm-3.9.0/aclocal.m4-3464-    fi'
mlterm-3.9.0/aclocal.m4:3465:  postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; $ECHO \$dlname'\''`~
mlterm-3.9.0/aclocal.m4-3466-    dlpath=$dir/\$dldll~
##############################################
mlterm-3.9.0/aclocal.m4-3675-	"file_magic "*)
mlterm-3.9.0/aclocal.m4:3676:	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
mlterm-3.9.0/aclocal.m4-3677-	  MAGIC_CMD=$lt_cv_path_MAGIC_CMD
##############################################
mlterm-3.9.0/aclocal.m4-3758-    # gcc leaves a trailing carriage return, which upsets mingw
mlterm-3.9.0/aclocal.m4:3759:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
mlterm-3.9.0/aclocal.m4-3760-  *)
mlterm-3.9.0/aclocal.m4:3761:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
mlterm-3.9.0/aclocal.m4-3762-  esac
##############################################
mlterm-3.9.0/aclocal.m4-3767-      # Canonicalize the pathname of ld
mlterm-3.9.0/aclocal.m4:3768:      ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
mlterm-3.9.0/aclocal.m4-3769-      while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
mlterm-3.9.0/aclocal.m4:3770:	ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
mlterm-3.9.0/aclocal.m4-3771-      done
##############################################
mlterm-3.9.0/aclocal.m4-3798-      # Break only if it was the GNU/non-GNU ld that we prefer.
mlterm-3.9.0/aclocal.m4:3799:      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
mlterm-3.9.0/aclocal.m4-3800-      *GNU* | *'with BFD'*)
##############################################
mlterm-3.9.0/aclocal.m4-3838-[# I'd rather use --version here, but apparently some GNU lds only accept -v.
mlterm-3.9.0/aclocal.m4:3839:case `$LD -v 2>&1 </dev/null` in
mlterm-3.9.0/aclocal.m4-3840-*GNU* | *'with BFD'*)
##############################################
mlterm-3.9.0/aclocal.m4-4065-openbsd* | bitrig*)
mlterm-3.9.0/aclocal.m4:4066:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
mlterm-3.9.0/aclocal.m4-4067-    lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|\.so|_pic\.a)$'
##############################################
mlterm-3.9.0/aclocal.m4-4132-    else
mlterm-3.9.0/aclocal.m4:4133:      file_magic_glob=`echo aAbBcCdDeEfFgGhHiIjJkKlLmMnNoOpPqQrRsStTuUvVwWxXyYzZ | $SED -e "s/\(..\)/s\/[[\1]]\/[[\1]]\/g;/g"`
mlterm-3.9.0/aclocal.m4-4134-    fi
##############################################
mlterm-3.9.0/aclocal.m4-4183-	esac
mlterm-3.9.0/aclocal.m4:4184:	case `"$tmp_nm" -B $lt_bad_file 2>&1 | sed '1q'` in
mlterm-3.9.0/aclocal.m4-4185-	*$lt_bad_file* | *'Invalid file or object type'*)
##############################################
mlterm-3.9.0/aclocal.m4-4189-	*)
mlterm-3.9.0/aclocal.m4:4190:	  case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
mlterm-3.9.0/aclocal.m4-4191-	  */dev/null*)
##############################################
mlterm-3.9.0/aclocal.m4-4215-    AC_CHECK_TOOLS(DUMPBIN, [dumpbin "link -dump"], :)
mlterm-3.9.0/aclocal.m4:4216:    case `$DUMPBIN -symbols -headers /dev/null 2>&1 | sed '1q'` in
mlterm-3.9.0/aclocal.m4-4217-    *COFF*)
##############################################
mlterm-3.9.0/aclocal.m4-4274-  # decide which one to use based on capabilities of $DLLTOOL
mlterm-3.9.0/aclocal.m4:4275:  case `$DLLTOOL --help 2>&1` in
mlterm-3.9.0/aclocal.m4-4276-  *--identify-strict*)
##############################################
mlterm-3.9.0/aclocal.m4-4448-# If we're using GNU nm, then use its standard symbol codes.
mlterm-3.9.0/aclocal.m4:4449:case `$NM -V 2>&1` in
mlterm-3.9.0/aclocal.m4-4450-*GNU* | *'with BFD'*)
##############################################
mlterm-3.9.0/aclocal.m4-4496-mingw*)
mlterm-3.9.0/aclocal.m4:4497:  opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
mlterm-3.9.0/aclocal.m4-4498-  ;;
##############################################
mlterm-3.9.0/aclocal.m4-4552-    nlist=conftest.nm
mlterm-3.9.0/aclocal.m4:4553:    if AC_TRY_EVAL(NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) && test -s "$nlist"; then
mlterm-3.9.0/aclocal.m4-4554-      # Try sorting and uniquifying the output.
##############################################
mlterm-3.9.0/aclocal.m4-4900-	  *)
mlterm-3.9.0/aclocal.m4:4901:	    case `$CC -V 2>&1 | sed 5q` in
mlterm-3.9.0/aclocal.m4-4902-	    *Sun\ C*)
##############################################
mlterm-3.9.0/aclocal.m4-5236-      *)
mlterm-3.9.0/aclocal.m4:5237:	case `$CC -V 2>&1 | sed 5q` in
mlterm-3.9.0/aclocal.m4-5238-	*Sun\ Ceres\ Fortran* | *Sun*Fortran*\ [[1-7]].* | *Sun*Fortran*\ 8.[[0-3]]*)
##############################################
mlterm-3.9.0/aclocal.m4-5419-    else
mlterm-3.9.0/aclocal.m4:5420:      _LT_TAGVAR(export_symbols_cmds, $1)='`func_echo_all $NM | $SED -e '\''s/B\([[^B]]*\)$/P\1/'\''` -PCpgl $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) && ([substr](\$ 1,1,1) != ".")) { if ((\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) { print \$ 1 " weak" } else { print \$ 1 } } }'\'' | sort -u > $export_symbols'
mlterm-3.9.0/aclocal.m4-5421-    fi
##############################################
mlterm-3.9.0/aclocal.m4-5512-	# shared libraries, regardless of the interface used.
mlterm-3.9.0/aclocal.m4:5513:	case `$LD -v 2>&1` in
mlterm-3.9.0/aclocal.m4-5514-	  *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
##############################################
mlterm-3.9.0/aclocal.m4-5544-    supports_anon_versioning=no
mlterm-3.9.0/aclocal.m4:5545:    case `$LD -v | $SED -e 's/([^)]\+)\s\+//' 2>&1` in
mlterm-3.9.0/aclocal.m4-5546-      *GNU\ gold*) supports_anon_versioning=yes ;;
##############################################
mlterm-3.9.0/aclocal.m4-5647-	prefix_cmds="$SED"~
mlterm-3.9.0/aclocal.m4:5648:	if test EXPORTS = "`$SED 1q $export_symbols`"; then
mlterm-3.9.0/aclocal.m4-5649-	  prefix_cmds="$prefix_cmds -e 1d";
##############################################
mlterm-3.9.0/aclocal.m4-5669-      # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
mlterm-3.9.0/aclocal.m4:5670:      _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
mlterm-3.9.0/aclocal.m4:5671:      _LT_TAGVAR(archive_expsym_cmds, $1)='sed "s|^|_|" $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--retain-symbols-file,$output_objdir/$soname.expsym $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
mlterm-3.9.0/aclocal.m4-5672-      ;;
##############################################
mlterm-3.9.0/aclocal.m4-5687-        pgcc*)				# Portland Group C compiler
mlterm-3.9.0/aclocal.m4:5688:	  _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
mlterm-3.9.0/aclocal.m4-5689-	  tmp_addflag=' $pic_flag'
##############################################
mlterm-3.9.0/aclocal.m4-5692-					# Portland Group f77 and f90 compilers
mlterm-3.9.0/aclocal.m4:5693:	  _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
mlterm-3.9.0/aclocal.m4-5694-	  tmp_addflag=' $pic_flag -Mnomain' ;;
##############################################
mlterm-3.9.0/aclocal.m4-5709-	nvcc*)	# Cuda Compiler Driver 2.2
mlterm-3.9.0/aclocal.m4:5710:	  _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
mlterm-3.9.0/aclocal.m4-5711-	  _LT_TAGVAR(compiler_needs_object, $1)=yes
##############################################
mlterm-3.9.0/aclocal.m4-5713-	esac
mlterm-3.9.0/aclocal.m4:5714:	case `$CC -V 2>&1 | sed 5q` in
mlterm-3.9.0/aclocal.m4-5715-	*Sun\ C*)			# Sun C 5.9
mlterm-3.9.0/aclocal.m4:5716:	  _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
mlterm-3.9.0/aclocal.m4-5717-	  _LT_TAGVAR(compiler_needs_object, $1)=yes
##############################################
mlterm-3.9.0/aclocal.m4-5784-    sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
mlterm-3.9.0/aclocal.m4:5785:      case `$LD -v 2>&1` in
mlterm-3.9.0/aclocal.m4-5786-        *\ [[01]].* | *\ 2.[[0-9]].* | *\ 2.1[[0-5]].*)
##############################################
mlterm-3.9.0/aclocal.m4-5873-	else
mlterm-3.9.0/aclocal.m4:5874:	  _LT_TAGVAR(export_symbols_cmds, $1)='`func_echo_all $NM | $SED -e '\''s/B\([[^B]]*\)$/P\1/'\''` -PCpgl $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) && ([substr](\$ 1,1,1) != ".")) { if ((\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) { print \$ 1 " weak" } else { print \$ 1 } } }'\'' | sort -u > $export_symbols'
mlterm-3.9.0/aclocal.m4-5875-	fi
##############################################
mlterm-3.9.0/aclocal.m4-5938-	# below for broken collect2 doesn't work under 4.3+
mlterm-3.9.0/aclocal.m4:5939:	  collect2name=`$CC -print-prog-name=collect2`
mlterm-3.9.0/aclocal.m4-5940-	  if test -f "$collect2name" &&
##############################################
mlterm-3.9.0/aclocal.m4-5994-        _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-blibpath:$libdir:'"$aix_libpath"
mlterm-3.9.0/aclocal.m4:5995:        _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $deplibs $wl'$no_entry_flag' $compiler_flags `if test -n "$allow_undefined_flag"; then func_echo_all "$wl$allow_undefined_flag"; else :; fi` $wl'$exp_sym_flag:\$export_symbols' '$shared_flag
mlterm-3.9.0/aclocal.m4-5996-      else
##############################################
mlterm-3.9.0/aclocal.m4-6019-	  # -brtl affects multiple linker settings, -berok does not and is overridden later
mlterm-3.9.0/aclocal.m4:6020:	  compiler_flags_filtered='`func_echo_all "$compiler_flags " | $SED -e "s%-brtl\\([[, ]]\\)%-berok\\1%g"`'
mlterm-3.9.0/aclocal.m4-6021-	  if test svr4 != "$with_aix_soname"; then
##############################################
mlterm-3.9.0/aclocal.m4-6110-	# FIXME: Setting linknames here is a bad hack.
mlterm-3.9.0/aclocal.m4:6111:	_LT_TAGVAR(archive_cmds, $1)='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
mlterm-3.9.0/aclocal.m4-6112-	# The linker will automatically build a .lib file if we build a DLL.
##############################################
mlterm-3.9.0/aclocal.m4-6248-      if test yes = "$GCC"; then
mlterm-3.9.0/aclocal.m4:6249:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
mlterm-3.9.0/aclocal.m4-6250-	# Try to use the -exported_symbol ld option, if it does not
##############################################
mlterm-3.9.0/aclocal.m4-6271-	if test yes = "$lt_cv_irix_exported_symbol"; then
mlterm-3.9.0/aclocal.m4:6272:          _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations $wl-exports_file $wl$export_symbols -o $lib'
mlterm-3.9.0/aclocal.m4-6273-	fi
mlterm-3.9.0/aclocal.m4-6274-      else
mlterm-3.9.0/aclocal.m4:6275:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
mlterm-3.9.0/aclocal.m4:6276:	_LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -exports_file $export_symbols -o $lib'
mlterm-3.9.0/aclocal.m4-6277-      fi
##############################################
mlterm-3.9.0/aclocal.m4-6321-	_LT_TAGVAR(hardcode_direct_absolute, $1)=yes
mlterm-3.9.0/aclocal.m4:6322:	if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
mlterm-3.9.0/aclocal.m4-6323-	  _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
##############################################
mlterm-3.9.0/aclocal.m4-6352-	prefix_cmds="$SED"~
mlterm-3.9.0/aclocal.m4:6353:	if test EXPORTS = "`$SED 1q $export_symbols`"; then
mlterm-3.9.0/aclocal.m4-6354-	  prefix_cmds="$prefix_cmds -e 1d";
##############################################
mlterm-3.9.0/aclocal.m4-6366-	_LT_TAGVAR(allow_undefined_flag, $1)=' $wl-expect_unresolved $wl\*'
mlterm-3.9.0/aclocal.m4:6367:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
mlterm-3.9.0/aclocal.m4-6368-      else
mlterm-3.9.0/aclocal.m4-6369-	_LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
mlterm-3.9.0/aclocal.m4:6370:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
mlterm-3.9.0/aclocal.m4-6371-      fi
##############################################
mlterm-3.9.0/aclocal.m4-6379-	_LT_TAGVAR(allow_undefined_flag, $1)=' $wl-expect_unresolved $wl\*'
mlterm-3.9.0/aclocal.m4:6380:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared$allow_undefined_flag $pic_flag $libobjs $deplibs $compiler_flags $wl-msym $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
mlterm-3.9.0/aclocal.m4-6381-	_LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir'
##############################################
mlterm-3.9.0/aclocal.m4-6383-	_LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
mlterm-3.9.0/aclocal.m4:6384:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
mlterm-3.9.0/aclocal.m4:6385:	_LT_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; printf "%s\\n" "-hidden">> $lib.exp~
mlterm-3.9.0/aclocal.m4:6386:          $CC -shared$allow_undefined_flag $wl-input $wl$lib.exp $compiler_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib~$RM $lib.exp'
mlterm-3.9.0/aclocal.m4-6387-
##############################################
mlterm-3.9.0/aclocal.m4-6402-      else
mlterm-3.9.0/aclocal.m4:6403:	case `$CC -V 2>&1` in
mlterm-3.9.0/aclocal.m4-6404-	*"Compilers 5.0"*)
##############################################
mlterm-3.9.0/aclocal.m4-6595-	  _LT_TAGVAR(allow_undefined_flag, $1)=
mlterm-3.9.0/aclocal.m4:6596:	  if AC_TRY_EVAL(_LT_TAGVAR(archive_cmds, $1) 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1)
mlterm-3.9.0/aclocal.m4-6597-	  then
##############################################
mlterm-3.9.0/aclocal.m4-6895-        # ancient GNU ld didn't support --whole-archive et. al.
mlterm-3.9.0/aclocal.m4:6896:        if eval "`$CC -print-prog-name=ld` --help 2>&1" |
mlterm-3.9.0/aclocal.m4-6897-	  $GREP 'no-whole-archive' > /dev/null; then
##############################################
mlterm-3.9.0/aclocal.m4-7005-          # below for broken collect2 doesn't work under 4.3+
mlterm-3.9.0/aclocal.m4:7006:	  collect2name=`$CC -print-prog-name=collect2`
mlterm-3.9.0/aclocal.m4-7007-	  if test -f "$collect2name" &&
##############################################
mlterm-3.9.0/aclocal.m4-7063-
mlterm-3.9.0/aclocal.m4:7064:          _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $deplibs $wl'$no_entry_flag' $compiler_flags `if test -n "$allow_undefined_flag"; then func_echo_all "$wl$allow_undefined_flag"; else :; fi` $wl'$exp_sym_flag:\$export_symbols' '$shared_flag
mlterm-3.9.0/aclocal.m4-7065-        else
##############################################
mlterm-3.9.0/aclocal.m4-7088-	    # -brtl affects multiple linker settings, -berok does not and is overridden later
mlterm-3.9.0/aclocal.m4:7089:	    compiler_flags_filtered='`func_echo_all "$compiler_flags " | $SED -e "s%-brtl\\([[, ]]\\)%-berok\\1%g"`'
mlterm-3.9.0/aclocal.m4-7090-	    if test svr4 != "$with_aix_soname"; then
##############################################
mlterm-3.9.0/aclocal.m4-7217-	  prefix_cmds="$SED"~
mlterm-3.9.0/aclocal.m4:7218:	  if test EXPORTS = "`$SED 1q $export_symbols`"; then
mlterm-3.9.0/aclocal.m4-7219-	    prefix_cmds="$prefix_cmds -e 1d";
##############################################
mlterm-3.9.0/aclocal.m4-7291-            # dependencies.
mlterm-3.9.0/aclocal.m4:7292:            output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $EGREP "\-L"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
mlterm-3.9.0/aclocal.m4-7293-            ;;
##############################################
mlterm-3.9.0/aclocal.m4-7356-	    # dependencies.
mlterm-3.9.0/aclocal.m4:7357:	    output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $GREP "\-L"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
mlterm-3.9.0/aclocal.m4-7358-	    ;;
##############################################
mlterm-3.9.0/aclocal.m4-7392-	# time.  Moving up from 0x10000000 also allows more sbrk(2) space.
mlterm-3.9.0/aclocal.m4:7393:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
mlterm-3.9.0/aclocal.m4:7394:	_LT_TAGVAR(archive_expsym_cmds, $1)='sed "s|^|_|" $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--retain-symbols-file,$output_objdir/$soname.expsym $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
mlterm-3.9.0/aclocal.m4-7395-	;;
##############################################
mlterm-3.9.0/aclocal.m4-7399-	    # SGI C++
mlterm-3.9.0/aclocal.m4:7400:	    _LT_TAGVAR(archive_cmds, $1)='$CC -shared -all -multigot $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
mlterm-3.9.0/aclocal.m4-7401-
##############################################
mlterm-3.9.0/aclocal.m4-7410-	      if test no = "$with_gnu_ld"; then
mlterm-3.9.0/aclocal.m4:7411:	        _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
mlterm-3.9.0/aclocal.m4-7412-	      else
mlterm-3.9.0/aclocal.m4:7413:	        _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` -o $lib'
mlterm-3.9.0/aclocal.m4-7414-	      fi
##############################################
mlterm-3.9.0/aclocal.m4-7431-	    # to its proper name (with version) after linking.
mlterm-3.9.0/aclocal.m4:7432:	    _LT_TAGVAR(archive_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\$tempext\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
mlterm-3.9.0/aclocal.m4:7433:	    _LT_TAGVAR(archive_expsym_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\$tempext\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib $wl-retain-symbols-file,$export_symbols; mv \$templib $lib'
mlterm-3.9.0/aclocal.m4-7434-	    # Commands to make compiler produce verbose output that lists
##############################################
mlterm-3.9.0/aclocal.m4-7441-	    # dependencies.
mlterm-3.9.0/aclocal.m4:7442:	    output_verbose_link_cmd='templist=`$CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1 | $GREP "ld"`; rm -f libconftest$shared_ext; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
mlterm-3.9.0/aclocal.m4-7443-
##############################################
mlterm-3.9.0/aclocal.m4-7456-	    # earlier do not add the objects themselves.
mlterm-3.9.0/aclocal.m4:7457:	    case `$CC -V 2>&1` in
mlterm-3.9.0/aclocal.m4-7458-	      *"Version 7."*)
##############################################
mlterm-3.9.0/aclocal.m4-7477-            # Portland Group C++ compiler
mlterm-3.9.0/aclocal.m4:7478:	    case `$CC -V` in
mlterm-3.9.0/aclocal.m4-7479-	    *pgCC\ [[1-5]].* | *pgcpp\ [[1-5]].*)
##############################################
mlterm-3.9.0/aclocal.m4-7482-               $CC --prelink_objects --instantiation_dir $tpldir $objs $libobjs $compile_deplibs~
mlterm-3.9.0/aclocal.m4:7483:               compile_command="$compile_command `find $tpldir -name \*.o | sort | $NL2SP`"'
mlterm-3.9.0/aclocal.m4-7484-	      _LT_TAGVAR(old_archive_cmds, $1)='tpldir=Template.dir~
##############################################
mlterm-3.9.0/aclocal.m4-7486-                $CC --prelink_objects --instantiation_dir $tpldir $oldobjs$old_deplibs~
mlterm-3.9.0/aclocal.m4:7487:                $AR $AR_FLAGS $oldlib$oldobjs$old_deplibs `find $tpldir -name \*.o | sort | $NL2SP`~
mlterm-3.9.0/aclocal.m4-7488-                $RANLIB $oldlib'
##############################################
mlterm-3.9.0/aclocal.m4-7491-                $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
mlterm-3.9.0/aclocal.m4:7492:                $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags $wl-soname $wl$soname -o $lib'
mlterm-3.9.0/aclocal.m4-7493-	      _LT_TAGVAR(archive_expsym_cmds, $1)='tpldir=Template.dir~
##############################################
mlterm-3.9.0/aclocal.m4-7495-                $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
mlterm-3.9.0/aclocal.m4:7496:                $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib'
mlterm-3.9.0/aclocal.m4-7497-	      ;;
##############################################
mlterm-3.9.0/aclocal.m4-7505-	    _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl--export-dynamic'
mlterm-3.9.0/aclocal.m4:7506:	    _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
mlterm-3.9.0/aclocal.m4-7507-            ;;
##############################################
mlterm-3.9.0/aclocal.m4-7524-	    # dependencies.
mlterm-3.9.0/aclocal.m4:7525:	    output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld"`; templist=`func_echo_all "$templist" | $SED "s/\(^.*ld.*\)\( .*ld .*$\)/\1/"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "X$list" | $Xsed'
mlterm-3.9.0/aclocal.m4-7526-	    ;;
##############################################
mlterm-3.9.0/aclocal.m4-7539-	  *)
mlterm-3.9.0/aclocal.m4:7540:	    case `$CC -V 2>&1 | sed 5q` in
mlterm-3.9.0/aclocal.m4-7541-	    *Sun\ C*)
##############################################
mlterm-3.9.0/aclocal.m4-7546-	      _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
mlterm-3.9.0/aclocal.m4:7547:	      _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
mlterm-3.9.0/aclocal.m4-7548-	      _LT_TAGVAR(compiler_needs_object, $1)=yes
##############################################
mlterm-3.9.0/aclocal.m4-7611-	  _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath,$libdir'
mlterm-3.9.0/aclocal.m4:7612:	  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`"; then
mlterm-3.9.0/aclocal.m4-7613-	    _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-retain-symbols-file,$export_symbols -o $lib'
##############################################
mlterm-3.9.0/aclocal.m4-7630-	    # to its proper name (with version) after linking.
mlterm-3.9.0/aclocal.m4:7631:	    _LT_TAGVAR(archive_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo "$lib" | $SED -e "s/\$tempext\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
mlterm-3.9.0/aclocal.m4-7632-
##############################################
mlterm-3.9.0/aclocal.m4-7651-	        _LT_TAGVAR(allow_undefined_flag, $1)=' $wl-expect_unresolved $wl\*'
mlterm-3.9.0/aclocal.m4:7652:	        _LT_TAGVAR(archive_cmds, $1)='$CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $soname `test -n "$verstring" && func_echo_all "$wl-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
mlterm-3.9.0/aclocal.m4-7653-	        _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir'
##############################################
mlterm-3.9.0/aclocal.m4-7656-	        _LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
mlterm-3.9.0/aclocal.m4:7657:	        _LT_TAGVAR(archive_cmds, $1)='$CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
mlterm-3.9.0/aclocal.m4:7658:	        _LT_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~
mlterm-3.9.0/aclocal.m4-7659-                  echo "-hidden">> $lib.exp~
mlterm-3.9.0/aclocal.m4:7660:                  $CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname $wl-input $wl$lib.exp  `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib~
mlterm-3.9.0/aclocal.m4-7661-                  $RM $lib.exp'
##############################################
mlterm-3.9.0/aclocal.m4-7675-	    # dependencies.
mlterm-3.9.0/aclocal.m4:7676:	    output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld" | $GREP -v "ld:"`; templist=`func_echo_all "$templist" | $SED "s/\(^.*ld.*\)\( .*ld.*$\)/\1/"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
mlterm-3.9.0/aclocal.m4-7677-	    ;;
##############################################
mlterm-3.9.0/aclocal.m4-7682-	        osf3*)
mlterm-3.9.0/aclocal.m4:7683:	          _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
mlterm-3.9.0/aclocal.m4-7684-		  ;;
mlterm-3.9.0/aclocal.m4-7685-	        *)
mlterm-3.9.0/aclocal.m4:7686:	          _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -nostdlib $allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-msym $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
mlterm-3.9.0/aclocal.m4-7687-		  ;;
##############################################
mlterm-3.9.0/aclocal.m4-7935-  case @S|@2 in
mlterm-3.9.0/aclocal.m4:7936:  .*) func_stripname_result=`$ECHO "@S|@3" | $SED "s%^@S|@1%%; s%\\\\@S|@2\$%%"`;;
mlterm-3.9.0/aclocal.m4:7937:  *)  func_stripname_result=`$ECHO "@S|@3" | $SED "s%^@S|@1%%; s%@S|@2\$%%"`;;
mlterm-3.9.0/aclocal.m4-7938-  esac
##############################################
mlterm-3.9.0/aclocal.m4-8024-
mlterm-3.9.0/aclocal.m4:8025:  for p in `eval "$output_verbose_link_cmd"`; do
mlterm-3.9.0/aclocal.m4-8026-    case $prev$p in
##############################################
mlterm-3.9.0/aclocal.m4-8128-if test -n "${_LT_TAGVAR(compiler_lib_search_path, $1)}"; then
mlterm-3.9.0/aclocal.m4:8129: _LT_TAGVAR(compiler_lib_search_dirs, $1)=`echo " ${_LT_TAGVAR(compiler_lib_search_path, $1)}" | $SED -e 's! -L! !g' -e 's!^ !!'`
mlterm-3.9.0/aclocal.m4-8130-fi
##############################################
mlterm-3.9.0/aclocal.m4-8738-    test 10 -lt "$lt_ac_count" && break
mlterm-3.9.0/aclocal.m4:8739:    lt_ac_count=`expr $lt_ac_count + 1`
mlterm-3.9.0/aclocal.m4-8740-    if test "$lt_ac_count" -gt "$lt_ac_max"; then
##############################################
mlterm-3.9.0/aclocal.m4-9354-m4_define([lt_combine],
mlterm-3.9.0/aclocal.m4:9355:[m4_if(m4_eval([$# > 3]), [1],
mlterm-3.9.0/aclocal.m4-9356-       [m4_pushdef([_Lt_sep], [m4_define([_Lt_sep], m4_defn([lt_car]))])]]dnl
##############################################
mlterm-3.9.0/aclocal.m4-9644-    PKG_CHECK_EXISTS([$3],
mlterm-3.9.0/aclocal.m4:9645:                     [pkg_cv_[]$1=`$PKG_CONFIG --[]$2 "$3" 2>/dev/null`
mlterm-3.9.0/aclocal.m4-9646-		      test "x$?" != "x0" && pkg_failed=yes ],
##############################################
mlterm-3.9.0/aclocal.m4-9692-        if test $_pkg_short_errors_supported = yes; then
mlterm-3.9.0/aclocal.m4:9693:	        $1[]_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "$2" 2>&1`
mlterm-3.9.0/aclocal.m4-9694-        else 
mlterm-3.9.0/aclocal.m4:9695:	        $1[]_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "$2" 2>&1`
mlterm-3.9.0/aclocal.m4-9696-        fi
##############################################
mlterm-3.9.0/aclocal.m4-9881-# iff we strip the leading $srcdir from $ac_aux_dir.  That would be:
mlterm-3.9.0/aclocal.m4:9882:#   am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"`
mlterm-3.9.0/aclocal.m4-9883-# and then we would define $MISSING as
##############################################
mlterm-3.9.0/aclocal.m4-9896-# Expand $ac_aux_dir to an absolute path.
mlterm-3.9.0/aclocal.m4:9897:am_aux_dir=`cd "$ac_aux_dir" && pwd`
mlterm-3.9.0/aclocal.m4-9898-])
##############################################
mlterm-3.9.0/aclocal.m4-9994-  if test "$am_compiler_list" = ""; then
mlterm-3.9.0/aclocal.m4:9995:     am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp`
mlterm-3.9.0/aclocal.m4-9996-  fi
##############################################
mlterm-3.9.0/aclocal.m4-10145-    # Strip MF so we end up with the name of the file.
mlterm-3.9.0/aclocal.m4:10146:    mf=`echo "$mf" | sed -e 's/:.*$//'`
mlterm-3.9.0/aclocal.m4-10147-    # Check whether this is an Automake generated Makefile or not.
##############################################
mlterm-3.9.0/aclocal.m4-10154-    if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
mlterm-3.9.0/aclocal.m4:10155:      dirpart=`AS_DIRNAME("$mf")`
mlterm-3.9.0/aclocal.m4-10156-    else
##############################################
mlterm-3.9.0/aclocal.m4-10160-    # from the Makefile without running 'make'.
mlterm-3.9.0/aclocal.m4:10161:    DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
mlterm-3.9.0/aclocal.m4-10162-    test -z "$DEPDIR" && continue
mlterm-3.9.0/aclocal.m4:10163:    am__include=`sed -n 's/^am__include = //p' < "$mf"`
mlterm-3.9.0/aclocal.m4-10164-    test -z "$am__include" && continue
mlterm-3.9.0/aclocal.m4:10165:    am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
mlterm-3.9.0/aclocal.m4-10166-    # Find all dependency output files, they are included files with
##############################################
mlterm-3.9.0/aclocal.m4-10174-      test -f "$dirpart/$file" && continue
mlterm-3.9.0/aclocal.m4:10175:      fdir=`AS_DIRNAME(["$file"])`
mlterm-3.9.0/aclocal.m4-10176-      AS_MKDIR_P([$dirpart/$fdir])
##############################################
mlterm-3.9.0/aclocal.m4-10232-AC_REQUIRE([AC_PROG_INSTALL])dnl
mlterm-3.9.0/aclocal.m4:10233:if test "`cd $srcdir && pwd`" != "`pwd`"; then
mlterm-3.9.0/aclocal.m4-10234-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
mlterm-3.9.0/aclocal.m4-10391-    * )
mlterm-3.9.0/aclocal.m4:10392:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
mlterm-3.9.0/aclocal.m4-10393-  esac
mlterm-3.9.0/aclocal.m4-10394-done
mlterm-3.9.0/aclocal.m4:10395:echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
mlterm-3.9.0/aclocal.m4-10396-
##############################################
mlterm-3.9.0/aclocal.m4-10462-# Ignore all kinds of additional output from 'make'.
mlterm-3.9.0/aclocal.m4:10463:case `$am_make -s -f confmf 2> /dev/null` in #(
mlterm-3.9.0/aclocal.m4-10464-*the\ am__doit\ target*)
##############################################
mlterm-3.9.0/aclocal.m4-10472-   echo '.include "confinc"' > confmf
mlterm-3.9.0/aclocal.m4:10473:   case `$am_make -s -f confmf 2> /dev/null` in #(
mlterm-3.9.0/aclocal.m4-10474-   *the\ am__doit\ target*)
##############################################
mlterm-3.9.0/aclocal.m4-10654-     echo "timestamp, slept: $am_has_slept" > conftest.file
mlterm-3.9.0/aclocal.m4:10655:     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
mlterm-3.9.0/aclocal.m4-10656-     if test "$[*]" = "X"; then
mlterm-3.9.0/aclocal.m4-10657-	# -L didn't work.
mlterm-3.9.0/aclocal.m4:10658:	set X `ls -t "$srcdir/configure" conftest.file`
mlterm-3.9.0/aclocal.m4-10659-     fi
##############################################
mlterm-3.9.0/configure-43-if test -z "$BASH_VERSION$ZSH_VERSION" \
mlterm-3.9.0/configure:44:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
mlterm-3.9.0/configure-45-  as_echo='print -r --'
mlterm-3.9.0/configure-46-  as_echo_n='print -rn --'
mlterm-3.9.0/configure:47:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
mlterm-3.9.0/configure-48-  as_echo='printf %s\n'
##############################################
mlterm-3.9.0/configure-50-else
mlterm-3.9.0/configure:51:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
mlterm-3.9.0/configure-52-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
mlterm-3.9.0/configure-60-	expr "X$arg" : "X\\(.*\\)$as_nl";
mlterm-3.9.0/configure:61:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
mlterm-3.9.0/configure-62-      esac;
##############################################
mlterm-3.9.0/configure-197-  eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
mlterm-3.9.0/configure:198:  test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
mlterm-3.9.0/configure-199-
##############################################
mlterm-3.9.0/configure-204-    PATH=/empty FPATH=/empty; export PATH FPATH
mlterm-3.9.0/configure:205:    test \"X\`printf %s \$ECHO\`\" = \"X\$ECHO\" \\
mlterm-3.9.0/configure:206:      || test \"X\`print -r -- \$ECHO\`\" = \"X\$ECHO\" ) || exit 1
mlterm-3.9.0/configure-207-test \$(( 1 + 1 )) = 2 || exit 1"
##############################################
mlterm-3.9.0/configure-332-      case $as_dir in #(
mlterm-3.9.0/configure:333:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
mlterm-3.9.0/configure-334-      *) as_qdir=$as_dir;;
##############################################
mlterm-3.9.0/configure-405-  {
mlterm-3.9.0/configure:406:    as_val=`expr "$@" || test $? -eq 1`
mlterm-3.9.0/configure-407-  }
##############################################
mlterm-3.9.0/configure-412-# ----------------------------------------
mlterm-3.9.0/configure:413:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
mlterm-3.9.0/configure-414-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
mlterm-3.9.0/configure-475-  eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
mlterm-3.9.0/configure:476:  test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
mlterm-3.9.0/configure-477-  # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
##############################################
mlterm-3.9.0/configure-1088-  case $ac_option in
mlterm-3.9.0/configure:1089:  *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
mlterm-3.9.0/configure-1090-  *=)   ac_optarg= ;;
##############################################
mlterm-3.9.0/configure-1132-  -disable-* | --disable-*)
mlterm-3.9.0/configure:1133:    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
mlterm-3.9.0/configure-1134-    # Reject names that are not valid shell variable names.
##############################################
mlterm-3.9.0/configure-1137-    ac_useropt_orig=$ac_useropt
mlterm-3.9.0/configure:1138:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
mlterm-3.9.0/configure-1139-    case $ac_user_opts in
##############################################
mlterm-3.9.0/configure-1158-  -enable-* | --enable-*)
mlterm-3.9.0/configure:1159:    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
mlterm-3.9.0/configure-1160-    # Reject names that are not valid shell variable names.
##############################################
mlterm-3.9.0/configure-1163-    ac_useropt_orig=$ac_useropt
mlterm-3.9.0/configure:1164:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
mlterm-3.9.0/configure-1165-    case $ac_user_opts in
##############################################
mlterm-3.9.0/configure-1362-  -with-* | --with-*)
mlterm-3.9.0/configure:1363:    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
mlterm-3.9.0/configure-1364-    # Reject names that are not valid shell variable names.
##############################################
mlterm-3.9.0/configure-1367-    ac_useropt_orig=$ac_useropt
mlterm-3.9.0/configure:1368:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
mlterm-3.9.0/configure-1369-    case $ac_user_opts in
##############################################
mlterm-3.9.0/configure-1378-  -without-* | --without-*)
mlterm-3.9.0/configure:1379:    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
mlterm-3.9.0/configure-1380-    # Reject names that are not valid shell variable names.
##############################################
mlterm-3.9.0/configure-1383-    ac_useropt_orig=$ac_useropt
mlterm-3.9.0/configure:1384:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
mlterm-3.9.0/configure-1385-    case $ac_user_opts in
##############################################
mlterm-3.9.0/configure-1416-  *=*)
mlterm-3.9.0/configure:1417:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
mlterm-3.9.0/configure-1418-    # Reject names that are not valid shell variable names.
##############################################
mlterm-3.9.0/configure-1437-if test -n "$ac_prev"; then
mlterm-3.9.0/configure:1438:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
mlterm-3.9.0/configure-1439-  as_fn_error $? "missing argument to $ac_option"
##############################################
mlterm-3.9.0/configure-1459-    */ )
mlterm-3.9.0/configure:1460:      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
mlterm-3.9.0/configure-1461-      eval $ac_var=\$ac_val;;
##############################################
mlterm-3.9.0/configure-1494-ac_ls_di=`ls -di .` &&
mlterm-3.9.0/configure:1495:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
mlterm-3.9.0/configure-1496-  as_fn_error $? "working directory cannot be determined"
##############################################
mlterm-3.9.0/configure-1550-case $srcdir in
mlterm-3.9.0/configure:1551:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
mlterm-3.9.0/configure-1552-esac
##############################################
mlterm-3.9.0/configure-1593-By default, \`make install' will install all the files in
mlterm-3.9.0/configure:1594:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
mlterm-3.9.0/configure:1595:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
mlterm-3.9.0/configure-1596-for instance \`--prefix=\$HOME'.
##############################################
mlterm-3.9.0/configure-1809-*)
mlterm-3.9.0/configure:1810:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
mlterm-3.9.0/configure-1811-  # A ".." for each directory in $ac_dir_suffix.
mlterm-3.9.0/configure:1812:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
mlterm-3.9.0/configure-1813-  case $ac_top_builddir_sub in
##############################################
mlterm-3.9.0/configure-2414-    *\'*)
mlterm-3.9.0/configure:2415:      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
mlterm-3.9.0/configure-2416-    esac
##############################################
mlterm-3.9.0/configure-2497-      case $ac_val in
mlterm-3.9.0/configure:2498:      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
mlterm-3.9.0/configure-2499-      esac
##############################################
mlterm-3.9.0/configure-2512-	case $ac_val in
mlterm-3.9.0/configure:2513:	*\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
mlterm-3.9.0/configure-2514-	esac
##############################################
mlterm-3.9.0/configure-2632-    set,)
mlterm-3.9.0/configure:2633:      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
mlterm-3.9.0/configure:2634:$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
mlterm-3.9.0/configure-2635-      ac_cache_corrupted=: ;;
##############################################
mlterm-3.9.0/configure-2643-	# differences in whitespace do not lead to failure.
mlterm-3.9.0/configure:2644:	ac_old_val_w=`echo x $ac_old_val`
mlterm-3.9.0/configure:2645:	ac_new_val_w=`echo x $ac_new_val`
mlterm-3.9.0/configure-2646-	if test "$ac_old_val_w" != "$ac_new_val_w"; then
##############################################
mlterm-3.9.0/configure-2663-    case $ac_new_val in
mlterm-3.9.0/configure:2664:    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
mlterm-3.9.0/configure-2665-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
mlterm-3.9.0/configure-2734-test "x$ac_build_alias" = x &&
mlterm-3.9.0/configure:2735:  ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
mlterm-3.9.0/configure-2736-test "x$ac_build_alias" = x &&
mlterm-3.9.0/configure-2737-  as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
mlterm-3.9.0/configure:2738:ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
mlterm-3.9.0/configure-2739-  as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
##############################################
mlterm-3.9.0/configure-2758-IFS=$ac_save_IFS
mlterm-3.9.0/configure:2759:case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
mlterm-3.9.0/configure-2760-
##############################################
mlterm-3.9.0/configure-2769-else
mlterm-3.9.0/configure:2770:  ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
mlterm-3.9.0/configure-2771-    as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
##############################################
mlterm-3.9.0/configure-2791-IFS=$ac_save_IFS
mlterm-3.9.0/configure:2792:case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
mlterm-3.9.0/configure-2793-
##############################################
mlterm-3.9.0/configure-2963-		if test "$SDKROOT" = ""; then
mlterm-3.9.0/configure:2964:			SDKROOT=`$XCRUN --sdk $ios_sdk --show-sdk-path`
mlterm-3.9.0/configure-2965-		fi
##############################################
mlterm-3.9.0/configure-2968-			# Do 'export' for baselib/configure and encodefilter/configure.
mlterm-3.9.0/configure:2969:			export CC="`$XCRUN --sdk $ios_sdk -f cc` -isysroot $SDKROOT"
mlterm-3.9.0/configure-2970-
mlterm-3.9.0/configure:2971:			simver=`echo $ios_sdk|sed -n 's/^iphonesimulator\([0-9.]*\)$/\1/p'`
mlterm-3.9.0/configure-2972-			if test "$simver" != ""; then
##############################################
mlterm-3.9.0/configure-2992-		if test "$ios_arch" != ""; then
mlterm-3.9.0/configure:2993:			ios_arch=`echo ${ios_arch} | sed 's/,/ /g'`
mlterm-3.9.0/configure-2994-			for arch in $ios_arch; do
##############################################
mlterm-3.9.0/configure-3002-		if test "$RANLIB" = ""; then
mlterm-3.9.0/configure:3003:			export RANLIB=`$XCRUN --sdk $ios_sdk -f ranlib`
mlterm-3.9.0/configure-3004-		fi
mlterm-3.9.0/configure-3005-		if test "$LIBTOOL" = ""; then
mlterm-3.9.0/configure:3006:			export LIBTOOL=`$XCRUN --sdk $ios_sdk -f libtool`
mlterm-3.9.0/configure-3007-		fi
mlterm-3.9.0/configure-3008-		if test "$AR" = ""; then
mlterm-3.9.0/configure:3009:			export AR=`$XCRUN --sdk $ios_sdk -f ar`
mlterm-3.9.0/configure-3010-		fi
##############################################
mlterm-3.9.0/configure-3360-$as_echo_n "checking whether the C compiler works... " >&6; }
mlterm-3.9.0/configure:3361:ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
mlterm-3.9.0/configure-3362-
##############################################
mlterm-3.9.0/configure-3404-	then :; else
mlterm-3.9.0/configure:3405:	   ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
mlterm-3.9.0/configure-3406-	fi
##############################################
mlterm-3.9.0/configure-3464-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
mlterm-3.9.0/configure:3465:    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
mlterm-3.9.0/configure-3466-	  break;;
##############################################
mlterm-3.9.0/configure-3573-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
mlterm-3.9.0/configure:3574:    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
mlterm-3.9.0/configure-3575-       break;;
##############################################
mlterm-3.9.0/configure-3804-# Expand $ac_aux_dir to an absolute path.
mlterm-3.9.0/configure:3805:am_aux_dir=`cd "$ac_aux_dir" && pwd`
mlterm-3.9.0/configure-3806-
##############################################
mlterm-3.9.0/configure-4627-if test "X`( print -r -- -n ) 2>/dev/null`" = X-n && \
mlterm-3.9.0/configure:4628:   test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
mlterm-3.9.0/configure-4629-  ECHO='print -r --'
mlterm-3.9.0/configure:4630:elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
mlterm-3.9.0/configure-4631-  ECHO='printf %s\n'
##############################################
mlterm-3.9.0/configure-4696-  # Check for GNU $ac_path_SED
mlterm-3.9.0/configure:4697:case `"$ac_path_SED" --version 2>&1` in
mlterm-3.9.0/configure-4698-*GNU*)
##############################################
mlterm-3.9.0/configure-4772-  # Check for GNU $ac_path_GREP
mlterm-3.9.0/configure:4773:case `"$ac_path_GREP" --version 2>&1` in
mlterm-3.9.0/configure-4774-*GNU*)
##############################################
mlterm-3.9.0/configure-4838-  # Check for GNU $ac_path_EGREP
mlterm-3.9.0/configure:4839:case `"$ac_path_EGREP" --version 2>&1` in
mlterm-3.9.0/configure-4840-*GNU*)
##############################################
mlterm-3.9.0/configure-4905-  # Check for GNU $ac_path_FGREP
mlterm-3.9.0/configure:4906:case `"$ac_path_FGREP" --version 2>&1` in
mlterm-3.9.0/configure-4907-*GNU*)
##############################################
mlterm-3.9.0/configure-4985-    # gcc leaves a trailing carriage return, which upsets mingw
mlterm-3.9.0/configure:4986:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
mlterm-3.9.0/configure-4987-  *)
mlterm-3.9.0/configure:4988:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
mlterm-3.9.0/configure-4989-  esac
##############################################
mlterm-3.9.0/configure-4994-      # Canonicalize the pathname of ld
mlterm-3.9.0/configure:4995:      ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
mlterm-3.9.0/configure-4996-      while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
mlterm-3.9.0/configure:4997:	ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
mlterm-3.9.0/configure-4998-      done
##############################################
mlterm-3.9.0/configure-5029-      # Break only if it was the GNU/non-GNU ld that we prefer.
mlterm-3.9.0/configure:5030:      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
mlterm-3.9.0/configure-5031-      *GNU* | *'with BFD'*)
##############################################
mlterm-3.9.0/configure-5060-  # I'd rather use --version here, but apparently some GNU lds only accept -v.
mlterm-3.9.0/configure:5061:case `$LD -v 2>&1 </dev/null` in
mlterm-3.9.0/configure-5062-*GNU* | *'with BFD'*)
##############################################
mlterm-3.9.0/configure-5110-	esac
mlterm-3.9.0/configure:5111:	case `"$tmp_nm" -B $lt_bad_file 2>&1 | sed '1q'` in
mlterm-3.9.0/configure-5112-	*$lt_bad_file* | *'Invalid file or object type'*)
##############################################
mlterm-3.9.0/configure-5116-	*)
mlterm-3.9.0/configure:5117:	  case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
mlterm-3.9.0/configure-5118-	  */dev/null*)
##############################################
mlterm-3.9.0/configure-5244-
mlterm-3.9.0/configure:5245:    case `$DUMPBIN -symbols -headers /dev/null 2>&1 | sed '1q'` in
mlterm-3.9.0/configure-5246-    *COFF*)
##############################################
mlterm-3.9.0/configure-5356-    # And add a safety zone
mlterm-3.9.0/configure:5357:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
mlterm-3.9.0/configure:5358:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
mlterm-3.9.0/configure-5359-    ;;
##############################################
mlterm-3.9.0/configure-5389-    if test -n "$kargmax"; then
mlterm-3.9.0/configure:5390:      lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[	 ]//'`
mlterm-3.9.0/configure-5391-    else
##############################################
mlterm-3.9.0/configure-5398-       test undefined != "$lt_cv_sys_max_cmd_len"; then
mlterm-3.9.0/configure:5399:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
mlterm-3.9.0/configure:5400:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
mlterm-3.9.0/configure-5401-    else
##############################################
mlterm-3.9.0/configure-5410-      # we can't tell.
mlterm-3.9.0/configure:5411:      while { test X`env echo "$teststring$teststring" 2>/dev/null` \
mlterm-3.9.0/configure-5412-	         = "X$teststring$teststring"; } >/dev/null 2>&1 &&
##############################################
mlterm-3.9.0/configure-5414-      do
mlterm-3.9.0/configure:5415:        i=`expr $i + 1`
mlterm-3.9.0/configure-5416-        teststring=$teststring$teststring
##############################################
mlterm-3.9.0/configure-5418-      # Only check the string length outside the loop.
mlterm-3.9.0/configure:5419:      lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
mlterm-3.9.0/configure-5420-      teststring=
##############################################
mlterm-3.9.0/configure-5423-      # linker.  It appears as though 1/2 is a usable value.
mlterm-3.9.0/configure:5424:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
mlterm-3.9.0/configure-5425-    fi
##############################################
mlterm-3.9.0/configure-5831-openbsd* | bitrig*)
mlterm-3.9.0/configure:5832:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
mlterm-3.9.0/configure-5833-    lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
##############################################
mlterm-3.9.0/configure-5901-    else
mlterm-3.9.0/configure:5902:      file_magic_glob=`echo aAbBcCdDeEfFgGhHiIjJkKlLmMnNoOpPqQrRsStTuUvVwWxXyYzZ | $SED -e "s/\(..\)/s\/[\1]\/[\1]\/g;/g"`
mlterm-3.9.0/configure-5903-    fi
##############################################
mlterm-3.9.0/configure-6043-  # decide which one to use based on capabilities of $DLLTOOL
mlterm-3.9.0/configure:6044:  case `$DLLTOOL --help 2>&1` in
mlterm-3.9.0/configure-6045-  *--identify-strict*)
##############################################
mlterm-3.9.0/configure-6606-# If we're using GNU nm, then use its standard symbol codes.
mlterm-3.9.0/configure:6607:case `$NM -V 2>&1` in
mlterm-3.9.0/configure-6608-*GNU* | *'with BFD'*)
##############################################
mlterm-3.9.0/configure-6654-mingw*)
mlterm-3.9.0/configure:6655:  opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
mlterm-3.9.0/configure-6656-  ;;
##############################################
mlterm-3.9.0/configure-6886-   if test yes = "$GCC"; then
mlterm-3.9.0/configure:6887:     lt_sysroot=`$CC --print-sysroot 2>/dev/null`
mlterm-3.9.0/configure-6888-   fi
##############################################
mlterm-3.9.0/configure-6890- /*)
mlterm-3.9.0/configure:6891:   lt_sysroot=`echo "$with_sysroot" | sed -e "$sed_quote_subst"`
mlterm-3.9.0/configure-6892-   ;; #(
##############################################
mlterm-3.9.0/configure-6985-    done
mlterm-3.9.0/configure:6986:    func_cc_basename_result=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
mlterm-3.9.0/configure-6987-}
##############################################
mlterm-3.9.0/configure-7007-  test $ac_status = 0; }; then
mlterm-3.9.0/configure:7008:    case `/usr/bin/file conftest.$ac_objext` in
mlterm-3.9.0/configure-7009-      *ELF-32*)
##############################################
mlterm-3.9.0/configure-7028-    if test yes = "$lt_cv_prog_gnu_ld"; then
mlterm-3.9.0/configure:7029:      case `/usr/bin/file conftest.$ac_objext` in
mlterm-3.9.0/configure-7030-	*32-bit*)
##############################################
mlterm-3.9.0/configure-7040-    else
mlterm-3.9.0/configure:7041:      case `/usr/bin/file conftest.$ac_objext` in
mlterm-3.9.0/configure-7042-	*32-bit*)
##############################################
mlterm-3.9.0/configure-7066-    emul=elf
mlterm-3.9.0/configure:7067:    case `/usr/bin/file conftest.$ac_objext` in
mlterm-3.9.0/configure-7068-      *32-bit*)
##############################################
mlterm-3.9.0/configure-7074-    esac
mlterm-3.9.0/configure:7075:    case `/usr/bin/file conftest.$ac_objext` in
mlterm-3.9.0/configure-7076-      *MSB*)
##############################################
mlterm-3.9.0/configure-7082-    esac
mlterm-3.9.0/configure:7083:    case `/usr/bin/file conftest.$ac_objext` in
mlterm-3.9.0/configure-7084-      *N32*)
##############################################
mlterm-3.9.0/configure-8015-    *:)
mlterm-3.9.0/configure:8016:        eval $1=\"`$ECHO $2 | $SED 's/:/ /g'` \$$1\"
mlterm-3.9.0/configure-8017-        ;;
mlterm-3.9.0/configure-8018-    x:*)
mlterm-3.9.0/configure:8019:        eval $1=\"\$$1 `$ECHO $2 | $SED 's/:/ /g'`\"
mlterm-3.9.0/configure-8020-        ;;
mlterm-3.9.0/configure-8021-    *::*)
mlterm-3.9.0/configure:8022:        eval $1=\"\$$1\ `$ECHO $2 | $SED -e 's/.*:://' -e 's/:/ /g'`\"
mlterm-3.9.0/configure:8023:        eval $1=\"`$ECHO $2 | $SED -e 's/::.*//' -e 's/:/ /g'`\ \$$1\"
mlterm-3.9.0/configure-8024-        ;;
mlterm-3.9.0/configure-8025-    *)
mlterm-3.9.0/configure:8026:        eval $1=\"`$ECHO $2 | $SED 's/:/ /g'`\"
mlterm-3.9.0/configure-8027-        ;;
##############################################
mlterm-3.9.0/configure-8284-do :
mlterm-3.9.0/configure:8285:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
mlterm-3.9.0/configure-8286-ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
##############################################
mlterm-3.9.0/configure-8289-  cat >>confdefs.h <<_ACEOF
mlterm-3.9.0/configure:8290:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
mlterm-3.9.0/configure-8291-_ACEOF
##############################################
mlterm-3.9.0/configure-8316-  case $2 in
mlterm-3.9.0/configure:8317:  .*) func_stripname_result=`$ECHO "$3" | $SED "s%^$1%%; s%\\\\$2\$%%"`;;
mlterm-3.9.0/configure:8318:  *)  func_stripname_result=`$ECHO "$3" | $SED "s%^$1%%; s%$2\$%%"`;;
mlterm-3.9.0/configure-8319-  esac
##############################################
mlterm-3.9.0/configure-8654-	"file_magic "*)
mlterm-3.9.0/configure:8655:	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
mlterm-3.9.0/configure-8656-	  MAGIC_CMD=$lt_cv_path_MAGIC_CMD
##############################################
mlterm-3.9.0/configure-8720-	"file_magic "*)
mlterm-3.9.0/configure:8721:	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
mlterm-3.9.0/configure-8722-	  MAGIC_CMD=$lt_cv_path_MAGIC_CMD
##############################################
mlterm-3.9.0/configure-9114-      *)
mlterm-3.9.0/configure:9115:	case `$CC -V 2>&1 | sed 5q` in
mlterm-3.9.0/configure-9116-	*Sun\ Ceres\ Fortran* | *Sun*Fortran*\ [1-7].* | *Sun*Fortran*\ 8.[0-3]*)
##############################################
mlterm-3.9.0/configure-9560-	# shared libraries, regardless of the interface used.
mlterm-3.9.0/configure:9561:	case `$LD -v 2>&1` in
mlterm-3.9.0/configure-9562-	  *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
##############################################
mlterm-3.9.0/configure-9592-    supports_anon_versioning=no
mlterm-3.9.0/configure:9593:    case `$LD -v | $SED -e 's/(^)\+)\s\+//' 2>&1` in
mlterm-3.9.0/configure-9594-      *GNU\ gold*) supports_anon_versioning=yes ;;
##############################################
mlterm-3.9.0/configure-9661-	# is; otherwise, prepend EXPORTS...
mlterm-3.9.0/configure:9662:	archive_expsym_cmds='if   test DEF = "`$SED -n     -e '\''s/^[	 ]*//'\''     -e '\''/^\(;.*\)*$/d'\''     -e '\''s/^\(EXPORTS\|LIBRARY\)\([	 ].*\)*$/DEF/p'\''     -e q     $export_symbols`" ; then
mlterm-3.9.0/configure-9663-          cp $export_symbols $output_objdir/$soname.def;
##############################################
mlterm-3.9.0/configure-9695-	prefix_cmds="$SED"~
mlterm-3.9.0/configure:9696:	if test EXPORTS = "`$SED 1q $export_symbols`"; then
mlterm-3.9.0/configure-9697-	  prefix_cmds="$prefix_cmds -e 1d";
##############################################
mlterm-3.9.0/configure-9717-      # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
mlterm-3.9.0/configure:9718:      archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
mlterm-3.9.0/configure:9719:      archive_expsym_cmds='sed "s|^|_|" $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--retain-symbols-file,$output_objdir/$soname.expsym $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
mlterm-3.9.0/configure-9720-      ;;
##############################################
mlterm-3.9.0/configure-9735-        pgcc*)				# Portland Group C compiler
mlterm-3.9.0/configure:9736:	  whole_archive_flag_spec='$wl--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
mlterm-3.9.0/configure-9737-	  tmp_addflag=' $pic_flag'
##############################################
mlterm-3.9.0/configure-9740-					# Portland Group f77 and f90 compilers
mlterm-3.9.0/configure:9741:	  whole_archive_flag_spec='$wl--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
mlterm-3.9.0/configure-9742-	  tmp_addflag=' $pic_flag -Mnomain' ;;
##############################################
mlterm-3.9.0/configure-9757-	nvcc*)	# Cuda Compiler Driver 2.2
mlterm-3.9.0/configure:9758:	  whole_archive_flag_spec='$wl--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
mlterm-3.9.0/configure-9759-	  compiler_needs_object=yes
##############################################
mlterm-3.9.0/configure-9761-	esac
mlterm-3.9.0/configure:9762:	case `$CC -V 2>&1 | sed 5q` in
mlterm-3.9.0/configure-9763-	*Sun\ C*)			# Sun C 5.9
mlterm-3.9.0/configure:9764:	  whole_archive_flag_spec='$wl--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
mlterm-3.9.0/configure-9765-	  compiler_needs_object=yes
##############################################
mlterm-3.9.0/configure-9832-    sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
mlterm-3.9.0/configure:9833:      case `$LD -v 2>&1` in
mlterm-3.9.0/configure-9834-        *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
##############################################
mlterm-3.9.0/configure-9921-	else
mlterm-3.9.0/configure:9922:	  export_symbols_cmds='`func_echo_all $NM | $SED -e '\''s/B\([^B]*\)$/P\1/'\''` -PCpgl $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) && (substr(\$ 1,1,1) != ".")) { if ((\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) { print \$ 1 " weak" } else { print \$ 1 } } }'\'' | sort -u > $export_symbols'
mlterm-3.9.0/configure-9923-	fi
##############################################
mlterm-3.9.0/configure-9986-	# below for broken collect2 doesn't work under 4.3+
mlterm-3.9.0/configure:9987:	  collect2name=`$CC -print-prog-name=collect2`
mlterm-3.9.0/configure-9988-	  if test -f "$collect2name" &&
##############################################
mlterm-3.9.0/configure-10066-      }'
mlterm-3.9.0/configure:10067:  lt_cv_aix_libpath_=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
mlterm-3.9.0/configure-10068-  # Check for a 64-bit object if we didn't find anything.
mlterm-3.9.0/configure-10069-  if test -z "$lt_cv_aix_libpath_"; then
mlterm-3.9.0/configure:10070:    lt_cv_aix_libpath_=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
mlterm-3.9.0/configure-10071-  fi
##############################################
mlterm-3.9.0/configure-10084-        hardcode_libdir_flag_spec='$wl-blibpath:$libdir:'"$aix_libpath"
mlterm-3.9.0/configure:10085:        archive_expsym_cmds='$CC -o $output_objdir/$soname $libobjs $deplibs $wl'$no_entry_flag' $compiler_flags `if test -n "$allow_undefined_flag"; then func_echo_all "$wl$allow_undefined_flag"; else :; fi` $wl'$exp_sym_flag:\$export_symbols' '$shared_flag
mlterm-3.9.0/configure-10086-      else
##############################################
mlterm-3.9.0/configure-10119-      }'
mlterm-3.9.0/configure:10120:  lt_cv_aix_libpath_=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
mlterm-3.9.0/configure-10121-  # Check for a 64-bit object if we didn't find anything.
mlterm-3.9.0/configure-10122-  if test -z "$lt_cv_aix_libpath_"; then
mlterm-3.9.0/configure:10123:    lt_cv_aix_libpath_=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
mlterm-3.9.0/configure-10124-  fi
##############################################
mlterm-3.9.0/configure-10151-	  # -brtl affects multiple linker settings, -berok does not and is overridden later
mlterm-3.9.0/configure:10152:	  compiler_flags_filtered='`func_echo_all "$compiler_flags " | $SED -e "s%-brtl\\([, ]\\)%-berok\\1%g"`'
mlterm-3.9.0/configure-10153-	  if test svr4 != "$with_aix_soname"; then
##############################################
mlterm-3.9.0/configure-10204-	archive_cmds='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-DLL,-IMPLIB:"$tool_output_objdir$libname.dll.lib"~linknames='
mlterm-3.9.0/configure:10205:	archive_expsym_cmds='if   test DEF = "`$SED -n     -e '\''s/^[	 ]*//'\''     -e '\''/^\(;.*\)*$/d'\''     -e '\''s/^\(EXPORTS\|LIBRARY\)\([	 ].*\)*$/DEF/p'\''     -e q     $export_symbols`" ; then
mlterm-3.9.0/configure-10206-            cp "$export_symbols" "$output_objdir/$soname.def";
##############################################
mlterm-3.9.0/configure-10242-	# FIXME: Setting linknames here is a bad hack.
mlterm-3.9.0/configure:10243:	archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
mlterm-3.9.0/configure-10244-	# The linker will automatically build a .lib file if we build a DLL.
##############################################
mlterm-3.9.0/configure-10260-  if test yes = "$lt_cv_ld_force_load"; then
mlterm-3.9.0/configure:10261:    whole_archive_flag_spec='`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience $wl-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`'
mlterm-3.9.0/configure-10262-
##############################################
mlterm-3.9.0/configure-10440-      if test yes = "$GCC"; then
mlterm-3.9.0/configure:10441:	archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
mlterm-3.9.0/configure-10442-	# Try to use the -exported_symbol ld option, if it does not
##############################################
mlterm-3.9.0/configure-10468-	if test yes = "$lt_cv_irix_exported_symbol"; then
mlterm-3.9.0/configure:10469:          archive_expsym_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations $wl-exports_file $wl$export_symbols -o $lib'
mlterm-3.9.0/configure-10470-	fi
mlterm-3.9.0/configure-10471-      else
mlterm-3.9.0/configure:10472:	archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
mlterm-3.9.0/configure:10473:	archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -exports_file $export_symbols -o $lib'
mlterm-3.9.0/configure-10474-      fi
##############################################
mlterm-3.9.0/configure-10518-	hardcode_direct_absolute=yes
mlterm-3.9.0/configure:10519:	if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
mlterm-3.9.0/configure-10520-	  archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
##############################################
mlterm-3.9.0/configure-10549-	prefix_cmds="$SED"~
mlterm-3.9.0/configure:10550:	if test EXPORTS = "`$SED 1q $export_symbols`"; then
mlterm-3.9.0/configure-10551-	  prefix_cmds="$prefix_cmds -e 1d";
##############################################
mlterm-3.9.0/configure-10563-	allow_undefined_flag=' $wl-expect_unresolved $wl\*'
mlterm-3.9.0/configure:10564:	archive_cmds='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
mlterm-3.9.0/configure-10565-      else
mlterm-3.9.0/configure-10566-	allow_undefined_flag=' -expect_unresolved \*'
mlterm-3.9.0/configure:10567:	archive_cmds='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
mlterm-3.9.0/configure-10568-      fi
##############################################
mlterm-3.9.0/configure-10576-	allow_undefined_flag=' $wl-expect_unresolved $wl\*'
mlterm-3.9.0/configure:10577:	archive_cmds='$CC -shared$allow_undefined_flag $pic_flag $libobjs $deplibs $compiler_flags $wl-msym $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
mlterm-3.9.0/configure-10578-	hardcode_libdir_flag_spec='$wl-rpath $wl$libdir'
##############################################
mlterm-3.9.0/configure-10580-	allow_undefined_flag=' -expect_unresolved \*'
mlterm-3.9.0/configure:10581:	archive_cmds='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
mlterm-3.9.0/configure:10582:	archive_expsym_cmds='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; printf "%s\\n" "-hidden">> $lib.exp~
mlterm-3.9.0/configure:10583:          $CC -shared$allow_undefined_flag $wl-input $wl$lib.exp $compiler_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib~$RM $lib.exp'
mlterm-3.9.0/configure-10584-
##############################################
mlterm-3.9.0/configure-10599-      else
mlterm-3.9.0/configure:10600:	case `$CC -V 2>&1` in
mlterm-3.9.0/configure-10601-	*"Compilers 5.0"*)
##############################################
mlterm-3.9.0/configure-10998-  esac
mlterm-3.9.0/configure:10999:  lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
mlterm-3.9.0/configure-11000-  case $lt_search_path_spec in
##############################################
mlterm-3.9.0/configure-11005-    # okay in the real world where ";" in dirpaths is itself problematic.
mlterm-3.9.0/configure:11006:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
mlterm-3.9.0/configure-11007-    ;;
mlterm-3.9.0/configure-11008-  *)
mlterm-3.9.0/configure:11009:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
mlterm-3.9.0/configure-11010-    ;;
##############################################
mlterm-3.9.0/configure-11014-  lt_tmp_lt_search_path_spec=
mlterm-3.9.0/configure:11015:  lt_multi_os_dir=/`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
mlterm-3.9.0/configure-11016-  # ...but if some path component already ends with the multilib dir we assume
##############################################
mlterm-3.9.0/configure-11056-  esac
mlterm-3.9.0/configure:11057:  sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
mlterm-3.9.0/configure-11058-else
##############################################
mlterm-3.9.0/configure-11196-    # Create ${libname}_ixlibrary.a entries in /sys/libs.
mlterm-3.9.0/configure:11197:    finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`func_echo_all "$lib" | $SED '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; $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'
mlterm-3.9.0/configure-11198-    ;;
##############################################
mlterm-3.9.0/configure-11232-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
mlterm-3.9.0/configure:11233:    postinstall_cmds='base_file=`basename \$file`~
mlterm-3.9.0/configure:11234:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~
mlterm-3.9.0/configure:11235:      dldir=$destdir/`dirname \$dlpath`~
mlterm-3.9.0/configure-11236-      test -d \$dldir || mkdir -p \$dldir~
##############################################
mlterm-3.9.0/configure-11241-      fi'
mlterm-3.9.0/configure:11242:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
mlterm-3.9.0/configure-11243-      dlpath=$dir/\$dldll~
##############################################
mlterm-3.9.0/configure-11249-      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
mlterm-3.9.0/configure:11250:      soname_spec='`echo $libname | sed -e 's/^lib/cyg/'``echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
mlterm-3.9.0/configure-11251-
##############################################
mlterm-3.9.0/configure-11255-      # MinGW DLLs use traditional 'lib' prefix
mlterm-3.9.0/configure:11256:      soname_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
mlterm-3.9.0/configure-11257-      ;;
##############################################
mlterm-3.9.0/configure-11259-      # pw32 DLLs use 'pw' prefix rather than 'lib'
mlterm-3.9.0/configure:11260:      library_names_spec='`echo $libname | sed -e 's/^lib/pw/'``echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
mlterm-3.9.0/configure-11261-      ;;
##############################################
mlterm-3.9.0/configure-11268-    libname_spec='$name'
mlterm-3.9.0/configure:11269:    soname_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
mlterm-3.9.0/configure-11270-    library_names_spec='$libname.dll.lib'
##############################################
mlterm-3.9.0/configure-11280-        # Let DOS variable expansion print the short 8.3 style file name.
mlterm-3.9.0/configure:11281:        lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"`
mlterm-3.9.0/configure-11282-        sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path"
##############################################
mlterm-3.9.0/configure-11285-      # Convert to MSYS style.
mlterm-3.9.0/configure:11286:      sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | sed -e 's|\\\\|/|g' -e 's| \\([a-zA-Z]\\):| /\\1|g' -e 's|^ ||'`
mlterm-3.9.0/configure-11287-      ;;
##############################################
mlterm-3.9.0/configure-11291-      # like /cygdrive/c/PROGRA~1:/cygdr...
mlterm-3.9.0/configure:11292:      sys_lib_search_path_spec=`cygpath --path --unix "$LIB"`
mlterm-3.9.0/configure:11293:      sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null`
mlterm-3.9.0/configure:11294:      sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
mlterm-3.9.0/configure-11295-      ;;
##############################################
mlterm-3.9.0/configure-11299-        # It is most probably a Windows format PATH.
mlterm-3.9.0/configure:11300:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
mlterm-3.9.0/configure-11301-      else
mlterm-3.9.0/configure:11302:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
mlterm-3.9.0/configure-11303-      fi
##############################################
mlterm-3.9.0/configure-11309-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
mlterm-3.9.0/configure:11310:    postinstall_cmds='base_file=`basename \$file`~
mlterm-3.9.0/configure:11311:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~
mlterm-3.9.0/configure:11312:      dldir=$destdir/`dirname \$dlpath`~
mlterm-3.9.0/configure-11313-      test -d \$dldir || mkdir -p \$dldir~
mlterm-3.9.0/configure-11314-      $install_prog $dir/$dlname \$dldir/$dlname'
mlterm-3.9.0/configure:11315:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
mlterm-3.9.0/configure-11316-      dlpath=$dir/\$dldll~
##############################################
mlterm-3.9.0/configure-11323-    # Assume MSVC wrapper
mlterm-3.9.0/configure:11324:    library_names_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext $libname.lib'
mlterm-3.9.0/configure-11325-    dynamic_linker='Win32 ld.exe'
##############################################
mlterm-3.9.0/configure-11340-  shlibpath_var=DYLD_LIBRARY_PATH
mlterm-3.9.0/configure:11341:  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
mlterm-3.9.0/configure-11342-
##############################################
mlterm-3.9.0/configure-11593-  if test -f /etc/ld.so.conf; then
mlterm-3.9.0/configure:11594:    lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[	 ]*hwcap[	 ]/d;s/[:,	]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;s/"//g;/^$/d' | tr '\n' ' '`
mlterm-3.9.0/configure-11595-    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
##############################################
mlterm-3.9.0/configure-11647-  need_lib_prefix=no
mlterm-3.9.0/configure:11648:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
mlterm-3.9.0/configure-11649-    need_version=no
##############################################
mlterm-3.9.0/configure-11674-  sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
mlterm-3.9.0/configure:11675:  postinstall_cmds='base_file=`basename \$file`~
mlterm-3.9.0/configure:11676:    dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; $ECHO \$dlname'\''`~
mlterm-3.9.0/configure:11677:    dldir=$destdir/`dirname \$dlpath`~
mlterm-3.9.0/configure-11678-    test -d \$dldir || mkdir -p \$dldir~
##############################################
mlterm-3.9.0/configure-11683-    fi'
mlterm-3.9.0/configure:11684:  postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; $ECHO \$dlname'\''`~
mlterm-3.9.0/configure-11685-    dlpath=$dir/\$dldll~
##############################################
mlterm-3.9.0/configure-12866-    # gcc leaves a trailing carriage return, which upsets mingw
mlterm-3.9.0/configure:12867:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
mlterm-3.9.0/configure-12868-  *)
mlterm-3.9.0/configure:12869:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
mlterm-3.9.0/configure-12870-  esac
##############################################
mlterm-3.9.0/configure-12875-      # Canonicalize the pathname of ld
mlterm-3.9.0/configure:12876:      ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
mlterm-3.9.0/configure-12877-      while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
mlterm-3.9.0/configure:12878:	ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
mlterm-3.9.0/configure-12879-      done
##############################################
mlterm-3.9.0/configure-12910-      # Break only if it was the GNU/non-GNU ld that we prefer.
mlterm-3.9.0/configure:12911:      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
mlterm-3.9.0/configure-12912-      *GNU* | *'with BFD'*)
##############################################
mlterm-3.9.0/configure-12941-  # I'd rather use --version here, but apparently some GNU lds only accept -v.
mlterm-3.9.0/configure:12942:case `$LD -v 2>&1 </dev/null` in
mlterm-3.9.0/configure-12943-*GNU* | *'with BFD'*)
##############################################
mlterm-3.9.0/configure-12975-        # ancient GNU ld didn't support --whole-archive et. al.
mlterm-3.9.0/configure:12976:        if eval "`$CC -print-prog-name=ld` --help 2>&1" |
mlterm-3.9.0/configure-12977-	  $GREP 'no-whole-archive' > /dev/null; then
##############################################
mlterm-3.9.0/configure-13086-          # below for broken collect2 doesn't work under 4.3+
mlterm-3.9.0/configure:13087:	  collect2name=`$CC -print-prog-name=collect2`
mlterm-3.9.0/configure-13088-	  if test -f "$collect2name" &&
##############################################
mlterm-3.9.0/configure-13167-      }'
mlterm-3.9.0/configure:13168:  lt_cv_aix_libpath__CXX=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
mlterm-3.9.0/configure-13169-  # Check for a 64-bit object if we didn't find anything.
mlterm-3.9.0/configure-13170-  if test -z "$lt_cv_aix_libpath__CXX"; then
mlterm-3.9.0/configure:13171:    lt_cv_aix_libpath__CXX=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
mlterm-3.9.0/configure-13172-  fi
##############################################
mlterm-3.9.0/configure-13186-
mlterm-3.9.0/configure:13187:          archive_expsym_cmds_CXX='$CC -o $output_objdir/$soname $libobjs $deplibs $wl'$no_entry_flag' $compiler_flags `if test -n "$allow_undefined_flag"; then func_echo_all "$wl$allow_undefined_flag"; else :; fi` $wl'$exp_sym_flag:\$export_symbols' '$shared_flag
mlterm-3.9.0/configure-13188-        else
##############################################
mlterm-3.9.0/configure-13221-      }'
mlterm-3.9.0/configure:13222:  lt_cv_aix_libpath__CXX=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
mlterm-3.9.0/configure-13223-  # Check for a 64-bit object if we didn't find anything.
mlterm-3.9.0/configure-13224-  if test -z "$lt_cv_aix_libpath__CXX"; then
mlterm-3.9.0/configure:13225:    lt_cv_aix_libpath__CXX=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
mlterm-3.9.0/configure-13226-  fi
##############################################
mlterm-3.9.0/configure-13253-	    # -brtl affects multiple linker settings, -berok does not and is overridden later
mlterm-3.9.0/configure:13254:	    compiler_flags_filtered='`func_echo_all "$compiler_flags " | $SED -e "s%-brtl\\([, ]\\)%-berok\\1%g"`'
mlterm-3.9.0/configure-13255-	    if test svr4 != "$with_aix_soname"; then
##############################################
mlterm-3.9.0/configure-13306-	  archive_cmds_CXX='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-DLL,-IMPLIB:"$tool_output_objdir$libname.dll.lib"~linknames='
mlterm-3.9.0/configure:13307:	  archive_expsym_cmds_CXX='if   test DEF = "`$SED -n     -e '\''s/^[	 ]*//'\''     -e '\''/^\(;.*\)*$/d'\''     -e '\''s/^\(EXPORTS\|LIBRARY\)\([	 ].*\)*$/DEF/p'\''     -e q     $export_symbols`" ; then
mlterm-3.9.0/configure-13308-              cp "$export_symbols" "$output_objdir/$soname.def";
##############################################
mlterm-3.9.0/configure-13348-	    # is; otherwise, prepend EXPORTS...
mlterm-3.9.0/configure:13349:	    archive_expsym_cmds_CXX='if   test DEF = "`$SED -n     -e '\''s/^[	 ]*//'\''     -e '\''/^\(;.*\)*$/d'\''     -e '\''s/^\(EXPORTS\|LIBRARY\)\([	 ].*\)*$/DEF/p'\''     -e q     $export_symbols`" ; then
mlterm-3.9.0/configure-13350-              cp $export_symbols $output_objdir/$soname.def;
##############################################
mlterm-3.9.0/configure-13369-  if test yes = "$lt_cv_ld_force_load"; then
mlterm-3.9.0/configure:13370:    whole_archive_flag_spec_CXX='`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience $wl-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`'
mlterm-3.9.0/configure-13371-
##############################################
mlterm-3.9.0/configure-13414-	  prefix_cmds="$SED"~
mlterm-3.9.0/configure:13415:	  if test EXPORTS = "`$SED 1q $export_symbols`"; then
mlterm-3.9.0/configure-13416-	    prefix_cmds="$prefix_cmds -e 1d";
##############################################
mlterm-3.9.0/configure-13488-            # dependencies.
mlterm-3.9.0/configure:13489:            output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $EGREP "\-L"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
mlterm-3.9.0/configure-13490-            ;;
##############################################
mlterm-3.9.0/configure-13553-	    # dependencies.
mlterm-3.9.0/configure:13554:	    output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $GREP "\-L"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
mlterm-3.9.0/configure-13555-	    ;;
##############################################
mlterm-3.9.0/configure-13589-	# time.  Moving up from 0x10000000 also allows more sbrk(2) space.
mlterm-3.9.0/configure:13590:	archive_cmds_CXX='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
mlterm-3.9.0/configure:13591:	archive_expsym_cmds_CXX='sed "s|^|_|" $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--retain-symbols-file,$output_objdir/$soname.expsym $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
mlterm-3.9.0/configure-13592-	;;
##############################################
mlterm-3.9.0/configure-13596-	    # SGI C++
mlterm-3.9.0/configure:13597:	    archive_cmds_CXX='$CC -shared -all -multigot $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
mlterm-3.9.0/configure-13598-
##############################################
mlterm-3.9.0/configure-13607-	      if test no = "$with_gnu_ld"; then
mlterm-3.9.0/configure:13608:	        archive_cmds_CXX='$CC -shared $pic_flag -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
mlterm-3.9.0/configure-13609-	      else
mlterm-3.9.0/configure:13610:	        archive_cmds_CXX='$CC -shared $pic_flag -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` -o $lib'
mlterm-3.9.0/configure-13611-	      fi
##############################################
mlterm-3.9.0/configure-13628-	    # to its proper name (with version) after linking.
mlterm-3.9.0/configure:13629:	    archive_cmds_CXX='tempext=`echo $shared_ext | $SED -e '\''s/\([^()0-9A-Za-z{}]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\$tempext\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
mlterm-3.9.0/configure:13630:	    archive_expsym_cmds_CXX='tempext=`echo $shared_ext | $SED -e '\''s/\([^()0-9A-Za-z{}]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\$tempext\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib $wl-retain-symbols-file,$export_symbols; mv \$templib $lib'
mlterm-3.9.0/configure-13631-	    # Commands to make compiler produce verbose output that lists
##############################################
mlterm-3.9.0/configure-13638-	    # dependencies.
mlterm-3.9.0/configure:13639:	    output_verbose_link_cmd='templist=`$CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1 | $GREP "ld"`; rm -f libconftest$shared_ext; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
mlterm-3.9.0/configure-13640-
##############################################
mlterm-3.9.0/configure-13653-	    # earlier do not add the objects themselves.
mlterm-3.9.0/configure:13654:	    case `$CC -V 2>&1` in
mlterm-3.9.0/configure-13655-	      *"Version 7."*)
##############################################
mlterm-3.9.0/configure-13674-            # Portland Group C++ compiler
mlterm-3.9.0/configure:13675:	    case `$CC -V` in
mlterm-3.9.0/configure-13676-	    *pgCC\ [1-5].* | *pgcpp\ [1-5].*)
##############################################
mlterm-3.9.0/configure-13679-               $CC --prelink_objects --instantiation_dir $tpldir $objs $libobjs $compile_deplibs~
mlterm-3.9.0/configure:13680:               compile_command="$compile_command `find $tpldir -name \*.o | sort | $NL2SP`"'
mlterm-3.9.0/configure-13681-	      old_archive_cmds_CXX='tpldir=Template.dir~
##############################################
mlterm-3.9.0/configure-13683-                $CC --prelink_objects --instantiation_dir $tpldir $oldobjs$old_deplibs~
mlterm-3.9.0/configure:13684:                $AR $AR_FLAGS $oldlib$oldobjs$old_deplibs `find $tpldir -name \*.o | sort | $NL2SP`~
mlterm-3.9.0/configure-13685-                $RANLIB $oldlib'
##############################################
mlterm-3.9.0/configure-13688-                $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
mlterm-3.9.0/configure:13689:                $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags $wl-soname $wl$soname -o $lib'
mlterm-3.9.0/configure-13690-	      archive_expsym_cmds_CXX='tpldir=Template.dir~
##############################################
mlterm-3.9.0/configure-13692-                $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
mlterm-3.9.0/configure:13693:                $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib'
mlterm-3.9.0/configure-13694-	      ;;
##############################################
mlterm-3.9.0/configure-13702-	    export_dynamic_flag_spec_CXX='$wl--export-dynamic'
mlterm-3.9.0/configure:13703:	    whole_archive_flag_spec_CXX='$wl--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
mlterm-3.9.0/configure-13704-            ;;
##############################################
mlterm-3.9.0/configure-13721-	    # dependencies.
mlterm-3.9.0/configure:13722:	    output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld"`; templist=`func_echo_all "$templist" | $SED "s/\(^.*ld.*\)\( .*ld .*$\)/\1/"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "X$list" | $Xsed'
mlterm-3.9.0/configure-13723-	    ;;
##############################################
mlterm-3.9.0/configure-13736-	  *)
mlterm-3.9.0/configure:13737:	    case `$CC -V 2>&1 | sed 5q` in
mlterm-3.9.0/configure-13738-	    *Sun\ C*)
##############################################
mlterm-3.9.0/configure-13743-	      hardcode_libdir_flag_spec_CXX='-R$libdir'
mlterm-3.9.0/configure:13744:	      whole_archive_flag_spec_CXX='$wl--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
mlterm-3.9.0/configure-13745-	      compiler_needs_object_CXX=yes
##############################################
mlterm-3.9.0/configure-13808-	  hardcode_libdir_flag_spec_CXX='$wl-rpath,$libdir'
mlterm-3.9.0/configure:13809:	  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`"; then
mlterm-3.9.0/configure-13810-	    archive_expsym_cmds_CXX='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-retain-symbols-file,$export_symbols -o $lib'
##############################################
mlterm-3.9.0/configure-13827-	    # to its proper name (with version) after linking.
mlterm-3.9.0/configure:13828:	    archive_cmds_CXX='tempext=`echo $shared_ext | $SED -e '\''s/\([^()0-9A-Za-z{}]\)/\\\\\1/g'\''`; templib=`echo "$lib" | $SED -e "s/\$tempext\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
mlterm-3.9.0/configure-13829-
##############################################
mlterm-3.9.0/configure-13848-	        allow_undefined_flag_CXX=' $wl-expect_unresolved $wl\*'
mlterm-3.9.0/configure:13849:	        archive_cmds_CXX='$CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $soname `test -n "$verstring" && func_echo_all "$wl-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
mlterm-3.9.0/configure-13850-	        hardcode_libdir_flag_spec_CXX='$wl-rpath $wl$libdir'
##############################################
mlterm-3.9.0/configure-13853-	        allow_undefined_flag_CXX=' -expect_unresolved \*'
mlterm-3.9.0/configure:13854:	        archive_cmds_CXX='$CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
mlterm-3.9.0/configure:13855:	        archive_expsym_cmds_CXX='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~
mlterm-3.9.0/configure-13856-                  echo "-hidden">> $lib.exp~
mlterm-3.9.0/configure:13857:                  $CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname $wl-input $wl$lib.exp  `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib~
mlterm-3.9.0/configure-13858-                  $RM $lib.exp'
##############################################
mlterm-3.9.0/configure-13872-	    # dependencies.
mlterm-3.9.0/configure:13873:	    output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld" | $GREP -v "ld:"`; templist=`func_echo_all "$templist" | $SED "s/\(^.*ld.*\)\( .*ld.*$\)/\1/"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
mlterm-3.9.0/configure-13874-	    ;;
##############################################
mlterm-3.9.0/configure-13879-	        osf3*)
mlterm-3.9.0/configure:13880:	          archive_cmds_CXX='$CC -shared -nostdlib $allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
mlterm-3.9.0/configure-13881-		  ;;
mlterm-3.9.0/configure-13882-	        *)
mlterm-3.9.0/configure:13883:	          archive_cmds_CXX='$CC -shared $pic_flag -nostdlib $allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-msym $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
mlterm-3.9.0/configure-13884-		  ;;
##############################################
mlterm-3.9.0/configure-14126-
mlterm-3.9.0/configure:14127:  for p in `eval "$output_verbose_link_cmd"`; do
mlterm-3.9.0/configure-14128-    case $prev$p in
##############################################
mlterm-3.9.0/configure-14229-if test -n "${compiler_lib_search_path_CXX}"; then
mlterm-3.9.0/configure:14230: compiler_lib_search_dirs_CXX=`echo " ${compiler_lib_search_path_CXX}" | $SED -e 's! -L! !g' -e 's!^ !!'`
mlterm-3.9.0/configure-14231-fi
##############################################
mlterm-3.9.0/configure-14476-	  *)
mlterm-3.9.0/configure:14477:	    case `$CC -V 2>&1 | sed 5q` in
mlterm-3.9.0/configure-14478-	    *Sun\ C*)
##############################################
mlterm-3.9.0/configure-14858-    else
mlterm-3.9.0/configure:14859:      export_symbols_cmds_CXX='`func_echo_all $NM | $SED -e '\''s/B\([^B]*\)$/P\1/'\''` -PCpgl $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) && (substr(\$ 1,1,1) != ".")) { if ((\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) { print \$ 1 " weak" } else { print \$ 1 } } }'\'' | sort -u > $export_symbols'
mlterm-3.9.0/configure-14860-    fi
##############################################
mlterm-3.9.0/configure-15160-    # Create ${libname}_ixlibrary.a entries in /sys/libs.
mlterm-3.9.0/configure:15161:    finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`func_echo_all "$lib" | $SED '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; $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'
mlterm-3.9.0/configure-15162-    ;;
##############################################
mlterm-3.9.0/configure-15196-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
mlterm-3.9.0/configure:15197:    postinstall_cmds='base_file=`basename \$file`~
mlterm-3.9.0/configure:15198:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~
mlterm-3.9.0/configure:15199:      dldir=$destdir/`dirname \$dlpath`~
mlterm-3.9.0/configure-15200-      test -d \$dldir || mkdir -p \$dldir~
##############################################
mlterm-3.9.0/configure-15205-      fi'
mlterm-3.9.0/configure:15206:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
mlterm-3.9.0/configure-15207-      dlpath=$dir/\$dldll~
##############################################
mlterm-3.9.0/configure-15213-      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
mlterm-3.9.0/configure:15214:      soname_spec='`echo $libname | sed -e 's/^lib/cyg/'``echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
mlterm-3.9.0/configure-15215-
##############################################
mlterm-3.9.0/configure-15218-      # MinGW DLLs use traditional 'lib' prefix
mlterm-3.9.0/configure:15219:      soname_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
mlterm-3.9.0/configure-15220-      ;;
##############################################
mlterm-3.9.0/configure-15222-      # pw32 DLLs use 'pw' prefix rather than 'lib'
mlterm-3.9.0/configure:15223:      library_names_spec='`echo $libname | sed -e 's/^lib/pw/'``echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
mlterm-3.9.0/configure-15224-      ;;
##############################################
mlterm-3.9.0/configure-15231-    libname_spec='$name'
mlterm-3.9.0/configure:15232:    soname_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
mlterm-3.9.0/configure-15233-    library_names_spec='$libname.dll.lib'
##############################################
mlterm-3.9.0/configure-15243-        # Let DOS variable expansion print the short 8.3 style file name.
mlterm-3.9.0/configure:15244:        lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"`
mlterm-3.9.0/configure-15245-        sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path"
##############################################
mlterm-3.9.0/configure-15248-      # Convert to MSYS style.
mlterm-3.9.0/configure:15249:      sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | sed -e 's|\\\\|/|g' -e 's| \\([a-zA-Z]\\):| /\\1|g' -e 's|^ ||'`
mlterm-3.9.0/configure-15250-      ;;
##############################################
mlterm-3.9.0/configure-15254-      # like /cygdrive/c/PROGRA~1:/cygdr...
mlterm-3.9.0/configure:15255:      sys_lib_search_path_spec=`cygpath --path --unix "$LIB"`
mlterm-3.9.0/configure:15256:      sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null`
mlterm-3.9.0/configure:15257:      sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
mlterm-3.9.0/configure-15258-      ;;
##############################################
mlterm-3.9.0/configure-15262-        # It is most probably a Windows format PATH.
mlterm-3.9.0/configure:15263:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
mlterm-3.9.0/configure-15264-      else
mlterm-3.9.0/configure:15265:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
mlterm-3.9.0/configure-15266-      fi
##############################################
mlterm-3.9.0/configure-15272-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
mlterm-3.9.0/configure:15273:    postinstall_cmds='base_file=`basename \$file`~
mlterm-3.9.0/configure:15274:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~
mlterm-3.9.0/configure:15275:      dldir=$destdir/`dirname \$dlpath`~
mlterm-3.9.0/configure-15276-      test -d \$dldir || mkdir -p \$dldir~
mlterm-3.9.0/configure-15277-      $install_prog $dir/$dlname \$dldir/$dlname'
mlterm-3.9.0/configure:15278:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
mlterm-3.9.0/configure-15279-      dlpath=$dir/\$dldll~
##############################################
mlterm-3.9.0/configure-15286-    # Assume MSVC wrapper
mlterm-3.9.0/configure:15287:    library_names_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext $libname.lib'
mlterm-3.9.0/configure-15288-    dynamic_linker='Win32 ld.exe'
##############################################
mlterm-3.9.0/configure-15303-  shlibpath_var=DYLD_LIBRARY_PATH
mlterm-3.9.0/configure:15304:  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
mlterm-3.9.0/configure-15305-
##############################################
mlterm-3.9.0/configure-15555-  if test -f /etc/ld.so.conf; then
mlterm-3.9.0/configure:15556:    lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[	 ]*hwcap[	 ]/d;s/[:,	]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;s/"//g;/^$/d' | tr '\n' ' '`
mlterm-3.9.0/configure-15557-    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
##############################################
mlterm-3.9.0/configure-15609-  need_lib_prefix=no
mlterm-3.9.0/configure:15610:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
mlterm-3.9.0/configure-15611-    need_version=no
##############################################
mlterm-3.9.0/configure-15636-  sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
mlterm-3.9.0/configure:15637:  postinstall_cmds='base_file=`basename \$file`~
mlterm-3.9.0/configure:15638:    dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; $ECHO \$dlname'\''`~
mlterm-3.9.0/configure:15639:    dldir=$destdir/`dirname \$dlpath`~
mlterm-3.9.0/configure-15640-    test -d \$dldir || mkdir -p \$dldir~
##############################################
mlterm-3.9.0/configure-15645-    fi'
mlterm-3.9.0/configure:15646:  postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; $ECHO \$dlname'\''`~
mlterm-3.9.0/configure-15647-    dlpath=$dir/\$dldll~
##############################################
mlterm-3.9.0/configure-15998-    for ac_var in incroot usrlibdir libdir; do
mlterm-3.9.0/configure:15999:      eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
mlterm-3.9.0/configure-16000-    done
##############################################
mlterm-3.9.0/configure-16108-  LIBS=$ac_save_LIBS
mlterm-3.9.0/configure:16109:for ac_dir in `$as_echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
mlterm-3.9.0/configure-16110-do
##############################################
mlterm-3.9.0/configure-16671-
mlterm-3.9.0/configure:16672:if test `echo $gui | grep ,`; then
mlterm-3.9.0/configure:16673:	gui_list=`echo $gui | sed 's/,/ /g'`
mlterm-3.9.0/configure-16674-	is_first=t
##############################################
mlterm-3.9.0/configure-16701-elif test "$gui" = "subdir"; then
mlterm-3.9.0/configure:16702:	gui=`basename $PWD`
mlterm-3.9.0/configure-16703-
##############################################
mlterm-3.9.0/configure-16902-	DEXPORT="-Wl,--version-script=\$(VPATH)/dexport.map"
mlterm-3.9.0/configure:16903:elif test "`$LD --version 2>&1 | $GREP Solaris`" != "" ; then
mlterm-3.9.0/configure-16904-	# This option is for SunOS 5.x (Solaris) or later.
##############################################
mlterm-3.9.0/configure-17051-  test $ac_status = 0; }; then
mlterm-3.9.0/configure:17052:  pkg_cv_GTK_CFLAGS=`$PKG_CONFIG --cflags "gtk+-$gtk_version" 2>/dev/null`
mlterm-3.9.0/configure-17053-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
mlterm-3.9.0/configure-17068-  test $ac_status = 0; }; then
mlterm-3.9.0/configure:17069:  pkg_cv_GTK_LIBS=`$PKG_CONFIG --libs "gtk+-$gtk_version" 2>/dev/null`
mlterm-3.9.0/configure-17070-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
mlterm-3.9.0/configure-17089-        if test $_pkg_short_errors_supported = yes; then
mlterm-3.9.0/configure:17090:	        GTK_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "gtk+-$gtk_version" 2>&1`
mlterm-3.9.0/configure-17091-        else
mlterm-3.9.0/configure:17092:	        GTK_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "gtk+-$gtk_version" 2>&1`
mlterm-3.9.0/configure-17093-        fi
##############################################
mlterm-3.9.0/configure-17128-  test $ac_status = 0; }; then
mlterm-3.9.0/configure:17129:  pkg_cv_GTK_CFLAGS=`$PKG_CONFIG --cflags "gtk+-$gtk_version" 2>/dev/null`
mlterm-3.9.0/configure-17130-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
mlterm-3.9.0/configure-17145-  test $ac_status = 0; }; then
mlterm-3.9.0/configure:17146:  pkg_cv_GTK_LIBS=`$PKG_CONFIG --libs "gtk+-$gtk_version" 2>/dev/null`
mlterm-3.9.0/configure-17147-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
mlterm-3.9.0/configure-17166-        if test $_pkg_short_errors_supported = yes; then
mlterm-3.9.0/configure:17167:	        GTK_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "gtk+-$gtk_version" 2>&1`
mlterm-3.9.0/configure-17168-        else
mlterm-3.9.0/configure:17169:	        GTK_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "gtk+-$gtk_version" 2>&1`
mlterm-3.9.0/configure-17170-        fi
##############################################
mlterm-3.9.0/configure-17204-  test $ac_status = 0; }; then
mlterm-3.9.0/configure:17205:  pkg_cv_GDK_PIXBUF_CFLAGS=`$PKG_CONFIG --cflags "gdk-pixbuf-2.0" 2>/dev/null`
mlterm-3.9.0/configure-17206-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
mlterm-3.9.0/configure-17221-  test $ac_status = 0; }; then
mlterm-3.9.0/configure:17222:  pkg_cv_GDK_PIXBUF_LIBS=`$PKG_CONFIG --libs "gdk-pixbuf-2.0" 2>/dev/null`
mlterm-3.9.0/configure-17223-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
mlterm-3.9.0/configure-17242-        if test $_pkg_short_errors_supported = yes; then
mlterm-3.9.0/configure:17243:	        GDK_PIXBUF_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "gdk-pixbuf-2.0" 2>&1`
mlterm-3.9.0/configure-17244-        else
mlterm-3.9.0/configure:17245:	        GDK_PIXBUF_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "gdk-pixbuf-2.0" 2>&1`
mlterm-3.9.0/configure-17246-        fi
##############################################
mlterm-3.9.0/configure-17282-  test $ac_status = 0; }; then
mlterm-3.9.0/configure:17283:  pkg_cv_GIO_CFLAGS=`$PKG_CONFIG --cflags "gio-2.0" 2>/dev/null`
mlterm-3.9.0/configure-17284-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
mlterm-3.9.0/configure-17299-  test $ac_status = 0; }; then
mlterm-3.9.0/configure:17300:  pkg_cv_GIO_LIBS=`$PKG_CONFIG --libs "gio-2.0" 2>/dev/null`
mlterm-3.9.0/configure-17301-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
mlterm-3.9.0/configure-17320-        if test $_pkg_short_errors_supported = yes; then
mlterm-3.9.0/configure:17321:	        GIO_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "gio-2.0" 2>&1`
mlterm-3.9.0/configure-17322-        else
mlterm-3.9.0/configure:17323:	        GIO_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "gio-2.0" 2>&1`
mlterm-3.9.0/configure-17324-        fi
##############################################
mlterm-3.9.0/configure-17580-  test $ac_status = 0; }; then
mlterm-3.9.0/configure:17581:  pkg_cv_FT_CFLAGS=`$PKG_CONFIG --cflags "freetype2" 2>/dev/null`
mlterm-3.9.0/configure-17582-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
mlterm-3.9.0/configure-17597-  test $ac_status = 0; }; then
mlterm-3.9.0/configure:17598:  pkg_cv_FT_LIBS=`$PKG_CONFIG --libs "freetype2" 2>/dev/null`
mlterm-3.9.0/configure-17599-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
mlterm-3.9.0/configure-17618-        if test $_pkg_short_errors_supported = yes; then
mlterm-3.9.0/configure:17619:	        FT_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "freetype2" 2>&1`
mlterm-3.9.0/configure-17620-        else
mlterm-3.9.0/configure:17621:	        FT_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "freetype2" 2>&1`
mlterm-3.9.0/configure-17622-        fi
##############################################
mlterm-3.9.0/configure-17652-  test $ac_status = 0; }; then
mlterm-3.9.0/configure:17653:  pkg_cv_FT_CFLAGS=`$PKG_CONFIG --cflags "freetype" 2>/dev/null`
mlterm-3.9.0/configure-17654-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
mlterm-3.9.0/configure-17669-  test $ac_status = 0; }; then
mlterm-3.9.0/configure:17670:  pkg_cv_FT_LIBS=`$PKG_CONFIG --libs "freetype" 2>/dev/null`
mlterm-3.9.0/configure-17671-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
mlterm-3.9.0/configure-17690-        if test $_pkg_short_errors_supported = yes; then
mlterm-3.9.0/configure:17691:	        FT_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "freetype" 2>&1`
mlterm-3.9.0/configure-17692-        else
mlterm-3.9.0/configure:17693:	        FT_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "freetype" 2>&1`
mlterm-3.9.0/configure-17694-        fi
##############################################
mlterm-3.9.0/configure-17745-# /lib/* ... e.g.) /lib/i386-linux-gnu in ubuntu.
mlterm-3.9.0/configure:17746:for ml_cv_lib_path in /lib /usr/lib /lib/* `echo $LIBRARY_PATH | tr ":" " "` ; do
mlterm-3.9.0/configure:17747:	libm_files=`ls $ml_cv_lib_path/libm\\.so* $ml_cv_lib_path/libm\\.sl* 2> /dev/null`
mlterm-3.9.0/configure-17748-	for libm_file in $libm_files ; do
mlterm-3.9.0/configure:17749:		if test -z "$ml_cv_libm_dir" -a -n "`$NM -D $libm_file | $GREP pow`" ; then
mlterm-3.9.0/configure:17750:			ml_cv_libm_dir=`dirname $libm_file`
mlterm-3.9.0/configure-17751-		fi
##############################################
mlterm-3.9.0/configure-17966-  test $ac_status = 0; }; then
mlterm-3.9.0/configure:17967:  pkg_cv_SDL2_CFLAGS=`$PKG_CONFIG --cflags "sdl2" 2>/dev/null`
mlterm-3.9.0/configure-17968-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
mlterm-3.9.0/configure-17983-  test $ac_status = 0; }; then
mlterm-3.9.0/configure:17984:  pkg_cv_SDL2_LIBS=`$PKG_CONFIG --libs "sdl2" 2>/dev/null`
mlterm-3.9.0/configure-17985-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
mlterm-3.9.0/configure-18004-        if test $_pkg_short_errors_supported = yes; then
mlterm-3.9.0/configure:18005:	        SDL2_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "sdl2" 2>&1`
mlterm-3.9.0/configure-18006-        else
mlterm-3.9.0/configure:18007:	        SDL2_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "sdl2" 2>&1`
mlterm-3.9.0/configure-18008-        fi
##############################################
mlterm-3.9.0/configure-18166-  test $ac_status = 0; }; then
mlterm-3.9.0/configure:18167:  pkg_cv_FRIBIDI_CFLAGS=`$PKG_CONFIG --cflags "fribidi" 2>/dev/null`
mlterm-3.9.0/configure-18168-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
mlterm-3.9.0/configure-18183-  test $ac_status = 0; }; then
mlterm-3.9.0/configure:18184:  pkg_cv_FRIBIDI_LIBS=`$PKG_CONFIG --libs "fribidi" 2>/dev/null`
mlterm-3.9.0/configure-18185-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
mlterm-3.9.0/configure-18204-        if test $_pkg_short_errors_supported = yes; then
mlterm-3.9.0/configure:18205:	        FRIBIDI_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "fribidi" 2>&1`
mlterm-3.9.0/configure-18206-        else
mlterm-3.9.0/configure:18207:	        FRIBIDI_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "fribidi" 2>&1`
mlterm-3.9.0/configure-18208-        fi
##############################################
mlterm-3.9.0/configure-18331-  test $ac_status = 0; }; then
mlterm-3.9.0/configure:18332:  pkg_cv_FONTCONFIG_CFLAGS=`$PKG_CONFIG --cflags "fontconfig" 2>/dev/null`
mlterm-3.9.0/configure-18333-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
mlterm-3.9.0/configure-18348-  test $ac_status = 0; }; then
mlterm-3.9.0/configure:18349:  pkg_cv_FONTCONFIG_LIBS=`$PKG_CONFIG --libs "fontconfig" 2>/dev/null`
mlterm-3.9.0/configure-18350-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
mlterm-3.9.0/configure-18369-        if test $_pkg_short_errors_supported = yes; then
mlterm-3.9.0/configure:18370:	        FONTCONFIG_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "fontconfig" 2>&1`
mlterm-3.9.0/configure-18371-        else
mlterm-3.9.0/configure:18372:	        FONTCONFIG_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "fontconfig" 2>&1`
mlterm-3.9.0/configure-18373-        fi
##############################################
mlterm-3.9.0/configure-18446-
mlterm-3.9.0/configure:18447:type_engines=`echo ${type_engines} | sed 's/,/ /g'`
mlterm-3.9.0/configure-18448-for type_engine in ${type_engines} ; do
##############################################
mlterm-3.9.0/configure-18464-  test $ac_status = 0; }; then
mlterm-3.9.0/configure:18465:  pkg_cv_XFT_CFLAGS=`$PKG_CONFIG --cflags "xft" 2>/dev/null`
mlterm-3.9.0/configure-18466-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
mlterm-3.9.0/configure-18481-  test $ac_status = 0; }; then
mlterm-3.9.0/configure:18482:  pkg_cv_XFT_LIBS=`$PKG_CONFIG --libs "xft" 2>/dev/null`
mlterm-3.9.0/configure-18483-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
mlterm-3.9.0/configure-18502-        if test $_pkg_short_errors_supported = yes; then
mlterm-3.9.0/configure:18503:	        XFT_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "xft" 2>&1`
mlterm-3.9.0/configure-18504-        else
mlterm-3.9.0/configure:18505:	        XFT_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "xft" 2>&1`
mlterm-3.9.0/configure-18506-        fi
##############################################
mlterm-3.9.0/configure-18642-  test $ac_status = 0; }; then
mlterm-3.9.0/configure:18643:  pkg_cv_CAIRO_CFLAGS=`$PKG_CONFIG --cflags "cairo" 2>/dev/null`
mlterm-3.9.0/configure-18644-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
mlterm-3.9.0/configure-18659-  test $ac_status = 0; }; then
mlterm-3.9.0/configure:18660:  pkg_cv_CAIRO_LIBS=`$PKG_CONFIG --libs "cairo" 2>/dev/null`
mlterm-3.9.0/configure-18661-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
mlterm-3.9.0/configure-18680-        if test $_pkg_short_errors_supported = yes; then
mlterm-3.9.0/configure:18681:	        CAIRO_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "cairo" 2>&1`
mlterm-3.9.0/configure-18682-        else
mlterm-3.9.0/configure:18683:	        CAIRO_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "cairo" 2>&1`
mlterm-3.9.0/configure-18684-        fi
##############################################
mlterm-3.9.0/configure-18815-  test $ac_status = 0; }; then
mlterm-3.9.0/configure:18816:  pkg_cv_HB_CFLAGS=`$PKG_CONFIG --cflags "harfbuzz" 2>/dev/null`
mlterm-3.9.0/configure-18817-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
mlterm-3.9.0/configure-18832-  test $ac_status = 0; }; then
mlterm-3.9.0/configure:18833:  pkg_cv_HB_LIBS=`$PKG_CONFIG --libs "harfbuzz" 2>/dev/null`
mlterm-3.9.0/configure-18834-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
mlterm-3.9.0/configure-18853-        if test $_pkg_short_errors_supported = yes; then
mlterm-3.9.0/configure:18854:	        HB_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "harfbuzz" 2>&1`
mlterm-3.9.0/configure-18855-        else
mlterm-3.9.0/configure:18856:	        HB_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "harfbuzz" 2>&1`
mlterm-3.9.0/configure-18857-        fi
##############################################
mlterm-3.9.0/configure-19042-  test $ac_status = 0; }; then
mlterm-3.9.0/configure:19043:  pkg_cv_SSH2_CFLAGS=`$PKG_CONFIG --cflags "libssh2" 2>/dev/null`
mlterm-3.9.0/configure-19044-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
mlterm-3.9.0/configure-19059-  test $ac_status = 0; }; then
mlterm-3.9.0/configure:19060:  pkg_cv_SSH2_LIBS=`$PKG_CONFIG --libs "libssh2" 2>/dev/null`
mlterm-3.9.0/configure-19061-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
mlterm-3.9.0/configure-19080-        if test $_pkg_short_errors_supported = yes; then
mlterm-3.9.0/configure:19081:	        SSH2_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libssh2" 2>&1`
mlterm-3.9.0/configure-19082-        else
mlterm-3.9.0/configure:19083:	        SSH2_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libssh2" 2>&1`
mlterm-3.9.0/configure-19084-        fi
##############################################
mlterm-3.9.0/configure-19130-  test $ac_status = 0; }; then
mlterm-3.9.0/configure:19131:  pkg_cv_PROTOBUF_CFLAGS=`$PKG_CONFIG --cflags "protobuf" 2>/dev/null`
mlterm-3.9.0/configure-19132-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
mlterm-3.9.0/configure-19147-  test $ac_status = 0; }; then
mlterm-3.9.0/configure:19148:  pkg_cv_PROTOBUF_LIBS=`$PKG_CONFIG --libs "protobuf" 2>/dev/null`
mlterm-3.9.0/configure-19149-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
mlterm-3.9.0/configure-19168-        if test $_pkg_short_errors_supported = yes; then
mlterm-3.9.0/configure:19169:	        PROTOBUF_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "protobuf" 2>&1`
mlterm-3.9.0/configure-19170-        else
mlterm-3.9.0/configure:19171:	        PROTOBUF_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "protobuf" 2>&1`
mlterm-3.9.0/configure-19172-        fi
##############################################
mlterm-3.9.0/configure-19275-  test $ac_status = 0; }; then
mlterm-3.9.0/configure:19276:  pkg_cv_VTE_CFLAGS=`$PKG_CONFIG --cflags "vte-2.91" 2>/dev/null`
mlterm-3.9.0/configure-19277-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
mlterm-3.9.0/configure-19292-  test $ac_status = 0; }; then
mlterm-3.9.0/configure:19293:  pkg_cv_VTE_LIBS=`$PKG_CONFIG --libs "vte-2.91" 2>/dev/null`
mlterm-3.9.0/configure-19294-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
mlterm-3.9.0/configure-19313-        if test $_pkg_short_errors_supported = yes; then
mlterm-3.9.0/configure:19314:	        VTE_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "vte-2.91" 2>&1`
mlterm-3.9.0/configure-19315-        else
mlterm-3.9.0/configure:19316:	        VTE_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "vte-2.91" 2>&1`
mlterm-3.9.0/configure-19317-        fi
##############################################
mlterm-3.9.0/configure-19349-  test $ac_status = 0; }; then
mlterm-3.9.0/configure:19350:  pkg_cv_VTE_CFLAGS=`$PKG_CONFIG --cflags "vte-2.90" 2>/dev/null`
mlterm-3.9.0/configure-19351-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
mlterm-3.9.0/configure-19366-  test $ac_status = 0; }; then
mlterm-3.9.0/configure:19367:  pkg_cv_VTE_LIBS=`$PKG_CONFIG --libs "vte-2.90" 2>/dev/null`
mlterm-3.9.0/configure-19368-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
mlterm-3.9.0/configure-19387-        if test $_pkg_short_errors_supported = yes; then
mlterm-3.9.0/configure:19388:	        VTE_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "vte-2.90" 2>&1`
mlterm-3.9.0/configure-19389-        else
mlterm-3.9.0/configure:19390:	        VTE_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "vte-2.90" 2>&1`
mlterm-3.9.0/configure-19391-        fi
##############################################
mlterm-3.9.0/configure-19425-  test $ac_status = 0; }; then
mlterm-3.9.0/configure:19426:  pkg_cv_VTE_CFLAGS=`$PKG_CONFIG --cflags "vte" 2>/dev/null`
mlterm-3.9.0/configure-19427-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
mlterm-3.9.0/configure-19442-  test $ac_status = 0; }; then
mlterm-3.9.0/configure:19443:  pkg_cv_VTE_LIBS=`$PKG_CONFIG --libs "vte" 2>/dev/null`
mlterm-3.9.0/configure-19444-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
mlterm-3.9.0/configure-19463-        if test $_pkg_short_errors_supported = yes; then
mlterm-3.9.0/configure:19464:	        VTE_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "vte" 2>&1`
mlterm-3.9.0/configure-19465-        else
mlterm-3.9.0/configure:19466:	        VTE_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "vte" 2>&1`
mlterm-3.9.0/configure-19467-        fi
##############################################
mlterm-3.9.0/configure-19503-		fi
mlterm-3.9.0/configure:19504:		if test -z "$IMAGELIB_CFLAGS" -a "`echo ${tools}|$GREP mlimgloader`" = "" ; then
mlterm-3.9.0/configure-19505-			# If --with-imagelib option is not specified, mlimgloader is always built.
##############################################
mlterm-3.9.0/configure-19511-
mlterm-3.9.0/configure:19512:tools=`echo ${tools} | sed 's/,/ /g'`
mlterm-3.9.0/configure-19513-
##############################################
mlterm-3.9.0/configure-19550-     echo "timestamp, slept: $am_has_slept" > conftest.file
mlterm-3.9.0/configure:19551:     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
mlterm-3.9.0/configure-19552-     if test "$*" = "X"; then
mlterm-3.9.0/configure-19553-	# -L didn't work.
mlterm-3.9.0/configure:19554:	set X `ls -t "$srcdir/configure" conftest.file`
mlterm-3.9.0/configure-19555-     fi
##############################################
mlterm-3.9.0/configure-19601-ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
mlterm-3.9.0/configure:19602:program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
mlterm-3.9.0/configure-19603-
##############################################
mlterm-3.9.0/configure-19743-	   as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue
mlterm-3.9.0/configure:19744:	   case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
mlterm-3.9.0/configure-19745-	     'mkdir (GNU coreutils) '* | \
##############################################
mlterm-3.9.0/configure-19774-set x ${MAKE-make}
mlterm-3.9.0/configure:19775:ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
mlterm-3.9.0/configure-19776-if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
##############################################
mlterm-3.9.0/configure-19784-# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
mlterm-3.9.0/configure:19785:case `${MAKE-make} -f conftest.make 2>/dev/null` in
mlterm-3.9.0/configure-19786-  *@@@%%%=?*=@@@%%%*)
##############################################
mlterm-3.9.0/configure-19831-# Ignore all kinds of additional output from 'make'.
mlterm-3.9.0/configure:19832:case `$am_make -s -f confmf 2> /dev/null` in #(
mlterm-3.9.0/configure-19833-*the\ am__doit\ target*)
##############################################
mlterm-3.9.0/configure-19841-   echo '.include "confinc"' > confmf
mlterm-3.9.0/configure:19842:   case `$am_make -s -f confmf 2> /dev/null` in #(
mlterm-3.9.0/configure-19843-   *the\ am__doit\ target*)
##############################################
mlterm-3.9.0/configure-19913-
mlterm-3.9.0/configure:19914:if test "`cd $srcdir && pwd`" != "`pwd`"; then
mlterm-3.9.0/configure-19915-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
mlterm-3.9.0/configure-20015-  if test "$am_compiler_list" = ""; then
mlterm-3.9.0/configure:20016:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
mlterm-3.9.0/configure-20017-  fi
##############################################
mlterm-3.9.0/configure-20143-  if test "$am_compiler_list" = ""; then
mlterm-3.9.0/configure:20144:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
mlterm-3.9.0/configure-20145-  fi
##############################################
mlterm-3.9.0/configure-20784-    if test -f $ac_dir/$ac_word; then
mlterm-3.9.0/configure:20785:      if test -z "`$ac_dir/$ac_word -h 2>&1 | grep 'dv '`"; then
mlterm-3.9.0/configure-20786-	ac_cv_path_MSGFMT="$ac_dir/$ac_word"
##############################################
mlterm-3.9.0/configure-20903-    if test -f $ac_dir/$ac_word; then
mlterm-3.9.0/configure:20904:      if test -z "`$ac_dir/$ac_word -h 2>&1 | grep '(HELP)'`"; then
mlterm-3.9.0/configure-20905-	ac_cv_path_XGETTEXT="$ac_dir/$ac_word"
##############################################
mlterm-3.9.0/configure-21061-   if test "x$srcdir" != "x."; then
mlterm-3.9.0/configure:21062:     if test "x`echo $srcdir | sed 's@/.*@@'`" = "x"; then
mlterm-3.9.0/configure-21063-       posrcprefix="$srcdir/"
##############################################
mlterm-3.9.0/configure-21237-  test $ac_status = 0; }; then
mlterm-3.9.0/configure:21238:  pkg_cv_SDL_CFLAGS=`$PKG_CONFIG --cflags "sdl2" 2>/dev/null`
mlterm-3.9.0/configure-21239-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
mlterm-3.9.0/configure-21254-  test $ac_status = 0; }; then
mlterm-3.9.0/configure:21255:  pkg_cv_SDL_LIBS=`$PKG_CONFIG --libs "sdl2" 2>/dev/null`
mlterm-3.9.0/configure-21256-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
mlterm-3.9.0/configure-21275-        if test $_pkg_short_errors_supported = yes; then
mlterm-3.9.0/configure:21276:	        SDL_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "sdl2" 2>&1`
mlterm-3.9.0/configure-21277-        else
mlterm-3.9.0/configure:21278:	        SDL_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "sdl2" 2>&1`
mlterm-3.9.0/configure-21279-        fi
##############################################
mlterm-3.9.0/configure-21309-  test $ac_status = 0; }; then
mlterm-3.9.0/configure:21310:  pkg_cv_SDL_CFLAGS=`$PKG_CONFIG --cflags "sdl" 2>/dev/null`
mlterm-3.9.0/configure-21311-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
mlterm-3.9.0/configure-21326-  test $ac_status = 0; }; then
mlterm-3.9.0/configure:21327:  pkg_cv_SDL_LIBS=`$PKG_CONFIG --libs "sdl" 2>/dev/null`
mlterm-3.9.0/configure-21328-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
mlterm-3.9.0/configure-21347-        if test $_pkg_short_errors_supported = yes; then
mlterm-3.9.0/configure:21348:	        SDL_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "sdl" 2>&1`
mlterm-3.9.0/configure-21349-        else
mlterm-3.9.0/configure:21350:	        SDL_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "sdl" 2>&1`
mlterm-3.9.0/configure-21351-        fi
##############################################
mlterm-3.9.0/configure-21384-  test $ac_status = 0; }; then
mlterm-3.9.0/configure:21385:  pkg_cv_SDLTTF_CFLAGS=`$PKG_CONFIG --cflags "SDL2_ttf" 2>/dev/null`
mlterm-3.9.0/configure-21386-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
mlterm-3.9.0/configure-21401-  test $ac_status = 0; }; then
mlterm-3.9.0/configure:21402:  pkg_cv_SDLTTF_LIBS=`$PKG_CONFIG --libs "SDL2_ttf" 2>/dev/null`
mlterm-3.9.0/configure-21403-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
mlterm-3.9.0/configure-21422-        if test $_pkg_short_errors_supported = yes; then
mlterm-3.9.0/configure:21423:	        SDLTTF_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "SDL2_ttf" 2>&1`
mlterm-3.9.0/configure-21424-        else
mlterm-3.9.0/configure:21425:	        SDLTTF_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "SDL2_ttf" 2>&1`
mlterm-3.9.0/configure-21426-        fi
##############################################
mlterm-3.9.0/configure-21456-  test $ac_status = 0; }; then
mlterm-3.9.0/configure:21457:  pkg_cv_SDLTTF_CFLAGS=`$PKG_CONFIG --cflags "SDL_ttf" 2>/dev/null`
mlterm-3.9.0/configure-21458-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
mlterm-3.9.0/configure-21473-  test $ac_status = 0; }; then
mlterm-3.9.0/configure:21474:  pkg_cv_SDLTTF_LIBS=`$PKG_CONFIG --libs "SDL_ttf" 2>/dev/null`
mlterm-3.9.0/configure-21475-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
mlterm-3.9.0/configure-21494-        if test $_pkg_short_errors_supported = yes; then
mlterm-3.9.0/configure:21495:	        SDLTTF_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "SDL_ttf" 2>&1`
mlterm-3.9.0/configure-21496-        else
mlterm-3.9.0/configure:21497:	        SDLTTF_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "SDL_ttf" 2>&1`
mlterm-3.9.0/configure-21498-        fi
##############################################
mlterm-3.9.0/configure-21630-  test $ac_status = 0; }; then
mlterm-3.9.0/configure:21631:  pkg_cv_UIM_CFLAGS=`$PKG_CONFIG --cflags "uim >= 1.0.0" 2>/dev/null`
mlterm-3.9.0/configure-21632-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
mlterm-3.9.0/configure-21647-  test $ac_status = 0; }; then
mlterm-3.9.0/configure:21648:  pkg_cv_UIM_LIBS=`$PKG_CONFIG --libs "uim >= 1.0.0" 2>/dev/null`
mlterm-3.9.0/configure-21649-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
mlterm-3.9.0/configure-21668-        if test $_pkg_short_errors_supported = yes; then
mlterm-3.9.0/configure:21669:	        UIM_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "uim >= 1.0.0" 2>&1`
mlterm-3.9.0/configure-21670-        else
mlterm-3.9.0/configure:21671:	        UIM_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "uim >= 1.0.0" 2>&1`
mlterm-3.9.0/configure-21672-        fi
##############################################
mlterm-3.9.0/configure-21722-  test $ac_status = 0; }; then
mlterm-3.9.0/configure:21723:  pkg_cv_IIIMCF_CFLAGS=`$PKG_CONFIG --cflags "iiimf-lib-client" 2>/dev/null`
mlterm-3.9.0/configure-21724-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
mlterm-3.9.0/configure-21739-  test $ac_status = 0; }; then
mlterm-3.9.0/configure:21740:  pkg_cv_IIIMCF_LIBS=`$PKG_CONFIG --libs "iiimf-lib-client" 2>/dev/null`
mlterm-3.9.0/configure-21741-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
mlterm-3.9.0/configure-21760-        if test $_pkg_short_errors_supported = yes; then
mlterm-3.9.0/configure:21761:	        IIIMCF_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "iiimf-lib-client" 2>&1`
mlterm-3.9.0/configure-21762-        else
mlterm-3.9.0/configure:21763:	        IIIMCF_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "iiimf-lib-client" 2>&1`
mlterm-3.9.0/configure-21764-        fi
##############################################
mlterm-3.9.0/configure-22046-  test $ac_status = 0; }; then
mlterm-3.9.0/configure:22047:  pkg_cv_M17NLIB_CFLAGS=`$PKG_CONFIG --cflags "m17n-shell" 2>/dev/null`
mlterm-3.9.0/configure-22048-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
mlterm-3.9.0/configure-22063-  test $ac_status = 0; }; then
mlterm-3.9.0/configure:22064:  pkg_cv_M17NLIB_LIBS=`$PKG_CONFIG --libs "m17n-shell" 2>/dev/null`
mlterm-3.9.0/configure-22065-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
mlterm-3.9.0/configure-22084-        if test $_pkg_short_errors_supported = yes; then
mlterm-3.9.0/configure:22085:	        M17NLIB_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "m17n-shell" 2>&1`
mlterm-3.9.0/configure-22086-        else
mlterm-3.9.0/configure:22087:	        M17NLIB_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "m17n-shell" 2>&1`
mlterm-3.9.0/configure-22088-        fi
##############################################
mlterm-3.9.0/configure-22188-  test $ac_status = 0; }; then
mlterm-3.9.0/configure:22189:  pkg_cv_IBUS_CFLAGS=`$PKG_CONFIG --cflags "ibus-1.0 >= 1.3.0" 2>/dev/null`
mlterm-3.9.0/configure-22190-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
mlterm-3.9.0/configure-22205-  test $ac_status = 0; }; then
mlterm-3.9.0/configure:22206:  pkg_cv_IBUS_LIBS=`$PKG_CONFIG --libs "ibus-1.0 >= 1.3.0" 2>/dev/null`
mlterm-3.9.0/configure-22207-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
mlterm-3.9.0/configure-22226-        if test $_pkg_short_errors_supported = yes; then
mlterm-3.9.0/configure:22227:	        IBUS_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "ibus-1.0 >= 1.3.0" 2>&1`
mlterm-3.9.0/configure-22228-        else
mlterm-3.9.0/configure:22229:	        IBUS_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "ibus-1.0 >= 1.3.0" 2>&1`
mlterm-3.9.0/configure-22230-        fi
##############################################
mlterm-3.9.0/configure-22293-  test $ac_status = 0; }; then
mlterm-3.9.0/configure:22294:  pkg_cv_FCITX_CFLAGS=`$PKG_CONFIG --cflags "fcitx-gclient" 2>/dev/null`
mlterm-3.9.0/configure-22295-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
mlterm-3.9.0/configure-22310-  test $ac_status = 0; }; then
mlterm-3.9.0/configure:22311:  pkg_cv_FCITX_LIBS=`$PKG_CONFIG --libs "fcitx-gclient" 2>/dev/null`
mlterm-3.9.0/configure-22312-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
mlterm-3.9.0/configure-22331-        if test $_pkg_short_errors_supported = yes; then
mlterm-3.9.0/configure:22332:	        FCITX_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "fcitx-gclient" 2>&1`
mlterm-3.9.0/configure-22333-        else
mlterm-3.9.0/configure:22334:	        FCITX_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "fcitx-gclient" 2>&1`
mlterm-3.9.0/configure-22335-        fi
##############################################
mlterm-3.9.0/configure-22398-  test $ac_status = 0; }; then
mlterm-3.9.0/configure:22399:  pkg_cv_SCIM_CFLAGS=`$PKG_CONFIG --cflags "scim >= 1.4.0" 2>/dev/null`
mlterm-3.9.0/configure-22400-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
mlterm-3.9.0/configure-22415-  test $ac_status = 0; }; then
mlterm-3.9.0/configure:22416:  pkg_cv_SCIM_LIBS=`$PKG_CONFIG --libs "scim >= 1.4.0" 2>/dev/null`
mlterm-3.9.0/configure-22417-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
mlterm-3.9.0/configure-22436-        if test $_pkg_short_errors_supported = yes; then
mlterm-3.9.0/configure:22437:	        SCIM_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "scim >= 1.4.0" 2>&1`
mlterm-3.9.0/configure-22438-        else
mlterm-3.9.0/configure:22439:	        SCIM_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "scim >= 1.4.0" 2>&1`
mlterm-3.9.0/configure-22440-        fi
##############################################
mlterm-3.9.0/configure-22602-if test "$enable_shared" != "no" ; then
mlterm-3.9.0/configure:22603:	scrollbars=`echo ${scrollbars} | sed 's/,/ /g'`
mlterm-3.9.0/configure-22604-else
##############################################
mlterm-3.9.0/configure-22765-
mlterm-3.9.0/configure:22766:CHANGE_DATE=`head -n 1 ${top_srcdir-$srcdir}/ChangeLog | sed -n 's/^\([0-9]*-[0-9]*-[0-9]*\).*$/\1/p'`
mlterm-3.9.0/configure-22767-
##############################################
mlterm-3.9.0/configure-22777-  # for gui
mlterm-3.9.0/configure:22778:	ac_configure_args=`echo ${ac_configure_args} | sed 's/--with-gui=[A-Za-z0-9,]*/--with-gui=subdir/g'`
mlterm-3.9.0/configure-22779-	if test "$dl_ctl" != "no"; then
##############################################
mlterm-3.9.0/configure-22948-  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
mlterm-3.9.0/configure:22949:  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
mlterm-3.9.0/configure-22950-  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
##############################################
mlterm-3.9.0/configure-23043-if test -z "$BASH_VERSION$ZSH_VERSION" \
mlterm-3.9.0/configure:23044:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
mlterm-3.9.0/configure-23045-  as_echo='print -r --'
mlterm-3.9.0/configure-23046-  as_echo_n='print -rn --'
mlterm-3.9.0/configure:23047:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
mlterm-3.9.0/configure-23048-  as_echo='printf %s\n'
##############################################
mlterm-3.9.0/configure-23050-else
mlterm-3.9.0/configure:23051:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
mlterm-3.9.0/configure-23052-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
mlterm-3.9.0/configure-23060-	expr "X$arg" : "X\\(.*\\)$as_nl";
mlterm-3.9.0/configure:23061:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
mlterm-3.9.0/configure-23062-      esac;
##############################################
mlterm-3.9.0/configure-23137-# ----------------------------------------
mlterm-3.9.0/configure:23138:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
mlterm-3.9.0/configure-23139-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
mlterm-3.9.0/configure-23209-  {
mlterm-3.9.0/configure:23210:    as_val=`expr "$@" || test $? -eq 1`
mlterm-3.9.0/configure-23211-  }
##############################################
mlterm-3.9.0/configure-23313-      case $as_dir in #(
mlterm-3.9.0/configure:23314:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
mlterm-3.9.0/configure-23315-      *) as_qdir=$as_dir;;
##############################################
mlterm-3.9.0/configure-23448-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
mlterm-3.9.0/configure:23449:ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
mlterm-3.9.0/configure-23450-ac_cs_version="\\
##############################################
mlterm-3.9.0/configure-23473-  --*=?*)
mlterm-3.9.0/configure:23474:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
mlterm-3.9.0/configure:23475:    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
mlterm-3.9.0/configure-23476-    ac_shift=:
##############################################
mlterm-3.9.0/configure-23478-  --*=)
mlterm-3.9.0/configure:23479:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
mlterm-3.9.0/configure-23480-    ac_optarg=
##############################################
mlterm-3.9.0/configure-23502-    case $ac_optarg in
mlterm-3.9.0/configure:23503:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
mlterm-3.9.0/configure-23504-    '') as_fn_error $? "missing file argument" ;;
##############################################
mlterm-3.9.0/configure-23510-    case $ac_optarg in
mlterm-3.9.0/configure:23511:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
mlterm-3.9.0/configure-23512-    esac
##############################################
mlterm-3.9.0/configure-23578-delay_variable_subst='$delay_variable_subst'
mlterm-3.9.0/configure:23579:AS='`$ECHO "$AS" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/configure:23580:DLLTOOL='`$ECHO "$DLLTOOL" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/configure:23581:OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/configure:23582:macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/configure:23583:macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/configure:23584:enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/configure:23585:enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/configure:23586:pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/configure:23587:enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/configure:23588:shared_archive_member_spec='`$ECHO "$shared_archive_member_spec" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/configure:23589:SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/configure:23590:ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/configure:23591:PATH_SEPARATOR='`$ECHO "$PATH_SEPARATOR" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/configure:23592:host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/configure:23593:host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/configure:23594:host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/configure:23595:build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/configure:23596:build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/configure:23597:build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/configure:23598:SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/configure:23599:Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/configure:23600:GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/configure:23601:EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/configure:23602:FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/configure:23603:LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/configure:23604:NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/configure:23605:LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/configure:23606:max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/configure:23607:ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/configure:23608:exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/configure:23609:lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/configure:23610:lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/configure:23611:lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/configure:23612:lt_cv_to_host_file_cmd='`$ECHO "$lt_cv_to_host_file_cmd" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/configure:23613:lt_cv_to_tool_file_cmd='`$ECHO "$lt_cv_to_tool_file_cmd" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/configure:23614:reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/configure:23615:reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/configure:23616:deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/configure:23617:file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/configure:23618:file_magic_glob='`$ECHO "$file_magic_glob" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/configure:23619:want_nocaseglob='`$ECHO "$want_nocaseglob" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/configure:23620:sharedlib_from_linklib_cmd='`$ECHO "$sharedlib_from_linklib_cmd" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/configure:23621:AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/configure:23622:AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/configure:23623:archiver_list_spec='`$ECHO "$archiver_list_spec" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/configure:23624:STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/configure:23625:RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/configure:23626:old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/configure:23627:old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/configure:23628:old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/configure:23629:lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/configure:23630:CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/configure:23631:CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/configure:23632:compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/configure:23633:GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/configure:23634:lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/configure:23635:lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/configure:23636:lt_cv_sys_global_symbol_to_import='`$ECHO "$lt_cv_sys_global_symbol_to_import" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/configure:23637:lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/configure:23638:lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address_lib_prefix" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/configure:23639:lt_cv_nm_interface='`$ECHO "$lt_cv_nm_interface" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/configure:23640:nm_file_list_spec='`$ECHO "$nm_file_list_spec" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/configure:23641:lt_sysroot='`$ECHO "$lt_sysroot" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/configure:23642:lt_cv_truncate_bin='`$ECHO "$lt_cv_truncate_bin" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/configure:23643:objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/configure:23644:MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/configure:23645:lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/configure:23646:lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/configure:23647:lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/configure:23648:lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/configure:23649:lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/configure:23650:need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/configure:23651:MANIFEST_TOOL='`$ECHO "$MANIFEST_TOOL" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/configure:23652:DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/configure:23653:NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/configure:23654:LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/configure:23655:OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/configure:23656:OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/configure:23657:libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/configure:23658:shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/configure:23659:extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/configure:23660:archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/configure:23661:enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/configure:23662:export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/configure:23663:whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/configure:23664:compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/configure:23665:old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/configure:23666:old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/configure:23667:archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/configure:23668:archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/configure:23669:module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/configure:23670:module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/configure:23671:with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/configure:23672:allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/configure:23673:no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/configure:23674:hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/configure:23675:hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/configure:23676:hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/configure:23677:hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/configure:23678:hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/configure:23679:hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/configure:23680:hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/configure:23681:inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/configure:23682:link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/configure:23683:always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/configure:23684:export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/configure:23685:exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/configure:23686:include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/configure:23687:prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/configure:23688:postlink_cmds='`$ECHO "$postlink_cmds" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/configure:23689:file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/configure:23690:variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/configure:23691:need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/configure:23692:need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/configure:23693:version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/configure:23694:runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/configure:23695:shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/configure:23696:shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/configure:23697:libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/configure:23698:library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/configure:23699:soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/configure:23700:install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/configure:23701:postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/configure:23702:postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/configure:23703:finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/configure:23704:finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/configure:23705:hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/configure:23706:sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/configure:23707:configure_time_dlsearch_path='`$ECHO "$configure_time_dlsearch_path" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/configure:23708:configure_time_lt_sys_library_path='`$ECHO "$configure_time_lt_sys_library_path" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/configure:23709:hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/configure:23710:enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/configure:23711:enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/configure:23712:enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/configure:23713:old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/configure:23714:striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/configure:23715:compiler_lib_search_dirs='`$ECHO "$compiler_lib_search_dirs" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/configure:23716:predep_objects='`$ECHO "$predep_objects" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/configure:23717:postdep_objects='`$ECHO "$postdep_objects" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/configure:23718:predeps='`$ECHO "$predeps" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/configure:23719:postdeps='`$ECHO "$postdeps" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/configure:23720:compiler_lib_search_path='`$ECHO "$compiler_lib_search_path" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/configure:23721:LD_CXX='`$ECHO "$LD_CXX" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/configure:23722:reload_flag_CXX='`$ECHO "$reload_flag_CXX" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/configure:23723:reload_cmds_CXX='`$ECHO "$reload_cmds_CXX" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/configure:23724:old_archive_cmds_CXX='`$ECHO "$old_archive_cmds_CXX" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/configure:23725:compiler_CXX='`$ECHO "$compiler_CXX" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/configure:23726:GCC_CXX='`$ECHO "$GCC_CXX" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/configure:23727:lt_prog_compiler_no_builtin_flag_CXX='`$ECHO "$lt_prog_compiler_no_builtin_flag_CXX" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/configure:23728:lt_prog_compiler_pic_CXX='`$ECHO "$lt_prog_compiler_pic_CXX" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/configure:23729:lt_prog_compiler_wl_CXX='`$ECHO "$lt_prog_compiler_wl_CXX" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/configure:23730:lt_prog_compiler_static_CXX='`$ECHO "$lt_prog_compiler_static_CXX" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/configure:23731:lt_cv_prog_compiler_c_o_CXX='`$ECHO "$lt_cv_prog_compiler_c_o_CXX" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/configure:23732:archive_cmds_need_lc_CXX='`$ECHO "$archive_cmds_need_lc_CXX" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/configure:23733:enable_shared_with_static_runtimes_CXX='`$ECHO "$enable_shared_with_static_runtimes_CXX" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/configure:23734:export_dynamic_flag_spec_CXX='`$ECHO "$export_dynamic_flag_spec_CXX" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/configure:23735:whole_archive_flag_spec_CXX='`$ECHO "$whole_archive_flag_spec_CXX" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/configure:23736:compiler_needs_object_CXX='`$ECHO "$compiler_needs_object_CXX" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/configure:23737:old_archive_from_new_cmds_CXX='`$ECHO "$old_archive_from_new_cmds_CXX" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/configure:23738:old_archive_from_expsyms_cmds_CXX='`$ECHO "$old_archive_from_expsyms_cmds_CXX" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/configure:23739:archive_cmds_CXX='`$ECHO "$archive_cmds_CXX" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/configure:23740:archive_expsym_cmds_CXX='`$ECHO "$archive_expsym_cmds_CXX" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/configure:23741:module_cmds_CXX='`$ECHO "$module_cmds_CXX" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/configure:23742:module_expsym_cmds_CXX='`$ECHO "$module_expsym_cmds_CXX" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/configure:23743:with_gnu_ld_CXX='`$ECHO "$with_gnu_ld_CXX" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/configure:23744:allow_undefined_flag_CXX='`$ECHO "$allow_undefined_flag_CXX" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/configure:23745:no_undefined_flag_CXX='`$ECHO "$no_undefined_flag_CXX" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/configure:23746:hardcode_libdir_flag_spec_CXX='`$ECHO "$hardcode_libdir_flag_spec_CXX" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/configure:23747:hardcode_libdir_separator_CXX='`$ECHO "$hardcode_libdir_separator_CXX" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/configure:23748:hardcode_direct_CXX='`$ECHO "$hardcode_direct_CXX" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/configure:23749:hardcode_direct_absolute_CXX='`$ECHO "$hardcode_direct_absolute_CXX" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/configure:23750:hardcode_minus_L_CXX='`$ECHO "$hardcode_minus_L_CXX" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/configure:23751:hardcode_shlibpath_var_CXX='`$ECHO "$hardcode_shlibpath_var_CXX" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/configure:23752:hardcode_automatic_CXX='`$ECHO "$hardcode_automatic_CXX" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/configure:23753:inherit_rpath_CXX='`$ECHO "$inherit_rpath_CXX" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/configure:23754:link_all_deplibs_CXX='`$ECHO "$link_all_deplibs_CXX" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/configure:23755:always_export_symbols_CXX='`$ECHO "$always_export_symbols_CXX" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/configure:23756:export_symbols_cmds_CXX='`$ECHO "$export_symbols_cmds_CXX" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/configure:23757:exclude_expsyms_CXX='`$ECHO "$exclude_expsyms_CXX" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/configure:23758:include_expsyms_CXX='`$ECHO "$include_expsyms_CXX" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/configure:23759:prelink_cmds_CXX='`$ECHO "$prelink_cmds_CXX" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/configure:23760:postlink_cmds_CXX='`$ECHO "$postlink_cmds_CXX" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/configure:23761:file_list_spec_CXX='`$ECHO "$file_list_spec_CXX" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/configure:23762:hardcode_action_CXX='`$ECHO "$hardcode_action_CXX" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/configure:23763:compiler_lib_search_dirs_CXX='`$ECHO "$compiler_lib_search_dirs_CXX" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/configure:23764:predep_objects_CXX='`$ECHO "$predep_objects_CXX" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/configure:23765:postdep_objects_CXX='`$ECHO "$postdep_objects_CXX" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/configure:23766:predeps_CXX='`$ECHO "$predeps_CXX" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/configure:23767:postdeps_CXX='`$ECHO "$postdeps_CXX" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/configure:23768:compiler_lib_search_path_CXX='`$ECHO "$compiler_lib_search_path_CXX" | $SED "$delay_single_quote_subst"`'
mlterm-3.9.0/configure-23769-
##############################################
mlterm-3.9.0/configure-23882-compiler_lib_search_path_CXX; do
mlterm-3.9.0/configure:23883:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
mlterm-3.9.0/configure-23884-    *[\\\\\\\`\\"\\\$]*)
mlterm-3.9.0/configure:23885:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\"" ## exclude from sc_prohibit_nested_quotes
mlterm-3.9.0/configure-23886-      ;;
##############################################
mlterm-3.9.0/configure-23924-postlink_cmds_CXX; do
mlterm-3.9.0/configure:23925:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
mlterm-3.9.0/configure-23926-    *[\\\\\\\`\\"\\\$]*)
mlterm-3.9.0/configure:23927:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\"" ## exclude from sc_prohibit_nested_quotes
mlterm-3.9.0/configure-23928-      ;;
##############################################
mlterm-3.9.0/configure-24024-fi
mlterm-3.9.0/configure:24025:ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
mlterm-3.9.0/configure-24026-if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
##############################################
mlterm-3.9.0/configure-24041-  as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
mlterm-3.9.0/configure:24042:ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
mlterm-3.9.0/configure-24043-ac_delim='%!_!# '
##############################################
mlterm-3.9.0/configure-24047-
mlterm-3.9.0/configure:24048:  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
mlterm-3.9.0/configure-24049-  if test $ac_delim_n = $ac_delim_num; then
##############################################
mlterm-3.9.0/configure-24185-for ac_last_try in false false :; do
mlterm-3.9.0/configure:24186:  ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
mlterm-3.9.0/configure-24187-  if test -z "$ac_tt"; then
##############################################
mlterm-3.9.0/configure-24317-      esac
mlterm-3.9.0/configure:24318:      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
mlterm-3.9.0/configure-24319-      as_fn_append ac_file_inputs " '$ac_f'"
##############################################
mlterm-3.9.0/configure-24376-*)
mlterm-3.9.0/configure:24377:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
mlterm-3.9.0/configure-24378-  # A ".." for each directory in $ac_dir_suffix.
mlterm-3.9.0/configure:24379:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
mlterm-3.9.0/configure-24380-  case $ac_top_builddir_sub in
##############################################
mlterm-3.9.0/configure-24437-/@mandir@/p'
mlterm-3.9.0/configure:24438:case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
mlterm-3.9.0/configure-24439-*datarootdir*) ac_datarootdir_seen=yes;;
##############################################
mlterm-3.9.0/configure-24454-
mlterm-3.9.0/configure:24455:# Neutralize VPATH when `$srcdir' = `.'.
mlterm-3.9.0/configure-24456-# Shell code in configure.ac might set extrasub.
##############################################
mlterm-3.9.0/configure-24482-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
mlterm-3.9.0/configure:24483:  { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
mlterm-3.9.0/configure-24484-  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' \
##############################################
mlterm-3.9.0/configure-24528-    * )
mlterm-3.9.0/configure:24529:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
mlterm-3.9.0/configure-24530-  esac
##############################################
mlterm-3.9.0/configure-25058-    *:)
mlterm-3.9.0/configure:25059:        eval $1=\"`$ECHO $2 | $SED 's/:/ /g'` \$$1\"
mlterm-3.9.0/configure-25060-        ;;
mlterm-3.9.0/configure-25061-    x:*)
mlterm-3.9.0/configure:25062:        eval $1=\"\$$1 `$ECHO $2 | $SED 's/:/ /g'`\"
mlterm-3.9.0/configure-25063-        ;;
mlterm-3.9.0/configure-25064-    *::*)
mlterm-3.9.0/configure:25065:        eval $1=\"\$$1\ `$ECHO $2 | $SED -e 's/.*:://' -e 's/:/ /g'`\"
mlterm-3.9.0/configure:25066:        eval $1=\"`$ECHO $2 | $SED -e 's/::.*//' -e 's/:/ /g'`\ \$$1\"
mlterm-3.9.0/configure-25067-        ;;
mlterm-3.9.0/configure-25068-    *)
mlterm-3.9.0/configure:25069:        eval $1=\"`$ECHO $2 | $SED 's/:/ /g'`\"
mlterm-3.9.0/configure-25070-        ;;
##############################################
mlterm-3.9.0/configure-25085-    done
mlterm-3.9.0/configure:25086:    func_cc_basename_result=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
mlterm-3.9.0/configure-25087-}
##############################################
mlterm-3.9.0/configure-25288-    # Strip MF so we end up with the name of the file.
mlterm-3.9.0/configure:25289:    mf=`echo "$mf" | sed -e 's/:.*$//'`
mlterm-3.9.0/configure-25290-    # Check whether this is an Automake generated Makefile or not.
##############################################
mlterm-3.9.0/configure-25325-    # from the Makefile without running 'make'.
mlterm-3.9.0/configure:25326:    DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
mlterm-3.9.0/configure-25327-    test -z "$DEPDIR" && continue
mlterm-3.9.0/configure:25328:    am__include=`sed -n 's/^am__include = //p' < "$mf"`
mlterm-3.9.0/configure-25329-    test -z "$am__include" && continue
mlterm-3.9.0/configure:25330:    am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
mlterm-3.9.0/configure-25331-    # Find all dependency output files, they are included files with
##############################################
mlterm-3.9.0/configure-25445-      case $ac_arg in
mlterm-3.9.0/configure:25446:      *\'*) ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
mlterm-3.9.0/configure-25447-      esac
##############################################
mlterm-3.9.0/configure-25455-  case $ac_arg in
mlterm-3.9.0/configure:25456:  *\'*) ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
mlterm-3.9.0/configure-25457-  esac
##############################################
mlterm-3.9.0/configure-25484-*)
mlterm-3.9.0/configure:25485:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
mlterm-3.9.0/configure-25486-  # A ".." for each directory in $ac_dir_suffix.
mlterm-3.9.0/configure:25487:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
mlterm-3.9.0/configure-25488-  case $ac_top_builddir_sub in