Re-built autotools files.
http://code.google.com/p/wy60/source/detail?r=26
Modified:
/trunk/Makefile.am
/trunk/Makefile.in
/trunk/aclocal.m4
/trunk/config.h.in
/trunk/configure
/trunk/configure.ac
/trunk/wy60.c
/trunk/wy60.man.in
/trunk/wy60.ps
=======================================
--- /trunk/Makefile.am Sun Jul 26 17:12:03 2009
+++ /trunk/Makefile.am Sat Aug 29 11:30:08 2009
@@ -4,7 +4,7 @@
etcdir = "$(sysconfdir)"
etc_DATA = wy60.rc
EXTRA_DIST = wy60.rc wy60.man.in wy60.ps
-CPPFLAGS = -DETCDIR="\"$(sysconfdir)\""
+AM_CPPFLAGS = -DETCDIR="\"$(sysconfdir)\""
all: wy60.1
wy60.1: wy60.man.in
$(AWK) '{ gsub(/@SYSCONFDIR@/, "$(sysconfdir)"); print }'
<"$(srcdir)/wy60.man.in" >wy60.1
=======================================
--- /trunk/Makefile.in Sun Jul 26 17:22:50 2009
+++ /trunk/Makefile.in Sat Aug 29 11:30:08 2009
@@ -1,8 +1,9 @@
-# Makefile.in generated by automake 1.9.6 from Makefile.am.
+# Makefile.in generated by automake 1.11 from Makefile.am.
# @configure_input@
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
-# 2003, 2004, 2005 Free Software Foundation, Inc.
+# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
+# Inc.
# This Makefile.in is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
# with or without modifications, as long as this notice is preserved.
@@ -15,15 +16,12 @@
@SET_MAKE@
-srcdir = @srcdir@
-top_srcdir = @top_srcdir@
VPATH = @srcdir@
pkgdatadir = $(datadir)/@PACKAGE@
-pkglibdir = $(libdir)/@PACKAGE@
pkgincludedir = $(includedir)/@PACKAGE@
-top_builddir = .
+pkglibdir = $(libdir)/@PACKAGE@
+pkglibexecdir = $(libexecdir)/@PACKAGE@
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
-INSTALL = @INSTALL@
install_sh_DATA = $(install_sh) -c -m 644
install_sh_PROGRAM = $(install_sh) -c
install_sh_SCRIPT = $(install_sh) -c
@@ -46,36 +44,51 @@
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
$(ACLOCAL_M4)
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
- configure.lineno configure.status.lineno
+ configure.lineno config.status.lineno
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
CONFIG_HEADER = config.h
CONFIG_CLEAN_FILES =
+CONFIG_CLEAN_VPATH_FILES =
am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(man1dir)" \
"$(DESTDIR)$(etcdir)"
-binPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
PROGRAMS = $(bin_PROGRAMS)
am_wy60_OBJECTS = wy60.$(OBJEXT)
wy60_OBJECTS = $(am_wy60_OBJECTS)
wy60_LDADD = $(LDADD)
-DEFAULT_INCLUDES = -I. -I$(srcdir) -I.
+DEFAULT_INCLUDES = -I.@am__isrc@
depcomp = $(SHELL) $(top_srcdir)/depcomp
am__depfiles_maybe = depfiles
+am__mv = mv -f
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
CCLD = $(CC)
LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
SOURCES = $(wy60_SOURCES)
DIST_SOURCES = $(wy60_SOURCES)
-man1dir = $(mandir)/man1
-NROFF = nroff
-MANS = $(man_MANS)
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
am__vpath_adj = case $$p in \
$(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
*) f=$$p;; \
esac;
-am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
-etcDATA_INSTALL = $(INSTALL_DATA)
+am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
+am__install_max = 40
+am__nobase_strip_setup = \
+ srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
+am__nobase_strip = \
+ for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
+am__nobase_list = $(am__nobase_strip_setup); \
+ for p in $$list; do echo "$$p $$p"; done | \
+ sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' |
\
+ $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
+ if (++n[$$2] == $(am__install_max)) \
+ { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
+ END { for (dir in files) print dir, files[dir] }'
+am__base_list = \
+ sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
+ sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
+man1dir = $(mandir)/man1
+NROFF = nroff
+MANS = $(man_MANS)
DATA = $(etc_DATA)
ETAGS = etags
CTAGS = ctags
@@ -83,16 +96,14 @@
distdir = $(PACKAGE)-$(VERSION)
top_distdir = $(distdir)
am__remove_distdir = \
- { test ! -d $(distdir) \
- || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
- && rm -fr $(distdir); }; }
+ { test ! -d "$(distdir)" \
+ || { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
+ && rm -fr "$(distdir)"; }; }
DIST_ARCHIVES = $(distdir).tar.gz
GZIP_ENV = --best
distuninstallcheck_listfiles = find . -type f -print
distcleancheck_listfiles = find . -type f -print
ACLOCAL = @ACLOCAL@
-AMDEP_FALSE = @AMDEP_FALSE@
-AMDEP_TRUE = @AMDEP_TRUE@
AMTAR = @AMTAR@
AUTOCONF = @AUTOCONF@
AUTOHEADER = @AUTOHEADER@
@@ -102,7 +113,7 @@
CCDEPMODE = @CCDEPMODE@
CFLAGS = @CFLAGS@
CPP = @CPP@
-CPPFLAGS = -DETCDIR="\"$(sysconfdir)\""
+CPPFLAGS = @CPPFLAGS@
CYGPATH_W = @CYGPATH_W@
DEFS = @DEFS@
DEPDIR = @DEPDIR@
@@ -112,6 +123,7 @@
EGREP = @EGREP@
EXEEXT = @EXEEXT@
GREP = @GREP@
+INSTALL = @INSTALL@
INSTALL_DATA = @INSTALL_DATA@
INSTALL_PROGRAM = @INSTALL_PROGRAM@
INSTALL_SCRIPT = @INSTALL_SCRIPT@
@@ -122,21 +134,25 @@
LN_S = @LN_S@
LTLIBOBJS = @LTLIBOBJS@
MAKEINFO = @MAKEINFO@
+MKDIR_P = @MKDIR_P@
OBJEXT = @OBJEXT@
PACKAGE = @PACKAGE@
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
PACKAGE_NAME = @PACKAGE_NAME@
PACKAGE_STRING = @PACKAGE_STRING@
PACKAGE_TARNAME = @PACKAGE_TARNAME@
+PACKAGE_URL = @PACKAGE_URL@
PACKAGE_VERSION = @PACKAGE_VERSION@
PATH_SEPARATOR = @PATH_SEPARATOR@
SET_MAKE = @SET_MAKE@
SHELL = @SHELL@
STRIP = @STRIP@
VERSION = @VERSION@
+abs_builddir = @abs_builddir@
+abs_srcdir = @abs_srcdir@
+abs_top_builddir = @abs_top_builddir@
+abs_top_srcdir = @abs_top_srcdir@
ac_ct_CC = @ac_ct_CC@
-am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
-am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
am__include = @am__include@
am__leading_dot = @am__leading_dot@
am__quote = @am__quote@
@@ -144,6 +160,7 @@
am__untar = @am__untar@
bindir = @bindir@
build_alias = @build_alias@
+builddir = @builddir@
datadir = @datadir@
datarootdir = @datarootdir@
docdir = @docdir@
@@ -167,13 +184,18 @@
psdir = @psdir@
sbindir = @sbindir@
sharedstatedir = @sharedstatedir@
+srcdir = @srcdir@
sysconfdir = @sysconfdir@
target_alias = @target_alias@
+top_build_prefix = @top_build_prefix@
+top_builddir = @top_builddir@
+top_srcdir = @top_srcdir@
wy60_SOURCES = wy60.c wy60.h
man_MANS = wy60.1
etcdir = "$(sysconfdir)"
etc_DATA = wy60.rc
EXTRA_DIST = wy60.rc wy60.man.in wy60.ps
+AM_CPPFLAGS = -DETCDIR="\"$(sysconfdir)\""
all: config.h
$(MAKE) $(AM_MAKEFLAGS) all-am
@@ -185,15 +207,15 @@
@for dep in $?; do \
case '$(am__configure_deps)' in \
*$$dep*) \
- echo ' cd $(srcdir) && $(AUTOMAKE) --gnu '; \
- cd $(srcdir) && $(AUTOMAKE) --gnu \
+ echo ' cd $(srcdir) && $(AUTOMAKE) --gnu'; \
+ $(am__cd) $(srcdir) && $(AUTOMAKE) --gnu \
&& exit 0; \
exit 1;; \
esac; \
done; \
- echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \
- cd $(top_srcdir) && \
- $(AUTOMAKE) --gnu Makefile
+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \
+ $(am__cd) $(top_srcdir) && \
+ $(AUTOMAKE) --gnu Makefile
.PRECIOUS: Makefile
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
@case '$?' in \
@@ -209,21 +231,22 @@
$(SHELL) ./config.status --recheck
$(top_srcdir)/configure: $(am__configure_deps)
- cd $(srcdir) && $(AUTOCONF)
+ $(am__cd) $(srcdir) && $(AUTOCONF)
$(ACLOCAL_M4): $(am__aclocal_m4_deps)
- cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
+ $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
+$(am__aclocal_m4_deps):
config.h: stamp-h1
@if test ! -f $@; then \
rm -f stamp-h1; \
- $(MAKE) stamp-h1; \
+ $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
else :; fi
stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
@rm -f stamp-h1
cd $(top_builddir) && $(SHELL) ./config.status config.h
$(srcdir)/config.h.in: $(am__configure_deps)
- cd $(top_srcdir) && $(AUTOHEADER)
+ ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
rm -f stamp-h1
touch $@
@@ -231,30 +254,44 @@
-rm -f config.h stamp-h1
install-binPROGRAMS: $(bin_PROGRAMS)
@$(NORMAL_INSTALL)
- test -z "$(bindir)" || $(mkdir_p) "$(DESTDIR)$(bindir)"
- @list='$(bin_PROGRAMS)'; for p in $$list; do \
- p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
- if test -f $$p \
- ; then \
- f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
- echo " $(INSTALL_PROGRAM_ENV)
$(binPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(bindir)/$$f'"; \
- $(INSTALL_PROGRAM_ENV)
$(binPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(bindir)/$$f" || exit 1; \
- else :; fi; \
- done
+ test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
+ @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
+ for p in $$list; do echo "$$p $$p"; done | \
+ sed 's/$(EXEEXT)$$//' | \
+ while read p p1; do if test -f $$p; \
+ then echo "$$p"; echo "$$p"; else :; fi; \
+ done | \
+ sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
+ -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
+ sed 'N;N;N;s,\n, ,g' | \
+ $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
+ { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
+ if ($$2 == $$4) files[d] = files[d] " " $$1; \
+ else { print "f", $$3 "/" $$4, $$1; } } \
+ END { for (d in files) print "f", d, files[d] }' | \
+ while read type dir files; do \
+ if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
+ test -z "$$files" || { \
+ echo " $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM)
$$files '$(DESTDIR)$(bindir)$$dir'"; \
+ $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM)
$$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
+ } \
+ ; done
uninstall-binPROGRAMS:
@$(NORMAL_UNINSTALL)
- @list='$(bin_PROGRAMS)'; for p in $$list; do \
- f=`echo "$$p" |
sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
- echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \
- rm -f "$(DESTDIR)$(bindir)/$$f"; \
- done
+ @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
+ files=`for p in $$list; do echo "$$p"; done | \
+ sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
+ -e 's/$$/$(EXEEXT)/' `; \
+ test -n "$$list" || exit 0; \
+ echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
+ cd "$(DESTDIR)$(bindir)" && rm -f $$files
clean-binPROGRAMS:
-test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
wy60$(EXEEXT): $(wy60_OBJECTS) $(wy60_DEPENDENCIES)
@rm -f wy60$(EXEEXT)
- $(LINK) $(wy60_LDFLAGS) $(wy60_OBJECTS) $(wy60_LDADD) $(LIBS)
+ $(LINK) $(wy60_OBJECTS) $(wy60_LDADD) $(LIBS)
mostlyclean-compile:
-rm -f *.$(OBJEXT)
@@ -265,164 +302,180 @@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wy60.Po@am__quote@
.c.o:
-@am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo"
-c -o $@ $<; \
-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else
rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
+@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o
$@ $<
+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no
@AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp)
@AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(COMPILE) -c $<
.c.obj:
-@am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo"
-c -o $@ `$(CYGPATH_W) '$<'`; \
-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else
rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
+@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o
$@ `$(CYGPATH_W) '$<'`
+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no
@AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp)
@AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
-uninstall-info-am:
-install-man1: $(man1_MANS) $(man_MANS)
+install-man1: $(man_MANS)
@$(NORMAL_INSTALL)
- test -z "$(man1dir)" || $(mkdir_p) "$(DESTDIR)$(man1dir)"
- @list='$(man1_MANS) $(dist_man1_MANS) $(nodist_man1_MANS)'; \
- l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \
- for i in $$l2; do \
- case "$$i" in \
- *.1*) list="$$list $$i" ;; \
- esac; \
+ test -z "$(man1dir)" || $(MKDIR_P) "$(DESTDIR)$(man1dir)"
+ @list=''; test -n "$(man1dir)" || exit 0; \
+ { for i in $$list; do echo "$$i"; done; \
+ l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
+ sed -n '/\.1[a-z]*$$/p'; \
+ } | while read p; do \
+ if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
+ echo "$$d$$p"; echo "$$p"; \
+ done | \
+ sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
+ -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
+ sed 'N;N;s,\n, ,g' | { \
+ list=; while read file base inst; do \
+ if test "$$base" = "$$inst"; then list="$$list $$file"; else \
+ echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \
+ $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man1dir)/$$inst" || exit $$?; \
+ fi; \
done; \
- for i in $$list; do \
- if test -f $(srcdir)/$$i; then file=$(srcdir)/$$i; \
- else file=$$i; fi; \
- ext=`echo $$i | sed -e 's/^.*\\.//'`; \
- case "$$ext" in \
- 1*) ;; \
- *) ext='1' ;; \
- esac; \
- inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
- inst=`echo $$inst | sed -e 's/^.*\///'`; \
- inst=`echo $$inst | sed '$(transform)'`.$$ext; \
- echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \
- $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man1dir)/$$inst"; \
- done
+ for i in $$list; do echo "$$i"; done | $(am__base_list) | \
+ while read files; do \
+ test -z "$$files" || { \
+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man1dir)'"; \
+ $(INSTALL_DATA) $$files "$(DESTDIR)$(man1dir)" || exit $$?; }; \
+ done; }
+
uninstall-man1:
@$(NORMAL_UNINSTALL)
- @list='$(man1_MANS) $(dist_man1_MANS) $(nodist_man1_MANS)'; \
- l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \
- for i in $$l2; do \
- case "$$i" in \
- *.1*) list="$$list $$i" ;; \
- esac; \
- done; \
- for i in $$list; do \
- ext=`echo $$i | sed -e 's/^.*\\.//'`; \
- case "$$ext" in \
- 1*) ;; \
- *) ext='1' ;; \
- esac; \
- inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
- inst=`echo $$inst | sed -e 's/^.*\///'`; \
- inst=`echo $$inst | sed '$(transform)'`.$$ext; \
- echo " rm -f '$(DESTDIR)$(man1dir)/$$inst'"; \
- rm -f "$(DESTDIR)$(man1dir)/$$inst"; \
- done
+ @list=''; test -n "$(man1dir)" || exit 0; \
+ files=`{ for i in $$list; do echo "$$i"; done; \
+ l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
+ sed -n '/\.1[a-z]*$$/p'; \
+ } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
+ -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
+ test -z "$$files" || { \
+ echo " ( cd '$(DESTDIR)$(man1dir)' && rm -f" $$files ")"; \
+ cd "$(DESTDIR)$(man1dir)" && rm -f $$files; }
install-etcDATA: $(etc_DATA)
@$(NORMAL_INSTALL)
- test -z "$(etcdir)" || $(mkdir_p) "$(DESTDIR)$(etcdir)"
- @list='$(etc_DATA)'; for p in $$list; do \
+ test -z "$(etcdir)" || $(MKDIR_P) "$(DESTDIR)$(etcdir)"
+ @list='$(etc_DATA)'; test -n "$(etcdir)" || list=; \
+ for p in $$list; do \
if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
- f=$(am__strip_dir) \
- echo " $(etcDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(etcdir)/$$f'"; \
- $(etcDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(etcdir)/$$f"; \
+ echo "$$d$$p"; \
+ done | $(am__base_list) | \
+ while read files; do \
+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(etcdir)'"; \
+ $(INSTALL_DATA) $$files "$(DESTDIR)$(etcdir)" || exit $$?; \
done
uninstall-etcDATA:
@$(NORMAL_UNINSTALL)
- @list='$(etc_DATA)'; for p in $$list; do \
- f=$(am__strip_dir) \
- echo " rm -f '$(DESTDIR)$(etcdir)/$$f'"; \
- rm -f "$(DESTDIR)$(etcdir)/$$f"; \
- done
+ @list='$(etc_DATA)'; test -n "$(etcdir)" || list=; \
+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
+ test -n "$$files" || exit 0; \
+ echo " ( cd '$(DESTDIR)$(etcdir)' && rm -f" $$files ")"; \
+ cd "$(DESTDIR)$(etcdir)" && rm -f $$files
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
unique=`for i in $$list; do \
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
done | \
- $(AWK) ' { files[$$0] = 1; } \
- END { for (i in files) print i; }'`; \
+ $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
+ END { if (nonempty) { for (i in files) print i; }; }'`; \
mkid -fID $$unique
tags: TAGS
TAGS: $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
$(TAGS_FILES) $(LISP)
- tags=; \
+ set x; \
here=`pwd`; \
list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
unique=`for i in $$list; do \
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
done | \
- $(AWK) ' { files[$$0] = 1; } \
- END { for (i in files) print i; }'`; \
- if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
+ $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
+ END { if (nonempty) { for (i in files) print i; }; }'`; \
+ shift; \
+ if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
test -n "$$unique" || unique=$$empty_fix; \
- $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
- $$tags $$unique; \
+ if test $$# -gt 0; then \
+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
+ "$$@" $$unique; \
+ else \
+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
+ $$unique; \
+ fi; \
fi
ctags: CTAGS
CTAGS: $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
$(TAGS_FILES) $(LISP)
- tags=; \
- here=`pwd`; \
list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
unique=`for i in $$list; do \
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
done | \
- $(AWK) ' { files[$$0] = 1; } \
- END { for (i in files) print i; }'`; \
- test -z "$(CTAGS_ARGS)$$tags$$unique" \
+ $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
+ END { if (nonempty) { for (i in files) print i; }; }'`; \
+ test -z "$(CTAGS_ARGS)$$unique" \
|| $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
- $$tags $$unique
+ $$unique
GTAGS:
here=`$(am__cd) $(top_builddir) && pwd` \
- && cd $(top_srcdir) \
- && gtags -i $(GTAGS_ARGS) $$here
+ && $(am__cd) $(top_srcdir) \
+ && gtags -i $(GTAGS_ARGS) "$$here"
distclean-tags:
-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
distdir: $(DISTFILES)
+ @list='$(MANS)'; if test -n "$$list"; then \
+ list=`for p in $$list; do \
+ if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
+ if test -f "$$d$$p"; then echo "$$d$$p"; else :; fi; done`; \
+ if test -n "$$list" && \
+ grep 'ab help2man is required to generate this page' $$list
>/dev/null; then \
+ echo "error: found man pages containing the \`missing help2man'
replacement text:" >&2; \
+ grep -l 'ab help2man is required to generate this page' $$list |
sed 's/^/ /' >&2; \
+ echo " to fix them, install help2man, remove and regenerate the
man pages;" >&2; \
+ echo " typically \`make maintainer-clean' will remove them"
>&2; \
+ exit 1; \
+ else :; fi; \
+ else :; fi
$(am__remove_distdir)
- mkdir $(distdir)
- @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
- topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
- list='$(DISTFILES)'; for file in $$list; do \
- case $$file in \
- $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
- $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|
$(top_builddir)/|"`;; \
- esac; \
+ test -d "$(distdir)" || mkdir "$(distdir)"
+ @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
+ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
+ list='$(DISTFILES)'; \
+ dist_files=`for file in $$list; do echo $$file; done | \
+ sed -e "s|^$$srcdirstrip/||;t" \
+ -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
+ case $$dist_files in \
+ */*) $(MKDIR_P) `echo "$$dist_files" | \
+ sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
+ sort -u` ;; \
+ esac; \
+ for file in $$dist_files; do \
if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
- dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
- if test "$$dir" != "$$file" && test "$$dir" != "."; then \
- dir="/$$dir"; \
- $(mkdir_p) "$(distdir)$$dir"; \
- else \
- dir=''; \
- fi; \
if test -d $$d/$$file; then \
+ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
+ if test -d "$(distdir)/$$file"; then \
+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {}
\;; \
+ fi; \
if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
- cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
+ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {}
\;; \
fi; \
- cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
+ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
else \
- test -f $(distdir)/$$file \
- || cp -p $$d/$$file $(distdir)/$$file \
+ test -f "$(distdir)/$$file" \
+ || cp -p $$d/$$file "$(distdir)/$$file" \
|| exit 1; \
fi; \
done
- -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
+ -test -n "$(am__skip_mode_fix)" \
+ || find "$(distdir)" -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
! -type d ! -perm -400 -exec chmod a+r {} \; -o \
- ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \
- || chmod -R a+r $(distdir)
+ ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
+ || chmod -R a+r "$(distdir)"
dist-gzip: distdir
tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c
>$(distdir).tar.gz
$(am__remove_distdir)
@@ -431,6 +484,14 @@
tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
$(am__remove_distdir)
+dist-lzma: distdir
+ tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
+ $(am__remove_distdir)
+
+dist-xz: distdir
+ tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz
+ $(am__remove_distdir)
+
dist-tarZ: distdir
tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
$(am__remove_distdir)
@@ -457,6 +518,10 @@
GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
*.tar.bz2*) \
bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
+ *.tar.lzma*) \
+ unlzma -c $(distdir).tar.lzma | $(am__untar) ;;\
+ *.tar.xz*) \
+ xz -dc $(distdir).tar.xz | $(am__untar) ;;\
*.tar.Z*) \
uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
*.shar.gz*) \
@@ -468,9 +533,11 @@
mkdir $(distdir)/_build
mkdir $(distdir)/_inst
chmod a-w $(distdir)
+ test -d $(distdir)/_build || exit 0; \
dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed
-e 's,^[^:\\/]:[\\/],/,'` \
&& dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
- && cd $(distdir)/_build \
+ && am__cwd=`pwd` \
+ && $(am__cd) $(distdir)/_build \
&& ../configure --srcdir=.. --prefix="$$dc_install_base" \
$(DISTCHECK_CONFIGURE_FLAGS) \
&& $(MAKE) $(AM_MAKEFLAGS) \
@@ -492,13 +559,15 @@
&& rm -rf "$$dc_destdir" \
&& $(MAKE) $(AM_MAKEFLAGS) dist \
&& rm -rf $(DIST_ARCHIVES) \
- && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
+ && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
+ && cd "$$am__cwd" \
+ || exit 1
$(am__remove_distdir)
@(echo "$(distdir) archives ready for distribution: "; \
list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
- sed -e '1{h;s/./=/g;p;x;}' -e '$${p;x;}'
+ sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
distuninstallcheck:
- @cd $(distuninstallcheck_dir) \
+ @$(am__cd) '$(distuninstallcheck_dir)' \
&& test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
|| { echo "ERROR: files left after uninstall:" ; \
if test -n "$(DESTDIR)"; then \
@@ -520,7 +589,7 @@
all-am: Makefile $(PROGRAMS) $(MANS) $(DATA) config.h
installdirs:
for dir
in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(man1dir)" "$(DESTDIR)$(etcdir)"; do \
- test -z "$$dir" || $(mkdir_p) "$$dir"; \
+ test -z "$$dir" || $(MKDIR_P) "$$dir"; \
done
install: install-am
install-exec: install-exec-am
@@ -542,6 +611,7 @@
distclean-generic:
-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f
$(CONFIG_CLEAN_VPATH_FILES)
maintainer-clean-generic:
@echo "This command is intended for maintainers to use"
@@ -563,18 +633,38 @@
html: html-am
+html-am:
+
info: info-am
info-am:
install-data-am: install-etcDATA install-man
+install-dvi: install-dvi-am
+
+install-dvi-am:
+
install-exec-am: install-binPROGRAMS
+install-html: install-html-am
+
+install-html-am:
+
install-info: install-info-am
+install-info-am:
+
install-man: install-man1
+install-pdf: install-pdf-am
+
+install-pdf-am:
+
+install-ps: install-ps-am
+
+install-ps-am:
+
installcheck-am:
maintainer-clean: maintainer-clean-am
@@ -596,31 +686,35 @@
ps-am:
-uninstall-am: uninstall-binPROGRAMS uninstall-etcDATA \
- uninstall-info-am uninstall-man
+uninstall-am: uninstall-binPROGRAMS uninstall-etcDATA uninstall-man
uninstall-man: uninstall-man1
+.MAKE: all install-am install-strip
+
.PHONY: CTAGS GTAGS all all-am am--refresh check check-am clean \
clean-binPROGRAMS clean-generic ctags dist dist-all dist-bzip2 \
- dist-gzip dist-shar dist-tarZ dist-zip distcheck distclean \
- distclean-compile distclean-generic distclean-hdr \
- distclean-tags distcleancheck distdir distuninstallcheck dvi \
- dvi-am html html-am info info-am install install-am \
- install-binPROGRAMS install-data install-data-am \
- install-etcDATA install-exec install-exec-am install-info \
- install-info-am install-man install-man1 install-strip \
- installcheck installcheck-am installdirs maintainer-clean \
- maintainer-clean-generic mostlyclean mostlyclean-compile \
- mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \
- uninstall-am uninstall-binPROGRAMS uninstall-etcDATA \
- uninstall-info-am uninstall-man uninstall-man1
+ dist-gzip dist-lzma dist-shar dist-tarZ dist-xz dist-zip \
+ distcheck distclean distclean-compile distclean-generic \
+ distclean-hdr distclean-tags distcleancheck distdir \
+ distuninstallcheck dvi dvi-am html html-am info info-am \
+ install install-am install-binPROGRAMS install-data \
+ install-data-am install-dvi install-dvi-am install-etcDATA \
+ install-exec install-exec-am install-html install-html-am \
+ install-info install-info-am install-man install-man1 \
+ install-pdf install-pdf-am install-ps install-ps-am \
+ install-strip installcheck installcheck-am installdirs \
+ maintainer-clean maintainer-clean-generic mostlyclean \
+ mostlyclean-compile mostlyclean-generic pdf pdf-am ps ps-am \
+ tags uninstall uninstall-am uninstall-binPROGRAMS \
+ uninstall-etcDATA uninstall-man uninstall-man1
all: wy60.1
wy60.1: wy60.man.in
$(AWK) '{ gsub(/@SYSCONFDIR@/, "$(sysconfdir)"); print }'
<"$(srcdir)/wy60.man.in" >wy60.1
-man -Tps "./$(srcdir)/wy60.1" >wy60.ps~ 2>/dev/null && mv wy60.ps~
wy60.ps
rm -f wy60.ps~
+
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.
.NOEXPORT:
=======================================
--- /trunk/aclocal.m4 Sun Jul 26 17:22:50 2009
+++ /trunk/aclocal.m4 Sat Aug 29 11:30:08 2009
@@ -1,7 +1,7 @@
-# generated automatically by aclocal 1.9.6 -*- Autoconf -*-
+# generated automatically by aclocal 1.11 -*- Autoconf -*-
# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
-# 2005 Free Software Foundation, Inc.
+# 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
# This file is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
# with or without modifications, as long as this notice is preserved.
@@ -11,7 +11,15 @@
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
# PARTICULAR PURPOSE.
-# Copyright (C) 2002, 2003, 2005 Free Software Foundation, Inc.
+m4_ifndef([AC_AUTOCONF_VERSION],
+ [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
+m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.64],,
+[m4_warning([this file was generated for autoconf 2.64.
+You have another version of autoconf. It may work, but is not guaranteed
to.
+If you have problems, you may need to regenerate the build system entirely.
+To do so, use the procedure documented by the package, typically
`autoreconf'.])])
+
+# Copyright (C) 2002, 2003, 2005, 2006, 2007, 2008 Free Software
Foundation, Inc.
#
# This file is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
@@ -21,14 +29,31 @@
# ----------------------------
# Automake X.Y traces this macro to ensure aclocal.m4 has been
# generated from the m4 files accompanying Automake X.Y.
-AC_DEFUN([AM_AUTOMAKE_VERSION], [am__api_version="1.9"])
+# (This private macro should not be called outside this file.)
+AC_DEFUN([AM_AUTOMAKE_VERSION],
+[am__api_version='1.11'
+dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to
+dnl require some minimum version. Point them to the right macro.
+m4_if([$1], [1.11], [],
+ [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl
+])
+
+# _AM_AUTOCONF_VERSION(VERSION)
+# -----------------------------
+# aclocal traces this macro to find the Autoconf version.
+# This is a private macro too. Using m4_define simplifies
+# the logic in aclocal, which can simply ignore this definition.
+m4_define([_AM_AUTOCONF_VERSION], [])
# AM_SET_CURRENT_AUTOMAKE_VERSION
# -------------------------------
-# Call AM_AUTOMAKE_VERSION so it can be traced.
-# This function is AC_REQUIREd by AC_INIT_AUTOMAKE.
+# Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced.
+# This function is AC_REQUIREd by AM_INIT_AUTOMAKE.
AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION],
- [AM_AUTOMAKE_VERSION([1.9.6])])
+[AM_AUTOMAKE_VERSION([1.11])dnl
+m4_ifndef([AC_AUTOCONF_VERSION],
+ [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
+_AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))])
# AM_AUX_DIR_EXPAND -*- Autoconf
-*-
@@ -85,14 +110,14 @@
# AM_CONDITIONAL -*- Autoconf
-*-
-# Copyright (C) 1997, 2000, 2001, 2003, 2004, 2005
+# Copyright (C) 1997, 2000, 2001, 2003, 2004, 2005, 2006, 2008
# Free Software Foundation, Inc.
#
# This file is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
# with or without modifications, as long as this notice is preserved.
-# serial 7
+# serial 9
# AM_CONDITIONAL(NAME, SHELL-CONDITION)
# -------------------------------------
@@ -101,8 +126,11 @@
[AC_PREREQ(2.52)dnl
ifelse([$1], [TRUE], [AC_FATAL([$0: invalid condition: $1])],
[$1], [FALSE], [AC_FATAL([$0: invalid condition: $1])])dnl
-AC_SUBST([$1_TRUE])
-AC_SUBST([$1_FALSE])
+AC_SUBST([$1_TRUE])dnl
+AC_SUBST([$1_FALSE])dnl
+_AM_SUBST_NOTMAKE([$1_TRUE])dnl
+_AM_SUBST_NOTMAKE([$1_FALSE])dnl
+m4_define([_AM_COND_VALUE_$1], [$2])dnl
if $2; then
$1_TRUE=
$1_FALSE='#'
@@ -116,15 +144,14 @@
Usually this means the macro was only invoked conditionally.]])
fi])])
-
-# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005
+# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2009
# Free Software Foundation, Inc.
#
# This file is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
# with or without modifications, as long as this notice is preserved.
-# serial 8
+# serial 10
# There are a few dirty hacks below to avoid letting `AC_PROG_CC' be
# written in clear, in which case automake, when reading aclocal.m4,
@@ -152,6 +179,7 @@
ifelse([$1], CC, [depcc="$CC" am_compiler_list=],
[$1], CXX, [depcc="$CXX" am_compiler_list=],
[$1], OBJC, [depcc="$OBJC" am_compiler_list='gcc3 gcc'],
+ [$1], UPC, [depcc="$UPC" am_compiler_list=],
[$1], GCJ, [depcc="$GCJ" am_compiler_list='gcc3 gcc'],
[depcc="$$1" am_compiler_list=])
@@ -180,6 +208,16 @@
if test "$am_compiler_list" = ""; then
am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp`
fi
+ am__universal=false
+ m4_case([$1], [CC],
+ [case " $depcc " in #(
+ *\ -arch\ *\ -arch\ *) am__universal=true ;;
+ esac],
+ [CXX],
+ [case " $depcc " in #(
+ *\ -arch\ *\ -arch\ *) am__universal=true ;;
+ esac])
+
for depmode in $am_compiler_list; do
# Setup a source with many dependencies, because some compilers
# like to wrap large dependency lists on column 80 (with \), and
@@ -197,7 +235,17 @@
done
echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
+ # We check with `-c' and `-o' for the sake of the "dashmstdout"
+ # mode. It turns out that the SunPro C++ compiler does not properly
+ # handle `-M -o', and we need to detect this. Also, some Intel
+ # versions had trouble with output in subdirs
+ am__obj=sub/conftest.${OBJEXT-o}
+ am__minus_obj="-o $am__obj"
case $depmode in
+ gcc)
+ # This depmode causes a compiler race in universal mode.
+ test "$am__universal" = false || continue
+ ;;
nosideeffect)
# after this tag, mechanisms are not by side-effect, so they'll
# only be used when explicitly requested
@@ -207,18 +255,23 @@
break
fi
;;
+ msvisualcpp | msvcmsys)
+ # This compiler won't grok `-c -o', but also, the minuso test has
+ # not run yet. These depmodes are late enough in the game, and
+ # so weak that their functioning should not be impacted.
+ am__obj=conftest.${OBJEXT-o}
+ am__minus_obj=
+ ;;
none) break ;;
esac
- # We check with `-c' and `-o' for the sake of the "dashmstdout"
- # mode. It turns out that the SunPro C++ compiler does not properly
- # handle `-M -o', and we need to detect this.
if depmode=$depmode \
- source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
+ source=sub/conftest.c object=$am__obj \
depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
- $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o}
sub/conftest.c \
+ $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
>/dev/null 2>conftest.err &&
+ grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
- grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 &&
+ grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
${MAKE-make} -s -f confmf > /dev/null 2>&1; then
# icc doesn't choke on unknown options, it will just issue warnings
# or remarks (even with -Werror). So we grep stderr for any message
@@ -269,61 +322,74 @@
AMDEPBACKSLASH='\'
fi
AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno])
-AC_SUBST([AMDEPBACKSLASH])
+AC_SUBST([AMDEPBACKSLASH])dnl
+_AM_SUBST_NOTMAKE([AMDEPBACKSLASH])dnl
])
# Generate code to set up dependency tracking. -*- Autoconf
-*-
-# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005
+# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2008
# Free Software Foundation, Inc.
#
# This file is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
# with or without modifications, as long as this notice is preserved.
-#serial 3
+#serial 5
# _AM_OUTPUT_DEPENDENCY_COMMANDS
# ------------------------------
AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS],
-[for mf in $CONFIG_FILES; do
- # Strip MF so we end up with the name of the file.
- mf=`echo "$mf" | sed -e 's/:.*$//'`
- # Check whether this is an Automake generated Makefile or not.
- # We used to match only the files named `Makefile.in', but
- # some people rename them; so instead we look at the file content.
- # Grep'ing the first line is not enough: some people post-process
- # each Makefile.in and add a new line on top of each file to say so.
- # So let's grep whole file.
- if grep '^#.*generated by automake' $mf > /dev/null 2>&1; then
- dirpart=`AS_DIRNAME("$mf")`
- else
- continue
- fi
- # Extract the definition of DEPDIR, am__include, and am__quote
- # from the Makefile without running `make'.
- DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
- test -z "$DEPDIR" && continue
- am__include=`sed -n 's/^am__include = //p' < "$mf"`
- test -z "am__include" && continue
- am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
- # When using ansi2knr, U may be empty or an underscore; expand it
- U=`sed -n 's/^U = //p' < "$mf"`
- # Find all dependency output files, they are included files with
- # $(DEPDIR) in their names. We invoke sed twice because it is the
- # simplest approach to changing $(DEPDIR) to its actual value in the
- # expansion.
- for file in `sed -n "
- s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" |
\
- sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
- # Make sure the directory exists.
- test -f "$dirpart/$file" && continue
- fdir=`AS_DIRNAME(["$file"])`
- AS_MKDIR_P([$dirpart/$fdir])
- # echo "creating $dirpart/$file"
- echo '# dummy' > "$dirpart/$file"
+[{
+ # Autoconf 2.62 quotes --file arguments for eval, but not when files
+ # are listed without --file. Let's play safe and only enable the eval
+ # if we detect the quoting.
+ case $CONFIG_FILES in
+ *\'*) eval set x "$CONFIG_FILES" ;;
+ *) set x $CONFIG_FILES ;;
+ esac
+ shift
+ for mf
+ do
+ # Strip MF so we end up with the name of the file.
+ mf=`echo "$mf" | sed -e 's/:.*$//'`
+ # Check whether this is an Automake generated Makefile or not.
+ # We used to match only the files named `Makefile.in', but
+ # some people rename them; so instead we look at the file content.
+ # Grep'ing the first line is not enough: some people post-process
+ # each Makefile.in and add a new line on top of each file to say so.
+ # Grep'ing the whole file is not good either: AIX grep has a line
+ # limit of 2048, but all sed's we know have understand at least 4000.
+ if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X
>/dev/null 2>&1; then
+ dirpart=`AS_DIRNAME("$mf")`
+ else
+ continue
+ fi
+ # Extract the definition of DEPDIR, am__include, and am__quote
+ # from the Makefile without running `make'.
+ DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
+ test -z "$DEPDIR" && continue
+ am__include=`sed -n 's/^am__include = //p' < "$mf"`
+ test -z "am__include" && continue
+ am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
+ # When using ansi2knr, U may be empty or an underscore; expand it
+ U=`sed -n 's/^U = //p' < "$mf"`
+ # Find all dependency output files, they are included files with
+ # $(DEPDIR) in their names. We invoke sed twice because it is the
+ # simplest approach to changing $(DEPDIR) to its actual value in the
+ # expansion.
+ for file in `sed -n "
+ s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf"
| \
+ sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
+ # Make sure the directory exists.
+ test -f "$dirpart/$file" && continue
+ fdir=`AS_DIRNAME(["$file"])`
+ AS_MKDIR_P([$dirpart/$fdir])
+ # echo "creating $dirpart/$file"
+ echo '# dummy' > "$dirpart/$file"
+ done
done
-done
+}
])# _AM_OUTPUT_DEPENDENCY_COMMANDS
@@ -354,14 +420,14 @@
# Do all the work for Automake. -*- Autoconf
-*-
-# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005
-# Free Software Foundation, Inc.
+# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
+# 2005, 2006, 2008, 2009 Free Software Foundation, Inc.
#
# This file is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
# with or without modifications, as long as this notice is preserved.
-# serial 12
+# serial 16
# This macro actually does too much. Some checks are only needed if
# your package does certain things. But this isn't really a big deal.
@@ -378,16 +444,20 @@
# arguments mandatory, and then we can depend on a new Autoconf
# release and drop the old call support.
AC_DEFUN([AM_INIT_AUTOMAKE],
-[AC_PREREQ([2.58])dnl
+[AC_PREREQ([2.62])dnl
dnl Autoconf wants to disallow AM_ names. We explicitly allow
dnl the ones we care about.
m4_pattern_allow([^AM_[A-Z]+FLAGS$])dnl
AC_REQUIRE([AM_SET_CURRENT_AUTOMAKE_VERSION])dnl
AC_REQUIRE([AC_PROG_INSTALL])dnl
-# test to see if srcdir already configured
-if test "`cd $srcdir && pwd`" != "`pwd`" &&
- test -f $srcdir/config.status; then
- AC_MSG_ERROR([source directory already configured; run "make distclean"
there first])
+if test "`cd $srcdir && pwd`" != "`pwd`"; then
+ # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
+ # is not polluted with repeated "-I."
+ AC_SUBST([am__isrc], [' -I$(srcdir)'])_AM_SUBST_NOTMAKE([am__isrc])dnl
+ # test to see if srcdir already configured
+ if test -f $srcdir/config.status; then
+ AC_MSG_ERROR([source directory already configured; run "make
distclean" there first])
+ fi
fi
# test whether we have cygpath
@@ -407,6 +477,9 @@
AC_SUBST([PACKAGE], [$1])dnl
AC_SUBST([VERSION], [$2])],
[_AM_SET_OPTIONS([$1])dnl
+dnl Diagnose old-style AC_INIT with new-style AM_AUTOMAKE_INIT.
+m4_if(m4_ifdef([AC_PACKAGE_NAME], 1)m4_ifdef([AC_PACKAGE_VERSION], 1), 11,,
+ [m4_fatal([AC_INIT should be called with package and version
arguments])])dnl
AC_SUBST([PACKAGE], ['AC_PACKAGE_TARNAME'])dnl
AC_SUBST([VERSION], ['AC_PACKAGE_VERSION'])])dnl
@@ -422,8 +495,8 @@
AM_MISSING_PROG(AUTOMAKE, automake-${am__api_version})
AM_MISSING_PROG(AUTOHEADER, autoheader)
AM_MISSING_PROG(MAKEINFO, makeinfo)
-AM_PROG_INSTALL_SH
-AM_PROG_INSTALL_STRIP
+AC_REQUIRE([AM_PROG_INSTALL_SH])dnl
+AC_REQUIRE([AM_PROG_INSTALL_STRIP])dnl
AC_REQUIRE([AM_PROG_MKDIR_P])dnl
# We need awk for the "check" target. The system "awk" is bad on
# some platforms.
@@ -431,20 +504,37 @@
AC_REQUIRE([AC_PROG_MAKE_SET])dnl
AC_REQUIRE([AM_SET_LEADING_DOT])dnl
_AM_IF_OPTION([tar-ustar], [_AM_PROG_TAR([ustar])],
- [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])],
- [_AM_PROG_TAR([v7])])])
+ [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])],
+ [_AM_PROG_TAR([v7])])])
_AM_IF_OPTION([no-dependencies],,
[AC_PROVIDE_IFELSE([AC_PROG_CC],
- [_AM_DEPENDENCIES(CC)],
- [define([AC_PROG_CC],
- defn([AC_PROG_CC])[_AM_DEPENDENCIES(CC)])])dnl
+ [_AM_DEPENDENCIES(CC)],
+ [define([AC_PROG_CC],
+ defn([AC_PROG_CC])[_AM_DEPENDENCIES(CC)])])dnl
AC_PROVIDE_IFELSE([AC_PROG_CXX],
- [_AM_DEPENDENCIES(CXX)],
- [define([AC_PROG_CXX],
- defn([AC_PROG_CXX])[_AM_DEPENDENCIES(CXX)])])dnl
+ [_AM_DEPENDENCIES(CXX)],
+ [define([AC_PROG_CXX],
+ defn([AC_PROG_CXX])[_AM_DEPENDENCIES(CXX)])])dnl
+AC_PROVIDE_IFELSE([AC_PROG_OBJC],
+ [_AM_DEPENDENCIES(OBJC)],
+ [define([AC_PROG_OBJC],
+ defn([AC_PROG_OBJC])[_AM_DEPENDENCIES(OBJC)])])dnl
])
+_AM_IF_OPTION([silent-rules], [AC_REQUIRE([AM_SILENT_RULES])])dnl
+dnl The `parallel-tests' driver may need to know about EXEEXT, so add the
+dnl `am__EXEEXT' conditional if _AM_COMPILER_EXEEXT was seen. This macro
+dnl is hooked onto _AC_COMPILER_EXEEXT early, see below.
+AC_CONFIG_COMMANDS_PRE(dnl
+[m4_provide_if([_AM_COMPILER_EXEEXT],
+ [AM_CONDITIONAL([am__EXEEXT], [test -n "$EXEEXT"])])])dnl
])
+dnl Hook into `_AC_COMPILER_EXEEXT' early to learn its expansion. Do not
+dnl add the conditional right here, as _AC_COMPILER_EXEEXT may be further
+dnl mangled by Autoconf and run in a shell conditional statement.
+m4_define([_AC_COMPILER_EXEEXT],
+m4_defn([_AC_COMPILER_EXEEXT])[m4_provide([_AM_COMPILER_EXEEXT])])
+
# When config.status generates a header, we must update the stamp-h file.
# This file resides in the same directory as the config header
@@ -455,18 +545,19 @@
# our stamp files there.
AC_DEFUN([_AC_AM_CONFIG_HEADER_HOOK],
[# Compute $1's index in $config_headers.
+_am_arg=$1
_am_stamp_count=1
for _am_header in $config_headers :; do
case $_am_header in
- $1 | $1:* )
+ $_am_arg | $_am_arg:* )
break ;;
* )
_am_stamp_count=`expr $_am_stamp_count + 1` ;;
esac
done
-echo "timestamp for $1" >`AS_DIRNAME([$1])`/stamp-h[]$_am_stamp_count])
-
-# Copyright (C) 2001, 2003, 2005 Free Software Foundation, Inc.
+echo "timestamp for $_am_arg"
>`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
+
+# Copyright (C) 2001, 2003, 2005, 2008 Free Software Foundation, Inc.
#
# This file is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
@@ -477,7 +568,14 @@
# Define $install_sh.
AC_DEFUN([AM_PROG_INSTALL_SH],
[AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
-install_sh=${install_sh-"$am_aux_dir/install-sh"}
+if test x"${install_sh}" != xset; then
+ case $am_aux_dir in
+ *\ * | *\ *)
+ install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;
+ *)
+ install_sh="\${SHELL} $am_aux_dir/install-sh"
+ esac
+fi
AC_SUBST(install_sh)])
# Copyright (C) 2003, 2005 Free Software Foundation, Inc.
@@ -503,13 +601,13 @@
# Check to see how 'make' treats includes. -*- Autoconf -*-
-# Copyright (C) 2001, 2002, 2003, 2005 Free Software Foundation, Inc.
+# Copyright (C) 2001, 2002, 2003, 2005, 2009 Free Software Foundation,
Inc.
#
# This file is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
# with or without modifications, as long as this notice is preserved.
-# serial 3
+# serial 4
# AM_MAKE_INCLUDE()
# -----------------
@@ -518,7 +616,7 @@
[am_make=${MAKE-make}
cat > confinc << 'END'
am__doit:
- @echo done
+ @echo this is the am__doit target
.PHONY: am__doit
END
# If we don't find an include directive, just comment out the code.
@@ -528,24 +626,24 @@
_am_result=none
# First try GNU make style include.
echo "include confinc" > confmf
-# We grep out `Entering directory' and `Leaving directory'
-# messages which can occur if `w' ends up in MAKEFLAGS.
-# In particular we don't look at `^make:' because GNU make might
-# be invoked under some other name (usually "gmake"), in which
-# case it prints its new name instead of `make'.
-if test "`$am_make -s -f confmf 2> /dev/null | grep -v 'ing directory'`"
= "done"; then
- am__include=include
- am__quote=
- _am_result=GNU
-fi
+# Ignore all kinds of additional output from `make'.
+case `$am_make -s -f confmf 2> /dev/null` in #(
+*the\ am__doit\ target*)
+ am__include=include
+ am__quote=
+ _am_result=GNU
+ ;;
+esac
# Now try BSD make style include.
if test "$am__include" = "#"; then
echo '.include "confinc"' > confmf
- if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then
- am__include=.include
- am__quote="\""
- _am_result=BSD
- fi
+ case `$am_make -s -f confmf 2> /dev/null` in #(
+ *the\ am__doit\ target*)
+ am__include=.include
+ am__quote="\""
+ _am_result=BSD
+ ;;
+ esac
fi
AC_SUBST([am__include])
AC_SUBST([am__quote])
@@ -555,14 +653,14 @@
# Fake the existence of programs that GNU maintainers use. -*- Autoconf
-*-
-# Copyright (C) 1997, 1999, 2000, 2001, 2003, 2005
+# Copyright (C) 1997, 1999, 2000, 2001, 2003, 2004, 2005, 2008
# Free Software Foundation, Inc.
#
# This file is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
# with or without modifications, as long as this notice is preserved.
-# serial 4
+# serial 6
# AM_MISSING_PROG(NAME, PROGRAM)
# ------------------------------
@@ -578,7 +676,15 @@
# If it does, set am_missing_run to use it, otherwise, to nothing.
AC_DEFUN([AM_MISSING_HAS_RUN],
[AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
-test x"${MISSING+set}" = xset || MISSING="\${SHELL} $am_aux_dir/missing"
+AC_REQUIRE_AUX_FILE([missing])dnl
+if test x"${MISSING+set}" != xset; then
+ case $am_aux_dir in
+ *\ * | *\ *)
+ MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;;
+ *)
+ MISSING="\${SHELL} $am_aux_dir/missing" ;;
+ esac
+fi
# Use eval to expand $SHELL
if eval "$MISSING --run true"; then
am_missing_run="$MISSING --run "
@@ -588,7 +694,7 @@
fi
])
-# Copyright (C) 2003, 2004, 2005 Free Software Foundation, Inc.
+# Copyright (C) 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
#
# This file is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
@@ -596,70 +702,33 @@
# AM_PROG_MKDIR_P
# ---------------
-# Check whether `mkdir -p' is supported, fallback to mkinstalldirs
otherwise.
-#
-# Automake 1.8 used `mkdir -m 0755 -p --' to ensure that directories
-# created by `make install' are always world readable, even if the
-# installer happens to have an overly restrictive umask (e.g. 077).
-# This was a mistake. There are at least two reasons why we must not
-# use `-m 0755':
-# - it causes special bits like SGID to be ignored,
-# - it may be too restrictive (some setups expect 775 directories).
-#
-# Do not use -m 0755 and let people choose whatever they expect by
-# setting umask.
-#
-# We cannot accept any implementation of `mkdir' that recognizes `-p'.
-# Some implementations (such as Solaris 8's) are not thread-safe: if a
-# parallel make tries to run `mkdir -p a/b' and `mkdir -p a/c'
-# concurrently, both version can detect that a/ is missing, but only
-# one can create it and the other will error out. Consequently we
-# restrict ourselves to GNU make (using the --version option ensures
-# this.)
+# Check for `mkdir -p'.
AC_DEFUN([AM_PROG_MKDIR_P],
-[if mkdir -p --version . >/dev/null 2>&1 && test ! -d ./--version; then
- # We used to keeping the `.' as first argument, in order to
- # allow $(mkdir_p) to be used without argument. As in
- # $(mkdir_p) $(somedir)
- # where $(somedir) is conditionally defined. However this is wrong
- # for two reasons:
- # 1. if the package is installed by a user who cannot write `.'
- # make install will fail,
- # 2. the above comment should most certainly read
- # $(mkdir_p) $(DESTDIR)$(somedir)
- # so it does not work when $(somedir) is undefined and
- # $(DESTDIR) is not.
- # To support the latter case, we have to write
- # test -z "$(somedir)" || $(mkdir_p) $(DESTDIR)$(somedir),
- # so the `.' trick is pointless.
- mkdir_p='mkdir -p --'
-else
- # On NextStep and OpenStep, the `mkdir' command does not
- # recognize any option. It will interpret all options as
- # directories to create, and then abort because `.' already
- # exists.
- for d in ./-p ./--version;
- do
- test -d $d && rmdir $d
- done
- # $(mkinstalldirs) is defined by Automake if mkinstalldirs exists.
- if test -f "$ac_aux_dir/mkinstalldirs"; then
- mkdir_p='$(mkinstalldirs)'
- else
- mkdir_p='$(install_sh) -d'
- fi
-fi
-AC_SUBST([mkdir_p])])
+[AC_PREREQ([2.60])dnl
+AC_REQUIRE([AC_PROG_MKDIR_P])dnl
+dnl Automake 1.8 to 1.9.6 used to define mkdir_p. We now use MKDIR_P,
+dnl while keeping a definition of mkdir_p for backward compatibility.
+dnl @MKDIR_P@ is magic: AC_OUTPUT adjusts its value for each Makefile.
+dnl However we cannot define mkdir_p as $(MKDIR_P) for the sake of
+dnl Makefile.ins that do not define MKDIR_P, so we do our own
+dnl adjustment using top_builddir (which is defined more often than
+dnl MKDIR_P).
+AC_SUBST([mkdir_p], ["$MKDIR_P"])dnl
+case $mkdir_p in
+ [[\\/$]]* | ?:[[\\/]]*) ;;
+ */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;;
+esac
+])
# Helper functions for option handling. -*- Autoconf
-*-
-# Copyright (C) 2001, 2002, 2003, 2005 Free Software Foundation, Inc.
+# Copyright (C) 2001, 2002, 2003, 2005, 2008 Free Software Foundation,
Inc.
#
# This file is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
# with or without modifications, as long as this notice is preserved.
-# serial 3
+# serial 4
# _AM_MANGLE_OPTION(NAME)
# -----------------------
@@ -676,7 +745,7 @@
# ----------------------------------
# OPTIONS is a space-separated list of Automake options.
AC_DEFUN([_AM_SET_OPTIONS],
-[AC_FOREACH([_AM_Option], [$1], [_AM_SET_OPTION(_AM_Option)])])
+[m4_foreach_w([_AM_Option], [$1], [_AM_SET_OPTION(_AM_Option)])])
# _AM_IF_OPTION(OPTION, IF-SET, [IF-NOT-SET])
# -------------------------------------------
@@ -686,14 +755,14 @@
# Check to make sure that the build environment is sane. -*- Autoconf
-*-
-# Copyright (C) 1996, 1997, 2000, 2001, 2003, 2005
+# Copyright (C) 1996, 1997, 2000, 2001, 2003, 2005, 2008
# Free Software Foundation, Inc.
#
# This file is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
# with or without modifications, as long as this notice is preserved.
-# serial 4
+# serial 5
# AM_SANITY_CHECK
# ---------------
@@ -702,16 +771,29 @@
# Just in case
sleep 1
echo timestamp > conftest.file
+# Reject unsafe characters in $srcdir or the absolute working directory
+# name. Accept space and tab only in the latter.
+am_lf='
+'
+case `pwd` in
+ *[[\\\"\#\$\&\'\`$am_lf]]*)
+ AC_MSG_ERROR([unsafe absolute working directory name]);;
+esac
+case $srcdir in
+ *[[\\\"\#\$\&\'\`$am_lf\ \ ]]*)
+ AC_MSG_ERROR([unsafe srcdir value: `$srcdir']);;
+esac
+
# Do `set' in a subshell so we don't clobber the current shell's
# arguments. Must try -L first in case configure is actually a
# symlink; some systems play weird games with the mod time of symlinks
# (eg FreeBSD returns the mod time of the symlink's containing
# directory).
if (
- set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null`
+ set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
if test "$[*]" = "X"; then
# -L didn't work.
- set X `ls -t $srcdir/configure conftest.file`
+ set X `ls -t "$srcdir/configure" conftest.file`
fi
rm -f conftest.file
if test "$[*]" != "X $srcdir/configure conftest.file" \
@@ -761,9 +843,28 @@
if test "$cross_compiling" != no; then
AC_CHECK_TOOL([STRIP], [strip], :)
fi
-INSTALL_STRIP_PROGRAM="\${SHELL} \$(install_sh) -c -s"
+INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
AC_SUBST([INSTALL_STRIP_PROGRAM])])
+# Copyright (C) 2006, 2008 Free Software Foundation, Inc.
+#
+# This file is free software; the Free Software Foundation
+# gives unlimited permission to copy and/or distribute it,
+# with or without modifications, as long as this notice is preserved.
+
+# serial 2
+
+# _AM_SUBST_NOTMAKE(VARIABLE)
+# ---------------------------
+# Prevent Automake from outputting VARIABLE = @VARIABLE@ in Makefile.in.
+# This macro is traced by Automake.
+AC_DEFUN([_AM_SUBST_NOTMAKE])
+
+# AM_SUBST_NOTMAKE(VARIABLE)
+# ---------------------------
+# Public sister of _AM_SUBST_NOTMAKE.
+AC_DEFUN([AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE($@)])
+
# Check how to create a tarball. -*- Autoconf
-*-
# Copyright (C) 2004, 2005 Free Software Foundation, Inc.
=======================================
--- /trunk/config.h.in Sun Jul 26 17:22:50 2009
+++ /trunk/config.h.in Sat Aug 29 11:30:08 2009
@@ -181,6 +181,9 @@
/* Define to the one symbol short name of this package. */
#undef PACKAGE_TARNAME
+/* Define to the home page for this package. */
+#undef PACKAGE_URL
+
/* Define to the version of this package. */
#undef PACKAGE_VERSION
=======================================
--- /trunk/configure Sun Jul 26 17:22:50 2009
+++ /trunk/configure Sat Aug 29 11:30:08 2009
@@ -1,62 +1,83 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.61 for wy60 2.0.9.
+# Generated by GNU Autoconf 2.64 for wy60 2.0.10.
#
# Report bugs to <marku...@wy60.gutschke.com>.
#
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
-# 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
+# 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software
+# Foundation, Inc.
+#
# This configure script is free software; the Free Software Foundation
# gives unlimited permission to copy, distribute and modify it.
-## --------------------- ##
-## M4sh Initialization. ##
-## --------------------- ##
+## -------------------- ##
+## M4sh Initialization. ##
+## -------------------- ##
# Be more Bourne compatible
DUALCASE=1; export DUALCASE # for MKS sh
-if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
+if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
emulate sh
NULLCMD=:
- # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
+ # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
# is contrary to our usage. Disable this feature.
alias -g '${1+"$@"}'='"$@"'
setopt NO_GLOB_SUBST
else
- case `(set -o) 2>/dev/null` in
- *posix*) set -o posix ;;
+ case `(set -o) 2>/dev/null` in #(
+ *posix*) :
+ set -o posix ;; #(
+ *) :
+ ;;
esac
-
fi
-
-
-# PATH needs CR
-# Avoid depending upon Character Ranges.
-as_cr_letters='abcdefghijklmnopqrstuvwxyz'
-as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
-as_cr_Letters=$as_cr_letters$as_cr_LETTERS
-as_cr_digits='0123456789'
-as_cr_alnum=$as_cr_Letters$as_cr_digits
-
-# The user is always right.
-if test "${PATH_SEPARATOR+set}" != set; then
- echo "#! /bin/sh" >conf$$.sh
- echo "exit 0" >>conf$$.sh
- chmod +x conf$$.sh
- if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
- PATH_SEPARATOR=';'
+as_nl='
+'
+export as_nl
+# Printing a long string crashes Solaris 7 /usr/bin/printf.
+as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
+as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
+as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
+# Prefer a ksh shell builtin over an external printf program on Solaris,
+# but without wasting forks for bash or zsh.
+if test -z "$BASH_VERSION$ZSH_VERSION" \
+ && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
+ as_echo='print -r --'
+ as_echo_n='print -rn --'
+elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
+ as_echo='printf %s\n'
+ as_echo_n='printf %s'
+else
+ if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n
$as_echo"; then
+ as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
+ as_echo_n='/usr/ucb/echo -n'
else
- PATH_SEPARATOR=:
+ as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
+ as_echo_n_body='eval
+ arg=$1;
+ case $arg in #(
+ *"$as_nl"*)
+ expr "X$arg" : "X\\(.*\\)$as_nl";
+ arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
+ esac;
+ expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
+ '
+ export as_echo_n_body
+ as_echo_n='sh -c $as_echo_n_body as_echo'
fi
- rm -f conf$$.sh
+ export as_echo_body
+ as_echo='sh -c $as_echo_body as_echo'
fi
-# Support unset when possible.
-if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
- as_unset=unset
-else
- as_unset=false
+# The user is always right.
+if test "${PATH_SEPARATOR+set}" != set; then
+ PATH_SEPARATOR=:
+ (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
+ (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
+ PATH_SEPARATOR=';'
+ }
fi
@@ -65,20 +86,18 @@
# there to prevent editors from complaining about space-tab.
# (If _AS_PATH_WALK were called with IFS unset, it would disable word
# splitting by setting IFS to empty value.)
-as_nl='
-'
IFS=" "" $as_nl"
# Find who we are. Look in the path if we contain no directory separator.
-case $0 in
+case $0 in #((
*[\\/]* ) as_myself=$0 ;;
*) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
for as_dir in $PATH
do
IFS=$as_save_IFS
test -z "$as_dir" && as_dir=.
- test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
-done
+ test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
+ done
IFS=$as_save_IFS
;;
@@ -89,354 +108,322 @@
as_myself=$0
fi
if test ! -f "$as_myself"; then
- echo "$as_myself: error: cannot find myself; rerun with an absolute file
name" >&2
- { (exit 1); exit 1; }
+ $as_echo "$as_myself: error: cannot find myself; rerun with an absolute
file name" >&2
+ exit 1
fi
-# Work around bugs in pre-3.0 UWIN ksh.
-for as_var in ENV MAIL MAILPATH
-do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
+# Unset variables that we do not need and which cause bugs (e.g. in
+# pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
+# suppresses any "Segmentation fault" message there. '((' could
+# trigger a bug in pdksh 5.2.14.
+for as_var in BASH_ENV ENV MAIL MAILPATH
+do eval test x\${$as_var+set} = xset \
+ && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
done
PS1='$ '
PS2='> '
PS4='+ '
# NLS nuisances.
-for as_var in \
- LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
- LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
- LC_TELEPHONE LC_TIME
-do
- if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
- eval $as_var=C; export $as_var
- else
- ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
- fi
-done
-
-# Required to use basename.
-if expr a : '\(a\)' >/dev/null 2>&1 &&
- test "X`expr 00001 : '.*\(...\)'`" = X001; then
- as_expr=expr
-else
- as_expr=false
-fi
-
-if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/";
then
- as_basename=basename
-else
- as_basename=false
-fi
-
-
-# Name of the executable.
-as_me=`$as_basename -- "$0" ||
-$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
- X"$0" : 'X\(//\)$' \| \
- X"$0" : 'X\(/\)' \| . 2>/dev/null ||
-echo X/"$0" |
- sed '/^.*\/\([^/][^/]*\)\/*$/{
- s//\1/
- q
- }
- /^X\/\(\/\/\)$/{
- s//\1/
- q
- }
- /^X\/\(\/\).*/{
- s//\1/
- q
- }
- s/.*/./; q'`
+LC_ALL=C
+export LC_ALL
+LANGUAGE=C
+export LANGUAGE
# CDPATH.
-$as_unset CDPATH
-
+(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
if test "x$CONFIG_SHELL" = x; then
- if (eval ":") 2>/dev/null; then
- as_have_required=yes
+ as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh)
>/dev/null 2>&1; then :
+ emulate sh
+ NULLCMD=:
+ # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which
+ # is contrary to our usage. Disable this feature.
+ alias -g '\${1+\"\$@\"}'='\"\$@\"'
+ setopt NO_GLOB_SUBST
else
- as_have_required=no
+ case \`(set -o) 2>/dev/null\` in #(
+ *posix*) :
+ set -o posix ;; #(
+ *) :
+ ;;
+esac
fi
-
- if test $as_have_required = yes && (eval ":
-(as_func_return () {
- (exit \$1)
-}
-as_func_success () {
- as_func_return 0
-}
-as_func_failure () {
- as_func_return 1
-}
-as_func_ret_success () {
- return 0
-}
-as_func_ret_failure () {
- return 1
-}
+"
+ as_required="as_fn_return () { (exit \$1); }
+as_fn_success () { as_fn_return 0; }
+as_fn_failure () { as_fn_return 1; }
+as_fn_ret_success () { return 0; }
+as_fn_ret_failure () { return 1; }
exitcode=0
-if as_func_success; then
- :
-else
- exitcode=1
- echo as_func_success failed.
-fi
-
-if as_func_failure; then
- exitcode=1
- echo as_func_failure succeeded.
-fi
-
-if as_func_ret_success; then
- :
+as_fn_success || { exitcode=1; echo as_fn_success failed.; }
+as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; }
+as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; }
+as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; }
+if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then :
+
else
- exitcode=1
- echo as_func_ret_success failed.
+ exitcode=1; echo positional parameters were not saved.
fi
-
-if as_func_ret_failure; then
- exitcode=1
- echo as_func_ret_failure succeeded.
-fi
-
-if ( set x; as_func_ret_success y && test x = \"\$1\" ); then
- :
+test x\$exitcode = x0 || exit 1"
+ as_suggested="
as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested"
as_lineno_1a=\$LINENO
+
as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested"
as_lineno_2a=\$LINENO
+ eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\"
&&
+ test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" =
\"x\$as_lineno_2'\$as_run'\"' || exit 1
+test \$(( 1 + 1 )) = 2 || exit 1"
+ if (eval "$as_required") 2>/dev/null; then :
+ as_have_required=yes
else
- exitcode=1
- echo positional parameters were not saved.
+ as_have_required=no
fi
-
-test \$exitcode = 0) || { (exit 1); exit 1; }
-
-(
- as_lineno_1=\$LINENO
- as_lineno_2=\$LINENO
- test \"x\$as_lineno_1\" != \"x\$as_lineno_2\" &&
- test \"x\`expr \$as_lineno_1 + 1\`\" = \"x\$as_lineno_2\") || { (exit
1); exit 1; }
-") 2> /dev/null; then
- :
+ if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null;
then :
+
else
- as_candidate_shells=
- as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+ as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+as_found=false
for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
do
IFS=$as_save_IFS
test -z "$as_dir" && as_dir=.
- case $as_dir in
+ as_found=:
+ case $as_dir in #(
/*)
for as_base in sh bash ksh sh5; do
- as_candidate_shells="$as_candidate_shells $as_dir/$as_base"
+ # Try only shells that exist, to save several forks.
+ as_shell=$as_dir/$as_base
+ if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
+ { $as_echo "$as_bourne_compatible""$as_required" |
as_run=a "$as_shell"; } 2>/dev/null; then :
+ CONFIG_SHELL=$as_shell as_have_required=yes
+ if { $as_echo "$as_bourne_compatible""$as_suggested" |
as_run=a "$as_shell"; } 2>/dev/null; then :
+ break 2
+fi
+fi
done;;
esac
+ as_found=false
done
+$as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } &&
+ { $as_echo "$as_bourne_compatible""$as_required" |
as_run=a "$SHELL"; } 2>/dev/null; then :
+ CONFIG_SHELL=$SHELL as_have_required=yes
+fi; }
IFS=$as_save_IFS
- for as_shell in $as_candidate_shells $SHELL; do
- # Try only shells that exist, to save several forks.
- if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
- { ("$as_shell") 2> /dev/null <<\_ASEOF
-if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
- emulate sh
- NULLCMD=:
- # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
- # is contrary to our usage. Disable this feature.
- alias -g '${1+"$@"}'='"$@"'
- setopt NO_GLOB_SUBST
-else
- case `(set -o) 2>/dev/null` in
- *posix*) set -o posix ;;
-esac
-
+ if test "x$CONFIG_SHELL" != x; then :
+ # We cannot yet assume a decent shell, so we have to provide a
+ # neutralization value for shells without unset; and this also
+ # works around shells that cannot unset nonexistent variables.
+ BASH_ENV=/dev/null
+ ENV=/dev/null
+ (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
+ export CONFIG_SHELL
+ exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
fi
-
-:
-_ASEOF
-}; then
- CONFIG_SHELL=$as_shell
- as_have_required=yes
- if { "$as_shell" 2> /dev/null <<\_ASEOF
-if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
- emulate sh
- NULLCMD=:
- # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
- # is contrary to our usage. Disable this feature.
- alias -g '${1+"$@"}'='"$@"'
- setopt NO_GLOB_SUBST
-else
- case `(set -o) 2>/dev/null` in
- *posix*) set -o posix ;;
-esac
-
+ if test x$as_have_required = xno; then :
+ $as_echo "$0: This script requires a shell more modern than all"
+ $as_echo "$0: the shells that I found on your system."
+ if test x${ZSH_VERSION+set} = xset ; then
+ $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should"
+ $as_echo "$0: be upgraded to zsh 4.3.4 or later."
+ else
+ $as_echo "$0: Please tell bug-au...@gnu.org and
+$0: marku...@wy60.gutschke.com about your system,
+$0: including any error possibly output before this
+$0: message. Then install a modern shell, or manually run
+$0: the script under such a shell if you do have one."
+ fi
+ exit 1
fi
-
-
-:
-(as_func_return () {
- (exit $1)
-}
-as_func_success () {
- as_func_return 0
-}
-as_func_failure () {
- as_func_return 1
-}
-as_func_ret_success () {
- return 0
-}
-as_func_ret_failure () {
- return 1
-}
-
-exitcode=0
-if as_func_success; then
- :
-else
- exitcode=1
- echo as_func_success failed.
fi
-
-if as_func_failure; then
- exitcode=1
- echo as_func_failure succeeded.
fi
-
-if as_func_ret_success; then
- :
-else
- exitcode=1
- echo as_func_ret_success failed.
-fi
-
-if as_func_ret_failure; then
- exitcode=1
- echo as_func_ret_failure succeeded.
-fi
-
-if ( set x; as_func_ret_success y && test x = "$1" ); then
- :
-else
- exitcode=1
- echo positional parameters were not saved.
-fi
-
-test $exitcode = 0) || { (exit 1); exit 1; }
-
-(
- as_lineno_1=$LINENO
- as_lineno_2=$LINENO
- test "x$as_lineno_1" != "x$as_lineno_2" &&
- test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2") || { (exit 1); exit
1; }
-
-_ASEOF
-}; then
- break
-fi
-
-fi
-
- done
-
- if test "x$CONFIG_SHELL" != x; then
- for as_var in BASH_ENV ENV
- do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
- done
- export CONFIG_SHELL
- exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
-fi
-
-
- if test $as_have_required = no; then
- echo This script requires a shell more modern than all the
- echo shells that I found on your system. Please install a
- echo modern shell, or manually run the script under such a
- echo shell if you do have one.
- { (exit 1); exit 1; }
-fi
-
-
-fi
-
-fi
-
-
-
-(eval "as_func_return () {
- (exit \$1)
-}
-as_func_success () {
- as_func_return 0
-}
-as_func_failure () {
- as_func_return 1
-}
-as_func_ret_success () {
- return 0
-}
-as_func_ret_failure () {
- return 1
-}
-
-exitcode=0
-if as_func_success; then
- :
+SHELL=${CONFIG_SHELL-/bin/sh}
+export SHELL
+# Unset more variables known to interfere with behavior of common tools.
+CLICOLOR_FORCE= GREP_OPTIONS=
+unset CLICOLOR_FORCE GREP_OPTIONS
+
+## --------------------- ##
+## M4sh Shell Functions. ##
+## --------------------- ##
+# as_fn_unset VAR
+# ---------------
+# Portably unset VAR.
+as_fn_unset ()
+{
+ { eval $1=; unset $1;}
+}
+as_unset=as_fn_unset
+
+# as_fn_set_status STATUS
+# -----------------------
+# Set $? to STATUS, without forking.
+as_fn_set_status ()
+{
+ return $1
+} # as_fn_set_status
+
+# as_fn_exit STATUS
+# -----------------
+# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
+as_fn_exit ()
+{
+ set +e
+ as_fn_set_status $1
+ exit $1
+} # as_fn_exit
+
+# as_fn_mkdir_p
+# -------------
+# Create "$as_dir" as a directory, including parents if necessary.
+as_fn_mkdir_p ()
+{
+
+ case $as_dir in #(
+ -*) as_dir=./$as_dir;;
+ esac
+ test -d "$as_dir" || eval $as_mkdir_p || {
+ as_dirs=
+ while :; do
+ case $as_dir in #(
+ *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
+ *) as_qdir=$as_dir;;
+ esac
+ as_dirs="'$as_qdir' $as_dirs"
+ as_dir=`$as_dirname -- "$as_dir" ||
+$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
+ X"$as_dir" : 'X\(//\)[^/]' \| \
+ X"$as_dir" : 'X\(//\)$' \| \
+ X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
+$as_echo X"$as_dir" |
+ sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
+ s//\1/
+ q
+ }
+ /^X\(\/\/\)[^/].*/{
+ s//\1/
+ q
+ }
+ /^X\(\/\/\)$/{
+ s//\1/
+ q
+ }
+ /^X\(\/\).*/{
+ s//\1/
+ q
+ }
+ s/.*/./; q'`
+ test -d "$as_dir" && break
+ done
+ test -z "$as_dirs" || eval "mkdir $as_dirs"
+ } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
+
+
+} # as_fn_mkdir_p
+# as_fn_append VAR VALUE
+# ----------------------
+# Append the text in VALUE to the end of the definition contained in VAR.
Take
+# advantage of any shell optimizations that allow amortized linear growth
over
+# repeated appends, instead of the typical quadratic growth present in
naive
+# implementations.
+if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
+ eval 'as_fn_append ()
+ {
+ eval $1+=\$2
+ }'
+else
+ as_fn_append ()
+ {
+ eval $1=\$$1\$2
+ }
+fi # as_fn_append
+
+# as_fn_arith ARG...
+# ------------------
+# Perform arithmetic evaluation on the ARGs, and store the result in the
+# global $as_val. Take advantage of shells that can avoid forks. The
arguments
+# must be portable across $(()) and expr.
+if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
+ eval 'as_fn_arith ()
+ {
+ as_val=$(( $* ))
+ }'
+else
+ as_fn_arith ()
+ {
+ as_val=`expr "$@" || test $? -eq 1`
+ }
+fi # as_fn_arith
+
+
+# as_fn_error ERROR [LINENO LOG_FD]
+# ---------------------------------
+# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
+# provided, also output the error to LOG_FD, referencing LINENO. Then exit
the
+# script with status $?, using 1 if that was 0.
+as_fn_error ()
+{
+ as_status=$?; test $as_status -eq 0 && as_status=1
+ if test "$3"; then
+ as_lineno=${as_lineno-"$2"}
as_lineno_stack=as_lineno_stack=$as_lineno_stack
+ $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
+ fi
+ $as_echo "$as_me: error: $1" >&2
+ as_fn_exit $as_status
+} # as_fn_error
+
+if expr a : '\(a\)' >/dev/null 2>&1 &&
+ test "X`expr 00001 : '.*\(...\)'`" = X001; then
+ as_expr=expr
else
- exitcode=1
- echo as_func_success failed.
+ as_expr=false
fi
-if as_func_failure; then
- exitcode=1
- echo as_func_failure succeeded.
-fi
-
-if as_func_ret_success; then
- :
+if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/";
then
+ as_basename=basename
else
- exitcode=1
- echo as_func_ret_success failed.
+ as_basename=false
fi
-if as_func_ret_failure; then
- exitcode=1
- echo as_func_ret_failure succeeded.
-fi
-
-if ( set x; as_func_ret_success y && test x = \"\$1\" ); then
- :
+if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
+ as_dirname=dirname
else
- exitcode=1
- echo positional parameters were not saved.
+ as_dirname=false
fi
-test \$exitcode = 0") || {
- echo No shell found that supports shell functions.
- echo Please tell auto...@gnu.org about your system,
- echo including any error possibly output before this
- echo message
-}
-
+as_me=`$as_basename -- "$0" ||
+$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
+ X"$0" : 'X\(//\)$' \| \
+ X"$0" : 'X\(/\)' \| . 2>/dev/null ||
+$as_echo X/"$0" |
+ sed '/^.*\/\([^/][^/]*\)\/*$/{
+ s//\1/
+ q
+ }
+ /^X\/\(\/\/\)$/{
+ s//\1/
+ q
+ }
+ /^X\/\(\/\).*/{
+ s//\1/
+ q
+ }
+ s/.*/./; q'`
+
+# Avoid depending upon Character Ranges.
+as_cr_letters='abcdefghijklmnopqrstuvwxyz'
+as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
+as_cr_Letters=$as_cr_letters$as_cr_LETTERS
+as_cr_digits='0123456789'
+as_cr_alnum=$as_cr_Letters$as_cr_digits
- as_lineno_1=$LINENO
- as_lineno_2=$LINENO
- test "x$as_lineno_1" != "x$as_lineno_2" &&
- test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
-
- # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
- # uniformly replaced by the line number. The first 'sed' inserts a
- # line-number line after each line using $LINENO; the second 'sed'
- # does the real work. The second script uses 'N' to pair each
- # line-number line with the line containing $LINENO, and appends
- # trailing '-' during substitution so that $LINENO is not a special
- # case at line end.
- # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
- # scripts with optimization help from Paolo Bonzini. Blame Lee
- # E. McMahon (1931-1989) for sed's syntax. :-)
+ as_lineno_1=$LINENO as_lineno_1a=$LINENO
+ as_lineno_2=$LINENO as_lineno_2a=$LINENO
+ eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
+ test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
+ # Blame Lee E. McMahon (1931-1989) for sed's syntax. :-)
sed -n '
p
/[$]LINENO/=
@@ -453,8 +440,7 @@
s/-\n.*//
' >$as_me.lineno &&
chmod +x "$as_me.lineno" ||
- { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX
shell" >&2
- { (exit 1); exit 1; }; }
+ { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a
POSIX shell" >&2; as_fn_exit 1; }
# Don't try to exec as it changes $[0], causing all sort of problems
# (the dirname of $[0] is not the place where we might find the
@@ -463,50 +449,41 @@
# Exit status is that of the last command.
exit
}
-
-
-if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
- as_dirname=dirname
-else
- as_dirname=false
-fi
ECHO_C= ECHO_N= ECHO_T=
-case `echo -n x` in
+case `echo -n x` in #(((((
-n*)
- case `echo 'x\c'` in
+ case `echo 'xy\c'` in
*c*) ECHO_T=' ';; # ECHO_T is single tab character.
- *) ECHO_C='\c';;
+ xy) ECHO_C='\c';;
+ *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
+ ECHO_T=' ';;
esac;;
*)
ECHO_N='-n';;
esac
-if expr a : '\(a\)' >/dev/null 2>&1 &&
- test "X`expr 00001 : '.*\(...\)'`" = X001; then
- as_expr=expr
-else
- as_expr=false
-fi
-
rm -f conf$$ conf$$.exe conf$$.file
if test -d conf$$.dir; then
rm -f conf$$.dir/conf$$.file
else
rm -f conf$$.dir
- mkdir conf$$.dir
+ mkdir conf$$.dir 2>/dev/null
fi
-echo >conf$$.file
-if ln -s conf$$.file conf$$ 2>/dev/null; then
- as_ln_s='ln -s'
- # ... but there are two gotchas:
- # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
- # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
- # In both cases, we have to default to `cp -p'.
- ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
+if (echo >conf$$.file) 2>/dev/null; then
+ if ln -s conf$$.file conf$$ 2>/dev/null; then
+ as_ln_s='ln -s'
+ # ... but there are two gotchas:
+ # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
+ # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper
executable.
+ # In both cases, we have to default to `cp -p'.
+ ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
+ as_ln_s='cp -p'
+ elif ln conf$$.file conf$$ 2>/dev/null; then
+ as_ln_s=ln
+ else
as_ln_s='cp -p'
-elif ln conf$$.file conf$$ 2>/dev/null; then
- as_ln_s=ln
+ fi
else
as_ln_s='cp -p'
fi
@@ -514,7 +491,7 @@
rmdir conf$$.dir 2>/dev/null
if mkdir -p . 2>/dev/null; then
- as_mkdir_p=:
+ as_mkdir_p='mkdir -p "$as_dir"'
else
test -d ./-p && rmdir ./-p
as_mkdir_p=false
@@ -531,12 +508,12 @@
as_test_x='
eval sh -c '\''
if test -d "$1"; then
- test -d "$1/.";
+ test -d "$1/.";
else
- case $1 in
- -*)set "./$1";;
+ case $1 in #(
+ -*)set "./$1";;
esac;
- case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
+ case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
???[sx]*):;;*)false;;esac;fi
'\'' sh
'
@@ -550,7 +527,6 @@
as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
-
exec 7<&0 </dev/null 6>&1
# Name of the host.
@@ -569,14 +545,14 @@
subdirs=
MFLAGS=
MAKEFLAGS=
-SHELL=${CONFIG_SHELL-/bin/sh}
# Identity of this package.
PACKAGE_NAME='wy60'
PACKAGE_TARNAME='wy60'
-PACKAGE_VERSION='2.0.9'
-PACKAGE_STRING='wy60 2.0.9'
+PACKAGE_VERSION='2.0.10'
+PACKAGE_STRING='wy60 2.0.10'
PACKAGE_BUGREPORT='marku...@wy60.gutschke.com'
+PACKAGE_URL=''
# Factoring default headers for most tests.
ac_includes_default="\
@@ -614,87 +590,96 @@
# include <unistd.h>
#endif"
-ac_subst_vars='SHELL
-PATH_SEPARATOR
-PACKAGE_NAME
-PACKAGE_TARNAME
-PACKAGE_VERSION
-PACKAGE_STRING
-PACKAGE_BUGREPORT
-exec_prefix
-prefix
-program_transform_name
-bindir
-sbindir
-libexecdir
-datarootdir
-datadir
-sysconfdir
-sharedstatedir
-localstatedir
-includedir
-oldincludedir
-docdir
-infodir
-htmldir
-dvidir
-pdfdir
-psdir
-libdir
-localedir
-mandir
-DEFS
-ECHO_C
-ECHO_N
-ECHO_T
-LIBS
-build_alias
-host_alias
-target_alias
-INSTALL_PROGRAM
-INSTALL_SCRIPT
-INSTALL_DATA
-CYGPATH_W
-PACKAGE
-VERSION
-ACLOCAL
-AUTOCONF
-AUTOMAKE
-AUTOHEADER
-MAKEINFO
-install_sh
-STRIP
-INSTALL_STRIP_PROGRAM
-mkdir_p
-AWK
-SET_MAKE
-am__leading_dot
-AMTAR
-am__tar
-am__untar
-CC
-CFLAGS
-LDFLAGS
-CPPFLAGS
-ac_ct_CC
-EXEEXT
-OBJEXT
-DEPDIR
-am__include
-am__quote
-AMDEP_TRUE
-AMDEP_FALSE
-AMDEPBACKSLASH
-CCDEPMODE
-am__fastdepCC_TRUE
-am__fastdepCC_FALSE
-LN_S
-CPP
-GREP
-EGREP
+ac_subst_vars='am__EXEEXT_FALSE
+am__EXEEXT_TRUE
+LTLIBOBJS
LIBOBJS
-LTLIBOBJS'
+EGREP
+GREP
+CPP
+LN_S
+am__fastdepCC_FALSE
+am__fastdepCC_TRUE
+CCDEPMODE
+AMDEPBACKSLASH
+AMDEP_FALSE
+AMDEP_TRUE
+am__quote
+am__include
+DEPDIR
+OBJEXT
+EXEEXT
+ac_ct_CC
***The diff for this file has been truncated for email.***
=======================================
--- /trunk/configure.ac Sun Jul 26 17:22:50 2009
+++ /trunk/configure.ac Sat Aug 29 11:30:08 2009
@@ -1,6 +1,6 @@
# Process this file with autoconf to produce a configure script.
-AC_INIT(wy60, 2.0.9, marku...@wy60.gutschke.com)
-AM_INIT_AUTOMAKE(wy60, 2.0.9, marku...@wy60.gutschke.com)
+AC_INIT(wy60, 2.0.10, marku...@wy60.gutschke.com)
+AM_INIT_AUTOMAKE(wy60, 2.0.10, marku...@wy60.gutschke.com)
AM_CONFIG_HEADER(config.h)
# Checks for programs.
=======================================
--- /trunk/wy60.c Sun Jul 26 17:22:50 2009
+++ /trunk/wy60.c Sat Aug 29 11:30:08 2009
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2001, 2002 Markus Gutschke <marku...@wy60.gutschke.com>
+ * Copyright (C) 2001, 2002, 2009 Markus Gutschke
<marku...@wy60.gutschke.com>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -1447,7 +1447,7 @@
} else {
*termDefs[i].variable = NULL;
}
- }
+ }
return;
}
@@ -1511,7 +1511,7 @@
args[i].u.iArg = va_arg(argPtr, int);
}
}
- }
+ }
for (src = str; *src; src++) {
if ((ch = *src) != '%') {
/* All non-command sequences are output
verbatim. */
@@ -1525,7 +1525,7 @@
width = 0;
precision = 0;
colon = 0;
- loop:
+ loop:
switch (*++src) {
case '\000': /* Unexpected end of input
string. */
src--;
@@ -1699,7 +1699,7 @@
memcpy(stack + ++stackPointer,
args + i, sizeof(struct Arg));
if (args[i].type != tString)
- stack[stackPointer].u.iArg
+ stack[stackPointer].u.iArg
+= baseOne;
}
}
@@ -3667,11 +3667,11 @@
logDecode("disableProtected() ");
setWriteProtection(0);
break;
- case '(': /* Turns the write protect submode
off */
+ case '(': /*'Turns the write protect submode
off */
logDecode("disableProtected()");
setProtected(0);
break;
- case ')': /* Turns the write protect submode
on */
+ case ')': /*'Turns the write protect submode
on */
logDecode("enableProtected()");
setProtected(1);
break;
@@ -3682,7 +3682,7 @@
setWriteProtection(0);
clearScreen();
break;
- case '+': /* Clears the screen to spaces; protect submode is turned
off */
+ case '+': /* Clears the screen to spaces; protect submode is turned
off */
logDecode("disableProtected() ");
logDecode("clearScreen()");
setProtected(0);
=======================================
--- /trunk/wy60.man.in Sun Jul 26 17:22:50 2009
+++ /trunk/wy60.man.in Sat Aug 29 11:30:08 2009
@@ -122,13 +122,21 @@
application has quit.
.TP
.B wy60 \-c infocmp
-use
+Use
.BR infocmp (1M)
to verify that the
.BR terminfo (5)
database has appropriate entries for the emulated
.I wyse60
terminal.
+.TP
+.B TERM=xterm-mono wy60
+By default,
+.B wy60
+uses colors instead of text attributes if available. If you prefer seeing
+traditional text attributes instead, start
+.B wy60
+in a terminal that does not support ANSI colors.
.SH CONFIGURATION FILES
Some of the execution parameters can be controlled through configuration
files. Every user can have a private configuration file in
=======================================
--- /trunk/wy60.ps Sun Jul 26 17:22:50 2009
+++ /trunk/wy60.ps Sat Aug 29 11:30:08 2009
@@ -1,17 +1,23 @@
%!PS-Adobe-3.0
-%%Creator: groff version 1.18.1
-%%CreationDate: Sat Feb 3 16:36:31 2007
+%%Creator: groff version 1.20.1
+%%CreationDate: Sat Aug 29 11:28:49 2009
%%DocumentNeededResources: font Times-Roman
%%+ font Times-Bold
%%+ font Times-Italic
%%+ font Courier
-%%DocumentSuppliedResources: procset grops 1.18 1
+%%+ font Symbol
+%%DocumentSuppliedResources: procset grops 1.20 1
%%Pages: 9
%%PageOrder: Ascend
+%%DocumentMedia: Default 612 792 0 () ()
%%Orientation: Portrait
%%EndComments
+%%BeginDefaults
+%%PageMedia: Default
+%%EndDefaults
%%BeginProlog
-%%BeginResource: procset grops 1.18 1
+%%BeginResource: procset grops 1.20 1
+%!PS-Adobe-3.0 Resource-ProcSet
/setpacking where{
pop
currentpacking
@@ -68,6 +74,7 @@
/level0 save def
1 setlinecap
1 setlinejoin
+DEFS/BPhook known{DEFS begin BPhook end}if
72 RES div dup scale
LS{
90 rotate
@@ -79,7 +86,7 @@
/EP{
level0 restore
showpage
-}bind def
+}def
/DA{
newpath arcn stroke
}bind def
@@ -112,22 +119,31 @@
/Fr{
setrgbcolor fill
}bind def
+/setcmykcolor where{
+pop
/Fk{
setcmykcolor fill
}bind def
+}if
/Fg{
setgray fill
}bind def
/FL/fill load def
/LW/setlinewidth load def
/Cr/setrgbcolor load def
+/setcmykcolor where{
+pop
/Ck/setcmykcolor load def
+}if
/Cg/setgray load def
/RE{
findfont
dup maxlength 1 index/FontName known not{1 add}if dict begin
{
-1 index/FID ne{def}{pop pop}ifelse
+1 index/FID ne
+2 index/UniqueID ne
+and
+{def}{pop pop}ifelse
}forall
/Encoding exch def
dup/FontName exch def
@@ -164,9 +180,11 @@
/CNT countdictstack def
userdict begin
/showpage{}def
+/setpagedevice{}def
+mark
}bind def
/PEND{
-clear
+cleartomark
countdictstack CNT sub{end}repeat
level1 restore
}bind def
@@ -176,10 +194,16 @@
setpacking
}if
%%EndResource
+%%EndProlog
+%%BeginSetup
+%%BeginFeature: *PageSize Default
+<< /PageSize [ 612 792 ] /ImagingBBox null >> setpagedevice
+%%EndFeature
%%IncludeResource: font Times-Roman
%%IncludeResource: font Times-Bold
%%IncludeResource: font Times-Italic
%%IncludeResource: font Courier
+%%IncludeResource: font Symbol
grops begin/DEFS 1 dict def DEFS begin/u{.001 mul}bind def end/RES 72
def/PL PLG def/LS false def/ENC0[/asciicircum/asciitilde/Scaron/Zcaron
/scaron/zcaron/Ydieresis/trademark/quotesingle/Euro/.notdef/.notdef
@@ -210,794 +234,569 @@
/ugrave/uacute/ucircumflex/udieresis/yacute/thorn/ydieresis]def
/Courier@0 ENC0/Courier RE/Times-Italic@0 ENC0/Times-Italic RE
/Times-Bold@0 ENC0/Times-Bold RE/Times-Roman@0 ENC0/Times-Roman RE
-%%EndProlog
+%%EndSetup
%%Page: 1 1
%%BeginPageSetup
BP
%%EndPageSetup
-/F0 10/Times-Roman@0 SF 388.86<575936302831292057593630283129>72 48 R/F1
-10.95/Times-Bold@0 SF -.219<4e41>72 84 S<4d45>.219 E F0<7779363020ad2063
-757273657320626173656420656d756c61746f7220666f72207468652057>108 96 Q
-<79736520363007207465726d696e616c>-.73 E F1<53594e4f50534953>72 112.8 Q
-/F2 10/Times-Bold@0 SF<77793630>108 124.8 Q F0<5b>13.78 E F2<2d63>2.5 E
-F0<7c>2.5 E F2<2d2d636f6d6d616e64>2.5 E/F3 10/Times-Italic@0 SF
-<636f6d6d616e64>2.5 E F0 16.107<5d5b>2.5 G F2<2d68>-13.607 E F0<7c>2.5 E
-F2<2d2d68656c70>2.5 E F0 16.107<5d5b>2.5 G F2<2d6a>-13.607 E F0<7c>2.5 E
-F2<2d2d6a6f622d636f6e7472>2.5 E<6f6c>-.18 E F0<7b>2.5 E F2<6f6e>2.5 E F0
-<7c>2.5 E F2<6f6666>2.5 E F0 8.606 2.5<7d5d205b>2.5 H F2<2d6c>A F0<7c>
-2.5 E F2<2d2d6c6f67696e>2.5 E F0<5d>2.5 E<5b>144 136.8 Q F2<2d6f>2.5 E
-F0<7c>2.5 E F2<2d2d6f7074696f6e>2.5 E F3 -.1<6b65>2.5 G<79>-.2 E F2<3d>A
-F3<76616c7565>A F0 2.5<5d5b>2.5 G F2<2d74>A F0<7c>2.5 E F2<2d2d7465726d>
-2.5 E F3<7465726d696e616c>2.5 E F0 2.5<5d5b>2.5 G F2<2d76>A F0<7c>2.5 E
-F2<2d2d76>2.5 E<657273696f6e>-.1 E F0 2.5<5d5b>2.5 G F2<2d2d>A F0<5d>2.5
-E F3<7368656c6c206172>2.5 E<67756d656e7473>-.37 E F1
-<4445534352495054494f4e>72 153.6 Q F0<546865>108 165.6 Q F2<77793630>
-3.104 E F0 .604<7574696c6974792070726f6772616d20696e>3.104 F -.2<766f>
--.4 G -.1<6b65>.2 G -5.603 3.104<7361206e>.1 H 1.105 -.25<65772073>
--3.104 H .605<68656c6c206f72>.25 F F3<636f6d6d616e64>3.305 E F0 .605
-<616e642061646a7573747320746865>3.875 F F2<245445524d>3.105 E F0<656e>
-3.105 E .605<7669726f6e6d656e742076>-.4 F<61726961626c65>-.25 E .239
-<746f206861>108 177.6 R .539 -.15<766520612076>-.2 H .239
-<616c7565206f66>-.1 F F3<777973653630>2.739 E F0 5.239<2e41>.47 G .239
-<6c6c20636f6d6d616e64732065>-5.239 F -.15<7865>-.15 G .239
-<63757465642077697468696e2074686973207368656c6c206f7220616e>.15 F 2.739
-<796f>-.15 G 2.739<6669>-2.739 G .238
-<7473206368696c642070726f636573736573206175746f6d6174692d>-2.739 F 2.262
-<63616c6c79206861>108 189.6 R 2.562 -.15<76652074>-.2 H 2.262<6865697220
-7465726d696e616c206573636170652073657175656e636573207472616e736c61746564
-20746f2062652070726f63657373656420627920746865207465726d696e616c20746861
-74>.15 F F2<77793630>4.762 E F0 -.1<7761>4.762 G<73>.1 E<696e>108 201.6
-Q -.2<766f>-.4 G -.1<6b65>.2 G 2.5<6466>.1 G<726f6d2e>-2.5 E 1.902
-<556e6c657373206120646966>108 218.4 R<666572656e74>-.25 E F3
-<636f6d6d616e64>4.602 E F0 -.1<7761>5.172 G 4.402<7372>.1 G 1.902
-<65717565737465642c20746865207573657227>-4.402 F 4.402<7364>-.55 G<6566>
--4.402 E 1.902
-<61756c74207368656c6c2061732064657465726d696e6564206279207468652076>-.1
-F 1.901<616c7565206f6620746865>-.25 F F2<245348454c4c>108 230.4 Q F0
-<656e>3.61 E 1.11<7669726f6e6d656e742076>-.4 F 1.11
-<61726961626c6520697320696e>-.25 F -.2<766f>-.4 G -.1<6b65>.2 G 1.11
-<642e2049662074686520656e>.1 F 1.11<7669726f6e6d656e742076>-.4 F 1.11<61
-726961626c6520686173206e6f74206265656e207365742c207468656e20746865206465
-66>-.25 F<61756c74>-.1 E<73797374656d207368656c6c>108 242.4 Q F3
-<2f62696e2f7368>3.65 E F0
-<6973207573656420696e73746561642e20546869732076>2.78 E
-<616c75652063616e206265206f>-.25 E -.15<7665>-.15 G
-<7272696464656e20696e2074686520636f6e8c6775726174696f6e208c6c652e>.15 E
-F1<4f5054494f4e53>72 259.2 Q F0 -.15<5061>108 271.2 S .521<72616d657465
-7273206172652070617273656420756e74696c20746865208c72737420756e6b6e6f>.15
-F .521<776e20706172616d6574657220697320656e636f756e74657265642c206f7220
-756e74696c20746865207370656369616c20706172616d65746572>-.25 F F2<2d2d>
-3.02 E F0<6973>3.02 E .924<666f756e642e20416c6c2074686520666f6c6c6f>108
-283.2 R .925<77696e6720706172616d65746572732061726520706173736564206f6e
-20746f2074686520696e666572696f72207368656c6c206f7220746f2074686520757365
-722073706563698c6564>-.25 F F3<636f6d6d616e64>3.425 E F0<2e>.77 E
-<436865636b20746865206d616e75616c207061676520666f72>108 295.2 Q F2<7368>
-2.5 E F0
-<28312920666f7220612064657461696c6564206c697374206f66206f7074696f6e732e>
-A .579<54686520666f6c6c6f>108 312 R .578<77696e6720706172616d6574657273
-20617265206469726563746c7920756e64657273746f6f64206279>-.25 F F2
-<77793630>3.078 E F0 .578<616e642077696c6c206e6f7420626520666f7277>3.078
-F .578<617264656420746f20616e>-.1 F 3.078<7963>-.15 G .578
-<68696c642070726f63657373>-3.078 F<756e6c65737320746865>108 324 Q 2.5
-<7961>-.15 G<707065617220616674657220746865>-2.5 E F2<2d2d>2.5 E F0
-<6d61726b>2.5 E
-<6572206f7220616674657220616e6f7468657220736574206f6620756e6b6e6f>-.1 E
-<776e20706172616d65746572733a>-.25 E F2<2d63>108 340.8 Q F0<7c>2.5 E F2
-<2d2d636f6d6d616e64>2.5 E F3<636f6d6d616e64>2.5 E F0
-<526174686572207468616e20696e>125.08 352.8 Q -.2<766f>-.4 G
-<6b696e6720746865207573657227>.2 E 2.5<7373>-.55 G
-<68656c6c2c2072756e207468652073706563698c6564>-2.5 E F3<636f6d6d616e64>
-2.5 E F0 2.5<2c69>.77 G<6e73746561642e>-2.5 E F2<2d68>108 369.6 Q F0<7c>
-2.5 E F2<2d2d68656c70>2.5 E F0
-<446973706c61792061206272696566207573616765206d6573736167652073686f>
-125.08 381.6 Q<77696e67207468652076>-.25 E
-<616c696420636f6d6d616e64206c696e6520706172616d65746572732e>-.25 E F2
-<2d6a>108 398.4 Q F0<7c>2.5 E F2<2d2d6a6f622d636f6e7472>2.5 E<6f6c>-.18
-E F0<7b>2.5 E F2<6f6e>2.5 E F0<7c>2.5 E F2<6f6666>2.5 E F0<7d>2.5 E .817
-<456e61626c65206f722064697361626c65206a6f6220636f6e74726f6c2e2049662074
-686520706172656e742070726f636573732069732061207368656c6c2074686174207375
-70706f727473206a6f6220636f6e74726f6c207468656e>125.08 410.4 R F2
-<77793630>3.317 E F0<63616e>3.317 E 1.684<656e61626c65207468697320636170
-6162696c69747920666f7220697473206368696c6472656e20627920666f726b696e6720
-616e206164646974696f6e616c2070726f63657373206d6f6e69746f72696e6720746865
-206368696c6472656e2e204279>125.08 422.4 R<646566>125.08 434.4 Q
-<61756c742c2074686973206f7074696f6e20697320656e61626c65642e>-.1 E F2
-<2d6c>108 451.2 Q F0<7c>2.5 E F2<2d2d6c6f67696e>2.5 E F0<496e>125.08
-463.2 Q -.2<766f>-.4 G .778 -.1<6b652074>.2 H .578<686520696e666572696f
-72207368656c6c2061732061206c6f67696e207368656c6c2e205468697320697320646f
-6e652062792070726570656e64696e672061206d696e7573206368617261637465722074
-6f20746865206170706c6963612d>.1 F .478
-<74696f6e206e616d652e205468697320636f6e>125.08 475.2 R -.15<7665>-.4 G
-.478
-<6e74696f6e20697320737570706f7274656420627920616c6c207368656c6c732062>
-.15 F .477<75742070726f6261626c7920676574732069676e6f726564206279206d6f
-7374206f74686572206170706c6963612d>-.2 F<74696f6e732e20546865>125.08
-487.2 Q F2<2d2d6c6f67696e>2.5 E F0
-<706172616d657465722069732069676e6f72656420696620746865>2.5 E F2
-<2d2d636f6d6d616e64>2.5 E F0
-<706172616d657465722068617320616c736f206265656e206769>2.5 E -.15<7665>
--.25 G<6e2e>.15 E 1.256<41732061207370656369616c20636173652c206974206973
-20706f737369626c6520746f206d616b>125.08 511.2 R<65>-.1 E F2<77793630>
-3.756 E F0 3.756<6175>3.756 G<73657227>-3.756 E 3.756<7364>-.55 G<6566>
--3.756 E 1.256<61756c74206c6f67696e207368656c6c2e2054>-.1 F 3.756<6f64>
--.8 G 3.756<6f73>-3.756 G<6f2c>-3.756 E F2<77793630>3.756 E F0 1.256
-<6d757374206265>3.756 F .174<656e746572656420696e746f20746865>125.08
-523.2 R F2<7368656c6c73>2.674 E F0 .174
-<283529208c6c6520616e6420796f75206d7573742063616c6c>B F2<63687368>2.674
-E F0 .174<28312920746f206368616e676520746865207573657227>B 2.674<7364>
--.55 G<6566>-2.674 E .174
-<61756c74207368656c6c2e2049662074686520656d756c612d>-.1 F .928
-<746f722064657465637473207468617420697420697320696e>125.08 535.2 R -.2
-<766f>-.4 G -.1<6b65>.2 G 3.428<6461>.1 G 3.428<736177>-3.428 G .928<72
-617070657220666f722061207368656c6c2c2069742069676e6f72657320616c6c20636f
-6d6d616e64206c696e6520706172616d65746572732e204974207468656e>-3.428 F
-<726573657473>125.08 547.2 Q F2<245348454c4c>3.915 E F0 1.415
-<746f207468652076>3.915 F 1.415<616c75652073706563698c656420696e20746865
-20636f6e8c6775726174696f6e208c6c65206f7220746f>-.25 F F3<2f62696e2f7368>
-5.065 E F0 1.415<616e64206c61756e636865732074686174207368656c6c>4.195 F<
-70617373696e6720616c6c2074686520706172616d657465727320746861742077657265
-206769>125.08 559.2 Q -.15<7665>-.25 G 2.5<6e74>.15 G<6f>-2.5 E F2
-<77793630>2.5 E F0<2e>A F2<2d6f>108 576 Q F0<7c>2.5 E F2
-<2d2d6f7074696f6e>2.5 E F3 -.1<6b65>2.5 G<79>-.2 E F2<3d>A F3
-<76616c7565>A F0 .761
-<416c6c206f662074686520636f6e8c6775726174696f6e2076>125.08 588 R .762<61
-726961626c6573206c6973746564206c6174657220696e207468697320646f63756d656e
-742063616e20616c736f206265206f>-.25 F -.15<7665>-.15 G .762
-<72726964656e206f6e2074686520636f6d6d616e64>.15 F<6c696e652e205468652073
-796e746178206973206964656e746963616c20746f20746865206f6e6520757365642069
-6e2074686520636f6e8c6775726174696f6e208c6c65732e>125.08 600 Q 1.097<5768
-656e207573696e672074686973206f7074696f6e2c206974206d69676874206265206e65
-636365737361727920746f2071756f746520746865206b>125.08 624 R -.15<6579>
--.1 G<2f76>.15 E 1.096<616c7565207061697220746f20707265>-.25 F -.15
-<7665>-.25 G 1.096<6e7420746865207368656c6c2066726f6d>.15 F -.15<6578>
-125.08 636 S<70616e64696e67206573636170652073657175656e6365732e>.15 E F2
-<2d74>108 652.8 Q F0<7c>2.5 E F2<2d2d7465726d>2.5 E F3<7465726d696e616c>
-2.5 E F0<4f76>125.08 664.8 Q .28<657272696465207468652076>-.15 F .28
-<616c7565206f6620746865>-.25 F F2<245445524d>2.78 E F0<656e>2.78 E .281
-<7669726f6e6d656e742076>-.4 F .281<61726961626c652e20496620746869732070
-6172616d65746572206973206e6f742070726573656e742c207468656e206120646566>
--.25 F<61756c74>-.1 E<6f66>125.08 676.8 Q F3<777973653630>2.84 E F0
-<77696c6c206265207573656420666f72207468652076>2.97 E<616c75652074686174
-2069732070617373656420746f2074686520696e666572696f72207368656c6c2e>-.25
-E F2<2d76>108 693.6 Q F0<7c>2.5 E F2<2d2d76>2.5 E<657273696f6e>-.1 E F0
-<446973706c6179207468652076>125.08 705.6 Q<657273696f6e206e756d62657220
-6f66207468652070726f6772616d20616e64207468652064617465207768656e20697420
-77>-.15 E<617320636f6d70696c65642e>-.1 E<4665622030322c2032303037>279.75
-768 Q<31>202.75 E 0 Cg EP
+/F0 10/Times-Roman@0 SF 388.86(WY60\(1\) WY60\(1\))72 48 R/F1 10.95
+/Times-Bold@0 SF -.219(NA)72 84 S(ME).219 E F0
+(wy60 \255 curses based emulator for the W)108 96 Q(yse 60\007 terminal)
+-.73 E F1(SYNOPSIS)72 112.8 Q/F2 10/Times-Bold@0 SF(wy60)108 124.8 Q F0
+([)144 124.8 Q F2(-c)2.5 E F0(|)2.5 E F2(--command)2.5 E/F3 10
+/Times-Italic@0 SF(command)2.5 E F0 16.107(][)2.5 G F2(-h)-13.607 E F0
+(|)2.5 E F2(--help)2.5 E F0 16.107(][)2.5 G F2(-j)-13.607 E F0(|)2.5 E
+F2(--job-contr)2.5 E(ol)-.18 E F0({)2.5 E F2(on)2.5 E F0(|)2.5 E F2(off)
+2.5 E F0 8.606 2.5(}] [)2.5 H F2(-l)A F0(|)2.5 E F2(--login)2.5 E F0(])
+2.5 E([)144 136.8 Q F2(-o)2.5 E F0(|)2.5 E F2(--option)2.5 E F3 -.1(ke)
+2.5 G(y)-.2 E F2(=)A F3(value)A F0 2.5(][)2.5 G F2(-t)A F0(|)2.5 E F2
+(--term)2.5 E F3(terminal)2.5 E F0 2.5(][)2.5 G F2(-v)A F0(|)2.5 E F2
+(--v)2.5 E(ersion)-.1 E F0 2.5(][)2.5 G F2(--)A F0(])2.5 E F3(shell ar)
+2.5 E(guments)-.37 E F1(DESCRIPTION)72 153.6 Q F0(The)108 165.6 Q F2
+(wy60)3.104 E F0 .604(utility program in)3.104 F -.2(vo)-.4 G -.1(ke).2
+G -5.603 3.104(sa n).1 H 1.105 -.25(ew s)-3.104 H .605(hell or).25 F F3
+(command)3.305 E F0 .605(and adjusts the)3.875 F F2($TERM)3.105 E F0(en)
+3.105 E .605(vironment v)-.4 F(ariable)-.25 E .239(to ha)108 177.6 R
+.539 -.15(ve a v)-.2 H .239(alue of)-.1 F F3(wyse60)2.739 E F0 5.239(.A)
+.47 G .239(ll commands e)-5.239 F -.15(xe)-.15 G .239
+(cuted within this shell or an).15 F 2.739(yo)-.15 G 2.739(fi)-2.739 G
+.238(ts child processes automati-)-2.739 F 2.262(cally ha)108 189.6 R
+2.562 -.15(ve t)-.2 H 2.262(heir terminal escape sequences translated t\
+o be processed by the terminal that).15 F F2(wy60)4.762 E F0 -.1(wa)
+4.762 G(s).1 E(in)108 201.6 Q -.2(vo)-.4 G -.1(ke).2 G 2.5(df).1 G(rom.)
+-2.5 E 1.902(Unless a dif)108 218.4 R(ferent)-.25 E F3(command)4.602 E
+F0 -.1(wa)5.172 G 4.402(sr).1 G 1.902(equested, the user')-4.402 F 4.402
+(sd)-.55 G(ef)-4.402 E 1.902(ault shell as determined by the v)-.1 F
+1.901(alue of the)-.25 F F2($SHELL)108 230.4 Q F0(en)3.61 E 1.11
+(vironment v)-.4 F 1.11(ariable is in)-.25 F -.2(vo)-.4 G -.1(ke).2 G
+1.11(d. If the en).1 F 1.11(vironment v)-.4 F 1.11
+(ariable has not been set, then the def)-.25 F(ault)-.1 E(system shell)
+108 242.4 Q F3(/bin/sh)3.65 E F0(is used instead. This v)2.78 E
+(alue can be o)-.25 E -.15(ve)-.15 G
+(rridden in the con\214guration \214le.).15 E F1(OPTIONS)72 259.2 Q F0
+-.15(Pa)108 271.2 S .521(rameters are parsed until the \214rst unkno).15
+F .521(wn parameter is encountered, or until the special parameter)-.25
+F F2(--)3.02 E F0(is)3.02 E .924(found. All the follo)108 283.2 R .925(\
+wing parameters are passed on to the inferior shell or to the user spec\
+i\214ed)-.25 F F3(command)3.425 E F0(.).77 E(Check the manual page for)
+108 295.2 Q F2(sh)2.5 E F0(\(1\) for a detailed list of options.)A .579
+(The follo)108 312 R .578(wing parameters are directly understood by)
+-.25 F F2(wy60)3.078 E F0 .578(and will not be forw)3.078 F .578
+(arded to an)-.1 F 3.078(yc)-.15 G .578(hild process)-3.078 F
+(unless the)108 324 Q 2.5(ya)-.15 G(ppear after the)-2.5 E F2(--)2.5 E
+F0(mark)2.5 E(er or after another set of unkno)-.1 E(wn parameters:)-.25
+E F2(-c)108 340.8 Q F0(|)2.5 E F2(--command)2.5 E F3(command)2.5 E F0
+(Rather than in)125.08 352.8 Q -.2(vo)-.4 G(king the user').2 E 2.5(ss)
+-.55 G(hell, run the speci\214ed)-2.5 E F3(command)2.5 E F0 2.5(,i).77 G
+(nstead.)-2.5 E F2(-h)108 369.6 Q F0(|)2.5 E F2(--help)2.5 E F0
+(Display a brief usage message sho)125.08 381.6 Q(wing the v)-.25 E
+(alid command line parameters.)-.25 E F2(-j)108 398.4 Q F0(|)2.5 E F2
+(--job-contr)2.5 E(ol)-.18 E F0({)2.5 E F2(on)2.5 E F0(|)2.5 E F2(off)
+2.5 E F0(})2.5 E .817(Enable or disable job control. If the parent proc\
+ess is a shell that supports job control then)125.08 410.4 R F2(wy60)
+3.317 E F0(can)3.317 E 1.684(enable this capability for its children by\
+ forking an additional process monitoring the children. By)125.08 422.4
+R(def)125.08 434.4 Q(ault, this option is enabled.)-.1 E F2(-l)108 451.2
+Q F0(|)2.5 E F2(--login)2.5 E F0(In)125.08 463.2 Q -.2(vo)-.4 G .778 -.1
+(ke t).2 H .578(he inferior shell as a login shell. This is done by pre\
+pending a minus character to the applica-).1 F .478(tion name. This con)
+125.08 475.2 R -.15(ve)-.4 G .478(ntion is supported by all shells b).15
+F .477(ut probably gets ignored by most other applica-)-.2 F(tions. The)
+125.08 487.2 Q F2(--login)2.5 E F0(parameter is ignored if the)2.5 E F2
+(--command)2.5 E F0(parameter has also been gi)2.5 E -.15(ve)-.25 G(n.)
+.15 E 1.256(As a special case, it is possible to mak)125.08 511.2 R(e)
+-.1 E F2(wy60)3.756 E F0 3.756(au)3.756 G(ser')-3.756 E 3.756(sd)-.55 G
+(ef)-3.756 E 1.256(ault login shell. T)-.1 F 3.756(od)-.8 G 3.756(os)
+-3.756 G(o,)-3.756 E F2(wy60)3.756 E F0 1.256(must be)3.756 F .174
+(entered into the)125.08 523.2 R F2(shells)2.674 E F0 .174
+(\(5\) \214le and you must call)B F2(chsh)2.674 E F0 .174
+(\(1\) to change the user')B 2.674(sd)-.55 G(ef)-2.674 E .174
+(ault shell. If the emula-)-.1 F .928(tor detects that it is in)125.08
+535.2 R -.2(vo)-.4 G -.1(ke).2 G 3.428(da).1 G 3.428(saw)-3.428 G .928
+(rapper for a shell, it ignores all command line parameters. It then)
+-3.428 F(resets)125.08 547.2 Q F2($SHELL)3.915 E F0 1.415(to the v)3.915
+F 1.415(alue speci\214ed in the con\214guration \214le or to)-.25 F F3
+(/bin/sh)5.065 E F0 1.415(and launches that shell)4.195 F
+(passing all the parameters that were gi)125.08 559.2 Q -.15(ve)-.25 G
+2.5(nt).15 G(o)-2.5 E F2(wy60)2.5 E F0(.)A F2(-o)108 576 Q F0(|)2.5 E F2
+(--option)2.5 E F3 -.1(ke)2.5 G(y)-.2 E F2(=)A F3(value)A F0 .761
+(All of the con\214guration v)125.08 588 R .762
+(ariables listed later in this document can also be o)-.25 F -.15(ve)
+-.15 G .762(rriden on the command).15 F(line. The syntax is identical t\
+o the one used in the con\214guration \214les.)125.08 600 Q 1.097
+(When using this option, it might be neccessary to quote the k)125.08
+624 R -.15(ey)-.1 G(/v).15 E 1.096(alue pair to pre)-.25 F -.15(ve)-.25
+G 1.096(nt the shell from).15 F -.15(ex)125.08 636 S
+(panding escape sequences.).15 E F2(-t)108 652.8 Q F0(|)2.5 E F2(--term)
+2.5 E F3(terminal)2.5 E F0(Ov)125.08 664.8 Q .28(erride the v)-.15 F .28
+(alue of the)-.25 F F2($TERM)2.78 E F0(en)2.78 E .281(vironment v)-.4 F
+.281(ariable. If this parameter is not present, then a def)-.25 F(ault)
+-.1 E(of)125.08 676.8 Q F3(wyse60)2.84 E F0(will be used for the v)2.97
+E(alue that is passed to the inferior shell.)-.25 E F2(-v)108 693.6 Q F0
+(|)2.5 E F2(--v)2.5 E(ersion)-.1 E F0(Display the v)125.08 705.6 Q
+(ersion number of the program and the date when it w)-.15 E
+(as compiled.)-.1 E(Feb 02, 2007)279.75 768 Q(1)202.75 E 0 Cg EP
%%Page: 2 2
%%BeginPageSetup
BP
%%EndPageSetup
-/F0 10/Times-Roman@0 SF 388.86<575936302831292057593630283129>72 48 R/F1
-10/Times-Bold@0 SF<2d2d>108 84 Q F0
-<416c6c20706172616d657465727320666f6c6c6f>10.42 E
-<77696e672074686973206172>-.25 E<67756d656e742077696c6c206265206c697465
-72616c6c792070617373656420746f2074686520696e666572696f72207368656c6c2e>
--.18 E/F2 10.95/Times-Bold@0 SF<4558414d504c4553>72 100.8 Q F1<77793630>
-108 112.8 Q F0<496620696e>132.72 124.8 Q -.2<766f>-.4 G -.1<6b65>.2 G
-2.5<6477>.1 G
-<6974686f757420706172616d65746572732c20616e20696e74657261637469>-2.5 E
-.3 -.15<76652073>-.25 H<68656c6c20697320696e>.15 E -.2<766f>-.4 G -.1
-<6b65>.2 G<642e>.1 E F1
-<7779363020ad6320656d61637320ad6e7720524541444d45>108 141.6 Q F0<546865>
-132.72 153.6 Q F1<ad63>2.745 E F0 .244<706172616d657465722063616e206265
-207573656420746f206469726563746c7920696e>2.745 F -.2<766f>-.4 G .444 -.1
-<6b652061>.2 H 2.744<6e69>.1 G<6e74657261637469>-2.744 E .544 -.15
-<76652061>-.25 H .244<70706c69636174696f6e20746861742073686f756c64207275
-6e20696e20616e20656d752d>.15 F<6c6174656420656e>132.72 165.6 Q<7669726f
-6e6d656e742e2054686520656d756c61746f722077696c6c207465726d696e6174652077
-68656e2074686520696e>-.4 E -.2<766f>-.4 G -.1<6b65>.2 G 2.5<6461>.1 G
-<70706c69636174696f6e2068617320717569742e>-2.5 E F1
-<7779363020ad6320696e66>108 182.4 Q<6f636d70>-.25 E F0<757365>132.72
-194.4 Q F1<696e66>3.907 E<6f636d70>-.25 E F0 1.407<28314d2920746f2076>B
-1.407<6572696679207468617420746865>-.15 F F1<7465726d696e66>3.908 E<6f>
--.25 E F0 1.408<2835292064617461626173652068617320617070726f707269617465
-20656e747269657320666f722074686520656d756c61746564>B/F3 10
-/Times-Italic@0 SF<777973653630>133.06 206.4 Q F0<7465726d696e616c2e>
-2.97 E F2<434f4e464947555241>72 223.2 Q<54494f4e2046494c4553>-1.04 E F0
-.442<536f6d65206f66207468652065>108 235.2 R -.15<7865>-.15 G .441<637574
-696f6e20706172616d65746572732063616e20626520636f6e74726f6c6c656420746872
-6f75676820636f6e8c6775726174696f6e208c6c65732e204576>.15 F .441
-<65727920757365722063616e206861>-.15 F .741 -.15<766520612070>-.2 H
-<72692d>.15 E -.25<7661>108 247.2 S .356
-<746520636f6e8c6775726174696f6e208c6c6520696e>.25 F F3
-<24484f4d452f2e7779363072>3.046 E<63>-.37 E F0 .357<74686174206f>3.167 F
--.15<7665>-.15 G .357<72726964657320616e>.15 F 2.857<7973>-.15 G .357<79
-7374656d2d776964652073657474696e67732e205468652073797374656d2061646d696e
-69737472612d>-2.857 F<746f722063616e20616c736f2073657420676c6f62616c2070
-6172616d657465727320696e>108 259.2 Q F3
-<2f7573722f6c6f63616c2f6574632f777936302e72>2.5 E<63>-.37 E F0
-<6f7220696e>2.5 E F3<2f6574632f777936302e72>2.5 E<63>-.37 E F0<2e>.31 E
-.806<416c6c20636f6e8c6775726174696f6e208c6c65732061726520696e20706c6169
-6e20415343494920666f726d61742e20436f6d6d656e74732061726520696e74726f6475
-636564206279207468652068617368206d61726b>108 276 R F1<23>3.306 E F0
-<636861726163746572>3.306 E .28<616e642065>108 288 R .28<7874656e642074
-6f2074686520656e64206f6620746865206c696e652e20426c616e6b206c696e65732061
-72652069676e6f7265642e20416c6c206c696e657320617265206f662074686520666f72
-6d>-.15 F F1 -.1<7661>2.78 G .28<726961626c65203d2076>.1 F<616c7565>-.1
-E F0 5.28<2e56>C<6172692d>-6.39 E .96
-<61626c65206e616d657320617265206361736520696e73656e73697469>108 300 R
--.15<7665>-.25 G 3.46<2e4c>.15 G .96<656164696e6720616e6420747261696c69
-6e6720776869746520737061636520666f7220626f7468207468652076>-3.46 F .96
-<61726961626c657320616e64207468652076>-.25 F .96<616c756573206973>-.25 F
-<7374726970706564207072696f7220746f2070726f63657373696e672e204e6f6e2041
-534349492063686172616374657273206861>108 312 Q .3 -.15<76652074>-.2 H
-2.5<6f62>.15 G 2.5<6565>-2.5 G<7363617065643a>-2.5 E F1<5c>108 328.8 Q
-F3<6f6f6f>.23 E F0<557020746f207468726565206f6374616c206469676974732063
-616e206265207573656420746f207370656369667920612063686172616374657220696e
-207468652072616e6765>11.99 E F1<5c303031>2.5 E F0<7468726f756768>2.5 E
-F1<5c313737>2.5 E F0<2e>A F1<5c78>108 345.6 Q F3<5858>.79 E F0
-<557020746f207477>9.21 E 2.5<6f68>-.1 G -.15<6578>-2.5 G<61646563696d61
-6c206469676974732063616e206265207573656420746f20737065636966792061206368
-6172616374657220696e207468652072616e6765>.15 E F1<5c783031>2.5 E F0
-<7468726f756768>2.5 E F1<5c784646>2.5 E F0<2e>A F1<5c61>108 362.4 Q F0
-<546865>22.22 E F1<42454c>2.5 E F0
-<636861726163746572202841534349492037292e>2.5 E F1<5c62>108 379.2 Q F0
-<546865>21.66 E F1<4253>2.5 E F0
-<636861726163746572202841534349492038292e>2.5 E F1<5c65>108 396 Q F0
-<546865>22.78 E F1<455343>2.5 E F0
-<63686172616374657220284153434949203237292e>2.5 E F1<5c66>108 412.8 Q F0
-<546865>23.89 E F1<4646>2.5 E F0
-<63686172616374657220284153434949203132292e>2.5 E F1<5c6e>108 429.6 Q F0
-<546865>21.66 E F1<4e4c>2.5 E F0
-<63686172616374657220284153434949203130292e>2.5 E F1<5c72>108 446.4 Q F0
-<546865>22.78 E F1<4352>2.5 E F0
-<63686172616374657220284153434949203133292e>2.5 E F1<5c74>108 463.2 Q F0
-<546865>23.89 E F1 -.9<5441>2.5 G<42>.9 E F0
-<636861726163746572202841534349492039292e>2.5 E F1<5c76>108 480 Q F0
-<546865>22.22 E F1<5654>2.5 E F0
-<63686172616374657220284153434949203131292e>2.5 E 1.542<506c65617365206e
-6f7465207468617420636f6e74696e756174696f6e206c696e657320617265206e6f7420
-737570706f7274656420616e642074686174206973206e6f7420706f737369626c652074
-6f20696e7075742061>108 496.8 R F1<4e554c>4.042 E F0<636861726163746572>
-4.042 E<2841534349492030292e>108 508.8 Q<54686520636f6e8c6775726174696f
-6e208c6c6520737570706f7274732074686520666f6c6c6f>108 525.6 Q
-<77696e6720706172616d65746572733a>-.25 E F1<4944454e544946494552>108
-542.4 Q F0 .572<546865207465726d696e616c206964656e74698c657220737472696e
-672074686174206973207265706f72746564207768656e20616e>151.89 554.4 R F3
-<454e51>3.581 E F0 .571<284153434949203529206973207265636569>3.341 F
--.15<7665>-.25 G .571<642c2063616e206265206f>.15 F -.15<7665>-.15 G -.2
-<722d>.15 G 1.59<72696464656e2062792073657474696e6720746865>151.89 566.4
-R F1<4944454e544946494552>4.09 E F0 1.59<636f6e8c6775726174696f6e2076>
-4.09 F 1.59<61726961626c652e2049662074686973206f7074696f6e206973206e6f74
-207365742c207468656e20746865>-.25 F
-<656d756c61746f72207265706c696573207769746820616e>151.89 578.4 Q F3 -.3
-<4143>2.5 G<4b>.3 E F0<2841534349492036292e>3.55 E F1
-<5052494e54434f4d4d414e44>108 595.2 Q F0 .53<50726f6772616d732063616e20
-7072696e7420746f2061206c6f63616c207072696e7465722062792073656e64696e6720
-65736361706520636f64657320746f>151.89 607.2 R F1<77793630>3.029 E F0
-5.529<2e49>C 3.029<6674>-5.529 G .529<6869732076>-3.029 F .529
-<61726961626c652069732073657420746f>-.25 F<22>151.89 619.2 Q F3
-<6175746f>A F0 3.538<2274>C<68656e>-3.538 E F1<77793630>3.538 E F0 1.038
-<77696c6c2074727920746f207072696e7420746f20656974686572>3.538 F F1<6c70>
-3.538 E F0 1.038<283129206f7220746f>B F1<6c7072>3.538 E F0 3.538
-<2831292e204f74686572776973652c>B 1.039<746869732076>3.538 F 1.039
-<61726961626c652073686f756c64>-.25 F<636f6e7461696e20746865206e616d6520
-6f6620612073637269707420746861742063616e206163636570742064617461206f6e20
-697473207374616e6461726420696e7075742e>151.89 631.2 Q F1<524553495a45>
-108 648 Q F0 .176<496620796f752077>7.21 F .176
-<616e7420746f2075736520616e2065>-.1 F .175<787465726e616c20736372697074
-20746f20726573697a652074686520636f6e736f6c652c207468656e20796f752063616e
-207370656369667920746865206162736f6c7574652070617468>-.15 F 1.063
-<746f2074686973207363726970742062792073657474696e6720746865>151.89 660 R
-F1<524553495a45>3.563 E F0 1.063<636f6e8c6775726174696f6e2076>3.563 F
-1.063<61726961626c652e2046>-.25 F 1.063<6f722065>-.15 F 1.063
-<78616d706c652c20696620796f75206861>-.15 F -.15<7665>-.2 G F1<5356>3.713
-E<47412d>-.3 E -.92<5465>151.89 672 S<78744d6f6465>.92 E F0 .732
-<28382920696e7374616c6c656420616e6420796f752077>B .732
-<616e7420746f2072756e>-.1 F F1<77793630>3.232 E F0 .732
-<66726f6d20746865204c696e7578207465>3.232 F .732
-<787420636f6e736f6c652c207468656e20796f75206d69676874>-.15 F<7472792075
-73696e6720612073637269707420737563682061732074686973206f6e653a>151.89
-684 Q/F4 10/Courier@0 SF<23212f62696e2f7368>151.89 700.8 Q<504154483d2f
-7573722f6c6f63616c2f62696e3a2f7573722f6c6f63616c2f7362696e3a2f7573722f62
-696e3a2f7573722f7362696e3a2f62696e3a2f7362696e>151.89 712.8 Q F0
-<4665622030322c2032303037>279.75 768 Q<32>202.75 E 0 Cg EP
+/F0 10/Times-Roman@0 SF 388.86(WY60\(1\) WY60\(1\))72 48 R/F1 10
+/Times-Bold@0 SF(--)108 84 Q F0(All parameters follo)125.08 84 Q
+(wing this ar)-.25 E
+(gument will be literally passed to the inferior shell.)-.18 E/F2 10.95
+/Times-Bold@0 SF(EXAMPLES)72 100.8 Q F1(wy60)108 112.8 Q F0(If in)132.72
+124.8 Q -.2(vo)-.4 G -.1(ke).2 G 2.5(dw).1 G
+(ithout parameters, an interacti)-2.5 E .3 -.15(ve s)-.25 H(hell is in)
+.15 E -.2(vo)-.4 G -.1(ke).2 G(d.).1 E F1
+(wy60 \255c emacs \255nw README)108 141.6 Q F0(The)132.72 153.6 Q F1
+<ad63>2.745 E F0 .244(parameter can be used to directly in)2.745 F -.2
+(vo)-.4 G .444 -.1(ke a).2 H 2.744(ni).1 G(nteracti)-2.744 E .544 -.15
+(ve a)-.25 H .244(pplication that should run in an emu-).15 F(lated en)
+132.72 165.6 Q(vironment. The emulator will terminate when the in)-.4 E
+-.2(vo)-.4 G -.1(ke).2 G 2.5(da).1 G(pplication has quit.)-2.5 E F1
+(wy60 \255c inf)108 182.4 Q(ocmp)-.25 E F0(Use)132.72 194.4 Q F1(inf)
+3.736 E(ocmp)-.25 E F0 1.237(\(1M\) to v)B 1.237(erify that the)-.15 F
+F1(terminf)3.737 E(o)-.25 E F0 1.237
+(\(5\) database has appropriate entries for the emulated)B/F3 10
+/Times-Italic@0 SF(wyse60)133.06 206.4 Q F0(terminal.)2.97 E F1
+(TERM=xterm-mono wy60)108 223.2 Q F0 .109(By def)132.72 235.2 R(ault,)
+-.1 E F1(wy60)2.609 E F0 .108(uses colors instead of te)2.608 F .108
+(xt attrib)-.15 F .108(utes if a)-.2 F -.25(va)-.2 G .108
+(ilable. If you prefer seeing traditional te).25 F(xt)-.15 E(attrib)
+132.72 247.2 Q(utes instead, start)-.2 E F1(wy60)2.5 E F0
+(in a terminal that does not support ANSI colors.)2.5 E F2(CONFIGURA)72
+264 Q(TION FILES)-1.04 E F0 .441(Some of the e)108 276 R -.15(xe)-.15 G
+.441(cution parameters can be controlled through con\214guration \214le\
+s. Ev).15 F .442(ery user can ha)-.15 F .742 -.15(ve a p)-.2 H(ri-).15 E
+-.25(va)108 288 S .357(te con\214guration \214le in).25 F F3
+($HOME/.wy60r)3.047 E(c)-.37 E F0 .357(that o)3.167 F -.15(ve)-.15 G
+.357(rrides an).15 F 2.857(ys)-.15 G .356
+(ystem-wide settings. The system administra-)-2.857 F
+(tor can also set global parameters in)108 300 Q F3
+(/usr/local/etc/wy60.r)2.5 E(c)-.37 E F0(or in)2.5 E F3(/etc/wy60.r)2.5
+E(c)-.37 E F0(.).31 E .806(All con\214guration \214les are in plain ASC\
+II format. Comments are introduced by the hash mark)108 316.8 R F1(#)
+3.307 E F0(character)3.307 E .28(and e)108 328.8 R .28(xtend to the end\
+ of the line. Blank lines are ignored. All lines are of the form)-.15 F
+F1 -.1(va)2.78 G .28(riable = v).1 F(alue)-.1 E F0 5.28(.V)C(ari-)-6.39
+E .96(able names are case insensiti)108 340.8 R -.15(ve)-.25 G 3.46(.L)
+.15 G .96(eading and trailing white space for both the v)-3.46 F .96
+(ariables and the v)-.25 F .96(alues is)-.25 F
+(stripped prior to processing. Non ASCII characters ha)108 352.8 Q .3
+-.15(ve t)-.2 H 2.5(ob).15 G 2.5(ee)-2.5 G(scaped:)-2.5 E F1(\\)108
+369.6 Q F3(ooo).23 E F0(Up to three octal digits can be used to specify\
+ a character in the range)138 369.6 Q F1(\\001)2.5 E F0(through)2.5 E F1
+(\\177)2.5 E F0(.)A F1(\\x)108 386.4 Q F3(XX).79 E F0(Up to tw)138 386.4
+Q 2.5(oh)-.1 G -.15(ex)-2.5 G
+(adecimal digits can be used to specify a character in the range).15 E
+F1(\\x01)2.5 E F0(through)2.5 E F1(\\xFF)2.5 E F0(.)A F1(\\a)108 403.2 Q
+F0(The)138 403.2 Q F1(BEL)2.5 E F0(character \(ASCII 7\).)2.5 E F1(\\b)
+108 420 Q F0(The)138 420 Q F1(BS)2.5 E F0(character \(ASCII 8\).)2.5 E
+F1(\\e)108 436.8 Q F0(The)138 436.8 Q F1(ESC)2.5 E F0
+(character \(ASCII 27\).)2.5 E F1(\\f)108 453.6 Q F0(The)138 453.6 Q F1
+(FF)2.5 E F0(character \(ASCII 12\).)2.5 E F1(\\n)108 470.4 Q F0(The)138
+470.4 Q F1(NL)2.5 E F0(character \(ASCII 10\).)2.5 E F1(\\r)108 487.2 Q
+F0(The)138 487.2 Q F1(CR)2.5 E F0(character \(ASCII 13\).)2.5 E F1(\\t)
+108 504 Q F0(The)138 504 Q F1 -.9(TA)2.5 G(B).9 E F0
+(character \(ASCII 9\).)2.5 E F1(\\v)108 520.8 Q F0(The)138 520.8 Q F1
+(VT)2.5 E F0(character \(ASCII 11\).)2.5 E 1.542(Please note that conti\
+nuation lines are not supported and that is not possible to input a)108
+537.6 R F1(NUL)4.041 E F0(character)4.041 E(\(ASCII 0\).)108 549.6 Q
+(The con\214guration \214le supports the follo)108 566.4 Q
+(wing parameters:)-.25 E F1(IDENTIFIER)108 583.2 Q F0 .571
+(The terminal identi\214er string that is reported when an)151.89 595.2
+R F3(ENQ)3.581 E F0 .571(\(ASCII 5\) is recei)3.341 F -.15(ve)-.25 G
+.572(d, can be o).15 F -.15(ve)-.15 G -.2(r-).15 G 1.59
+(ridden by setting the)151.89 607.2 R F1(IDENTIFIER)4.09 E F0 1.59
+(con\214guration v)4.09 F 1.59
+(ariable. If this option is not set, then the)-.25 F
+(emulator replies with an)151.89 619.2 Q F3 -.3(AC)2.5 G(K).3 E F0
+(\(ASCII 6\).)3.55 E F1(PRINTCOMMAND)108 636 Q F0 .529
+(Programs can print to a local printer by sending escape codes to)151.89
+648 R F1(wy60)3.03 E F0 5.53(.I)C 3.03(ft)-5.53 G .53(his v)-3.03 F .53
+(ariable is set to)-.25 F(")151.89 660 Q F3(auto)A F0 3.539("t)C(hen)
+-3.539 E F1(wy60)3.539 E F0 1.038(will try to print to either)3.538 F F1
+(lp)3.538 E F0 1.038(\(1\) or to)B F1(lpr)3.538 E F0 3.538
+(\(1\). Otherwise,)B 1.038(this v)3.538 F 1.038(ariable should)-.25 F(c\
+ontain the name of a script that can accept data on its standard input.)
+151.89 672 Q F1(RESIZE)108 688.8 Q F0 .175(If you w)151.89 688.8 R .175
+(ant to use an e)-.1 F .176(xternal script to resize the console, then \
+you can specify the absolute path)-.15 F 1.063
+(to this script by setting the)151.89 700.8 R F1(RESIZE)3.563 E F0 1.063
+(con\214guration v)3.563 F 1.063(ariable. F)-.25 F 1.063(or e)-.15 F
+1.063(xample, if you ha)-.15 F -.15(ve)-.2 G F1(SV)3.712 E(GA-)-.3 E
+-.92(Te)151.89 712.8 S(xtMode).92 E F0 .732(\(8\) installed and you w)B
+.732(ant to run)-.1 F F1(wy60)3.232 E F0 .732(from the Linux te)3.232 F
+.732(xt console, then you might)-.15 F
+(try using a script such as this one:)151.89 724.8 Q(Feb 02, 2007)279.75
+768 Q(2)202.75 E 0 Cg EP
%%Page: 3 3
%%BeginPageSetup
BP
%%EndPageSetup
-/F0 10/Times-Roman@0 SF 388.86<575936302831292057593630283129>72 48 R/F1
-10/Courier@0 SF
-<656772657020272e2b27202f70726f632f6662203e263220262620657869742030>
-151.89 84 Q<28747479203c2633207c20656772657020275e2f6465762f7474795b302d
-395d2a2427203e26322920333c2631>151.89 96 Q
-<696620746573742022243f22202d657120303b207468656e>151.89 108 Q
-<53564741546578744d6f64652022243178243222>163.89 120 Q
-<3c2631203e2632207c7c>18 E
-<53564741546578744d6f646520222431782432783922203c2631203e2632207c7c>
-163.89 132 Q
-<53564741546578744d6f646520222431782432783822203c2631203e2632>163.89 144
-Q<6669>151.89 156 Q<657869742030>151.89 168 Q F0<4d616b>151.89 180 Q
-4.542<6573>-.1 G 2.042<7572652074686174>-4.542 F/F2 10/Times-Bold@0 SF
-<5356>4.542 E<4741>-.3 E -.92<5465>-.95 G<78744d6f6465>.92 E F0 2.042<28
-382920756e6465727374616e6473207468657365206d6f6465733a2038307832342c2038
-307832352c2038307834322c2038307834332c>B
-<3133327832342c203133327832352c203133327834322c203133327834332e>151.89
-192 Q F2<5348454c4c>108 208.8 Q F0 .877<4966206e6569746865722061>10.54 F
-/F3 10/Times-Italic@0 SF<636f6d6d616e64>3.577 E F0 .877<686173206265656e
-20706173736564206f6e2074686520636f6d6d616e64206c696e652c206e6f7220746865
-207573657227>4.147 F<73>-.55 E F2<245348454c4c>3.376 E F0<656e>3.376 E
-<7669726f6e2d>-.4 E .487<6d656e742076>151.89 220.8 R .487
-<61726961626c652077>-.25 F .487
-<6173207365742c207468656e2075736520746869732076>-.1 F .488
-<61726961626c6520746f2064657465726d696e652074686520646566>-.25 F .488
-<61756c74207368656c6c2e204966207468652076>-.1 F .488
-<61726961626c65206973206e6f74>-.25 F<7365742c207468656e20612076>151.89
-232.8 Q<616c7565206f66>-.25 E F3<2f62696e2f7368>3.65 E F0
-<6973207573656420696e73746561642e>2.78 E F2<5445524d>108 249.6 Q F0
-1.162<4966206e6f>13.89 F F3<7465726d696e616c>3.792 E F0 1.162<7479706520
-686173206265656e2073706563698c6564206f6e2074686520636f6d6d616e64206c696e
-652c207468652070726f6772616d20646566>4.172 F 1.162<61756c747320746f>-.1
-F F3<777973653630>3.662 E F0<2e>.47 E<5468697320646566>151.89 261.6 Q
-<61756c742076>-.1 E<616c75652063616e206279206f>-.25 E -.15<7665>-.15 G
-<7272696464656e2062792073657474696e6720746865>.15 E F2<5445524d>2.5 E F0
-<636f6e8c6775726174696f6e2076>2.5 E<61726961626c652e>-.25 E F2
-<57524954455052>108 278.4 Q -.4<4f54>-.3 G<454354>.4 E F0 .403
-<54686520646566>151.89 290.4 R .403<61756c7420617474726962>-.1 F .404<75
-746520666f7220696e6469636174696e672077726974652d70726f74656374206d6f6465
-206973>-.2 F F3<52455645525345>2.904 E F0 5.404<2e54>.73 G .404
-<6869732076>-5.404 F .404<616c75652063616e206265206f>-.25 F -.15<7665>
--.15 G<727269642d>.15 E 2.075<64656e2062792073657474696e6720746865>
-151.89 302.4 R F2<57524954455052>4.574 E -.4<4f54>-.3 G<454354>.4 E F0
-2.074<636f6e8c6775726174696f6e2076>4.574 F 2.074
-<61726961626c6520746f206f6e65206f662074686573652076>-.25 F<616c7565733a>
--.25 E F3<4e4f522d>4.574 E<4d414c>151.89 314.4 Q F0<2c>.53 E F3
-<424c414e4b>3.08 E F0<2c>1.05 E F3<424c494e4b>2.5 E F0<2c>1.05 E F3
-<52455645525345>3.13 E F0<2c>.73 E F3<554e44455253434f5245>1.98 E F0<2c>
-.73 E F3<44494d>3.08 E F0 8.916<2e54>.9 G 3.916<686520617474726962>
--8.916 F 3.916<757465732063616e20626520636f6d62696e6564>-.2 F<7769746820
-65616368206f74686572206279206c697374696e67206d756c7469706c6520696e207468
-652073616d65206c696e652e>151.89 326.4 Q .208
-<416c6c20746865206f746865722076>108 343.2 R .208<61726961626c6573207370
-6563696679206368617261637465722073657175656e63657320746861742073686f756c
-642062652073656e74207768656e65>-.25 F -.15<7665>-.25 G 2.707<7274>.15 G
-.207<68652075736572207072657373657320612066756e6374696f6e>-2.707 F -.1
-<6b65>108 355.2 S 1.867 -.65<792e2054>-.05 H .567<686520666f6c6c6f>.65 F
-.567<77696e67207461626c65206c69737473207468652076>-.25 F .568
-<61726961626c65206e616d652c2074686520646566>-.25 F .568<61756c742076>-.1
-F .568<616c75652c20616e6420746865>-.25 F F2<7465726d696e66>3.068 E<6f>
--.25 E F0 .568<283529206e616d6520666f72207468652066756e632d>B
-<74696f6e206b>108 367.2 Q -.15<6579>-.1 G<2e>-.5 E F2 -.92<5661>192.78
-388.8 S<726961626c65204e616d65>.92 E<44656661756c74204b>23.15 E
-<65792053657175656e6365>-.25 E -.92<5465>15 G<726d696e66>.92 E 2.5<6f4e>
--.25 G<616d65>-2.5 E F0 180.85<4131206b6131>192.78 400.8 R 180.85
-<4133206b6133>192.78 412.8 R 181.4<4232206b6232>192.78 424.8 R 181.4
-<4331206b6331>192.78 436.8 R 181.4<4333206b6332>192.78 448.8 R 41.68
-<4261636b7370616365205c62>192.78 460.8 R<6b6273>100.85 E 51.67
-<4261636b746162205c6549>192.78 472.8 R<6b636274>98.08 E<4265>192.78
-484.8 Q 169.33<67696e206b6265>-.15 F<67>-.15 E 165.3
-<43616e63656c206b63616e>192.78 496.8 R 171.41<436c656172206b636c72>
-192.78 508.8 R<436c65617220416c6c2054>192.78 520.8 Q 134.99
-<616273206b746263>-.8 F<436c6561722054>192.78 532.8 Q 154.16
-<6162206b63746162>-.8 F 170.29<436c6f7365206b636c6f>192.78 544.8 R 151.4
-<436f6d6d616e64206b636d64>192.78 556.8 R<436f70>192.78 568.8 Q 174<796b>
--.1 G<6370>-174 E<79>-.1 E 166.97<437265617465206b637274>192.78 580.8 R
-58.34<44656c657465205c6557>192.78 592.8 R<6b64636831>91.97 E
-<44656c657465204c696e65>192.78 604.8 Q 92.24<5c6552206b646c31>40.01 F
-<446f>192.78 616.8 Q 60.25<776e205c6e>-.25 F<6b63756431>100.85 E 68.33
-<456e64205c6554>192.78 628.8 R -.1<6b65>95.3 G<6e64>.1 E
-<456e64204f66204c696e65>192.78 640.8 Q 91.69<5c6559206b>36.95 F<656c>-.1
-E<456e64204f662053637265656e>192.78 652.8 Q 92.8<5c6554206b>28.07 F
-<6564>-.1 E 62.78<456e746572205c6537>192.78 664.8 R -.1<6b65>96.41 G
-<6e74>.1 E 176.4<45786974206b>192.78 676.8 R -.15<6578>-.1 G<74>.15 E
-<4578697420496e73657274204d6f6465>192.78 688.8 Q<6b726d6972>127.8 E
-174.73<46696e64206b666e64>192.78 700.8 R 173.63<48656c70206b686c70>
-192.78 712.8 R<4665622030322c2032303037>279.75 768 Q<33>202.75 E 0 Cg EP
+/F0 10/Times-Roman@0 SF 388.86(WY60\(1\) WY60\(1\))72 48 R/F1 10
+/Courier@0 SF(#!/bin/sh)151.89 84 Q
+(PATH=/usr/local/bin:/usr/local/sbin:/usr/bin:/usr/sbin:/bin:/sbin)
+151.89 96 Q(egrep '.+' /proc/fb >&2 && exit 0)151.89 108 Q
+(\(tty <&3 | egrep '^/dev/tty[0-9]*$' >&2\) 3<&1)151.89 120 Q
+(if test "$?" -eq 0; then)151.89 132 Q(SVGATextMode "$1x$2")163.89 144 Q
+(<&1 >&2 ||)18 E(SVGATextMode "$1x$2x9" <&1 >&2 ||)163.89 156 Q
+(SVGATextMode "$1x$2x8" <&1 >&2)163.89 168 Q(fi)151.89 180 Q(exit 0)
+151.89 192 Q F0(Mak)151.89 204 Q 4.542(es)-.1 G 2.042(ure that)-4.542 F
+/F2 10/Times-Bold@0 SF(SV)4.542 E(GA)-.3 E -.92(Te)-.95 G(xtMode).92 E
+F0 2.042(\(8\) understands these modes: 80x24, 80x25, 80x42, 80x43,)B
+(132x24, 132x25, 132x42, 132x43.)151.89 216 Q F2(SHELL)108 232.8 Q F0
+.876(If neither a)151.89 232.8 R/F3 10/Times-Italic@0 SF(command)3.576 E
+F0 .877(has been passed on the command line, nor the user')4.146 F(s)
+-.55 E F2($SHELL)3.377 E F0(en)3.377 E(viron-)-.4 E .488(ment v)151.89
+244.8 R .488(ariable w)-.25 F .488(as set, then use this v)-.1 F .488
+(ariable to determine the def)-.25 F .487(ault shell. If the v)-.1 F
+.487(ariable is not)-.25 F(set, then a v)151.89 256.8 Q(alue of)-.25 E
+F3(/bin/sh)3.65 E F0(is used instead.)2.78 E F2(TERM)108 273.6 Q F0
+1.162(If no)151.89 273.6 R F3(terminal)3.792 E F0 1.162
+(type has been speci\214ed on the command line, the program def)4.172 F
+1.162(aults to)-.1 F F3(wyse60)3.662 E F0(.).47 E(This def)151.89 285.6
+Q(ault v)-.1 E(alue can by o)-.25 E -.15(ve)-.15 G
+(rridden by setting the).15 E F2(TERM)2.5 E F0(con\214guration v)2.5 E
+(ariable.)-.25 E F2(WRITEPR)108 302.4 Q -.4(OT)-.3 G(ECT).4 E F0 .404
+(The def)151.89 314.4 R .404(ault attrib)-.1 F .404
+(ute for indicating write-protect mode is)-.2 F F3(REVERSE)2.904 E F0
+5.404(.T).73 G .404(his v)-5.404 F .403(alue can be o)-.25 F -.15(ve)
+-.15 G(rrid-).15 E 2.074(den by setting the)151.89 326.4 R F2(WRITEPR)
+4.574 E -.4(OT)-.3 G(ECT).4 E F0 2.074(con\214guration v)4.574 F 2.074
+(ariable to one of these v)-.25 F(alues:)-.25 E F3(NOR-)4.575 E(MAL)
+151.89 338.4 Q F0(,).53 E F3(BLANK)3.08 E F0(,)1.05 E F3(BLINK)3.08 E F0
+(,)1.05 E F3(REVERSE)3.13 E F0(,).73 E F3(UNDERSCORE)1.98 E F0(,).73 E
+F3(DIM)3.08 E F0 8.8(.T).9 G 3.8(he attrib)-8.8 F 3.8
+(utes can be combined)-.2 F
+(with each other by listing multiple in the same line.)151.89 350.4 Q
+.207(All the other v)108 367.2 R .207
+(ariables specify character sequences that should be sent whene)-.25 F
+-.15(ve)-.25 G 2.708(rt).15 G .208(he user presses a function)-2.708 F
+-.1(ke)108 379.2 S 1.868 -.65(y. T)-.05 H .568(he follo).65 F .568
+(wing table lists the v)-.25 F .568(ariable name, the def)-.25 F .568
+(ault v)-.1 F .568(alue, and the)-.25 F F2(terminf)3.067 E(o)-.25 E F0
+.567(\(5\) name for the func-)B(tion k)108 391.2 Q -.15(ey)-.1 G(.)-.5 E
+F2 -.92(Va)192.78 408 S(riable Name).92 E(Default K)23.15 E(ey Sequence)
+-.25 E -.92(Te)15 G(rminf).92 E 2.5(oN)-.25 G(ame)-2.5 E F0 180.85
+(A1 ka1)192.78 420 R 180.85(A3 ka3)192.78 432 R 181.4(B2 kb2)192.78 444
+R 181.4(C1 kc1)192.78 456 R 181.4(C3 kc2)192.78 468 R 41.68
+(Backspace \\b)192.78 480 R(kbs)100.85 E 51.67(Backtab \\eI)192.78 492 R
+(kcbt)98.08 E(Be)192.78 504 Q 169.33(gin kbe)-.15 F(g)-.15 E 165.3
+(Cancel kcan)192.78 516 R 171.41(Clear kclr)192.78 528 R(Clear All T)
+192.78 540 Q 134.99(abs ktbc)-.8 F(Clear T)192.78 552 Q 154.16(ab kctab)
+-.8 F 170.29(Close kclo)192.78 564 R 151.4(Command kcmd)192.78 576 R
+(Cop)192.78 588 Q 174(yk)-.1 G(cp)-174 E(y)-.1 E 166.97(Create kcrt)
+192.78 600 R 58.34(Delete \\eW)192.78 612 R(kdch1)91.97 E(Delete Line)
+192.78 624 Q 92.24(\\eR kdl1)40.01 F(Do)192.78 636 Q 60.25(wn \\n)-.25 F
+(kcud1)100.85 E 68.33(End \\eT)192.78 648 R -.1(ke)95.3 G(nd).1 E
+(End Of Line)192.78 660 Q 91.69(\\eY k)36.95 F(el)-.1 E(End Of Screen)
+192.78 672 Q 92.8(\\eT k)28.07 F(ed)-.1 E 62.78(Enter \\e7)192.78 684 R
+-.1(ke)96.41 G(nt).1 E 176.4(Exit k)192.78 696 R -.15(ex)-.1 G(t).15 E
+(Exit Insert Mode)192.78 708 Q(krmir)127.8 E(Feb 02, 2007)279.75 768 Q
+(3)202.75 E 0 Cg EP
%%Page: 4 4
%%BeginPageSetup
BP
%%EndPageSetup
-/F0 10/Times-Roman@0 SF 388.86<575936302831292057593630283129>72 48 R 60
-<486f6d65205c783145>192.78 84 R<6b686f6d65>89.74 E 61.67
-<496e73657274205c6545>192.78 96 R<6b69636831>95.3 E
-<496e73657274204c696e65>192.78 108 Q 91.69<5c6551206b696c31>43.34 F
-67.78<4c656674205c62>192.78 120 R<6b63756231>100.85 E<4c6f>192.78 132 Q
-<776572204c656674>-.25 E<6b6c6c>150.56 E 171.41<4d61726b206b6d726b>
-192.78 144 R 158.08<4d657373616765206b6d7367>192.78 156 R<4d6f>192.78
-168 Q 170.34 -.15<7665206b>-.15 H<6d6f>.15 E<76>-.15 E<4e65>192.78 180 Q
-65.15<7874205c654b>-.15 F<6b6e7874>94.19 E 171.41<4f70656e206b>192.78
-192 R<6f706e>-.1 E 161.4<4f7074696f6e73206b>192.78 204 R<6f7074>-.1 E
--.15<5061>192.78 216 S<676520446f>.15 E 38.46<776e205c654b>-.25 F
-<6b6e70>94.19 E -.15<5061>192.78 228 S<6765205570>.15 E 95.02
-<5c654a206b7070>52.93 F<507265>192.78 240 Q 49.69<76696f7573205c654a>
--.25 F<6b707276>97.52 E 64.99<5072696e74205c6550>192.78 252 R<6b707274>
-95.85 E 171.96<5265646f206b72646f>192.78 264 R 152.54
-<5265666572656e6365206b726566>192.78 276 R 161.97
-<52656672657368206b726672>192.78 288 R 52.23<5265706c616365205c6572>
-192.78 300 R<6b72706c>98.08 E 164.74<52657374617274206b727374>192.78 312
-R 160.85<526573756d65206b726573>192.78 324 R 62.21<5269676874205c66>
-192.78 336 R<6b63756631>102.52 E<5361>192.78 348 Q 174.28 -.15<7665206b>
--.2 H<7361>.15 E<76>-.2 E<5363726f6c6c20446f>192.78 360 Q 142.49
-<776e206b696e64>-.25 F<5363726f6c6c205570>192.78 372 Q<6b7269>156.96 E
-168.63<53656c656374206b736c74>192.78 384 R<5365742054>192.78 396 Q
-163.04<6162206b687473>-.8 F 50.55<53757370656e64205c783141>192.78 408 R
-<6b737064>88.63 E 170.85<556e646f206b756e64>192.78 420 R 72.22
-<5570205c76>192.78 432 R<6b63757531>100.85 E<5368696674204265>192.78 444
-Q 147.38<67696e206b424547>-.15 F<53686966742043616e63656c>192.78 456 Q
-<6b43414e>145.85 E<536869667420436f6d6d616e64>192.78 468 Q<6b434d44>
-131.95 E<536869667420436f70>192.78 480 Q 152.05<796b>-.1 G<435059>
--152.05 E<536869667420437265617465>192.78 492 Q<6b4352>147.52 E<54>-.6 E
-<53686966742044656c657465>192.78 504 Q 89.47<5c6557206b4443>38.89 F
-<53686966742044656c657465204c696e65>192.78 516 Q 92.24<5c6552206b444c>
-18.06 F<536869667420456e64>192.78 528 Q 92.8<5c6554206b454e44>48.88 F
-<536869667420456e64204f66204c696e65>192.78 540 Q 92.8<5c6554206b454f4c>
-15 F<53686966742045786974>192.78 552 Q<6b455854>156.95 E
-<53686966742046696e64>192.78 564 Q<6b464e44>155.28 E
-<53686966742048656c70>192.78 576 Q<6b484c50>154.18 E
-<536869667420486f6d65>192.78 588 Q 94.11<5c657b206b484f4d>40.55 F
-<536869667420496e73657274>192.78 600 Q 91.69<5c6551206b4943>42.22 F
-<5368696674204c656674>192.78 612 Q 98.35<5c62206b4c4654>48.33 F
-<5368696674204d657373616765>192.78 624 Q<6b4d5347>138.63 E
-<5368696674204d6f>192.78 636 Q 148.39 -.15<7665206b>-.15 H<4d4f>.15 E
-<56>-.5 E<5368696674204e65>192.78 648 Q 43.2<7874205c654b>-.15 F
-<6b4e5854>94.19 E<5368696674204f7074696f6e73>192.78 660 Q<6b4f5054>
-141.95 E<536869667420507265>192.78 672 Q 27.74<76696f7573205c654a>-.25 F
-<6b5052>97.52 E<56>-.8 E<5368696674205072696e74>192.78 684 Q 93.35
-<5c6550206b5052>45.54 F<54>-.6 E<5368696674205265646f>192.78 696 Q
-<6b52444f>152.51 E<5368696674205265706c616365>192.78 708 Q 95.58
-<5c6572206b52504c>32.78 F<4665622030322c2032303037>279.75 768 Q<34>
+/F0 10/Times-Roman@0 SF 388.86(WY60\(1\) WY60\(1\))72 48 R 174.73
+(Find kfnd)192.78 84 R 173.63(Help khlp)192.78 96 R 60(Home \\x1E)192.78
+108 R(khome)89.74 E 61.67(Insert \\eE)192.78 120 R(kich1)95.3 E
+(Insert Line)192.78 132 Q 91.69(\\eQ kil1)43.34 F 67.78(Left \\b)192.78
+144 R(kcub1)100.85 E(Lo)192.78 156 Q(wer Left)-.25 E(kll)150.56 E 171.41
+(Mark kmrk)192.78 168 R 158.08(Message kmsg)192.78 180 R(Mo)192.78 192 Q
+170.34 -.15(ve k)-.15 H(mo).15 E(v)-.15 E(Ne)192.78 204 Q 65.15(xt \\eK)
+-.15 F(knxt)94.19 E 171.41(Open k)192.78 216 R(opn)-.1 E 161.4
+(Options k)192.78 228 R(opt)-.1 E -.15(Pa)192.78 240 S(ge Do).15 E 38.46
+(wn \\eK)-.25 F(knp)94.19 E -.15(Pa)192.78 252 S(ge Up).15 E 95.02
+(\\eJ kpp)52.93 F(Pre)192.78 264 Q 49.69(vious \\eJ)-.25 F(kprv)97.52 E
+64.99(Print \\eP)192.78 276 R(kprt)95.85 E 171.96(Redo krdo)192.78 288 R
+152.54(Reference kref)192.78 300 R 161.97(Refresh krfr)192.78 312 R
+52.23(Replace \\er)192.78 324 R(krpl)98.08 E 164.74(Restart krst)192.78
+336 R 160.85(Resume kres)192.78 348 R 62.21(Right \\f)192.78 360 R
+(kcuf1)102.52 E(Sa)192.78 372 Q 174.28 -.15(ve k)-.2 H(sa).15 E(v)-.2 E
+(Scroll Do)192.78 384 Q 142.49(wn kind)-.25 F(Scroll Up)192.78 396 Q
+(kri)156.96 E 168.63(Select kslt)192.78 408 R(Set T)192.78 420 Q 163.04
+(ab khts)-.8 F 50.55(Suspend \\x1A)192.78 432 R(kspd)88.63 E 170.85
+(Undo kund)192.78 444 R 72.22(Up \\v)192.78 456 R(kcuu1)100.85 E
+(Shift Be)192.78 468 Q 147.38(gin kBEG)-.15 F(Shift Cancel)192.78 480 Q
+(kCAN)145.85 E(Shift Command)192.78 492 Q(kCMD)131.95 E(Shift Cop)192.78
+504 Q 152.05(yk)-.1 G(CPY)-152.05 E(Shift Create)192.78 516 Q(kCR)147.52
+E(T)-.6 E(Shift Delete)192.78 528 Q 89.47(\\eW kDC)38.89 F
+(Shift Delete Line)192.78 540 Q 92.24(\\eR kDL)18.06 F(Shift End)192.78
+552 Q 92.8(\\eT kEND)48.88 F(Shift End Of Line)192.78 564 Q 92.8
+(\\eT kEOL)15 F(Shift Exit)192.78 576 Q(kEXT)156.95 E(Shift Find)192.78
+588 Q(kFND)155.28 E(Shift Help)192.78 600 Q(kHLP)154.18 E(Shift Home)
+192.78 612 Q 94.11(\\e{ kHOM)40.55 F(Shift Insert)192.78 624 Q 91.69
+(\\eQ kIC)42.22 F(Shift Left)192.78 636 Q 98.35(\\b kLFT)48.33 F
+(Shift Message)192.78 648 Q(kMSG)138.63 E(Shift Mo)192.78 660 Q 148.39
+-.15(ve k)-.15 H(MO).15 E(V)-.5 E(Shift Ne)192.78 672 Q 43.2(xt \\eK)
+-.15 F(kNXT)94.19 E(Shift Options)192.78 684 Q(kOPT)141.95 E(Shift Pre)
+192.78 696 Q 27.74(vious \\eJ)-.25 F(kPR)97.52 E(V)-.8 E(Shift Print)
+192.78 708 Q 93.35(\\eP kPR)45.54 F(T)-.6 E(Feb 02, 2007)279.75 768 Q(4)
202.75 E 0 Cg EP
%%Page: 5 5
%%BeginPageSetup
BP
%%EndPageSetup
-/F0 10/Times-Roman@0 SF 388.86<575936302831292057593630283129>72 48 R
-<536869667420526573756d65>192.78 84 Q<6b524553>141.4 E
-<5368696674205269676874>192.78 96 Q 100.02<5c66206b524954>42.76 F
-<5368696674205361>192.78 108 Q 152.33 -.15<7665206b>-.2 H<5341>.15 E<56>
--1.35 E<53686966742053757370656e64>192.78 120 Q<6b535044>139.73 E
-<536869667420556e646f>192.78 132 Q<6b554e44>151.4 E 182.51<4630206b6630>
-192.78 144 R 73.88<4631205c303031405c72>192.78 156 R<6b6631>75.53 E
-73.88<4632205c303031415c72>192.78 168 R<6b6632>77.52 E 73.88
-<4633205c303031425c72>192.78 180 R<6b6633>78.07 E 73.88
-<4634205c303031435c72>192.78 192 R<6b6634>78.07 E 73.88
-<4635205c303031445c72>192.78 204 R<6b6635>77.52 E 73.88
-<4636205c303031455c72>192.78 216 R<6b6636>78.63 E 73.88
-<4637205c303031465c72>192.78 228 R<6b6637>79.18 E 73.88
-<4638205c303031475c72>192.78 240 R<6b6638>77.52 E 73.88
-<4639205c303031485c72>192.78 252 R<6b6639>77.52 E 68.88
-<463130205c303031495c72>192.78 264 R<6b663130>81.41 E 68.88
-<463131205c3030314a5c72>192.78 276 R<6b663131>80.85 E 68.88
-<463132205c3030314b5c72>192.78 288 R<6b663132>77.52 E 68.88
-<463133205c303031605c72>192.78 300 R<6b663133>81.41 E 68.88
-<463134205c303031615c72>192.78 312 R<6b663134>80.3 E 68.88
-<463135205c303031625c72>192.78 324 R<6b663135>79.74 E 68.88
-<463136205c303031635c72>192.78 336 R<6b663136>80.3 E 68.88
-<463137205c303031645c72>192.78 348 R<6b663137>79.74 E 68.88
-<463138205c303031655c72>192.78 360 R<6b663138>80.3 E 68.88
-<463139205c303031665c72>192.78 372 R<6b663139>81.41 E 68.88
-<463230205c303031675c72>192.78 384 R<6b663230>79.74 E 68.88
-<463231205c303031685c72>192.78 396 R<6b663231>79.74 E 68.88
-<463232205c303031695c72>192.78 408 R<6b663232>81.96 E 68.88
-<463233205c3030316a5c72>192.78 420 R<6b663233>81.96 E 68.88
-<463234205c3030316b5c72>192.78 432 R<6b663234>79.74 E 68.88
-<463235205c3030314c5c72>192.78 444 R<6b663235>78.63 E 68.88
-<463236205c3030314d5c72>192.78 456 R<6b663236>75.85 E 68.88
-<463237205c3030314e5c72>192.78 468 R<6b663237>77.52 E 68.88
-<463238205c3030314f5c72>192.78 480 R<6b663238>77.52 E 68.88
-<463239205c3030316c5c72>192.78 492 R<6b663239>81.96 E 68.88
-<463330205c3030316d5c72>192.78 504 R<6b663330>76.96 E 68.88
-<463331205c3030316e5c72>192.78 516 R<6b663331>79.74 E 68.88
-<463332205c3030316f5c72>192.78 528 R<6b663332>79.74 E 177.51
-<463333206b663333>192.78 540 R 177.51<463334206b663334>192.78 552 R
-177.51<463335206b663335>192.78 564 R 177.51<463336206b663336>192.78 576
-R 177.51<463337206b663337>192.78 588 R 177.51<463338206b663338>192.78
-600 R 177.51<463339206b663339>192.78 612 R 177.51<463430206b663430>
-192.78 624 R 177.51<463431206b663431>192.78 636 R 177.51
-<463432206b663432>192.78 648 R 177.51<463433206b663433>192.78 660 R
-177.51<463434206b663434>192.78 672 R 177.51<463435206b663435>192.78 684
-R 177.51<463436206b663436>192.78 696 R 177.51<463437206b663437>192.78
-708 R<4665622030322c2032303037>279.75 768 Q<35>202.75 E 0 Cg EP
+/F0 10/Times-Roman@0 SF 388.86(WY60\(1\) WY60\(1\))72 48 R(Shift Redo)
+192.78 84 Q(kRDO)152.51 E(Shift Replace)192.78 96 Q 95.58(\\er kRPL)
+32.78 F(Shift Resume)192.78 108 Q(kRES)141.4 E(Shift Right)192.78 120 Q
+100.02(\\f kRIT)42.76 F(Shift Sa)192.78 132 Q 152.33 -.15(ve k)-.2 H(SA)
+.15 E(V)-1.35 E(Shift Suspend)192.78 144 Q(kSPD)139.73 E(Shift Undo)
+192.78 156 Q(kUND)151.4 E 182.51(F0 kf0)192.78 168 R 73.88(F1 \\001@\\r)
+192.78 180 R(kf1)75.53 E 73.88(F2 \\001A\\r)192.78 192 R(kf2)77.52 E
+73.88(F3 \\001B\\r)192.78 204 R(kf3)78.07 E 73.88(F4 \\001C\\r)192.78
+216 R(kf4)78.07 E 73.88(F5 \\001D\\r)192.78 228 R(kf5)77.52 E 73.88
+(F6 \\001E\\r)192.78 240 R(kf6)78.63 E 73.88(F7 \\001F\\r)192.78 252 R
+(kf7)79.18 E 73.88(F8 \\001G\\r)192.78 264 R(kf8)77.52 E 73.88
+(F9 \\001H\\r)192.78 276 R(kf9)77.52 E 68.88(F10 \\001I\\r)192.78 288 R
+(kf10)81.41 E 68.88(F11 \\001J\\r)192.78 300 R(kf11)80.85 E 68.88
+(F12 \\001K\\r)192.78 312 R(kf12)77.52 E 68.88(F13 \\001`\\r)192.78 324
+R(kf13)81.41 E 68.88(F14 \\001a\\r)192.78 336 R(kf14)80.3 E 68.88
+(F15 \\001b\\r)192.78 348 R(kf15)79.74 E 68.88(F16 \\001c\\r)192.78 360
+R(kf16)80.3 E 68.88(F17 \\001d\\r)192.78 372 R(kf17)79.74 E 68.88
+(F18 \\001e\\r)192.78 384 R(kf18)80.3 E 68.88(F19 \\001f\\r)192.78 396 R
+(kf19)81.41 E 68.88(F20 \\001g\\r)192.78 408 R(kf20)79.74 E 68.88
+(F21 \\001h\\r)192.78 420 R(kf21)79.74 E 68.88(F22 \\001i\\r)192.78 432
+R(kf22)81.96 E 68.88(F23 \\001j\\r)192.78 444 R(kf23)81.96 E 68.88
+(F24 \\001k\\r)192.78 456 R(kf24)79.74 E 68.88(F25 \\001L\\r)192.78 468
+R(kf25)78.63 E 68.88(F26 \\001M\\r)192.78 480 R(kf26)75.85 E 68.88
+(F27 \\001N\\r)192.78 492 R(kf27)77.52 E 68.88(F28 \\001O\\r)192.78 504
+R(kf28)77.52 E 68.88(F29 \\001l\\r)192.78 516 R(kf29)81.96 E 68.88
+(F30 \\001m\\r)192.78 528 R(kf30)76.96 E 68.88(F31 \\001n\\r)192.78 540
+R(kf31)79.74 E 68.88(F32 \\001o\\r)192.78 552 R(kf32)79.74 E 177.51
+(F33 kf33)192.78 564 R 177.51(F34 kf34)192.78 576 R 177.51(F35 kf35)
+192.78 588 R 177.51(F36 kf36)192.78 600 R 177.51(F37 kf37)192.78 612 R
+177.51(F38 kf38)192.78 624 R 177.51(F39 kf39)192.78 636 R 177.51
+(F40 kf40)192.78 648 R 177.51(F41 kf41)192.78 660 R 177.51(F42 kf42)
+192.78 672 R 177.51(F43 kf43)192.78 684 R 177.51(F44 kf44)192.78 696 R
+177.51(F45 kf45)192.78 708 R(Feb 02, 2007)279.75 768 Q(5)202.75 E 0 Cg
+EP
%%Page: 6 6
%%BeginPageSetup
BP
%%EndPageSetup
-/F0 10/Times-Roman@0 SF 388.86<575936302831292057593630283129>72 48 R
-177.51<463438206b663438>192.78 84 R 177.51<463439206b663439>192.78 96 R
-177.51<463530206b663530>192.78 108 R 177.51<463531206b663531>192.78 120
-R 177.51<463532206b663532>192.78 132 R 177.51<463533206b663533>192.78
-144 R 177.51<463534206b663534>192.78 156 R 177.51<463535206b663535>
-192.78 168 R 177.51<463536206b663536>192.78 180 R 177.51
-<463537206b663537>192.78 192 R 177.51<463538206b663538>192.78 204 R
-177.51<463539206b663539>192.78 216 R 177.51<463630206b663630>192.78 228
-R 177.51<463631206b663631>192.78 240 R 177.51<463632206b663632>192.78
-252 R 177.51<463633206b663633>192.78 264 R<416c742061>192.78 276 Q
-<5c6561>67.22 E<416c742062>192.78 288 Q<5c6562>66.66 E<416c742063>192.78
-300 Q<5c6563>67.22 E<416c742064>192.78 312 Q<5c6564>66.66 E<416c742065>
-192.78 324 Q<5c6565>67.22 E<416c742066>192.78 336 Q<5c6566>68.33 E
-<416c742067>192.78 348 Q<5c65>66.66 E<67>-.15 E<416c742068>192.78 360 Q
-<5c6568>66.66 E<416c742069>192.78 372 Q<5c6569>68.88 E<416c74206a>192.78
-384 Q<5c656a>68.88 E<416c74206b>192.78 396 Q<5c656b>66.66 E<416c74206c>
-192.78 408 Q<5c656c>68.88 E<416c74206d>192.78 420 Q<5c656d>63.88 E
-<416c74206e>192.78 432 Q<5c656e>66.66 E<416c74206f>192.78 444 Q<5c656f>
-66.66 E<416c742070>192.78 456 Q<5c6570>66.66 E<416c742071>192.78 468 Q
-<5c6571>66.66 E<416c742072>192.78 480 Q<5c6572>68.33 E<416c742073>192.78
-492 Q<5c6573>67.77 E<416c742074>192.78 504 Q<5c6574>68.88 E<416c742075>
-192.78 516 Q<5c6575>66.66 E<416c742076>192.78 528 Q<5c65>66.66 E<76>-.25
-E<416c742077>192.78 540 Q<5c65>64.44 E<77>-.25 E<416c742078>192.78 552 Q
-<5c65>66.66 E<78>-.15 E<416c742079>192.78 564 Q<5c65>66.66 E<79>-.15 E
-<416c74207a>192.78 576 Q<5c657a>67.22 E<416c742041>192.78 588 Q<5c6541>
-64.44 E<416c742042>192.78 600 Q<5c6542>64.99 E<416c742043>192.78 612 Q
-<5c6543>64.99 E<416c742044>192.78 624 Q<5c6544>64.44 E<416c742045>192.78
-636 Q<5c6545>65.55 E<416c742046>192.78 648 Q<5c6546>66.1 E<416c742047>
-192.78 660 Q<5c6547>64.44 E<416c742048>192.78 672 Q<5c6548>64.44 E
-<416c742049>192.78 684 Q<5c6549>68.33 E<416c74204a>192.78 696 Q<5c654a>
-67.77 E<416c74204b>192.78 708 Q<5c654b>64.44 E<4665622030322c2032303037>
-279.75 768 Q<36>202.75 E 0 Cg EP
+/F0 10/Times-Roman@0 SF 388.86(WY60\(1\) WY60\(1\))72 48 R 177.51
+(F46 kf46)192.78 84 R 177.51(F47 kf47)192.78 96 R 177.51(F48 kf48)192.78
+108 R 177.51(F49 kf49)192.78 120 R 177.51(F50 kf50)192.78 132 R 177.51
+(F51 kf51)192.78 144 R 177.51(F52 kf52)192.78 156 R 177.51(F53 kf53)
+192.78 168 R 177.51(F54 kf54)192.78 180 R 177.51(F55 kf55)192.78 192 R
+177.51(F56 kf56)192.78 204 R 177.51(F57 kf57)192.78 216 R 177.51
+(F58 kf58)192.78 228 R 177.51(F59 kf59)192.78 240 R 177.51(F60 kf60)
+192.78 252 R 177.51(F61 kf61)192.78 264 R 177.51(F62 kf62)192.78 276 R
+177.51(F63 kf63)192.78 288 R(Alt a)192.78 300 Q(\\ea)67.22 E(Alt b)
+192.78 312 Q(\\eb)66.66 E(Alt c)192.78 324 Q(\\ec)67.22 E(Alt d)192.78
+336 Q(\\ed)66.66 E(Alt e)192.78 348 Q(\\ee)67.22 E(Alt f)192.78 360 Q
+(\\ef)68.33 E(Alt g)192.78 372 Q(\\e)66.66 E(g)-.15 E(Alt h)192.78 384 Q
+(\\eh)66.66 E(Alt i)192.78 396 Q(\\ei)68.88 E(Alt j)192.78 408 Q(\\ej)
+68.88 E(Alt k)192.78 420 Q(\\ek)66.66 E(Alt l)192.78 432 Q(\\el)68.88 E
+(Alt m)192.78 444 Q(\\em)63.88 E(Alt n)192.78 456 Q(\\en)66.66 E(Alt o)
+192.78 468 Q(\\eo)66.66 E(Alt p)192.78 480 Q(\\ep)66.66 E(Alt q)192.78
+492 Q(\\eq)66.66 E(Alt r)192.78 504 Q(\\er)68.33 E(Alt s)192.78 516 Q
+(\\es)67.77 E(Alt t)192.78 528 Q(\\et)68.88 E(Alt u)192.78 540 Q(\\eu)
+66.66 E(Alt v)192.78 552 Q(\\e)66.66 E(v)-.25 E(Alt w)192.78 564 Q(\\e)
+64.44 E(w)-.25 E(Alt x)192.78 576 Q(\\e)66.66 E(x)-.15 E(Alt y)192.78
+588 Q(\\e)66.66 E(y)-.15 E(Alt z)192.78 600 Q(\\ez)67.22 E(Alt A)192.78
+612 Q(\\eA)64.44 E(Alt B)192.78 624 Q(\\eB)64.99 E(Alt C)192.78 636 Q
+(\\eC)64.99 E(Alt D)192.78 648 Q(\\eD)64.44 E(Alt E)192.78 660 Q(\\eE)
+65.55 E(Alt F)192.78 672 Q(\\eF)66.1 E(Alt G)192.78 684 Q(\\eG)64.44 E
+(Alt H)192.78 696 Q(\\eH)64.44 E(Alt I)192.78 708 Q(\\eI)68.33 E
+(Feb 02, 2007)279.75 768 Q(6)202.75 E 0 Cg EP
%%Page: 7 7
%%BeginPageSetup
BP
%%EndPageSetup
-/F0 10/Times-Roman@0 SF 388.86<575936302831292057593630283129>72 48 R
-<416c74204c>192.78 84 Q<5c654c>65.55 E<416c74204d>192.78 96 Q<5c654d>
-62.77 E<416c74204e>192.78 108 Q<5c654e>64.44 E<416c74204f>192.78 120 Q
-<5c654f>64.44 E<416c742050>192.78 132 Q<5c6550>66.1 E<416c742051>192.78
-144 Q<5c6551>64.44 E<416c742052>192.78 156 Q<5c6552>64.99 E<416c742053>
-192.78 168 Q<5c6553>66.1 E<416c742054>192.78 180 Q<5c6554>65.55 E
-<416c742055>192.78 192 Q<5c6555>64.44 E<416c742056>192.78 204 Q<5c6556>
-64.44 E<416c742057>192.78 216 Q<5c6557>62.22 E<416c742058>192.78 228 Q
-<5c6558>64.44 E<416c742059>192.78 240 Q<5c6559>64.44 E<416c74205a>192.78
-252 Q<5c655a>65.55 E<416c742030>192.78 264 Q<5c6530>66.66 E<416c742031>
-192.78 276 Q<5c6531>66.66 E<416c742032>192.78 288 Q<5c6532>66.66 E
-<416c742033>192.78 300 Q<5c6533>66.66 E<416c742034>192.78 312 Q<5c6534>
-66.66 E<416c742035>192.78 324 Q<5c6535>66.66 E<416c742036>192.78 336 Q
-<5c6536>66.66 E<416c742037>192.78 348 Q<5c6537>66.66 E<416c742038>192.78
-360 Q<5c6538>66.66 E<416c742039>192.78 372 Q<5c6539>66.66 E
-<416c74205370616365>192.78 384 Q<5c655c783230>47.78 E
-<416c74204578636c616d6174696f6e>192.78 396 Q<5c6521>21.11 E
-<416c7420446f75626c652051756f7465>192.78 408 Q<5c6522>15.28 E
-<416c7420506f756e64>192.78 420 Q<5c6523>46.1 E<416c7420446f6c6c6172>
-192.78 432 Q<5c6524>46.11 E<416c742050657263656e74>192.78 444 Q<5c6525>
-41.67 E<416c7420416d70657273616e64>192.78 456 Q<5c6526>25.56 E
-<416c742053696e676c652051756f7465>192.78 468 Q<5c6527>19.16 E
-<416c74204c6566742050>192.78 480 Q 27.38<6172656e205c6528>-.15 F
-<416c742052696768742050>192.78 492 Q 21.81<6172656e205c6529>-.15 F
***The diff for this file has been truncated for email.***