--- wmaker-0.92.0.orig/Makefile.in
+++ wmaker-0.92.0/Makefile.in
@@ -1,6 +1,8 @@
-# Makefile.in generated automatically by automake 1.4-p6 from Makefile.am
+# Makefile.in generated by automake 1.9.6 from Makefile.am.
+# @configure_input@
 
-# Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc.
+# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
+# 2003, 2004, 2005  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.
@@ -10,91 +12,132 @@
 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
 # PARTICULAR PURPOSE.
 
-
-SHELL = @SHELL@
-
+@SET_MAKE@
 srcdir = @srcdir@
 top_srcdir = @top_srcdir@
 VPATH = @srcdir@
-prefix = @prefix@
-exec_prefix = @exec_prefix@
-
-bindir = @bindir@
-sbindir = @sbindir@
-libexecdir = @libexecdir@
-datadir = @datadir@
-sysconfdir = @sysconfdir@
-sharedstatedir = @sharedstatedir@
-localstatedir = @localstatedir@
-libdir = @libdir@
-infodir = @infodir@
-mandir = @mandir@
-includedir = @includedir@
-oldincludedir = /usr/include
-
-DESTDIR =
-
 pkgdatadir = $(datadir)/@PACKAGE@
 pkglibdir = $(libdir)/@PACKAGE@
 pkgincludedir = $(includedir)/@PACKAGE@
-
 top_builddir = .
-
-ACLOCAL = @ACLOCAL@
-AUTOCONF = @AUTOCONF@
-AUTOMAKE = @AUTOMAKE@
-AUTOHEADER = @AUTOHEADER@
-
+am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 INSTALL = @INSTALL@
-INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
-INSTALL_DATA = @INSTALL_DATA@
-INSTALL_SCRIPT = @INSTALL_SCRIPT@
-transform = @program_transform_name@
-
+install_sh_DATA = $(install_sh) -c -m 644
+install_sh_PROGRAM = $(install_sh) -c
+install_sh_SCRIPT = $(install_sh) -c
+INSTALL_HEADER = $(INSTALL_DATA)
+transform = $(program_transform_name)
 NORMAL_INSTALL = :
 PRE_INSTALL = :
 POST_INSTALL = :
 NORMAL_UNINSTALL = :
 PRE_UNINSTALL = :
 POST_UNINSTALL = :
-host_alias = @host_alias@
+build_triplet = @build@
 host_triplet = @host@
+DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
+	$(srcdir)/Makefile.in $(top_srcdir)/configure AUTHORS COPYING \
+	ChangeLog INSTALL NEWS TODO config.guess config.sub install-sh \
+	ltmain.sh missing mkinstalldirs
+subdir = .
+ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
+am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
+	$(top_srcdir)/configure.ac
+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
+mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
+CONFIG_HEADER = $(top_builddir)/src/config.h
+CONFIG_CLEAN_FILES =
+SOURCES =
+DIST_SOURCES =
+RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
+	html-recursive info-recursive install-data-recursive \
+	install-exec-recursive install-info-recursive \
+	install-recursive installcheck-recursive installdirs-recursive \
+	pdf-recursive ps-recursive uninstall-info-recursive \
+	uninstall-recursive
+ETAGS = etags
+CTAGS = ctags
+DIST_SUBDIRS = $(SUBDIRS)
+DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+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); }; }
+DIST_ARCHIVES = $(distdir).tar.gz
+GZIP_ENV = --best
+distuninstallcheck_listfiles = find . -type f -print
+distcleancheck_listfiles = find . -type f -print
+ACLOCAL = @ACLOCAL@
+ALLOCA = @ALLOCA@
+AMDEP_FALSE = @AMDEP_FALSE@
+AMDEP_TRUE = @AMDEP_TRUE@
+AMTAR = @AMTAR@
 AR = @AR@
-AS = @AS@
+AUTOCONF = @AUTOCONF@
+AUTOHEADER = @AUTOHEADER@
+AUTOMAKE = @AUTOMAKE@
+AWK = @AWK@
 CC = @CC@
+CCDEPMODE = @CCDEPMODE@
+CFLAGS = @CFLAGS@
+CPP = @CPP@
+CPPFLAGS = @CPPFLAGS@
 CPP_PATH = @CPP_PATH@
 CXX = @CXX@
 CXXCPP = @CXXCPP@
+CXXDEPMODE = @CXXDEPMODE@
+CXXFLAGS = @CXXFLAGS@
+CYGPATH_W = @CYGPATH_W@
+DEFS = @DEFS@
+DEPDIR = @DEPDIR@
 DLLIBS = @DLLIBS@
-DLLTOOL = @DLLTOOL@
 ECHO = @ECHO@
+ECHO_C = @ECHO_C@
+ECHO_N = @ECHO_N@
+ECHO_T = @ECHO_T@
 EGREP = @EGREP@
 EXEEXT = @EXEEXT@
 F77 = @F77@
-GCJ = @GCJ@
-GCJFLAGS = @GCJFLAGS@
+FFLAGS = @FFLAGS@
 GFXLIBS = @GFXLIBS@
-HAVE_LIB = @HAVE_LIB@
+GREP = @GREP@
 HEADER_SEARCH_PATH = @HEADER_SEARCH_PATH@
 ICONEXT = @ICONEXT@
+INSTALL_DATA = @INSTALL_DATA@
+INSTALL_PROGRAM = @INSTALL_PROGRAM@
+INSTALL_SCRIPT = @INSTALL_SCRIPT@
+INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 INTLIBS = @INTLIBS@
-LIB = @LIB@
+LDFLAGS = @LDFLAGS@
+LIBOBJS = @LIBOBJS@
 LIBRARY_SEARCH_PATH = @LIBRARY_SEARCH_PATH@
+LIBS = @LIBS@
 LIBTOOL = @LIBTOOL@
 LITE = @LITE@
 LN_S = @LN_S@
-LTLIB = @LTLIB@
+LTLIBOBJS = @LTLIBOBJS@
 MAKEINFO = @MAKEINFO@
 MOFILES = @MOFILES@
 NETLIBS = @NETLIBS@
 NLSDIR = @NLSDIR@
 NOSTRICTALIASING = @NOSTRICTALIASING@
-OBJDUMP = @OBJDUMP@
 OBJEXT = @OBJEXT@
 PACKAGE = @PACKAGE@
+PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
+PACKAGE_NAME = @PACKAGE_NAME@
+PACKAGE_STRING = @PACKAGE_STRING@
+PACKAGE_TARNAME = @PACKAGE_TARNAME@
+PACKAGE_VERSION = @PACKAGE_VERSION@
+PATH_SEPARATOR = @PATH_SEPARATOR@
 PKGCONFIG = @PKGCONFIG@
 RANLIB = @RANLIB@
-RC = @RC@
+SET_MAKE = @SET_MAKE@
+SHELL = @SHELL@
 STRIP = @STRIP@
 VERSION = @VERSION@
 WINGSMOFILES = @WINGSMOFILES@
@@ -106,46 +149,115 @@
 XGETTEXT = @XGETTEXT@
 XLFLAGS = @XLFLAGS@
 XLIBS = @XLIBS@
+XMKMF = @XMKMF@
+X_CFLAGS = @X_CFLAGS@
 X_EXTRA_LIBS = @X_EXTRA_LIBS@
 X_LIBRARY_PATH = @X_LIBRARY_PATH@
+X_LIBS = @X_LIBS@
+X_PRE_LIBS = @X_PRE_LIBS@
+ac_ct_CC = @ac_ct_CC@
+ac_ct_CXX = @ac_ct_CXX@
+ac_ct_F77 = @ac_ct_F77@
+am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
+am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
+am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
+am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+am__include = @am__include@
+am__leading_dot = @am__leading_dot@
+am__quote = @am__quote@
+am__tar = @am__tar@
+am__untar = @am__untar@
+bindir = @bindir@
+build = @build@
+build_alias = @build_alias@
+build_cpu = @build_cpu@
+build_os = @build_os@
+build_vendor = @build_vendor@
+datadir = @datadir@
+datarootdir = @datarootdir@
+docdir = @docdir@
+dvidir = @dvidir@
+exec_prefix = @exec_prefix@
+host = @host@
+host_alias = @host_alias@
+host_cpu = @host_cpu@
+host_os = @host_os@
+host_vendor = @host_vendor@
+htmldir = @htmldir@
+includedir = @includedir@
+infodir = @infodir@
+install_sh = @install_sh@
+libdir = @libdir@
+libexecdir = @libexecdir@
+localedir = @localedir@
+localstatedir = @localstatedir@
+mandir = @mandir@
+mkdir_p = @mkdir_p@
+oldincludedir = @oldincludedir@
+pdfdir = @pdfdir@
+prefix = @prefix@
+program_transform_name = @program_transform_name@
+psdir = @psdir@
+sbindir = @sbindir@
+sharedstatedir = @sharedstatedir@
 supported_locales = @supported_locales@
+sysconfdir = @sysconfdir@
+target_alias = @target_alias@
 wprefs_bindir = @wprefs_bindir@
 wprefs_datadir = @wprefs_datadir@
+SUBDIRS = wrlib WINGs src util po WindowMaker wmlib test WPrefs.app doc\
+	contrib
 
-SUBDIRS = wrlib WINGs src util po WindowMaker wmlib test WPrefs.app doc 	contrib
-
+EXTRA_DIST = TODO BUGS BUGFORM FAQ FAQ.I18N FAQ.I18N.cs FAQ.I18N.sk \
+	INSTALL.cs INSTALL.fr INSTALL.es INSTALL.pt INSTALL.sk \
+	README.definable-cursor README.pt MIRRORS COPYING.WTFPL mkpatch 
 
-EXTRA_DIST = TODO BUGS BUGFORM FAQ FAQ.I18N FAQ.I18N.cs FAQ.I18N.sk 	INSTALL.cs INSTALL.fr INSTALL.es INSTALL.pt INSTALL.sk 	README.definable-cursor README.pt MIRRORS COPYING.WTFPL mkpatch 
-
-ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
-mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
-CONFIG_HEADER = ./src/config.h
-CONFIG_CLEAN_FILES = 
-DIST_COMMON =  README AUTHORS COPYING ChangeLog INSTALL Makefile.am \
-Makefile.in NEWS TODO acinclude.m4 aclocal.m4 config.guess config.sub \
-configure configure.ac install-sh ltmain.sh missing mkinstalldirs
+all: all-recursive
 
+.SUFFIXES:
+am--refresh:
+	@:
+$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
+	@for dep in $?; do \
+	  case '$(am__configure_deps)' in \
+	    *$$dep*) \
+	      echo ' cd $(srcdir) && $(AUTOMAKE) --gnu '; \
+	      cd $(srcdir) && $(AUTOMAKE) --gnu  \
+		&& exit 0; \
+	      exit 1;; \
+	  esac; \
+	done; \
+	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  Makefile'; \
+	cd $(top_srcdir) && \
+	  $(AUTOMAKE) --gnu  Makefile
+.PRECIOUS: Makefile
+Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
+	@case '$?' in \
+	  *config.status*) \
+	    echo ' $(SHELL) ./config.status'; \
+	    $(SHELL) ./config.status;; \
+	  *) \
+	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
+	    cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
+	esac;
 
-DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
+$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
+	$(SHELL) ./config.status --recheck
 
-TAR = tar
-GZIP_ENV = --best
-all: all-redirect
-.SUFFIXES:
-$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.ac $(ACLOCAL_M4) 
-	cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps Makefile
+$(top_srcdir)/configure:  $(am__configure_deps)
+	cd $(srcdir) && $(AUTOCONF)
+$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
+	cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
 
-Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
-	cd $(top_builddir) \
-	  && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
+mostlyclean-libtool:
+	-rm -f *.lo
 
-$(ACLOCAL_M4):  configure.ac  acinclude.m4
-	cd $(srcdir) && $(ACLOCAL)
+clean-libtool:
+	-rm -rf .libs _libs
 
-config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
-	$(SHELL) ./config.status --recheck
-$(srcdir)/configure: $(srcdir)/configure.ac $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
-	cd $(srcdir) && $(AUTOCONF)
+distclean-libtool:
+	-rm -f libtool
+uninstall-info-am:
 
 # This directory's subdirectories are mostly independent; you can cd
 # into them and run `make' without going through this Makefile.
@@ -153,13 +265,14 @@
 # (1) if the variable is set in `config.status', edit `config.status'
 #     (which will cause the Makefiles to be regenerated when you run `make');
 # (2) otherwise, pass the desired values on the `make' command line.
-
-@SET_MAKE@
-
-all-recursive install-data-recursive install-exec-recursive \
-installdirs-recursive install-recursive uninstall-recursive  \
-check-recursive installcheck-recursive info-recursive dvi-recursive:
-	@set fnord $(MAKEFLAGS); amf=$$2; \
+$(RECURSIVE_TARGETS):
+	@failcom='exit 1'; \
+	for f in x $$MAKEFLAGS; do \
+	  case $$f in \
+	    *=* | --[!k]*);; \
+	    *k*) failcom='fail=yes';; \
+	  esac; \
+	done; \
 	dot_seen=no; \
 	target=`echo $@ | sed s/-recursive//`; \
 	list='$(SUBDIRS)'; for subdir in $$list; do \
@@ -171,7 +284,7 @@
 	    local_target="$$target"; \
 	  fi; \
 	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
-	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
+	  || eval $$failcom; \
 	done; \
 	if test "$$dot_seen" = "no"; then \
 	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
@@ -179,13 +292,24 @@
 
 mostlyclean-recursive clean-recursive distclean-recursive \
 maintainer-clean-recursive:
-	@set fnord $(MAKEFLAGS); amf=$$2; \
+	@failcom='exit 1'; \
+	for f in x $$MAKEFLAGS; do \
+	  case $$f in \
+	    *=* | --[!k]*);; \
+	    *k*) failcom='fail=yes';; \
+	  esac; \
+	done; \
 	dot_seen=no; \
-	rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
-	  rev="$$subdir $$rev"; \
-	  test "$$subdir" != "." || dot_seen=yes; \
+	case "$@" in \
+	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
+	  *) list='$(SUBDIRS)' ;; \
+	esac; \
+	rev=''; for subdir in $$list; do \
+	  if test "$$subdir" = "."; then :; else \
+	    rev="$$subdir $$rev"; \
+	  fi; \
 	done; \
-	test "$$dot_seen" = "no" && rev=". $$rev"; \
+	rev="$$rev ."; \
 	target=`echo $@ | sed s/-recursive//`; \
 	for subdir in $$rev; do \
 	  echo "Making $$target in $$subdir"; \
@@ -195,178 +319,317 @@
 	    local_target="$$target"; \
 	  fi; \
 	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
-	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
+	  || eval $$failcom; \
 	done && test -z "$$fail"
 tags-recursive:
 	list='$(SUBDIRS)'; for subdir in $$list; do \
 	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
 	done
+ctags-recursive:
+	list='$(SUBDIRS)'; for subdir in $$list; do \
+	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
+	done
 
-tags: TAGS
-
-ID: $(HEADERS) $(SOURCES) $(LISP)
-	list='$(SOURCES) $(HEADERS)'; \
-	unique=`for i in $$list; do echo $$i; done | \
-	  awk '    { files[$$0] = 1; } \
+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; }'`; \
-	here=`pwd` && cd $(srcdir) \
-	  && mkid -f$$here/ID $$unique $(LISP)
+	mkid -fID $$unique
+tags: TAGS
 
-TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
+TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+		$(TAGS_FILES) $(LISP)
 	tags=; \
 	here=`pwd`; \
+	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
+	  include_option=--etags-include; \
+	  empty_fix=.; \
+	else \
+	  include_option=--include; \
+	  empty_fix=; \
+	fi; \
 	list='$(SUBDIRS)'; for subdir in $$list; do \
-   if test "$$subdir" = .; then :; else \
-	    test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
-   fi; \
+	  if test "$$subdir" = .; then :; else \
+	    test ! -f $$subdir/TAGS || \
+	      tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
+	  fi; \
 	done; \
-	list='$(SOURCES) $(HEADERS)'; \
-	unique=`for i in $$list; do echo $$i; done | \
-	  awk '    { files[$$0] = 1; } \
+	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; }'`; \
-	test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
-	  || (cd $(srcdir) && etags -o $$here/TAGS $(ETAGS_ARGS) $$tags  $$unique $(LISP))
-
-mostlyclean-tags:
-
-clean-tags:
+	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
+	  test -n "$$unique" || unique=$$empty_fix; \
+	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
+	    $$tags $$unique; \
+	fi
+ctags: CTAGS
+CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+		$(TAGS_FILES) $(LISP)
+	tags=; \
+	here=`pwd`; \
+	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; }'`; \
+	test -z "$(CTAGS_ARGS)$$tags$$unique" \
+	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+	     $$tags $$unique
+
+GTAGS:
+	here=`$(am__cd) $(top_builddir) && pwd` \
+	  && cd $(top_srcdir) \
+	  && gtags -i $(GTAGS_ARGS) $$here
 
 distclean-tags:
-	-rm -f TAGS ID
-
-maintainer-clean-tags:
+	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 
-distdir = $(PACKAGE)-$(VERSION)
-top_distdir = $(distdir)
-
-# This target untars the dist file and tries a VPATH configuration.  Then
-# it guarantees that the distribution is self-contained by making another
-# tarfile.
-distcheck: dist
-	-rm -rf $(distdir)
-	GZIP=$(GZIP_ENV) $(TAR) zxf $(distdir).tar.gz
-	mkdir $(distdir)/=build
-	mkdir $(distdir)/=inst
-	dc_install_base=`cd $(distdir)/=inst && pwd`; \
-	cd $(distdir)/=build \
-	  && ../configure --srcdir=.. --prefix=$$dc_install_base \
-	  && $(MAKE) $(AM_MAKEFLAGS) \
-	  && $(MAKE) $(AM_MAKEFLAGS) dvi \
-	  && $(MAKE) $(AM_MAKEFLAGS) check \
-	  && $(MAKE) $(AM_MAKEFLAGS) install \
-	  && $(MAKE) $(AM_MAKEFLAGS) installcheck \
-	  && $(MAKE) $(AM_MAKEFLAGS) dist
-	-rm -rf $(distdir)
-	@banner="$(distdir).tar.gz is ready for distribution"; \
-	dashes=`echo "$$banner" | sed s/./=/g`; \
-	echo "$$dashes"; \
-	echo "$$banner"; \
-	echo "$$dashes"
-dist: distdir
-	-chmod -R a+r $(distdir)
-	GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
-	-rm -rf $(distdir)
-dist-all: distdir
-	-chmod -R a+r $(distdir)
-	GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
-	-rm -rf $(distdir)
 distdir: $(DISTFILES)
-	-rm -rf $(distdir)
+	$(am__remove_distdir)
 	mkdir $(distdir)
-	-chmod 777 $(distdir)
-	@for file in $(DISTFILES); do \
-	  d=$(srcdir); \
+	$(mkdir_p) $(distdir)/contrib $(distdir)/src
+	@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; \
+	  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 \
-	    cp -pr $$d/$$file $(distdir)/$$file; \
+	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
+	      cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
+	    fi; \
+	    cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 	  else \
 	    test -f $(distdir)/$$file \
-	    || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
-	    || cp -p $$d/$$file $(distdir)/$$file || :; \
+	    || cp -p $$d/$$file $(distdir)/$$file \
+	    || exit 1; \
 	  fi; \
 	done
-	for subdir in $(SUBDIRS); do \
+	list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 	  if test "$$subdir" = .; then :; else \
-	    test -d $(distdir)/$$subdir \
-	    || mkdir $(distdir)/$$subdir \
+	    test -d "$(distdir)/$$subdir" \
+	    || $(mkdir_p) "$(distdir)/$$subdir" \
 	    || exit 1; \
-	    chmod 777 $(distdir)/$$subdir; \
-	    (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(distdir) distdir=../$(distdir)/$$subdir distdir) \
+	    distdir=`$(am__cd) $(distdir) && pwd`; \
+	    top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
+	    (cd $$subdir && \
+	      $(MAKE) $(AM_MAKEFLAGS) \
+	        top_distdir="$$top_distdir" \
+	        distdir="$$distdir/$$subdir" \
+	        distdir) \
 	      || exit 1; \
 	  fi; \
 	done
-info-am:
-info: info-recursive
-dvi-am:
-dvi: dvi-recursive
+	-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)
+dist-gzip: distdir
+	tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
+	$(am__remove_distdir)
+
+dist-bzip2: distdir
+	tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
+	$(am__remove_distdir)
+
+dist-tarZ: distdir
+	tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
+	$(am__remove_distdir)
+
+dist-shar: distdir
+	shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
+	$(am__remove_distdir)
+
+dist-zip: distdir
+	-rm -f $(distdir).zip
+	zip -rq $(distdir).zip $(distdir)
+	$(am__remove_distdir)
+
+dist dist-all: distdir
+	tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
+	$(am__remove_distdir)
+
+# This target untars the dist file and tries a VPATH configuration.  Then
+# it guarantees that the distribution is self-contained by making another
+# tarfile.
+distcheck: dist
+	case '$(DIST_ARCHIVES)' in \
+	*.tar.gz*) \
+	  GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
+	*.tar.bz2*) \
+	  bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
+	*.tar.Z*) \
+	  uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
+	*.shar.gz*) \
+	  GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
+	*.zip*) \
+	  unzip $(distdir).zip ;;\
+	esac
+	chmod -R a-w $(distdir); chmod a+w $(distdir)
+	mkdir $(distdir)/_build
+	mkdir $(distdir)/_inst
+	chmod a-w $(distdir)
+	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
+	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
+	  && cd $(distdir)/_build \
+	  && ../configure --srcdir=.. --prefix="$$dc_install_base" \
+	    $(DISTCHECK_CONFIGURE_FLAGS) \
+	  && $(MAKE) $(AM_MAKEFLAGS) \
+	  && $(MAKE) $(AM_MAKEFLAGS) dvi \
+	  && $(MAKE) $(AM_MAKEFLAGS) check \
+	  && $(MAKE) $(AM_MAKEFLAGS) install \
+	  && $(MAKE) $(AM_MAKEFLAGS) installcheck \
+	  && $(MAKE) $(AM_MAKEFLAGS) uninstall \
+	  && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
+	        distuninstallcheck \
+	  && chmod -R a-w "$$dc_install_base" \
+	  && ({ \
+	       (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
+	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
+	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
+	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
+	            distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
+	      } || { rm -rf "$$dc_destdir"; exit 1; }) \
+	  && rm -rf "$$dc_destdir" \
+	  && $(MAKE) $(AM_MAKEFLAGS) dist \
+	  && rm -rf $(DIST_ARCHIVES) \
+	  && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
+	$(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;}'
+distuninstallcheck:
+	@cd $(distuninstallcheck_dir) \
+	&& test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
+	   || { echo "ERROR: files left after uninstall:" ; \
+	        if test -n "$(DESTDIR)"; then \
+	          echo "  (check DESTDIR support)"; \
+	        fi ; \
+	        $(distuninstallcheck_listfiles) ; \
+	        exit 1; } >&2
+distcleancheck: distclean
+	@if test '$(srcdir)' = . ; then \
+	  echo "ERROR: distcleancheck can only run from a VPATH build" ; \
+	  exit 1 ; \
+	fi
+	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
+	  || { echo "ERROR: files left in build directory after distclean:" ; \
+	       $(distcleancheck_listfiles) ; \
+	       exit 1; } >&2
 check-am: all-am
 check: check-recursive
-installcheck-am:
-installcheck: installcheck-recursive
-install-exec-am:
+all-am: Makefile
+installdirs: installdirs-recursive
+installdirs-am:
+install: install-recursive
 install-exec: install-exec-recursive
-
-install-data-am:
 install-data: install-data-recursive
+uninstall: uninstall-recursive
 
 install-am: all-am
 	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
-install: install-recursive
-uninstall-am:
-uninstall: uninstall-recursive
-all-am: Makefile
-all-redirect: all-recursive
-install-strip:
-	$(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
-installdirs: installdirs-recursive
-installdirs-am:
-
 
+installcheck: installcheck-recursive
+install-strip:
+	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+	  `test -z '$(STRIP)' || \
+	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 mostlyclean-generic:
 
 clean-generic:
 
 distclean-generic:
-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
-	-rm -f config.cache config.log stamp-h stamp-h[0-9]*
+	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
 maintainer-clean-generic:
-mostlyclean-am:  mostlyclean-tags mostlyclean-generic
+	@echo "This command is intended for maintainers to use"
+	@echo "it deletes files that may require special tools to rebuild."
+clean: clean-recursive
 
-mostlyclean: mostlyclean-recursive
+clean-am: clean-generic clean-libtool mostlyclean-am
 
-clean-am:  clean-tags clean-generic mostlyclean-am
+distclean: distclean-recursive
+	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
+	-rm -f Makefile
+distclean-am: clean-am distclean-generic distclean-libtool \
+	distclean-tags
 
-clean: clean-recursive
+dvi: dvi-recursive
 
-distclean-am:  distclean-tags distclean-generic clean-am
-	-rm -f libtool
+dvi-am:
 
-distclean: distclean-recursive
-	-rm -f config.status
+html: html-recursive
 
-maintainer-clean-am:  maintainer-clean-tags maintainer-clean-generic \
-		distclean-am
-	@echo "This command is intended for maintainers to use;"
-	@echo "it deletes files that may require special tools to rebuild."
+info: info-recursive
+
+info-am:
+
+install-data-am:
+
+install-exec-am:
+
+install-info: install-info-recursive
+
+install-man:
+
+installcheck-am:
 
 maintainer-clean: maintainer-clean-recursive
-	-rm -f config.status
+	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
+	-rm -rf $(top_srcdir)/autom4te.cache
+	-rm -f Makefile
+maintainer-clean-am: distclean-am maintainer-clean-generic
 
-.PHONY: install-data-recursive uninstall-data-recursive \
-install-exec-recursive uninstall-exec-recursive installdirs-recursive \
-uninstalldirs-recursive all-recursive check-recursive \
-installcheck-recursive info-recursive dvi-recursive \
-mostlyclean-recursive distclean-recursive clean-recursive \
-maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
-distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
-dvi-am dvi check check-am installcheck-am installcheck install-exec-am \
-install-exec install-data-am install-data install-am install \
-uninstall-am uninstall all-redirect all-am all installdirs-am \
-installdirs mostlyclean-generic distclean-generic clean-generic \
-maintainer-clean-generic clean mostlyclean distclean maintainer-clean
+mostlyclean: mostlyclean-recursive
 
-#	libwmfun-0.0.3.tar.gz
+mostlyclean-am: mostlyclean-generic mostlyclean-libtool
 
+pdf: pdf-recursive
+
+pdf-am:
+
+ps: ps-recursive
+
+ps-am:
+
+uninstall-am: uninstall-info-am
+
+uninstall-info: uninstall-info-recursive
+
+.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am am--refresh check \
+	check-am clean clean-generic clean-libtool clean-recursive \
+	ctags ctags-recursive dist dist-all dist-bzip2 dist-gzip \
+	dist-shar dist-tarZ dist-zip distcheck distclean \
+	distclean-generic distclean-libtool distclean-recursive \
+	distclean-tags distcleancheck distdir distuninstallcheck dvi \
+	dvi-am html html-am info info-am install install-am \
+	install-data install-data-am install-exec install-exec-am \
+	install-info install-info-am install-man install-strip \
+	installcheck installcheck-am installdirs installdirs-am \
+	maintainer-clean maintainer-clean-generic \
+	maintainer-clean-recursive mostlyclean mostlyclean-generic \
+	mostlyclean-libtool mostlyclean-recursive pdf pdf-am ps ps-am \
+	tags tags-recursive uninstall uninstall-am uninstall-info-am
+
+#	libwmfun-0.0.3.tar.gz
 # 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:
--- wmaker-0.92.0.orig/aclocal.m4
+++ wmaker-0.92.0/aclocal.m4
@@ -1,1224 +1,19 @@
-dnl aclocal.m4 generated automatically by aclocal 1.4-p6
+# generated automatically by aclocal 1.9.6 -*- Autoconf -*-
 
-dnl Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc.
-dnl This file is free software; the Free Software Foundation
-dnl gives unlimited permission to copy and/or distribute it,
-dnl with or without modifications, as long as this notice is preserved.
-
-dnl This program is distributed in the hope that it will be useful,
-dnl but WITHOUT ANY WARRANTY, to the extent permitted by law; without
-dnl even the implied warranty of MERCHANTABILITY or FITNESS FOR A
-dnl PARTICULAR PURPOSE.
+# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
+# 2005  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.
 
-#!/bin/sh
-
-dnl
-dnl WM_CHECK_LIB(NAME, FUNCTION, EXTRALIBS)
-dnl
-AC_DEFUN(WM_CHECK_LIB,
-[
-LDFLAGS_old="$LDFLAGS"
-LDFLAGS="$LDFLAGS $lib_search_path"
-AC_CHECK_LIB([$1],[$2],yes=yes,no=no,[$3])
-LDFLAGS="$LDFLAGS_old"
-])
-
-
-dnl
-dnl WM_CHECK_HEADER(NAME)
-dnl
-AC_DEFUN(WM_CHECK_HEADER,
-[
-CPPFLAGS_old="$CPPFLAGS"
-CPPFLAGS="$CPPFLAGS $inc_search_path"
-AC_CHECK_HEADER([$1])
-CPPFLAGS="$CPPFLAGS_old"
-])
-
-
-dnl
-dnl WM_CHECK_XFT_VERSION(MIN_VERSION, [ACTION-IF-FOUND [,ACTION-IF-NOT-FOUND]])
-dnl
-dnl # $XFTFLAGS should be defined before calling this macro,
-dnl # else it will not be able to find Xft.h
-dnl
-AC_DEFUN(WM_CHECK_XFT_VERSION,
-[
-CPPFLAGS_old="$CPPFLAGS"
-CPPFLAGS="$CPPFLAGS $XFTFLAGS $inc_search_path"
-xft_major_version=`echo $1 | sed 's/\([[0-9]]*\).\([[0-9]]*\).\([[0-9]]*\)/\1/'`
-xft_minor_version=`echo $1 | sed 's/\([[0-9]]*\).\([[0-9]]*\).\([[0-9]]*\)/\2/'`
-xft_micro_version=`echo $1 | sed 's/\([[0-9]]*\).\([[0-9]]*\).\([[0-9]]*\)/\3/'`
-AC_MSG_CHECKING([whether libXft is at least version $1])
-AC_CACHE_VAL(ac_cv_lib_xft_version_ok,
-[AC_TRY_LINK(
-[/* Test version of libXft we have */
-#include <X11/Xlib.h>
-#include <X11/Xft/Xft.h>
-
-#if !defined(XFT_VERSION) || XFT_VERSION < $xft_major_version*10000 + $xft_minor_version*100 + $xft_micro_version
-#error libXft on this system is too old. Consider upgrading to at least $1
-#endif
-], [], 
-eval "ac_cv_lib_xft_version_ok=yes", 
-eval "ac_cv_lib_xft_version_ok=no")])
-if eval "test \"`echo '$ac_cv_lib_xft_version_ok'`\" = yes"; then
-  AC_MSG_RESULT(yes)
-  ifelse([$2], , :, [$2])
-else
-  AC_MSG_RESULT(no)
-  ifelse([$3], , , [$3])
-fi
-CPPFLAGS="$CPPFLAGS_old"
-])
-
-
-dnl
-dnl WM_CHECK_REDCRAP_BUGS(prefix,bindir,libdir)
-dnl
-AC_DEFUN(WM_CHECK_REDCRAP_BUGS,
-[
-AC_MSG_CHECKING(for RedHat system)
-wm_check_flag='no :)'
-rh_is_redhat=no
-if test -f /etc/redhat-release; then
-    wm_check_flag=yes
-    rh_is_redhat=yes
-fi
-AC_MSG_RESULT($wm_check_flag)
-
-mins_found=no
-bugs_found=no
-if test "$wm_check_flag" = yes; then
-echo
-AC_MSG_WARN([Red Hat system; checking for Red-Hat-specific bugs.])
-echo
-#
-# Check old wmaker from RedHat
-#
-if test "[$1]" != "/usr/X11R6" -a "$prefix" != "/usr/X11"; then
-AC_MSG_CHECKING(for multiple installed wmaker versions)
-if test -f /usr/X11R6/bin/wmaker; then
-AC_MSG_RESULT(uh oh)
-mins_found=yes
-rh_old_wmaker=yes
-else 
-rh_old_wmaker=no
-AC_MSG_RESULT(no apparent problems)
-fi
-fi
-#
-# Check for infamous en_RN bug 
-# Wont work because autoconf will change LANG in the beginning of the
-# script.
-
-#
-#AC_MSG_CHECKING(for silly en_RN joke that only causes headaches)
-#echo $LANG
-#if test "x$LANG" = xen_RN; then
-#AC_MSG_RESULT(uh oh)
-#AC_MSG_WARN([the LANG environment variable is set to the en_RN 
-#locale. Please unset it or you will have mysterious problems when 
-#using various software packages.])
-#bugs_found=yes
-#else
-#AC_MSG_RESULT(no problem)
-#fi
-#
-# If binary installation path is /usr/local/bin, check if it's in PATH
-#
-if test "[$2]" = "/usr/local/bin"; then
-AC_MSG_CHECKING(if /usr/local/bin is in the search PATH)
-wm_check_flag=no
-rh_missing_usr_local_bin=yes
-old_IFS="$IFS"
-IFS=":"
-for i in $PATH; do 
-	if test "x$i" = "x/usr/local/bin"; then
-		wm_check_flag=yes
-		rh_missing_usr_local_bin=no
-		break;
-	fi
-done
-IFS="$old_IFS"
-if test "$wm_check_flag" = no; then
-AC_MSG_RESULT(uh oh)
-bugs_found=yes
-else
-AC_MSG_RESULT(no problem)
-fi
-fi
-#
-# If library installation path is /usr/local/lib, 
-# check if it's in /etc/ld.so.conf
-#
-if test "[$3]" = "/usr/local/lib"; then
-wm_check_flag=yes
-rh_missing_usr_local_lib=no
-AC_MSG_CHECKING(if /usr/local/lib is in /etc/ld.so.conf)
-test -z "`grep /usr/local/lib /etc/ld.so.conf`"
-test "$?" -eq 0 && wm_check_flag=no
-if test "$wm_check_flag" = no; then
-AC_MSG_RESULT(uh oh)
-rh_missing_usr_local_lib=yes
-bugs_found=yes
-else
-AC_MSG_RESULT(no problem)
-fi
-fi
-#
-# Check for symbolic links
-#
-AC_MSG_CHECKING(for /usr/include/X11 symbolic link)
-rh_missing_usr_include_x11=no
-if test -d "/usr/include/X11"; then
-AC_MSG_RESULT(found)
-else
-AC_MSG_RESULT(uh oh)
-rh_missing_usr_include_x11=yes
-mins_found=yes
-fi
-
-#
-# Check for /lib/cpp
-#
-AC_MSG_CHECKING(for /lib/cpp)
-rh_missing_lib_cpp=no
-if test -f "/lib/cpp"; then
-AC_MSG_RESULT(found)
-else
-AC_MSG_RESULT(uh oh)
-rh_missing_lib_cpp=yes
-bugs_found=yes
-fi
-
-echo
-fi
-])
-
-
-dnl
-dnl WM_PRINT_REDCRAP_BUG_STATUS()
-dnl
-AC_DEFUN(WM_PRINT_REDCRAP_BUG_STATUS,
-[
-if test "$rh_is_redhat" = yes; then
-if test "$mins_found" = yes -o "$bugs_found" = yes; then
-echo
-AC_MSG_WARN([It seems you are using a system packaged by Red Hat.
-I have done some checks for Red-Hat-specific bugs, and I found some
-problems.  Please read the INSTALL file regarding Red Hat, resolve
-the problems, and try to run configure again.
-
-Here are the problems I found:
-])
-if test "x$rh_old_wmaker" = xyes; then
-echo "Problem:     Old version of Window Maker in /usr/X11R6/bin."
-echo "Description: You seem to have an old version of Window Maker"
-echo "             installed in /usr/X11R6/bin. It is recommended"
-echo "             that you uninstall any previously installed"
-echo "             packages of WindowMaker before installing a new one."
-echo
-fi
-if test "x$rh_missing_usr_local_bin" = xyes; then
-echo "Problem:     PATH is missing /usr/local/bin."
-echo "Description: Your PATH environment variable does not appear to"
-echo "             contain the directory /usr/local/bin.  Please add it."
-echo
-fi
-if test "x$rh_missing_usr_local_lib" = xyes; then
-echo "Problem:     /etc/ld.so.conf missing /usr/local/lib"
-echo "Description: Your /etc/ld.so.conf file does not appear to contain"
-echo "             the directory /usr/local/lib.  Please add it."
-echo
-fi
-if test "x$rh_missing_usr_x11" = xyes; then
-echo "Problem:     Missing /usr/X11 symbolic link."
-echo "Description: Your system is missing a symbolic link from"
-echo "             /usr/X11R6 to /usr/X11.  Please create one."
-echo
-fi
-if test "x$rh_missing_usr_include_x11" = xyes; then
-echo "Problem:     Missing /usr/include/X11 symbolic link."
-echo "Description: Your system is missing a symbolic link from"
-echo "             /usr/X11R6/include/X11 to /usr/include/X11."
-echo "             Please create one."
-echo
-fi
-if test "x$rh_missing_lib_cpp" = xyes; then
-echo "Problem:     Missing /lib/cpp symbolic link."
-echo "Description: Your system is missing a symbolic link from the"
-echo "             cpp (C preprocessor) program to /lib/cpp."
-echo "             Please create one."
-echo
-fi
-if test "x$bugs_found" = xyes; then
-AC_MSG_ERROR([One or more of the problems above can potentially
-cause Window Maker not to install or run properly.  Please resolve
-the problems and try to run configure again.])
-exit 1
-elif test "x$mins_found" = xyes; then
-AC_MSG_WARN([The problems above may or may not cause Window Maker
-not to install or run properly.  If you have any problems during 
-installation or execution, please resolve the problems and try to
-install Window Maker again.])
-echo
-fi
-else
-echo
-echo "You appear to have a system packaged by Red Hat, but I could"
-echo "not find any Red-Hat-specific problems that I know about."
-echo
-fi
-fi
-])
-
-
-# lib-prefix.m4 serial 4 (gettext-0.14.2)
-dnl Copyright (C) 2001-2005 Free Software Foundation, Inc.
-dnl This file is free software; the Free Software Foundation
-dnl gives unlimited permission to copy and/or distribute it,
-dnl with or without modifications, as long as this notice is preserved.
-
-dnl From Bruno Haible.
-
-dnl AC_LIB_ARG_WITH is synonymous to AC_ARG_WITH in autoconf-2.13, and
-dnl similar to AC_ARG_WITH in autoconf 2.52...2.57 except that is doesn't
-dnl require excessive bracketing.
-ifdef([AC_HELP_STRING],
-[AC_DEFUN([AC_LIB_ARG_WITH], [AC_ARG_WITH([$1],[[$2]],[$3],[$4])])],
-[AC_DEFUN([AC_][LIB_ARG_WITH], [AC_ARG_WITH([$1],[$2],[$3],[$4])])])
-
-dnl AC_LIB_PREFIX adds to the CPPFLAGS and LDFLAGS the flags that are needed
-dnl to access previously installed libraries. The basic assumption is that
-dnl a user will want packages to use other packages he previously installed
-dnl with the same --prefix option.
-dnl This macro is not needed if only AC_LIB_LINKFLAGS is used to locate
-dnl libraries, but is otherwise very convenient.
-AC_DEFUN([AC_LIB_PREFIX],
-[
-  AC_BEFORE([$0], [AC_LIB_LINKFLAGS])
-  AC_REQUIRE([AC_PROG_CC])
-  AC_REQUIRE([AC_CANONICAL_HOST])
-  AC_REQUIRE([AC_LIB_PREPARE_PREFIX])
-  dnl By default, look in $includedir and $libdir.
-  use_additional=yes
-  AC_LIB_WITH_FINAL_PREFIX([
-    eval additional_includedir=\"$includedir\"
-    eval additional_libdir=\"$libdir\"
-  ])
-  AC_LIB_ARG_WITH([lib-prefix],
-[  --with-lib-prefix[=DIR] search for libraries in DIR/include and DIR/lib
-  --without-lib-prefix    don't search for libraries in includedir and libdir],
-[
-    if test "X$withval" = "Xno"; then
-      use_additional=no
-    else
-      if test "X$withval" = "X"; then
-        AC_LIB_WITH_FINAL_PREFIX([
-          eval additional_includedir=\"$includedir\"
-          eval additional_libdir=\"$libdir\"
-        ])
-      else
-        additional_includedir="$withval/include"
-        additional_libdir="$withval/lib"
-      fi
-    fi
-])
-  if test $use_additional = yes; then
-    dnl Potentially add $additional_includedir to $CPPFLAGS.
-    dnl But don't add it
-    dnl   1. if it's the standard /usr/include,
-    dnl   2. if it's already present in $CPPFLAGS,
-    dnl   3. if it's /usr/local/include and we are using GCC on Linux,
-    dnl   4. if it doesn't exist as a directory.
-    if test "X$additional_includedir" != "X/usr/include"; then
-      haveit=
-      for x in $CPPFLAGS; do
-        AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"])
-        if test "X$x" = "X-I$additional_includedir"; then
-          haveit=yes
-          break
-        fi
-      done
-      if test -z "$haveit"; then
-        if test "X$additional_includedir" = "X/usr/local/include"; then
-          if test -n "$GCC"; then
-            case $host_os in
-              linux* | gnu* | k*bsd*-gnu) haveit=yes;;
-            esac
-          fi
-        fi
-        if test -z "$haveit"; then
-          if test -d "$additional_includedir"; then
-            dnl Really add $additional_includedir to $CPPFLAGS.
-            CPPFLAGS="${CPPFLAGS}${CPPFLAGS:+ }-I$additional_includedir"
-          fi
-        fi
-      fi
-    fi
-    dnl Potentially add $additional_libdir to $LDFLAGS.
-    dnl But don't add it
-    dnl   1. if it's the standard /usr/lib,
-    dnl   2. if it's already present in $LDFLAGS,
-    dnl   3. if it's /usr/local/lib and we are using GCC on Linux,
-    dnl   4. if it doesn't exist as a directory.
-    if test "X$additional_libdir" != "X/usr/lib"; then
-      haveit=
-      for x in $LDFLAGS; do
-        AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"])
-        if test "X$x" = "X-L$additional_libdir"; then
-          haveit=yes
-          break
-        fi
-      done
-      if test -z "$haveit"; then
-        if test "X$additional_libdir" = "X/usr/local/lib"; then
-          if test -n "$GCC"; then
-            case $host_os in
-              linux*) haveit=yes;;
-            esac
-          fi
-        fi
-        if test -z "$haveit"; then
-          if test -d "$additional_libdir"; then
-            dnl Really add $additional_libdir to $LDFLAGS.
-            LDFLAGS="${LDFLAGS}${LDFLAGS:+ }-L$additional_libdir"
-          fi
-        fi
-      fi
-    fi
-  fi
-])
-
-dnl AC_LIB_PREPARE_PREFIX creates variables acl_final_prefix,
-dnl acl_final_exec_prefix, containing the values to which $prefix and
-dnl $exec_prefix will expand at the end of the configure script.
-AC_DEFUN([AC_LIB_PREPARE_PREFIX],
-[
-  dnl Unfortunately, prefix and exec_prefix get only finally determined
-  dnl at the end of configure.
-  if test "X$prefix" = "XNONE"; then
-    acl_final_prefix="$ac_default_prefix"
-  else
-    acl_final_prefix="$prefix"
-  fi
-  if test "X$exec_prefix" = "XNONE"; then
-    acl_final_exec_prefix='${prefix}'
-  else
-    acl_final_exec_prefix="$exec_prefix"
-  fi
-  acl_save_prefix="$prefix"
-  prefix="$acl_final_prefix"
-  eval acl_final_exec_prefix=\"$acl_final_exec_prefix\"
-  prefix="$acl_save_prefix"
-])
-
-dnl AC_LIB_WITH_FINAL_PREFIX([statement]) evaluates statement, with the
-dnl variables prefix and exec_prefix bound to the values they will have
-dnl at the end of the configure script.
-AC_DEFUN([AC_LIB_WITH_FINAL_PREFIX],
-[
-  acl_save_prefix="$prefix"
-  prefix="$acl_final_prefix"
-  acl_save_exec_prefix="$exec_prefix"
-  exec_prefix="$acl_final_exec_prefix"
-  $1
-  exec_prefix="$acl_save_exec_prefix"
-  prefix="$acl_save_prefix"
-])
-
-# lib-link.m4 serial 6 (gettext-0.14.3)
-dnl Copyright (C) 2001-2005 Free Software Foundation, Inc.
-dnl This file is free software; the Free Software Foundation
-dnl gives unlimited permission to copy and/or distribute it,
-dnl with or without modifications, as long as this notice is preserved.
-
-dnl From Bruno Haible.
-
-AC_PREREQ(2.50)
-
-dnl AC_LIB_LINKFLAGS(name [, dependencies]) searches for libname and
-dnl the libraries corresponding to explicit and implicit dependencies.
-dnl Sets and AC_SUBSTs the LIB${NAME} and LTLIB${NAME} variables and
-dnl augments the CPPFLAGS variable.
-AC_DEFUN([AC_LIB_LINKFLAGS],
-[
-  AC_REQUIRE([AC_LIB_PREPARE_PREFIX])
-  AC_REQUIRE([AC_LIB_RPATH])
-  define([Name],[translit([$1],[./-], [___])])
-  define([NAME],[translit([$1],[abcdefghijklmnopqrstuvwxyz./-],
-                               [ABCDEFGHIJKLMNOPQRSTUVWXYZ___])])
-  AC_CACHE_CHECK([how to link with lib[]$1], [ac_cv_lib[]Name[]_libs], [
-    AC_LIB_LINKFLAGS_BODY([$1], [$2])
-    ac_cv_lib[]Name[]_libs="$LIB[]NAME"
-    ac_cv_lib[]Name[]_ltlibs="$LTLIB[]NAME"
-    ac_cv_lib[]Name[]_cppflags="$INC[]NAME"
-  ])
-  LIB[]NAME="$ac_cv_lib[]Name[]_libs"
-  LTLIB[]NAME="$ac_cv_lib[]Name[]_ltlibs"
-  INC[]NAME="$ac_cv_lib[]Name[]_cppflags"
-  AC_LIB_APPENDTOVAR([CPPFLAGS], [$INC]NAME)
-  AC_SUBST([LIB]NAME)
-  AC_SUBST([LTLIB]NAME)
-  dnl Also set HAVE_LIB[]NAME so that AC_LIB_HAVE_LINKFLAGS can reuse the
-  dnl results of this search when this library appears as a dependency.
-  HAVE_LIB[]NAME=yes
-  undefine([Name])
-  undefine([NAME])
-])
-
-dnl AC_LIB_HAVE_LINKFLAGS(name, dependencies, includes, testcode)
-dnl searches for libname and the libraries corresponding to explicit and
-dnl implicit dependencies, together with the specified include files and
-dnl the ability to compile and link the specified testcode. If found, it
-dnl sets and AC_SUBSTs HAVE_LIB${NAME}=yes and the LIB${NAME} and
-dnl LTLIB${NAME} variables and augments the CPPFLAGS variable, and
-dnl #defines HAVE_LIB${NAME} to 1. Otherwise, it sets and AC_SUBSTs
-dnl HAVE_LIB${NAME}=no and LIB${NAME} and LTLIB${NAME} to empty.
-AC_DEFUN([AC_LIB_HAVE_LINKFLAGS],
-[
-  AC_REQUIRE([AC_LIB_PREPARE_PREFIX])
-  AC_REQUIRE([AC_LIB_RPATH])
-  define([Name],[translit([$1],[./-], [___])])
-  define([NAME],[translit([$1],[abcdefghijklmnopqrstuvwxyz./-],
-                               [ABCDEFGHIJKLMNOPQRSTUVWXYZ___])])
-
-  dnl Search for lib[]Name and define LIB[]NAME, LTLIB[]NAME and INC[]NAME
-  dnl accordingly.
-  AC_LIB_LINKFLAGS_BODY([$1], [$2])
-
-  dnl Add $INC[]NAME to CPPFLAGS before performing the following checks,
-  dnl because if the user has installed lib[]Name and not disabled its use
-  dnl via --without-lib[]Name-prefix, he wants to use it.
-  ac_save_CPPFLAGS="$CPPFLAGS"
-  AC_LIB_APPENDTOVAR([CPPFLAGS], [$INC]NAME)
-
-  AC_CACHE_CHECK([for lib[]$1], [ac_cv_lib[]Name], [
-    ac_save_LIBS="$LIBS"
-    LIBS="$LIBS $LIB[]NAME"
-    AC_TRY_LINK([$3], [$4], [ac_cv_lib[]Name=yes], [ac_cv_lib[]Name=no])
-    LIBS="$ac_save_LIBS"
-  ])
-  if test "$ac_cv_lib[]Name" = yes; then
-    HAVE_LIB[]NAME=yes
-    AC_DEFINE([HAVE_LIB]NAME, 1, [Define if you have the $1 library.])
-    AC_MSG_CHECKING([how to link with lib[]$1])
-    AC_MSG_RESULT([$LIB[]NAME])
-  else
-    HAVE_LIB[]NAME=no
-    dnl If $LIB[]NAME didn't lead to a usable library, we don't need
-    dnl $INC[]NAME either.
-    CPPFLAGS="$ac_save_CPPFLAGS"
-    LIB[]NAME=
-    LTLIB[]NAME=
-  fi
-  AC_SUBST([HAVE_LIB]NAME)
-  AC_SUBST([LIB]NAME)
-  AC_SUBST([LTLIB]NAME)
-  undefine([Name])
-  undefine([NAME])
-])
-
-dnl Determine the platform dependent parameters needed to use rpath:
-dnl libext, shlibext, hardcode_libdir_flag_spec, hardcode_libdir_separator,
-dnl hardcode_direct, hardcode_minus_L.
-AC_DEFUN([AC_LIB_RPATH],
-[
-  dnl Tell automake >= 1.10 to complain if config.rpath is missing.
-  m4_ifdef([AC_REQUIRE_AUX_FILE], [AC_REQUIRE_AUX_FILE([config.rpath])])
-  AC_REQUIRE([AC_PROG_CC])                dnl we use $CC, $GCC, $LDFLAGS
-  AC_REQUIRE([AC_LIB_PROG_LD])            dnl we use $LD, $with_gnu_ld
-  AC_REQUIRE([AC_CANONICAL_HOST])         dnl we use $host
-  AC_REQUIRE([AC_CONFIG_AUX_DIR_DEFAULT]) dnl we use $ac_aux_dir
-  AC_CACHE_CHECK([for shared library run path origin], acl_cv_rpath, [
-    CC="$CC" GCC="$GCC" LDFLAGS="$LDFLAGS" LD="$LD" with_gnu_ld="$with_gnu_ld" \
-    ${CONFIG_SHELL-/bin/sh} "$ac_aux_dir/config.rpath" "$host" > conftest.sh
-    . ./conftest.sh
-    rm -f ./conftest.sh
-    acl_cv_rpath=done
-  ])
-  wl="$acl_cv_wl"
-  libext="$acl_cv_libext"
-  shlibext="$acl_cv_shlibext"
-  hardcode_libdir_flag_spec="$acl_cv_hardcode_libdir_flag_spec"
-  hardcode_libdir_separator="$acl_cv_hardcode_libdir_separator"
-  hardcode_direct="$acl_cv_hardcode_direct"
-  hardcode_minus_L="$acl_cv_hardcode_minus_L"
-  dnl Determine whether the user wants rpath handling at all.
-  AC_ARG_ENABLE(rpath,
-    [  --disable-rpath         do not hardcode runtime library paths],
-    :, enable_rpath=yes)
-])
-
-dnl AC_LIB_LINKFLAGS_BODY(name [, dependencies]) searches for libname and
-dnl the libraries corresponding to explicit and implicit dependencies.
-dnl Sets the LIB${NAME}, LTLIB${NAME} and INC${NAME} variables.
-AC_DEFUN([AC_LIB_LINKFLAGS_BODY],
-[
-  define([NAME],[translit([$1],[abcdefghijklmnopqrstuvwxyz./-],
-                               [ABCDEFGHIJKLMNOPQRSTUVWXYZ___])])
-  dnl By default, look in $includedir and $libdir.
-  use_additional=yes
-  AC_LIB_WITH_FINAL_PREFIX([
-    eval additional_includedir=\"$includedir\"
-    eval additional_libdir=\"$libdir\"
-  ])
-  AC_LIB_ARG_WITH([lib$1-prefix],
-[  --with-lib$1-prefix[=DIR]  search for lib$1 in DIR/include and DIR/lib
-  --without-lib$1-prefix     don't search for lib$1 in includedir and libdir],
-[
-    if test "X$withval" = "Xno"; then
-      use_additional=no
-    else
-      if test "X$withval" = "X"; then
-        AC_LIB_WITH_FINAL_PREFIX([
-          eval additional_includedir=\"$includedir\"
-          eval additional_libdir=\"$libdir\"
-        ])
-      else
-        additional_includedir="$withval/include"
-        additional_libdir="$withval/lib"
-      fi
-    fi
-])
-  dnl Search the library and its dependencies in $additional_libdir and
-  dnl $LDFLAGS. Using breadth-first-seach.
-  LIB[]NAME=
-  LTLIB[]NAME=
-  INC[]NAME=
-  rpathdirs=
-  ltrpathdirs=
-  names_already_handled=
-  names_next_round='$1 $2'
-  while test -n "$names_next_round"; do
-    names_this_round="$names_next_round"
-    names_next_round=
-    for name in $names_this_round; do
-      already_handled=
-      for n in $names_already_handled; do
-        if test "$n" = "$name"; then
-          already_handled=yes
-          break
-        fi
-      done
-      if test -z "$already_handled"; then
-        names_already_handled="$names_already_handled $name"
-        dnl See if it was already located by an earlier AC_LIB_LINKFLAGS
-        dnl or AC_LIB_HAVE_LINKFLAGS call.
-        uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./-|ABCDEFGHIJKLMNOPQRSTUVWXYZ___|'`
-        eval value=\"\$HAVE_LIB$uppername\"
-        if test -n "$value"; then
-          if test "$value" = yes; then
-            eval value=\"\$LIB$uppername\"
-            test -z "$value" || LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }$value"
-            eval value=\"\$LTLIB$uppername\"
-            test -z "$value" || LTLIB[]NAME="${LTLIB[]NAME}${LTLIB[]NAME:+ }$value"
-          else
-            dnl An earlier call to AC_LIB_HAVE_LINKFLAGS has determined
-            dnl that this library doesn't exist. So just drop it.
-            :
-          fi
-        else
-          dnl Search the library lib$name in $additional_libdir and $LDFLAGS
-          dnl and the already constructed $LIBNAME/$LTLIBNAME.
-          found_dir=
-          found_la=
-          found_so=
-          found_a=
-          if test $use_additional = yes; then
-            if test -n "$shlibext" && test -f "$additional_libdir/lib$name.$shlibext"; then
-              found_dir="$additional_libdir"
-              found_so="$additional_libdir/lib$name.$shlibext"
-              if test -f "$additional_libdir/lib$name.la"; then
-                found_la="$additional_libdir/lib$name.la"
-              fi
-            else
-              if test -f "$additional_libdir/lib$name.$libext"; then
-                found_dir="$additional_libdir"
-                found_a="$additional_libdir/lib$name.$libext"
-                if test -f "$additional_libdir/lib$name.la"; then
-                  found_la="$additional_libdir/lib$name.la"
-                fi
-              fi
-            fi
-          fi
-          if test "X$found_dir" = "X"; then
-            for x in $LDFLAGS $LTLIB[]NAME; do
-              AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"])
-              case "$x" in
-                -L*)
-                  dir=`echo "X$x" | sed -e 's/^X-L//'`
-                  if test -n "$shlibext" && test -f "$dir/lib$name.$shlibext"; then
-                    found_dir="$dir"
-                    found_so="$dir/lib$name.$shlibext"
-                    if test -f "$dir/lib$name.la"; then
-                      found_la="$dir/lib$name.la"
-                    fi
-                  else
-                    if test -f "$dir/lib$name.$libext"; then
-                      found_dir="$dir"
-                      found_a="$dir/lib$name.$libext"
-                      if test -f "$dir/lib$name.la"; then
-                        found_la="$dir/lib$name.la"
-                      fi
-                    fi
-                  fi
-                  ;;
-              esac
-              if test "X$found_dir" != "X"; then
-                break
-              fi
-            done
-          fi
-          if test "X$found_dir" != "X"; then
-            dnl Found the library.
-            LTLIB[]NAME="${LTLIB[]NAME}${LTLIB[]NAME:+ }-L$found_dir -l$name"
-            if test "X$found_so" != "X"; then
-              dnl Linking with a shared library. We attempt to hardcode its
-              dnl directory into the executable's runpath, unless it's the
-              dnl standard /usr/lib.
-              if test "$enable_rpath" = no || test "X$found_dir" = "X/usr/lib"; then
-                dnl No hardcoding is needed.
-                LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }$found_so"
-              else
-                dnl Use an explicit option to hardcode DIR into the resulting
-                dnl binary.
-                dnl Potentially add DIR to ltrpathdirs.
-                dnl The ltrpathdirs will be appended to $LTLIBNAME at the end.
-                haveit=
-                for x in $ltrpathdirs; do
-                  if test "X$x" = "X$found_dir"; then
-                    haveit=yes
-                    break
-                  fi
-                done
-                if test -z "$haveit"; then
-                  ltrpathdirs="$ltrpathdirs $found_dir"
-                fi
-                dnl The hardcoding into $LIBNAME is system dependent.
-                if test "$hardcode_direct" = yes; then
-                  dnl Using DIR/libNAME.so during linking hardcodes DIR into the
-                  dnl resulting binary.
-                  LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }$found_so"
-                else
-                  if test -n "$hardcode_libdir_flag_spec" && test "$hardcode_minus_L" = no; then
-                    dnl Use an explicit option to hardcode DIR into the resulting
-                    dnl binary.
-                    LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }$found_so"
-                    dnl Potentially add DIR to rpathdirs.
-                    dnl The rpathdirs will be appended to $LIBNAME at the end.
-                    haveit=
-                    for x in $rpathdirs; do
-                      if test "X$x" = "X$found_dir"; then
-                        haveit=yes
-                        break
-                      fi
-                    done
-                    if test -z "$haveit"; then
-                      rpathdirs="$rpathdirs $found_dir"
-                    fi
-                  else
-                    dnl Rely on "-L$found_dir".
-                    dnl But don't add it if it's already contained in the LDFLAGS
-                    dnl or the already constructed $LIBNAME
-                    haveit=
-                    for x in $LDFLAGS $LIB[]NAME; do
-                      AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"])
-                      if test "X$x" = "X-L$found_dir"; then
-                        haveit=yes
-                        break
-                      fi
-                    done
-                    if test -z "$haveit"; then
-                      LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }-L$found_dir"
-                    fi
-                    if test "$hardcode_minus_L" != no; then
-                      dnl FIXME: Not sure whether we should use
-                      dnl "-L$found_dir -l$name" or "-L$found_dir $found_so"
-                      dnl here.
-                      LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }$found_so"
-                    else
-                      dnl We cannot use $hardcode_runpath_var and LD_RUN_PATH
-                      dnl here, because this doesn't fit in flags passed to the
-                      dnl compiler. So give up. No hardcoding. This affects only
-                      dnl very old systems.
-                      dnl FIXME: Not sure whether we should use
-                      dnl "-L$found_dir -l$name" or "-L$found_dir $found_so"
-                      dnl here.
-                      LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }-l$name"
-                    fi
-                  fi
-                fi
-              fi
-            else
-              if test "X$found_a" != "X"; then
-                dnl Linking with a static library.
-                LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }$found_a"
-              else
-                dnl We shouldn't come here, but anyway it's good to have a
-                dnl fallback.
-                LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }-L$found_dir -l$name"
-              fi
-            fi
-            dnl Assume the include files are nearby.
-            additional_includedir=
-            case "$found_dir" in
-              */lib | */lib/)
-                basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e 's,/lib/*$,,'`
-                additional_includedir="$basedir/include"
-                ;;
-            esac
-            if test "X$additional_includedir" != "X"; then
-              dnl Potentially add $additional_includedir to $INCNAME.
-              dnl But don't add it
-              dnl   1. if it's the standard /usr/include,
-              dnl   2. if it's /usr/local/include and we are using GCC on Linux,
-              dnl   3. if it's already present in $CPPFLAGS or the already
-              dnl      constructed $INCNAME,
-              dnl   4. if it doesn't exist as a directory.
-              if test "X$additional_includedir" != "X/usr/include"; then
-                haveit=
-                if test "X$additional_includedir" = "X/usr/local/include"; then
-                  if test -n "$GCC"; then
-                    case $host_os in
-                      linux* | gnu* | k*bsd*-gnu) haveit=yes;;
-                    esac
-                  fi
-                fi
-                if test -z "$haveit"; then
-                  for x in $CPPFLAGS $INC[]NAME; do
-                    AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"])
-                    if test "X$x" = "X-I$additional_includedir"; then
-                      haveit=yes
-                      break
-                    fi
-                  done
-                  if test -z "$haveit"; then
-                    if test -d "$additional_includedir"; then
-                      dnl Really add $additional_includedir to $INCNAME.
-                      INC[]NAME="${INC[]NAME}${INC[]NAME:+ }-I$additional_includedir"
-                    fi
-                  fi
-                fi
-              fi
-            fi
-            dnl Look for dependencies.
-            if test -n "$found_la"; then
-              dnl Read the .la file. It defines the variables
-              dnl dlname, library_names, old_library, dependency_libs, current,
-              dnl age, revision, installed, dlopen, dlpreopen, libdir.
-              save_libdir="$libdir"
-              case "$found_la" in
-                */* | *\\*) . "$found_la" ;;
-                *) . "./$found_la" ;;
-              esac
-              libdir="$save_libdir"
-              dnl We use only dependency_libs.
-              for dep in $dependency_libs; do
-                case "$dep" in
-                  -L*)
-                    additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'`
-                    dnl Potentially add $additional_libdir to $LIBNAME and $LTLIBNAME.
-                    dnl But don't add it
-                    dnl   1. if it's the standard /usr/lib,
-                    dnl   2. if it's /usr/local/lib and we are using GCC on Linux,
-                    dnl   3. if it's already present in $LDFLAGS or the already
-                    dnl      constructed $LIBNAME,
-                    dnl   4. if it doesn't exist as a directory.
-                    if test "X$additional_libdir" != "X/usr/lib"; then
-                      haveit=
-                      if test "X$additional_libdir" = "X/usr/local/lib"; then
-                        if test -n "$GCC"; then
-                          case $host_os in
-                            linux* | gnu* | k*bsd*-gnu) haveit=yes;;
-                          esac
-                        fi
-                      fi
-                      if test -z "$haveit"; then
-                        haveit=
-                        for x in $LDFLAGS $LIB[]NAME; do
-                          AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"])
-                          if test "X$x" = "X-L$additional_libdir"; then
-                            haveit=yes
-                            break
-                          fi
-                        done
-                        if test -z "$haveit"; then
-                          if test -d "$additional_libdir"; then
-                            dnl Really add $additional_libdir to $LIBNAME.
-                            LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }-L$additional_libdir"
-                          fi
-                        fi
-                        haveit=
-                        for x in $LDFLAGS $LTLIB[]NAME; do
-                          AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"])
-                          if test "X$x" = "X-L$additional_libdir"; then
-                            haveit=yes
-                            break
-                          fi
-                        done
-                        if test -z "$haveit"; then
-                          if test -d "$additional_libdir"; then
-                            dnl Really add $additional_libdir to $LTLIBNAME.
-                            LTLIB[]NAME="${LTLIB[]NAME}${LTLIB[]NAME:+ }-L$additional_libdir"
-                          fi
-                        fi
-                      fi
-                    fi
-                    ;;
-                  -R*)
-                    dir=`echo "X$dep" | sed -e 's/^X-R//'`
-                    if test "$enable_rpath" != no; then
-                      dnl Potentially add DIR to rpathdirs.
-                      dnl The rpathdirs will be appended to $LIBNAME at the end.
-                      haveit=
-                      for x in $rpathdirs; do
-                        if test "X$x" = "X$dir"; then
-                          haveit=yes
-                          break
-                        fi
-                      done
-                      if test -z "$haveit"; then
-                        rpathdirs="$rpathdirs $dir"
-                      fi
-                      dnl Potentially add DIR to ltrpathdirs.
-                      dnl The ltrpathdirs will be appended to $LTLIBNAME at the end.
-                      haveit=
-                      for x in $ltrpathdirs; do
-                        if test "X$x" = "X$dir"; then
-                          haveit=yes
-                          break
-                        fi
-                      done
-                      if test -z "$haveit"; then
-                        ltrpathdirs="$ltrpathdirs $dir"
-                      fi
-                    fi
-                    ;;
-                  -l*)
-                    dnl Handle this in the next round.
-                    names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'`
-                    ;;
-                  *.la)
-                    dnl Handle this in the next round. Throw away the .la's
-                    dnl directory; it is already contained in a preceding -L
-                    dnl option.
-                    names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'`
-                    ;;
-                  *)
-                    dnl Most likely an immediate library name.
-                    LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }$dep"
-                    LTLIB[]NAME="${LTLIB[]NAME}${LTLIB[]NAME:+ }$dep"
-                    ;;
-                esac
-              done
-            fi
-          else
-            dnl Didn't find the library; assume it is in the system directories
-            dnl known to the linker and runtime loader. (All the system
-            dnl directories known to the linker should also be known to the
-            dnl runtime loader, otherwise the system is severely misconfigured.)
-            LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }-l$name"
-            LTLIB[]NAME="${LTLIB[]NAME}${LTLIB[]NAME:+ }-l$name"
-          fi
-        fi
-      fi
-    done
-  done
-  if test "X$rpathdirs" != "X"; then
-    if test -n "$hardcode_libdir_separator"; then
-      dnl Weird platform: only the last -rpath option counts, the user must
-      dnl pass all path elements in one option. We can arrange that for a
-      dnl single library, but not when more than one $LIBNAMEs are used.
-      alldirs=
-      for found_dir in $rpathdirs; do
-        alldirs="${alldirs}${alldirs:+$hardcode_libdir_separator}$found_dir"
-      done
-      dnl Note: hardcode_libdir_flag_spec uses $libdir and $wl.
-      acl_save_libdir="$libdir"
-      libdir="$alldirs"
-      eval flag=\"$hardcode_libdir_flag_spec\"
-      libdir="$acl_save_libdir"
-      LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }$flag"
-    else
-      dnl The -rpath options are cumulative.
-      for found_dir in $rpathdirs; do
-        acl_save_libdir="$libdir"
-        libdir="$found_dir"
-        eval flag=\"$hardcode_libdir_flag_spec\"
-        libdir="$acl_save_libdir"
-        LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }$flag"
-      done
-    fi
-  fi
-  if test "X$ltrpathdirs" != "X"; then
-    dnl When using libtool, the option that works for both libraries and
-    dnl executables is -R. The -R options are cumulative.
-    for found_dir in $ltrpathdirs; do
-      LTLIB[]NAME="${LTLIB[]NAME}${LTLIB[]NAME:+ }-R$found_dir"
-    done
-  fi
-])
-
-dnl AC_LIB_APPENDTOVAR(VAR, CONTENTS) appends the elements of CONTENTS to VAR,
-dnl unless already present in VAR.
-dnl Works only for CPPFLAGS, not for LIB* variables because that sometimes
-dnl contains two or three consecutive elements that belong together.
-AC_DEFUN([AC_LIB_APPENDTOVAR],
-[
-  for element in [$2]; do
-    haveit=
-    for x in $[$1]; do
-      AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"])
-      if test "X$x" = "X$element"; then
-        haveit=yes
-        break
-      fi
-    done
-    if test -z "$haveit"; then
-      [$1]="${[$1]}${[$1]:+ }$element"
-    fi
-  done
-])
-
-# lib-ld.m4 serial 3 (gettext-0.13)
-dnl Copyright (C) 1996-2003 Free Software Foundation, Inc.
-dnl This file is free software; the Free Software Foundation
-dnl gives unlimited permission to copy and/or distribute it,
-dnl with or without modifications, as long as this notice is preserved.
-
-dnl Subroutines of libtool.m4,
-dnl with replacements s/AC_/AC_LIB/ and s/lt_cv/acl_cv/ to avoid collision
-dnl with libtool.m4.
-
-dnl From libtool-1.4. Sets the variable with_gnu_ld to yes or no.
-AC_DEFUN([AC_LIB_PROG_LD_GNU],
-[AC_CACHE_CHECK([if the linker ($LD) is GNU ld], acl_cv_prog_gnu_ld,
-[# I'd rather use --version here, but apparently some GNU ld's only accept -v.
-case `$LD -v 2>&1 </dev/null` in
-*GNU* | *'with BFD'*)
-  acl_cv_prog_gnu_ld=yes ;;
-*)
-  acl_cv_prog_gnu_ld=no ;;
-esac])
-with_gnu_ld=$acl_cv_prog_gnu_ld
-])
-
-dnl From libtool-1.4. Sets the variable LD.
-AC_DEFUN([AC_LIB_PROG_LD],
-[AC_ARG_WITH(gnu-ld,
-[  --with-gnu-ld           assume the C compiler uses GNU ld [default=no]],
-test "$withval" = no || with_gnu_ld=yes, with_gnu_ld=no)
-AC_REQUIRE([AC_PROG_CC])dnl
-AC_REQUIRE([AC_CANONICAL_HOST])dnl
-# Prepare PATH_SEPARATOR.
-# 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=';'
-  else
-    PATH_SEPARATOR=:
-  fi
-  rm -f conf$$.sh
-fi
-ac_prog=ld
-if test "$GCC" = yes; then
-  # Check if gcc -print-prog-name=ld gives a path.
-  AC_MSG_CHECKING([for ld used by GCC])
-  case $host in
-  *-*-mingw*)
-    # gcc leaves a trailing carriage return which upsets mingw
-    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
-  *)
-    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
-  esac
-  case $ac_prog in
-    # Accept absolute paths.
-    [[\\/]* | [A-Za-z]:[\\/]*)]
-      [re_direlt='/[^/][^/]*/\.\./']
-      # Canonicalize the path of ld
-      ac_prog=`echo $ac_prog| sed 's%\\\\%/%g'`
-      while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do
-	ac_prog=`echo $ac_prog| sed "s%$re_direlt%/%"`
-      done
-      test -z "$LD" && LD="$ac_prog"
-      ;;
-  "")
-    # If it fails, then pretend we aren't using GCC.
-    ac_prog=ld
-    ;;
-  *)
-    # If it is relative, then search for the first ld in PATH.
-    with_gnu_ld=unknown
-    ;;
-  esac
-elif test "$with_gnu_ld" = yes; then
-  AC_MSG_CHECKING([for GNU ld])
-else
-  AC_MSG_CHECKING([for non-GNU ld])
-fi
-AC_CACHE_VAL(acl_cv_path_LD,
-[if test -z "$LD"; then
-  IFS="${IFS= 	}"; ac_save_ifs="$IFS"; IFS="${IFS}${PATH_SEPARATOR-:}"
-  for ac_dir in $PATH; do
-    test -z "$ac_dir" && ac_dir=.
-    if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
-      acl_cv_path_LD="$ac_dir/$ac_prog"
-      # Check to see if the program is GNU ld.  I'd rather use --version,
-      # but apparently some GNU ld's only accept -v.
-      # Break only if it was the GNU/non-GNU ld that we prefer.
-      case `"$acl_cv_path_LD" -v 2>&1 < /dev/null` in
-      *GNU* | *'with BFD'*)
-	test "$with_gnu_ld" != no && break ;;
-      *)
-	test "$with_gnu_ld" != yes && break ;;
-      esac
-    fi
-  done
-  IFS="$ac_save_ifs"
-else
-  acl_cv_path_LD="$LD" # Let the user override the test with a path.
-fi])
-LD="$acl_cv_path_LD"
-if test -n "$LD"; then
-  AC_MSG_RESULT($LD)
-else
-  AC_MSG_RESULT(no)
-fi
-test -z "$LD" && AC_MSG_ERROR([no acceptable ld found in \$PATH])
-AC_LIB_PROG_LD_GNU
-])
-
-# Do all the work for Automake.  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.
-
-# serial 1
-
-dnl Usage:
-dnl AM_INIT_AUTOMAKE(package,version, [no-define])
-
-AC_DEFUN([AM_INIT_AUTOMAKE],
-[AC_REQUIRE([AM_SET_CURRENT_AUTOMAKE_VERSION])dnl
-AC_REQUIRE([AC_PROG_INSTALL])
-PACKAGE=[$1]
-AC_SUBST(PACKAGE)
-VERSION=[$2]
-AC_SUBST(VERSION)
-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])
-fi
-ifelse([$3],,
-AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE", [Name of package])
-AC_DEFINE_UNQUOTED(VERSION, "$VERSION", [Version number of package]))
-AC_REQUIRE([AM_SANITY_CHECK])
-AC_REQUIRE([AC_ARG_PROGRAM])
-dnl FIXME This is truly gross.
-missing_dir=`cd $ac_aux_dir && pwd`
-AM_MISSING_PROG(ACLOCAL, aclocal-${am__api_version}, $missing_dir)
-AM_MISSING_PROG(AUTOCONF, autoconf, $missing_dir)
-AM_MISSING_PROG(AUTOMAKE, automake-${am__api_version}, $missing_dir)
-AM_MISSING_PROG(AUTOHEADER, autoheader, $missing_dir)
-AM_MISSING_PROG(MAKEINFO, makeinfo, $missing_dir)
-AC_REQUIRE([AC_PROG_MAKE_SET])])
-
-# Copyright 2002  Free Software Foundation, Inc.
-
-# 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
-# the Free Software Foundation; either version 2, or (at your option)
-# any later version.
-
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-# GNU General Public License for more details.
-
-# You should have received a copy of the GNU General Public License
-# along with this program; if not, write to the Free Software
-# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
-
-# AM_AUTOMAKE_VERSION(VERSION)
-# ----------------------------
-# 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.4"])
-
-# AM_SET_CURRENT_AUTOMAKE_VERSION
-# -------------------------------
-# Call AM_AUTOMAKE_VERSION so it can be traced.
-# This function is AC_REQUIREd by AC_INIT_AUTOMAKE.
-AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION],
-	 [AM_AUTOMAKE_VERSION([1.4-p6])])
-
-#
-# Check to make sure that the build environment is sane.
-#
-
-AC_DEFUN([AM_SANITY_CHECK],
-[AC_MSG_CHECKING([whether build environment is sane])
-# Just in case
-sleep 1
-echo timestamp > conftestfile
-# 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 conftestfile 2> /dev/null`
-   if test "[$]*" = "X"; then
-      # -L didn't work.
-      set X `ls -t $srcdir/configure conftestfile`
-   fi
-   if test "[$]*" != "X $srcdir/configure conftestfile" \
-      && test "[$]*" != "X conftestfile $srcdir/configure"; then
-
-      # If neither matched, then we have a broken ls.  This can happen
-      # if, for instance, CONFIG_SHELL is bash and it inherits a
-      # broken ls alias from the environment.  This has actually
-      # happened.  Such a system could not be considered "sane".
-      AC_MSG_ERROR([ls -t appears to fail.  Make sure there is not a broken
-alias in your environment])
-   fi
-
-   test "[$]2" = conftestfile
-   )
-then
-   # Ok.
-   :
-else
-   AC_MSG_ERROR([newly created file is older than distributed files!
-Check your system clock])
-fi
-rm -f conftest*
-AC_MSG_RESULT(yes)])
-
-dnl AM_MISSING_PROG(NAME, PROGRAM, DIRECTORY)
-dnl The program must properly implement --version.
-AC_DEFUN([AM_MISSING_PROG],
-[AC_MSG_CHECKING(for working $2)
-# Run test in a subshell; some versions of sh will print an error if
-# an executable is not found, even if stderr is redirected.
-# Redirect stdin to placate older versions of autoconf.  Sigh.
-if ($2 --version) < /dev/null > /dev/null 2>&1; then
-   $1=$2
-   AC_MSG_RESULT(found)
-else
-   $1="$3/missing $2"
-   AC_MSG_RESULT(missing)
-fi
-AC_SUBST($1)])
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
+# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
+# PARTICULAR PURPOSE.
 
 # libtool.m4 - Configure libtool for the host system. -*-Autoconf-*-
 
-# serial 47 AC_PROG_LIBTOOL
-# Debian $Rev: 214 $
+# serial 48 Debian 1.5.22-4 AC_PROG_LIBTOOL
 
 
 # AC_PROVIDE_IFELSE(MACRO-NAME, IF-PROVIDED, IF-NOT-PROVIDED)
@@ -1328,7 +123,7 @@
 
 # Sed substitution that helps us do robust quoting.  It backslashifies
 # metacharacters that are still active within double-quoted strings.
-Xsed='sed -e s/^X//'
+Xsed='sed -e 1s/^X//'
 [sed_quote_subst='s/\([\\"\\`$\\\\]\)/\\\1/g']
 
 # Same as above, but do not quote variable references.
@@ -1348,7 +143,7 @@
 default_ofile=libtool
 can_build_shared=yes
 
-# All known linkers require a `.a' archive for static linking (except M$VC,
+# All known linkers require a `.a' archive for static linking (except MSVC,
 # which needs '.lib').
 libext=a
 ltmain="$ac_aux_dir/ltmain.sh"
@@ -1368,6 +163,7 @@
 test -z "$AS" && AS=as
 test -z "$CC" && CC=cc
 test -z "$LTCC" && LTCC=$CC
+test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
 test -z "$DLLTOOL" && DLLTOOL=dlltool
 test -z "$LD" && LD=ld
 test -z "$LN_S" && LN_S="ln -s"
@@ -1387,15 +183,17 @@
 if test -n "$RANLIB"; then
   case $host_os in
   openbsd*)
-    old_postinstall_cmds="\$RANLIB -t \$oldlib~$old_postinstall_cmds"
+    old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib"
     ;;
   *)
-    old_postinstall_cmds="\$RANLIB \$oldlib~$old_postinstall_cmds"
+    old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib"
     ;;
   esac
   old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
 fi
 
+_LT_CC_BASENAME([$compiler])
+
 # Only perform the check for file, if the check method requires it
 case $deplibs_check_method in
 file_magic*)
@@ -1436,11 +234,56 @@
 # If no C compiler was specified, use CC.
 LTCC=${LTCC-"$CC"}
 
+# If no C compiler flags were specified, use CFLAGS.
+LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
+
 # Allow CC to be a program name with arguments.
 compiler=$CC
 ])# _LT_AC_SYS_COMPILER
 
 
+# _LT_CC_BASENAME(CC)
+# -------------------
+# Calculate cc_basename.  Skip known compiler wrappers and cross-prefix.
+AC_DEFUN([_LT_CC_BASENAME],
+[for cc_temp in $1""; do
+  case $cc_temp in
+    compile | *[[\\/]]compile | ccache | *[[\\/]]ccache ) ;;
+    distcc | *[[\\/]]distcc | purify | *[[\\/]]purify ) ;;
+    \-*) ;;
+    *) break;;
+  esac
+done
+cc_basename=`$echo "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"`
+])
+
+
+# _LT_COMPILER_BOILERPLATE
+# ------------------------
+# Check for compiler boilerplate output or warnings with
+# the simple compiler test code.
+AC_DEFUN([_LT_COMPILER_BOILERPLATE],
+[ac_outfile=conftest.$ac_objext
+printf "$lt_simple_compile_test_code" >conftest.$ac_ext
+eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
+_lt_compiler_boilerplate=`cat conftest.err`
+$rm conftest*
+])# _LT_COMPILER_BOILERPLATE
+
+
+# _LT_LINKER_BOILERPLATE
+# ----------------------
+# Check for linker boilerplate output or warnings with
+# the simple link test code.
+AC_DEFUN([_LT_LINKER_BOILERPLATE],
+[ac_outfile=conftest.$ac_objext
+printf "$lt_simple_link_test_code" >conftest.$ac_ext
+eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
+_lt_linker_boilerplate=`cat conftest.err`
+$rm conftest*
+])# _LT_LINKER_BOILERPLATE
+
+
 # _LT_AC_SYS_LIBPATH_AIX
 # ----------------------
 # Links a minimal program and checks the executable
@@ -1513,15 +356,15 @@
 
 # The HP-UX ksh and POSIX shell print the target directory to stdout
 # if CDPATH is set.
-if test "X${CDPATH+set}" = Xset; then CDPATH=:; export CDPATH; fi
+(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
 
 if test -z "$ECHO"; then
 if test "X${echo_test_string+set}" != Xset; then
 # find a string as large as possible, as long as the shell can cope with it
   for cmd in 'sed 50q "[$]0"' 'sed 20q "[$]0"' 'sed 10q "[$]0"' 'sed 2q "[$]0"' 'echo test'; do
     # expected sizes: less than 2Kb, 1Kb, 512 bytes, 16 bytes, ...
-    if (echo_test_string="`eval $cmd`") 2>/dev/null &&
-       echo_test_string="`eval $cmd`" &&
+    if (echo_test_string=`eval $cmd`) 2>/dev/null &&
+       echo_test_string=`eval $cmd` &&
        (test "X$echo_test_string" = "X$echo_test_string") 2>/dev/null
     then
       break
@@ -1690,7 +533,7 @@
   # Find out which ABI we are using.
   echo 'int i;' > conftest.$ac_ext
   if AC_TRY_EVAL(ac_compile); then
-    case "`/usr/bin/file conftest.o`" in
+    case `/usr/bin/file conftest.o` in
     *32-bit*)
       case $host in
         x86_64-*linux*)
@@ -1741,6 +584,22 @@
     CFLAGS="$SAVE_CFLAGS"
   fi
   ;;
+sparc*-*solaris*)
+  # Find out which ABI we are using.
+  echo 'int i;' > conftest.$ac_ext
+  if AC_TRY_EVAL(ac_compile); then
+    case `/usr/bin/file conftest.o` in
+    *64-bit*)
+      case $lt_cv_prog_gnu_ld in
+      yes*) LD="${LD-ld} -m elf64_sparc" ;;
+      *)    LD="${LD-ld} -64" ;;
+      esac
+      ;;
+    esac
+  fi
+  rm -rf conftest*
+  ;;
+
 AC_PROVIDE_IFELSE([AC_LIBTOOL_WIN32_DLL],
 [*-*-cygwin* | *-*-mingw* | *-*-pw32*)
   AC_CHECK_TOOL(DLLTOOL, dlltool, false)
@@ -1772,7 +631,7 @@
    # with a dollar sign (not a hyphen), so the echo should work correctly.
    # The option is referenced via a variable to avoid confusing sed.
    lt_compile=`echo "$ac_compile" | $SED \
-   -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
+   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
    -e 's: [[^ ]]*conftest\.: $lt_compiler_flag&:; t' \
    -e 's:$: $lt_compiler_flag:'`
    (eval echo "\"\$as_me:__oline__: $lt_compile\"" >&AS_MESSAGE_LOG_FD)
@@ -1782,8 +641,10 @@
    echo "$as_me:__oline__: \$? = $ac_status" >&AS_MESSAGE_LOG_FD
    if (exit $ac_status) && test -s "$ac_outfile"; then
      # The compiler can only warn and ignore the option if not recognized
-     # So say no if there are warnings
-     if test ! -s conftest.err; then
+     # So say no if there are warnings other than the usual output.
+     $echo "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' >conftest.exp
+     $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
+     if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
        $2=yes
      fi
    fi
@@ -1809,11 +670,16 @@
    LDFLAGS="$LDFLAGS $3"
    printf "$lt_simple_link_test_code" > conftest.$ac_ext
    if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
-     # The compiler can only warn and ignore the option if not recognized
+     # The linker can only warn and ignore the option if not recognized
      # So say no if there are warnings
      if test -s conftest.err; then
        # Append any errors to the config.log.
        cat conftest.err 1>&AS_MESSAGE_LOG_FD
+       $echo "X$_lt_linker_boilerplate" | $Xsed -e '/^$/d' > conftest.exp
+       $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
+       if diff conftest.exp conftest.er2 >/dev/null; then
+         $2=yes
+       fi
      else
        $2=yes
      fi
@@ -1872,11 +738,55 @@
     lt_cv_sys_max_cmd_len=8192;
     ;;
 
- *)
+  netbsd* | freebsd* | openbsd* | darwin* | dragonfly*)
+    # This has been around since 386BSD, at least.  Likely further.
+    if test -x /sbin/sysctl; then
+      lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
+    elif test -x /usr/sbin/sysctl; then
+      lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
+    else
+      lt_cv_sys_max_cmd_len=65536	# usable default for all BSDs
+    fi
+    # And add a safety zone
+    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
+    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
+    ;;
+
+  interix*)
+    # We know the value 262144 and hardcode it with a safety zone (like BSD)
+    lt_cv_sys_max_cmd_len=196608
+    ;;
+
+  osf*)
+    # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
+    # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
+    # nice to cause kernel panics so lets avoid the loop below.
+    # First set a reasonable default.
+    lt_cv_sys_max_cmd_len=16384
+    #
+    if test -x /sbin/sysconfig; then
+      case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
+        *1*) lt_cv_sys_max_cmd_len=-1 ;;
+      esac
+    fi
+    ;;
+  sco3.2v5*)
+    lt_cv_sys_max_cmd_len=102400
+    ;;
+  sysv5* | sco5v6* | sysv4.2uw2*)
+    kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
+    if test -n "$kargmax"; then
+      lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[[ 	]]//'`
+    else
+      lt_cv_sys_max_cmd_len=32768
+    fi
+    ;;
+  *)
     # If test is not a shell built-in, we'll probably end up computing a
     # maximum length that is only half of the actual maximum length, but
     # we can't tell.
-    while (test "X"`$CONFIG_SHELL [$]0 --fallback-echo "X$teststring" 2>/dev/null` \
+    SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
+    while (test "X"`$SHELL [$]0 --fallback-echo "X$teststring" 2>/dev/null` \
 	       = "XX$teststring") >/dev/null 2>&1 &&
 	    new_result=`expr "X$teststring" : ".*" 2>&1` &&
 	    lt_cv_sys_max_cmd_len=$new_result &&
@@ -1902,7 +812,7 @@
 
 
 # _LT_AC_CHECK_DLFCN
-# --------------------
+# ------------------
 AC_DEFUN([_LT_AC_CHECK_DLFCN],
 [AC_CHECK_HEADERS(dlfcn.h)dnl
 ])# _LT_AC_CHECK_DLFCN
@@ -1910,7 +820,7 @@
 
 # _LT_AC_TRY_DLOPEN_SELF (ACTION-IF-TRUE, ACTION-IF-TRUE-W-USCORE,
 #                           ACTION-IF-FALSE, ACTION-IF-CROSS-COMPILING)
-# ------------------------------------------------------------------
+# ---------------------------------------------------------------------
 AC_DEFUN([_LT_AC_TRY_DLOPEN_SELF],
 [AC_REQUIRE([_LT_AC_CHECK_DLFCN])dnl
 if test "$cross_compiling" = yes; then :
@@ -1976,17 +886,19 @@
       else if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
       /* dlclose (self); */
     }
+  else
+    puts (dlerror ());
 
     exit (status);
 }]
 EOF
   if AC_TRY_EVAL(ac_link) && test -s conftest${ac_exeext} 2>/dev/null; then
-    (./conftest; exit; ) 2>/dev/null
+    (./conftest; exit; ) >&AS_MESSAGE_LOG_FD 2>/dev/null
     lt_status=$?
     case x$lt_status in
       x$lt_dlno_uscore) $1 ;;
       x$lt_dlneed_uscore) $2 ;;
-      x$lt_unknown|x*) $3 ;;
+      x$lt_dlunknown|x*) $3 ;;
     esac
   else :
     # compilation failed
@@ -1998,7 +910,7 @@
 
 
 # AC_LIBTOOL_DLOPEN_SELF
-# -------------------
+# ----------------------
 AC_DEFUN([AC_LIBTOOL_DLOPEN_SELF],
 [AC_REQUIRE([_LT_AC_CHECK_DLFCN])dnl
 if test "x$enable_dlopen" != xyes; then
@@ -2069,7 +981,7 @@
     test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
 
     save_LDFLAGS="$LDFLAGS"
-    eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
+    wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
 
     save_LIBS="$LIBS"
     LIBS="$lt_cv_dlopen_libs $LIBS"
@@ -2082,7 +994,7 @@
     ])
 
     if test "x$lt_cv_dlopen_self" = xyes; then
-      LDFLAGS="$LDFLAGS $link_static_flag"
+      wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
       AC_CACHE_CHECK([whether a statically linked program can dlopen itself],
     	  lt_cv_dlopen_self_static, [dnl
 	  _LT_AC_TRY_DLOPEN_SELF(
@@ -2130,7 +1042,7 @@
    # Note that $ac_compile itself does not contain backslashes and begins
    # with a dollar sign (not a hyphen), so the echo should work correctly.
    lt_compile=`echo "$ac_compile" | $SED \
-   -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
+   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
    -e 's: [[^ ]]*conftest\.: $lt_compiler_flag&:; t' \
    -e 's:$: $lt_compiler_flag:'`
    (eval echo "\"\$as_me:__oline__: $lt_compile\"" >&AS_MESSAGE_LOG_FD)
@@ -2142,11 +1054,13 @@
    then
      # The compiler can only warn and ignore the option if not recognized
      # So say no if there are warnings
-     if test ! -s out/conftest.err; then
+     $echo "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' > out/conftest.exp
+     $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
+     if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
        _LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1)=yes
      fi
    fi
-   chmod u+w .
+   chmod u+w . 2>&AS_MESSAGE_LOG_FD
    $rm conftest*
    # SGI C++ compiler will create directory out/ii_files/ for
    # template instantiation
@@ -2210,8 +1124,8 @@
 [AC_MSG_CHECKING([how to hardcode library paths into programs])
 _LT_AC_TAGVAR(hardcode_action, $1)=
 if test -n "$_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)" || \
-   test -n "$_LT_AC_TAGVAR(runpath_var $1)" || \
-   test "X$_LT_AC_TAGVAR(hardcode_automatic, $1)"="Xyes" ; then
+   test -n "$_LT_AC_TAGVAR(runpath_var, $1)" || \
+   test "X$_LT_AC_TAGVAR(hardcode_automatic, $1)" = "Xyes" ; then
 
   # We can hardcode non-existant directories.
   if test "$_LT_AC_TAGVAR(hardcode_direct, $1)" != no &&
@@ -2378,7 +1292,7 @@
   shlibpath_var=LIBRARY_PATH
   ;;
 
-bsdi4*)
+bsdi[[45]]*)
   version_type=linux
   need_version=no
   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
@@ -2406,7 +1320,8 @@
       dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i;echo \$dlname'\''`~
       dldir=$destdir/`dirname \$dlpath`~
       test -d \$dldir || mkdir -p \$dldir~
-      $install_prog $dir/$dlname \$dldir/$dlname'
+      $install_prog $dir/$dlname \$dldir/$dlname~
+      chmod a+x \$dldir/$dlname'
     postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
       dlpath=$dir/\$dldll~
        $rm \$dlpath'
@@ -2436,7 +1351,7 @@
       ;;
     pw32*)
       # pw32 DLLs use 'pw' prefix rather than 'lib'
-      library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
+      library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
       ;;
     esac
     ;;
@@ -2459,7 +1374,7 @@
   soname_spec='${libname}${release}${major}$shared_ext'
   shlibpath_overrides_runpath=yes
   shlibpath_var=DYLD_LIBRARY_PATH
-  shrext_cmds='$(test .$module = .yes && echo .so || echo .dylib)'
+  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
   # Apple's gcc prints 'gcc -print-search-dirs' doesn't operate the same.
   if test "$GCC" = yes; then
     sys_lib_search_path_spec=`$CC -print-search-dirs | tr "\n" "$PATH_SEPARATOR" | sed -e 's/libraries:/@libraries:/' | tr "@" "\n" | grep "^libraries:" | sed -e "s/^libraries://" -e "s,=/,/,g" -e "s,$PATH_SEPARATOR, ,g" -e "s,.*,& /lib /usr/lib /usr/local/lib,g"`
@@ -2482,20 +1397,17 @@
   dynamic_linker=no
   ;;
 
-kfreebsd*-gnu)
-  version_type=linux
-  need_lib_prefix=no
-  need_version=no
-  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
-  soname_spec='${libname}${release}${shared_ext}$major'
-  shlibpath_var=LD_LIBRARY_PATH
-  shlibpath_overrides_runpath=no
-  hardcode_into_libs=yes
-  dynamic_linker='GNU ld.so'
-  ;;
-
-freebsd*)
-  objformat=`test -x /usr/bin/objformat && /usr/bin/objformat || echo aout`
+freebsd* | dragonfly*)
+  # DragonFly does not have aout.  When/if they implement a new
+  # versioning mechanism, adjust this.
+  if test -x /usr/bin/objformat; then
+    objformat=`/usr/bin/objformat`
+  else
+    case $host_os in
+    freebsd[[123]]*) objformat=aout ;;
+    *) objformat=elf ;;
+    esac
+  fi
   version_type=freebsd-$objformat
   case $version_type in
     freebsd-elf*)
@@ -2513,14 +1425,19 @@
   freebsd2*)
     shlibpath_overrides_runpath=yes
     ;;
-  freebsd3.[01]* | freebsdelf3.[01]*)
+  freebsd3.[[01]]* | freebsdelf3.[[01]]*)
     shlibpath_overrides_runpath=yes
     hardcode_into_libs=yes
     ;;
-  *) # from 3.2 on
+  freebsd3.[[2-9]]* | freebsdelf3.[[2-9]]* | \
+  freebsd4.[[0-5]] | freebsdelf4.[[0-5]] | freebsd4.1.1 | freebsdelf4.1.1)
     shlibpath_overrides_runpath=no
     hardcode_into_libs=yes
     ;;
+  freebsd*) # from 4.6 on
+    shlibpath_overrides_runpath=yes
+    hardcode_into_libs=yes
+    ;;
   esac
   ;;
 
@@ -2540,7 +1457,7 @@
   version_type=sunos
   need_lib_prefix=no
   need_version=no
-  case "$host_cpu" in
+  case $host_cpu in
   ia64*)
     shrext_cmds='.so'
     hardcode_into_libs=yes
@@ -2580,6 +1497,18 @@
   postinstall_cmds='chmod 555 $lib'
   ;;
 
+interix3*)
+  version_type=linux
+  need_lib_prefix=no
+  need_version=no
+  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
+  soname_spec='${libname}${release}${shared_ext}$major'
+  dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
+  shlibpath_var=LD_LIBRARY_PATH
+  shlibpath_overrides_runpath=no
+  hardcode_into_libs=yes
+  ;;
+
 irix5* | irix6* | nonstopux*)
   case $host_os in
     nonstopux*) version_type=nonstopux ;;
@@ -2623,7 +1552,7 @@
   ;;
 
 # This must be Linux ELF.
-linux*)
+linux* | k*bsd*-gnu)
   version_type=linux
   need_lib_prefix=no
   need_version=no
@@ -2639,7 +1568,7 @@
 
   # Append ld.so.conf contents to the search path
   if test -f /etc/ld.so.conf; then
-    lt_ld_extra=`$SED -e 's/[:,\t]/ /g;s/=[^=]*$//;s/=[^= ]* / /g' /etc/ld.so.conf | tr '\n' ' '`
+    lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s", \[$]2)); skip = 1; } { if (!skip) print \[$]0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;s/[:,	]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;/^$/d' | tr '\n' ' '`
     sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
   fi
 
@@ -2664,18 +1593,6 @@
   dynamic_linker='NetBSD ld.elf_so'
   ;;
 
-knetbsd*-gnu)
-  version_type=linux
-  need_lib_prefix=no
-  need_version=no
-  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
-  soname_spec='${libname}${release}${shared_ext}$major'
-  shlibpath_var=LD_LIBRARY_PATH
-  shlibpath_overrides_runpath=no
-  hardcode_into_libs=yes
-  dynamic_linker='GNU ld.so'
-  ;;
-
 netbsd*)
   version_type=sunos
   need_lib_prefix=no
@@ -2713,8 +1630,13 @@
 
 openbsd*)
   version_type=sunos
+  sys_lib_dlsearch_path_spec="/usr/lib"
   need_lib_prefix=no
-  need_version=yes
+  # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
+  case $host_os in
+    openbsd3.3 | openbsd3.3.*) need_version=yes ;;
+    *)                         need_version=no  ;;
+  esac
   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
   finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
   shlibpath_var=LD_LIBRARY_PATH
@@ -2752,13 +1674,6 @@
   sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
   ;;
 
-sco3.2v5*)
-  version_type=osf
-  soname_spec='${libname}${release}${shared_ext}$major'
-  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
-  shlibpath_var=LD_LIBRARY_PATH
-  ;;
-
 solaris*)
   version_type=linux
   need_lib_prefix=no
@@ -2784,7 +1699,7 @@
   need_version=yes
   ;;
 
-sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
+sysv4 | sysv4.3*)
   version_type=linux
   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
   soname_spec='${libname}${release}${shared_ext}$major'
@@ -2817,6 +1732,29 @@
   fi
   ;;
 
+sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
+  version_type=freebsd-elf
+  need_lib_prefix=no
+  need_version=no
+  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
+  soname_spec='${libname}${release}${shared_ext}$major'
+  shlibpath_var=LD_LIBRARY_PATH
+  hardcode_into_libs=yes
+  if test "$with_gnu_ld" = yes; then
+    sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
+    shlibpath_overrides_runpath=no
+  else
+    sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
+    shlibpath_overrides_runpath=yes
+    case $host_os in
+      sco3.2v5*)
+        sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
+	;;
+    esac
+  fi
+  sys_lib_dlsearch_path_spec='/usr/lib'
+  ;;
+
 uts4*)
   version_type=linux
   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
@@ -2830,6 +1768,11 @@
 esac
 AC_MSG_RESULT([$dynamic_linker])
 test "$dynamic_linker" = no && can_build_shared=no
+
+variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
+if test "$GCC" = yes; then
+  variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
+fi
 ])# AC_LIBTOOL_SYS_DYNAMIC_LINKER
 
 
@@ -2854,6 +1797,9 @@
       AC_MSG_WARN([using `LTCC=$LTCC', extracted from `$ofile'])
     fi
   fi
+  if test -z "$LTCFLAGS"; then
+    eval "`$SHELL ${ofile} --config | grep '^LTCFLAGS='`"
+  fi
 
   # Extract list of available tagged configurations in $ofile.
   # Note that this assumes the entire list is on one line.
@@ -2880,7 +1826,9 @@
 
       case $tagname in
       CXX)
-	if test -n "$CXX" && test "X$CXX" != "Xno"; then
+	if test -n "$CXX" && ( test "X$CXX" != "Xno" &&
+	    ( (test "X$CXX" = "Xg++" && `g++ -v >/dev/null 2>&1` ) ||
+	    (test "X$CXX" != "Xg++"))) ; then
 	  AC_LIBTOOL_LANG_CXX_CONFIG
 	else
 	  tagname=""
@@ -2942,7 +1890,7 @@
 
 # AC_LIBTOOL_WIN32_DLL
 # --------------------
-# declare package support for building win32 dll's
+# declare package support for building win32 DLLs
 AC_DEFUN([AC_LIBTOOL_WIN32_DLL],
 [AC_BEFORE([$0], [AC_LIBTOOL_SETUP])
 ])# AC_LIBTOOL_WIN32_DLL
@@ -2980,7 +1928,7 @@
 
 # AC_DISABLE_SHARED
 # -----------------
-#- set the default shared flag to --disable-shared
+# set the default shared flag to --disable-shared
 AC_DEFUN([AC_DISABLE_SHARED],
 [AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl
 AC_ENABLE_SHARED(no)
@@ -3116,7 +2064,7 @@
       if test -n "$file_magic_test_file"; then
 	case $deplibs_check_method in
 	"file_magic "*)
-	  file_magic_regex="`expr \"$deplibs_check_method\" : \"file_magic \(.*\)\"`"
+	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
 	  MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
 	  if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
 	    $EGREP "$file_magic_regex" > /dev/null; then
@@ -3226,7 +2174,7 @@
     if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
       lt_cv_path_LD="$ac_dir/$ac_prog"
       # Check to see if the program is GNU ld.  I'd rather use --version,
-      # but apparently some GNU ld's only accept -v.
+      # but apparently some variants of GNU ld only accept -v.
       # Break only if it was the GNU/non-GNU ld that we prefer.
       case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
       *GNU* | *'with BFD'*)
@@ -3258,7 +2206,7 @@
 AC_DEFUN([AC_PROG_LD_GNU],
 [AC_REQUIRE([AC_PROG_EGREP])dnl
 AC_CACHE_CHECK([if the linker ($LD) is GNU ld], lt_cv_prog_gnu_ld,
-[# I'd rather use --version here, but apparently some GNU ld's only accept -v.
+[# I'd rather use --version here, but apparently some GNU lds only accept -v.
 case `$LD -v 2>&1 </dev/null` in
 *GNU* | *'with BFD'*)
   lt_cv_prog_gnu_ld=yes
@@ -3285,6 +2233,15 @@
 *) reload_flag=" $reload_flag" ;;
 esac
 reload_cmds='$LD$reload_flag -o $output$reload_objs'
+case $host_os in
+  darwin*)
+    if test "$GCC" = yes; then
+      reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
+    else
+      reload_cmds='$LD$reload_flag -o $output$reload_objs'
+    fi
+    ;;
+esac
 ])# AC_PROG_LD_RELOAD_FLAG
 
 
@@ -3318,7 +2275,7 @@
   lt_cv_deplibs_check_method=pass_all
   ;;
 
-bsdi4*)
+bsdi[[45]]*)
   lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[ML]]SB (shared object|dynamic lib)'
   lt_cv_file_magic_cmd='/usr/bin/file -L'
   lt_cv_file_magic_test_file=/shlib/libc.so
@@ -3341,13 +2298,13 @@
   lt_cv_deplibs_check_method=pass_all
   ;;
 
-freebsd* | kfreebsd*-gnu)
+freebsd* | dragonfly*)
   if echo __ELF__ | $CC -E - | grep __ELF__ > /dev/null; then
     case $host_cpu in
     i*86 )
       # Not sure whether the presence of OpenBSD here was a mistake.
       # Let's accept both of them until this is cleared up.
-      lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD)/i[[3-9]]86 (compact )?demand paged shared library'
+      lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[[3-9]]86 (compact )?demand paged shared library'
       lt_cv_file_magic_cmd=/usr/bin/file
       lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
       ;;
@@ -3363,7 +2320,7 @@
 
 hpux10.20* | hpux11*)
   lt_cv_file_magic_cmd=/usr/bin/file
-  case "$host_cpu" in
+  case $host_cpu in
   ia64*)
     lt_cv_deplibs_check_method='file_magic (s[[0-9]][[0-9]][[0-9]]|ELF-[[0-9]][[0-9]]) shared object file - IA64'
     lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
@@ -3379,6 +2336,11 @@
   esac
   ;;
 
+interix3*)
+  # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
+  lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so|\.a)$'
+  ;;
+
 irix5* | irix6* | nonstopux*)
   case $LD in
   *-32|*"-32 ") libmagic=32-bit;;
@@ -3390,11 +2352,11 @@
   ;;
 
 # This must be Linux ELF.
-linux*)
+linux* | k*bsd*-gnu)
   lt_cv_deplibs_check_method=pass_all
   ;;
 
-netbsd* | netbsdelf*-gnu | knetbsd*-gnu)
+netbsd* | netbsdelf*-gnu)
   if echo __ELF__ | $CC -E - | grep __ELF__ > /dev/null; then
     lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|_pic\.a)$'
   else
@@ -3413,12 +2375,10 @@
   ;;
 
 openbsd*)
-  lt_cv_file_magic_cmd=/usr/bin/file
-  lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
   if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
-    lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[LM]]SB shared object'
+    lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|\.so|_pic\.a)$'
   else
-    lt_cv_deplibs_check_method='file_magic OpenBSD.* shared library'
+    lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|_pic\.a)$'
   fi
   ;;
 
@@ -3426,15 +2386,11 @@
   lt_cv_deplibs_check_method=pass_all
   ;;
 
-sco3.2v5*)
-  lt_cv_deplibs_check_method=pass_all
-  ;;
-
 solaris*)
   lt_cv_deplibs_check_method=pass_all
   ;;
 
-sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
+sysv4 | sysv4.3*)
   case $host_vendor in
   motorola)
     lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[ML]]SB (shared object|dynamic lib) M[[0-9]][[0-9]]* Version [[0-9]]'
@@ -3455,10 +2411,13 @@
   siemens)
     lt_cv_deplibs_check_method=pass_all
     ;;
+  pc)
+    lt_cv_deplibs_check_method=pass_all
+    ;;
   esac
   ;;
 
-sysv5OpenUNIX8* | sysv5UnixWare7* | sysv5uw[[78]]* | unixware7* | sysv4*uw2*)
+sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
   lt_cv_deplibs_check_method=pass_all
   ;;
 esac
@@ -3478,36 +2437,43 @@
   # Let the user override the test.
   lt_cv_path_NM="$NM"
 else
-  lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
-  for ac_dir in $PATH /usr/ccs/bin /usr/ucb /bin; do
-    IFS="$lt_save_ifs"
-    test -z "$ac_dir" && ac_dir=.
-    tmp_nm="$ac_dir/${ac_tool_prefix}nm"
-    if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then
-      # Check to see if the nm accepts a BSD-compat flag.
-      # Adding the `sed 1q' prevents false positives on HP-UX, which says:
-      #   nm: unknown option "B" ignored
-      # Tru64's nm complains that /dev/null is an invalid object file
-      case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
-      */dev/null* | *'Invalid file or object type'*)
-	lt_cv_path_NM="$tmp_nm -B"
-	break
-        ;;
-      *)
-	case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
-	*/dev/null*)
-	  lt_cv_path_NM="$tmp_nm -p"
+  lt_nm_to_check="${ac_tool_prefix}nm"
+  if test -n "$ac_tool_prefix" && test "$build" = "$host"; then 
+    lt_nm_to_check="$lt_nm_to_check nm"
+  fi
+  for lt_tmp_nm in $lt_nm_to_check; do
+    lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
+    for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
+      IFS="$lt_save_ifs"
+      test -z "$ac_dir" && ac_dir=.
+      tmp_nm="$ac_dir/$lt_tmp_nm"
+      if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then
+	# Check to see if the nm accepts a BSD-compat flag.
+	# Adding the `sed 1q' prevents false positives on HP-UX, which says:
+	#   nm: unknown option "B" ignored
+	# Tru64's nm complains that /dev/null is an invalid object file
+	case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
+	*/dev/null* | *'Invalid file or object type'*)
+	  lt_cv_path_NM="$tmp_nm -B"
 	  break
 	  ;;
 	*)
-	  lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
-	  continue # so that we can try to find one that supports BSD flags
+	  case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
+	  */dev/null*)
+	    lt_cv_path_NM="$tmp_nm -p"
+	    break
+	    ;;
+	  *)
+	    lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
+	    continue # so that we can try to find one that supports BSD flags
+	    ;;
+	  esac
 	  ;;
 	esac
-      esac
-    fi
+      fi
+    done
+    IFS="$lt_save_ifs"
   done
-  IFS="$lt_save_ifs"
   test -z "$lt_cv_path_NM" && lt_cv_path_NM=nm
 fi])
 NM="$lt_cv_path_NM"
@@ -3539,13 +2505,13 @@
 # -----------------------------------
 # sets LIBLTDL to the link flags for the libltdl convenience library and
 # LTDLINCL to the include flags for the libltdl header and adds
-# --enable-ltdl-convenience to the configure arguments.  Note that LIBLTDL
-# and LTDLINCL are not AC_SUBSTed, nor is AC_CONFIG_SUBDIRS called.  If
-# DIRECTORY is not provided, it is assumed to be `libltdl'.  LIBLTDL will
-# be prefixed with '${top_builddir}/' and LTDLINCL will be prefixed with
-# '${top_srcdir}/' (note the single quotes!).  If your package is not
-# flat and you're not using automake, define top_builddir and
-# top_srcdir appropriately in the Makefiles.
+# --enable-ltdl-convenience to the configure arguments.  Note that
+# AC_CONFIG_SUBDIRS is not called here.  If DIRECTORY is not provided,
+# it is assumed to be `libltdl'.  LIBLTDL will be prefixed with
+# '${top_builddir}/' and LTDLINCL will be prefixed with '${top_srcdir}/'
+# (note the single quotes!).  If your package is not flat and you're not
+# using automake, define top_builddir and top_srcdir appropriately in
+# the Makefiles.
 AC_DEFUN([AC_LIBLTDL_CONVENIENCE],
 [AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl
   case $enable_ltdl_convenience in
@@ -3564,13 +2530,13 @@
 # -----------------------------------
 # sets LIBLTDL to the link flags for the libltdl installable library and
 # LTDLINCL to the include flags for the libltdl header and adds
-# --enable-ltdl-install to the configure arguments.  Note that LIBLTDL
-# and LTDLINCL are not AC_SUBSTed, nor is AC_CONFIG_SUBDIRS called.  If
-# DIRECTORY is not provided and an installed libltdl is not found, it is
-# assumed to be `libltdl'.  LIBLTDL will be prefixed with '${top_builddir}/'
-# and LTDLINCL will be prefixed with '${top_srcdir}/' (note the single
-# quotes!).  If your package is not flat and you're not using automake,
-# define top_builddir and top_srcdir appropriately in the Makefiles.
+# --enable-ltdl-install to the configure arguments.  Note that
+# AC_CONFIG_SUBDIRS is not called here.  If DIRECTORY is not provided,
+# and an installed libltdl is not found, it is assumed to be `libltdl'.
+# LIBLTDL will be prefixed with '${top_builddir}/'# and LTDLINCL with
+# '${top_srcdir}/' (note the single quotes!).  If your package is not
+# flat and you're not using automake, define top_builddir and top_srcdir
+# appropriately in the Makefiles.
 # In the future, this macro may have to be called after AC_PROG_LIBTOOL.
 AC_DEFUN([AC_LIBLTDL_INSTALLABLE],
 [AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl
@@ -3608,10 +2574,21 @@
 # ---------------
 AC_DEFUN([_LT_AC_LANG_CXX],
 [AC_REQUIRE([AC_PROG_CXX])
-AC_REQUIRE([AC_PROG_CXXCPP])
+AC_REQUIRE([_LT_AC_PROG_CXXCPP])
 _LT_AC_SHELL_INIT([tagnames=${tagnames+${tagnames},}CXX])
 ])# _LT_AC_LANG_CXX
 
+# _LT_AC_PROG_CXXCPP
+# ------------------
+AC_DEFUN([_LT_AC_PROG_CXXCPP],
+[
+AC_REQUIRE([AC_PROG_CXX])
+if test -n "$CXX" && ( test "X$CXX" != "Xno" &&
+    ( (test "X$CXX" = "Xg++" && `g++ -v >/dev/null 2>&1` ) ||
+    (test "X$CXX" != "Xg++"))) ; then
+  AC_PROG_CXXCPP
+fi
+])# _LT_AC_PROG_CXXCPP
 
 # AC_LIBTOOL_F77
 # --------------
@@ -3651,7 +2628,7 @@
 
 
 # AC_LIBTOOL_RC
-# --------------
+# -------------
 # enable support for Windows resource files
 AC_DEFUN([AC_LIBTOOL_RC],
 [AC_REQUIRE([LT_AC_PROG_RC])
@@ -3684,36 +2661,9 @@
 
 _LT_AC_SYS_COMPILER
 
-#
-# Check for any special shared library compilation flags.
-#
-_LT_AC_TAGVAR(lt_prog_cc_shlib, $1)=
-if test "$GCC" = no; then
-  case $host_os in
-  sco3.2v5*)
-    _LT_AC_TAGVAR(lt_prog_cc_shlib, $1)='-belf'
-    ;;
-  esac
-fi
-if test -n "$_LT_AC_TAGVAR(lt_prog_cc_shlib, $1)"; then
-  AC_MSG_WARN([`$CC' requires `$_LT_AC_TAGVAR(lt_prog_cc_shlib, $1)' to build shared libraries])
-  if echo "$old_CC $old_CFLAGS " | grep "[[ 	]]$_LT_AC_TAGVAR(lt_prog_cc_shlib, $1)[[ 	]]" >/dev/null; then :
-  else
-    AC_MSG_WARN([add `$_LT_AC_TAGVAR(lt_prog_cc_shlib, $1)' to the CC or CFLAGS env variable and reconfigure])
-    _LT_AC_TAGVAR(lt_cv_prog_cc_can_build_shared, $1)=no
-  fi
-fi
-
-
-#
-# Check to make sure the static flag actually works.
-#
-AC_LIBTOOL_LINKER_OPTION([if $compiler static flag $_LT_AC_TAGVAR(lt_prog_compiler_static, $1) works],
-  _LT_AC_TAGVAR(lt_prog_compiler_static_works, $1),
-  $_LT_AC_TAGVAR(lt_prog_compiler_static, $1),
-  [],
-  [_LT_AC_TAGVAR(lt_prog_compiler_static, $1)=])
-
+# save warnings/boilerplate of simple test code
+_LT_COMPILER_BOILERPLATE
+_LT_LINKER_BOILERPLATE
 
 AC_LIBTOOL_PROG_COMPILER_NO_RTTI($1)
 AC_LIBTOOL_PROG_COMPILER_PIC($1)
@@ -3723,9 +2673,9 @@
 AC_LIBTOOL_SYS_DYNAMIC_LINKER($1)
 AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH($1)
 AC_LIBTOOL_SYS_LIB_STRIP
-AC_LIBTOOL_DLOPEN_SELF($1)
+AC_LIBTOOL_DLOPEN_SELF
 
-# Report which librarie types wil actually be built
+# Report which library types will actually be built
 AC_MSG_CHECKING([if libtool supports shared libraries])
 AC_MSG_RESULT([$can_build_shared])
 
@@ -3734,7 +2684,7 @@
 
 # On AIX, shared libraries and static libraries use the same namespace, and
 # are all built from PIC.
-case "$host_os" in
+case $host_os in
 aix3*)
   test "$enable_shared" = yes && enable_static=no
   if test -n "$RANLIB"; then
@@ -3747,43 +2697,6 @@
   if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
     test "$enable_shared" = yes && enable_static=no
   fi
-  ;;
-  darwin* | rhapsody*)
-  if test "$GCC" = yes; then
-    _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
-    case "$host_os" in
-    rhapsody* | darwin1.[[012]])
-      _LT_AC_TAGVAR(allow_undefined_flag, $1)='-undefined suppress'
-      ;;
-    *) # Darwin 1.3 on
-      if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then
-      	_LT_AC_TAGVAR(allow_undefined_flag, $1)='-flat_namespace -undefined suppress'
-      else
-        case ${MACOSX_DEPLOYMENT_TARGET} in
-          10.[[012]])
-            _LT_AC_TAGVAR(allow_undefined_flag, $1)='-flat_namespace -undefined suppress'
-            ;;
-          10.*)
-            _LT_AC_TAGVAR(allow_undefined_flag, $1)='-undefined dynamic_lookup'
-            ;;
-        esac
-      fi
-      ;;
-    esac
-    output_verbose_link_cmd='echo'
-    _LT_AC_TAGVAR(archive_cmds, $1)='$CC -dynamiclib $allow_undefined_flag -o $lib $libobjs $deplibs$compiler_flags -install_name $rpath/$soname $verstring'
-    _LT_AC_TAGVAR(module_cmds, $1)='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
-    # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin ld's
-    _LT_AC_TAGVAR(archive_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -dynamiclib $allow_undefined_flag  -o $lib $libobjs $deplibs$compiler_flags -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
-    _LT_AC_TAGVAR(module_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag  -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
-    _LT_AC_TAGVAR(hardcode_direct, $1)=no
-    _LT_AC_TAGVAR(hardcode_automatic, $1)=yes
-    _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=unsupported
-    _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='-all_load $convenience'
-    _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
-  else
-    _LT_AC_TAGVAR(ld_shlibs, $1)=no
-  fi
     ;;
 esac
 AC_MSG_RESULT([$enable_shared])
@@ -3809,7 +2722,7 @@
 AC_DEFUN([_LT_AC_LANG_CXX_CONFIG],
 [AC_LANG_PUSH(C++)
 AC_REQUIRE([AC_PROG_CXX])
-AC_REQUIRE([AC_PROG_CXXCPP])
+AC_REQUIRE([_LT_AC_PROG_CXXCPP])
 
 _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
 _LT_AC_TAGVAR(allow_undefined_flag, $1)=
@@ -3821,6 +2734,7 @@
 _LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)=
 _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=
 _LT_AC_TAGVAR(hardcode_minus_L, $1)=no
+_LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=unsupported
 _LT_AC_TAGVAR(hardcode_automatic, $1)=no
 _LT_AC_TAGVAR(module_cmds, $1)=
 _LT_AC_TAGVAR(module_expsym_cmds, $1)=
@@ -3838,7 +2752,7 @@
 _LT_AC_TAGVAR(compiler_lib_search_path, $1)=
 
 # Source file extension for C++ test sources.
-ac_ext=cc
+ac_ext=cpp
 
 # Object file extension for compiled C++ test sources.
 objext=o
@@ -3848,11 +2762,15 @@
 lt_simple_compile_test_code="int some_variable = 0;\n"
 
 # Code to be used in simple link tests
-lt_simple_link_test_code='int main(int, char *[]) { return(0); }\n'
+lt_simple_link_test_code='int main(int, char *[[]]) { return(0); }\n'
 
 # ltmain only uses $CC for tagged configurations so make sure $CC is set.
 _LT_AC_SYS_COMPILER
 
+# save warnings/boilerplate of simple test code
+_LT_COMPILER_BOILERPLATE
+_LT_LINKER_BOILERPLATE
+
 # Allow CC to be a program name with arguments.
 lt_save_CC=$CC
 lt_save_LD=$LD
@@ -3863,18 +2781,18 @@
 if test -n "${lt_cv_prog_gnu_ldcxx+set}"; then
   lt_cv_prog_gnu_ld=$lt_cv_prog_gnu_ldcxx
 else
-  unset lt_cv_prog_gnu_ld
+  $as_unset lt_cv_prog_gnu_ld
 fi
 if test -n "${lt_cv_path_LDCXX+set}"; then
   lt_cv_path_LD=$lt_cv_path_LDCXX
 else
-  unset lt_cv_path_LD
+  $as_unset lt_cv_path_LD
 fi
 test -z "${LDCXX+set}" || LD=$LDCXX
 CC=${CXX-"c++"}
 compiler=$CC
 _LT_AC_TAGVAR(compiler, $1)=$CC
-cc_basename=`$echo X"$compiler" | $Xsed -e 's%^.*/%%'`
+_LT_CC_BASENAME([$compiler])
 
 # We don't want -fno-exception wen compiling C++ code, so set the
 # no_builtin_flag separately
@@ -3963,6 +2881,7 @@
 	    ;;
 	  esac
 	done
+	;;
       esac
 
       exp_sym_flag='-bexport'
@@ -3981,7 +2900,7 @@
     _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
 
     if test "$GXX" = yes; then
-      case $host_os in aix4.[012]|aix4.[012].*)
+      case $host_os in aix4.[[012]]|aix4.[[012]].*)
       # We only want to do this on AIX 4.2 and lower, the check
       # below for broken collect2 doesn't work under 4.3+
 	collect2name=`${CC} -print-prog-name=collect2`
@@ -4000,8 +2919,12 @@
 	  _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
 	  _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=
 	fi
+	;;
       esac
       shared_flag='-shared'
+      if test "$aix_use_runtimelinking" = yes; then
+	shared_flag="$shared_flag "'${wl}-G'
+      fi
     else
       # not using gcc
       if test "$host_cpu" = ia64; then
@@ -4028,12 +2951,12 @@
       _LT_AC_SYS_LIBPATH_AIX
       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath"
 
-      _LT_AC_TAGVAR(archive_expsym_cmds, $1)="\$CC"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$no_entry_flag \${wl}$exp_sym_flag:\$export_symbols $shared_flag"
+      _LT_AC_TAGVAR(archive_expsym_cmds, $1)="\$CC"' -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
      else
       if test "$host_cpu" = ia64; then
 	_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-R $libdir:/usr/lib:/lib'
 	_LT_AC_TAGVAR(allow_undefined_flag, $1)="-z nodefs"
-	_LT_AC_TAGVAR(archive_expsym_cmds, $1)="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags ${wl}${allow_undefined_flag} '"\${wl}$no_entry_flag \${wl}$exp_sym_flag:\$export_symbols"
+	_LT_AC_TAGVAR(archive_expsym_cmds, $1)="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags ${wl}${allow_undefined_flag} '"\${wl}$exp_sym_flag:\$export_symbols"
       else
 	# Determine the default libpath from the value encoded in an empty executable.
 	_LT_AC_SYS_LIBPATH_AIX
@@ -4042,16 +2965,26 @@
 	# -berok will link without error, but may produce a broken library.
 	_LT_AC_TAGVAR(no_undefined_flag, $1)=' ${wl}-bernotok'
 	_LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-berok'
-	# -bexpall does not export symbols beginning with underscore (_)
-	_LT_AC_TAGVAR(always_export_symbols, $1)=yes
 	# Exported symbols can be pulled into shared objects from archives
-	_LT_AC_TAGVAR(whole_archive_flag_spec, $1)=' '
+	_LT_AC_TAGVAR(whole_archive_flag_spec, $1)='$convenience'
 	_LT_AC_TAGVAR(archive_cmds_need_lc, $1)=yes
-	# This is similar to how AIX traditionally builds it's shared libraries.
-	_LT_AC_TAGVAR(archive_expsym_cmds, $1)="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags ${wl}-bE:$export_symbols ${wl}-bnoentry${allow_undefined_flag}~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$soname'
+	# This is similar to how AIX traditionally builds its shared libraries.
+	_LT_AC_TAGVAR(archive_expsym_cmds, $1)="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs ${wl}-bnoentry $compiler_flags ${wl}-bE:$export_symbols${allow_undefined_flag}~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$soname'
       fi
     fi
     ;;
+
+  beos*)
+    if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
+      _LT_AC_TAGVAR(allow_undefined_flag, $1)=unsupported
+      # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
+      # support --undefined.  This deserves some investigation.  FIXME
+      _LT_AC_TAGVAR(archive_cmds, $1)='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
+    else
+      _LT_AC_TAGVAR(ld_shlibs, $1)=no
+    fi
+    ;;
+
   chorus*)
     case $cc_basename in
       *)
@@ -4070,7 +3003,7 @@
     _LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)=yes
 
     if $LD --help 2>&1 | grep 'auto-import' > /dev/null; then
-      _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $output_objdir/$soname ${wl}--image-base=0x10000000 ${wl}--out-implib,$lib'
+      _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
       # If the export-symbols file already is a .def file (1st line
       # is EXPORTS), use it as is; otherwise, prepend...
       _LT_AC_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
@@ -4079,70 +3012,81 @@
 	echo EXPORTS > $output_objdir/$soname.def;
 	cat $export_symbols >> $output_objdir/$soname.def;
       fi~
-      $CC -shared -nostdlib $output_objdir/$soname.def $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $output_objdir/$soname ${wl}--image-base=0x10000000 ${wl}--out-implib,$lib'
+      $CC -shared -nostdlib $output_objdir/$soname.def $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
     else
       _LT_AC_TAGVAR(ld_shlibs, $1)=no
     fi
   ;;
+      darwin* | rhapsody*)
+        case $host_os in
+        rhapsody* | darwin1.[[012]])
+         _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-undefined ${wl}suppress'
+         ;;
+       *) # Darwin 1.3 on
+         if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then
+           _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-flat_namespace ${wl}-undefined ${wl}suppress'
+         else
+           case ${MACOSX_DEPLOYMENT_TARGET} in
+             10.[[012]])
+               _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-flat_namespace ${wl}-undefined ${wl}suppress'
+               ;;
+             10.*)
+               _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-undefined ${wl}dynamic_lookup'
+               ;;
+           esac
+         fi
+         ;;
+        esac
+      _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
+      _LT_AC_TAGVAR(hardcode_direct, $1)=no
+      _LT_AC_TAGVAR(hardcode_automatic, $1)=yes
+      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=unsupported
+      _LT_AC_TAGVAR(whole_archive_flag_spec, $1)=''
+      _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
 
-  darwin* | rhapsody*)
-  if test "$GXX" = yes; then
-    _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
-    case "$host_os" in
-    rhapsody* | darwin1.[[012]])
-      _LT_AC_TAGVAR(allow_undefined_flag, $1)='-undefined suppress'
-      ;;
-    *) # Darwin 1.3 on
-      if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then
-      	_LT_AC_TAGVAR(allow_undefined_flag, $1)='-flat_namespace -undefined suppress'
+    if test "$GXX" = yes ; then
+      lt_int_apple_cc_single_mod=no
+      output_verbose_link_cmd='echo'
+      if $CC -dumpspecs 2>&1 | $EGREP 'single_module' >/dev/null ; then
+       lt_int_apple_cc_single_mod=yes
+      fi
+      if test "X$lt_int_apple_cc_single_mod" = Xyes ; then
+       _LT_AC_TAGVAR(archive_cmds, $1)='$CC -dynamiclib -single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring'
       else
-        case ${MACOSX_DEPLOYMENT_TARGET} in
-          10.[[012]])
-            _LT_AC_TAGVAR(allow_undefined_flag, $1)='-flat_namespace -undefined suppress'
-            ;;
-          10.*)
-            _LT_AC_TAGVAR(allow_undefined_flag, $1)='-undefined dynamic_lookup'
-            ;;
-        esac
+          _LT_AC_TAGVAR(archive_cmds, $1)='$CC -r -keep_private_externs -nostdlib -o ${lib}-master.o $libobjs~$CC -dynamiclib $allow_undefined_flag -o $lib ${lib}-master.o $deplibs $compiler_flags -install_name $rpath/$soname $verstring'
+        fi
+        _LT_AC_TAGVAR(module_cmds, $1)='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
+        # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin lds
+          if test "X$lt_int_apple_cc_single_mod" = Xyes ; then
+            _LT_AC_TAGVAR(archive_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -dynamiclib -single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
+          else
+            _LT_AC_TAGVAR(archive_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -r -keep_private_externs -nostdlib -o ${lib}-master.o $libobjs~$CC -dynamiclib $allow_undefined_flag -o $lib ${lib}-master.o $deplibs $compiler_flags -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
+          fi
+            _LT_AC_TAGVAR(module_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag  -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
+      else
+      case $cc_basename in
+        xlc*)
+         output_verbose_link_cmd='echo'
+          _LT_AC_TAGVAR(archive_cmds, $1)='$CC -qmkshrobj ${wl}-single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}`echo $rpath/$soname` $verstring'
+          _LT_AC_TAGVAR(module_cmds, $1)='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
+          # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin lds
+          _LT_AC_TAGVAR(archive_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -qmkshrobj ${wl}-single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}$rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
+          _LT_AC_TAGVAR(module_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag  -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
+          ;;
+       *)
+         _LT_AC_TAGVAR(ld_shlibs, $1)=no
+          ;;
+      esac
       fi
-      ;;
-    esac
-    lt_int_apple_cc_single_mod=no
-    output_verbose_link_cmd='echo'
-    if $CC -dumpspecs 2>&1 | grep 'single_module' >/dev/null ; then
-      lt_int_apple_cc_single_mod=yes
-    fi
-    if test "X$lt_int_apple_cc_single_mod" = Xyes ; then
-      _LT_AC_TAGVAR(archive_cmds, $1)='$CC -dynamiclib -single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring'
-    else
-      _LT_AC_TAGVAR(archive_cmds, $1)='$CC -r ${wl}-bind_at_load -keep_private_externs -nostdlib -o ${lib}-master.o $libobjs~$CC -dynamiclib $allow_undefined_flag -o $lib ${lib}-master.o $deplibs $compiler_flags -install_name $rpath/$soname $verstring'
-    fi
-    _LT_AC_TAGVAR(module_cmds, $1)='$CC ${wl}-bind_at_load $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
-
-    # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin ld's
-    if test "X$lt_int_apple_cc_single_mod" = Xyes ; then
-      _LT_AC_TAGVAR(archive_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -dynamiclib -single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
-    else
-      _LT_AC_TAGVAR(archive_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -r ${wl}-bind_at_load -keep_private_externs -nostdlib -o ${lib}-master.o $libobjs~$CC -dynamiclib $allow_undefined_flag -o $lib ${lib}-master.o $deplibs $compiler_flags -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
-    fi
-    _LT_AC_TAGVAR(module_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag  -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
-    _LT_AC_TAGVAR(hardcode_direct, $1)=no
-    _LT_AC_TAGVAR(hardcode_automatic, $1)=yes
-    _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=unsupported
-    _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='-all_load $convenience'
-    _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
-  else
-    _LT_AC_TAGVAR(ld_shlibs, $1)=no
-  fi
-    ;;
+        ;;
 
   dgux*)
     case $cc_basename in
-      ec++)
+      ec++*)
 	# FIXME: insert proper C++ library support
 	_LT_AC_TAGVAR(ld_shlibs, $1)=no
 	;;
-      ghcx)
+      ghcx*)
 	# Green Hills C++ Compiler
 	# FIXME: insert proper C++ library support
 	_LT_AC_TAGVAR(ld_shlibs, $1)=no
@@ -4153,14 +3097,14 @@
 	;;
     esac
     ;;
-  freebsd[12]*)
+  freebsd[[12]]*)
     # C++ shared libraries reported to be fairly broken before switch to ELF
     _LT_AC_TAGVAR(ld_shlibs, $1)=no
     ;;
   freebsd-elf*)
     _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
     ;;
-  freebsd* | kfreebsd*-gnu)
+  freebsd* | dragonfly*)
     # FreeBSD 3 and later use GNU C++ and GNU ld with standard ELF
     # conventions
     _LT_AC_TAGVAR(ld_shlibs, $1)=yes
@@ -4177,11 +3121,11 @@
 				# location of the library.
 
     case $cc_basename in
-    CC)
+    CC*)
       # FIXME: insert proper C++ library support
       _LT_AC_TAGVAR(ld_shlibs, $1)=no
       ;;
-    aCC)
+    aCC*)
       _LT_AC_TAGVAR(archive_cmds, $1)='$rm $output_objdir/$soname~$CC -b ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
       # Commands to make compiler produce verbose output that lists
       # what "hidden" libraries, object files and flags are used when
@@ -4191,7 +3135,7 @@
       # explicitly linking system object files so we need to strip them
       # from the output so that they don't get included in the library
       # dependencies.
-      output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | grep "[-]L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list'
+      output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | grep "[[-]]L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list'
       ;;
     *)
       if test "$GXX" = yes; then
@@ -4205,33 +3149,22 @@
     ;;
   hpux10*|hpux11*)
     if test $with_gnu_ld = no; then
-      case "$host_cpu" in
-      hppa*64*)
-	_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'
+      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'
+      _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
+
+      case $host_cpu in
+      hppa*64*|ia64*)
 	_LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)='+b $libdir'
-	_LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
-        ;;
-      ia64*)
-	_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
         ;;
       *)
-	_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'
-	_LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
 	_LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
         ;;
       esac
     fi
-    case "$host_cpu" in
-    hppa*64*)
-      _LT_AC_TAGVAR(hardcode_direct, $1)=no
-      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
-      ;;
-    ia64*)
+    case $host_cpu in
+    hppa*64*|ia64*)
       _LT_AC_TAGVAR(hardcode_direct, $1)=no
       _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
-      _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes # Not in the search PATH,
-					      # but as the default
-					      # location of the library.
       ;;
     *)
       _LT_AC_TAGVAR(hardcode_direct, $1)=yes
@@ -4242,14 +3175,17 @@
     esac
 
     case $cc_basename in
-      CC)
+      CC*)
 	# FIXME: insert proper C++ library support
 	_LT_AC_TAGVAR(ld_shlibs, $1)=no
 	;;
-      aCC)
-	case "$host_cpu" in
-	hppa*64*|ia64*)
-	  _LT_AC_TAGVAR(archive_cmds, $1)='$LD -b +h $soname -o $lib $linker_flags $libobjs $deplibs'
+      aCC*)
+	case $host_cpu in
+	hppa*64*)
+	  _LT_AC_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
+	  ;;
+	ia64*)
+	  _LT_AC_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
 	  ;;
 	*)
 	  _LT_AC_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
@@ -4268,9 +3204,12 @@
       *)
 	if test "$GXX" = yes; then
 	  if test $with_gnu_ld = no; then
-	    case "$host_cpu" in
-	    ia64*|hppa*64*)
-	      _LT_AC_TAGVAR(archive_cmds, $1)='$LD -b +h $soname -o $lib $linker_flags $libobjs $deplibs'
+	    case $host_cpu in
+	    hppa*64*)
+	      _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib -fPIC ${wl}+h ${wl}$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
+	      ;;
+	    ia64*)
+	      _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
 	      ;;
 	    *)
 	      _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
@@ -4284,11 +3223,25 @@
 	;;
     esac
     ;;
+  interix3*)
+    _LT_AC_TAGVAR(hardcode_direct, $1)=no
+    _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
+    _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
+    _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
+    # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
+    # Instead, shared libraries are loaded at an image base (0x10000000 by
+    # default) and relocated if they conflict, which is a slow very memory
+    # consuming and fragmenting process.  To avoid this, we pick a random,
+    # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
+    # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
+    _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
+    _LT_AC_TAGVAR(archive_expsym_cmds, $1)='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
+    ;;
   irix5* | irix6*)
     case $cc_basename in
-      CC)
+      CC*)
 	# SGI C++
-	_LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -all -multigot $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${objdir}/so_locations -o $lib'
+	_LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -all -multigot $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
 
 	# Archives containing C++ object files must be created using
 	# "CC -ar", where "CC" is the IRIX C++ compiler.  This is
@@ -4299,7 +3252,7 @@
       *)
 	if test "$GXX" = yes; then
 	  if test "$with_gnu_ld" = no; then
-	    _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${objdir}/so_locations -o $lib'
+	    _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
 	  else
 	    _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` -o $lib'
 	  fi
@@ -4310,9 +3263,9 @@
     _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
     _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
     ;;
-  linux*)
+  linux* | k*bsd*-gnu)
     case $cc_basename in
-      KCC)
+      KCC*)
 	# Kuck and Associates, Inc. (KAI) C++ Compiler
 
 	# KCC will only create a shared library if the output file
@@ -4337,17 +3290,41 @@
 	# "CC -Bstatic", where "CC" is the KAI C++ compiler.
 	_LT_AC_TAGVAR(old_archive_cmds, $1)='$CC -Bstatic -o $oldlib $oldobjs'
 	;;
-      icpc)
+      icpc*)
 	# Intel C++
 	with_gnu_ld=yes
+	# version 8.0 and above of icpc choke on multiply defined symbols
+	# if we add $predep_objects and $postdep_objects, however 7.1 and
+	# earlier do not add the objects themselves.
+	case `$CC -V 2>&1` in
+	*"Version 7."*)
+  	  _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib'
+  	  _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
+	  ;;
+	*)  # Version 8.0 or newer
+	  tmp_idyn=
+	  case $host_cpu in
+	    ia64*) tmp_idyn=' -i_dynamic';;
+	  esac
+  	  _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared'"$tmp_idyn"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
+	  _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared'"$tmp_idyn"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
+	  ;;
+	esac
 	_LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
-	_LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib'
-	_LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
 	_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
 	_LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
 	_LT_AC_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
 	;;
-      cxx)
+      pgCC*)
+        # Portland Group C++ compiler
+	_LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname -o $lib'
+  	_LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname ${wl}-retain-symbols-file ${wl}$export_symbols -o $lib'
+
+	_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}--rpath ${wl}$libdir'
+	_LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
+	_LT_AC_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}--no-whole-archive'
+        ;;
+      cxx*)
 	# Compaq C++
 	_LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib'
 	_LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname  -o $lib ${wl}-retain-symbols-file $wl$export_symbols'
@@ -4378,7 +3355,7 @@
     ;;
   mvs*)
     case $cc_basename in
-      cxx)
+      cxx*)
 	# FIXME: insert proper C++ library support
 	_LT_AC_TAGVAR(ld_shlibs, $1)=no
 	;;
@@ -4388,7 +3365,7 @@
 	;;
     esac
     ;;
-  netbsd* | netbsdelf*-gnu | knetbsd*-gnu)
+  netbsd* | netbsdelf*-gnu)
     if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
       _LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable  -o $lib $predep_objects $libobjs $deplibs $postdep_objects $linker_flags'
       wlarc=
@@ -4399,9 +3376,25 @@
     # Workaround some broken pre-1.5 toolchains
     output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep conftest.$objext | $SED -e "s:-lgcc -lc -lgcc::"'
     ;;
+  openbsd2*)
+    # C++ shared libraries are fairly broken
+    _LT_AC_TAGVAR(ld_shlibs, $1)=no
+    ;;
+  openbsd*)
+    _LT_AC_TAGVAR(hardcode_direct, $1)=yes
+    _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
+    _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib'
+    _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
+    if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
+      _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-retain-symbols-file,$export_symbols -o $lib'
+      _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
+      _LT_AC_TAGVAR(whole_archive_flag_spec, $1)="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
+    fi
+    output_verbose_link_cmd='echo'
+    ;;
   osf3*)
     case $cc_basename in
-      KCC)
+      KCC*)
 	# Kuck and Associates, Inc. (KAI) C++ Compiler
 
 	# KCC will only create a shared library if the output file
@@ -4417,14 +3410,14 @@
 	_LT_AC_TAGVAR(old_archive_cmds, $1)='$CC -Bstatic -o $oldlib $oldobjs'
 
 	;;
-      RCC)
+      RCC*)
 	# Rational C++ 2.4.1
 	# FIXME: insert proper C++ library support
 	_LT_AC_TAGVAR(ld_shlibs, $1)=no
 	;;
-      cxx)
+      cxx*)
 	_LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
-	_LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $soname `test -n "$verstring" && echo ${wl}-set_version $verstring` -update_registry ${objdir}/so_locations -o $lib'
+	_LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $soname `test -n "$verstring" && echo ${wl}-set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
 
 	_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
 	_LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
@@ -4442,7 +3435,7 @@
       *)
 	if test "$GXX" = yes && test "$with_gnu_ld" = no; then
 	  _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
-	  _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${objdir}/so_locations -o $lib'
+	  _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
 
 	  _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
 	  _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
@@ -4461,7 +3454,7 @@
     ;;
   osf4* | osf5*)
     case $cc_basename in
-      KCC)
+      KCC*)
 	# Kuck and Associates, Inc. (KAI) C++ Compiler
 
 	# KCC will only create a shared library if the output file
@@ -4476,17 +3469,17 @@
 	# the KAI C++ compiler.
 	_LT_AC_TAGVAR(old_archive_cmds, $1)='$CC -o $oldlib $oldobjs'
 	;;
-      RCC)
+      RCC*)
 	# Rational C++ 2.4.1
 	# FIXME: insert proper C++ library support
 	_LT_AC_TAGVAR(ld_shlibs, $1)=no
 	;;
-      cxx)
+      cxx*)
 	_LT_AC_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
-	_LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${objdir}/so_locations -o $lib'
+	_LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
 	_LT_AC_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~
 	  echo "-hidden">> $lib.exp~
-	  $CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname -Wl,-input -Wl,$lib.exp  `test -n "$verstring" && echo -set_version	$verstring` -update_registry $objdir/so_locations -o $lib~
+	  $CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname -Wl,-input -Wl,$lib.exp  `test -n "$verstring" && echo -set_version	$verstring` -update_registry ${output_objdir}/so_locations -o $lib~
 	  $rm $lib.exp'
 
 	_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-rpath $libdir'
@@ -4505,7 +3498,7 @@
       *)
 	if test "$GXX" = yes && test "$with_gnu_ld" = no; then
 	  _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
-	 _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${objdir}/so_locations -o $lib'
+	 _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
 
 	  _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
 	  _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
@@ -4526,27 +3519,14 @@
     # FIXME: insert proper C++ library support
     _LT_AC_TAGVAR(ld_shlibs, $1)=no
     ;;
-  sco*)
-    _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
-    case $cc_basename in
-      CC)
-	# FIXME: insert proper C++ library support
-	_LT_AC_TAGVAR(ld_shlibs, $1)=no
-	;;
-      *)
-	# FIXME: insert proper C++ library support
-	_LT_AC_TAGVAR(ld_shlibs, $1)=no
-	;;
-    esac
-    ;;
   sunos4*)
     case $cc_basename in
-      CC)
+      CC*)
 	# Sun C++ 4.x
 	# FIXME: insert proper C++ library support
 	_LT_AC_TAGVAR(ld_shlibs, $1)=no
 	;;
-      lcc)
+      lcc*)
 	# Lucid
 	# FIXME: insert proper C++ library support
 	_LT_AC_TAGVAR(ld_shlibs, $1)=no
@@ -4559,36 +3539,33 @@
     ;;
   solaris*)
     case $cc_basename in
-      CC)
+      CC*)
 	# Sun C++ 4.2, 5.x and Centerline C++
+        _LT_AC_TAGVAR(archive_cmds_need_lc,$1)=yes
 	_LT_AC_TAGVAR(no_undefined_flag, $1)=' -zdefs'
-	_LT_AC_TAGVAR(archive_cmds, $1)='$CC -G${allow_undefined_flag} -nolib -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
+	_LT_AC_TAGVAR(archive_cmds, $1)='$CC -G${allow_undefined_flag}  -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
 	_LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
-	$CC -G${allow_undefined_flag} -nolib ${wl}-M ${wl}$lib.exp -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$rm $lib.exp'
+	$CC -G${allow_undefined_flag}  ${wl}-M ${wl}$lib.exp -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$rm $lib.exp'
 
 	_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
 	_LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
 	case $host_os in
-	  solaris2.[0-5] | solaris2.[0-5].*) ;;
+	  solaris2.[[0-5]] | solaris2.[[0-5]].*) ;;
 	  *)
 	    # The C++ compiler is used as linker so we must use $wl
 	    # flag to pass the commands to the underlying system
-	    # linker.
+	    # linker. We must also pass each convience library through
+	    # to the system linker between allextract/defaultextract.
+	    # The C++ compiler will combine linker options so we
+	    # cannot just pass the convience library names through
+	    # without $wl.
 	    # Supported since Solaris 2.6 (maybe 2.5.1?)
-	    _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
+	    _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='${wl}-z ${wl}allextract`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}-z ${wl}defaultextract'
 	    ;;
 	esac
 	_LT_AC_TAGVAR(link_all_deplibs, $1)=yes
 
-	# Commands to make compiler produce verbose output that lists
-	# what "hidden" libraries, object files and flags are used when
-	# linking a shared library.
-	#
-	# There doesn't appear to be a way to prevent this compiler from
-	# explicitly linking system object files so we need to strip them
-	# from the output so that they don't get included in the library
-	# dependencies.
-	output_verbose_link_cmd='templist=`$CC -G $CFLAGS -v conftest.$objext 2>&1 | grep "\-[[LR]]"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list'
+	output_verbose_link_cmd='echo'
 
 	# Archives containing C++ object files must be created using
 	# "CC -xar", where "CC" is the Sun C++ compiler.  This is
@@ -4596,7 +3573,7 @@
 	# in the archive.
 	_LT_AC_TAGVAR(old_archive_cmds, $1)='$CC -xar -o $oldlib $oldobjs'
 	;;
-      gcx)
+      gcx*)
 	# Green Hills C++ Compiler
 	_LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib'
 
@@ -4634,12 +3611,63 @@
 	;;
     esac
     ;;
-  sysv5OpenUNIX8* | sysv5UnixWare7* | sysv5uw[[78]]* | unixware7*)
+  sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[[01]].[[10]]* | unixware7* | sco3.2v5.0.[[024]]*)
+    _LT_AC_TAGVAR(no_undefined_flag, $1)='${wl}-z,text'
+    _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
+    _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
+    runpath_var='LD_RUN_PATH'
+
+    case $cc_basename in
+      CC*)
+	_LT_AC_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
+	_LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
+	;;
+      *)
+	_LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
+	_LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
+	;;
+    esac
+    ;;
+  sysv5* | sco3.2v5* | sco5v6*)
+    # Note: We can NOT use -z defs as we might desire, because we do not
+    # link with -lc, and that would cause any symbols used from libc to
+    # always be unresolved, which means just about no library would
+    # ever link correctly.  If we're not using GNU ld we use -z text
+    # though, which does catch some bad symbols but isn't as heavy-handed
+    # as -z defs.
+    # For security reasons, it is highly recommended that you always
+    # use absolute paths for naming shared libraries, and exclude the
+    # DT_RUNPATH tag from executables and libraries.  But doing so
+    # requires that you compile everything twice, which is a pain.
+    # So that behaviour is only enabled if SCOABSPATH is set to a
+    # non-empty value in the environment.  Most likely only useful for
+    # creating official distributions of packages.
+    # This is a hack until libtool officially supports absolute path
+    # names for shared libraries.
+    _LT_AC_TAGVAR(no_undefined_flag, $1)='${wl}-z,text'
+    _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-z,nodefs'
     _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
+    _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
+    _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='`test -z "$SCOABSPATH" && echo ${wl}-R,$libdir`'
+    _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=':'
+    _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
+    _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-Bexport'
+    runpath_var='LD_RUN_PATH'
+
+    case $cc_basename in
+      CC*)
+	_LT_AC_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags'
+	_LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags'
+	;;
+      *)
+	_LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags'
+	_LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags'
+	;;
+    esac
     ;;
   tandem*)
     case $cc_basename in
-      NCC)
+      NCC*)
 	# NonStop-UX NCC 3.20
 	# FIXME: insert proper C++ library support
 	_LT_AC_TAGVAR(ld_shlibs, $1)=no
@@ -4672,8 +3700,6 @@
 AC_LIBTOOL_PROG_LD_SHLIBS($1)
 AC_LIBTOOL_SYS_DYNAMIC_LINKER($1)
 AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH($1)
-AC_LIBTOOL_SYS_LIB_STRIP
-AC_LIBTOOL_DLOPEN_SELF($1)
 
 AC_LIBTOOL_CONFIG($1)
 
@@ -4691,7 +3717,7 @@
 ])# AC_LIBTOOL_LANG_CXX_CONFIG
 
 # AC_LIBTOOL_POSTDEP_PREDEP([TAGNAME])
-# ------------------------
+# ------------------------------------
 # Figure out "hidden" library dependencies from verbose
 # compiler output when linking a shared library.
 # Parse the compiler output and extract the necessary
@@ -4745,7 +3771,7 @@
   # The `*' in the case matches for architectures that use `case' in
   # $output_verbose_cmd can trigger glob expansion during the loop
   # eval without this substitution.
-  output_verbose_link_cmd="`$echo \"X$output_verbose_link_cmd\" | $Xsed -e \"$no_glob_subst\"`"
+  output_verbose_link_cmd=`$echo "X$output_verbose_link_cmd" | $Xsed -e "$no_glob_subst"`
 
   for p in `eval $output_verbose_link_cmd`; do
     case $p in
@@ -4821,13 +3847,37 @@
 
 $rm -f confest.$objext
 
+# PORTME: override above test on systems where it is broken
+ifelse([$1],[CXX],
+[case $host_os in
+interix3*)
+  # Interix 3.5 installs completely hosed .la files for C++, so rather than
+  # hack all around it, let's just trust "g++" to DTRT.
+  _LT_AC_TAGVAR(predep_objects,$1)=
+  _LT_AC_TAGVAR(postdep_objects,$1)=
+  _LT_AC_TAGVAR(postdeps,$1)=
+  ;;
+
+solaris*)
+  case $cc_basename in
+  CC*)
+    # Adding this requires a known-good setup of shared libraries for
+    # Sun compiler versions before 5.6, else PIC objects from an old
+    # archive will be linked into the output, leading to subtle bugs.
+    _LT_AC_TAGVAR(postdeps,$1)='-lCstd -lCrun'
+    ;;
+  esac
+  ;;
+esac
+])
+
 case " $_LT_AC_TAGVAR(postdeps, $1) " in
 *" -lc "*) _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no ;;
 esac
 ])# AC_LIBTOOL_POSTDEP_PREDEP
 
 # AC_LIBTOOL_LANG_F77_CONFIG
-# ------------------------
+# --------------------------
 # Ensure that the configuration vars for the C compiler are
 # suitably defined.  Those variables are subsequently used by
 # AC_LIBTOOL_CONFIG to write the compiler configuration to `libtool'.
@@ -4871,12 +3921,16 @@
 # ltmain only uses $CC for tagged configurations so make sure $CC is set.
 _LT_AC_SYS_COMPILER
 
+# save warnings/boilerplate of simple test code
+_LT_COMPILER_BOILERPLATE
+_LT_LINKER_BOILERPLATE
+
 # Allow CC to be a program name with arguments.
 lt_save_CC="$CC"
 CC=${F77-"f77"}
 compiler=$CC
 _LT_AC_TAGVAR(compiler, $1)=$CC
-cc_basename=`$echo X"$compiler" | $Xsed -e 's%^.*/%%'`
+_LT_CC_BASENAME([$compiler])
 
 AC_MSG_CHECKING([if libtool supports shared libraries])
 AC_MSG_RESULT([$can_build_shared])
@@ -4886,7 +3940,7 @@
 
 # On AIX, shared libraries and static libraries use the same namespace, and
 # are all built from PIC.
-case "$host_os" in
+case $host_os in
 aix3*)
   test "$enable_shared" = yes && enable_static=no
   if test -n "$RANLIB"; then
@@ -4895,7 +3949,9 @@
   fi
   ;;
 aix4* | aix5*)
-  test "$enable_shared" = yes && enable_static=no
+  if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
+    test "$enable_shared" = yes && enable_static=no
+  fi
   ;;
 esac
 AC_MSG_RESULT([$enable_shared])
@@ -4905,8 +3961,6 @@
 test "$enable_shared" = yes || enable_static=yes
 AC_MSG_RESULT([$enable_static])
 
-test "$_LT_AC_TAGVAR(ld_shlibs, $1)" = no && can_build_shared=no
-
 _LT_AC_TAGVAR(GCC, $1)="$G77"
 _LT_AC_TAGVAR(LD, $1)="$LD"
 
@@ -4916,8 +3970,6 @@
 AC_LIBTOOL_PROG_LD_SHLIBS($1)
 AC_LIBTOOL_SYS_DYNAMIC_LINKER($1)
 AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH($1)
-AC_LIBTOOL_SYS_LIB_STRIP
-
 
 AC_LIBTOOL_CONFIG($1)
 
@@ -4946,20 +3998,27 @@
 lt_simple_compile_test_code="class foo {}\n"
 
 # Code to be used in simple link tests
-lt_simple_link_test_code='public class conftest { public static void main(String[] argv) {}; }\n'
+lt_simple_link_test_code='public class conftest { public static void main(String[[]] argv) {}; }\n'
 
 # ltmain only uses $CC for tagged configurations so make sure $CC is set.
 _LT_AC_SYS_COMPILER
 
+# save warnings/boilerplate of simple test code
+_LT_COMPILER_BOILERPLATE
+_LT_LINKER_BOILERPLATE
+
 # Allow CC to be a program name with arguments.
 lt_save_CC="$CC"
 CC=${GCJ-"gcj"}
 compiler=$CC
 _LT_AC_TAGVAR(compiler, $1)=$CC
+_LT_CC_BASENAME([$compiler])
 
 # GCJ did not exist at the time GCC didn't implicitly link libc in.
 _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
 
+_LT_AC_TAGVAR(old_archive_cmds, $1)=$old_archive_cmds
+
 AC_LIBTOOL_PROG_COMPILER_NO_RTTI($1)
 AC_LIBTOOL_PROG_COMPILER_PIC($1)
 AC_LIBTOOL_PROG_CC_C_O($1)
@@ -4967,8 +4026,6 @@
 AC_LIBTOOL_PROG_LD_SHLIBS($1)
 AC_LIBTOOL_SYS_DYNAMIC_LINKER($1)
 AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH($1)
-AC_LIBTOOL_SYS_LIB_STRIP
-AC_LIBTOOL_DLOPEN_SELF($1)
 
 AC_LIBTOOL_CONFIG($1)
 
@@ -4978,7 +4035,7 @@
 
 
 # AC_LIBTOOL_LANG_RC_CONFIG
-# --------------------------
+# -------------------------
 # Ensure that the configuration vars for the Windows resource compiler are
 # suitably defined.  Those variables are subsequently used by
 # AC_LIBTOOL_CONFIG to write the compiler configuration to `libtool'.
@@ -5002,11 +4059,16 @@
 # ltmain only uses $CC for tagged configurations so make sure $CC is set.
 _LT_AC_SYS_COMPILER
 
+# save warnings/boilerplate of simple test code
+_LT_COMPILER_BOILERPLATE
+_LT_LINKER_BOILERPLATE
+
 # Allow CC to be a program name with arguments.
 lt_save_CC="$CC"
 CC=${RC-"windres"}
 compiler=$CC
 _LT_AC_TAGVAR(compiler, $1)=$CC
+_LT_CC_BASENAME([$compiler])
 _LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1)=yes
 
 AC_LIBTOOL_CONFIG($1)
@@ -5036,7 +4098,7 @@
   # Now quote all the things that may contain metacharacters while being
   # careful not to overquote the AC_SUBSTed values.  We take copies of the
   # variables and quote the copies for generation of the libtool script.
-  for var in echo old_CC old_CFLAGS AR AR_FLAGS EGREP RANLIB LN_S LTCC NM \
+  for var in echo old_CC old_CFLAGS AR AR_FLAGS EGREP RANLIB LN_S LTCC LTCFLAGS NM \
     SED SHELL STRIP \
     libname_spec library_names_spec soname_spec extract_expsyms_cmds \
     old_striplib striplib file_magic_cmd finish_cmds finish_eval \
@@ -5142,7 +4204,7 @@
 #
 # You should have received a copy of the GNU General Public License
 # along with this program; if not, write to the Free Software
-# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
 #
 # As a special exception to the GNU General Public License, if you
 # distribute this file as part of a program that contains a
@@ -5153,11 +4215,11 @@
 SED=$lt_SED
 
 # Sed that helps us avoid accidentally triggering echo(1) options like -n.
-Xsed="$SED -e s/^X//"
+Xsed="$SED -e 1s/^X//"
 
 # The HP-UX ksh and POSIX shell print the target directory to stdout
 # if CDPATH is set.
-if test "X\${CDPATH+set}" = Xset; then CDPATH=:; export CDPATH; fi
+(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
 
 # The names of the tagged configurations supported by this script.
 available_tags=
@@ -5188,6 +4250,12 @@
 # The host system.
 host_alias=$host_alias
 host=$host
+host_os=$host_os
+
+# The build system.
+build_alias=$build_alias
+build=$build
+build_os=$build_os
 
 # An echo program that does not interpret backslashes.
 echo=$lt_echo
@@ -5199,6 +4267,9 @@
 # A C compiler.
 LTCC=$lt_LTCC
 
+# LTCC compiler flags.
+LTCFLAGS=$lt_LTCFLAGS
+
 # A language-specific compiler.
 CC=$lt_[]_LT_AC_TAGVAR(compiler, $1)
 
@@ -5264,7 +4335,7 @@
 # Does compiler simultaneously support -c and -o options?
 compiler_c_o=$lt_[]_LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1)
 
-# Must we lock files when doing compilation ?
+# Must we lock files when doing compilation?
 need_locks=$lt_need_locks
 
 # Do we need the lib prefix for modules?
@@ -5538,9 +4609,6 @@
 # Regexp to match symbols that can be accessed directly from C.
 sympat='\([[_A-Za-z]][[_A-Za-z0-9]]*\)'
 
-# Transform the above into a raw symbol and a C symbol.
-symxfrm='\1 \2\3 \3'
-
 # Transform an extracted symbol line into a proper C declaration
 lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^. .* \(.*\)$/extern int \1;/p'"
 
@@ -5562,15 +4630,31 @@
   lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
   lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([[^ ]]*\) $/  {\\\"\1\\\", (lt_ptr) 0},/p' -e 's/^$symcode* \([[^ ]]*\) \([[^ ]]*\)$/  {\"\2\", (lt_ptr) \&\2},/p'"
   ;;
+linux* | k*bsd*-gnu)
+  if test "$host_cpu" = ia64; then
+    symcode='[[ABCDGIRSTW]]'
+    lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
+    lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([[^ ]]*\) $/  {\\\"\1\\\", (lt_ptr) 0},/p' -e 's/^$symcode* \([[^ ]]*\) \([[^ ]]*\)$/  {\"\2\", (lt_ptr) \&\2},/p'"
+  fi
+  ;;
 irix* | nonstopux*)
   symcode='[[BCDEGRST]]'
   ;;
 osf*)
   symcode='[[BCDEGQRST]]'
   ;;
-solaris* | sysv5*)
+solaris*)
   symcode='[[BDRT]]'
   ;;
+sco3.2v5*)
+  symcode='[[DT]]'
+  ;;
+sysv4.2uw2*)
+  symcode='[[DT]]'
+  ;;
+sysv5* | sco5v6* | unixware* | OpenUNIX*)
+  symcode='[[ABDT]]'
+  ;;
 sysv4)
   symcode='[[DFNSTU]]'
   ;;
@@ -5593,8 +4677,11 @@
 # Try without a prefix undercore, then with it.
 for ac_symprfx in "" "_"; do
 
+  # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
+  symxfrm="\\1 $ac_symprfx\\2 \\2"
+
   # Write the raw and C identifiers.
-  lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[[ 	]]\($symcode$symcode*\)[[ 	]][[ 	]]*\($ac_symprfx\)$sympat$opt_cr$/$symxfrm/p'"
+  lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[[ 	]]\($symcode$symcode*\)[[ 	]][[ 	]]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
 
   # Check to see that the pipe works correctly.
   pipe_works=no
@@ -5750,6 +4837,10 @@
       # DJGPP does not support shared libraries at all
       _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=
       ;;
+    interix3*)
+      # Interix 3.x gcc -fpic/-fPIC options generate broken code.
+      # Instead, we relocate shared libraries at runtime.
+      ;;
     sysv4*MP*)
       if test -d /usr/nec; then
 	_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=-Kconform_pic
@@ -5758,7 +4849,7 @@
     hpux*)
       # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
       # not for PA HP-UX.
-      case "$host_cpu" in
+      case $host_cpu in
       hppa*64*|ia64*)
 	;;
       *)
@@ -5783,18 +4874,28 @@
 	;;
       chorus*)
 	case $cc_basename in
-	cxch68)
+	cxch68*)
 	  # Green Hills C++ Compiler
 	  # _LT_AC_TAGVAR(lt_prog_compiler_static, $1)="--no_auto_instantiation -u __main -u __premain -u _abort -r $COOL_DIR/lib/libOrb.a $MVME_DIR/lib/CC/libC.a $MVME_DIR/lib/classix/libcx.s.a"
 	  ;;
 	esac
 	;;
+       darwin*)
+         # PIC is the default on this platform
+         # Common symbols not allowed in MH_DYLIB files
+         case $cc_basename in
+           xlc*)
+           _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-qnocommon'
+           _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
+           ;;
+         esac
+       ;;
       dgux*)
 	case $cc_basename in
-	  ec++)
+	  ec++*)
 	    _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
 	    ;;
-	  ghcx)
+	  ghcx*)
 	    # Green Hills C++ Compiler
 	    _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-pic'
 	    ;;
@@ -5802,22 +4903,22 @@
 	    ;;
 	esac
 	;;
-      freebsd* | kfreebsd*-gnu)
+      freebsd* | dragonfly*)
 	# FreeBSD uses GNU C++
 	;;
       hpux9* | hpux10* | hpux11*)
 	case $cc_basename in
-	  CC)
+	  CC*)
 	    _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
-	    _LT_AC_TAGVAR(lt_prog_compiler_static, $1)="${ac_cv_prog_cc_wl}-a ${ac_cv_prog_cc_wl}archive"
+	    _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='${wl}-a ${wl}archive'
 	    if test "$host_cpu" != ia64; then
 	      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='+Z'
 	    fi
 	    ;;
-	  aCC)
+	  aCC*)
 	    _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
-	    _LT_AC_TAGVAR(lt_prog_compiler_static, $1)="${ac_cv_prog_cc_wl}-a ${ac_cv_prog_cc_wl}archive"
-	    case "$host_cpu" in
+	    _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='${wl}-a ${wl}archive'
+	    case $host_cpu in
 	    hppa*64*|ia64*)
 	      # +Z the default
 	      ;;
@@ -5830,9 +4931,13 @@
 	    ;;
 	esac
 	;;
+      interix*)
+	# This is c89, which is MS Visual C++ (no shared libs)
+	# Anyone wants to do a port?
+	;;
       irix5* | irix6* | nonstopux*)
 	case $cc_basename in
-	  CC)
+	  CC*)
 	    _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
 	    _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
 	    # CC pic flag -KPIC is the default.
@@ -5841,20 +4946,26 @@
 	    ;;
 	esac
 	;;
-      linux*)
+      linux* | k*bsd*-gnu)
 	case $cc_basename in
-	  KCC)
+	  KCC*)
 	    # KAI C++ Compiler
 	    _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='--backend -Wl,'
 	    _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
 	    ;;
-	  icpc)
+	  icpc* | ecpc*)
 	    # Intel C++
 	    _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
 	    _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
 	    _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-static'
 	    ;;
-	  cxx)
+	  pgCC*)
+	    # Portland Group C++ compiler.
+	    _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
+	    _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fpic'
+	    _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
+	    ;;
+	  cxx*)
 	    # Compaq C++
 	    # Make sure the PIC flag is empty.  It appears that all Alpha
 	    # Linux and Compaq Tru64 Unix objects are PIC.
@@ -5871,25 +4982,25 @@
 	;;
       mvs*)
 	case $cc_basename in
-	  cxx)
+	  cxx*)
 	    _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-W c,exportall'
 	    ;;
 	  *)
 	    ;;
 	esac
 	;;
-      netbsd* | netbsdelf*-gnu | knetbsd*-gnu)
+      netbsd* | netbsdelf*-gnu)
 	;;
       osf3* | osf4* | osf5*)
 	case $cc_basename in
-	  KCC)
+	  KCC*)
 	    _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='--backend -Wl,'
 	    ;;
-	  RCC)
+	  RCC*)
 	    # Rational C++ 2.4.1
 	    _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-pic'
 	    ;;
-	  cxx)
+	  cxx*)
 	    # Digital/Compaq C++
 	    _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
 	    # Make sure the PIC flag is empty.  It appears that all Alpha
@@ -5903,24 +5014,15 @@
 	;;
       psos*)
 	;;
-      sco*)
-	case $cc_basename in
-	  CC)
-	    _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
-	    ;;
-	  *)
-	    ;;
-	esac
-	;;
       solaris*)
 	case $cc_basename in
-	  CC)
+	  CC*)
 	    # Sun C++ 4.2, 5.x and Centerline C++
 	    _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
 	    _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
 	    _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld '
 	    ;;
-	  gcx)
+	  gcx*)
 	    # Green Hills C++ Compiler
 	    _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-PIC'
 	    ;;
@@ -5930,12 +5032,12 @@
 	;;
       sunos4*)
 	case $cc_basename in
-	  CC)
+	  CC*)
 	    # Sun C++ 4.x
 	    _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-pic'
 	    _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
 	    ;;
-	  lcc)
+	  lcc*)
 	    # Lucid
 	    _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-pic'
 	    ;;
@@ -5945,7 +5047,7 @@
 	;;
       tandem*)
 	case $cc_basename in
-	  NCC)
+	  NCC*)
 	    # NonStop-UX NCC 3.20
 	    _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
 	    ;;
@@ -5953,7 +5055,14 @@
 	    ;;
 	esac
 	;;
-      unixware*)
+      sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
+	case $cc_basename in
+	  CC*)
+	    _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
+	    _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
+	    _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
+	    ;;
+	esac
 	;;
       vxworks*)
 	;;
@@ -6000,6 +5109,11 @@
       _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fno-common'
       ;;
 
+    interix3*)
+      # Interix 3.x gcc -fpic/-fPIC options generate broken code.
+      # Instead, we relocate shared libraries at runtime.
+      ;;
+
     msdosdjgpp*)
       # Just because we use GCC doesn't mean we suddenly get shared libraries
       # on systems that don't support them.
@@ -6016,7 +5130,7 @@
     hpux*)
       # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
       # not for PA HP-UX.
-      case "$host_cpu" in
+      case $host_cpu in
       hppa*64*|ia64*)
 	# +Z the default
 	;;
@@ -6042,6 +5156,16 @@
 	_LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-bnso -bI:/lib/syscalls.exp'
       fi
       ;;
+      darwin*)
+        # PIC is the default on this platform
+        # Common symbols not allowed in MH_DYLIB files
+       case $cc_basename in
+         xlc*)
+         _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-qnocommon'
+         _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
+         ;;
+       esac
+       ;;
 
     mingw* | pw32* | os2*)
       # This hack is so that the source file can tell whether it is being
@@ -6053,7 +5177,7 @@
       _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
       # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
       # not for PA HP-UX.
-      case "$host_cpu" in
+      case $host_cpu in
       hppa*64*|ia64*)
 	# +Z the default
 	;;
@@ -6076,13 +5200,20 @@
       _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
       ;;
 
-    linux*)
-      case $CC in
+    linux* | k*bsd*-gnu)
+      case $cc_basename in
       icc* | ecc*)
 	_LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
 	_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
 	_LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-static'
         ;;
+      pgcc* | pgf77* | pgf90* | pgf95*)
+        # Portland Group compilers (*not* the Pentium gcc compiler,
+	# which looks to be a dead project)
+	_LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
+	_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fpic'
+	_LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
+        ;;
       ccc*)
         _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
         # All Alpha code is PIC.
@@ -6097,15 +5228,15 @@
       _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
       ;;
 
-    sco3.2v5*)
-      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-Kpic'
-      _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-dn'
-      ;;
-
     solaris*)
-      _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
       _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
       _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
+      case $cc_basename in
+      f77* | f90* | f95*)
+	_LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld ';;
+      *)
+	_LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,';;
+      esac
       ;;
 
     sunos4*)
@@ -6114,7 +5245,7 @@
       _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
       ;;
 
-    sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
+    sysv4 | sysv4.2uw2* | sysv4.3*)
       _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
       _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
       _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
@@ -6127,6 +5258,17 @@
       fi
       ;;
 
+    sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
+      _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
+      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
+      _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
+      ;;
+
+    unicos*)
+      _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
+      _LT_AC_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no
+      ;;
+
     uts4*)
       _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-pic'
       _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
@@ -6154,7 +5296,7 @@
     [_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=
      _LT_AC_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no])
 fi
-case "$host_os" in
+case $host_os in
   # For platforms which do not support PIC, -DPIC is meaningless:
   *djgpp*)
     _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=
@@ -6163,6 +5305,16 @@
     _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)="$_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)ifelse([$1],[],[ -DPIC],[ifelse([$1],[CXX],[ -DPIC],[])])"
     ;;
 esac
+
+#
+# Check to make sure the static flag actually works.
+#
+wl=$_LT_AC_TAGVAR(lt_prog_compiler_wl, $1) eval lt_tmp_static_flag=\"$_LT_AC_TAGVAR(lt_prog_compiler_static, $1)\"
+AC_LIBTOOL_LINKER_OPTION([if $compiler static flag $lt_tmp_static_flag works],
+  _LT_AC_TAGVAR(lt_prog_compiler_static_works, $1),
+  $lt_tmp_static_flag,
+  [],
+  [_LT_AC_TAGVAR(lt_prog_compiler_static, $1)=])
 ])
 
 
@@ -6187,9 +5339,9 @@
     _LT_AC_TAGVAR(export_symbols_cmds, $1)="$ltdll_cmds"
   ;;
   cygwin* | mingw*)
-    _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[[BCDGS]] /s/.* \([[^ ]]*\)/\1 DATA/'\'' | $SED -e '\''/^[[AITW]] /s/.* //'\'' | sort | uniq > $export_symbols'
+    _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[[BCDGRS]] /s/.* \([[^ ]]*\)/\1 DATA/;/^.* __nm__/s/^.* __nm__\([[^ ]]*\) [[^ ]]*/\1 DATA/;/^I /d;/^[[AITW]] /s/.* //'\'' | sort | uniq > $export_symbols'
   ;;
-  linux*)
+  linux* | k*bsd*-gnu)
     _LT_AC_TAGVAR(link_all_deplibs, $1)=no
   ;;
   *)
@@ -6233,7 +5385,8 @@
   # rely on this symbol name, it's probably fine to never include it in
   # preloaded symbol tables.
   extract_expsyms_cmds=
-
+  # Just being paranoid about ensuring that cc_basename is set.
+  _LT_CC_BASENAME([$compiler])
   case $host_os in
   cygwin* | mingw* | pw32*)
     # FIXME: the MSVC++ port hasn't been tested in a loooong time
@@ -6243,6 +5396,10 @@
       with_gnu_ld=no
     fi
     ;;
+  interix*)
+    # we just hope/assume this is gcc and not c89 (= MSVC++)
+    with_gnu_ld=yes
+    ;;
   openbsd*)
     with_gnu_ld=no
     ;;
@@ -6253,6 +5410,27 @@
     # If archive_cmds runs LD, not CC, wlarc should be empty
     wlarc='${wl}'
 
+    # Set some defaults for GNU ld with shared library support. These
+    # are reset later if shared libraries are not supported. Putting them
+    # here allows them to be overridden if necessary.
+    runpath_var=LD_RUN_PATH
+    _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}--rpath ${wl}$libdir'
+    _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
+    # ancient GNU ld didn't support --whole-archive et. al.
+    if $LD --help 2>&1 | grep 'no-whole-archive' > /dev/null; then
+	_LT_AC_TAGVAR(whole_archive_flag_spec, $1)="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
+      else
+  	_LT_AC_TAGVAR(whole_archive_flag_spec, $1)=
+    fi
+    supports_anon_versioning=no
+    case `$LD -v 2>/dev/null` in
+      *\ [[01]].* | *\ 2.[[0-9]].* | *\ 2.10.*) ;; # catch versions < 2.11
+      *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
+      *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
+      *\ 2.11.*) ;; # other 2.11 versions
+      *) supports_anon_versioning=yes ;;
+    esac
+
     # See if GNU ld supports shared libraries.
     case $host_os in
     aix3* | aix4* | aix5*)
@@ -6303,10 +5481,10 @@
       _LT_AC_TAGVAR(allow_undefined_flag, $1)=unsupported
       _LT_AC_TAGVAR(always_export_symbols, $1)=no
       _LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)=yes
-      _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[[BCDGS]] /s/.* \([[^ ]]*\)/\1 DATA/'\'' | $SED -e '\''/^[[AITW]] /s/.* //'\'' | sort | uniq > $export_symbols'
+      _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[[BCDGRS]] /s/.* \([[^ ]]*\)/\1 DATA/'\'' | $SED -e '\''/^[[AITW]] /s/.* //'\'' | sort | uniq > $export_symbols'
 
       if $LD --help 2>&1 | grep 'auto-import' > /dev/null; then
-        _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--image-base=0x10000000 ${wl}--out-implib,$lib'
+        _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
 	# If the export-symbols file already is a .def file (1st line
 	# is EXPORTS), use it as is; otherwise, prepend...
 	_LT_AC_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
@@ -6315,13 +5493,60 @@
 	  echo EXPORTS > $output_objdir/$soname.def;
 	  cat $export_symbols >> $output_objdir/$soname.def;
 	fi~
-	$CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--image-base=0x10000000  ${wl}--out-implib,$lib'
+	$CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
+      else
+	_LT_AC_TAGVAR(ld_shlibs, $1)=no
+      fi
+      ;;
+
+    interix3*)
+      _LT_AC_TAGVAR(hardcode_direct, $1)=no
+      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
+      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
+      _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
+      # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
+      # Instead, shared libraries are loaded at an image base (0x10000000 by
+      # default) and relocated if they conflict, which is a slow very memory
+      # consuming and fragmenting process.  To avoid this, we pick a random,
+      # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
+      # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
+      _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
+      _LT_AC_TAGVAR(archive_expsym_cmds, $1)='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
+      ;;
+
+    linux* | k*bsd*-gnu)
+      if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
+	tmp_addflag=
+	case $cc_basename,$host_cpu in
+	pgcc*)				# Portland Group C compiler
+	  _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}--no-whole-archive'
+	  tmp_addflag=' $pic_flag'
+	  ;;
+	pgf77* | pgf90* | pgf95*)	# Portland Group f77 and f90 compilers
+	  _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}--no-whole-archive'
+	  tmp_addflag=' $pic_flag -Mnomain' ;;
+	ecc*,ia64* | icc*,ia64*)		# Intel C compiler on ia64
+	  tmp_addflag=' -i_dynamic' ;;
+	efc*,ia64* | ifort*,ia64*)	# Intel Fortran compiler on ia64
+	  tmp_addflag=' -i_dynamic -nofor_main' ;;
+	ifc* | ifort*)			# Intel Fortran compiler
+	  tmp_addflag=' -nofor_main' ;;
+	esac
+	_LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared'"$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
+
+	if test $supports_anon_versioning = yes; then
+	  _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $output_objdir/$libname.ver~
+  cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
+  $echo "local: *; };" >> $output_objdir/$libname.ver~
+	  $CC -shared'"$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
+	fi
+	_LT_AC_TAGVAR(link_all_deplibs, $1)=no
       else
-	ld_shlibs=no
+	_LT_AC_TAGVAR(ld_shlibs, $1)=no
       fi
       ;;
 
-    netbsd* | netbsdelf*-gnu | knetbsd*-gnu)
+    netbsd* | netbsdelf*-gnu)
       if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
 	_LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
 	wlarc=
@@ -6331,7 +5556,7 @@
       fi
       ;;
 
-    solaris* | sysv5*)
+    solaris*)
       if $LD -v 2>&1 | grep 'BFD 2\.8' > /dev/null; then
 	_LT_AC_TAGVAR(ld_shlibs, $1)=no
 	cat <<EOF 1>&2
@@ -6352,6 +5577,33 @@
       fi
       ;;
 
+    sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
+      case `$LD -v 2>&1` in
+        *\ [[01]].* | *\ 2.[[0-9]].* | *\ 2.1[[0-5]].*) 
+	_LT_AC_TAGVAR(ld_shlibs, $1)=no
+	cat <<_LT_EOF 1>&2
+
+*** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
+*** reliably create shared libraries on SCO systems.  Therefore, libtool
+*** is disabling shared libraries support.  We urge you to upgrade GNU
+*** binutils to release 2.16.91.0.3 or newer.  Another option is to modify
+*** your PATH or compiler configuration so that the native linker is
+*** used, and then restart.
+
+_LT_EOF
+	;;
+	*)
+	  if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
+	    _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='`test -z "$SCOABSPATH" && echo ${wl}-rpath,$libdir`'
+	    _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib'
+	    _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname,\${SCOABSPATH:+${install_libdir}/}$soname,-retain-symbols-file,$export_symbols -o $lib'
+	  else
+	    _LT_AC_TAGVAR(ld_shlibs, $1)=no
+	  fi
+	;;
+      esac
+      ;;
+
     sunos4*)
       _LT_AC_TAGVAR(archive_cmds, $1)='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
       wlarc=
@@ -6359,32 +5611,6 @@
       _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
       ;;
 
-  linux*)
-    if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
-        tmp_archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
-	_LT_AC_TAGVAR(archive_cmds, $1)="$tmp_archive_cmds"
-      supports_anon_versioning=no
-      case `$LD -v 2>/dev/null` in
-        *\ [01].* | *\ 2.[[0-9]].* | *\ 2.10.*) ;; # catch versions < 2.11
-        *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
-        *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
-        *\ 2.11.*) ;; # other 2.11 versions
-        *) supports_anon_versioning=yes ;;
-      esac
-      if test $supports_anon_versioning = yes; then
-        _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $output_objdir/$libname.ver~
-cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
-$echo "local: *; };" >> $output_objdir/$libname.ver~
-        $CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
-      else
-        _LT_AC_TAGVAR(archive_expsym_cmds, $1)="$tmp_archive_cmds"
-      fi
-      _LT_AC_TAGVAR(link_all_deplibs, $1)=no
-    else
-      _LT_AC_TAGVAR(ld_shlibs, $1)=no
-    fi
-    ;;
-
     *)
       if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
 	_LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
@@ -6395,16 +5621,11 @@
       ;;
     esac
 
-    if test "$_LT_AC_TAGVAR(ld_shlibs, $1)" = yes; then
-      runpath_var=LD_RUN_PATH
-      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}--rpath ${wl}$libdir'
-      _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
-      # ancient GNU ld didn't support --whole-archive et. al.
-      if $LD --help 2>&1 | grep 'no-whole-archive' > /dev/null; then
- 	_LT_AC_TAGVAR(whole_archive_flag_spec, $1)="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
-      else
-  	_LT_AC_TAGVAR(whole_archive_flag_spec, $1)=
-      fi
+    if test "$_LT_AC_TAGVAR(ld_shlibs, $1)" = no; then
+      runpath_var=
+      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)=
+      _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)=
+      _LT_AC_TAGVAR(whole_archive_flag_spec, $1)=
     fi
   else
     # PORTME fill in a description of your system's linker (not GNU ld)
@@ -6416,7 +5637,7 @@
       # Note: this linker hardcodes the directories in LIBPATH if there
       # are no directories specified by -L.
       _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
-      if test "$GCC" = yes && test -z "$link_static_flag"; then
+      if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
 	# Neither direct hardcoding nor static linking is supported with a
 	# broken collect2.
 	_LT_AC_TAGVAR(hardcode_direct, $1)=unsupported
@@ -6450,6 +5671,7 @@
   	    break
   	  fi
 	  done
+	  ;;
 	esac
 
 	exp_sym_flag='-bexport'
@@ -6468,7 +5690,7 @@
       _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
 
       if test "$GCC" = yes; then
-	case $host_os in aix4.[012]|aix4.[012].*)
+	case $host_os in aix4.[[012]]|aix4.[[012]].*)
 	# We only want to do this on AIX 4.2 and lower, the check
 	# below for broken collect2 doesn't work under 4.3+
 	  collect2name=`${CC} -print-prog-name=collect2`
@@ -6487,8 +5709,12 @@
   	  _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
   	  _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=
 	  fi
+	  ;;
 	esac
 	shared_flag='-shared'
+	if test "$aix_use_runtimelinking" = yes; then
+	  shared_flag="$shared_flag "'${wl}-G'
+	fi
       else
 	# not using gcc
 	if test "$host_cpu" = ia64; then
@@ -6496,11 +5722,11 @@
   	# chokes on -Wl,-G. The following line is correct:
 	  shared_flag='-G'
 	else
-  	if test "$aix_use_runtimelinking" = yes; then
+	  if test "$aix_use_runtimelinking" = yes; then
 	    shared_flag='${wl}-G'
 	  else
 	    shared_flag='${wl}-bM:SRE'
-  	fi
+	  fi
 	fi
       fi
 
@@ -6514,12 +5740,12 @@
        # Determine the default libpath from the value encoded in an empty executable.
        _LT_AC_SYS_LIBPATH_AIX
        _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath"
-	_LT_AC_TAGVAR(archive_expsym_cmds, $1)="\$CC"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$no_entry_flag \${wl}$exp_sym_flag:\$export_symbols $shared_flag"
+	_LT_AC_TAGVAR(archive_expsym_cmds, $1)="\$CC"' -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
        else
 	if test "$host_cpu" = ia64; then
 	  _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-R $libdir:/usr/lib:/lib'
 	  _LT_AC_TAGVAR(allow_undefined_flag, $1)="-z nodefs"
-	  _LT_AC_TAGVAR(archive_expsym_cmds, $1)="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags ${wl}${allow_undefined_flag} '"\${wl}$no_entry_flag \${wl}$exp_sym_flag:\$export_symbols"
+	  _LT_AC_TAGVAR(archive_expsym_cmds, $1)="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags ${wl}${allow_undefined_flag} '"\${wl}$exp_sym_flag:\$export_symbols"
 	else
 	 # Determine the default libpath from the value encoded in an empty executable.
 	 _LT_AC_SYS_LIBPATH_AIX
@@ -6528,13 +5754,11 @@
 	  # -berok will link without error, but may produce a broken library.
 	  _LT_AC_TAGVAR(no_undefined_flag, $1)=' ${wl}-bernotok'
 	  _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-berok'
-	  # -bexpall does not export symbols beginning with underscore (_)
-	  _LT_AC_TAGVAR(always_export_symbols, $1)=yes
 	  # Exported symbols can be pulled into shared objects from archives
-	  _LT_AC_TAGVAR(whole_archive_flag_spec, $1)=' '
+	  _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='$convenience'
 	  _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=yes
-	  # This is similar to how AIX traditionally builds it's shared libraries.
-	  _LT_AC_TAGVAR(archive_expsym_cmds, $1)="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags ${wl}-bE:$export_symbols ${wl}-bnoentry${allow_undefined_flag}~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$soname'
+	  # This is similar to how AIX traditionally builds its shared libraries.
+	  _LT_AC_TAGVAR(archive_expsym_cmds, $1)="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs ${wl}-bnoentry $compiler_flags ${wl}-bE:$export_symbols${allow_undefined_flag}~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$soname'
 	fi
       fi
       ;;
@@ -6547,7 +5771,7 @@
       _LT_AC_TAGVAR(ld_shlibs, $1)=no
       ;;
 
-    bsdi4*)
+    bsdi[[45]]*)
       _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)=-rdynamic
       ;;
 
@@ -6568,57 +5792,57 @@
       _LT_AC_TAGVAR(old_archive_From_new_cmds, $1)='true'
       # FIXME: Should let the user specify the lib program.
       _LT_AC_TAGVAR(old_archive_cmds, $1)='lib /OUT:$oldlib$oldobjs$old_deplibs'
-      fix_srcfile_path='`cygpath -w "$srcfile"`'
+      _LT_AC_TAGVAR(fix_srcfile_path, $1)='`cygpath -w "$srcfile"`'
       _LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)=yes
       ;;
 
     darwin* | rhapsody*)
-    if test "$GXX" = yes ; then
-      _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
-      case "$host_os" in
-      rhapsody* | darwin1.[[012]])
-	_LT_AC_TAGVAR(allow_undefined_flag, $1)='-undefined suppress'
-	;;
-      *) # Darwin 1.3 on
-      if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then
-      	_LT_AC_TAGVAR(allow_undefined_flag, $1)='-flat_namespace -undefined suppress'
-      else
-        case ${MACOSX_DEPLOYMENT_TARGET} in
-          10.[[012]])
-            _LT_AC_TAGVAR(allow_undefined_flag, $1)='-flat_namespace -undefined suppress'
-            ;;
-          10.*)
-            _LT_AC_TAGVAR(allow_undefined_flag, $1)='-undefined dynamic_lookup'
-            ;;
-        esac
-      fi
-	;;
+      case $host_os in
+        rhapsody* | darwin1.[[012]])
+         _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-undefined ${wl}suppress'
+         ;;
+       *) # Darwin 1.3 on
+         if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then
+           _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-flat_namespace ${wl}-undefined ${wl}suppress'
+         else
+           case ${MACOSX_DEPLOYMENT_TARGET} in
+             10.[[012]])
+               _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-flat_namespace ${wl}-undefined ${wl}suppress'
+               ;;
+             10.*)
+               _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-undefined ${wl}dynamic_lookup'
+               ;;
+           esac
+         fi
+         ;;
       esac
-    	lt_int_apple_cc_single_mod=no
-    	output_verbose_link_cmd='echo'
-    	if $CC -dumpspecs 2>&1 | grep 'single_module' >/dev/null ; then
-    	  lt_int_apple_cc_single_mod=yes
-    	fi
-    	if test "X$lt_int_apple_cc_single_mod" = Xyes ; then
-    	  _LT_AC_TAGVAR(archive_cmds, $1)='$CC -dynamiclib -single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring'
-    	else
-        _LT_AC_TAGVAR(archive_cmds, $1)='$CC -r ${wl}-bind_at_load -keep_private_externs -nostdlib -o ${lib}-master.o $libobjs~$CC -dynamiclib $allow_undefined_flag -o $lib ${lib}-master.o $deplibs $compiler_flags -install_name $rpath/$soname $verstring'
-      fi
-      _LT_AC_TAGVAR(module_cmds, $1)='$CC ${wl}-bind_at_load $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
-      # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin ld's
-        if test "X$lt_int_apple_cc_single_mod" = Xyes ; then
-          _LT_AC_TAGVAR(archive_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -dynamiclib -single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
-        else
-          _LT_AC_TAGVAR(archive_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -r ${wl}-bind_at_load -keep_private_externs -nostdlib -o ${lib}-master.o $libobjs~$CC -dynamiclib $allow_undefined_flag -o $lib ${lib}-master.o $deplibs $compiler_flags -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
-        fi
-          _LT_AC_TAGVAR(module_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag  -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
+      _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
       _LT_AC_TAGVAR(hardcode_direct, $1)=no
       _LT_AC_TAGVAR(hardcode_automatic, $1)=yes
       _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=unsupported
-      _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='-all_load $convenience'
+      _LT_AC_TAGVAR(whole_archive_flag_spec, $1)=''
       _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
+    if test "$GCC" = yes ; then
+    	output_verbose_link_cmd='echo'
+        _LT_AC_TAGVAR(archive_cmds, $1)='$CC -dynamiclib $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring'
+      _LT_AC_TAGVAR(module_cmds, $1)='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
+      # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin lds
+      _LT_AC_TAGVAR(archive_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -dynamiclib $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
+      _LT_AC_TAGVAR(module_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag  -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
     else
-      _LT_AC_TAGVAR(ld_shlibs, $1)=no
+      case $cc_basename in
+        xlc*)
+         output_verbose_link_cmd='echo'
+         _LT_AC_TAGVAR(archive_cmds, $1)='$CC -qmkshrobj $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}`echo $rpath/$soname` $verstring'
+         _LT_AC_TAGVAR(module_cmds, $1)='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
+          # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin lds
+         _LT_AC_TAGVAR(archive_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -qmkshrobj $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}$rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
+          _LT_AC_TAGVAR(module_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag  -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
+          ;;
+       *)
+         _LT_AC_TAGVAR(ld_shlibs, $1)=no
+          ;;
+      esac
     fi
       ;;
 
@@ -6652,7 +5876,7 @@
       ;;
 
     # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
-    freebsd* | kfreebsd*-gnu)
+    freebsd* | dragonfly*)
       _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
       _LT_AC_TAGVAR(hardcode_direct, $1)=yes
@@ -6675,47 +5899,62 @@
       _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
       ;;
 
-    hpux10* | hpux11*)
+    hpux10*)
+      if test "$GCC" = yes -a "$with_gnu_ld" = no; then
+	_LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
+      else
+	_LT_AC_TAGVAR(archive_cmds, $1)='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
+      fi
+      if test "$with_gnu_ld" = no; then
+	_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'
+	_LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
+
+	_LT_AC_TAGVAR(hardcode_direct, $1)=yes
+	_LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
+
+	# hardcode_minus_L: Not really in the search PATH,
+	# but as the default location of the library.
+	_LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
+      fi
+      ;;
+
+    hpux11*)
       if test "$GCC" = yes -a "$with_gnu_ld" = no; then
-	case "$host_cpu" in
-	hppa*64*|ia64*)
+	case $host_cpu in
+	hppa*64*)
 	  _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
 	  ;;
+	ia64*)
+	  _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
+	  ;;
 	*)
 	  _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
 	  ;;
 	esac
       else
-	case "$host_cpu" in
-	hppa*64*|ia64*)
-	  _LT_AC_TAGVAR(archive_cmds, $1)='$LD -b +h $soname -o $lib $libobjs $deplibs $linker_flags'
+	case $host_cpu in
+	hppa*64*)
+	  _LT_AC_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
+	  ;;
+	ia64*)
+	  _LT_AC_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
 	  ;;
 	*)
-	  _LT_AC_TAGVAR(archive_cmds, $1)='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
+	  _LT_AC_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
 	  ;;
 	esac
       fi
       if test "$with_gnu_ld" = no; then
-	case "$host_cpu" in
-	hppa*64*)
-	  _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'
+	_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'
+	_LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
+
+	case $host_cpu in
+	hppa*64*|ia64*)
 	  _LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)='+b $libdir'
-	  _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
-	  _LT_AC_TAGVAR(hardcode_direct, $1)=no
-	  _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
-	  ;;
-	ia64*)
-	  _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
 	  _LT_AC_TAGVAR(hardcode_direct, $1)=no
 	  _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
-
-	  # hardcode_minus_L: Not really in the search PATH,
-	  # but as the default location of the library.
-	  _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
 	  ;;
 	*)
-	  _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'
-	  _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
 	  _LT_AC_TAGVAR(hardcode_direct, $1)=yes
 	  _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
 
@@ -6739,7 +5978,7 @@
       _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
       ;;
 
-    netbsd* | netbsdelf*-gnu | knetbsd*-gnu)
+    netbsd* | netbsdelf*-gnu)
       if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
 	_LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'  # a.out
       else
@@ -6763,6 +6002,7 @@
       _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
       if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
 	_LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
+	_LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
 	_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
 	_LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
       else
@@ -6808,7 +6048,7 @@
 	_LT_AC_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
 	_LT_AC_TAGVAR(archive_cmds, $1)='$LD -shared${allow_undefined_flag} $libobjs $deplibs $linker_flags -msym -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
 	_LT_AC_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; echo "-hidden">> $lib.exp~
-	$LD -shared${allow_undefined_flag} -input $lib.exp $linker_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${objdir}/so_locations -o $lib~$rm $lib.exp'
+	$LD -shared${allow_undefined_flag} -input $lib.exp $linker_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib~$rm $lib.exp'
 
 	# Both c and cxx compiler support -rpath directly
 	_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-rpath $libdir'
@@ -6816,21 +6056,15 @@
       _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
       ;;
 
-    sco3.2v5*)
-      _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
-      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
-      _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-Bexport'
-      runpath_var=LD_RUN_PATH
-      hardcode_runpath_var=yes
-      ;;
-
     solaris*)
       _LT_AC_TAGVAR(no_undefined_flag, $1)=' -z text'
       if test "$GCC" = yes; then
+	wlarc='${wl}'
 	_LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
 	_LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
 	  $CC -shared ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$rm $lib.exp'
       else
+	wlarc=''
 	_LT_AC_TAGVAR(archive_cmds, $1)='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
 	_LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
   	$LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$rm $lib.exp'
@@ -6839,8 +6073,18 @@
       _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
       case $host_os in
       solaris2.[[0-5]] | solaris2.[[0-5]].*) ;;
-      *) # Supported since Solaris 2.6 (maybe 2.5.1?)
-	_LT_AC_TAGVAR(whole_archive_flag_spec, $1)='-z allextract$convenience -z defaultextract' ;;
+      *)
+ 	# The compiler driver will combine linker options so we
+ 	# cannot just pass the convience library names through
+ 	# without $wl, iff we do not link with $LD.
+ 	# Luckily, gcc supports the same syntax we need for Sun Studio.
+ 	# Supported since Solaris 2.6 (maybe 2.5.1?)
+ 	case $wlarc in
+ 	'')
+ 	  _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='-z allextract$convenience -z defaultextract' ;;
+ 	*)
+ 	  _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='${wl}-z ${wl}allextract`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}-z ${wl}defaultextract' ;;
+ 	esac ;;
       esac
       _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
       ;;
@@ -6897,36 +6141,45 @@
       fi
       ;;
 
-    sysv4.2uw2*)
-      _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -o $lib $libobjs $deplibs $linker_flags'
-      _LT_AC_TAGVAR(hardcode_direct, $1)=yes
-      _LT_AC_TAGVAR(hardcode_minus_L, $1)=no
+    sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[[01]].[[10]]* | unixware7*)
+      _LT_AC_TAGVAR(no_undefined_flag, $1)='${wl}-z,text'
+      _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
       _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
-      hardcode_runpath_var=yes
-      runpath_var=LD_RUN_PATH
-      ;;
+      runpath_var='LD_RUN_PATH'
 
-   sysv5OpenUNIX8* | sysv5UnixWare7* |  sysv5uw[[78]]* | unixware7*)
-      _LT_AC_TAGVAR(no_undefined_flag, $1)='${wl}-z ${wl}text'
       if test "$GCC" = yes; then
-	_LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
+	_LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
+	_LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
       else
-	_LT_AC_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
+	_LT_AC_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
+	_LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
       fi
-      runpath_var='LD_RUN_PATH'
-      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
       ;;
 
-    sysv5*)
-      _LT_AC_TAGVAR(no_undefined_flag, $1)=' -z text'
-      # $CC -shared without GNU ld will not create a library from C++
-      # object files and a static libstdc++, better avoid it by now
-      _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
-      _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
-  		$LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$rm $lib.exp'
-      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)=
+    sysv5* | sco3.2v5* | sco5v6*)
+      # Note: We can NOT use -z defs as we might desire, because we do not
+      # link with -lc, and that would cause any symbols used from libc to
+      # always be unresolved, which means just about no library would
+      # ever link correctly.  If we're not using GNU ld we use -z text
+      # though, which does catch some bad symbols but isn't as heavy-handed
+      # as -z defs.
+      _LT_AC_TAGVAR(no_undefined_flag, $1)='${wl}-z,text'
+      _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-z,nodefs'
+      _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
       _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
+      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='`test -z "$SCOABSPATH" && echo ${wl}-R,$libdir`'
+      _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=':'
+      _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
+      _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-Bexport'
       runpath_var='LD_RUN_PATH'
+
+      if test "$GCC" = yes; then
+	_LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags'
+	_LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags'
+      else
+	_LT_AC_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags'
+	_LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags'
+      fi
       ;;
 
     uts4*)
@@ -6944,11 +6197,6 @@
 AC_MSG_RESULT([$_LT_AC_TAGVAR(ld_shlibs, $1)])
 test "$_LT_AC_TAGVAR(ld_shlibs, $1)" = no && can_build_shared=no
 
-variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
-if test "$GCC" = yes; then
-  variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
-fi
-
 #
 # Do we need to explicitly link libc?
 #
@@ -6976,6 +6224,7 @@
         libobjs=conftest.$ac_objext
         deplibs=
         wl=$_LT_AC_TAGVAR(lt_prog_compiler_wl, $1)
+	pic_flag=$_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)
         compiler_flags=-v
         linker_flags=-v
         verstring=
@@ -7101,7 +6350,7 @@
 # Add /usr/xpg4/bin/sed as it is typically found on Solaris
 # along with /bin/sed that truncates output.
 for lt_ac_sed in $lt_ac_sed_list /usr/xpg4/bin/sed; do
-  test ! -f $lt_ac_sed && break
+  test ! -f $lt_ac_sed && continue
   cat /dev/null > conftest.in
   lt_ac_count=0
   echo $ECHO_N "0123456789$ECHO_C" >conftest.in
@@ -7126,56 +6375,858 @@
     fi
   done
 done
-SED=$lt_cv_path_SED
 ])
+SED=$lt_cv_path_SED
 AC_MSG_RESULT([$SED])
 ])
 
-# Like AC_CONFIG_HEADER, but automatically create stamp file.
+# Copyright (C) 2002, 2003, 2005  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.
+
+# AM_AUTOMAKE_VERSION(VERSION)
+# ----------------------------
+# 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"])
+
+# AM_SET_CURRENT_AUTOMAKE_VERSION
+# -------------------------------
+# Call AM_AUTOMAKE_VERSION so it can be traced.
+# This function is AC_REQUIREd by AC_INIT_AUTOMAKE.
+AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION],
+	 [AM_AUTOMAKE_VERSION([1.9.6])])
+
+# AM_AUX_DIR_EXPAND                                         -*- Autoconf -*-
+
+# Copyright (C) 2001, 2003, 2005  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.
+
+# For projects using AC_CONFIG_AUX_DIR([foo]), Autoconf sets
+# $ac_aux_dir to `$srcdir/foo'.  In other projects, it is set to
+# `$srcdir', `$srcdir/..', or `$srcdir/../..'.
+#
+# Of course, Automake must honor this variable whenever it calls a
+# tool from the auxiliary directory.  The problem is that $srcdir (and
+# therefore $ac_aux_dir as well) can be either absolute or relative,
+# depending on how configure is run.  This is pretty annoying, since
+# it makes $ac_aux_dir quite unusable in subdirectories: in the top
+# source directory, any form will work fine, but in subdirectories a
+# relative path needs to be adjusted first.
+#
+# $ac_aux_dir/missing
+#    fails when called from a subdirectory if $ac_aux_dir is relative
+# $top_srcdir/$ac_aux_dir/missing
+#    fails if $ac_aux_dir is absolute,
+#    fails when called from a subdirectory in a VPATH build with
+#          a relative $ac_aux_dir
+#
+# The reason of the latter failure is that $top_srcdir and $ac_aux_dir
+# are both prefixed by $srcdir.  In an in-source build this is usually
+# harmless because $srcdir is `.', but things will broke when you
+# start a VPATH build or use an absolute $srcdir.
+#
+# So we could use something similar to $top_srcdir/$ac_aux_dir/missing,
+# iff we strip the leading $srcdir from $ac_aux_dir.  That would be:
+#   am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"`
+# and then we would define $MISSING as
+#   MISSING="\${SHELL} $am_aux_dir/missing"
+# This will work as long as MISSING is not called from configure, because
+# unfortunately $(top_srcdir) has no meaning in configure.
+# However there are other variables, like CC, which are often used in
+# configure, and could therefore not use this "fixed" $ac_aux_dir.
+#
+# Another solution, used here, is to always expand $ac_aux_dir to an
+# absolute PATH.  The drawback is that using absolute paths prevent a
+# configured tree to be moved without reconfiguration.
+
+AC_DEFUN([AM_AUX_DIR_EXPAND],
+[dnl Rely on autoconf to set up CDPATH properly.
+AC_PREREQ([2.50])dnl
+# expand $ac_aux_dir to an absolute path
+am_aux_dir=`cd $ac_aux_dir && pwd`
+])
+
+# AM_CONDITIONAL                                            -*- Autoconf -*-
+
+# Copyright (C) 1997, 2000, 2001, 2003, 2004, 2005
+# 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
+
+# AM_CONDITIONAL(NAME, SHELL-CONDITION)
+# -------------------------------------
+# Define a conditional.
+AC_DEFUN([AM_CONDITIONAL],
+[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])
+if $2; then
+  $1_TRUE=
+  $1_FALSE='#'
+else
+  $1_TRUE='#'
+  $1_FALSE=
+fi
+AC_CONFIG_COMMANDS_PRE(
+[if test -z "${$1_TRUE}" && test -z "${$1_FALSE}"; then
+  AC_MSG_ERROR([[conditional "$1" was never defined.
+Usually this means the macro was only invoked conditionally.]])
+fi])])
+
+
+# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005
+# 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
+
+# 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,
+# will think it sees a *use*, and therefore will trigger all it's
+# C support machinery.  Also note that it means that autoscan, seeing
+# CC etc. in the Makefile, will ask for an AC_PROG_CC use...
+
+
+# _AM_DEPENDENCIES(NAME)
+# ----------------------
+# See how the compiler implements dependency checking.
+# NAME is "CC", "CXX", "GCJ", or "OBJC".
+# We try a few techniques and use that to set a single cache variable.
+#
+# We don't AC_REQUIRE the corresponding AC_PROG_CC since the latter was
+# modified to invoke _AM_DEPENDENCIES(CC); we would have a circular
+# dependency, and given that the user is not expected to run this macro,
+# just rely on AC_PROG_CC.
+AC_DEFUN([_AM_DEPENDENCIES],
+[AC_REQUIRE([AM_SET_DEPDIR])dnl
+AC_REQUIRE([AM_OUTPUT_DEPENDENCY_COMMANDS])dnl
+AC_REQUIRE([AM_MAKE_INCLUDE])dnl
+AC_REQUIRE([AM_DEP_TRACK])dnl
+
+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], GCJ,  [depcc="$GCJ"  am_compiler_list='gcc3 gcc'],
+                   [depcc="$$1"   am_compiler_list=])
+
+AC_CACHE_CHECK([dependency style of $depcc],
+               [am_cv_$1_dependencies_compiler_type],
+[if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
+  # We make a subdir and do the tests there.  Otherwise we can end up
+  # making bogus files that we don't know about and never remove.  For
+  # instance it was reported that on HP-UX the gcc test will end up
+  # making a dummy file named `D' -- because `-MD' means `put the output
+  # in D'.
+  mkdir conftest.dir
+  # Copy depcomp to subdir because otherwise we won't find it if we're
+  # using a relative directory.
+  cp "$am_depcomp" conftest.dir
+  cd conftest.dir
+  # We will build objects and dependencies in a subdirectory because
+  # it helps to detect inapplicable dependency modes.  For instance
+  # both Tru64's cc and ICC support -MD to output dependencies as a
+  # side effect of compilation, but ICC will put the dependencies in
+  # the current directory while Tru64 will put them in the object
+  # directory.
+  mkdir sub
+
+  am_cv_$1_dependencies_compiler_type=none
+  if test "$am_compiler_list" = ""; then
+     am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp`
+  fi
+  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
+    # we should not choose a depcomp mode which is confused by this.
+    #
+    # We need to recreate these files for each test, as the compiler may
+    # overwrite some of them when testing with obscure command lines.
+    # This happens at least with the AIX C compiler.
+    : > sub/conftest.c
+    for i in 1 2 3 4 5 6; do
+      echo '#include "conftst'$i'.h"' >> sub/conftest.c
+      # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
+      # Solaris 8's {/usr,}/bin/sh.
+      touch sub/conftst$i.h
+    done
+    echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
+
+    case $depmode in
+    nosideeffect)
+      # after this tag, mechanisms are not by side-effect, so they'll
+      # only be used when explicitly requested
+      if test "x$enable_dependency_tracking" = xyes; then
+	continue
+      else
+	break
+      fi
+      ;;
+    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} \
+       depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
+       $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \
+         >/dev/null 2>conftest.err &&
+       grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
+       grep sub/conftest.${OBJEXT-o} 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
+      # that says an option was ignored or not supported.
+      # When given -MP, icc 7.0 and 7.1 complain thusly:
+      #   icc: Command line warning: ignoring option '-M'; no argument required
+      # The diagnosis changed in icc 8.0:
+      #   icc: Command line remark: option '-MP' not supported
+      if (grep 'ignoring option' conftest.err ||
+          grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
+        am_cv_$1_dependencies_compiler_type=$depmode
+        break
+      fi
+    fi
+  done
+
+  cd ..
+  rm -rf conftest.dir
+else
+  am_cv_$1_dependencies_compiler_type=none
+fi
+])
+AC_SUBST([$1DEPMODE], [depmode=$am_cv_$1_dependencies_compiler_type])
+AM_CONDITIONAL([am__fastdep$1], [
+  test "x$enable_dependency_tracking" != xno \
+  && test "$am_cv_$1_dependencies_compiler_type" = gcc3])
+])
+
+
+# AM_SET_DEPDIR
+# -------------
+# Choose a directory name for dependency files.
+# This macro is AC_REQUIREd in _AM_DEPENDENCIES
+AC_DEFUN([AM_SET_DEPDIR],
+[AC_REQUIRE([AM_SET_LEADING_DOT])dnl
+AC_SUBST([DEPDIR], ["${am__leading_dot}deps"])dnl
+])
+
+
+# AM_DEP_TRACK
+# ------------
+AC_DEFUN([AM_DEP_TRACK],
+[AC_ARG_ENABLE(dependency-tracking,
+[  --disable-dependency-tracking  speeds up one-time build
+  --enable-dependency-tracking   do not reject slow dependency extractors])
+if test "x$enable_dependency_tracking" != xno; then
+  am_depcomp="$ac_aux_dir/depcomp"
+  AMDEPBACKSLASH='\'
+fi
+AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno])
+AC_SUBST([AMDEPBACKSLASH])
+])
+
+# Generate code to set up dependency tracking.              -*- Autoconf -*-
+
+# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005
+# 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
+
+# _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"
+  done
+done
+])# _AM_OUTPUT_DEPENDENCY_COMMANDS
+
+
+# AM_OUTPUT_DEPENDENCY_COMMANDS
+# -----------------------------
+# This macro should only be invoked once -- use via AC_REQUIRE.
+#
+# This code is only required when automatic dependency tracking
+# is enabled.  FIXME.  This creates each `.P' file that we will
+# need in order to bootstrap the dependency handling code.
+AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS],
+[AC_CONFIG_COMMANDS([depfiles],
+     [test x"$AMDEP_TRUE" != x"" || _AM_OUTPUT_DEPENDENCY_COMMANDS],
+     [AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"])
+])
+
+# Copyright (C) 1996, 1997, 2000, 2001, 2003, 2005
+# 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
+
+# AM_CONFIG_HEADER is obsolete.  It has been replaced by AC_CONFIG_HEADERS.
+AU_DEFUN([AM_CONFIG_HEADER], [AC_CONFIG_HEADERS($@)])
+
+# Do all the work for Automake.                             -*- Autoconf -*-
+
+# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005
+# 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
+
+# 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.
+
+# AM_INIT_AUTOMAKE(PACKAGE, VERSION, [NO-DEFINE])
+# AM_INIT_AUTOMAKE([OPTIONS])
+# -----------------------------------------------
+# The call with PACKAGE and VERSION arguments is the old style
+# call (pre autoconf-2.50), which is being phased out.  PACKAGE
+# and VERSION should now be passed to AC_INIT and removed from
+# the call to AM_INIT_AUTOMAKE.
+# We support both call styles for the transition.  After
+# the next Automake release, Autoconf can make the AC_INIT
+# 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
+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])
+fi
+
+# test whether we have cygpath
+if test -z "$CYGPATH_W"; then
+  if (cygpath --version) >/dev/null 2>/dev/null; then
+    CYGPATH_W='cygpath -w'
+  else
+    CYGPATH_W=echo
+  fi
+fi
+AC_SUBST([CYGPATH_W])
+
+# Define the identity of the package.
+dnl Distinguish between old-style and new-style calls.
+m4_ifval([$2],
+[m4_ifval([$3], [_AM_SET_OPTION([no-define])])dnl
+ AC_SUBST([PACKAGE], [$1])dnl
+ AC_SUBST([VERSION], [$2])],
+[_AM_SET_OPTIONS([$1])dnl
+ AC_SUBST([PACKAGE], ['AC_PACKAGE_TARNAME'])dnl
+ AC_SUBST([VERSION], ['AC_PACKAGE_VERSION'])])dnl
+
+_AM_IF_OPTION([no-define],,
+[AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE", [Name of package])
+ AC_DEFINE_UNQUOTED(VERSION, "$VERSION", [Version number of package])])dnl
+
+# Some tools Automake needs.
+AC_REQUIRE([AM_SANITY_CHECK])dnl
+AC_REQUIRE([AC_ARG_PROGRAM])dnl
+AM_MISSING_PROG(ACLOCAL, aclocal-${am__api_version})
+AM_MISSING_PROG(AUTOCONF, autoconf)
+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_MKDIR_P])dnl
+# We need awk for the "check" target.  The system "awk" is bad on
+# some platforms.
+AC_REQUIRE([AC_PROG_AWK])dnl
+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([no-dependencies],,
+[AC_PROVIDE_IFELSE([AC_PROG_CC],
+                  [_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
+])
+])
+
+
+# When config.status generates a header, we must update the stamp-h file.
+# This file resides in the same directory as the config header
+# that is generated.  The stamp files are numbered to have different names.
+
+# Autoconf calls _AC_AM_CONFIG_HEADER_HOOK (when defined) in the
+# loop where config.status creates the headers, so we can generate
+# our stamp files there.
+AC_DEFUN([_AC_AM_CONFIG_HEADER_HOOK],
+[# Compute $1's index in $config_headers.
+_am_stamp_count=1
+for _am_header in $config_headers :; do
+  case $_am_header in
+    $1 | $1:* )
+      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.
+#
+# 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.
+
+# AM_PROG_INSTALL_SH
+# ------------------
+# 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"}
+AC_SUBST(install_sh)])
+
+# Copyright (C) 2003, 2005  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
+
+# Check whether the underlying file-system supports filenames
+# with a leading dot.  For instance MS-DOS doesn't.
+AC_DEFUN([AM_SET_LEADING_DOT],
+[rm -rf .tst 2>/dev/null
+mkdir .tst 2>/dev/null
+if test -d .tst; then
+  am__leading_dot=.
+else
+  am__leading_dot=_
+fi
+rmdir .tst 2>/dev/null
+AC_SUBST([am__leading_dot])])
+
+# Check to see how 'make' treats includes.	            -*- Autoconf -*-
+
+# Copyright (C) 2001, 2002, 2003, 2005  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
+
+# AM_MAKE_INCLUDE()
+# -----------------
+# Check to see how make treats includes.
+AC_DEFUN([AM_MAKE_INCLUDE],
+[am_make=${MAKE-make}
+cat > confinc << 'END'
+am__doit:
+	@echo done
+.PHONY: am__doit
+END
+# If we don't find an include directive, just comment out the code.
+AC_MSG_CHECKING([for style of include used by $am_make])
+am__include="#"
+am__quote=
+_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
+# 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
+fi
+AC_SUBST([am__include])
+AC_SUBST([am__quote])
+AC_MSG_RESULT([$_am_result])
+rm -f confinc confmf
+])
+
+# Fake the existence of programs that GNU maintainers use.  -*- Autoconf -*-
+
+# Copyright (C) 1997, 1999, 2000, 2001, 2003, 2005
+# 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
+
+# AM_MISSING_PROG(NAME, PROGRAM)
+# ------------------------------
+AC_DEFUN([AM_MISSING_PROG],
+[AC_REQUIRE([AM_MISSING_HAS_RUN])
+$1=${$1-"${am_missing_run}$2"}
+AC_SUBST($1)])
+
+
+# AM_MISSING_HAS_RUN
+# ------------------
+# Define MISSING if not defined so far and test if it supports --run.
+# 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"
+# Use eval to expand $SHELL
+if eval "$MISSING --run true"; then
+  am_missing_run="$MISSING --run "
+else
+  am_missing_run=
+  AC_MSG_WARN([`missing' script is too old or missing])
+fi
+])
+
+# Copyright (C) 2003, 2004, 2005  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.
+
+# 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.)
+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])])
+
+# Helper functions for option handling.                     -*- Autoconf -*-
+
+# Copyright (C) 2001, 2002, 2003, 2005  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
+
+# _AM_MANGLE_OPTION(NAME)
+# -----------------------
+AC_DEFUN([_AM_MANGLE_OPTION],
+[[_AM_OPTION_]m4_bpatsubst($1, [[^a-zA-Z0-9_]], [_])])
+
+# _AM_SET_OPTION(NAME)
+# ------------------------------
+# Set option NAME.  Presently that only means defining a flag for this option.
+AC_DEFUN([_AM_SET_OPTION],
+[m4_define(_AM_MANGLE_OPTION([$1]), 1)])
+
+# _AM_SET_OPTIONS(OPTIONS)
+# ----------------------------------
+# OPTIONS is a space-separated list of Automake options.
+AC_DEFUN([_AM_SET_OPTIONS],
+[AC_FOREACH([_AM_Option], [$1], [_AM_SET_OPTION(_AM_Option)])])
+
+# _AM_IF_OPTION(OPTION, IF-SET, [IF-NOT-SET])
+# -------------------------------------------
+# Execute IF-SET if OPTION is set, IF-NOT-SET otherwise.
+AC_DEFUN([_AM_IF_OPTION],
+[m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])])
+
+# Check to make sure that the build environment is sane.    -*- Autoconf -*-
+
+# Copyright (C) 1996, 1997, 2000, 2001, 2003, 2005
+# 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
+
+# AM_SANITY_CHECK
+# ---------------
+AC_DEFUN([AM_SANITY_CHECK],
+[AC_MSG_CHECKING([whether build environment is sane])
+# Just in case
+sleep 1
+echo timestamp > conftest.file
+# 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`
+   if test "$[*]" = "X"; then
+      # -L didn't work.
+      set X `ls -t $srcdir/configure conftest.file`
+   fi
+   rm -f conftest.file
+   if test "$[*]" != "X $srcdir/configure conftest.file" \
+      && test "$[*]" != "X conftest.file $srcdir/configure"; then
+
+      # If neither matched, then we have a broken ls.  This can happen
+      # if, for instance, CONFIG_SHELL is bash and it inherits a
+      # broken ls alias from the environment.  This has actually
+      # happened.  Such a system could not be considered "sane".
+      AC_MSG_ERROR([ls -t appears to fail.  Make sure there is not a broken
+alias in your environment])
+   fi
+
+   test "$[2]" = conftest.file
+   )
+then
+   # Ok.
+   :
+else
+   AC_MSG_ERROR([newly created file is older than distributed files!
+Check your system clock])
+fi
+AC_MSG_RESULT(yes)])
+
+# Copyright (C) 2001, 2003, 2005  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.
+
+# AM_PROG_INSTALL_STRIP
+# ---------------------
+# One issue with vendor `install' (even GNU) is that you can't
+# specify the program used to strip binaries.  This is especially
+# annoying in cross-compiling environments, where the build's strip
+# is unlikely to handle the host's binaries.
+# Fortunately install-sh will honor a STRIPPROG variable, so we
+# always use install-sh in `make install-strip', and initialize
+# STRIPPROG with the value of the STRIP variable (set by the user).
+AC_DEFUN([AM_PROG_INSTALL_STRIP],
+[AC_REQUIRE([AM_PROG_INSTALL_SH])dnl
+# Installed binaries are usually stripped using `strip' when the user
+# run `make install-strip'.  However `strip' might not be the right
+# tool to use in cross-compilation environments, therefore Automake
+# will honor the `STRIP' environment variable to overrule this program.
+dnl Don't test for $cross_compiling = yes, because it might be `maybe'.
+if test "$cross_compiling" != no; then
+  AC_CHECK_TOOL([STRIP], [strip], :)
+fi
+INSTALL_STRIP_PROGRAM="\${SHELL} \$(install_sh) -c -s"
+AC_SUBST([INSTALL_STRIP_PROGRAM])])
+
+# Check how to create a tarball.                            -*- Autoconf -*-
+
+# Copyright (C) 2004, 2005  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
 
-AC_DEFUN([AM_CONFIG_HEADER],
-[AC_PREREQ([2.12])
-AC_CONFIG_HEADER([$1])
-dnl When config.status generates a header, we must update the stamp-h file.
-dnl This file resides in the same directory as the config header
-dnl that is generated.  We must strip everything past the first ":",
-dnl and everything past the last "/".
-AC_OUTPUT_COMMANDS(changequote(<<,>>)dnl
-ifelse(patsubst(<<$1>>, <<[^ ]>>, <<>>), <<>>,
-<<test -z "<<$>>CONFIG_HEADERS" || echo timestamp > patsubst(<<$1>>, <<^\([^:]*/\)?.*>>, <<\1>>)stamp-h<<>>dnl>>,
-<<am_indx=1
-for am_file in <<$1>>; do
-  case " <<$>>CONFIG_HEADERS " in
-  *" <<$>>am_file "*<<)>>
-    echo timestamp > `echo <<$>>am_file | sed -e 's%:.*%%' -e 's%[^/]*$%%'`stamp-h$am_indx
+# _AM_PROG_TAR(FORMAT)
+# --------------------
+# Check how to create a tarball in format FORMAT.
+# FORMAT should be one of `v7', `ustar', or `pax'.
+#
+# Substitute a variable $(am__tar) that is a command
+# writing to stdout a FORMAT-tarball containing the directory
+# $tardir.
+#     tardir=directory && $(am__tar) > result.tar
+#
+# Substitute a variable $(am__untar) that extract such
+# a tarball read from stdin.
+#     $(am__untar) < result.tar
+AC_DEFUN([_AM_PROG_TAR],
+[# Always define AMTAR for backward compatibility.
+AM_MISSING_PROG([AMTAR], [tar])
+m4_if([$1], [v7],
+     [am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'],
+     [m4_case([$1], [ustar],, [pax],,
+              [m4_fatal([Unknown tar format])])
+AC_MSG_CHECKING([how to create a $1 tar archive])
+# Loop over all known methods to create a tar archive until one works.
+_am_tools='gnutar m4_if([$1], [ustar], [plaintar]) pax cpio none'
+_am_tools=${am_cv_prog_tar_$1-$_am_tools}
+# Do not fold the above two line into one, because Tru64 sh and
+# Solaris sh will not grok spaces in the rhs of `-'.
+for _am_tool in $_am_tools
+do
+  case $_am_tool in
+  gnutar)
+    for _am_tar in tar gnutar gtar;
+    do
+      AM_RUN_LOG([$_am_tar --version]) && break
+    done
+    am__tar="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$$tardir"'
+    am__tar_="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$tardir"'
+    am__untar="$_am_tar -xf -"
+    ;;
+  plaintar)
+    # Must skip GNU tar: if it does not support --format= it doesn't create
+    # ustar tarball either.
+    (tar --version) >/dev/null 2>&1 && continue
+    am__tar='tar chf - "$$tardir"'
+    am__tar_='tar chf - "$tardir"'
+    am__untar='tar xf -'
+    ;;
+  pax)
+    am__tar='pax -L -x $1 -w "$$tardir"'
+    am__tar_='pax -L -x $1 -w "$tardir"'
+    am__untar='pax -r'
+    ;;
+  cpio)
+    am__tar='find "$$tardir" -print | cpio -o -H $1 -L'
+    am__tar_='find "$tardir" -print | cpio -o -H $1 -L'
+    am__untar='cpio -i -H $1 -d'
+    ;;
+  none)
+    am__tar=false
+    am__tar_=false
+    am__untar=false
     ;;
   esac
-  am_indx=`expr "<<$>>am_indx" + 1`
-done<<>>dnl>>)
-changequote([,]))])
-
-# isc-posix.m4 serial 2 (gettext-0.11.2)
-dnl Copyright (C) 1995-2002 Free Software Foundation, Inc.
-dnl This file is free software; the Free Software Foundation
-dnl gives unlimited permission to copy and/or distribute it,
-dnl with or without modifications, as long as this notice is preserved.
-
-# This file is not needed with autoconf-2.53 and newer.  Remove it in 2005.
-
-# This test replaces the one in autoconf.
-# Currently this macro should have the same name as the autoconf macro
-# because gettext's gettext.m4 (distributed in the automake package)
-# still uses it.  Otherwise, the use in gettext.m4 makes autoheader
-# give these diagnostics:
-#   configure.in:556: AC_TRY_COMPILE was called before AC_ISC_POSIX
-#   configure.in:556: AC_TRY_RUN was called before AC_ISC_POSIX
-
-undefine([AC_ISC_POSIX])
-
-AC_DEFUN([AC_ISC_POSIX],
-  [
-    dnl This test replaces the obsolescent AC_ISC_POSIX kludge.
-    AC_CHECK_LIB(cposix, strerror, [LIBS="$LIBS -lcposix"])
-  ]
-)
 
+  # If the value was cached, stop now.  We just wanted to have am__tar
+  # and am__untar set.
+  test -n "${am_cv_prog_tar_$1}" && break
+
+  # tar/untar a dummy directory, and stop if the command works
+  rm -rf conftest.dir
+  mkdir conftest.dir
+  echo GrepMe > conftest.dir/file
+  AM_RUN_LOG([tardir=conftest.dir && eval $am__tar_ >conftest.tar])
+  rm -rf conftest.dir
+  if test -s conftest.tar; then
+    AM_RUN_LOG([$am__untar <conftest.tar])
+    grep GrepMe conftest.dir/file >/dev/null 2>&1 && break
+  fi
+done
+rm -rf conftest.dir
+
+AC_CACHE_VAL([am_cv_prog_tar_$1], [am_cv_prog_tar_$1=$_am_tool])
+AC_MSG_RESULT([$am_cv_prog_tar_$1])])
+AC_SUBST([am__tar])
+AC_SUBST([am__untar])
+]) # _AM_PROG_TAR
+
+m4_include([acinclude.m4])
--- wmaker-0.92.0.orig/config.guess
+++ wmaker-0.92.0/config.guess
@@ -1,9 +1,10 @@
 #! /bin/sh
 # Attempt to guess a canonical system name.
 #   Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
-#   2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
+#   2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation,
+#   Inc.
 
-timestamp='2005-04-22'
+timestamp='2006-07-02'
 
 # This file is free software; you can redistribute it and/or modify it
 # under the terms of the GNU General Public License as published by
@@ -17,13 +18,15 @@
 #
 # You should have received a copy of the GNU General Public License
 # along with this program; if not, write to the Free Software
-# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+# Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA
+# 02110-1301, USA.
 #
 # As a special exception to the GNU General Public License, if you
 # distribute this file as part of a program that contains a
 # configuration script generated by Autoconf, you may include it under
 # the same distribution terms that you use for the rest of that program.
 
+
 # Originally written by Per Bothner <per@bothner.com>.
 # Please send patches to <config-patches@gnu.org>.  Submit a context
 # diff and a properly formatted ChangeLog entry.
@@ -66,11 +69,11 @@
 while test $# -gt 0 ; do
   case $1 in
     --time-stamp | --time* | -t )
-       echo "$timestamp" ; exit 0 ;;
+       echo "$timestamp" ; exit ;;
     --version | -v )
-       echo "$version" ; exit 0 ;;
+       echo "$version" ; exit ;;
     --help | --h* | -h )
-       echo "$usage"; exit 0 ;;
+       echo "$usage"; exit ;;
     -- )     # Stop option processing
        shift; break ;;
     - )	# Use stdin as input.
@@ -104,7 +107,7 @@
 trap "exitcode=\$?; (rm -f \$tmpfiles 2>/dev/null; rmdir \$tmp 2>/dev/null) && exit \$exitcode" 0 ;
 trap "rm -f \$tmpfiles 2>/dev/null; rmdir \$tmp 2>/dev/null; exit 1" 1 2 13 15 ;
 : ${TMPDIR=/tmp} ;
- { tmp=`(umask 077 && mktemp -d -q "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } ||
+ { tmp=`(umask 077 && mktemp -d "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } ||
  { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir $tmp) ; } ||
  { tmp=$TMPDIR/cg-$$ && (umask 077 && mkdir $tmp) && echo "Warning: creating insecure temp directory" >&2 ; } ||
  { echo "$me: cannot create a temporary directory in $TMPDIR" >&2 ; exit 1 ; } ;
@@ -123,7 +126,7 @@
 	;;
  ,,*)   CC_FOR_BUILD=$CC ;;
  ,*,*)  CC_FOR_BUILD=$HOST_CC ;;
-esac ;'
+esac ; set_cc_for_build= ;'
 
 # This is needed to find uname on a Pyramid OSx when run in the BSD universe.
 # (ghazi@noc.rutgers.edu 1994-08-24)
@@ -196,55 +199,23 @@
 	# contains redundant information, the shorter form:
 	# CPU_TYPE-MANUFACTURER-OPERATING_SYSTEM is used.
 	echo "${machine}-${os}${release}"
-	exit 0 ;;
-    amd64:OpenBSD:*:*)
-	echo x86_64-unknown-openbsd${UNAME_RELEASE}
-	exit 0 ;;
-    amiga:OpenBSD:*:*)
-	echo m68k-unknown-openbsd${UNAME_RELEASE}
-	exit 0 ;;
-    cats:OpenBSD:*:*)
-	echo arm-unknown-openbsd${UNAME_RELEASE}
-	exit 0 ;;
-    hp300:OpenBSD:*:*)
-	echo m68k-unknown-openbsd${UNAME_RELEASE}
-	exit 0 ;;
-    luna88k:OpenBSD:*:*)
-    	echo m88k-unknown-openbsd${UNAME_RELEASE}
-	exit 0 ;;
-    mac68k:OpenBSD:*:*)
-	echo m68k-unknown-openbsd${UNAME_RELEASE}
-	exit 0 ;;
-    macppc:OpenBSD:*:*)
-	echo powerpc-unknown-openbsd${UNAME_RELEASE}
-	exit 0 ;;
-    mvme68k:OpenBSD:*:*)
-	echo m68k-unknown-openbsd${UNAME_RELEASE}
-	exit 0 ;;
-    mvme88k:OpenBSD:*:*)
-	echo m88k-unknown-openbsd${UNAME_RELEASE}
-	exit 0 ;;
-    mvmeppc:OpenBSD:*:*)
-	echo powerpc-unknown-openbsd${UNAME_RELEASE}
-	exit 0 ;;
-    sgi:OpenBSD:*:*)
-	echo mips64-unknown-openbsd${UNAME_RELEASE}
-	exit 0 ;;
-    sun3:OpenBSD:*:*)
-	echo m68k-unknown-openbsd${UNAME_RELEASE}
-	exit 0 ;;
+	exit ;;
     *:OpenBSD:*:*)
-	echo ${UNAME_MACHINE}-unknown-openbsd${UNAME_RELEASE}
-	exit 0 ;;
+	UNAME_MACHINE_ARCH=`arch | sed 's/OpenBSD.//'`
+	echo ${UNAME_MACHINE_ARCH}-unknown-openbsd${UNAME_RELEASE}
+	exit ;;
     *:ekkoBSD:*:*)
 	echo ${UNAME_MACHINE}-unknown-ekkobsd${UNAME_RELEASE}
-	exit 0 ;;
+	exit ;;
+    *:SolidBSD:*:*)
+	echo ${UNAME_MACHINE}-unknown-solidbsd${UNAME_RELEASE}
+	exit ;;
     macppc:MirBSD:*:*)
-	echo powerppc-unknown-mirbsd${UNAME_RELEASE}
-	exit 0 ;;
+	echo powerpc-unknown-mirbsd${UNAME_RELEASE}
+	exit ;;
     *:MirBSD:*:*)
 	echo ${UNAME_MACHINE}-unknown-mirbsd${UNAME_RELEASE}
-	exit 0 ;;
+	exit ;;
     alpha:OSF1:*:*)
 	case $UNAME_RELEASE in
 	*4.0)
@@ -297,40 +268,43 @@
 	# A Xn.n version is an unreleased experimental baselevel.
 	# 1.2 uses "1.2" for uname -r.
 	echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[PVTX]//' | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'`
-	exit 0 ;;
+	exit ;;
     Alpha\ *:Windows_NT*:*)
 	# How do we know it's Interix rather than the generic POSIX subsystem?
 	# Should we change UNAME_MACHINE based on the output of uname instead
 	# of the specific Alpha model?
 	echo alpha-pc-interix
-	exit 0 ;;
+	exit ;;
     21064:Windows_NT:50:3)
 	echo alpha-dec-winnt3.5
-	exit 0 ;;
+	exit ;;
     Amiga*:UNIX_System_V:4.0:*)
 	echo m68k-unknown-sysv4
-	exit 0;;
+	exit ;;
     *:[Aa]miga[Oo][Ss]:*:*)
 	echo ${UNAME_MACHINE}-unknown-amigaos
-	exit 0 ;;
+	exit ;;
     *:[Mm]orph[Oo][Ss]:*:*)
 	echo ${UNAME_MACHINE}-unknown-morphos
-	exit 0 ;;
+	exit ;;
     *:OS/390:*:*)
 	echo i370-ibm-openedition
-	exit 0 ;;
+	exit ;;
     *:z/VM:*:*)
 	echo s390-ibm-zvmoe
-	exit 0 ;;
+	exit ;;
     *:OS400:*:*)
         echo powerpc-ibm-os400
-	exit 0 ;;
+	exit ;;
     arm:RISC*:1.[012]*:*|arm:riscix:1.[012]*:*)
 	echo arm-acorn-riscix${UNAME_RELEASE}
-	exit 0;;
+	exit ;;
+    arm:riscos:*:*|arm:RISCOS:*:*)
+	echo arm-unknown-riscos
+	exit ;;
     SR2?01:HI-UX/MPP:*:* | SR8000:HI-UX/MPP:*:*)
 	echo hppa1.1-hitachi-hiuxmpp
-	exit 0;;
+	exit ;;
     Pyramid*:OSx*:*:* | MIS*:OSx*:*:* | MIS*:SMP_DC-OSx*:*:*)
 	# akee@wpdis03.wpafb.af.mil (Earle F. Ake) contributed MIS and NILE.
 	if test "`(/bin/universe) 2>/dev/null`" = att ; then
@@ -338,32 +312,32 @@
 	else
 		echo pyramid-pyramid-bsd
 	fi
-	exit 0 ;;
+	exit ;;
     NILE*:*:*:dcosx)
 	echo pyramid-pyramid-svr4
-	exit 0 ;;
+	exit ;;
     DRS?6000:unix:4.0:6*)
 	echo sparc-icl-nx6
-	exit 0 ;;
+	exit ;;
     DRS?6000:UNIX_SV:4.2*:7* | DRS?6000:isis:4.2*:7*)
 	case `/usr/bin/uname -p` in
-	    sparc) echo sparc-icl-nx7 && exit 0 ;;
+	    sparc) echo sparc-icl-nx7; exit ;;
 	esac ;;
     sun4H:SunOS:5.*:*)
 	echo sparc-hal-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
-	exit 0 ;;
+	exit ;;
     sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*)
 	echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
-	exit 0 ;;
+	exit ;;
     i86pc:SunOS:5.*:*)
 	echo i386-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
-	exit 0 ;;
+	exit ;;
     sun4*:SunOS:6*:*)
 	# According to config.sub, this is the proper way to canonicalize
 	# SunOS6.  Hard to guess exactly what SunOS6 will be like, but
 	# it's likely to be more like Solaris than SunOS4.
 	echo sparc-sun-solaris3`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
-	exit 0 ;;
+	exit ;;
     sun4*:SunOS:*:*)
 	case "`/usr/bin/arch -k`" in
 	    Series*|S4*)
@@ -372,10 +346,10 @@
 	esac
 	# Japanese Language versions have a version number like `4.1.3-JL'.
 	echo sparc-sun-sunos`echo ${UNAME_RELEASE}|sed -e 's/-/_/'`
-	exit 0 ;;
+	exit ;;
     sun3*:SunOS:*:*)
 	echo m68k-sun-sunos${UNAME_RELEASE}
-	exit 0 ;;
+	exit ;;
     sun*:*:4.2BSD:*)
 	UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null`
 	test "x${UNAME_RELEASE}" = "x" && UNAME_RELEASE=3
@@ -387,10 +361,10 @@
 		echo sparc-sun-sunos${UNAME_RELEASE}
 		;;
 	esac
-	exit 0 ;;
+	exit ;;
     aushp:SunOS:*:*)
 	echo sparc-auspex-sunos${UNAME_RELEASE}
-	exit 0 ;;
+	exit ;;
     # The situation for MiNT is a little confusing.  The machine name
     # can be virtually everything (everything which is not
     # "atarist" or "atariste" at least should have a processor
@@ -401,40 +375,40 @@
     # be no problem.
     atarist[e]:*MiNT:*:* | atarist[e]:*mint:*:* | atarist[e]:*TOS:*:*)
         echo m68k-atari-mint${UNAME_RELEASE}
-	exit 0 ;;
+	exit ;;
     atari*:*MiNT:*:* | atari*:*mint:*:* | atarist[e]:*TOS:*:*)
 	echo m68k-atari-mint${UNAME_RELEASE}
-        exit 0 ;;
+        exit ;;
     *falcon*:*MiNT:*:* | *falcon*:*mint:*:* | *falcon*:*TOS:*:*)
         echo m68k-atari-mint${UNAME_RELEASE}
-	exit 0 ;;
+	exit ;;
     milan*:*MiNT:*:* | milan*:*mint:*:* | *milan*:*TOS:*:*)
         echo m68k-milan-mint${UNAME_RELEASE}
-        exit 0 ;;
+        exit ;;
     hades*:*MiNT:*:* | hades*:*mint:*:* | *hades*:*TOS:*:*)
         echo m68k-hades-mint${UNAME_RELEASE}
-        exit 0 ;;
+        exit ;;
     *:*MiNT:*:* | *:*mint:*:* | *:*TOS:*:*)
         echo m68k-unknown-mint${UNAME_RELEASE}
-        exit 0 ;;
+        exit ;;
     m68k:machten:*:*)
 	echo m68k-apple-machten${UNAME_RELEASE}
-	exit 0 ;;
+	exit ;;
     powerpc:machten:*:*)
 	echo powerpc-apple-machten${UNAME_RELEASE}
-	exit 0 ;;
+	exit ;;
     RISC*:Mach:*:*)
 	echo mips-dec-mach_bsd4.3
-	exit 0 ;;
+	exit ;;
     RISC*:ULTRIX:*:*)
 	echo mips-dec-ultrix${UNAME_RELEASE}
-	exit 0 ;;
+	exit ;;
     VAX*:ULTRIX*:*:*)
 	echo vax-dec-ultrix${UNAME_RELEASE}
-	exit 0 ;;
+	exit ;;
     2020:CLIX:*:* | 2430:CLIX:*:*)
 	echo clipper-intergraph-clix${UNAME_RELEASE}
-	exit 0 ;;
+	exit ;;
     mips:*:*:UMIPS | mips:*:*:RISCos)
 	eval $set_cc_for_build
 	sed 's/^	//' << EOF >$dummy.c
@@ -458,32 +432,33 @@
 	  exit (-1);
 	}
 EOF
-	$CC_FOR_BUILD -o $dummy $dummy.c \
-	  && $dummy `echo "${UNAME_RELEASE}" | sed -n 's/\([0-9]*\).*/\1/p'` \
-	  && exit 0
+	$CC_FOR_BUILD -o $dummy $dummy.c &&
+	  dummyarg=`echo "${UNAME_RELEASE}" | sed -n 's/\([0-9]*\).*/\1/p'` &&
+	  SYSTEM_NAME=`$dummy $dummyarg` &&
+	    { echo "$SYSTEM_NAME"; exit; }
 	echo mips-mips-riscos${UNAME_RELEASE}
-	exit 0 ;;
+	exit ;;
     Motorola:PowerMAX_OS:*:*)
 	echo powerpc-motorola-powermax
-	exit 0 ;;
+	exit ;;
     Motorola:*:4.3:PL8-*)
 	echo powerpc-harris-powermax
-	exit 0 ;;
+	exit ;;
     Night_Hawk:*:*:PowerMAX_OS | Synergy:PowerMAX_OS:*:*)
 	echo powerpc-harris-powermax
-	exit 0 ;;
+	exit ;;
     Night_Hawk:Power_UNIX:*:*)
 	echo powerpc-harris-powerunix
-	exit 0 ;;
+	exit ;;
     m88k:CX/UX:7*:*)
 	echo m88k-harris-cxux7
-	exit 0 ;;
+	exit ;;
     m88k:*:4*:R4*)
 	echo m88k-motorola-sysv4
-	exit 0 ;;
+	exit ;;
     m88k:*:3*:R3*)
 	echo m88k-motorola-sysv3
-	exit 0 ;;
+	exit ;;
     AViiON:dgux:*:*)
         # DG/UX returns AViiON for all architectures
         UNAME_PROCESSOR=`/usr/bin/uname -p`
@@ -499,29 +474,29 @@
 	else
 	    echo i586-dg-dgux${UNAME_RELEASE}
 	fi
- 	exit 0 ;;
+ 	exit ;;
     M88*:DolphinOS:*:*)	# DolphinOS (SVR3)
 	echo m88k-dolphin-sysv3
-	exit 0 ;;
+	exit ;;
     M88*:*:R3*:*)
 	# Delta 88k system running SVR3
 	echo m88k-motorola-sysv3
-	exit 0 ;;
+	exit ;;
     XD88*:*:*:*) # Tektronix XD88 system running UTekV (SVR3)
 	echo m88k-tektronix-sysv3
-	exit 0 ;;
+	exit ;;
     Tek43[0-9][0-9]:UTek:*:*) # Tektronix 4300 system running UTek (BSD)
 	echo m68k-tektronix-bsd
-	exit 0 ;;
+	exit ;;
     *:IRIX*:*:*)
 	echo mips-sgi-irix`echo ${UNAME_RELEASE}|sed -e 's/-/_/g'`
-	exit 0 ;;
+	exit ;;
     ????????:AIX?:[12].1:2)   # AIX 2.2.1 or AIX 2.1.1 is RT/PC AIX.
-	echo romp-ibm-aix      # uname -m gives an 8 hex-code CPU id
-	exit 0 ;;              # Note that: echo "'`uname -s`'" gives 'AIX '
+	echo romp-ibm-aix     # uname -m gives an 8 hex-code CPU id
+	exit ;;               # Note that: echo "'`uname -s`'" gives 'AIX '
     i*86:AIX:*:*)
 	echo i386-ibm-aix
-	exit 0 ;;
+	exit ;;
     ia64:AIX:*:*)
 	if [ -x /usr/bin/oslevel ] ; then
 		IBM_REV=`/usr/bin/oslevel`
@@ -529,7 +504,7 @@
 		IBM_REV=${UNAME_VERSION}.${UNAME_RELEASE}
 	fi
 	echo ${UNAME_MACHINE}-ibm-aix${IBM_REV}
-	exit 0 ;;
+	exit ;;
     *:AIX:2:3)
 	if grep bos325 /usr/include/stdio.h >/dev/null 2>&1; then
 		eval $set_cc_for_build
@@ -544,14 +519,18 @@
 			exit(0);
 			}
 EOF
-		$CC_FOR_BUILD -o $dummy $dummy.c && $dummy && exit 0
-		echo rs6000-ibm-aix3.2.5
+		if $CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy`
+		then
+			echo "$SYSTEM_NAME"
+		else
+			echo rs6000-ibm-aix3.2.5
+		fi
 	elif grep bos324 /usr/include/stdio.h >/dev/null 2>&1; then
 		echo rs6000-ibm-aix3.2.4
 	else
 		echo rs6000-ibm-aix3.2
 	fi
-	exit 0 ;;
+	exit ;;
     *:AIX:*:[45])
 	IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'`
 	if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then
@@ -565,28 +544,28 @@
 		IBM_REV=${UNAME_VERSION}.${UNAME_RELEASE}
 	fi
 	echo ${IBM_ARCH}-ibm-aix${IBM_REV}
-	exit 0 ;;
+	exit ;;
     *:AIX:*:*)
 	echo rs6000-ibm-aix
-	exit 0 ;;
+	exit ;;
     ibmrt:4.4BSD:*|romp-ibm:BSD:*)
 	echo romp-ibm-bsd4.4
-	exit 0 ;;
+	exit ;;
     ibmrt:*BSD:*|romp-ibm:BSD:*)            # covers RT/PC BSD and
 	echo romp-ibm-bsd${UNAME_RELEASE}   # 4.3 with uname added to
-	exit 0 ;;                           # report: romp-ibm BSD 4.3
+	exit ;;                             # report: romp-ibm BSD 4.3
     *:BOSX:*:*)
 	echo rs6000-bull-bosx
-	exit 0 ;;
+	exit ;;
     DPX/2?00:B.O.S.:*:*)
 	echo m68k-bull-sysv3
-	exit 0 ;;
+	exit ;;
     9000/[34]??:4.3bsd:1.*:*)
 	echo m68k-hp-bsd
-	exit 0 ;;
+	exit ;;
     hp300:4.4BSD:*:* | 9000/[34]??:4.3bsd:2.*:*)
 	echo m68k-hp-bsd4.4
-	exit 0 ;;
+	exit ;;
     9000/[34678]??:HP-UX:*:*)
 	HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
 	case "${UNAME_MACHINE}" in
@@ -648,9 +627,19 @@
 	esac
 	if [ ${HP_ARCH} = "hppa2.0w" ]
 	then
-	    # avoid double evaluation of $set_cc_for_build
-	    test -n "$CC_FOR_BUILD" || eval $set_cc_for_build
-	    if echo __LP64__ | (CCOPTS= $CC_FOR_BUILD -E -) | grep __LP64__ >/dev/null
+	    eval $set_cc_for_build
+
+	    # hppa2.0w-hp-hpux* has a 64-bit kernel and a compiler generating
+	    # 32-bit code.  hppa64-hp-hpux* has the same kernel and a compiler
+	    # generating 64-bit code.  GNU and HP use different nomenclature:
+	    #
+	    # $ CC_FOR_BUILD=cc ./config.guess
+	    # => hppa2.0w-hp-hpux11.23
+	    # $ CC_FOR_BUILD="cc +DA2.0w" ./config.guess
+	    # => hppa64-hp-hpux11.23
+
+	    if echo __LP64__ | (CCOPTS= $CC_FOR_BUILD -E - 2>/dev/null) |
+		grep __LP64__ >/dev/null
 	    then
 		HP_ARCH="hppa2.0w"
 	    else
@@ -658,11 +647,11 @@
 	    fi
 	fi
 	echo ${HP_ARCH}-hp-hpux${HPUX_REV}
-	exit 0 ;;
+	exit ;;
     ia64:HP-UX:*:*)
 	HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
 	echo ia64-hp-hpux${HPUX_REV}
-	exit 0 ;;
+	exit ;;
     3050*:HI-UX:*:*)
 	eval $set_cc_for_build
 	sed 's/^	//' << EOF >$dummy.c
@@ -690,161 +679,179 @@
 	  exit (0);
 	}
 EOF
-	$CC_FOR_BUILD -o $dummy $dummy.c && $dummy && exit 0
+	$CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy` &&
+		{ echo "$SYSTEM_NAME"; exit; }
 	echo unknown-hitachi-hiuxwe2
-	exit 0 ;;
+	exit ;;
     9000/7??:4.3bsd:*:* | 9000/8?[79]:4.3bsd:*:* )
 	echo hppa1.1-hp-bsd
-	exit 0 ;;
+	exit ;;
     9000/8??:4.3bsd:*:*)
 	echo hppa1.0-hp-bsd
-	exit 0 ;;
+	exit ;;
     *9??*:MPE/iX:*:* | *3000*:MPE/iX:*:*)
 	echo hppa1.0-hp-mpeix
-	exit 0 ;;
+	exit ;;
     hp7??:OSF1:*:* | hp8?[79]:OSF1:*:* )
 	echo hppa1.1-hp-osf
-	exit 0 ;;
+	exit ;;
     hp8??:OSF1:*:*)
 	echo hppa1.0-hp-osf
-	exit 0 ;;
+	exit ;;
     i*86:OSF1:*:*)
 	if [ -x /usr/sbin/sysversion ] ; then
 	    echo ${UNAME_MACHINE}-unknown-osf1mk
 	else
 	    echo ${UNAME_MACHINE}-unknown-osf1
 	fi
-	exit 0 ;;
+	exit ;;
     parisc*:Lites*:*:*)
 	echo hppa1.1-hp-lites
-	exit 0 ;;
+	exit ;;
     C1*:ConvexOS:*:* | convex:ConvexOS:C1*:*)
 	echo c1-convex-bsd
-        exit 0 ;;
+        exit ;;
     C2*:ConvexOS:*:* | convex:ConvexOS:C2*:*)
 	if getsysinfo -f scalar_acc
 	then echo c32-convex-bsd
 	else echo c2-convex-bsd
 	fi
-        exit 0 ;;
+        exit ;;
     C34*:ConvexOS:*:* | convex:ConvexOS:C34*:*)
 	echo c34-convex-bsd
-        exit 0 ;;
+        exit ;;
     C38*:ConvexOS:*:* | convex:ConvexOS:C38*:*)
 	echo c38-convex-bsd
-        exit 0 ;;
+        exit ;;
     C4*:ConvexOS:*:* | convex:ConvexOS:C4*:*)
 	echo c4-convex-bsd
-        exit 0 ;;
+        exit ;;
     CRAY*Y-MP:*:*:*)
 	echo ymp-cray-unicos${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/'
-	exit 0 ;;
+	exit ;;
     CRAY*[A-Z]90:*:*:*)
 	echo ${UNAME_MACHINE}-cray-unicos${UNAME_RELEASE} \
 	| sed -e 's/CRAY.*\([A-Z]90\)/\1/' \
 	      -e y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstuvwxyz/ \
 	      -e 's/\.[^.]*$/.X/'
-	exit 0 ;;
+	exit ;;
     CRAY*TS:*:*:*)
 	echo t90-cray-unicos${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/'
-	exit 0 ;;
+	exit ;;
     CRAY*T3E:*:*:*)
 	echo alphaev5-cray-unicosmk${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/'
-	exit 0 ;;
+	exit ;;
     CRAY*SV1:*:*:*)
 	echo sv1-cray-unicos${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/'
-	exit 0 ;;
+	exit ;;
     *:UNICOS/mp:*:*)
 	echo craynv-cray-unicosmp${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/'
-	exit 0 ;;
+	exit ;;
     F30[01]:UNIX_System_V:*:* | F700:UNIX_System_V:*:*)
 	FUJITSU_PROC=`uname -m | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'`
         FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'`
         FUJITSU_REL=`echo ${UNAME_RELEASE} | sed -e 's/ /_/'`
         echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
-        exit 0 ;;
+        exit ;;
     5000:UNIX_System_V:4.*:*)
         FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'`
         FUJITSU_REL=`echo ${UNAME_RELEASE} | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/ /_/'`
         echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
-	exit 0 ;;
+	exit ;;
     i*86:BSD/386:*:* | i*86:BSD/OS:*:* | *:Ascend\ Embedded/OS:*:*)
 	echo ${UNAME_MACHINE}-pc-bsdi${UNAME_RELEASE}
-	exit 0 ;;
+	exit ;;
     sparc*:BSD/OS:*:*)
 	echo sparc-unknown-bsdi${UNAME_RELEASE}
-	exit 0 ;;
+	exit ;;
     *:BSD/OS:*:*)
 	echo ${UNAME_MACHINE}-unknown-bsdi${UNAME_RELEASE}
-	exit 0 ;;
+	exit ;;
     *:FreeBSD:*:*)
-	echo ${UNAME_MACHINE}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`
-	exit 0 ;;
+	case ${UNAME_MACHINE} in
+	    pc98)
+		echo i386-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
+	    amd64)
+		echo x86_64-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
+	    *)
+		echo ${UNAME_MACHINE}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
+	esac
+	exit ;;
     i*:CYGWIN*:*)
 	echo ${UNAME_MACHINE}-pc-cygwin
-	exit 0 ;;
+	exit ;;
     i*:MINGW*:*)
 	echo ${UNAME_MACHINE}-pc-mingw32
-	exit 0 ;;
+	exit ;;
+    i*:windows32*:*)
+    	# uname -m includes "-pc" on this system.
+    	echo ${UNAME_MACHINE}-mingw32
+	exit ;;
     i*:PW*:*)
 	echo ${UNAME_MACHINE}-pc-pw32
-	exit 0 ;;
-    x86:Interix*:[34]*)
-	echo i586-pc-interix${UNAME_RELEASE}|sed -e 's/\..*//'
-	exit 0 ;;
+	exit ;;
+    x86:Interix*:[3456]*)
+	echo i586-pc-interix${UNAME_RELEASE}
+	exit ;;
+    EM64T:Interix*:[3456]*)
+	echo x86_64-unknown-interix${UNAME_RELEASE}
+	exit ;;
     [345]86:Windows_95:* | [345]86:Windows_98:* | [345]86:Windows_NT:*)
 	echo i${UNAME_MACHINE}-pc-mks
-	exit 0 ;;
+	exit ;;
     i*:Windows_NT*:* | Pentium*:Windows_NT*:*)
 	# How do we know it's Interix rather than the generic POSIX subsystem?
 	# It also conflicts with pre-2.0 versions of AT&T UWIN. Should we
 	# UNAME_MACHINE based on the output of uname instead of i386?
 	echo i586-pc-interix
-	exit 0 ;;
+	exit ;;
     i*:UWIN*:*)
 	echo ${UNAME_MACHINE}-pc-uwin
-	exit 0 ;;
-    amd64:CYGWIN*:*:*)
+	exit ;;
+    amd64:CYGWIN*:*:* | x86_64:CYGWIN*:*:*)
 	echo x86_64-unknown-cygwin
-	exit 0 ;;
+	exit ;;
     p*:CYGWIN*:*)
 	echo powerpcle-unknown-cygwin
-	exit 0 ;;
+	exit ;;
     prep*:SunOS:5.*:*)
 	echo powerpcle-unknown-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
-	exit 0 ;;
+	exit ;;
     *:GNU:*:*)
 	# the GNU system
 	echo `echo ${UNAME_MACHINE}|sed -e 's,[-/].*$,,'`-unknown-gnu`echo ${UNAME_RELEASE}|sed -e 's,/.*$,,'`
-	exit 0 ;;
+	exit ;;
     *:GNU/*:*:*)
 	# other systems with GNU libc and userland
 	echo ${UNAME_MACHINE}-unknown-`echo ${UNAME_SYSTEM} | sed 's,^[^/]*/,,' | tr '[A-Z]' '[a-z]'``echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`-gnu
-	exit 0 ;;
+	exit ;;
     i*86:Minix:*:*)
 	echo ${UNAME_MACHINE}-pc-minix
-	exit 0 ;;
+	exit ;;
     arm*:Linux:*:*)
 	echo ${UNAME_MACHINE}-unknown-linux-gnu
-	exit 0 ;;
+	exit ;;
+    avr32*:Linux:*:*)
+	echo ${UNAME_MACHINE}-unknown-linux-gnu
+	exit ;;
     cris:Linux:*:*)
 	echo cris-axis-linux-gnu
-	exit 0 ;;
+	exit ;;
     crisv32:Linux:*:*)
 	echo crisv32-axis-linux-gnu
-	exit 0 ;;
+	exit ;;
     frv:Linux:*:*)
     	echo frv-unknown-linux-gnu
-	exit 0 ;;
+	exit ;;
     ia64:Linux:*:*)
 	echo ${UNAME_MACHINE}-unknown-linux-gnu
-	exit 0 ;;
+	exit ;;
     m32r*:Linux:*:*)
 	echo ${UNAME_MACHINE}-unknown-linux-gnu
-	exit 0 ;;
+	exit ;;
     m68*:Linux:*:*)
 	echo ${UNAME_MACHINE}-unknown-linux-gnu
-	exit 0 ;;
+	exit ;;
     mips:Linux:*:*)
 	eval $set_cc_for_build
 	sed 's/^	//' << EOF >$dummy.c
@@ -861,8 +868,12 @@
 	#endif
 	#endif
 EOF
-	eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep ^CPU=`
-	test x"${CPU}" != x && echo "${CPU}-unknown-linux-gnu" && exit 0
+	eval "`$CC_FOR_BUILD -E $dummy.c 2>/dev/null | sed -n '
+	    /^CPU/{
+		s: ::g
+		p
+	    }'`"
+	test x"${CPU}" != x && { echo "${CPU}-unknown-linux-gnu"; exit; }
 	;;
     mips64:Linux:*:*)
 	eval $set_cc_for_build
@@ -880,15 +891,22 @@
 	#endif
 	#endif
 EOF
-	eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep ^CPU=`
-	test x"${CPU}" != x && echo "${CPU}-unknown-linux-gnu" && exit 0
+	eval "`$CC_FOR_BUILD -E $dummy.c 2>/dev/null | sed -n '
+	    /^CPU/{
+		s: ::g
+		p
+	    }'`"
+	test x"${CPU}" != x && { echo "${CPU}-unknown-linux-gnu"; exit; }
 	;;
+    or32:Linux:*:*)
+	echo or32-unknown-linux-gnu
+	exit ;;
     ppc:Linux:*:*)
 	echo powerpc-unknown-linux-gnu
-	exit 0 ;;
+	exit ;;
     ppc64:Linux:*:*)
 	echo powerpc64-unknown-linux-gnu
-	exit 0 ;;
+	exit ;;
     alpha:Linux:*:*)
 	case `sed -n '/^cpu model/s/^.*: \(.*\)/\1/p' < /proc/cpuinfo` in
 	  EV5)   UNAME_MACHINE=alphaev5 ;;
@@ -902,7 +920,7 @@
 	objdump --private-headers /bin/sh | grep ld.so.1 >/dev/null
 	if test "$?" = 0 ; then LIBC="libc1" ; else LIBC="" ; fi
 	echo ${UNAME_MACHINE}-unknown-linux-gnu${LIBC}
-	exit 0 ;;
+	exit ;;
     parisc:Linux:*:* | hppa:Linux:*:*)
 	# Look for CPU level
 	case `grep '^cpu[^a-z]*:' /proc/cpuinfo 2>/dev/null | cut -d' ' -f2` in
@@ -910,25 +928,28 @@
 	  PA8*) echo hppa2.0-unknown-linux-gnu ;;
 	  *)    echo hppa-unknown-linux-gnu ;;
 	esac
-	exit 0 ;;
+	exit ;;
     parisc64:Linux:*:* | hppa64:Linux:*:*)
 	echo hppa64-unknown-linux-gnu
-	exit 0 ;;
+	exit ;;
     s390:Linux:*:* | s390x:Linux:*:*)
 	echo ${UNAME_MACHINE}-ibm-linux
-	exit 0 ;;
+	exit ;;
     sh64*:Linux:*:*)
     	echo ${UNAME_MACHINE}-unknown-linux-gnu
-	exit 0 ;;
+	exit ;;
     sh*:Linux:*:*)
 	echo ${UNAME_MACHINE}-unknown-linux-gnu
-	exit 0 ;;
+	exit ;;
     sparc:Linux:*:* | sparc64:Linux:*:*)
 	echo ${UNAME_MACHINE}-unknown-linux-gnu
-	exit 0 ;;
+	exit ;;
+    vax:Linux:*:*)
+	echo ${UNAME_MACHINE}-dec-linux-gnu
+	exit ;;
     x86_64:Linux:*:*)
 	echo x86_64-unknown-linux-gnu
-	exit 0 ;;
+	exit ;;
     i*86:Linux:*:*)
 	# The BFD linker knows what the default object file format is, so
 	# first see if it will tell us. cd to the root directory to prevent
@@ -946,15 +967,15 @@
 		;;
 	  a.out-i386-linux)
 		echo "${UNAME_MACHINE}-pc-linux-gnuaout"
-		exit 0 ;;
+		exit ;;
 	  coff-i386)
 		echo "${UNAME_MACHINE}-pc-linux-gnucoff"
-		exit 0 ;;
+		exit ;;
 	  "")
 		# Either a pre-BFD a.out linker (linux-gnuoldld) or
 		# one that does not give us useful --help.
 		echo "${UNAME_MACHINE}-pc-linux-gnuoldld"
-		exit 0 ;;
+		exit ;;
 	esac
 	# Determine whether the default compiler is a.out or elf
 	eval $set_cc_for_build
@@ -971,7 +992,7 @@
 	LIBC=gnulibc1
 	# endif
 	#else
-	#ifdef __INTEL_COMPILER
+	#if defined(__INTEL_COMPILER) || defined(__PGI) || defined(__SUNPRO_C) || defined(__SUNPRO_CC)
 	LIBC=gnu
 	#else
 	LIBC=gnuaout
@@ -981,16 +1002,23 @@
 	LIBC=dietlibc
 	#endif
 EOF
-	eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep ^LIBC=`
-	test x"${LIBC}" != x && echo "${UNAME_MACHINE}-pc-linux-${LIBC}" && exit 0
-	test x"${TENTATIVE}" != x && echo "${TENTATIVE}" && exit 0
+	eval "`$CC_FOR_BUILD -E $dummy.c 2>/dev/null | sed -n '
+	    /^LIBC/{
+		s: ::g
+		p
+	    }'`"
+	test x"${LIBC}" != x && {
+		echo "${UNAME_MACHINE}-pc-linux-${LIBC}"
+		exit
+	}
+	test x"${TENTATIVE}" != x && { echo "${TENTATIVE}"; exit; }
 	;;
     i*86:DYNIX/ptx:4*:*)
 	# ptx 4.0 does uname -s correctly, with DYNIX/ptx in there.
 	# earlier versions are messed up and put the nodename in both
 	# sysname and nodename.
 	echo i386-sequent-sysv4
-	exit 0 ;;
+	exit ;;
     i*86:UNIX_SV:4.2MP:2.*)
         # Unixware is an offshoot of SVR4, but it has its own version
         # number series starting with 2...
@@ -998,27 +1026,27 @@
 	# I just have to hope.  -- rms.
         # Use sysv4.2uw... so that sysv4* matches it.
 	echo ${UNAME_MACHINE}-pc-sysv4.2uw${UNAME_VERSION}
-	exit 0 ;;
+	exit ;;
     i*86:OS/2:*:*)
 	# If we were able to find `uname', then EMX Unix compatibility
 	# is probably installed.
 	echo ${UNAME_MACHINE}-pc-os2-emx
-	exit 0 ;;
+	exit ;;
     i*86:XTS-300:*:STOP)
 	echo ${UNAME_MACHINE}-unknown-stop
-	exit 0 ;;
+	exit ;;
     i*86:atheos:*:*)
 	echo ${UNAME_MACHINE}-unknown-atheos
-	exit 0 ;;
-	i*86:syllable:*:*)
+	exit ;;
+    i*86:syllable:*:*)
 	echo ${UNAME_MACHINE}-pc-syllable
-	exit 0 ;;
+	exit ;;
     i*86:LynxOS:2.*:* | i*86:LynxOS:3.[01]*:* | i*86:LynxOS:4.0*:*)
 	echo i386-unknown-lynxos${UNAME_RELEASE}
-	exit 0 ;;
+	exit ;;
     i*86:*DOS:*:*)
 	echo ${UNAME_MACHINE}-pc-msdosdjgpp
-	exit 0 ;;
+	exit ;;
     i*86:*:4.*:* | i*86:SYSTEM_V:4.*:*)
 	UNAME_REL=`echo ${UNAME_RELEASE} | sed 's/\/MP$//'`
 	if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then
@@ -1026,15 +1054,16 @@
 	else
 		echo ${UNAME_MACHINE}-pc-sysv${UNAME_REL}
 	fi
-	exit 0 ;;
-    i*86:*:5:[78]*)
+	exit ;;
+    i*86:*:5:[678]*)
+    	# UnixWare 7.x, OpenUNIX and OpenServer 6.
 	case `/bin/uname -X | grep "^Machine"` in
 	    *486*)	     UNAME_MACHINE=i486 ;;
 	    *Pentium)	     UNAME_MACHINE=i586 ;;
 	    *Pent*|*Celeron) UNAME_MACHINE=i686 ;;
 	esac
 	echo ${UNAME_MACHINE}-unknown-sysv${UNAME_RELEASE}${UNAME_SYSTEM}${UNAME_VERSION}
-	exit 0 ;;
+	exit ;;
     i*86:*:3.2:*)
 	if test -f /usr/options/cb.name; then
 		UNAME_REL=`sed -n 's/.*Version //p' </usr/options/cb.name`
@@ -1052,73 +1081,73 @@
 	else
 		echo ${UNAME_MACHINE}-pc-sysv32
 	fi
-	exit 0 ;;
+	exit ;;
     pc:*:*:*)
 	# Left here for compatibility:
         # uname -m prints for DJGPP always 'pc', but it prints nothing about
         # the processor, so we play safe by assuming i386.
 	echo i386-pc-msdosdjgpp
-        exit 0 ;;
+        exit ;;
     Intel:Mach:3*:*)
 	echo i386-pc-mach3
-	exit 0 ;;
+	exit ;;
     paragon:*:*:*)
 	echo i860-intel-osf1
-	exit 0 ;;
+	exit ;;
     i860:*:4.*:*) # i860-SVR4
 	if grep Stardent /usr/include/sys/uadmin.h >/dev/null 2>&1 ; then
 	  echo i860-stardent-sysv${UNAME_RELEASE} # Stardent Vistra i860-SVR4
 	else # Add other i860-SVR4 vendors below as they are discovered.
 	  echo i860-unknown-sysv${UNAME_RELEASE}  # Unknown i860-SVR4
 	fi
-	exit 0 ;;
+	exit ;;
     mini*:CTIX:SYS*5:*)
 	# "miniframe"
 	echo m68010-convergent-sysv
-	exit 0 ;;
+	exit ;;
     mc68k:UNIX:SYSTEM5:3.51m)
 	echo m68k-convergent-sysv
-	exit 0 ;;
+	exit ;;
     M680?0:D-NIX:5.3:*)
 	echo m68k-diab-dnix
-	exit 0 ;;
+	exit ;;
     M68*:*:R3V[5678]*:*)
-	test -r /sysV68 && echo 'm68k-motorola-sysv' && exit 0 ;;
+	test -r /sysV68 && { echo 'm68k-motorola-sysv'; exit; } ;;
     3[345]??:*:4.0:3.0 | 3[34]??A:*:4.0:3.0 | 3[34]??,*:*:4.0:3.0 | 3[34]??/*:*:4.0:3.0 | 4400:*:4.0:3.0 | 4850:*:4.0:3.0 | SKA40:*:4.0:3.0 | SDS2:*:4.0:3.0 | SHG2:*:4.0:3.0 | S7501*:*:4.0:3.0)
 	OS_REL=''
 	test -r /etc/.relid \
 	&& OS_REL=.`sed -n 's/[^ ]* [^ ]* \([0-9][0-9]\).*/\1/p' < /etc/.relid`
 	/bin/uname -p 2>/dev/null | grep 86 >/dev/null \
-	  && echo i486-ncr-sysv4.3${OS_REL} && exit 0
+	  && { echo i486-ncr-sysv4.3${OS_REL}; exit; }
 	/bin/uname -p 2>/dev/null | /bin/grep entium >/dev/null \
-	  && echo i586-ncr-sysv4.3${OS_REL} && exit 0 ;;
+	  && { echo i586-ncr-sysv4.3${OS_REL}; exit; } ;;
     3[34]??:*:4.0:* | 3[34]??,*:*:4.0:*)
         /bin/uname -p 2>/dev/null | grep 86 >/dev/null \
-          && echo i486-ncr-sysv4 && exit 0 ;;
+          && { echo i486-ncr-sysv4; exit; } ;;
     m68*:LynxOS:2.*:* | m68*:LynxOS:3.0*:*)
 	echo m68k-unknown-lynxos${UNAME_RELEASE}
-	exit 0 ;;
+	exit ;;
     mc68030:UNIX_System_V:4.*:*)
 	echo m68k-atari-sysv4
-	exit 0 ;;
+	exit ;;
     TSUNAMI:LynxOS:2.*:*)
 	echo sparc-unknown-lynxos${UNAME_RELEASE}
-	exit 0 ;;
+	exit ;;
     rs6000:LynxOS:2.*:*)
 	echo rs6000-unknown-lynxos${UNAME_RELEASE}
-	exit 0 ;;
+	exit ;;
     PowerPC:LynxOS:2.*:* | PowerPC:LynxOS:3.[01]*:* | PowerPC:LynxOS:4.0*:*)
 	echo powerpc-unknown-lynxos${UNAME_RELEASE}
-	exit 0 ;;
+	exit ;;
     SM[BE]S:UNIX_SV:*:*)
 	echo mips-dde-sysv${UNAME_RELEASE}
-	exit 0 ;;
+	exit ;;
     RM*:ReliantUNIX-*:*:*)
 	echo mips-sni-sysv4
-	exit 0 ;;
+	exit ;;
     RM*:SINIX-*:*:*)
 	echo mips-sni-sysv4
-	exit 0 ;;
+	exit ;;
     *:SINIX-*:*:*)
 	if uname -p 2>/dev/null >/dev/null ; then
 		UNAME_MACHINE=`(uname -p) 2>/dev/null`
@@ -1126,73 +1155,72 @@
 	else
 		echo ns32k-sni-sysv
 	fi
-	exit 0 ;;
+	exit ;;
     PENTIUM:*:4.0*:*) # Unisys `ClearPath HMP IX 4000' SVR4/MP effort
                       # says <Richard.M.Bartel@ccMail.Census.GOV>
         echo i586-unisys-sysv4
-        exit 0 ;;
+        exit ;;
     *:UNIX_System_V:4*:FTX*)
 	# From Gerald Hewes <hewes@openmarket.com>.
 	# How about differentiating between stratus architectures? -djm
 	echo hppa1.1-stratus-sysv4
-	exit 0 ;;
+	exit ;;
     *:*:*:FTX*)
 	# From seanf@swdc.stratus.com.
 	echo i860-stratus-sysv4
-	exit 0 ;;
+	exit ;;
     i*86:VOS:*:*)
 	# From Paul.Green@stratus.com.
 	echo ${UNAME_MACHINE}-stratus-vos
-	exit 0 ;;
+	exit ;;
     *:VOS:*:*)
 	# From Paul.Green@stratus.com.
 	echo hppa1.1-stratus-vos
-	exit 0 ;;
+	exit ;;
     mc68*:A/UX:*:*)
 	echo m68k-apple-aux${UNAME_RELEASE}
-	exit 0 ;;
+	exit ;;
     news*:NEWS-OS:6*:*)
 	echo mips-sony-newsos6
-	exit 0 ;;
+	exit ;;
     R[34]000:*System_V*:*:* | R4000:UNIX_SYSV:*:* | R*000:UNIX_SV:*:*)
 	if [ -d /usr/nec ]; then
 	        echo mips-nec-sysv${UNAME_RELEASE}
 	else
 	        echo mips-unknown-sysv${UNAME_RELEASE}
 	fi
-        exit 0 ;;
+        exit ;;
     BeBox:BeOS:*:*)	# BeOS running on hardware made by Be, PPC only.
 	echo powerpc-be-beos
-	exit 0 ;;
+	exit ;;
     BeMac:BeOS:*:*)	# BeOS running on Mac or Mac clone, PPC only.
 	echo powerpc-apple-beos
-	exit 0 ;;
+	exit ;;
     BePC:BeOS:*:*)	# BeOS running on Intel PC compatible.
 	echo i586-pc-beos
-	exit 0 ;;
+	exit ;;
     SX-4:SUPER-UX:*:*)
 	echo sx4-nec-superux${UNAME_RELEASE}
-	exit 0 ;;
+	exit ;;
     SX-5:SUPER-UX:*:*)
 	echo sx5-nec-superux${UNAME_RELEASE}
-	exit 0 ;;
+	exit ;;
     SX-6:SUPER-UX:*:*)
 	echo sx6-nec-superux${UNAME_RELEASE}
-	exit 0 ;;
+	exit ;;
     Power*:Rhapsody:*:*)
 	echo powerpc-apple-rhapsody${UNAME_RELEASE}
-	exit 0 ;;
+	exit ;;
     *:Rhapsody:*:*)
 	echo ${UNAME_MACHINE}-apple-rhapsody${UNAME_RELEASE}
-	exit 0 ;;
+	exit ;;
     *:Darwin:*:*)
 	UNAME_PROCESSOR=`uname -p` || UNAME_PROCESSOR=unknown
 	case $UNAME_PROCESSOR in
-	    *86) UNAME_PROCESSOR=i686 ;;
 	    unknown) UNAME_PROCESSOR=powerpc ;;
 	esac
 	echo ${UNAME_PROCESSOR}-apple-darwin${UNAME_RELEASE}
-	exit 0 ;;
+	exit ;;
     *:procnto*:*:* | *:QNX:[0123456789]*:*)
 	UNAME_PROCESSOR=`uname -p`
 	if test "$UNAME_PROCESSOR" = "x86"; then
@@ -1200,25 +1228,25 @@
 		UNAME_MACHINE=pc
 	fi
 	echo ${UNAME_PROCESSOR}-${UNAME_MACHINE}-nto-qnx${UNAME_RELEASE}
-	exit 0 ;;
+	exit ;;
     *:QNX:*:4*)
 	echo i386-pc-qnx
-	exit 0 ;;
+	exit ;;
     NSE-?:NONSTOP_KERNEL:*:*)
 	echo nse-tandem-nsk${UNAME_RELEASE}
-	exit 0 ;;
+	exit ;;
     NSR-?:NONSTOP_KERNEL:*:*)
 	echo nsr-tandem-nsk${UNAME_RELEASE}
-	exit 0 ;;
+	exit ;;
     *:NonStop-UX:*:*)
 	echo mips-compaq-nonstopux
-	exit 0 ;;
+	exit ;;
     BS2000:POSIX*:*:*)
 	echo bs2000-siemens-sysv
-	exit 0 ;;
+	exit ;;
     DS/*:UNIX_System_V:*:*)
 	echo ${UNAME_MACHINE}-${UNAME_SYSTEM}-${UNAME_RELEASE}
-	exit 0 ;;
+	exit ;;
     *:Plan9:*:*)
 	# "uname -m" is not consistent, so use $cputype instead. 386
 	# is converted to i386 for consistency with other x86
@@ -1229,41 +1257,47 @@
 	    UNAME_MACHINE="$cputype"
 	fi
 	echo ${UNAME_MACHINE}-unknown-plan9
-	exit 0 ;;
+	exit ;;
     *:TOPS-10:*:*)
 	echo pdp10-unknown-tops10
-	exit 0 ;;
+	exit ;;
     *:TENEX:*:*)
 	echo pdp10-unknown-tenex
-	exit 0 ;;
+	exit ;;
     KS10:TOPS-20:*:* | KL10:TOPS-20:*:* | TYPE4:TOPS-20:*:*)
 	echo pdp10-dec-tops20
-	exit 0 ;;
+	exit ;;
     XKL-1:TOPS-20:*:* | TYPE5:TOPS-20:*:*)
 	echo pdp10-xkl-tops20
-	exit 0 ;;
+	exit ;;
     *:TOPS-20:*:*)
 	echo pdp10-unknown-tops20
-	exit 0 ;;
+	exit ;;
     *:ITS:*:*)
 	echo pdp10-unknown-its
-	exit 0 ;;
+	exit ;;
     SEI:*:*:SEIUX)
         echo mips-sei-seiux${UNAME_RELEASE}
-	exit 0 ;;
+	exit ;;
     *:DragonFly:*:*)
 	echo ${UNAME_MACHINE}-unknown-dragonfly`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`
-	exit 0 ;;
+	exit ;;
     *:*VMS:*:*)
     	UNAME_MACHINE=`(uname -p) 2>/dev/null`
 	case "${UNAME_MACHINE}" in
-	    A*) echo alpha-dec-vms && exit 0 ;;
-	    I*) echo ia64-dec-vms && exit 0 ;;
-	    V*) echo vax-dec-vms && exit 0 ;;
+	    A*) echo alpha-dec-vms ; exit ;;
+	    I*) echo ia64-dec-vms ; exit ;;
+	    V*) echo vax-dec-vms ; exit ;;
 	esac ;;
     *:XENIX:*:SysV)
 	echo i386-pc-xenix
-	exit 0 ;;
+	exit ;;
+    i*86:skyos:*:*)
+	echo ${UNAME_MACHINE}-pc-skyos`echo ${UNAME_RELEASE}` | sed -e 's/ .*$//'
+	exit ;;
+    i*86:rdos:*:*)
+	echo ${UNAME_MACHINE}-pc-rdos
+	exit ;;
 esac
 
 #echo '(No uname command or uname output not recognized.)' 1>&2
@@ -1295,7 +1329,7 @@
 #endif
 
 #if defined (__arm) && defined (__acorn) && defined (__unix)
-  printf ("arm-acorn-riscix"); exit (0);
+  printf ("arm-acorn-riscix\n"); exit (0);
 #endif
 
 #if defined (hp300) && !defined (hpux)
@@ -1384,11 +1418,12 @@
 }
 EOF
 
-$CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null && $dummy && exit 0
+$CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null && SYSTEM_NAME=`$dummy` &&
+	{ echo "$SYSTEM_NAME"; exit; }
 
 # Apollos put the system type in the environment.
 
-test -d /usr/apollo && { echo ${ISP}-apollo-${SYSTYPE}; exit 0; }
+test -d /usr/apollo && { echo ${ISP}-apollo-${SYSTYPE}; exit; }
 
 # Convex versions that predate uname can use getsysinfo(1)
 
@@ -1397,22 +1432,22 @@
     case `getsysinfo -f cpu_type` in
     c1*)
 	echo c1-convex-bsd
-	exit 0 ;;
+	exit ;;
     c2*)
 	if getsysinfo -f scalar_acc
 	then echo c32-convex-bsd
 	else echo c2-convex-bsd
 	fi
-	exit 0 ;;
+	exit ;;
     c34*)
 	echo c34-convex-bsd
-	exit 0 ;;
+	exit ;;
     c38*)
 	echo c38-convex-bsd
-	exit 0 ;;
+	exit ;;
     c4*)
 	echo c4-convex-bsd
-	exit 0 ;;
+	exit ;;
     esac
 fi
 
--- wmaker-0.92.0.orig/config.sub
+++ wmaker-0.92.0/config.sub
@@ -1,9 +1,10 @@
 #! /bin/sh
 # Configuration validation subroutine script.
 #   Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
-#   2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
+#   2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation,
+#   Inc.
 
-timestamp='2005-04-22'
+timestamp='2006-07-02'
 
 # This file is (in principle) common to ALL GNU software.
 # The presence of a machine in this file suggests that SOME GNU software
@@ -21,14 +22,15 @@
 #
 # You should have received a copy of the GNU General Public License
 # along with this program; if not, write to the Free Software
-# Foundation, Inc., 59 Temple Place - Suite 330,
-# Boston, MA 02111-1307, USA.
-
+# Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA
+# 02110-1301, USA.
+#
 # As a special exception to the GNU General Public License, if you
 # distribute this file as part of a program that contains a
 # configuration script generated by Autoconf, you may include it under
 # the same distribution terms that you use for the rest of that program.
 
+
 # Please send patches to <config-patches@gnu.org>.  Submit a context
 # diff and a properly formatted ChangeLog entry.
 #
@@ -83,11 +85,11 @@
 while test $# -gt 0 ; do
   case $1 in
     --time-stamp | --time* | -t )
-       echo "$timestamp" ; exit 0 ;;
+       echo "$timestamp" ; exit ;;
     --version | -v )
-       echo "$version" ; exit 0 ;;
+       echo "$version" ; exit ;;
     --help | --h* | -h )
-       echo "$usage"; exit 0 ;;
+       echo "$usage"; exit ;;
     -- )     # Stop option processing
        shift; break ;;
     - )	# Use stdin as input.
@@ -99,7 +101,7 @@
     *local*)
        # First pass through any local machine types.
        echo $1
-       exit 0;;
+       exit ;;
 
     * )
        break ;;
@@ -118,8 +120,9 @@
 # Here we must recognize all the valid KERNEL-OS combinations.
 maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'`
 case $maybe_os in
-  nto-qnx* | linux-gnu* | linux-dietlibc | linux-uclibc* | uclinux-uclibc* | uclinux-gnu* | \
-  kfreebsd*-gnu* | knetbsd*-gnu* | netbsd*-gnu* | storm-chaos* | os2-emx* | rtmk-nova*)
+  nto-qnx* | linux-gnu* | linux-dietlibc | linux-newlib* | linux-uclibc* | \
+  uclinux-uclibc* | uclinux-gnu* | kfreebsd*-gnu* | knetbsd*-gnu* | netbsd*-gnu* | \
+  storm-chaos* | os2-emx* | rtmk-nova*)
     os=-$maybe_os
     basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`
     ;;
@@ -170,6 +173,10 @@
 	-hiux*)
 		os=-hiuxwe2
 		;;
+	-sco6)
+		os=-sco5v6
+		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
+		;;
 	-sco5)
 		os=-sco3.2v5
 		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
@@ -186,6 +193,10 @@
 		# Don't forget version if it is 3.2v4 or newer.
 		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
 		;;
+	-sco5v6*)
+		# Don't forget version if it is 3.2v4 or newer.
+		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
+		;;
 	-sco*)
 		os=-sco3.2v2
 		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
@@ -230,7 +241,7 @@
 	| alpha | alphaev[4-8] | alphaev56 | alphaev6[78] | alphapca5[67] \
 	| alpha64 | alpha64ev[4-8] | alpha64ev56 | alpha64ev6[78] | alpha64pca5[67] \
 	| am33_2.0 \
-	| arc | arm | arm[bl]e | arme[lb] | armv[2345] | armv[345][lb] | avr \
+	| arc | arm | arm[bl]e | arme[lb] | armv[2345] | armv[345][lb] | avr | avr32 \
 	| bfin \
 	| c4x | clipper \
 	| d10v | d30v | dlx | dsp16xx \
@@ -238,7 +249,8 @@
 	| h8300 | h8500 | hppa | hppa1.[01] | hppa2.0 | hppa2.0[nw] | hppa64 \
 	| i370 | i860 | i960 | ia64 \
 	| ip2k | iq2000 \
-	| m32r | m32rle | m68000 | m68k | m88k | maxq | mcore \
+	| m32c | m32r | m32rle | m68000 | m68k | m88k \
+	| maxq | mb | microblaze | mcore \
 	| mips | mipsbe | mipseb | mipsel | mipsle \
 	| mips16 \
 	| mips64 | mips64el \
@@ -247,6 +259,7 @@
 	| mips64vr4100 | mips64vr4100el \
 	| mips64vr4300 | mips64vr4300el \
 	| mips64vr5000 | mips64vr5000el \
+	| mips64vr5900 | mips64vr5900el \
 	| mipsisa32 | mipsisa32el \
 	| mipsisa32r2 | mipsisa32r2el \
 	| mipsisa64 | mipsisa64el \
@@ -255,17 +268,19 @@
 	| mipsisa64sr71k | mipsisa64sr71kel \
 	| mipstx39 | mipstx39el \
 	| mn10200 | mn10300 \
+	| mt \
 	| msp430 \
+	| nios | nios2 \
 	| ns16k | ns32k \
-	| openrisc | or32 \
+	| or32 \
 	| pdp10 | pdp11 | pj | pjl \
 	| powerpc | powerpc64 | powerpc64le | powerpcle | ppcbe \
 	| pyramid \
-	| sh | sh[1234] | sh[23]e | sh[34]eb | shbe | shle | sh[1234]le | sh3ele \
+	| sh | sh[1234] | sh[24]a | sh[23]e | sh[34]eb | sheb | shbe | shle | sh[1234]le | sh3ele \
 	| sh64 | sh64le \
-	| sparc | sparc64 | sparc64b | sparc86x | sparclet | sparclite \
-	| sparcv8 | sparcv9 | sparcv9b \
-	| strongarm \
+	| sparc | sparc64 | sparc64b | sparc64v | sparc86x | sparclet | sparclite \
+	| sparcv8 | sparcv9 | sparcv9b | sparcv9v \
+	| spu | strongarm \
 	| tahoe | thumb | tic4x | tic80 | tron \
 	| v850 | v850e \
 	| we32k \
@@ -280,6 +295,9 @@
 		;;
 	m88110 | m680[12346]0 | m683?2 | m68360 | m5200 | v70 | w65 | z8k)
 		;;
+	ms1)
+		basic_machine=mt-unknown
+		;;
 
 	# We use `pc' rather than `unknown'
 	# because (1) that's what they normally are, and
@@ -299,7 +317,7 @@
 	| alpha64-* | alpha64ev[4-8]-* | alpha64ev56-* | alpha64ev6[78]-* \
 	| alphapca5[67]-* | alpha64pca5[67]-* | arc-* \
 	| arm-*  | armbe-* | armle-* | armeb-* | armv*-* \
-	| avr-* \
+	| avr-* | avr32-* \
 	| bfin-* | bs2000-* \
 	| c[123]* | c30-* | [cjt]90-* | c4x-* | c54x-* | c55x-* | c6x-* \
 	| clipper-* | craynv-* | cydra-* \
@@ -310,7 +328,7 @@
 	| hppa-* | hppa1.[01]-* | hppa2.0-* | hppa2.0[nw]-* | hppa64-* \
 	| i*86-* | i860-* | i960-* | ia64-* \
 	| ip2k-* | iq2000-* \
-	| m32r-* | m32rle-* \
+	| m32c-* | m32r-* | m32rle-* \
 	| m68000-* | m680[012346]0-* | m68360-* | m683?2-* | m68k-* \
 	| m88110-* | m88k-* | maxq-* | mcore-* \
 	| mips-* | mipsbe-* | mipseb-* | mipsel-* | mipsle-* \
@@ -321,6 +339,7 @@
 	| mips64vr4100-* | mips64vr4100el-* \
 	| mips64vr4300-* | mips64vr4300el-* \
 	| mips64vr5000-* | mips64vr5000el-* \
+	| mips64vr5900-* | mips64vr5900el-* \
 	| mipsisa32-* | mipsisa32el-* \
 	| mipsisa32r2-* | mipsisa32r2el-* \
 	| mipsisa64-* | mipsisa64el-* \
@@ -329,18 +348,20 @@
 	| mipsisa64sr71k-* | mipsisa64sr71kel-* \
 	| mipstx39-* | mipstx39el-* \
 	| mmix-* \
+	| mt-* \
 	| msp430-* \
+	| nios-* | nios2-* \
 	| none-* | np1-* | ns16k-* | ns32k-* \
 	| orion-* \
 	| pdp10-* | pdp11-* | pj-* | pjl-* | pn-* | power-* \
 	| powerpc-* | powerpc64-* | powerpc64le-* | powerpcle-* | ppcbe-* \
 	| pyramid-* \
 	| romp-* | rs6000-* \
-	| sh-* | sh[1234]-* | sh[23]e-* | sh[34]eb-* | shbe-* \
+	| sh-* | sh[1234]-* | sh[24]a-* | sh[23]e-* | sh[34]eb-* | sheb-* | shbe-* \
 	| shle-* | sh[1234]le-* | sh3ele-* | sh64-* | sh64le-* \
-	| sparc-* | sparc64-* | sparc64b-* | sparc86x-* | sparclet-* \
+	| sparc-* | sparc64-* | sparc64b-* | sparc64v-* | sparc86x-* | sparclet-* \
 	| sparclite-* \
-	| sparcv8-* | sparcv9-* | sparcv9b-* | strongarm-* | sv1-* | sx?-* \
+	| sparcv8-* | sparcv9-* | sparcv9b-* | sparcv9v-* | strongarm-* | sv1-* | sx?-* \
 	| tahoe-* | thumb-* \
 	| tic30-* | tic4x-* | tic54x-* | tic55x-* | tic6x-* | tic80-* \
 	| tron-* \
@@ -686,6 +707,9 @@
 		basic_machine=i386-pc
 		os=-msdos
 		;;
+	ms1-*)
+		basic_machine=`echo $basic_machine | sed -e 's/ms1-/mt-/'`
+		;;
 	mvs)
 		basic_machine=i370-ibm
 		os=-mvs
@@ -761,9 +785,8 @@
 		basic_machine=hppa1.1-oki
 		os=-proelf
 		;;
-	or32 | or32-*)
+	openrisc | openrisc-*)
 		basic_machine=or32-unknown
-		os=-coff
 		;;
 	os400)
 		basic_machine=powerpc-ibm
@@ -794,6 +817,12 @@
 	pc532 | pc532-*)
 		basic_machine=ns32k-pc532
 		;;
+	pc98)
+		basic_machine=i386-pc
+		;;
+	pc98-*)
+		basic_machine=i386-`echo $basic_machine | sed 's/^[^-]*-//'`
+		;;
 	pentium | p5 | k5 | k6 | nexgen | viac3)
 		basic_machine=i586-pc
 		;;
@@ -850,6 +879,10 @@
 		basic_machine=i586-unknown
 		os=-pw32
 		;;
+	rdos)
+		basic_machine=i386-pc
+		os=-rdos
+		;;
 	rom68k)
 		basic_machine=m68k-rom68k
 		os=-coff
@@ -1089,13 +1122,10 @@
 	we32k)
 		basic_machine=we32k-att
 		;;
-	sh3 | sh4 | sh[34]eb | sh[1234]le | sh[23]ele)
+	sh[1234] | sh[24]a | sh[34]eb | sh[1234]le | sh[23]ele)
 		basic_machine=sh-unknown
 		;;
-	sh64)
-		basic_machine=sh64-unknown
-		;;
-	sparc | sparcv8 | sparcv9 | sparcv9b)
+	sparc | sparcv8 | sparcv9 | sparcv9b | sparcv9v)
 		basic_machine=sparc-sun
 		;;
 	cydra)
@@ -1168,20 +1198,23 @@
 	      | -aos* \
 	      | -nindy* | -vxsim* | -vxworks* | -ebmon* | -hms* | -mvs* \
 	      | -clix* | -riscos* | -uniplus* | -iris* | -rtu* | -xenix* \
-	      | -hiux* | -386bsd* | -knetbsd* | -mirbsd* | -netbsd* | -openbsd* \
+	      | -hiux* | -386bsd* | -knetbsd* | -mirbsd* | -netbsd* \
+	      | -openbsd* | -solidbsd* \
 	      | -ekkobsd* | -kfreebsd* | -freebsd* | -riscix* | -lynxos* \
 	      | -bosx* | -nextstep* | -cxux* | -aout* | -elf* | -oabi* \
 	      | -ptx* | -coff* | -ecoff* | -winnt* | -domain* | -vsta* \
 	      | -udi* | -eabi* | -lites* | -ieee* | -go32* | -aux* \
 	      | -chorusos* | -chorusrdb* \
 	      | -cygwin* | -pe* | -psos* | -moss* | -proelf* | -rtems* \
-	      | -mingw32* | -linux-gnu* | -linux-uclibc* | -uxpv* | -beos* | -mpeix* | -udk* \
+	      | -mingw32* | -linux-gnu* | -linux-newlib* | -linux-uclibc* \
+	      | -uxpv* | -beos* | -mpeix* | -udk* \
 	      | -interix* | -uwin* | -mks* | -rhapsody* | -darwin* | -opened* \
 	      | -openstep* | -oskit* | -conix* | -pw32* | -nonstopux* \
 	      | -storm-chaos* | -tops10* | -tenex* | -tops20* | -its* \
 	      | -os2* | -vos* | -palmos* | -uclinux* | -nucleus* \
 	      | -morphos* | -superux* | -rtmk* | -rtmk-nova* | -windiss* \
-	      | -powermax* | -dnix* | -nx6 | -nx7 | -sei* | -dragonfly*)
+	      | -powermax* | -dnix* | -nx6 | -nx7 | -sei* | -dragonfly* \
+	      | -skyos* | -haiku* | -rdos* | -toppers*)
 	# Remember, each alternative MUST END IN *, to match a version number.
 		;;
 	-qnx*)
@@ -1199,7 +1232,7 @@
 		os=`echo $os | sed -e 's|nto|nto-qnx|'`
 		;;
 	-sim | -es1800* | -hms* | -xray | -os68k* | -none* | -v88r* \
-	      | -windows* | -osx | -abug | -netware* | -os9* | -beos* \
+	      | -windows* | -osx | -abug | -netware* | -os9* | -beos* | -haiku* \
 	      | -macos* | -mpw* | -magic* | -mmixware* | -mon960* | -lnews*)
 		;;
 	-mac*)
@@ -1333,6 +1366,9 @@
 # system, and we'll never get to this point.
 
 case $basic_machine in
+        spu-*)
+		os=-elf
+		;;
 	*-acorn)
 		os=-riscix1.2
 		;;
@@ -1342,9 +1378,9 @@
 	arm*-semi)
 		os=-aout
 		;;
-    c4x-* | tic4x-*)
-        os=-coff
-        ;;
+        c4x-* | tic4x-*)
+        	os=-coff
+		;;
 	# This must come before the *-dec entry.
 	pdp10-*)
 		os=-tops20
@@ -1388,6 +1424,9 @@
 	*-be)
 		os=-beos
 		;;
+	*-haiku)
+		os=-haiku
+		;;
 	*-ibm)
 		os=-aix
 		;;
@@ -1559,7 +1598,7 @@
 esac
 
 echo $basic_machine$os
-exit 0
+exit
 
 # Local variables:
 # eval: (add-hook 'write-file-hooks 'time-stamp)
--- wmaker-0.92.0.orig/configure
+++ wmaker-0.92.0/configure
@@ -1,8 +1,9 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.59.
+# Generated by GNU Autoconf 2.60a.
 #
-# Copyright (C) 2003 Free Software Foundation, Inc.
+# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
+# 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
 # This configure script is free software; the Free Software Foundation
 # gives unlimited permission to copy, distribute and modify it.
 ## --------------------- ##
@@ -16,11 +17,35 @@
   # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
   # is contrary to our usage.  Disable this feature.
   alias -g '${1+"$@"}'='"$@"'
-elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
-  set -o posix
+  setopt NO_GLOB_SUBST
+else
+  case `(set -o) 2>/dev/null` in *posix*) set -o posix;; esac
 fi
+BIN_SH=xpg4; export BIN_SH # for Tru64
 DUALCASE=1; export DUALCASE # for MKS sh
 
+
+# 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=';'
+  else
+    PATH_SEPARATOR=:
+  fi
+  rm -f conf$$.sh
+fi
+
 # Support unset when possible.
 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
   as_unset=unset
@@ -29,8 +54,43 @@
 fi
 
 
+# IFS
+# We need space, tab and new line, in precisely that order.  Quoting is
+# 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
+  *[\\/]* ) 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
+IFS=$as_save_IFS
+
+     ;;
+esac
+# We did not find ourselves, most probably we were run as `sh COMMAND'
+# in which case we are not to be found in the path.
+if test "x$as_myself" = x; then
+  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; }
+fi
+
 # Work around bugs in pre-3.0 UWIN ksh.
-$as_unset ENV MAIL MAILPATH
+for as_var in ENV MAIL MAILPATH
+do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
+done
 PS1='$ '
 PS2='> '
 PS4='+ '
@@ -44,18 +104,19 @@
   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
+    ($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; then
+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
+if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
   as_basename=basename
 else
   as_basename=false
@@ -63,157 +124,386 @@
 
 
 # Name of the executable.
-as_me=`$as_basename "$0" ||
+as_me=`$as_basename -- "$0" ||
 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
 	 X"$0" : 'X\(//\)$' \| \
-	 X"$0" : 'X\(/\)$' \| \
-	 .     : '\(.\)' 2>/dev/null ||
+	 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
 echo X/"$0" |
-    sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
-  	  /^X\/\(\/\/\)$/{ s//\1/; q; }
-  	  /^X\/\(\/\).*/{ s//\1/; q; }
-  	  s/.*/./; q'`
+    sed '/^.*\/\([^/][^/]*\)\/*$/{
+	    s//\1/
+	    q
+	  }
+	  /^X\/\(\/\/\)$/{
+	    s//\1/
+	    q
+	  }
+	  /^X\/\(\/\).*/{
+	    s//\1/
+	    q
+	  }
+	  s/.*/./; q'`
 
+# CDPATH.
+$as_unset CDPATH
 
-# PATH needs CR, and LINENO needs CR and PATH.
-# 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=';'
-  else
-    PATH_SEPARATOR=:
-  fi
-  rm -f conf$$.sh
+if test "x$CONFIG_SHELL" = x; then
+  if (eval ":") 2>/dev/null; then
+  as_have_required=yes
+else
+  as_have_required=no
 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_lineno_1=$LINENO
-  as_lineno_2=$LINENO
-  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
-  test "x$as_lineno_1" != "x$as_lineno_2" &&
-  test "x$as_lineno_3"  = "x$as_lineno_2"  || {
-  # Find who we are.  Look in the path if we contain no path at all
-  # relative or not.
-  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
+exitcode=0
+if as_func_success; then
+  :
+else
+  exitcode=1
+  echo as_func_success failed.
+fi
 
-       ;;
-  esac
-  # We did not find ourselves, most probably we were run as `sh COMMAND'
-  # in which case we are not to be found in the path.
-  if test "x$as_myself" = x; then
-    as_myself=$0
-  fi
-  if test ! -f "$as_myself"; then
-    { echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2
-   { (exit 1); exit 1; }; }
-  fi
-  case $CONFIG_SHELL in
-  '')
+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; }
+") 2> /dev/null; then
+  :
+else
+  as_candidate_shells=
     as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
+for as_dir in /usr/bin/posix$PATH_SEPARATOR/bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
 do
   IFS=$as_save_IFS
   test -z "$as_dir" && as_dir=.
-  for as_base in sh bash ksh sh5; do
-	 case $as_dir in
+  case $as_dir in
 	 /*)
-	   if ("$as_dir/$as_base" -c '
+	   for as_base in sh bash ksh sh5; do
+	     as_candidate_shells="$as_candidate_shells $as_dir/$as_base"
+	   done;;
+       esac
+done
+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
+# Be Bourne compatible
+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
+fi
+BIN_SH=xpg4; export BIN_SH # for Tru64
+DUALCASE=1; export DUALCASE # for MKS sh
+
+:
+_ASEOF
+}; then
+  CONFIG_SHELL=$as_shell
+	       as_have_required=yes
+	       if { "$as_shell" 2> /dev/null <<\_ASEOF
+# Be Bourne compatible
+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
+fi
+BIN_SH=xpg4; export BIN_SH # for Tru64
+DUALCASE=1; export DUALCASE # for MKS sh
+
+:
+(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
-  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
   test "x$as_lineno_1" != "x$as_lineno_2" &&
-  test "x$as_lineno_3"  = "x$as_lineno_2" ') 2>/dev/null; then
-	     $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; }
-	     $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; }
-	     CONFIG_SHELL=$as_dir/$as_base
-	     export CONFIG_SHELL
-	     exec "$CONFIG_SHELL" "$0" ${1+"$@"}
-	   fi;;
-	 esac
-       done
-done
-;;
-  esac
+  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
+  :
+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") || {
+  echo No shell found that supports shell functions.
+  echo Please tell autoconf@gnu.org about your system,
+  echo including any error possibly output before this
+  echo message
+}
+
+
+
+  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 before each line; the second 'sed' does the real
-  # work.  The second script uses 'N' to pair each line-number line
-  # with the numbered line, and appends trailing '-' during
-  # substitution so that $LINENO is not a special case at line end.
+  # 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
-  # second 'sed' script.  Blame Lee E. McMahon for sed's syntax.  :-)
-  sed '=' <$as_myself |
+  # scripts with optimization help from Paolo Bonzini.  Blame Lee
+  # E. McMahon (1931-1989) for sed's syntax.  :-)
+  sed -n '
+    p
+    /[$]LINENO/=
+  ' <$as_myself |
     sed '
+      s/[$]LINENO.*/&-/
+      t lineno
+      b
+      :lineno
       N
-      s,$,-,
-      : loop
-      s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
+      :loop
+      s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
       t loop
-      s,-$,,
-      s,^['$as_cr_digits']*\n,,
+      s/-\n.*//
     ' >$as_me.lineno &&
-  chmod +x $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; }; }
 
   # 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
-  # original and so on.  Autoconf is especially sensible to this).
-  . ./$as_me.lineno
+  # original and so on.  Autoconf is especially sensitive to this).
+  . "./$as_me.lineno"
   # Exit status is that of the last command.
   exit
 }
 
 
-case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
-  *c*,-n*) ECHO_N= ECHO_C='
-' ECHO_T='	' ;;
-  *c*,*  ) ECHO_N=-n ECHO_C= ECHO_T= ;;
-  *)       ECHO_N= ECHO_C='\c' ECHO_T= ;;
+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
+-n*)
+  case `echo 'x\c'` in
+  *c*) ECHO_T='	';;	# ECHO_T is single tab character.
+  *)   ECHO_C='\c';;
+  esac;;
+*)
+  ECHO_N='-n';;
 esac
 
-if expr a : '\(a\)' >/dev/null 2>&1; then
+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
+fi
 echo >conf$$.file
 if ln -s conf$$.file conf$$ 2>/dev/null; then
-  # We could just check for DJGPP; but this test a) works b) is more generic
-  # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
-  if test -f conf$$.exe; then
-    # Don't use ln at all; we don't have any links
+  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'
-  else
-    as_ln_s='ln -s'
-  fi
 elif ln conf$$.file conf$$ 2>/dev/null; then
   as_ln_s=ln
 else
   as_ln_s='cp -p'
 fi
-rm -f conf$$ conf$$.exe conf$$.file
+rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
+rmdir conf$$.dir 2>/dev/null
 
 if mkdir -p . 2>/dev/null; then
   as_mkdir_p=:
@@ -222,7 +512,19 @@
   as_mkdir_p=false
 fi
 
-as_executable_p="test -f"
+# Find out whether ``test -x'' works.  Don't use a zero-byte file, as
+# systems may use methods other than mode bits to determine executability.
+cat >conf$$.file <<_ASEOF
+#! /bin/sh
+exit 0
+_ASEOF
+chmod +x conf$$.file
+if test -x conf$$.file >/dev/null 2>&1; then
+  as_executable_p="test -x"
+else
+  as_executable_p=:
+fi
+rm -f conf$$.file
 
 # Sed expression to map a string onto a valid CPP name.
 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
@@ -231,15 +533,6 @@
 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
 
 
-# IFS
-# We need space, tab and new line, in precisely that order.
-as_nl='
-'
-IFS=" 	$as_nl"
-
-# CDPATH.
-$as_unset CDPATH
-
 
 
 # Check that we are running under the correct shell.
@@ -278,15 +571,15 @@
 
 # The HP-UX ksh and POSIX shell print the target directory to stdout
 # if CDPATH is set.
-if test "X${CDPATH+set}" = Xset; then CDPATH=:; export CDPATH; fi
+(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
 
 if test -z "$ECHO"; then
 if test "X${echo_test_string+set}" != Xset; then
 # find a string as large as possible, as long as the shell can cope with it
   for cmd in 'sed 50q "$0"' 'sed 20q "$0"' 'sed 10q "$0"' 'sed 2q "$0"' 'echo test'; do
     # expected sizes: less than 2Kb, 1Kb, 512 bytes, 16 bytes, ...
-    if (echo_test_string="`eval $cmd`") 2>/dev/null &&
-       echo_test_string="`eval $cmd`" &&
+    if (echo_test_string=`eval $cmd`) 2>/dev/null &&
+       echo_test_string=`eval $cmd` &&
        (test "X$echo_test_string" = "X$echo_test_string") 2>/dev/null
     then
       break
@@ -395,29 +688,26 @@
 
 tagnames=${tagnames+${tagnames},}F77
 
+exec 7<&0 </dev/null 6>&1
+
 # Name of the host.
 # hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
 # so uname gets run too.
 ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
 
-exec 6>&1
-
 #
 # Initializations.
 #
 ac_default_prefix=/usr/local
+ac_clean_files=
 ac_config_libobj_dir=.
+LIBOBJS=
 cross_compiling=no
 subdirs=
 MFLAGS=
 MAKEFLAGS=
 SHELL=${CONFIG_SHELL-/bin/sh}
 
-# Maximum number of lines to put in a shell here document.
-# This variable seems obsolete.  It should probably be removed, and
-# only ac_max_sed_lines should be used.
-: ${ac_max_here_lines=38}
-
 # Identity of this package.
 PACKAGE_NAME=
 PACKAGE_TARNAME=
@@ -429,42 +719,190 @@
 # Factoring default headers for most tests.
 ac_includes_default="\
 #include <stdio.h>
-#if HAVE_SYS_TYPES_H
+#ifdef HAVE_SYS_TYPES_H
 # include <sys/types.h>
 #endif
-#if HAVE_SYS_STAT_H
+#ifdef HAVE_SYS_STAT_H
 # include <sys/stat.h>
 #endif
-#if STDC_HEADERS
+#ifdef STDC_HEADERS
 # include <stdlib.h>
 # include <stddef.h>
 #else
-# if HAVE_STDLIB_H
+# ifdef HAVE_STDLIB_H
 #  include <stdlib.h>
 # endif
 #endif
-#if HAVE_STRING_H
-# if !STDC_HEADERS && HAVE_MEMORY_H
+#ifdef HAVE_STRING_H
+# if !defined STDC_HEADERS && defined HAVE_MEMORY_H
 #  include <memory.h>
 # endif
 # include <string.h>
 #endif
-#if HAVE_STRINGS_H
+#ifdef HAVE_STRINGS_H
 # include <strings.h>
 #endif
-#if HAVE_INTTYPES_H
+#ifdef HAVE_INTTYPES_H
 # include <inttypes.h>
-#else
-# if HAVE_STDINT_H
-#  include <stdint.h>
-# endif
 #endif
-#if HAVE_UNISTD_H
+#ifdef HAVE_STDINT_H
+# include <stdint.h>
+#endif
+#ifdef HAVE_UNISTD_H
 # 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 datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA PACKAGE VERSION ACLOCAL AUTOCONF AUTOMAKE AUTOHEADER MAKEINFO SET_MAKE build build_cpu build_vendor build_os host host_cpu host_vendor host_os CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT EGREP LN_S ECHO AR ac_ct_AR RANLIB ac_ct_RANLIB STRIP ac_ct_STRIP CPP CXX CXXFLAGS ac_ct_CXX CXXCPP F77 FFLAGS ac_ct_F77 LIBTOOL ALLOCA CPP_PATH NOSTRICTALIASING PKGCONFIG XGETTEXT DLLIBS INTLIBS NLSDIR MOFILES WPMOFILES WINGSMOFILES supported_locales LITE NETLIBS X_CFLAGS X_PRE_LIBS X_LIBS X_EXTRA_LIBS X_LIBRARY_PATH XFTCONFIG XFTFLAGS XFTLIBS XCFLAGS XLFLAGS XLIBS LIBRARY_SEARCH_PATH HEADER_SEARCH_PATH GFXLIBS ICONEXT wprefs_datadir wprefs_bindir LIBOBJS LTLIBOBJS'
+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
+build
+build_cpu
+build_vendor
+build_os
+host
+host_cpu
+host_vendor
+host_os
+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
+GREP
+EGREP
+LN_S
+ECHO
+AR
+RANLIB
+CPP
+CXX
+CXXFLAGS
+ac_ct_CXX
+CXXDEPMODE
+am__fastdepCXX_TRUE
+am__fastdepCXX_FALSE
+CXXCPP
+F77
+FFLAGS
+ac_ct_F77
+LIBTOOL
+ALLOCA
+CPP_PATH
+NOSTRICTALIASING
+PKGCONFIG
+XGETTEXT
+DLLIBS
+INTLIBS
+NLSDIR
+MOFILES
+WPMOFILES
+WINGSMOFILES
+supported_locales
+LITE
+NETLIBS
+XMKMF
+X_CFLAGS
+X_PRE_LIBS
+X_LIBS
+X_EXTRA_LIBS
+X_LIBRARY_PATH
+XFTCONFIG
+XFTFLAGS
+XFTLIBS
+XCFLAGS
+XLFLAGS
+XLIBS
+LIBRARY_SEARCH_PATH
+HEADER_SEARCH_PATH
+GFXLIBS
+ICONEXT
+wprefs_datadir
+wprefs_bindir
+LIBOBJS
+LTLIBOBJS'
 ac_subst_files=''
+      ac_precious_vars='build_alias
+host_alias
+target_alias
+CC
+CFLAGS
+LDFLAGS
+CPPFLAGS
+CPP
+CXX
+CXXFLAGS
+CCC
+CXXCPP
+F77
+FFLAGS
+XMKMF'
+
 
 # Initialize some variables set by options.
 ac_init_help=
@@ -491,34 +929,48 @@
 # and all the variables that are supposed to be based on exec_prefix
 # by default will actually change.
 # Use braces instead of parens because sh, perl, etc. also accept them.
+# (The list follows the same order as the GNU Coding Standards.)
 bindir='${exec_prefix}/bin'
 sbindir='${exec_prefix}/sbin'
 libexecdir='${exec_prefix}/libexec'
-datadir='${prefix}/share'
+datarootdir='${prefix}/share'
+datadir='${datarootdir}'
 sysconfdir='${prefix}/etc'
 sharedstatedir='${prefix}/com'
 localstatedir='${prefix}/var'
-libdir='${exec_prefix}/lib'
 includedir='${prefix}/include'
 oldincludedir='/usr/include'
-infodir='${prefix}/info'
-mandir='${prefix}/man'
+docdir='${datarootdir}/doc/${PACKAGE}'
+infodir='${datarootdir}/info'
+htmldir='${docdir}'
+dvidir='${docdir}'
+pdfdir='${docdir}'
+psdir='${docdir}'
+libdir='${exec_prefix}/lib'
+localedir='${datarootdir}/locale'
+mandir='${datarootdir}/man'
 
 ac_prev=
+ac_dashdash=
 for ac_option
 do
   # If the previous option needs an argument, assign it.
   if test -n "$ac_prev"; then
-    eval "$ac_prev=\$ac_option"
+    eval $ac_prev=\$ac_option
     ac_prev=
     continue
   fi
 
-  ac_optarg=`expr "x$ac_option" : 'x[^=]*=\(.*\)'`
+  case $ac_option in
+  *=*)	ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
+  *)	ac_optarg=yes ;;
+  esac
 
   # Accept the important Cygnus configure options, so we can diagnose typos.
 
-  case $ac_option in
+  case $ac_dashdash$ac_option in
+  --)
+    ac_dashdash=yes ;;
 
   -bindir | --bindir | --bindi | --bind | --bin | --bi)
     ac_prev=bindir ;;
@@ -540,12 +992,18 @@
   --config-cache | -C)
     cache_file=config.cache ;;
 
-  -datadir | --datadir | --datadi | --datad | --data | --dat | --da)
+  -datadir | --datadir | --datadi | --datad)
     ac_prev=datadir ;;
-  -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \
-  | --da=*)
+  -datadir=* | --datadir=* | --datadi=* | --datad=*)
     datadir=$ac_optarg ;;
 
+  -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
+  | --dataroo | --dataro | --datar)
+    ac_prev=datarootdir ;;
+  -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
+  | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
+    datarootdir=$ac_optarg ;;
+
   -disable-* | --disable-*)
     ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
     # Reject names that are not valid shell variable names.
@@ -553,7 +1011,17 @@
       { echo "$as_me: error: invalid feature name: $ac_feature" >&2
    { (exit 1); exit 1; }; }
     ac_feature=`echo $ac_feature | sed 's/-/_/g'`
-    eval "enable_$ac_feature=no" ;;
+    eval enable_$ac_feature=no ;;
+
+  -docdir | --docdir | --docdi | --doc | --do)
+    ac_prev=docdir ;;
+  -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
+    docdir=$ac_optarg ;;
+
+  -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
+    ac_prev=dvidir ;;
+  -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
+    dvidir=$ac_optarg ;;
 
   -enable-* | --enable-*)
     ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
@@ -562,11 +1030,7 @@
       { echo "$as_me: error: invalid feature name: $ac_feature" >&2
    { (exit 1); exit 1; }; }
     ac_feature=`echo $ac_feature | sed 's/-/_/g'`
-    case $ac_option in
-      *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
-      *) ac_optarg=yes ;;
-    esac
-    eval "enable_$ac_feature='$ac_optarg'" ;;
+    eval enable_$ac_feature=\$ac_optarg ;;
 
   -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
   | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
@@ -593,6 +1057,12 @@
   -host=* | --host=* | --hos=* | --ho=*)
     host_alias=$ac_optarg ;;
 
+  -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
+    ac_prev=htmldir ;;
+  -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
+  | --ht=*)
+    htmldir=$ac_optarg ;;
+
   -includedir | --includedir | --includedi | --included | --include \
   | --includ | --inclu | --incl | --inc)
     ac_prev=includedir ;;
@@ -617,13 +1087,16 @@
   | --libexe=* | --libex=* | --libe=*)
     libexecdir=$ac_optarg ;;
 
+  -localedir | --localedir | --localedi | --localed | --locale)
+    ac_prev=localedir ;;
+  -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
+    localedir=$ac_optarg ;;
+
   -localstatedir | --localstatedir | --localstatedi | --localstated \
-  | --localstate | --localstat | --localsta | --localst \
-  | --locals | --local | --loca | --loc | --lo)
+  | --localstate | --localstat | --localsta | --localst | --locals)
     ac_prev=localstatedir ;;
   -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
-  | --localstate=* | --localstat=* | --localsta=* | --localst=* \
-  | --locals=* | --local=* | --loca=* | --loc=* | --lo=*)
+  | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
     localstatedir=$ac_optarg ;;
 
   -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
@@ -688,6 +1161,16 @@
   | --progr-tra=* | --program-tr=* | --program-t=*)
     program_transform_name=$ac_optarg ;;
 
+  -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
+    ac_prev=pdfdir ;;
+  -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
+    pdfdir=$ac_optarg ;;
+
+  -psdir | --psdir | --psdi | --psd | --ps)
+    ac_prev=psdir ;;
+  -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
+    psdir=$ac_optarg ;;
+
   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
   | -silent | --silent | --silen | --sile | --sil)
     silent=yes ;;
@@ -744,11 +1227,7 @@
       { echo "$as_me: error: invalid package name: $ac_package" >&2
    { (exit 1); exit 1; }; }
     ac_package=`echo $ac_package| sed 's/-/_/g'`
-    case $ac_option in
-      *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
-      *) ac_optarg=yes ;;
-    esac
-    eval "with_$ac_package='$ac_optarg'" ;;
+    eval with_$ac_package=\$ac_optarg ;;
 
   -without-* | --without-*)
     ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
@@ -757,7 +1236,7 @@
       { echo "$as_me: error: invalid package name: $ac_package" >&2
    { (exit 1); exit 1; }; }
     ac_package=`echo $ac_package | sed 's/-/_/g'`
-    eval "with_$ac_package=no" ;;
+    eval with_$ac_package=no ;;
 
   --x)
     # Obsolete; use --with-x.
@@ -788,8 +1267,7 @@
     expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
       { echo "$as_me: error: invalid variable name: $ac_envvar" >&2
    { (exit 1); exit 1; }; }
-    ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`
-    eval "$ac_envvar='$ac_optarg'"
+    eval $ac_envvar=\$ac_optarg
     export $ac_envvar ;;
 
   *)
@@ -809,27 +1287,19 @@
    { (exit 1); exit 1; }; }
 fi
 
-# Be sure to have absolute paths.
-for ac_var in exec_prefix prefix
-do
-  eval ac_val=$`echo $ac_var`
-  case $ac_val in
-    [\\/$]* | ?:[\\/]* | NONE | '' ) ;;
-    *)  { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
-   { (exit 1); exit 1; }; };;
-  esac
-done
-
-# Be sure to have absolute paths.
-for ac_var in bindir sbindir libexecdir datadir sysconfdir sharedstatedir \
-	      localstatedir libdir includedir oldincludedir infodir mandir
+# Be sure to have absolute directory names.
+for ac_var in	exec_prefix prefix bindir sbindir libexecdir datarootdir \
+		datadir sysconfdir sharedstatedir localstatedir includedir \
+		oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
+		libdir localedir mandir
 do
-  eval ac_val=$`echo $ac_var`
+  eval ac_val=\$$ac_var
   case $ac_val in
-    [\\/$]* | ?:[\\/]* ) ;;
-    *)  { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
-   { (exit 1); exit 1; }; };;
+    [\\/$]* | ?:[\\/]* )  continue;;
+    NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
   esac
+  { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
+   { (exit 1); exit 1; }; }
 done
 
 # There might be people who depend on the old broken behavior: `$host'
@@ -856,94 +1326,76 @@
 test "$silent" = yes && exec 6>/dev/null
 
 
+ac_pwd=`pwd` && test -n "$ac_pwd" &&
+ac_ls_di=`ls -di .` &&
+ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
+  { echo "$as_me: error: Working directory cannot be determined" >&2
+   { (exit 1); exit 1; }; }
+test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
+  { echo "$as_me: error: pwd does not report name of working directory" >&2
+   { (exit 1); exit 1; }; }
+
+
 # Find the source files, if location was not specified.
 if test -z "$srcdir"; then
   ac_srcdir_defaulted=yes
-  # Try the directory containing this script, then its parent.
-  ac_confdir=`(dirname "$0") 2>/dev/null ||
+  # Try the directory containing this script, then the parent directory.
+  ac_confdir=`$as_dirname -- "$0" ||
 $as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
 	 X"$0" : 'X\(//\)[^/]' \| \
 	 X"$0" : 'X\(//\)$' \| \
-	 X"$0" : 'X\(/\)' \| \
-	 .     : '\(.\)' 2>/dev/null ||
+	 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
 echo X"$0" |
-    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
-  	  /^X\(\/\/\)[^/].*/{ s//\1/; q; }
-  	  /^X\(\/\/\)$/{ s//\1/; q; }
-  	  /^X\(\/\).*/{ s//\1/; q; }
-  	  s/.*/./; q'`
+    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
+	    s//\1/
+	    q
+	  }
+	  /^X\(\/\/\)[^/].*/{
+	    s//\1/
+	    q
+	  }
+	  /^X\(\/\/\)$/{
+	    s//\1/
+	    q
+	  }
+	  /^X\(\/\).*/{
+	    s//\1/
+	    q
+	  }
+	  s/.*/./; q'`
   srcdir=$ac_confdir
-  if test ! -r $srcdir/$ac_unique_file; then
+  if test ! -r "$srcdir/$ac_unique_file"; then
     srcdir=..
   fi
 else
   ac_srcdir_defaulted=no
 fi
-if test ! -r $srcdir/$ac_unique_file; then
-  if test "$ac_srcdir_defaulted" = yes; then
-    { echo "$as_me: error: cannot find sources ($ac_unique_file) in $ac_confdir or .." >&2
-   { (exit 1); exit 1; }; }
-  else
-    { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
+if test ! -r "$srcdir/$ac_unique_file"; then
+  test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
+  { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
    { (exit 1); exit 1; }; }
-  fi
 fi
-(cd $srcdir && test -r ./$ac_unique_file) 2>/dev/null ||
-  { echo "$as_me: error: sources are in $srcdir, but \`cd $srcdir' does not work" >&2
+ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
+ac_abs_confdir=`(
+	cd "$srcdir" && test -r "./$ac_unique_file" || { echo "$as_me: error: $ac_msg" >&2
    { (exit 1); exit 1; }; }
-srcdir=`echo "$srcdir" | sed 's%\([^\\/]\)[\\/]*$%\1%'`
-ac_env_build_alias_set=${build_alias+set}
-ac_env_build_alias_value=$build_alias
-ac_cv_env_build_alias_set=${build_alias+set}
-ac_cv_env_build_alias_value=$build_alias
-ac_env_host_alias_set=${host_alias+set}
-ac_env_host_alias_value=$host_alias
-ac_cv_env_host_alias_set=${host_alias+set}
-ac_cv_env_host_alias_value=$host_alias
-ac_env_target_alias_set=${target_alias+set}
-ac_env_target_alias_value=$target_alias
-ac_cv_env_target_alias_set=${target_alias+set}
-ac_cv_env_target_alias_value=$target_alias
-ac_env_CC_set=${CC+set}
-ac_env_CC_value=$CC
-ac_cv_env_CC_set=${CC+set}
-ac_cv_env_CC_value=$CC
-ac_env_CFLAGS_set=${CFLAGS+set}
-ac_env_CFLAGS_value=$CFLAGS
-ac_cv_env_CFLAGS_set=${CFLAGS+set}
-ac_cv_env_CFLAGS_value=$CFLAGS
-ac_env_LDFLAGS_set=${LDFLAGS+set}
-ac_env_LDFLAGS_value=$LDFLAGS
-ac_cv_env_LDFLAGS_set=${LDFLAGS+set}
-ac_cv_env_LDFLAGS_value=$LDFLAGS
-ac_env_CPPFLAGS_set=${CPPFLAGS+set}
-ac_env_CPPFLAGS_value=$CPPFLAGS
-ac_cv_env_CPPFLAGS_set=${CPPFLAGS+set}
-ac_cv_env_CPPFLAGS_value=$CPPFLAGS
-ac_env_CPP_set=${CPP+set}
-ac_env_CPP_value=$CPP
-ac_cv_env_CPP_set=${CPP+set}
-ac_cv_env_CPP_value=$CPP
-ac_env_CXX_set=${CXX+set}
-ac_env_CXX_value=$CXX
-ac_cv_env_CXX_set=${CXX+set}
-ac_cv_env_CXX_value=$CXX
-ac_env_CXXFLAGS_set=${CXXFLAGS+set}
-ac_env_CXXFLAGS_value=$CXXFLAGS
-ac_cv_env_CXXFLAGS_set=${CXXFLAGS+set}
-ac_cv_env_CXXFLAGS_value=$CXXFLAGS
-ac_env_CXXCPP_set=${CXXCPP+set}
-ac_env_CXXCPP_value=$CXXCPP
-ac_cv_env_CXXCPP_set=${CXXCPP+set}
-ac_cv_env_CXXCPP_value=$CXXCPP
-ac_env_F77_set=${F77+set}
-ac_env_F77_value=$F77
-ac_cv_env_F77_set=${F77+set}
-ac_cv_env_F77_value=$F77
-ac_env_FFLAGS_set=${FFLAGS+set}
-ac_env_FFLAGS_value=$FFLAGS
-ac_cv_env_FFLAGS_set=${FFLAGS+set}
-ac_cv_env_FFLAGS_value=$FFLAGS
+	pwd)`
+# When building in place, set srcdir=.
+if test "$ac_abs_confdir" = "$ac_pwd"; then
+  srcdir=.
+fi
+# Remove unnecessary trailing slashes from srcdir.
+# Double slashes in file names in object file debugging info
+# mess up M-x gdb in Emacs.
+case $srcdir in
+*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
+esac
+for ac_var in $ac_precious_vars; do
+  eval ac_env_${ac_var}_set=\${${ac_var}+set}
+  eval ac_env_${ac_var}_value=\$${ac_var}
+  eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
+  eval ac_cv_env_${ac_var}_value=\$${ac_var}
+done
 
 #
 # Report the --help message.
@@ -972,9 +1424,6 @@
   -n, --no-create         do not create output files
       --srcdir=DIR        find the sources in DIR [configure dir or \`..']
 
-_ACEOF
-
-  cat <<_ACEOF
 Installation directories:
   --prefix=PREFIX         install architecture-independent files in PREFIX
 			  [$ac_default_prefix]
@@ -992,15 +1441,22 @@
   --bindir=DIR           user executables [EPREFIX/bin]
   --sbindir=DIR          system admin executables [EPREFIX/sbin]
   --libexecdir=DIR       program executables [EPREFIX/libexec]
-  --datadir=DIR          read-only architecture-independent data [PREFIX/share]
   --sysconfdir=DIR       read-only single-machine data [PREFIX/etc]
   --sharedstatedir=DIR   modifiable architecture-independent data [PREFIX/com]
   --localstatedir=DIR    modifiable single-machine data [PREFIX/var]
   --libdir=DIR           object code libraries [EPREFIX/lib]
   --includedir=DIR       C header files [PREFIX/include]
   --oldincludedir=DIR    C header files for non-gcc [/usr/include]
-  --infodir=DIR          info documentation [PREFIX/info]
-  --mandir=DIR           man documentation [PREFIX/man]
+  --datarootdir=DIR      read-only arch.-independent data root [PREFIX/share]
+  --datadir=DIR          read-only architecture-independent data [DATAROOTDIR]
+  --infodir=DIR          info documentation [DATAROOTDIR/info]
+  --localedir=DIR        locale-dependent data [DATAROOTDIR/locale]
+  --mandir=DIR           man documentation [DATAROOTDIR/man]
+  --docdir=DIR           documentation root [DATAROOTDIR/doc/PACKAGE]
+  --htmldir=DIR          html documentation [DOCDIR]
+  --dvidir=DIR           dvi documentation [DOCDIR]
+  --pdfdir=DIR           pdf documentation [DOCDIR]
+  --psdir=DIR            ps documentation [DOCDIR]
 _ACEOF
 
   cat <<\_ACEOF
@@ -1027,12 +1483,12 @@
 Optional Features:
   --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
   --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
-  --enable-shared[=PKGS]
-                          build shared libraries [default=yes]
-  --enable-static[=PKGS]
-                          build static libraries [default=yes]
+  --enable-shared[=PKGS]  build shared libraries [default=yes]
+  --enable-static[=PKGS]  build static libraries [default=yes]
   --enable-fast-install[=PKGS]
                           optimize for fast installation [default=yes]
+  --disable-dependency-tracking  speeds up one-time build
+  --enable-dependency-tracking   do not reject slow dependency extractors
   --disable-libtool-lock  avoid locking (might break parallel builds)
   --enable-lite           disable some stuff (dont use it)
   --disable-locale        disable use of X locale support
@@ -1054,8 +1510,7 @@
   --with-gnu-ld           assume the C compiler uses GNU ld [default=no]
   --with-pic              try to use only PIC/non-PIC objects [default=use
                           both]
-  --with-tags[=TAGS]
-                          include additional configurations [automatic]
+  --with-tags[=TAGS]      include additional configurations [automatic]
   --with-libs-from        pass compiler flags to look for libraries
   --with-incs-from        pass compiler flags to look for header files
   --with-nlsdir=PATH      specify where the locale stuff should go
@@ -1068,131 +1523,100 @@
   CFLAGS      C compiler flags
   LDFLAGS     linker flags, e.g. -L<lib dir> if you have libraries in a
               nonstandard directory <lib dir>
-  CPPFLAGS    C/C++ preprocessor flags, e.g. -I<include dir> if you have
-              headers in a nonstandard directory <include dir>
+  CPPFLAGS    C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
+              you have headers in a nonstandard directory <include dir>
   CPP         C preprocessor
   CXX         C++ compiler command
   CXXFLAGS    C++ compiler flags
   CXXCPP      C++ preprocessor
   F77         Fortran 77 compiler command
   FFLAGS      Fortran 77 compiler flags
+  XMKMF       Path to xmkmf, Makefile generator for X Window System
 
 Use these variables to override the choices made by `configure' or to help
 it to find libraries and programs with nonstandard names/locations.
 
 _ACEOF
+ac_status=$?
 fi
 
 if test "$ac_init_help" = "recursive"; then
   # If there are subdirs, report their specific --help.
-  ac_popdir=`pwd`
   for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
-    test -d $ac_dir || continue
+    test -d "$ac_dir" || continue
     ac_builddir=.
 
-if test "$ac_dir" != .; then
+case "$ac_dir" in
+.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
+*)
   ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
-  # A "../" for each directory in $ac_dir_suffix.
-  ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
-else
-  ac_dir_suffix= ac_top_builddir=
-fi
+  # A ".." for each directory in $ac_dir_suffix.
+  ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
+  case $ac_top_builddir_sub in
+  "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
+  *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
+  esac ;;
+esac
+ac_abs_top_builddir=$ac_pwd
+ac_abs_builddir=$ac_pwd$ac_dir_suffix
+# for backward compatibility:
+ac_top_builddir=$ac_top_build_prefix
 
 case $srcdir in
-  .)  # No --srcdir option.  We are building in place.
+  .)  # We are building in place.
     ac_srcdir=.
-    if test -z "$ac_top_builddir"; then
-       ac_top_srcdir=.
-    else
-       ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
-    fi ;;
-  [\\/]* | ?:[\\/]* )  # Absolute path.
+    ac_top_srcdir=$ac_top_builddir_sub
+    ac_abs_top_srcdir=$ac_pwd ;;
+  [\\/]* | ?:[\\/]* )  # Absolute name.
     ac_srcdir=$srcdir$ac_dir_suffix;
-    ac_top_srcdir=$srcdir ;;
-  *) # Relative path.
-    ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
-    ac_top_srcdir=$ac_top_builddir$srcdir ;;
-esac
-
-# Do not use `cd foo && pwd` to compute absolute paths, because
-# the directories may not exist.
-case `pwd` in
-.) ac_abs_builddir="$ac_dir";;
-*)
-  case "$ac_dir" in
-  .) ac_abs_builddir=`pwd`;;
-  [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
-  *) ac_abs_builddir=`pwd`/"$ac_dir";;
-  esac;;
-esac
-case $ac_abs_builddir in
-.) ac_abs_top_builddir=${ac_top_builddir}.;;
-*)
-  case ${ac_top_builddir}. in
-  .) ac_abs_top_builddir=$ac_abs_builddir;;
-  [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
-  *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
-  esac;;
-esac
-case $ac_abs_builddir in
-.) ac_abs_srcdir=$ac_srcdir;;
-*)
-  case $ac_srcdir in
-  .) ac_abs_srcdir=$ac_abs_builddir;;
-  [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
-  *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
-  esac;;
-esac
-case $ac_abs_builddir in
-.) ac_abs_top_srcdir=$ac_top_srcdir;;
-*)
-  case $ac_top_srcdir in
-  .) ac_abs_top_srcdir=$ac_abs_builddir;;
-  [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
-  *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
-  esac;;
+    ac_top_srcdir=$srcdir
+    ac_abs_top_srcdir=$srcdir ;;
+  *) # Relative name.
+    ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
+    ac_top_srcdir=$ac_top_build_prefix$srcdir
+    ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
 esac
+ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
 
-    cd $ac_dir
-    # Check for guested configure; otherwise get Cygnus style configure.
-    if test -f $ac_srcdir/configure.gnu; then
-      echo
-      $SHELL $ac_srcdir/configure.gnu  --help=recursive
-    elif test -f $ac_srcdir/configure; then
-      echo
-      $SHELL $ac_srcdir/configure  --help=recursive
-    elif test -f $ac_srcdir/configure.ac ||
-	   test -f $ac_srcdir/configure.in; then
-      echo
-      $ac_configure --help
+    cd "$ac_dir" || { ac_status=$?; continue; }
+    # Check for guested configure.
+    if test -f "$ac_srcdir/configure.gnu"; then
+      echo &&
+      $SHELL "$ac_srcdir/configure.gnu" --help=recursive
+    elif test -f "$ac_srcdir/configure"; then
+      echo &&
+      $SHELL "$ac_srcdir/configure" --help=recursive
     else
       echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
-    fi
-    cd "$ac_popdir"
+    fi || ac_status=$?
+    cd "$ac_pwd" || { ac_status=$?; break; }
   done
 fi
 
-test -n "$ac_init_help" && exit 0
+test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
+configure
+generated by GNU Autoconf 2.60a
 
-Copyright (C) 2003 Free Software Foundation, Inc.
+Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
+2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
 This configure script is free software; the Free Software Foundation
 gives unlimited permission to copy, distribute and modify it.
 _ACEOF
-  exit 0
+  exit
 fi
-exec 5>config.log
-cat >&5 <<_ACEOF
+cat >config.log <<_ACEOF
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
 It was created by $as_me, which was
-generated by GNU Autoconf 2.59.  Invocation command line was
+generated by GNU Autoconf 2.60a.  Invocation command line was
 
   $ $0 $@
 
 _ACEOF
+exec 5>>config.log
 {
 cat <<_ASUNAME
 ## --------- ##
@@ -1211,7 +1635,7 @@
 /bin/arch              = `(/bin/arch) 2>/dev/null              || echo unknown`
 /usr/bin/arch -k       = `(/usr/bin/arch -k) 2>/dev/null       || echo unknown`
 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
-hostinfo               = `(hostinfo) 2>/dev/null               || echo unknown`
+/usr/bin/hostinfo      = `(/usr/bin/hostinfo) 2>/dev/null      || echo unknown`
 /bin/machine           = `(/bin/machine) 2>/dev/null           || echo unknown`
 /usr/bin/oslevel       = `(/usr/bin/oslevel) 2>/dev/null       || echo unknown`
 /bin/universe          = `(/bin/universe) 2>/dev/null          || echo unknown`
@@ -1225,6 +1649,7 @@
   test -z "$as_dir" && as_dir=.
   echo "PATH: $as_dir"
 done
+IFS=$as_save_IFS
 
 } >&5
 
@@ -1246,7 +1671,6 @@
 ac_configure_args=
 ac_configure_args0=
 ac_configure_args1=
-ac_sep=
 ac_must_keep_next=false
 for ac_pass in 1 2
 do
@@ -1257,7 +1681,7 @@
     -q | -quiet | --quiet | --quie | --qui | --qu | --q \
     | -silent | --silent | --silen | --sile | --sil)
       continue ;;
-    *" "*|*"	"*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
+    *\'*)
       ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
     esac
     case $ac_pass in
@@ -1279,9 +1703,7 @@
 	  -* ) ac_must_keep_next=true ;;
 	esac
       fi
-      ac_configure_args="$ac_configure_args$ac_sep'$ac_arg'"
-      # Get rid of the leading space.
-      ac_sep=" "
+      ac_configure_args="$ac_configure_args '$ac_arg'"
       ;;
     esac
   done
@@ -1292,8 +1714,8 @@
 # When interrupted or exit'd, cleanup temporary files, and complete
 # config.log.  We remove comments because anyway the quotes in there
 # would cause problems or look ugly.
-# WARNING: Be sure not to use single quotes in there, as some shells,
-# such as our DU 5.0 friend, will then `close' the trap.
+# WARNING: Use '\'' to represent an apostrophe within the trap.
+# WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
 trap 'exit_status=$?
   # Save into config.log some information that might help in debugging.
   {
@@ -1306,20 +1728,34 @@
 _ASBOX
     echo
     # The following way of writing the cache mishandles newlines in values,
-{
+(
+  for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
+    eval ac_val=\$$ac_var
+    case $ac_val in #(
+    *${as_nl}*)
+      case $ac_var in #(
+      *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
+echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
+      esac
+      case $ac_var in #(
+      _ | IFS | as_nl) ;; #(
+      *) $as_unset $ac_var ;;
+      esac ;;
+    esac
+  done
   (set) 2>&1 |
-    case `(ac_space='"'"' '"'"'; set | grep ac_space) 2>&1` in
-    *ac_space=\ *)
+    case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
+    *${as_nl}ac_space=\ *)
       sed -n \
-	"s/'"'"'/'"'"'\\\\'"'"''"'"'/g;
-	  s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='"'"'\\2'"'"'/p"
-      ;;
+	"s/'\''/'\''\\\\'\'''\''/g;
+	  s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
+      ;; #(
     *)
-      sed -n \
-	"s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
+      sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
       ;;
-    esac;
-}
+    esac |
+    sort
+)
     echo
 
     cat <<\_ASBOX
@@ -1330,22 +1766,28 @@
     echo
     for ac_var in $ac_subst_vars
     do
-      eval ac_val=$`echo $ac_var`
-      echo "$ac_var='"'"'$ac_val'"'"'"
+      eval ac_val=\$$ac_var
+      case $ac_val in
+      *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
+      esac
+      echo "$ac_var='\''$ac_val'\''"
     done | sort
     echo
 
     if test -n "$ac_subst_files"; then
       cat <<\_ASBOX
-## ------------- ##
-## Output files. ##
-## ------------- ##
+## ------------------- ##
+## File substitutions. ##
+## ------------------- ##
 _ASBOX
       echo
       for ac_var in $ac_subst_files
       do
-	eval ac_val=$`echo $ac_var`
-	echo "$ac_var='"'"'$ac_val'"'"'"
+	eval ac_val=\$$ac_var
+	case $ac_val in
+	*\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
+	esac
+	echo "$ac_var='\''$ac_val'\''"
       done | sort
       echo
     fi
@@ -1357,26 +1799,24 @@
 ## ----------- ##
 _ASBOX
       echo
-      sed "/^$/d" confdefs.h | sort
+      cat confdefs.h
       echo
     fi
     test "$ac_signal" != 0 &&
       echo "$as_me: caught signal $ac_signal"
     echo "$as_me: exit $exit_status"
   } >&5
-  rm -f core *.core &&
-  rm -rf conftest* confdefs* conf$$* $ac_clean_files &&
+  rm -f core *.core core.conftest.* &&
+    rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
     exit $exit_status
-     ' 0
+' 0
 for ac_signal in 1 2 13 15; do
   trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
 done
 ac_signal=0
 
 # confdefs.h avoids OS command line length limits that DEFS can exceed.
-rm -rf conftest* confdefs.h
-# AIX cpp loses on an empty file, so make sure it contains at least a newline.
-echo >confdefs.h
+rm -f -r conftest* confdefs.h
 
 # Predefined preprocessor variables.
 
@@ -1407,14 +1847,17 @@
 
 # Let the site file select an alternate cache file if it wants to.
 # Prefer explicitly selected file to automatically selected ones.
-if test -z "$CONFIG_SITE"; then
-  if test "x$prefix" != xNONE; then
-    CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
-  else
-    CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
-  fi
+if test -n "$CONFIG_SITE"; then
+  set x "$CONFIG_SITE"
+elif test "x$prefix" != xNONE; then
+  set x "$prefix/share/config.site" "$prefix/etc/config.site"
+else
+  set x "$ac_default_prefix/share/config.site" \
+	"$ac_default_prefix/etc/config.site"
 fi
-for ac_site_file in $CONFIG_SITE; do
+shift
+for ac_site_file
+do
   if test -r "$ac_site_file"; then
     { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
 echo "$as_me: loading site script $ac_site_file" >&6;}
@@ -1430,8 +1873,8 @@
     { echo "$as_me:$LINENO: loading cache $cache_file" >&5
 echo "$as_me: loading cache $cache_file" >&6;}
     case $cache_file in
-      [\\/]* | ?:[\\/]* ) . $cache_file;;
-      *)                      . ./$cache_file;;
+      [\\/]* | ?:[\\/]* ) . "$cache_file";;
+      *)                      . "./$cache_file";;
     esac
   fi
 else
@@ -1443,12 +1886,11 @@
 # Check that the precious variables saved in the cache have kept the same
 # value.
 ac_cache_corrupted=false
-for ac_var in `(set) 2>&1 |
-	       sed -n 's/^ac_env_\([a-zA-Z_0-9]*\)_set=.*/\1/p'`; do
+for ac_var in $ac_precious_vars; do
   eval ac_old_set=\$ac_cv_env_${ac_var}_set
   eval ac_new_set=\$ac_env_${ac_var}_set
-  eval ac_old_val="\$ac_cv_env_${ac_var}_value"
-  eval ac_new_val="\$ac_env_${ac_var}_value"
+  eval ac_old_val=\$ac_cv_env_${ac_var}_value
+  eval ac_new_val=\$ac_env_${ac_var}_value
   case $ac_old_set,$ac_new_set in
     set,)
       { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
@@ -1473,8 +1915,7 @@
   # Pass precious variables to config.status.
   if test "$ac_new_set" = set; then
     case $ac_new_val in
-    *" "*|*"	"*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
-      ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
+    *\'*) ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
     *) ac_arg=$ac_var=$ac_new_val ;;
     esac
     case " $ac_configure_args " in
@@ -1491,12 +1932,6 @@
    { (exit 1); exit 1; }; }
 fi
 
-ac_ext=c
-ac_cpp='$CPP $CPPFLAGS'
-ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
-ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
-ac_compiler_gnu=$ac_cv_c_compiler_gnu
-
 
 
 
@@ -1513,36 +1948,47 @@
 
 
 
+ac_ext=c
+ac_cpp='$CPP $CPPFLAGS'
+ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
+ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
+ac_compiler_gnu=$ac_cv_c_compiler_gnu
 
 
 
 
 
-am__api_version="1.4"
+am__api_version="1.9"
 ac_aux_dir=
-for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do
-  if test -f $ac_dir/install-sh; then
+for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
+  if test -f "$ac_dir/install-sh"; then
     ac_aux_dir=$ac_dir
     ac_install_sh="$ac_aux_dir/install-sh -c"
     break
-  elif test -f $ac_dir/install.sh; then
+  elif test -f "$ac_dir/install.sh"; then
     ac_aux_dir=$ac_dir
     ac_install_sh="$ac_aux_dir/install.sh -c"
     break
-  elif test -f $ac_dir/shtool; then
+  elif test -f "$ac_dir/shtool"; then
     ac_aux_dir=$ac_dir
     ac_install_sh="$ac_aux_dir/shtool install -c"
     break
   fi
 done
 if test -z "$ac_aux_dir"; then
-  { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&5
-echo "$as_me: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&2;}
+  { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&5
+echo "$as_me: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&2;}
    { (exit 1); exit 1; }; }
 fi
-ac_config_guess="$SHELL $ac_aux_dir/config.guess"
-ac_config_sub="$SHELL $ac_aux_dir/config.sub"
-ac_configure="$SHELL $ac_aux_dir/configure" # This should be Cygnus configure.
+
+# These three variables are undocumented and unsupported,
+# and are intended to be withdrawn in a future Autoconf release.
+# They can cause serious problems if a builder's source tree is in a directory
+# whose full name contains unusual characters.
+ac_config_guess="$SHELL $ac_aux_dir/config.guess"  # Please don't use this var.
+ac_config_sub="$SHELL $ac_aux_dir/config.sub"  # Please don't use this var.
+ac_configure="$SHELL $ac_aux_dir/configure"  # Please don't use this var.
+
 
 # Find a good install program.  We prefer a C program (faster),
 # so one script is as good as another.  But avoid the broken or
@@ -1557,8 +2003,8 @@
 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
 # OS/2's system install, which has a completely different semantic
 # ./install, which can be erroneously created by make from ./install.sh.
-echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
-echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6
+{ echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
+echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6; }
 if test -z "$INSTALL"; then
 if test "${ac_cv_path_install+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -1580,7 +2026,7 @@
     # by default.
     for ac_prog in ginstall scoinst install; do
       for ac_exec_ext in '' $ac_executable_extensions; do
-	if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
+	if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; }; then
 	  if test $ac_prog = install &&
 	    grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
 	    # AIX install.  It has an incompatible calling convention.
@@ -1599,21 +2045,22 @@
     ;;
 esac
 done
+IFS=$as_save_IFS
 
 
 fi
   if test "${ac_cv_path_install+set}" = set; then
     INSTALL=$ac_cv_path_install
   else
-    # As a last resort, use the slow shell script.  We don't cache a
-    # path for INSTALL within a source directory, because that will
+    # As a last resort, use the slow shell script.  Don't cache a
+    # value for INSTALL within a source directory, because that will
     # break other packages using the cache if that directory is
-    # removed, or if the path is relative.
+    # removed, or if the value is a relative name.
     INSTALL=$ac_install_sh
   fi
 fi
-echo "$as_me:$LINENO: result: $INSTALL" >&5
-echo "${ECHO_T}$INSTALL" >&6
+{ echo "$as_me:$LINENO: result: $INSTALL" >&5
+echo "${ECHO_T}$INSTALL" >&6; }
 
 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
 # It thinks the first close brace ends the variable substitution.
@@ -1623,24 +2070,25 @@
 
 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
 
-echo "$as_me:$LINENO: checking whether build environment is sane" >&5
-echo $ECHO_N "checking whether build environment is sane... $ECHO_C" >&6
+{ echo "$as_me:$LINENO: checking whether build environment is sane" >&5
+echo $ECHO_N "checking whether build environment is sane... $ECHO_C" >&6; }
 # Just in case
 sleep 1
-echo timestamp > conftestfile
+echo timestamp > conftest.file
 # 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 conftestfile 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 conftestfile`
+      set X `ls -t $srcdir/configure conftest.file`
    fi
-   if test "$*" != "X $srcdir/configure conftestfile" \
-      && test "$*" != "X conftestfile $srcdir/configure"; then
+   rm -f conftest.file
+   if test "$*" != "X $srcdir/configure conftest.file" \
+      && test "$*" != "X conftest.file $srcdir/configure"; then
 
       # If neither matched, then we have a broken ls.  This can happen
       # if, for instance, CONFIG_SHELL is bash and it inherits a
@@ -1653,7 +2101,7 @@
    { (exit 1); exit 1; }; }
    fi
 
-   test "$2" = conftestfile
+   test "$2" = conftest.file
    )
 then
    # Ok.
@@ -1665,62 +2113,171 @@
 Check your system clock" >&2;}
    { (exit 1); exit 1; }; }
 fi
-rm -f conftest*
-echo "$as_me:$LINENO: result: yes" >&5
-echo "${ECHO_T}yes" >&6
+{ echo "$as_me:$LINENO: result: yes" >&5
+echo "${ECHO_T}yes" >&6; }
 test "$program_prefix" != NONE &&
-  program_transform_name="s,^,$program_prefix,;$program_transform_name"
+  program_transform_name="s&^&$program_prefix&;$program_transform_name"
 # Use a double $ so make ignores it.
 test "$program_suffix" != NONE &&
-  program_transform_name="s,\$,$program_suffix,;$program_transform_name"
+  program_transform_name="s&\$&$program_suffix&;$program_transform_name"
 # Double any \ or $.  echo might interpret backslashes.
 # By default was `s,x,x', remove it if useless.
 cat <<\_ACEOF >conftest.sed
 s/[\\$]/&&/g;s/;s,x,x,$//
 _ACEOF
 program_transform_name=`echo $program_transform_name | sed -f conftest.sed`
-rm conftest.sed
+rm -f conftest.sed
+
+# expand $ac_aux_dir to an absolute path
+am_aux_dir=`cd $ac_aux_dir && pwd`
+
+test x"${MISSING+set}" = xset || MISSING="\${SHELL} $am_aux_dir/missing"
+# Use eval to expand $SHELL
+if eval "$MISSING --run true"; then
+  am_missing_run="$MISSING --run "
+else
+  am_missing_run=
+  { echo "$as_me:$LINENO: WARNING: \`missing' script is too old or missing" >&5
+echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
+fi
+
+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
+
+for ac_prog in gawk mawk nawk awk
+do
+  # Extract the first word of "$ac_prog", so it can be a program name with args.
+set dummy $ac_prog; ac_word=$2
+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
+if test "${ac_cv_prog_AWK+set}" = set; then
+  echo $ECHO_N "(cached) $ECHO_C" >&6
+else
+  if test -n "$AWK"; then
+  ac_cv_prog_AWK="$AWK" # Let the user override the test.
+else
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+for as_dir in $PATH
+do
+  IFS=$as_save_IFS
+  test -z "$as_dir" && as_dir=.
+  for ac_exec_ext in '' $ac_executable_extensions; do
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
+    ac_cv_prog_AWK="$ac_prog"
+    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
+    break 2
+  fi
+done
+done
+IFS=$as_save_IFS
 
-echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
-echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6
-set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,:./+-,___p_,'`
-if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then
+fi
+fi
+AWK=$ac_cv_prog_AWK
+if test -n "$AWK"; then
+  { echo "$as_me:$LINENO: result: $AWK" >&5
+echo "${ECHO_T}$AWK" >&6; }
+else
+  { echo "$as_me:$LINENO: result: no" >&5
+echo "${ECHO_T}no" >&6; }
+fi
+
+
+  test -n "$AWK" && break
+done
+
+{ echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
+echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6; }
+set x ${MAKE-make}; ac_make=`echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
+if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
   cat >conftest.make <<\_ACEOF
+SHELL = /bin/sh
 all:
-	@echo 'ac_maketemp="$(MAKE)"'
+	@echo '@@@%%%=$(MAKE)=@@@%%%'
 _ACEOF
 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
-eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=`
-if test -n "$ac_maketemp"; then
-  eval ac_cv_prog_make_${ac_make}_set=yes
-else
-  eval ac_cv_prog_make_${ac_make}_set=no
-fi
+case `${MAKE-make} -f conftest.make 2>/dev/null` in
+  *@@@%%%=?*=@@@%%%*)
+    eval ac_cv_prog_make_${ac_make}_set=yes;;
+  *)
+    eval ac_cv_prog_make_${ac_make}_set=no;;
+esac
 rm -f conftest.make
 fi
-if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
-  echo "$as_me:$LINENO: result: yes" >&5
-echo "${ECHO_T}yes" >&6
+if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
+  { echo "$as_me:$LINENO: result: yes" >&5
+echo "${ECHO_T}yes" >&6; }
   SET_MAKE=
 else
-  echo "$as_me:$LINENO: result: no" >&5
-echo "${ECHO_T}no" >&6
+  { echo "$as_me:$LINENO: result: no" >&5
+echo "${ECHO_T}no" >&6; }
   SET_MAKE="MAKE=${MAKE-make}"
 fi
 
-
-PACKAGE=WindowMaker
-
-VERSION=0.92.0
-
-if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then
+rm -rf .tst 2>/dev/null
+mkdir .tst 2>/dev/null
+if test -d .tst; then
+  am__leading_dot=.
+else
+  am__leading_dot=_
+fi
+rmdir .tst 2>/dev/null
+
+# test to see if srcdir already configured
+if test "`cd $srcdir && pwd`" != "`pwd`" &&
+   test -f $srcdir/config.status; then
   { { echo "$as_me:$LINENO: error: source directory already configured; run \"make distclean\" there first" >&5
 echo "$as_me: error: source directory already configured; run \"make distclean\" there first" >&2;}
    { (exit 1); exit 1; }; }
 fi
 
+# test whether we have cygpath
+if test -z "$CYGPATH_W"; then
+  if (cygpath --version) >/dev/null 2>/dev/null; then
+    CYGPATH_W='cygpath -w'
+  else
+    CYGPATH_W=echo
+  fi
+fi
+
+
+# Define the identity of the package.
+ PACKAGE=WindowMaker
+ VERSION=0.92.0
+
+
 cat >>confdefs.h <<_ACEOF
 #define PACKAGE "$PACKAGE"
 _ACEOF
@@ -1730,90 +2287,144 @@
 #define VERSION "$VERSION"
 _ACEOF
 
+# Some tools Automake needs.
+
+ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
+
+
+AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}
+
+
+AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
+
+
+AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
+
+
+MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
+
+install_sh=${install_sh-"$am_aux_dir/install-sh"}
+
+# Installed binaries are usually stripped using `strip' when the user
+# run `make install-strip'.  However `strip' might not be the right
+# tool to use in cross-compilation environments, therefore Automake
+# will honor the `STRIP' environment variable to overrule this program.
+if test "$cross_compiling" != no; then
+  if test -n "$ac_tool_prefix"; then
+  # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
+set dummy ${ac_tool_prefix}strip; ac_word=$2
+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
+if test "${ac_cv_prog_STRIP+set}" = set; then
+  echo $ECHO_N "(cached) $ECHO_C" >&6
+else
+  if test -n "$STRIP"; then
+  ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
+else
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+for as_dir in $PATH
+do
+  IFS=$as_save_IFS
+  test -z "$as_dir" && as_dir=.
+  for ac_exec_ext in '' $ac_executable_extensions; do
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
+    ac_cv_prog_STRIP="${ac_tool_prefix}strip"
+    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
+    break 2
+  fi
+done
+done
+IFS=$as_save_IFS
+
+fi
+fi
+STRIP=$ac_cv_prog_STRIP
+if test -n "$STRIP"; then
+  { echo "$as_me:$LINENO: result: $STRIP" >&5
+echo "${ECHO_T}$STRIP" >&6; }
+else
+  { echo "$as_me:$LINENO: result: no" >&5
+echo "${ECHO_T}no" >&6; }
+fi
+
+
+fi
+if test -z "$ac_cv_prog_STRIP"; then
+  ac_ct_STRIP=$STRIP
+  # Extract the first word of "strip", so it can be a program name with args.
+set dummy strip; ac_word=$2
+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
+if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
+  echo $ECHO_N "(cached) $ECHO_C" >&6
+else
+  if test -n "$ac_ct_STRIP"; then
+  ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
+else
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+for as_dir in $PATH
+do
+  IFS=$as_save_IFS
+  test -z "$as_dir" && as_dir=.
+  for ac_exec_ext in '' $ac_executable_extensions; do
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
+    ac_cv_prog_ac_ct_STRIP="strip"
+    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
+    break 2
+  fi
+done
+done
+IFS=$as_save_IFS
+
+fi
+fi
+ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
+if test -n "$ac_ct_STRIP"; then
+  { echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
+echo "${ECHO_T}$ac_ct_STRIP" >&6; }
+else
+  { echo "$as_me:$LINENO: result: no" >&5
+echo "${ECHO_T}no" >&6; }
+fi
 
+  if test "x$ac_ct_STRIP" = x; then
+    STRIP=":"
+  else
+    case $cross_compiling:$ac_tool_warned in
+yes:)
+{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
+whose name does not start with the host triplet.  If you think this
+configuration is useful to you, please write to autoconf@gnu.org." >&5
+echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
+whose name does not start with the host triplet.  If you think this
+configuration is useful to you, please write to autoconf@gnu.org." >&2;}
+ac_tool_warned=yes ;;
+esac
+    STRIP=$ac_ct_STRIP
+  fi
+else
+  STRIP="$ac_cv_prog_STRIP"
+fi
 
-missing_dir=`cd $ac_aux_dir && pwd`
-echo "$as_me:$LINENO: checking for working aclocal-${am__api_version}" >&5
-echo $ECHO_N "checking for working aclocal-${am__api_version}... $ECHO_C" >&6
-# Run test in a subshell; some versions of sh will print an error if
-# an executable is not found, even if stderr is redirected.
-# Redirect stdin to placate older versions of autoconf.  Sigh.
-if (aclocal-${am__api_version} --version) < /dev/null > /dev/null 2>&1; then
-   ACLOCAL=aclocal-${am__api_version}
-   echo "$as_me:$LINENO: result: found" >&5
-echo "${ECHO_T}found" >&6
-else
-   ACLOCAL="$missing_dir/missing aclocal-${am__api_version}"
-   echo "$as_me:$LINENO: result: missing" >&5
-echo "${ECHO_T}missing" >&6
-fi
-
-echo "$as_me:$LINENO: checking for working autoconf" >&5
-echo $ECHO_N "checking for working autoconf... $ECHO_C" >&6
-# Run test in a subshell; some versions of sh will print an error if
-# an executable is not found, even if stderr is redirected.
-# Redirect stdin to placate older versions of autoconf.  Sigh.
-if (autoconf --version) < /dev/null > /dev/null 2>&1; then
-   AUTOCONF=autoconf
-   echo "$as_me:$LINENO: result: found" >&5
-echo "${ECHO_T}found" >&6
-else
-   AUTOCONF="$missing_dir/missing autoconf"
-   echo "$as_me:$LINENO: result: missing" >&5
-echo "${ECHO_T}missing" >&6
-fi
-
-echo "$as_me:$LINENO: checking for working automake-${am__api_version}" >&5
-echo $ECHO_N "checking for working automake-${am__api_version}... $ECHO_C" >&6
-# Run test in a subshell; some versions of sh will print an error if
-# an executable is not found, even if stderr is redirected.
-# Redirect stdin to placate older versions of autoconf.  Sigh.
-if (automake-${am__api_version} --version) < /dev/null > /dev/null 2>&1; then
-   AUTOMAKE=automake-${am__api_version}
-   echo "$as_me:$LINENO: result: found" >&5
-echo "${ECHO_T}found" >&6
-else
-   AUTOMAKE="$missing_dir/missing automake-${am__api_version}"
-   echo "$as_me:$LINENO: result: missing" >&5
-echo "${ECHO_T}missing" >&6
-fi
-
-echo "$as_me:$LINENO: checking for working autoheader" >&5
-echo $ECHO_N "checking for working autoheader... $ECHO_C" >&6
-# Run test in a subshell; some versions of sh will print an error if
-# an executable is not found, even if stderr is redirected.
-# Redirect stdin to placate older versions of autoconf.  Sigh.
-if (autoheader --version) < /dev/null > /dev/null 2>&1; then
-   AUTOHEADER=autoheader
-   echo "$as_me:$LINENO: result: found" >&5
-echo "${ECHO_T}found" >&6
-else
-   AUTOHEADER="$missing_dir/missing autoheader"
-   echo "$as_me:$LINENO: result: missing" >&5
-echo "${ECHO_T}missing" >&6
-fi
-
-echo "$as_me:$LINENO: checking for working makeinfo" >&5
-echo $ECHO_N "checking for working makeinfo... $ECHO_C" >&6
-# Run test in a subshell; some versions of sh will print an error if
-# an executable is not found, even if stderr is redirected.
-# Redirect stdin to placate older versions of autoconf.  Sigh.
-if (makeinfo --version) < /dev/null > /dev/null 2>&1; then
-   MAKEINFO=makeinfo
-   echo "$as_me:$LINENO: result: found" >&5
-echo "${ECHO_T}found" >&6
-else
-   MAKEINFO="$missing_dir/missing makeinfo"
-   echo "$as_me:$LINENO: result: missing" >&5
-echo "${ECHO_T}missing" >&6
 fi
+INSTALL_STRIP_PROGRAM="\${SHELL} \$(install_sh) -c -s"
+
+# We need awk for the "check" target.  The system "awk" is bad on
+# some platforms.
+# Always define AMTAR for backward compatibility.
+
+AMTAR=${AMTAR-"${am_missing_run}tar"}
+
+am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'
+
+
+
 
 
 
-# Check whether --enable-shared or --disable-shared was given.
+# Check whether --enable-shared was given.
 if test "${enable_shared+set}" = set; then
-  enableval="$enable_shared"
-  p=${PACKAGE-default}
+  enableval=$enable_shared; p=${PACKAGE-default}
     case $enableval in
     yes) enable_shared=yes ;;
     no) enable_shared=no ;;
@@ -1832,12 +2443,12 @@
     esac
 else
   enable_shared=yes
-fi;
+fi
+
 
-# Check whether --enable-static or --disable-static was given.
+# Check whether --enable-static was given.
 if test "${enable_static+set}" = set; then
-  enableval="$enable_static"
-  p=${PACKAGE-default}
+  enableval=$enable_static; p=${PACKAGE-default}
     case $enableval in
     yes) enable_static=yes ;;
     no) enable_static=no ;;
@@ -1856,12 +2467,12 @@
     esac
 else
   enable_static=yes
-fi;
+fi
+
 
-# Check whether --enable-fast-install or --disable-fast-install was given.
+# Check whether --enable-fast-install was given.
 if test "${enable_fast_install+set}" = set; then
-  enableval="$enable_fast_install"
-  p=${PACKAGE-default}
+  enableval=$enable_fast_install; p=${PACKAGE-default}
     case $enableval in
     yes) enable_fast_install=yes ;;
     no) enable_fast_install=no ;;
@@ -1880,60 +2491,155 @@
     esac
 else
   enable_fast_install=yes
-fi;
+fi
+
 
 # Make sure we can run config.sub.
-$ac_config_sub sun4 >/dev/null 2>&1 ||
-  { { echo "$as_me:$LINENO: error: cannot run $ac_config_sub" >&5
-echo "$as_me: error: cannot run $ac_config_sub" >&2;}
+$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
+  { { echo "$as_me:$LINENO: error: cannot run $SHELL $ac_aux_dir/config.sub" >&5
+echo "$as_me: error: cannot run $SHELL $ac_aux_dir/config.sub" >&2;}
    { (exit 1); exit 1; }; }
 
-echo "$as_me:$LINENO: checking build system type" >&5
-echo $ECHO_N "checking build system type... $ECHO_C" >&6
+{ echo "$as_me:$LINENO: checking build system type" >&5
+echo $ECHO_N "checking build system type... $ECHO_C" >&6; }
 if test "${ac_cv_build+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
-  ac_cv_build_alias=$build_alias
-test -z "$ac_cv_build_alias" &&
-  ac_cv_build_alias=`$ac_config_guess`
-test -z "$ac_cv_build_alias" &&
+  ac_build_alias=$build_alias
+test "x$ac_build_alias" = x &&
+  ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
+test "x$ac_build_alias" = x &&
   { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
 echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
    { (exit 1); exit 1; }; }
-ac_cv_build=`$ac_config_sub $ac_cv_build_alias` ||
-  { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_build_alias failed" >&5
-echo "$as_me: error: $ac_config_sub $ac_cv_build_alias failed" >&2;}
+ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
+  { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&5
+echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&2;}
    { (exit 1); exit 1; }; }
 
 fi
-echo "$as_me:$LINENO: result: $ac_cv_build" >&5
-echo "${ECHO_T}$ac_cv_build" >&6
+{ echo "$as_me:$LINENO: result: $ac_cv_build" >&5
+echo "${ECHO_T}$ac_cv_build" >&6; }
+case $ac_cv_build in
+*-*-*) ;;
+*) { { echo "$as_me:$LINENO: error: invalid value of canonical build" >&5
+echo "$as_me: error: invalid value of canonical build" >&2;}
+   { (exit 1); exit 1; }; };;
+esac
 build=$ac_cv_build
-build_cpu=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
-build_vendor=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
-build_os=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
+ac_save_IFS=$IFS; IFS='-'
+set x $ac_cv_build
+shift
+build_cpu=$1
+build_vendor=$2
+shift; shift
+# Remember, the first character of IFS is used to create $*,
+# except with old shells:
+build_os=$*
+IFS=$ac_save_IFS
+case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
 
 
-echo "$as_me:$LINENO: checking host system type" >&5
-echo $ECHO_N "checking host system type... $ECHO_C" >&6
+{ echo "$as_me:$LINENO: checking host system type" >&5
+echo $ECHO_N "checking host system type... $ECHO_C" >&6; }
 if test "${ac_cv_host+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
-  ac_cv_host_alias=$host_alias
-test -z "$ac_cv_host_alias" &&
-  ac_cv_host_alias=$ac_cv_build_alias
-ac_cv_host=`$ac_config_sub $ac_cv_host_alias` ||
-  { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_host_alias failed" >&5
-echo "$as_me: error: $ac_config_sub $ac_cv_host_alias failed" >&2;}
+  if test "x$host_alias" = x; then
+  ac_cv_host=$ac_cv_build
+else
+  ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
+    { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&5
+echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&2;}
    { (exit 1); exit 1; }; }
+fi
 
 fi
-echo "$as_me:$LINENO: result: $ac_cv_host" >&5
-echo "${ECHO_T}$ac_cv_host" >&6
+{ echo "$as_me:$LINENO: result: $ac_cv_host" >&5
+echo "${ECHO_T}$ac_cv_host" >&6; }
+case $ac_cv_host in
+*-*-*) ;;
+*) { { echo "$as_me:$LINENO: error: invalid value of canonical host" >&5
+echo "$as_me: error: invalid value of canonical host" >&2;}
+   { (exit 1); exit 1; }; };;
+esac
 host=$ac_cv_host
-host_cpu=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
-host_vendor=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
-host_os=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
+ac_save_IFS=$IFS; IFS='-'
+set x $ac_cv_host
+shift
+host_cpu=$1
+host_vendor=$2
+shift; shift
+# Remember, the first character of IFS is used to create $*,
+# except with old shells:
+host_os=$*
+IFS=$ac_save_IFS
+case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
+
+
+DEPDIR="${am__leading_dot}deps"
+
+ac_config_commands="$ac_config_commands depfiles"
+
+
+am_make=${MAKE-make}
+cat > confinc << 'END'
+am__doit:
+	@echo done
+.PHONY: am__doit
+END
+# If we don't find an include directive, just comment out the code.
+{ echo "$as_me:$LINENO: checking for style of include used by $am_make" >&5
+echo $ECHO_N "checking for style of include used by $am_make... $ECHO_C" >&6; }
+am__include="#"
+am__quote=
+_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
+# 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
+fi
+
+
+{ echo "$as_me:$LINENO: result: $_am_result" >&5
+echo "${ECHO_T}$_am_result" >&6; }
+rm -f confinc confmf
+
+# Check whether --enable-dependency-tracking was given.
+if test "${enable_dependency_tracking+set}" = set; then
+  enableval=$enable_dependency_tracking;
+fi
+
+if test "x$enable_dependency_tracking" != xno; then
+  am_depcomp="$ac_aux_dir/depcomp"
+  AMDEPBACKSLASH='\'
+fi
+
+
+if test "x$enable_dependency_tracking" != xno; then
+  AMDEP_TRUE=
+  AMDEP_FALSE='#'
+else
+  AMDEP_TRUE='#'
+  AMDEP_FALSE=
+fi
+
 
 
 ac_ext=c
@@ -1944,8 +2650,8 @@
 if test -n "$ac_tool_prefix"; then
   # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
 set dummy ${ac_tool_prefix}gcc; ac_word=$2
-echo "$as_me:$LINENO: checking for $ac_word" >&5
-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 if test "${ac_cv_prog_CC+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
@@ -1958,32 +2664,34 @@
   IFS=$as_save_IFS
   test -z "$as_dir" && as_dir=.
   for ac_exec_ext in '' $ac_executable_extensions; do
-  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
     ac_cv_prog_CC="${ac_tool_prefix}gcc"
     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     break 2
   fi
 done
 done
+IFS=$as_save_IFS
 
 fi
 fi
 CC=$ac_cv_prog_CC
 if test -n "$CC"; then
-  echo "$as_me:$LINENO: result: $CC" >&5
-echo "${ECHO_T}$CC" >&6
+  { echo "$as_me:$LINENO: result: $CC" >&5
+echo "${ECHO_T}$CC" >&6; }
 else
-  echo "$as_me:$LINENO: result: no" >&5
-echo "${ECHO_T}no" >&6
+  { echo "$as_me:$LINENO: result: no" >&5
+echo "${ECHO_T}no" >&6; }
 fi
 
+
 fi
 if test -z "$ac_cv_prog_CC"; then
   ac_ct_CC=$CC
   # Extract the first word of "gcc", so it can be a program name with args.
 set dummy gcc; ac_word=$2
-echo "$as_me:$LINENO: checking for $ac_word" >&5
-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
@@ -1996,36 +2704,51 @@
   IFS=$as_save_IFS
   test -z "$as_dir" && as_dir=.
   for ac_exec_ext in '' $ac_executable_extensions; do
-  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
     ac_cv_prog_ac_ct_CC="gcc"
     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     break 2
   fi
 done
 done
+IFS=$as_save_IFS
 
 fi
 fi
 ac_ct_CC=$ac_cv_prog_ac_ct_CC
 if test -n "$ac_ct_CC"; then
-  echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
-echo "${ECHO_T}$ac_ct_CC" >&6
+  { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
+echo "${ECHO_T}$ac_ct_CC" >&6; }
 else
-  echo "$as_me:$LINENO: result: no" >&5
-echo "${ECHO_T}no" >&6
+  { echo "$as_me:$LINENO: result: no" >&5
+echo "${ECHO_T}no" >&6; }
 fi
 
-  CC=$ac_ct_CC
+  if test "x$ac_ct_CC" = x; then
+    CC=""
+  else
+    case $cross_compiling:$ac_tool_warned in
+yes:)
+{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
+whose name does not start with the host triplet.  If you think this
+configuration is useful to you, please write to autoconf@gnu.org." >&5
+echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
+whose name does not start with the host triplet.  If you think this
+configuration is useful to you, please write to autoconf@gnu.org." >&2;}
+ac_tool_warned=yes ;;
+esac
+    CC=$ac_ct_CC
+  fi
 else
   CC="$ac_cv_prog_CC"
 fi
 
 if test -z "$CC"; then
-  if test -n "$ac_tool_prefix"; then
-  # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
+          if test -n "$ac_tool_prefix"; then
+    # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
 set dummy ${ac_tool_prefix}cc; ac_word=$2
-echo "$as_me:$LINENO: checking for $ac_word" >&5
-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 if test "${ac_cv_prog_CC+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
@@ -2038,74 +2761,34 @@
   IFS=$as_save_IFS
   test -z "$as_dir" && as_dir=.
   for ac_exec_ext in '' $ac_executable_extensions; do
-  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
     ac_cv_prog_CC="${ac_tool_prefix}cc"
     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     break 2
   fi
 done
 done
+IFS=$as_save_IFS
 
 fi
 fi
 CC=$ac_cv_prog_CC
 if test -n "$CC"; then
-  echo "$as_me:$LINENO: result: $CC" >&5
-echo "${ECHO_T}$CC" >&6
-else
-  echo "$as_me:$LINENO: result: no" >&5
-echo "${ECHO_T}no" >&6
-fi
-
-fi
-if test -z "$ac_cv_prog_CC"; then
-  ac_ct_CC=$CC
-  # Extract the first word of "cc", so it can be a program name with args.
-set dummy cc; ac_word=$2
-echo "$as_me:$LINENO: checking for $ac_word" >&5
-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
-if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
-  echo $ECHO_N "(cached) $ECHO_C" >&6
-else
-  if test -n "$ac_ct_CC"; then
-  ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
-else
-as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-for as_dir in $PATH
-do
-  IFS=$as_save_IFS
-  test -z "$as_dir" && as_dir=.
-  for ac_exec_ext in '' $ac_executable_extensions; do
-  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
-    ac_cv_prog_ac_ct_CC="cc"
-    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
-    break 2
-  fi
-done
-done
-
-fi
-fi
-ac_ct_CC=$ac_cv_prog_ac_ct_CC
-if test -n "$ac_ct_CC"; then
-  echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
-echo "${ECHO_T}$ac_ct_CC" >&6
+  { echo "$as_me:$LINENO: result: $CC" >&5
+echo "${ECHO_T}$CC" >&6; }
 else
-  echo "$as_me:$LINENO: result: no" >&5
-echo "${ECHO_T}no" >&6
+  { echo "$as_me:$LINENO: result: no" >&5
+echo "${ECHO_T}no" >&6; }
 fi
 
-  CC=$ac_ct_CC
-else
-  CC="$ac_cv_prog_CC"
-fi
 
+  fi
 fi
 if test -z "$CC"; then
   # Extract the first word of "cc", so it can be a program name with args.
 set dummy cc; ac_word=$2
-echo "$as_me:$LINENO: checking for $ac_word" >&5
-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 if test "${ac_cv_prog_CC+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
@@ -2119,7 +2802,7 @@
   IFS=$as_save_IFS
   test -z "$as_dir" && as_dir=.
   for ac_exec_ext in '' $ac_executable_extensions; do
-  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
     if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
        ac_prog_rejected=yes
        continue
@@ -2130,6 +2813,7 @@
   fi
 done
 done
+IFS=$as_save_IFS
 
 if test $ac_prog_rejected = yes; then
   # We found a bogon in the path, so make sure we never use it.
@@ -2147,22 +2831,23 @@
 fi
 CC=$ac_cv_prog_CC
 if test -n "$CC"; then
-  echo "$as_me:$LINENO: result: $CC" >&5
-echo "${ECHO_T}$CC" >&6
+  { echo "$as_me:$LINENO: result: $CC" >&5
+echo "${ECHO_T}$CC" >&6; }
 else
-  echo "$as_me:$LINENO: result: no" >&5
-echo "${ECHO_T}no" >&6
+  { echo "$as_me:$LINENO: result: no" >&5
+echo "${ECHO_T}no" >&6; }
 fi
 
+
 fi
 if test -z "$CC"; then
   if test -n "$ac_tool_prefix"; then
-  for ac_prog in cl
+  for ac_prog in cl.exe
   do
     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
-echo "$as_me:$LINENO: checking for $ac_word" >&5
-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 if test "${ac_cv_prog_CC+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
@@ -2175,36 +2860,38 @@
   IFS=$as_save_IFS
   test -z "$as_dir" && as_dir=.
   for ac_exec_ext in '' $ac_executable_extensions; do
-  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
     ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     break 2
   fi
 done
 done
+IFS=$as_save_IFS
 
 fi
 fi
 CC=$ac_cv_prog_CC
 if test -n "$CC"; then
-  echo "$as_me:$LINENO: result: $CC" >&5
-echo "${ECHO_T}$CC" >&6
+  { echo "$as_me:$LINENO: result: $CC" >&5
+echo "${ECHO_T}$CC" >&6; }
 else
-  echo "$as_me:$LINENO: result: no" >&5
-echo "${ECHO_T}no" >&6
+  { echo "$as_me:$LINENO: result: no" >&5
+echo "${ECHO_T}no" >&6; }
 fi
 
+
     test -n "$CC" && break
   done
 fi
 if test -z "$CC"; then
   ac_ct_CC=$CC
-  for ac_prog in cl
+  for ac_prog in cl.exe
 do
   # Extract the first word of "$ac_prog", so it can be a program name with args.
 set dummy $ac_prog; ac_word=$2
-echo "$as_me:$LINENO: checking for $ac_word" >&5
-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
@@ -2217,29 +2904,45 @@
   IFS=$as_save_IFS
   test -z "$as_dir" && as_dir=.
   for ac_exec_ext in '' $ac_executable_extensions; do
-  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
     ac_cv_prog_ac_ct_CC="$ac_prog"
     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     break 2
   fi
 done
 done
+IFS=$as_save_IFS
 
 fi
 fi
 ac_ct_CC=$ac_cv_prog_ac_ct_CC
 if test -n "$ac_ct_CC"; then
-  echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
-echo "${ECHO_T}$ac_ct_CC" >&6
+  { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
+echo "${ECHO_T}$ac_ct_CC" >&6; }
 else
-  echo "$as_me:$LINENO: result: no" >&5
-echo "${ECHO_T}no" >&6
+  { echo "$as_me:$LINENO: result: no" >&5
+echo "${ECHO_T}no" >&6; }
 fi
 
+
   test -n "$ac_ct_CC" && break
 done
 
-  CC=$ac_ct_CC
+  if test "x$ac_ct_CC" = x; then
+    CC=""
+  else
+    case $cross_compiling:$ac_tool_warned in
+yes:)
+{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
+whose name does not start with the host triplet.  If you think this
+configuration is useful to you, please write to autoconf@gnu.org." >&5
+echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
+whose name does not start with the host triplet.  If you think this
+configuration is useful to you, please write to autoconf@gnu.org." >&2;}
+ac_tool_warned=yes ;;
+esac
+    CC=$ac_ct_CC
+  fi
 fi
 
 fi
@@ -2252,21 +2955,35 @@
    { (exit 1); exit 1; }; }
 
 # Provide some information about the compiler.
-echo "$as_me:$LINENO:" \
-     "checking for C compiler version" >&5
+echo "$as_me:$LINENO: checking for C compiler version" >&5
 ac_compiler=`set X $ac_compile; echo $2`
-{ (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
-  (eval $ac_compiler --version </dev/null >&5) 2>&5
+{ (ac_try="$ac_compiler --version >&5"
+case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_compiler --version >&5") 2>&5
   ac_status=$?
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); }
-{ (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5
-  (eval $ac_compiler -v </dev/null >&5) 2>&5
+{ (ac_try="$ac_compiler -v >&5"
+case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_compiler -v >&5") 2>&5
   ac_status=$?
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); }
-{ (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5
-  (eval $ac_compiler -V </dev/null >&5) 2>&5
+{ (ac_try="$ac_compiler -V >&5"
+case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_compiler -V >&5") 2>&5
   ac_status=$?
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); }
@@ -2291,47 +3008,77 @@
 # Try to create an executable without -o first, disregard a.out.
 # It will help us diagnose broken compilers, and finding out an intuition
 # of exeext.
-echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
-echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6
+{ echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
+echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6; }
 ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
-if { (eval echo "$as_me:$LINENO: \"$ac_link_default\"") >&5
-  (eval $ac_link_default) 2>&5
+#
+# List of possible output files, starting from the most likely.
+# The algorithm is not robust to junk in `.', hence go to wildcards (a.*)
+# only as a last resort.  b.out is created by i960 compilers.
+ac_files='a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out'
+#
+# The IRIX 6 linker writes into existing files which may not be
+# executable, retaining their permissions.  Remove them first so a
+# subsequent execution test works.
+ac_rmfiles=
+for ac_file in $ac_files
+do
+  case $ac_file in
+    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;
+    * ) ac_rmfiles="$ac_rmfiles $ac_file";;
+  esac
+done
+rm -f $ac_rmfiles
+
+if { (ac_try="$ac_link_default"
+case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_link_default") 2>&5
   ac_status=$?
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); }; then
-  # Find the output, starting from the most likely.  This scheme is
-# not robust to junk in `.', hence go to wildcards (a.*) only as a last
-# resort.
-
-# Be careful to initialize this variable, since it used to be cached.
-# Otherwise an old cache value of `no' led to `EXEEXT = no' in a Makefile.
-ac_cv_exeext=
-# b.out is created by i960 compilers.
-for ac_file in a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out
+  # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
+# So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
+# in a Makefile.  We should not override ac_cv_exeext if it was cached,
+# so that the user can short-circuit this test for compilers unknown to
+# Autoconf.
+for ac_file in $ac_files ''
 do
   test -f "$ac_file" || continue
   case $ac_file in
-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj )
-	;;
-    conftest.$ac_ext )
-	# This is the source file.
+    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj )
 	;;
     [ab].out )
 	# We found the default executable, but exeext='' is most
 	# certainly right.
 	break;;
     *.* )
-	ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
-	# FIXME: I believe we export ac_cv_exeext for Libtool,
-	# but it would be cool to find out if it's true.  Does anybody
-	# maintain Libtool? --akim.
-	export ac_cv_exeext
+        if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
+	then :; else
+	   ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
+	fi
+	# We set ac_cv_exeext here because the later test for it is not
+	# safe: cross compilers may not add the suffix if given an `-o'
+	# argument, so we may need to know it at that point already.
+	# Even if this section looks crufty: it has the advantage of
+	# actually working.
 	break;;
     * )
 	break;;
   esac
 done
+test "$ac_cv_exeext" = no && ac_cv_exeext=
+
 else
+  ac_file=''
+fi
+
+{ echo "$as_me:$LINENO: result: $ac_file" >&5
+echo "${ECHO_T}$ac_file" >&6; }
+if test -z "$ac_file"; then
   echo "$as_me: failed program was:" >&5
 sed 's/^/| /' conftest.$ac_ext >&5
 
@@ -2343,19 +3090,21 @@
 fi
 
 ac_exeext=$ac_cv_exeext
-echo "$as_me:$LINENO: result: $ac_file" >&5
-echo "${ECHO_T}$ac_file" >&6
 
-# Check the compiler produces executables we can run.  If not, either
+# Check that the compiler produces executables we can run.  If not, either
 # the compiler is broken, or we cross compile.
-echo "$as_me:$LINENO: checking whether the C compiler works" >&5
-echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6
+{ echo "$as_me:$LINENO: checking whether the C compiler works" >&5
+echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6; }
 # FIXME: These cross compiler hacks should be removed for Autoconf 3.0
 # If not cross compiling, check that we can run a simple program.
 if test "$cross_compiling" != yes; then
   if { ac_try='./$ac_file'
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-  (eval $ac_try) 2>&5
+  { (case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_try") 2>&5
   ac_status=$?
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
@@ -2374,22 +3123,27 @@
     fi
   fi
 fi
-echo "$as_me:$LINENO: result: yes" >&5
-echo "${ECHO_T}yes" >&6
+{ echo "$as_me:$LINENO: result: yes" >&5
+echo "${ECHO_T}yes" >&6; }
 
 rm -f a.out a.exe conftest$ac_cv_exeext b.out
 ac_clean_files=$ac_clean_files_save
-# Check the compiler produces executables we can run.  If not, either
+# Check that the compiler produces executables we can run.  If not, either
 # the compiler is broken, or we cross compile.
-echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
-echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6
-echo "$as_me:$LINENO: result: $cross_compiling" >&5
-echo "${ECHO_T}$cross_compiling" >&6
-
-echo "$as_me:$LINENO: checking for suffix of executables" >&5
-echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6
-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
-  (eval $ac_link) 2>&5
+{ echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
+echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6; }
+{ echo "$as_me:$LINENO: result: $cross_compiling" >&5
+echo "${ECHO_T}$cross_compiling" >&6; }
+
+{ echo "$as_me:$LINENO: checking for suffix of executables" >&5
+echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6; }
+if { (ac_try="$ac_link"
+case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_link") 2>&5
   ac_status=$?
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); }; then
@@ -2400,9 +3154,8 @@
 for ac_file in conftest.exe conftest conftest.*; do
   test -f "$ac_file" || continue
   case $ac_file in
-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj ) ;;
+    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;
     *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
-	  export ac_cv_exeext
 	  break;;
     * ) break;;
   esac
@@ -2416,14 +3169,14 @@
 fi
 
 rm -f conftest$ac_cv_exeext
-echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
-echo "${ECHO_T}$ac_cv_exeext" >&6
+{ echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
+echo "${ECHO_T}$ac_cv_exeext" >&6; }
 
 rm -f conftest.$ac_ext
 EXEEXT=$ac_cv_exeext
 ac_exeext=$EXEEXT
-echo "$as_me:$LINENO: checking for suffix of object files" >&5
-echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6
+{ echo "$as_me:$LINENO: checking for suffix of object files" >&5
+echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6; }
 if test "${ac_cv_objext+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
@@ -2443,14 +3196,20 @@
 }
 _ACEOF
 rm -f conftest.o conftest.obj
-if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
-  (eval $ac_compile) 2>&5
+if { (ac_try="$ac_compile"
+case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_compile") 2>&5
   ac_status=$?
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); }; then
-  for ac_file in `(ls conftest.o conftest.obj; ls conftest.*) 2>/dev/null`; do
+  for ac_file in conftest.o conftest.obj conftest.*; do
+  test -f "$ac_file" || continue;
   case $ac_file in
-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg ) ;;
+    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf ) ;;
     *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
        break;;
   esac
@@ -2468,12 +3227,12 @@
 
 rm -f conftest.$ac_cv_objext conftest.$ac_ext
 fi
-echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
-echo "${ECHO_T}$ac_cv_objext" >&6
+{ echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
+echo "${ECHO_T}$ac_cv_objext" >&6; }
 OBJEXT=$ac_cv_objext
 ac_objext=$OBJEXT
-echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
-echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6
+{ echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
+echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6; }
 if test "${ac_cv_c_compiler_gnu+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
@@ -2496,23 +3255,36 @@
 }
 _ACEOF
 rm -f conftest.$ac_objext
-if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
-  (eval $ac_compile) 2>conftest.er1
+if { (ac_try="$ac_compile"
+case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_compile") 2>conftest.er1
   ac_status=$?
   grep -v '^ *+' conftest.er1 >conftest.err
   rm -f conftest.er1
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-  (eval $ac_try) 2>&5
+	 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
+  { (case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_try") 2>&5
   ac_status=$?
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); }; } &&
 	 { ac_try='test -s conftest.$ac_objext'
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-  (eval $ac_try) 2>&5
+  { (case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_try") 2>&5
   ac_status=$?
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
@@ -2521,24 +3293,28 @@
   echo "$as_me: failed program was:" >&5
 sed 's/^/| /' conftest.$ac_ext >&5
 
-ac_compiler_gnu=no
+	ac_compiler_gnu=no
 fi
-rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
+
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 ac_cv_c_compiler_gnu=$ac_compiler_gnu
 
 fi
-echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
-echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6
+{ echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
+echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6; }
 GCC=`test $ac_compiler_gnu = yes && echo yes`
 ac_test_CFLAGS=${CFLAGS+set}
 ac_save_CFLAGS=$CFLAGS
-CFLAGS="-g"
-echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
-echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6
+{ echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
+echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6; }
 if test "${ac_cv_prog_cc_g+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
-  cat >conftest.$ac_ext <<_ACEOF
+  ac_save_c_werror_flag=$ac_c_werror_flag
+   ac_c_werror_flag=yes
+   ac_cv_prog_cc_g=no
+   CFLAGS="-g"
+   cat >conftest.$ac_ext <<_ACEOF
 /* confdefs.h.  */
 _ACEOF
 cat confdefs.h >>conftest.$ac_ext
@@ -2554,23 +3330,147 @@
 }
 _ACEOF
 rm -f conftest.$ac_objext
-if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
-  (eval $ac_compile) 2>conftest.er1
+if { (ac_try="$ac_compile"
+case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_compile") 2>conftest.er1
+  ac_status=$?
+  grep -v '^ *+' conftest.er1 >conftest.err
+  rm -f conftest.er1
+  cat conftest.err >&5
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
+  (exit $ac_status); } &&
+	 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
+  { (case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_try") 2>&5
+  ac_status=$?
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
+  (exit $ac_status); }; } &&
+	 { ac_try='test -s conftest.$ac_objext'
+  { (case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_try") 2>&5
+  ac_status=$?
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
+  (exit $ac_status); }; }; then
+  ac_cv_prog_cc_g=yes
+else
+  echo "$as_me: failed program was:" >&5
+sed 's/^/| /' conftest.$ac_ext >&5
+
+	CFLAGS=""
+      cat >conftest.$ac_ext <<_ACEOF
+/* confdefs.h.  */
+_ACEOF
+cat confdefs.h >>conftest.$ac_ext
+cat >>conftest.$ac_ext <<_ACEOF
+/* end confdefs.h.  */
+
+int
+main ()
+{
+
+  ;
+  return 0;
+}
+_ACEOF
+rm -f conftest.$ac_objext
+if { (ac_try="$ac_compile"
+case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_compile") 2>conftest.er1
   ac_status=$?
   grep -v '^ *+' conftest.er1 >conftest.err
   rm -f conftest.er1
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-  (eval $ac_try) 2>&5
+	 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
+  { (case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_try") 2>&5
+  ac_status=$?
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
+  (exit $ac_status); }; } &&
+	 { ac_try='test -s conftest.$ac_objext'
+  { (case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_try") 2>&5
+  ac_status=$?
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
+  (exit $ac_status); }; }; then
+  :
+else
+  echo "$as_me: failed program was:" >&5
+sed 's/^/| /' conftest.$ac_ext >&5
+
+	ac_c_werror_flag=$ac_save_c_werror_flag
+	 CFLAGS="-g"
+	 cat >conftest.$ac_ext <<_ACEOF
+/* confdefs.h.  */
+_ACEOF
+cat confdefs.h >>conftest.$ac_ext
+cat >>conftest.$ac_ext <<_ACEOF
+/* end confdefs.h.  */
+
+int
+main ()
+{
+
+  ;
+  return 0;
+}
+_ACEOF
+rm -f conftest.$ac_objext
+if { (ac_try="$ac_compile"
+case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_compile") 2>conftest.er1
+  ac_status=$?
+  grep -v '^ *+' conftest.er1 >conftest.err
+  rm -f conftest.er1
+  cat conftest.err >&5
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
+  (exit $ac_status); } &&
+	 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
+  { (case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_try") 2>&5
   ac_status=$?
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); }; } &&
 	 { ac_try='test -s conftest.$ac_objext'
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-  (eval $ac_try) 2>&5
+  { (case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_try") 2>&5
   ac_status=$?
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
@@ -2579,12 +3479,20 @@
   echo "$as_me: failed program was:" >&5
 sed 's/^/| /' conftest.$ac_ext >&5
 
-ac_cv_prog_cc_g=no
+
 fi
-rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
+
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+fi
+
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+fi
+
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+   ac_c_werror_flag=$ac_save_c_werror_flag
 fi
-echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
-echo "${ECHO_T}$ac_cv_prog_cc_g" >&6
+{ echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
+echo "${ECHO_T}$ac_cv_prog_cc_g" >&6; }
 if test "$ac_test_CFLAGS" = set; then
   CFLAGS=$ac_save_CFLAGS
 elif test $ac_cv_prog_cc_g = yes; then
@@ -2600,12 +3508,12 @@
     CFLAGS=
   fi
 fi
-echo "$as_me:$LINENO: checking for $CC option to accept ANSI C" >&5
-echo $ECHO_N "checking for $CC option to accept ANSI C... $ECHO_C" >&6
-if test "${ac_cv_prog_cc_stdc+set}" = set; then
+{ echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5
+echo $ECHO_N "checking for $CC option to accept ISO C89... $ECHO_C" >&6; }
+if test "${ac_cv_prog_cc_c89+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
-  ac_cv_prog_cc_stdc=no
+  ac_cv_prog_cc_c89=no
 ac_save_CC=$CC
 cat >conftest.$ac_ext <<_ACEOF
 /* confdefs.h.  */
@@ -2639,12 +3547,17 @@
 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default.  It has
    function prototypes and stuff, but not '\xHH' hex character constants.
    These don't provoke an error unfortunately, instead are silently treated
-   as 'x'.  The following induces an error, until -std1 is added to get
+   as 'x'.  The following induces an error, until -std is added to get
    proper ANSI mode.  Curiously '\x00'!='x' always comes out true, for an
    array size at least.  It's necessary to write '\x00'==0 to get something
-   that's true only with -std1.  */
+   that's true only with -std.  */
 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
 
+/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
+   inside strings and character constants.  */
+#define FOO(x) 'x'
+int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
+
 int test (int i, double x);
 struct s1 {int (*f) (int a);};
 struct s2 {int (*f) (double a);};
@@ -2659,209 +3572,191 @@
   return 0;
 }
 _ACEOF
-# Don't try gcc -ansi; that turns off useful extensions and
-# breaks some systems' header files.
-# AIX			-qlanglvl=ansi
-# Ultrix and OSF/1	-std1
-# HP-UX 10.20 and later	-Ae
-# HP-UX older versions	-Aa -D_HPUX_SOURCE
-# SVR4			-Xc -D__EXTENSIONS__
-for ac_arg in "" -qlanglvl=ansi -std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
+for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
+	-Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
 do
   CC="$ac_save_CC $ac_arg"
   rm -f conftest.$ac_objext
-if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
-  (eval $ac_compile) 2>conftest.er1
+if { (ac_try="$ac_compile"
+case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_compile") 2>conftest.er1
   ac_status=$?
   grep -v '^ *+' conftest.er1 >conftest.err
   rm -f conftest.er1
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-  (eval $ac_try) 2>&5
+	 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
+  { (case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_try") 2>&5
   ac_status=$?
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); }; } &&
 	 { ac_try='test -s conftest.$ac_objext'
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-  (eval $ac_try) 2>&5
+  { (case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_try") 2>&5
   ac_status=$?
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
-  ac_cv_prog_cc_stdc=$ac_arg
-break
+  ac_cv_prog_cc_c89=$ac_arg
 else
   echo "$as_me: failed program was:" >&5
 sed 's/^/| /' conftest.$ac_ext >&5
 
+
 fi
-rm -f conftest.err conftest.$ac_objext
+
+rm -f core conftest.err conftest.$ac_objext
+  test "x$ac_cv_prog_cc_c89" != "xno" && break
 done
-rm -f conftest.$ac_ext conftest.$ac_objext
+rm -f conftest.$ac_ext
 CC=$ac_save_CC
 
 fi
-
-case "x$ac_cv_prog_cc_stdc" in
-  x|xno)
-    echo "$as_me:$LINENO: result: none needed" >&5
-echo "${ECHO_T}none needed" >&6 ;;
+# AC_CACHE_VAL
+case "x$ac_cv_prog_cc_c89" in
+  x)
+    { echo "$as_me:$LINENO: result: none needed" >&5
+echo "${ECHO_T}none needed" >&6; } ;;
+  xno)
+    { echo "$as_me:$LINENO: result: unsupported" >&5
+echo "${ECHO_T}unsupported" >&6; } ;;
   *)
-    echo "$as_me:$LINENO: result: $ac_cv_prog_cc_stdc" >&5
-echo "${ECHO_T}$ac_cv_prog_cc_stdc" >&6
-    CC="$CC $ac_cv_prog_cc_stdc" ;;
+    CC="$CC $ac_cv_prog_cc_c89"
+    { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5
+echo "${ECHO_T}$ac_cv_prog_cc_c89" >&6; } ;;
 esac
 
-# Some people use a C++ compiler to compile C.  Since we use `exit',
-# in C++ we need to declare it.  In case someone uses the same compiler
-# for both compiling C and C++ we need to have the C++ compiler decide
-# the declaration of exit, since it's the most demanding environment.
-cat >conftest.$ac_ext <<_ACEOF
-#ifndef __cplusplus
-  choke me
-#endif
-_ACEOF
-rm -f conftest.$ac_objext
-if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
-  (eval $ac_compile) 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } &&
-	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-  (eval $ac_try) 2>&5
-  ac_status=$?
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); }; } &&
-	 { ac_try='test -s conftest.$ac_objext'
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-  (eval $ac_try) 2>&5
-  ac_status=$?
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); }; }; then
-  for ac_declaration in \
-   '' \
-   'extern "C" void std::exit (int) throw (); using std::exit;' \
-   'extern "C" void std::exit (int); using std::exit;' \
-   'extern "C" void exit (int) throw ();' \
-   'extern "C" void exit (int);' \
-   'void exit (int);'
-do
-  cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-$ac_declaration
-#include <stdlib.h>
-int
-main ()
-{
-exit (42);
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext
-if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
-  (eval $ac_compile) 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } &&
-	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-  (eval $ac_try) 2>&5
-  ac_status=$?
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); }; } &&
-	 { ac_try='test -s conftest.$ac_objext'
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-  (eval $ac_try) 2>&5
-  ac_status=$?
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); }; }; then
-  :
-else
-  echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
 
-continue
-fi
-rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
-  cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-$ac_declaration
-int
-main ()
-{
-exit (42);
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext
-if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
-  (eval $ac_compile) 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } &&
-	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-  (eval $ac_try) 2>&5
-  ac_status=$?
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); }; } &&
-	 { ac_try='test -s conftest.$ac_objext'
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-  (eval $ac_try) 2>&5
-  ac_status=$?
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); }; }; then
-  break
-else
-  echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
+ac_ext=c
+ac_cpp='$CPP $CPPFLAGS'
+ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
+ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
+ac_compiler_gnu=$ac_cv_c_compiler_gnu
+
+depcc="$CC"   am_compiler_list=
+
+{ echo "$as_me:$LINENO: checking dependency style of $depcc" >&5
+echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6; }
+if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then
+  echo $ECHO_N "(cached) $ECHO_C" >&6
+else
+  if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
+  # We make a subdir and do the tests there.  Otherwise we can end up
+  # making bogus files that we don't know about and never remove.  For
+  # instance it was reported that on HP-UX the gcc test will end up
+  # making a dummy file named `D' -- because `-MD' means `put the output
+  # in D'.
+  mkdir conftest.dir
+  # Copy depcomp to subdir because otherwise we won't find it if we're
+  # using a relative directory.
+  cp "$am_depcomp" conftest.dir
+  cd conftest.dir
+  # We will build objects and dependencies in a subdirectory because
+  # it helps to detect inapplicable dependency modes.  For instance
+  # both Tru64's cc and ICC support -MD to output dependencies as a
+  # side effect of compilation, but ICC will put the dependencies in
+  # the current directory while Tru64 will put them in the object
+  # directory.
+  mkdir sub
+
+  am_cv_CC_dependencies_compiler_type=none
+  if test "$am_compiler_list" = ""; then
+     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
+  fi
+  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
+    # we should not choose a depcomp mode which is confused by this.
+    #
+    # We need to recreate these files for each test, as the compiler may
+    # overwrite some of them when testing with obscure command lines.
+    # This happens at least with the AIX C compiler.
+    : > sub/conftest.c
+    for i in 1 2 3 4 5 6; do
+      echo '#include "conftst'$i'.h"' >> sub/conftest.c
+      # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
+      # Solaris 8's {/usr,}/bin/sh.
+      touch sub/conftst$i.h
+    done
+    echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
+
+    case $depmode in
+    nosideeffect)
+      # after this tag, mechanisms are not by side-effect, so they'll
+      # only be used when explicitly requested
+      if test "x$enable_dependency_tracking" = xyes; then
+	continue
+      else
+	break
+      fi
+      ;;
+    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} \
+       depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
+       $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \
+         >/dev/null 2>conftest.err &&
+       grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
+       grep sub/conftest.${OBJEXT-o} 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
+      # that says an option was ignored or not supported.
+      # When given -MP, icc 7.0 and 7.1 complain thusly:
+      #   icc: Command line warning: ignoring option '-M'; no argument required
+      # The diagnosis changed in icc 8.0:
+      #   icc: Command line remark: option '-MP' not supported
+      if (grep 'ignoring option' conftest.err ||
+          grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
+        am_cv_CC_dependencies_compiler_type=$depmode
+        break
+      fi
+    fi
+  done
 
+  cd ..
+  rm -rf conftest.dir
+else
+  am_cv_CC_dependencies_compiler_type=none
 fi
-rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
-done
-rm -f conftest*
-if test -n "$ac_declaration"; then
-  echo '#ifdef __cplusplus' >>confdefs.h
-  echo $ac_declaration      >>confdefs.h
-  echo '#endif'             >>confdefs.h
+
 fi
+{ echo "$as_me:$LINENO: result: $am_cv_CC_dependencies_compiler_type" >&5
+echo "${ECHO_T}$am_cv_CC_dependencies_compiler_type" >&6; }
+CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
 
-else
-  echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
 
+
+if
+  test "x$enable_dependency_tracking" != xno \
+  && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
+  am__fastdepCC_TRUE=
+  am__fastdepCC_FALSE='#'
+else
+  am__fastdepCC_TRUE='#'
+  am__fastdepCC_FALSE=
 fi
-rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
-ac_ext=c
-ac_cpp='$CPP $CPPFLAGS'
-ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
-ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
-ac_compiler_gnu=$ac_cv_c_compiler_gnu
 
-echo "$as_me:$LINENO: checking for a sed that does not truncate output" >&5
-echo $ECHO_N "checking for a sed that does not truncate output... $ECHO_C" >&6
+
+{ echo "$as_me:$LINENO: checking for a sed that does not truncate output" >&5
+echo $ECHO_N "checking for a sed that does not truncate output... $ECHO_C" >&6; }
 if test "${lt_cv_path_SED+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
@@ -2885,7 +3780,7 @@
 # Add /usr/xpg4/bin/sed as it is typically found on Solaris
 # along with /bin/sed that truncates output.
 for lt_ac_sed in $lt_ac_sed_list /usr/xpg4/bin/sed; do
-  test ! -f $lt_ac_sed && break
+  test ! -f $lt_ac_sed && continue
   cat /dev/null > conftest.in
   lt_ac_count=0
   echo $ECHO_N "0123456789$ECHO_C" >conftest.in
@@ -2910,41 +3805,188 @@
     fi
   done
 done
-SED=$lt_cv_path_SED
 
 fi
 
-echo "$as_me:$LINENO: result: $SED" >&5
-echo "${ECHO_T}$SED" >&6
+SED=$lt_cv_path_SED
+{ echo "$as_me:$LINENO: result: $SED" >&5
+echo "${ECHO_T}$SED" >&6; }
 
-echo "$as_me:$LINENO: checking for egrep" >&5
-echo $ECHO_N "checking for egrep... $ECHO_C" >&6
-if test "${ac_cv_prog_egrep+set}" = set; then
+{ echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&5
+echo $ECHO_N "checking for grep that handles long lines and -e... $ECHO_C" >&6; }
+if test "${ac_cv_path_GREP+set}" = set; then
+  echo $ECHO_N "(cached) $ECHO_C" >&6
+else
+  # Extract the first word of "grep ggrep" to use in msg output
+if test -z "$GREP"; then
+set dummy grep ggrep; ac_prog_name=$2
+if test "${ac_cv_path_GREP+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
-  if echo a | (grep -E '(a|b)') >/dev/null 2>&1
-    then ac_cv_prog_egrep='grep -E'
-    else ac_cv_prog_egrep='egrep'
+  ac_path_GREP_found=false
+# Loop through the user's path and test for each of PROGNAME-LIST
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
+do
+  IFS=$as_save_IFS
+  test -z "$as_dir" && as_dir=.
+  for ac_prog in grep ggrep; do
+  for ac_exec_ext in '' $ac_executable_extensions; do
+    ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
+    { test -f "$ac_path_GREP" && $as_executable_p "$ac_path_GREP"; } || continue
+    # Check for GNU ac_path_GREP and select it if it is found.
+  # Check for GNU $ac_path_GREP
+case `"$ac_path_GREP" --version 2>&1` in
+*GNU*)
+  ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
+*)
+  ac_count=0
+  echo $ECHO_N "0123456789$ECHO_C" >"conftest.in"
+  while :
+  do
+    cat "conftest.in" "conftest.in" >"conftest.tmp"
+    mv "conftest.tmp" "conftest.in"
+    cp "conftest.in" "conftest.nl"
+    echo 'GREP' >> "conftest.nl"
+    "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
+    diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
+    ac_count=`expr $ac_count + 1`
+    if test $ac_count -gt ${ac_path_GREP_max-0}; then
+      # Best one so far, save it but keep looking for a better one
+      ac_cv_path_GREP="$ac_path_GREP"
+      ac_path_GREP_max=$ac_count
     fi
-fi
-echo "$as_me:$LINENO: result: $ac_cv_prog_egrep" >&5
-echo "${ECHO_T}$ac_cv_prog_egrep" >&6
- EGREP=$ac_cv_prog_egrep
+    # 10*(2^10) chars as input seems more than enough
+    test $ac_count -gt 10 && break
+  done
+  rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
+esac
 
 
+    $ac_path_GREP_found && break 3
+  done
+done
 
-# Check whether --with-gnu-ld or --without-gnu-ld was given.
+done
+IFS=$as_save_IFS
+
+
+fi
+
+GREP="$ac_cv_path_GREP"
+if test -z "$GREP"; then
+  { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
+echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
+   { (exit 1); exit 1; }; }
+fi
+
+else
+  ac_cv_path_GREP=$GREP
+fi
+
+
+fi
+{ echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5
+echo "${ECHO_T}$ac_cv_path_GREP" >&6; }
+ GREP="$ac_cv_path_GREP"
+
+
+{ echo "$as_me:$LINENO: checking for egrep" >&5
+echo $ECHO_N "checking for egrep... $ECHO_C" >&6; }
+if test "${ac_cv_path_EGREP+set}" = set; then
+  echo $ECHO_N "(cached) $ECHO_C" >&6
+else
+  if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
+   then ac_cv_path_EGREP="$GREP -E"
+   else
+     # Extract the first word of "egrep" to use in msg output
+if test -z "$EGREP"; then
+set dummy egrep; ac_prog_name=$2
+if test "${ac_cv_path_EGREP+set}" = set; then
+  echo $ECHO_N "(cached) $ECHO_C" >&6
+else
+  ac_path_EGREP_found=false
+# Loop through the user's path and test for each of PROGNAME-LIST
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
+do
+  IFS=$as_save_IFS
+  test -z "$as_dir" && as_dir=.
+  for ac_prog in egrep; do
+  for ac_exec_ext in '' $ac_executable_extensions; do
+    ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
+    { test -f "$ac_path_EGREP" && $as_executable_p "$ac_path_EGREP"; } || continue
+    # Check for GNU ac_path_EGREP and select it if it is found.
+  # Check for GNU $ac_path_EGREP
+case `"$ac_path_EGREP" --version 2>&1` in
+*GNU*)
+  ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
+*)
+  ac_count=0
+  echo $ECHO_N "0123456789$ECHO_C" >"conftest.in"
+  while :
+  do
+    cat "conftest.in" "conftest.in" >"conftest.tmp"
+    mv "conftest.tmp" "conftest.in"
+    cp "conftest.in" "conftest.nl"
+    echo 'EGREP' >> "conftest.nl"
+    "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
+    diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
+    ac_count=`expr $ac_count + 1`
+    if test $ac_count -gt ${ac_path_EGREP_max-0}; then
+      # Best one so far, save it but keep looking for a better one
+      ac_cv_path_EGREP="$ac_path_EGREP"
+      ac_path_EGREP_max=$ac_count
+    fi
+    # 10*(2^10) chars as input seems more than enough
+    test $ac_count -gt 10 && break
+  done
+  rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
+esac
+
+
+    $ac_path_EGREP_found && break 3
+  done
+done
+
+done
+IFS=$as_save_IFS
+
+
+fi
+
+EGREP="$ac_cv_path_EGREP"
+if test -z "$EGREP"; then
+  { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
+echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
+   { (exit 1); exit 1; }; }
+fi
+
+else
+  ac_cv_path_EGREP=$EGREP
+fi
+
+
+   fi
+fi
+{ echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&5
+echo "${ECHO_T}$ac_cv_path_EGREP" >&6; }
+ EGREP="$ac_cv_path_EGREP"
+
+
+
+# Check whether --with-gnu-ld was given.
 if test "${with_gnu_ld+set}" = set; then
-  withval="$with_gnu_ld"
-  test "$withval" = no || with_gnu_ld=yes
+  withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
 else
   with_gnu_ld=no
-fi;
+fi
+
 ac_prog=ld
 if test "$GCC" = yes; then
   # Check if gcc -print-prog-name=ld gives a path.
-  echo "$as_me:$LINENO: checking for ld used by $CC" >&5
-echo $ECHO_N "checking for ld used by $CC... $ECHO_C" >&6
+  { echo "$as_me:$LINENO: checking for ld used by $CC" >&5
+echo $ECHO_N "checking for ld used by $CC... $ECHO_C" >&6; }
   case $host in
   *-*-mingw*)
     # gcc leaves a trailing carriage return which upsets mingw
@@ -2973,11 +4015,11 @@
     ;;
   esac
 elif test "$with_gnu_ld" = yes; then
-  echo "$as_me:$LINENO: checking for GNU ld" >&5
-echo $ECHO_N "checking for GNU ld... $ECHO_C" >&6
+  { echo "$as_me:$LINENO: checking for GNU ld" >&5
+echo $ECHO_N "checking for GNU ld... $ECHO_C" >&6; }
 else
-  echo "$as_me:$LINENO: checking for non-GNU ld" >&5
-echo $ECHO_N "checking for non-GNU ld... $ECHO_C" >&6
+  { echo "$as_me:$LINENO: checking for non-GNU ld" >&5
+echo $ECHO_N "checking for non-GNU ld... $ECHO_C" >&6; }
 fi
 if test "${lt_cv_path_LD+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -2990,7 +4032,7 @@
     if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
       lt_cv_path_LD="$ac_dir/$ac_prog"
       # Check to see if the program is GNU ld.  I'd rather use --version,
-      # but apparently some GNU ld's only accept -v.
+      # but apparently some variants of GNU ld only accept -v.
       # Break only if it was the GNU/non-GNU ld that we prefer.
       case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
       *GNU* | *'with BFD'*)
@@ -3010,21 +4052,21 @@
 
 LD="$lt_cv_path_LD"
 if test -n "$LD"; then
-  echo "$as_me:$LINENO: result: $LD" >&5
-echo "${ECHO_T}$LD" >&6
+  { echo "$as_me:$LINENO: result: $LD" >&5
+echo "${ECHO_T}$LD" >&6; }
 else
-  echo "$as_me:$LINENO: result: no" >&5
-echo "${ECHO_T}no" >&6
+  { echo "$as_me:$LINENO: result: no" >&5
+echo "${ECHO_T}no" >&6; }
 fi
 test -z "$LD" && { { echo "$as_me:$LINENO: error: no acceptable ld found in \$PATH" >&5
 echo "$as_me: error: no acceptable ld found in \$PATH" >&2;}
    { (exit 1); exit 1; }; }
-echo "$as_me:$LINENO: checking if the linker ($LD) is GNU ld" >&5
-echo $ECHO_N "checking if the linker ($LD) is GNU ld... $ECHO_C" >&6
+{ echo "$as_me:$LINENO: checking if the linker ($LD) is GNU ld" >&5
+echo $ECHO_N "checking if the linker ($LD) is GNU ld... $ECHO_C" >&6; }
 if test "${lt_cv_prog_gnu_ld+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
-  # I'd rather use --version here, but apparently some GNU ld's only accept -v.
+  # I'd rather use --version here, but apparently some GNU lds only accept -v.
 case `$LD -v 2>&1 </dev/null` in
 *GNU* | *'with BFD'*)
   lt_cv_prog_gnu_ld=yes
@@ -3034,29 +4076,38 @@
   ;;
 esac
 fi
-echo "$as_me:$LINENO: result: $lt_cv_prog_gnu_ld" >&5
-echo "${ECHO_T}$lt_cv_prog_gnu_ld" >&6
+{ echo "$as_me:$LINENO: result: $lt_cv_prog_gnu_ld" >&5
+echo "${ECHO_T}$lt_cv_prog_gnu_ld" >&6; }
 with_gnu_ld=$lt_cv_prog_gnu_ld
 
 
-echo "$as_me:$LINENO: checking for $LD option to reload object files" >&5
-echo $ECHO_N "checking for $LD option to reload object files... $ECHO_C" >&6
+{ echo "$as_me:$LINENO: checking for $LD option to reload object files" >&5
+echo $ECHO_N "checking for $LD option to reload object files... $ECHO_C" >&6; }
 if test "${lt_cv_ld_reload_flag+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
   lt_cv_ld_reload_flag='-r'
 fi
-echo "$as_me:$LINENO: result: $lt_cv_ld_reload_flag" >&5
-echo "${ECHO_T}$lt_cv_ld_reload_flag" >&6
+{ echo "$as_me:$LINENO: result: $lt_cv_ld_reload_flag" >&5
+echo "${ECHO_T}$lt_cv_ld_reload_flag" >&6; }
 reload_flag=$lt_cv_ld_reload_flag
 case $reload_flag in
 "" | " "*) ;;
 *) reload_flag=" $reload_flag" ;;
 esac
 reload_cmds='$LD$reload_flag -o $output$reload_objs'
+case $host_os in
+  darwin*)
+    if test "$GCC" = yes; then
+      reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
+    else
+      reload_cmds='$LD$reload_flag -o $output$reload_objs'
+    fi
+    ;;
+esac
 
-echo "$as_me:$LINENO: checking for BSD-compatible nm" >&5
-echo $ECHO_N "checking for BSD-compatible nm... $ECHO_C" >&6
+{ echo "$as_me:$LINENO: checking for BSD-compatible nm" >&5
+echo $ECHO_N "checking for BSD-compatible nm... $ECHO_C" >&6; }
 if test "${lt_cv_path_NM+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
@@ -3064,56 +4115,63 @@
   # Let the user override the test.
   lt_cv_path_NM="$NM"
 else
-  lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
-  for ac_dir in $PATH /usr/ccs/bin /usr/ucb /bin; do
-    IFS="$lt_save_ifs"
-    test -z "$ac_dir" && ac_dir=.
-    tmp_nm="$ac_dir/${ac_tool_prefix}nm"
-    if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then
-      # Check to see if the nm accepts a BSD-compat flag.
-      # Adding the `sed 1q' prevents false positives on HP-UX, which says:
-      #   nm: unknown option "B" ignored
-      # Tru64's nm complains that /dev/null is an invalid object file
-      case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
-      */dev/null* | *'Invalid file or object type'*)
-	lt_cv_path_NM="$tmp_nm -B"
-	break
-        ;;
-      *)
-	case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
-	*/dev/null*)
-	  lt_cv_path_NM="$tmp_nm -p"
+  lt_nm_to_check="${ac_tool_prefix}nm"
+  if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
+    lt_nm_to_check="$lt_nm_to_check nm"
+  fi
+  for lt_tmp_nm in $lt_nm_to_check; do
+    lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
+    for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
+      IFS="$lt_save_ifs"
+      test -z "$ac_dir" && ac_dir=.
+      tmp_nm="$ac_dir/$lt_tmp_nm"
+      if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then
+	# Check to see if the nm accepts a BSD-compat flag.
+	# Adding the `sed 1q' prevents false positives on HP-UX, which says:
+	#   nm: unknown option "B" ignored
+	# Tru64's nm complains that /dev/null is an invalid object file
+	case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
+	*/dev/null* | *'Invalid file or object type'*)
+	  lt_cv_path_NM="$tmp_nm -B"
 	  break
 	  ;;
 	*)
-	  lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
-	  continue # so that we can try to find one that supports BSD flags
+	  case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
+	  */dev/null*)
+	    lt_cv_path_NM="$tmp_nm -p"
+	    break
+	    ;;
+	  *)
+	    lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
+	    continue # so that we can try to find one that supports BSD flags
+	    ;;
+	  esac
 	  ;;
 	esac
-      esac
-    fi
+      fi
+    done
+    IFS="$lt_save_ifs"
   done
-  IFS="$lt_save_ifs"
   test -z "$lt_cv_path_NM" && lt_cv_path_NM=nm
 fi
 fi
-echo "$as_me:$LINENO: result: $lt_cv_path_NM" >&5
-echo "${ECHO_T}$lt_cv_path_NM" >&6
+{ echo "$as_me:$LINENO: result: $lt_cv_path_NM" >&5
+echo "${ECHO_T}$lt_cv_path_NM" >&6; }
 NM="$lt_cv_path_NM"
 
-echo "$as_me:$LINENO: checking whether ln -s works" >&5
-echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6
+{ echo "$as_me:$LINENO: checking whether ln -s works" >&5
+echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6; }
 LN_S=$as_ln_s
 if test "$LN_S" = "ln -s"; then
-  echo "$as_me:$LINENO: result: yes" >&5
-echo "${ECHO_T}yes" >&6
+  { echo "$as_me:$LINENO: result: yes" >&5
+echo "${ECHO_T}yes" >&6; }
 else
-  echo "$as_me:$LINENO: result: no, using $LN_S" >&5
-echo "${ECHO_T}no, using $LN_S" >&6
+  { echo "$as_me:$LINENO: result: no, using $LN_S" >&5
+echo "${ECHO_T}no, using $LN_S" >&6; }
 fi
 
-echo "$as_me:$LINENO: checking how to recognise dependent libraries" >&5
-echo $ECHO_N "checking how to recognise dependent libraries... $ECHO_C" >&6
+{ echo "$as_me:$LINENO: checking how to recognise dependent libraries" >&5
+echo $ECHO_N "checking how to recognise dependent libraries... $ECHO_C" >&6; }
 if test "${lt_cv_deplibs_check_method+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
@@ -3140,7 +4198,7 @@
   lt_cv_deplibs_check_method=pass_all
   ;;
 
-bsdi4*)
+bsdi[45]*)
   lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
   lt_cv_file_magic_cmd='/usr/bin/file -L'
   lt_cv_file_magic_test_file=/shlib/libc.so
@@ -3163,13 +4221,13 @@
   lt_cv_deplibs_check_method=pass_all
   ;;
 
-freebsd* | kfreebsd*-gnu)
+freebsd* | dragonfly*)
   if echo __ELF__ | $CC -E - | grep __ELF__ > /dev/null; then
     case $host_cpu in
     i*86 )
       # Not sure whether the presence of OpenBSD here was a mistake.
       # Let's accept both of them until this is cleared up.
-      lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD)/i[3-9]86 (compact )?demand paged shared library'
+      lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library'
       lt_cv_file_magic_cmd=/usr/bin/file
       lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
       ;;
@@ -3185,7 +4243,7 @@
 
 hpux10.20* | hpux11*)
   lt_cv_file_magic_cmd=/usr/bin/file
-  case "$host_cpu" in
+  case $host_cpu in
   ia64*)
     lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
     lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
@@ -3201,6 +4259,11 @@
   esac
   ;;
 
+interix3*)
+  # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
+  lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$'
+  ;;
+
 irix5* | irix6* | nonstopux*)
   case $LD in
   *-32|*"-32 ") libmagic=32-bit;;
@@ -3212,11 +4275,11 @@
   ;;
 
 # This must be Linux ELF.
-linux*)
+linux* | k*bsd*-gnu)
   lt_cv_deplibs_check_method=pass_all
   ;;
 
-netbsd* | netbsdelf*-gnu | knetbsd*-gnu)
+netbsd* | netbsdelf*-gnu)
   if echo __ELF__ | $CC -E - | grep __ELF__ > /dev/null; then
     lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
   else
@@ -3235,12 +4298,10 @@
   ;;
 
 openbsd*)
-  lt_cv_file_magic_cmd=/usr/bin/file
-  lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
   if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
-    lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB shared object'
+    lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
   else
-    lt_cv_deplibs_check_method='file_magic OpenBSD.* shared library'
+    lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
   fi
   ;;
 
@@ -3248,15 +4309,11 @@
   lt_cv_deplibs_check_method=pass_all
   ;;
 
-sco3.2v5*)
-  lt_cv_deplibs_check_method=pass_all
-  ;;
-
 solaris*)
   lt_cv_deplibs_check_method=pass_all
   ;;
 
-sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
+sysv4 | sysv4.3*)
   case $host_vendor in
   motorola)
     lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib) M[0-9][0-9]* Version [0-9]'
@@ -3277,17 +4334,20 @@
   siemens)
     lt_cv_deplibs_check_method=pass_all
     ;;
+  pc)
+    lt_cv_deplibs_check_method=pass_all
+    ;;
   esac
   ;;
 
-sysv5OpenUNIX8* | sysv5UnixWare7* | sysv5uw[78]* | unixware7* | sysv4*uw2*)
+sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
   lt_cv_deplibs_check_method=pass_all
   ;;
 esac
 
 fi
-echo "$as_me:$LINENO: result: $lt_cv_deplibs_check_method" >&5
-echo "${ECHO_T}$lt_cv_deplibs_check_method" >&6
+{ echo "$as_me:$LINENO: result: $lt_cv_deplibs_check_method" >&5
+echo "${ECHO_T}$lt_cv_deplibs_check_method" >&6; }
 file_magic_cmd=$lt_cv_file_magic_cmd
 deplibs_check_method=$lt_cv_deplibs_check_method
 test -z "$deplibs_check_method" && deplibs_check_method=unknown
@@ -3298,15 +4358,18 @@
 # If no C compiler was specified, use CC.
 LTCC=${LTCC-"$CC"}
 
+# If no C compiler flags were specified, use CFLAGS.
+LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
+
 # Allow CC to be a program name with arguments.
 compiler=$CC
 
 
-# Check whether --enable-libtool-lock or --disable-libtool-lock was given.
+# Check whether --enable-libtool-lock was given.
 if test "${enable_libtool_lock+set}" = set; then
-  enableval="$enable_libtool_lock"
+  enableval=$enable_libtool_lock;
+fi
 
-fi;
 test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
 
 # Some flags need to be propagated to the compiler or linker for good
@@ -3333,7 +4396,7 @@
   ;;
 *-*-irix6*)
   # Find out which ABI we are using.
-  echo '#line 3336 "configure"' > conftest.$ac_ext
+  echo '#line 4399 "configure"' > conftest.$ac_ext
   if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
   (eval $ac_compile) 2>&5
   ac_status=$?
@@ -3376,7 +4439,7 @@
   ac_status=$?
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); }; then
-    case "`/usr/bin/file conftest.o`" in
+    case `/usr/bin/file conftest.o` in
     *32-bit*)
       case $host in
         x86_64-*linux*)
@@ -3418,8 +4481,8 @@
   # On SCO OpenServer 5, we need -belf to get full-featured binaries.
   SAVE_CFLAGS="$CFLAGS"
   CFLAGS="$CFLAGS -belf"
-  echo "$as_me:$LINENO: checking whether the C compiler needs -belf" >&5
-echo $ECHO_N "checking whether the C compiler needs -belf... $ECHO_C" >&6
+  { echo "$as_me:$LINENO: checking whether the C compiler needs -belf" >&5
+echo $ECHO_N "checking whether the C compiler needs -belf... $ECHO_C" >&6; }
 if test "${lt_cv_cc_needs_belf+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
@@ -3445,23 +4508,36 @@
 }
 _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
-  (eval $ac_link) 2>conftest.er1
+if { (ac_try="$ac_link"
+case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_link") 2>conftest.er1
   ac_status=$?
   grep -v '^ *+' conftest.er1 >conftest.err
   rm -f conftest.er1
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-  (eval $ac_try) 2>&5
+	 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
+  { (case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_try") 2>&5
   ac_status=$?
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); }; } &&
 	 { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-  (eval $ac_try) 2>&5
+  { (case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_try") 2>&5
   ac_status=$?
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
@@ -3470,9 +4546,10 @@
   echo "$as_me: failed program was:" >&5
 sed 's/^/| /' conftest.$ac_ext >&5
 
-lt_cv_cc_needs_belf=no
+	lt_cv_cc_needs_belf=no
 fi
-rm -f conftest.err conftest.$ac_objext \
+
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
       conftest$ac_exeext conftest.$ac_ext
      ac_ext=c
 ac_cpp='$CPP $CPPFLAGS'
@@ -3481,13 +4558,33 @@
 ac_compiler_gnu=$ac_cv_c_compiler_gnu
 
 fi
-echo "$as_me:$LINENO: result: $lt_cv_cc_needs_belf" >&5
-echo "${ECHO_T}$lt_cv_cc_needs_belf" >&6
+{ echo "$as_me:$LINENO: result: $lt_cv_cc_needs_belf" >&5
+echo "${ECHO_T}$lt_cv_cc_needs_belf" >&6; }
   if test x"$lt_cv_cc_needs_belf" != x"yes"; then
     # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
     CFLAGS="$SAVE_CFLAGS"
   fi
   ;;
+sparc*-*solaris*)
+  # Find out which ABI we are using.
+  echo 'int i;' > conftest.$ac_ext
+  if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
+  (eval $ac_compile) 2>&5
+  ac_status=$?
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
+  (exit $ac_status); }; then
+    case `/usr/bin/file conftest.o` in
+    *64-bit*)
+      case $lt_cv_prog_gnu_ld in
+      yes*) LD="${LD-ld} -m elf64_sparc" ;;
+      *)    LD="${LD-ld} -64" ;;
+      esac
+      ;;
+    esac
+  fi
+  rm -rf conftest*
+  ;;
+
 
 esac
 
@@ -3499,8 +4596,8 @@
 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
 ac_compiler_gnu=$ac_cv_c_compiler_gnu
-echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
-echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6
+{ echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
+echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6; }
 # On Suns, sometimes $CPP names a directory.
 if test -n "$CPP" && test -d "$CPP"; then
   CPP=
@@ -3534,8 +4631,13 @@
 #endif
 		     Syntax error
 _ACEOF
-if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
-  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
+if { (ac_try="$ac_cpp conftest.$ac_ext"
+case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
   ac_status=$?
   grep -v '^ *+' conftest.er1 >conftest.err
   rm -f conftest.er1
@@ -3560,9 +4662,10 @@
   # Broken: fails on valid input.
 continue
 fi
+
 rm -f conftest.err conftest.$ac_ext
 
-  # OK, works on sane cases.  Now check whether non-existent headers
+  # OK, works on sane cases.  Now check whether nonexistent headers
   # can be detected and how.
   cat >conftest.$ac_ext <<_ACEOF
 /* confdefs.h.  */
@@ -3572,8 +4675,13 @@
 /* end confdefs.h.  */
 #include <ac_nonexistent.h>
 _ACEOF
-if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
-  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
+if { (ac_try="$ac_cpp conftest.$ac_ext"
+case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
   ac_status=$?
   grep -v '^ *+' conftest.er1 >conftest.err
   rm -f conftest.er1
@@ -3600,6 +4708,7 @@
 ac_preproc_ok=:
 break
 fi
+
 rm -f conftest.err conftest.$ac_ext
 
 done
@@ -3617,8 +4726,8 @@
 else
   ac_cv_prog_CPP=$CPP
 fi
-echo "$as_me:$LINENO: result: $CPP" >&5
-echo "${ECHO_T}$CPP" >&6
+{ echo "$as_me:$LINENO: result: $CPP" >&5
+echo "${ECHO_T}$CPP" >&6; }
 ac_preproc_ok=false
 for ac_c_preproc_warn_flag in '' yes
 do
@@ -3641,8 +4750,13 @@
 #endif
 		     Syntax error
 _ACEOF
-if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
-  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
+if { (ac_try="$ac_cpp conftest.$ac_ext"
+case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
   ac_status=$?
   grep -v '^ *+' conftest.er1 >conftest.err
   rm -f conftest.er1
@@ -3667,9 +4781,10 @@
   # Broken: fails on valid input.
 continue
 fi
+
 rm -f conftest.err conftest.$ac_ext
 
-  # OK, works on sane cases.  Now check whether non-existent headers
+  # OK, works on sane cases.  Now check whether nonexistent headers
   # can be detected and how.
   cat >conftest.$ac_ext <<_ACEOF
 /* confdefs.h.  */
@@ -3679,8 +4794,13 @@
 /* end confdefs.h.  */
 #include <ac_nonexistent.h>
 _ACEOF
-if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
-  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
+if { (ac_try="$ac_cpp conftest.$ac_ext"
+case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
   ac_status=$?
   grep -v '^ *+' conftest.er1 >conftest.err
   rm -f conftest.er1
@@ -3707,6 +4827,7 @@
 ac_preproc_ok=:
 break
 fi
+
 rm -f conftest.err conftest.$ac_ext
 
 done
@@ -3729,8 +4850,8 @@
 ac_compiler_gnu=$ac_cv_c_compiler_gnu
 
 
-echo "$as_me:$LINENO: checking for ANSI C header files" >&5
-echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6
+{ echo "$as_me:$LINENO: checking for ANSI C header files" >&5
+echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6; }
 if test "${ac_cv_header_stdc+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
@@ -3754,23 +4875,36 @@
 }
 _ACEOF
 rm -f conftest.$ac_objext
-if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
-  (eval $ac_compile) 2>conftest.er1
+if { (ac_try="$ac_compile"
+case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_compile") 2>conftest.er1
   ac_status=$?
   grep -v '^ *+' conftest.er1 >conftest.err
   rm -f conftest.er1
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-  (eval $ac_try) 2>&5
+	 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
+  { (case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_try") 2>&5
   ac_status=$?
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); }; } &&
 	 { ac_try='test -s conftest.$ac_objext'
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-  (eval $ac_try) 2>&5
+  { (case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_try") 2>&5
   ac_status=$?
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
@@ -3779,9 +4913,10 @@
   echo "$as_me: failed program was:" >&5
 sed 's/^/| /' conftest.$ac_ext >&5
 
-ac_cv_header_stdc=no
+	ac_cv_header_stdc=no
 fi
-rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
+
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 
 if test $ac_cv_header_stdc = yes; then
   # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
@@ -3837,6 +4972,7 @@
 cat >>conftest.$ac_ext <<_ACEOF
 /* end confdefs.h.  */
 #include <ctype.h>
+#include <stdlib.h>
 #if ((' ' & 0x0FF) == 0x020)
 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
@@ -3856,18 +4992,27 @@
   for (i = 0; i < 256; i++)
     if (XOR (islower (i), ISLOWER (i))
 	|| toupper (i) != TOUPPER (i))
-      exit(2);
-  exit (0);
+      return 2;
+  return 0;
 }
 _ACEOF
 rm -f conftest$ac_exeext
-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
-  (eval $ac_link) 2>&5
+if { (ac_try="$ac_link"
+case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_link") 2>&5
   ac_status=$?
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-  (eval $ac_try) 2>&5
+  { (case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_try") 2>&5
   ac_status=$?
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
@@ -3880,12 +5025,14 @@
 ( exit $ac_status )
 ac_cv_header_stdc=no
 fi
-rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
+rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
 fi
+
+
 fi
 fi
-echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
-echo "${ECHO_T}$ac_cv_header_stdc" >&6
+{ echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
+echo "${ECHO_T}$ac_cv_header_stdc" >&6; }
 if test $ac_cv_header_stdc = yes; then
 
 cat >>confdefs.h <<\_ACEOF
@@ -3908,9 +5055,9 @@
 		  inttypes.h stdint.h unistd.h
 do
 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
-echo "$as_me:$LINENO: checking for $ac_header" >&5
-echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
-if eval "test \"\${$as_ac_Header+set}\" = set"; then
+{ echo "$as_me:$LINENO: checking for $ac_header" >&5
+echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
+if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
   cat >conftest.$ac_ext <<_ACEOF
@@ -3924,23 +5071,36 @@
 #include <$ac_header>
 _ACEOF
 rm -f conftest.$ac_objext
-if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
-  (eval $ac_compile) 2>conftest.er1
+if { (ac_try="$ac_compile"
+case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_compile") 2>conftest.er1
   ac_status=$?
   grep -v '^ *+' conftest.er1 >conftest.err
   rm -f conftest.er1
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-  (eval $ac_try) 2>&5
+	 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
+  { (case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_try") 2>&5
   ac_status=$?
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); }; } &&
 	 { ac_try='test -s conftest.$ac_objext'
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-  (eval $ac_try) 2>&5
+  { (case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_try") 2>&5
   ac_status=$?
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
@@ -3949,12 +5109,14 @@
   echo "$as_me: failed program was:" >&5
 sed 's/^/| /' conftest.$ac_ext >&5
 
-eval "$as_ac_Header=no"
+	eval "$as_ac_Header=no"
 fi
-rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
+
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 fi
-echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
-echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
+ac_res=`eval echo '${'$as_ac_Header'}'`
+	       { echo "$as_me:$LINENO: result: $ac_res" >&5
+echo "${ECHO_T}$ac_res" >&6; }
 if test `eval echo '${'$as_ac_Header'}'` = yes; then
   cat >>confdefs.h <<_ACEOF
 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
@@ -3969,18 +5131,19 @@
 for ac_header in dlfcn.h
 do
 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
-if eval "test \"\${$as_ac_Header+set}\" = set"; then
-  echo "$as_me:$LINENO: checking for $ac_header" >&5
-echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
-if eval "test \"\${$as_ac_Header+set}\" = set"; then
+if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
+  { echo "$as_me:$LINENO: checking for $ac_header" >&5
+echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
+if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 fi
-echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
-echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
+ac_res=`eval echo '${'$as_ac_Header'}'`
+	       { echo "$as_me:$LINENO: result: $ac_res" >&5
+echo "${ECHO_T}$ac_res" >&6; }
 else
   # Is the header compilable?
-echo "$as_me:$LINENO: checking $ac_header usability" >&5
-echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
+{ echo "$as_me:$LINENO: checking $ac_header usability" >&5
+echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
 cat >conftest.$ac_ext <<_ACEOF
 /* confdefs.h.  */
 _ACEOF
@@ -3991,23 +5154,36 @@
 #include <$ac_header>
 _ACEOF
 rm -f conftest.$ac_objext
-if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
-  (eval $ac_compile) 2>conftest.er1
+if { (ac_try="$ac_compile"
+case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_compile") 2>conftest.er1
   ac_status=$?
   grep -v '^ *+' conftest.er1 >conftest.err
   rm -f conftest.er1
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-  (eval $ac_try) 2>&5
+	 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
+  { (case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_try") 2>&5
   ac_status=$?
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); }; } &&
 	 { ac_try='test -s conftest.$ac_objext'
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-  (eval $ac_try) 2>&5
+  { (case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_try") 2>&5
   ac_status=$?
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
@@ -4016,15 +5192,16 @@
   echo "$as_me: failed program was:" >&5
 sed 's/^/| /' conftest.$ac_ext >&5
 
-ac_header_compiler=no
+	ac_header_compiler=no
 fi
-rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
-echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
-echo "${ECHO_T}$ac_header_compiler" >&6
+
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
+echo "${ECHO_T}$ac_header_compiler" >&6; }
 
 # Is the header present?
-echo "$as_me:$LINENO: checking $ac_header presence" >&5
-echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
+{ echo "$as_me:$LINENO: checking $ac_header presence" >&5
+echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
 cat >conftest.$ac_ext <<_ACEOF
 /* confdefs.h.  */
 _ACEOF
@@ -4033,8 +5210,13 @@
 /* end confdefs.h.  */
 #include <$ac_header>
 _ACEOF
-if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
-  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
+if { (ac_try="$ac_cpp conftest.$ac_ext"
+case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
   ac_status=$?
   grep -v '^ *+' conftest.er1 >conftest.err
   rm -f conftest.er1
@@ -4058,9 +5240,10 @@
 
   ac_header_preproc=no
 fi
+
 rm -f conftest.err conftest.$ac_ext
-echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
-echo "${ECHO_T}$ac_header_preproc" >&6
+{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
+echo "${ECHO_T}$ac_header_preproc" >&6; }
 
 # So?  What about this header?
 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
@@ -4084,25 +5267,19 @@
 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
     { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
-    (
-      cat <<\_ASBOX
-## ------------------------------------------ ##
-## Report this to the AC_PACKAGE_NAME lists.  ##
-## ------------------------------------------ ##
-_ASBOX
-    ) |
-      sed "s/^/$as_me: WARNING:     /" >&2
+
     ;;
 esac
-echo "$as_me:$LINENO: checking for $ac_header" >&5
-echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
-if eval "test \"\${$as_ac_Header+set}\" = set"; then
+{ echo "$as_me:$LINENO: checking for $ac_header" >&5
+echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
+if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
   eval "$as_ac_Header=\$ac_header_preproc"
 fi
-echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
-echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
+ac_res=`eval echo '${'$as_ac_Header'}'`
+	       { echo "$as_me:$LINENO: result: $ac_res" >&5
+echo "${ECHO_T}$ac_res" >&6; }
 
 fi
 if test `eval echo '${'$as_ac_Header'}'` = yes; then
@@ -4114,18 +5291,22 @@
 
 done
 
-ac_ext=cc
+ac_ext=cpp
 ac_cpp='$CXXCPP $CPPFLAGS'
 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
-if test -n "$ac_tool_prefix"; then
-  for ac_prog in $CCC g++ c++ gpp aCC CC cxx cc++ cl FCC KCC RCC xlC_r xlC
+if test -z "$CXX"; then
+  if test -n "$CCC"; then
+    CXX=$CCC
+  else
+    if test -n "$ac_tool_prefix"; then
+  for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
   do
     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
-echo "$as_me:$LINENO: checking for $ac_word" >&5
-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 if test "${ac_cv_prog_CXX+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
@@ -4138,36 +5319,38 @@
   IFS=$as_save_IFS
   test -z "$as_dir" && as_dir=.
   for ac_exec_ext in '' $ac_executable_extensions; do
-  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
     ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     break 2
   fi
 done
 done
+IFS=$as_save_IFS
 
 fi
 fi
 CXX=$ac_cv_prog_CXX
 if test -n "$CXX"; then
-  echo "$as_me:$LINENO: result: $CXX" >&5
-echo "${ECHO_T}$CXX" >&6
+  { echo "$as_me:$LINENO: result: $CXX" >&5
+echo "${ECHO_T}$CXX" >&6; }
 else
-  echo "$as_me:$LINENO: result: no" >&5
-echo "${ECHO_T}no" >&6
+  { echo "$as_me:$LINENO: result: no" >&5
+echo "${ECHO_T}no" >&6; }
 fi
 
+
     test -n "$CXX" && break
   done
 fi
 if test -z "$CXX"; then
   ac_ct_CXX=$CXX
-  for ac_prog in $CCC g++ c++ gpp aCC CC cxx cc++ cl FCC KCC RCC xlC_r xlC
+  for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
 do
   # Extract the first word of "$ac_prog", so it can be a program name with args.
 set dummy $ac_prog; ac_word=$2
-echo "$as_me:$LINENO: checking for $ac_word" >&5
-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
@@ -4180,55 +5363,85 @@
   IFS=$as_save_IFS
   test -z "$as_dir" && as_dir=.
   for ac_exec_ext in '' $ac_executable_extensions; do
-  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
     ac_cv_prog_ac_ct_CXX="$ac_prog"
     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     break 2
   fi
 done
 done
+IFS=$as_save_IFS
 
 fi
 fi
 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
 if test -n "$ac_ct_CXX"; then
-  echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5
-echo "${ECHO_T}$ac_ct_CXX" >&6
+  { echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5
+echo "${ECHO_T}$ac_ct_CXX" >&6; }
 else
-  echo "$as_me:$LINENO: result: no" >&5
-echo "${ECHO_T}no" >&6
+  { echo "$as_me:$LINENO: result: no" >&5
+echo "${ECHO_T}no" >&6; }
 fi
 
+
   test -n "$ac_ct_CXX" && break
 done
-test -n "$ac_ct_CXX" || ac_ct_CXX="g++"
 
-  CXX=$ac_ct_CXX
+  if test "x$ac_ct_CXX" = x; then
+    CXX="g++"
+  else
+    case $cross_compiling:$ac_tool_warned in
+yes:)
+{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
+whose name does not start with the host triplet.  If you think this
+configuration is useful to you, please write to autoconf@gnu.org." >&5
+echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
+whose name does not start with the host triplet.  If you think this
+configuration is useful to you, please write to autoconf@gnu.org." >&2;}
+ac_tool_warned=yes ;;
+esac
+    CXX=$ac_ct_CXX
+  fi
 fi
 
-
+  fi
+fi
 # Provide some information about the compiler.
-echo "$as_me:$LINENO:" \
-     "checking for C++ compiler version" >&5
+echo "$as_me:$LINENO: checking for C++ compiler version" >&5
 ac_compiler=`set X $ac_compile; echo $2`
-{ (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
-  (eval $ac_compiler --version </dev/null >&5) 2>&5
+{ (ac_try="$ac_compiler --version >&5"
+case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_compiler --version >&5") 2>&5
   ac_status=$?
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); }
-{ (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5
-  (eval $ac_compiler -v </dev/null >&5) 2>&5
+{ (ac_try="$ac_compiler -v >&5"
+case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_compiler -v >&5") 2>&5
   ac_status=$?
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); }
-{ (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5
-  (eval $ac_compiler -V </dev/null >&5) 2>&5
+{ (ac_try="$ac_compiler -V >&5"
+case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_compiler -V >&5") 2>&5
   ac_status=$?
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); }
 
-echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5
-echo $ECHO_N "checking whether we are using the GNU C++ compiler... $ECHO_C" >&6
+{ echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5
+echo $ECHO_N "checking whether we are using the GNU C++ compiler... $ECHO_C" >&6; }
 if test "${ac_cv_cxx_compiler_gnu+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
@@ -4251,23 +5464,36 @@
 }
 _ACEOF
 rm -f conftest.$ac_objext
-if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
-  (eval $ac_compile) 2>conftest.er1
+if { (ac_try="$ac_compile"
+case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_compile") 2>conftest.er1
   ac_status=$?
   grep -v '^ *+' conftest.er1 >conftest.err
   rm -f conftest.er1
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-	 { ac_try='test -z "$ac_cxx_werror_flag"			 || test ! -s conftest.err'
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-  (eval $ac_try) 2>&5
+	 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
+  { (case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_try") 2>&5
   ac_status=$?
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); }; } &&
 	 { ac_try='test -s conftest.$ac_objext'
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-  (eval $ac_try) 2>&5
+  { (case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_try") 2>&5
   ac_status=$?
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
@@ -4276,24 +5502,28 @@
   echo "$as_me: failed program was:" >&5
 sed 's/^/| /' conftest.$ac_ext >&5
 
-ac_compiler_gnu=no
+	ac_compiler_gnu=no
 fi
-rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
+
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
 
 fi
-echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5
-echo "${ECHO_T}$ac_cv_cxx_compiler_gnu" >&6
+{ echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5
+echo "${ECHO_T}$ac_cv_cxx_compiler_gnu" >&6; }
 GXX=`test $ac_compiler_gnu = yes && echo yes`
 ac_test_CXXFLAGS=${CXXFLAGS+set}
 ac_save_CXXFLAGS=$CXXFLAGS
-CXXFLAGS="-g"
-echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5
-echo $ECHO_N "checking whether $CXX accepts -g... $ECHO_C" >&6
+{ echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5
+echo $ECHO_N "checking whether $CXX accepts -g... $ECHO_C" >&6; }
 if test "${ac_cv_prog_cxx_g+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
-  cat >conftest.$ac_ext <<_ACEOF
+  ac_save_cxx_werror_flag=$ac_cxx_werror_flag
+   ac_cxx_werror_flag=yes
+   ac_cv_prog_cxx_g=no
+   CXXFLAGS="-g"
+   cat >conftest.$ac_ext <<_ACEOF
 /* confdefs.h.  */
 _ACEOF
 cat confdefs.h >>conftest.$ac_ext
@@ -4309,23 +5539,36 @@
 }
 _ACEOF
 rm -f conftest.$ac_objext
-if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
-  (eval $ac_compile) 2>conftest.er1
+if { (ac_try="$ac_compile"
+case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_compile") 2>conftest.er1
   ac_status=$?
   grep -v '^ *+' conftest.er1 >conftest.err
   rm -f conftest.er1
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-	 { ac_try='test -z "$ac_cxx_werror_flag"			 || test ! -s conftest.err'
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-  (eval $ac_try) 2>&5
+	 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
+  { (case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_try") 2>&5
   ac_status=$?
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); }; } &&
 	 { ac_try='test -s conftest.$ac_objext'
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-  (eval $ac_try) 2>&5
+  { (case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_try") 2>&5
   ac_status=$?
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
@@ -4334,69 +5577,53 @@
   echo "$as_me: failed program was:" >&5
 sed 's/^/| /' conftest.$ac_ext >&5
 
-ac_cv_prog_cxx_g=no
-fi
-rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
-fi
-echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5
-echo "${ECHO_T}$ac_cv_prog_cxx_g" >&6
-if test "$ac_test_CXXFLAGS" = set; then
-  CXXFLAGS=$ac_save_CXXFLAGS
-elif test $ac_cv_prog_cxx_g = yes; then
-  if test "$GXX" = yes; then
-    CXXFLAGS="-g -O2"
-  else
-    CXXFLAGS="-g"
-  fi
-else
-  if test "$GXX" = yes; then
-    CXXFLAGS="-O2"
-  else
-    CXXFLAGS=
-  fi
-fi
-for ac_declaration in \
-   '' \
-   'extern "C" void std::exit (int) throw (); using std::exit;' \
-   'extern "C" void std::exit (int); using std::exit;' \
-   'extern "C" void exit (int) throw ();' \
-   'extern "C" void exit (int);' \
-   'void exit (int);'
-do
-  cat >conftest.$ac_ext <<_ACEOF
+	CXXFLAGS=""
+      cat >conftest.$ac_ext <<_ACEOF
 /* confdefs.h.  */
 _ACEOF
 cat confdefs.h >>conftest.$ac_ext
 cat >>conftest.$ac_ext <<_ACEOF
 /* end confdefs.h.  */
-$ac_declaration
-#include <stdlib.h>
+
 int
 main ()
 {
-exit (42);
+
   ;
   return 0;
 }
 _ACEOF
 rm -f conftest.$ac_objext
-if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
-  (eval $ac_compile) 2>conftest.er1
+if { (ac_try="$ac_compile"
+case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_compile") 2>conftest.er1
   ac_status=$?
   grep -v '^ *+' conftest.er1 >conftest.err
   rm -f conftest.er1
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-	 { ac_try='test -z "$ac_cxx_werror_flag"			 || test ! -s conftest.err'
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-  (eval $ac_try) 2>&5
+	 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
+  { (case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_try") 2>&5
   ac_status=$?
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); }; } &&
 	 { ac_try='test -s conftest.$ac_objext'
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-  (eval $ac_try) 2>&5
+  { (case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_try") 2>&5
   ac_status=$?
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
@@ -4405,82 +5632,227 @@
   echo "$as_me: failed program was:" >&5
 sed 's/^/| /' conftest.$ac_ext >&5
 
-continue
-fi
-rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
-  cat >conftest.$ac_ext <<_ACEOF
+	ac_cxx_werror_flag=$ac_save_cxx_werror_flag
+	 CXXFLAGS="-g"
+	 cat >conftest.$ac_ext <<_ACEOF
 /* confdefs.h.  */
 _ACEOF
 cat confdefs.h >>conftest.$ac_ext
 cat >>conftest.$ac_ext <<_ACEOF
 /* end confdefs.h.  */
-$ac_declaration
+
 int
 main ()
 {
-exit (42);
+
   ;
   return 0;
 }
 _ACEOF
 rm -f conftest.$ac_objext
-if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
-  (eval $ac_compile) 2>conftest.er1
+if { (ac_try="$ac_compile"
+case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_compile") 2>conftest.er1
   ac_status=$?
   grep -v '^ *+' conftest.er1 >conftest.err
   rm -f conftest.er1
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-	 { ac_try='test -z "$ac_cxx_werror_flag"			 || test ! -s conftest.err'
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-  (eval $ac_try) 2>&5
+	 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
+  { (case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_try") 2>&5
   ac_status=$?
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); }; } &&
 	 { ac_try='test -s conftest.$ac_objext'
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-  (eval $ac_try) 2>&5
+  { (case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_try") 2>&5
   ac_status=$?
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
-  break
+  ac_cv_prog_cxx_g=yes
 else
   echo "$as_me: failed program was:" >&5
 sed 's/^/| /' conftest.$ac_ext >&5
 
+
 fi
-rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
-done
-rm -f conftest*
-if test -n "$ac_declaration"; then
-  echo '#ifdef __cplusplus' >>confdefs.h
-  echo $ac_declaration      >>confdefs.h
-  echo '#endif'             >>confdefs.h
+
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 fi
 
-ac_ext=cc
-ac_cpp='$CXXCPP $CPPFLAGS'
-ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
-ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
-ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+fi
 
-ac_ext=cc
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+   ac_cxx_werror_flag=$ac_save_cxx_werror_flag
+fi
+{ echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5
+echo "${ECHO_T}$ac_cv_prog_cxx_g" >&6; }
+if test "$ac_test_CXXFLAGS" = set; then
+  CXXFLAGS=$ac_save_CXXFLAGS
+elif test $ac_cv_prog_cxx_g = yes; then
+  if test "$GXX" = yes; then
+    CXXFLAGS="-g -O2"
+  else
+    CXXFLAGS="-g"
+  fi
+else
+  if test "$GXX" = yes; then
+    CXXFLAGS="-O2"
+  else
+    CXXFLAGS=
+  fi
+fi
+ac_ext=cpp
 ac_cpp='$CXXCPP $CPPFLAGS'
 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
-echo "$as_me:$LINENO: checking how to run the C++ preprocessor" >&5
-echo $ECHO_N "checking how to run the C++ preprocessor... $ECHO_C" >&6
-if test -z "$CXXCPP"; then
-  if test "${ac_cv_prog_CXXCPP+set}" = set; then
-  echo $ECHO_N "(cached) $ECHO_C" >&6
+
+depcc="$CXX"  am_compiler_list=
+
+{ echo "$as_me:$LINENO: checking dependency style of $depcc" >&5
+echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6; }
+if test "${am_cv_CXX_dependencies_compiler_type+set}" = set; then
+  echo $ECHO_N "(cached) $ECHO_C" >&6
+else
+  if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
+  # We make a subdir and do the tests there.  Otherwise we can end up
+  # making bogus files that we don't know about and never remove.  For
+  # instance it was reported that on HP-UX the gcc test will end up
+  # making a dummy file named `D' -- because `-MD' means `put the output
+  # in D'.
+  mkdir conftest.dir
+  # Copy depcomp to subdir because otherwise we won't find it if we're
+  # using a relative directory.
+  cp "$am_depcomp" conftest.dir
+  cd conftest.dir
+  # We will build objects and dependencies in a subdirectory because
+  # it helps to detect inapplicable dependency modes.  For instance
+  # both Tru64's cc and ICC support -MD to output dependencies as a
+  # side effect of compilation, but ICC will put the dependencies in
+  # the current directory while Tru64 will put them in the object
+  # directory.
+  mkdir sub
+
+  am_cv_CXX_dependencies_compiler_type=none
+  if test "$am_compiler_list" = ""; then
+     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
+  fi
+  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
+    # we should not choose a depcomp mode which is confused by this.
+    #
+    # We need to recreate these files for each test, as the compiler may
+    # overwrite some of them when testing with obscure command lines.
+    # This happens at least with the AIX C compiler.
+    : > sub/conftest.c
+    for i in 1 2 3 4 5 6; do
+      echo '#include "conftst'$i'.h"' >> sub/conftest.c
+      # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
+      # Solaris 8's {/usr,}/bin/sh.
+      touch sub/conftst$i.h
+    done
+    echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
+
+    case $depmode in
+    nosideeffect)
+      # after this tag, mechanisms are not by side-effect, so they'll
+      # only be used when explicitly requested
+      if test "x$enable_dependency_tracking" = xyes; then
+	continue
+      else
+	break
+      fi
+      ;;
+    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} \
+       depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
+       $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \
+         >/dev/null 2>conftest.err &&
+       grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
+       grep sub/conftest.${OBJEXT-o} 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
+      # that says an option was ignored or not supported.
+      # When given -MP, icc 7.0 and 7.1 complain thusly:
+      #   icc: Command line warning: ignoring option '-M'; no argument required
+      # The diagnosis changed in icc 8.0:
+      #   icc: Command line remark: option '-MP' not supported
+      if (grep 'ignoring option' conftest.err ||
+          grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
+        am_cv_CXX_dependencies_compiler_type=$depmode
+        break
+      fi
+    fi
+  done
+
+  cd ..
+  rm -rf conftest.dir
 else
-      # Double quotes because CXXCPP needs to be expanded
-    for CXXCPP in "$CXX -E" "/lib/cpp"
-    do
-      ac_preproc_ok=false
-for ac_cxx_preproc_warn_flag in '' yes
+  am_cv_CXX_dependencies_compiler_type=none
+fi
+
+fi
+{ echo "$as_me:$LINENO: result: $am_cv_CXX_dependencies_compiler_type" >&5
+echo "${ECHO_T}$am_cv_CXX_dependencies_compiler_type" >&6; }
+CXXDEPMODE=depmode=$am_cv_CXX_dependencies_compiler_type
+
+
+
+if
+  test "x$enable_dependency_tracking" != xno \
+  && test "$am_cv_CXX_dependencies_compiler_type" = gcc3; then
+  am__fastdepCXX_TRUE=
+  am__fastdepCXX_FALSE='#'
+else
+  am__fastdepCXX_TRUE='#'
+  am__fastdepCXX_FALSE=
+fi
+
+
+
+
+if test -n "$CXX" && ( test "X$CXX" != "Xno" &&
+    ( (test "X$CXX" = "Xg++" && `g++ -v >/dev/null 2>&1` ) ||
+    (test "X$CXX" != "Xg++"))) ; then
+  ac_ext=cpp
+ac_cpp='$CXXCPP $CPPFLAGS'
+ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
+ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
+ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
+{ echo "$as_me:$LINENO: checking how to run the C++ preprocessor" >&5
+echo $ECHO_N "checking how to run the C++ preprocessor... $ECHO_C" >&6; }
+if test -z "$CXXCPP"; then
+  if test "${ac_cv_prog_CXXCPP+set}" = set; then
+  echo $ECHO_N "(cached) $ECHO_C" >&6
+else
+      # Double quotes because CXXCPP needs to be expanded
+    for CXXCPP in "$CXX -E" "/lib/cpp"
+    do
+      ac_preproc_ok=false
+for ac_cxx_preproc_warn_flag in '' yes
 do
   # Use a header file that comes with gcc, so configuring glibc
   # with a fresh cross-compiler works.
@@ -4501,8 +5873,13 @@
 #endif
 		     Syntax error
 _ACEOF
-if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
-  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
+if { (ac_try="$ac_cpp conftest.$ac_ext"
+case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
   ac_status=$?
   grep -v '^ *+' conftest.er1 >conftest.err
   rm -f conftest.er1
@@ -4527,9 +5904,10 @@
   # Broken: fails on valid input.
 continue
 fi
+
 rm -f conftest.err conftest.$ac_ext
 
-  # OK, works on sane cases.  Now check whether non-existent headers
+  # OK, works on sane cases.  Now check whether nonexistent headers
   # can be detected and how.
   cat >conftest.$ac_ext <<_ACEOF
 /* confdefs.h.  */
@@ -4539,8 +5917,13 @@
 /* end confdefs.h.  */
 #include <ac_nonexistent.h>
 _ACEOF
-if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
-  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
+if { (ac_try="$ac_cpp conftest.$ac_ext"
+case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
   ac_status=$?
   grep -v '^ *+' conftest.er1 >conftest.err
   rm -f conftest.er1
@@ -4567,6 +5950,7 @@
 ac_preproc_ok=:
 break
 fi
+
 rm -f conftest.err conftest.$ac_ext
 
 done
@@ -4584,8 +5968,8 @@
 else
   ac_cv_prog_CXXCPP=$CXXCPP
 fi
-echo "$as_me:$LINENO: result: $CXXCPP" >&5
-echo "${ECHO_T}$CXXCPP" >&6
+{ echo "$as_me:$LINENO: result: $CXXCPP" >&5
+echo "${ECHO_T}$CXXCPP" >&6; }
 ac_preproc_ok=false
 for ac_cxx_preproc_warn_flag in '' yes
 do
@@ -4608,8 +5992,13 @@
 #endif
 		     Syntax error
 _ACEOF
-if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
-  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
+if { (ac_try="$ac_cpp conftest.$ac_ext"
+case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
   ac_status=$?
   grep -v '^ *+' conftest.er1 >conftest.err
   rm -f conftest.er1
@@ -4634,9 +6023,10 @@
   # Broken: fails on valid input.
 continue
 fi
+
 rm -f conftest.err conftest.$ac_ext
 
-  # OK, works on sane cases.  Now check whether non-existent headers
+  # OK, works on sane cases.  Now check whether nonexistent headers
   # can be detected and how.
   cat >conftest.$ac_ext <<_ACEOF
 /* confdefs.h.  */
@@ -4646,8 +6036,13 @@
 /* end confdefs.h.  */
 #include <ac_nonexistent.h>
 _ACEOF
-if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
-  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
+if { (ac_try="$ac_cpp conftest.$ac_ext"
+case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
   ac_status=$?
   grep -v '^ *+' conftest.er1 >conftest.err
   rm -f conftest.er1
@@ -4674,6 +6069,7 @@
 ac_preproc_ok=:
 break
 fi
+
 rm -f conftest.err conftest.$ac_ext
 
 done
@@ -4689,24 +6085,26 @@
    { (exit 1); exit 1; }; }
 fi
 
-ac_ext=cc
+ac_ext=cpp
 ac_cpp='$CXXCPP $CPPFLAGS'
 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
 
+fi
+
 
 ac_ext=f
 ac_compile='$F77 -c $FFLAGS conftest.$ac_ext >&5'
 ac_link='$F77 -o conftest$ac_exeext $FFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
 ac_compiler_gnu=$ac_cv_f77_compiler_gnu
 if test -n "$ac_tool_prefix"; then
-  for ac_prog in g77 f77 xlf frt pgf77 fort77 fl32 af77 f90 xlf90 pgf90 epcf90 f95 fort xlf95 ifc efc pgf95 lf95 gfortran
+  for ac_prog in g77 f77 xlf frt pgf77 cf77 fort77 fl32 af77 f90 xlf90 pgf90 pghpf epcf90 gfortran g95 f95 fort xlf95 ifort ifc efc pgf95 lf95 ftn
   do
     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
-echo "$as_me:$LINENO: checking for $ac_word" >&5
-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 if test "${ac_cv_prog_F77+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
@@ -4719,36 +6117,38 @@
   IFS=$as_save_IFS
   test -z "$as_dir" && as_dir=.
   for ac_exec_ext in '' $ac_executable_extensions; do
-  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
     ac_cv_prog_F77="$ac_tool_prefix$ac_prog"
     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     break 2
   fi
 done
 done
+IFS=$as_save_IFS
 
 fi
 fi
 F77=$ac_cv_prog_F77
 if test -n "$F77"; then
-  echo "$as_me:$LINENO: result: $F77" >&5
-echo "${ECHO_T}$F77" >&6
+  { echo "$as_me:$LINENO: result: $F77" >&5
+echo "${ECHO_T}$F77" >&6; }
 else
-  echo "$as_me:$LINENO: result: no" >&5
-echo "${ECHO_T}no" >&6
+  { echo "$as_me:$LINENO: result: no" >&5
+echo "${ECHO_T}no" >&6; }
 fi
 
+
     test -n "$F77" && break
   done
 fi
 if test -z "$F77"; then
   ac_ct_F77=$F77
-  for ac_prog in g77 f77 xlf frt pgf77 fort77 fl32 af77 f90 xlf90 pgf90 epcf90 f95 fort xlf95 ifc efc pgf95 lf95 gfortran
+  for ac_prog in g77 f77 xlf frt pgf77 cf77 fort77 fl32 af77 f90 xlf90 pgf90 pghpf epcf90 gfortran g95 f95 fort xlf95 ifort ifc efc pgf95 lf95 ftn
 do
   # Extract the first word of "$ac_prog", so it can be a program name with args.
 set dummy $ac_prog; ac_word=$2
-echo "$as_me:$LINENO: checking for $ac_word" >&5
-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 if test "${ac_cv_prog_ac_ct_F77+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
@@ -4761,48 +6161,78 @@
   IFS=$as_save_IFS
   test -z "$as_dir" && as_dir=.
   for ac_exec_ext in '' $ac_executable_extensions; do
-  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
     ac_cv_prog_ac_ct_F77="$ac_prog"
     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     break 2
   fi
 done
 done
+IFS=$as_save_IFS
 
 fi
 fi
 ac_ct_F77=$ac_cv_prog_ac_ct_F77
 if test -n "$ac_ct_F77"; then
-  echo "$as_me:$LINENO: result: $ac_ct_F77" >&5
-echo "${ECHO_T}$ac_ct_F77" >&6
+  { echo "$as_me:$LINENO: result: $ac_ct_F77" >&5
+echo "${ECHO_T}$ac_ct_F77" >&6; }
 else
-  echo "$as_me:$LINENO: result: no" >&5
-echo "${ECHO_T}no" >&6
+  { echo "$as_me:$LINENO: result: no" >&5
+echo "${ECHO_T}no" >&6; }
 fi
 
+
   test -n "$ac_ct_F77" && break
 done
 
-  F77=$ac_ct_F77
+  if test "x$ac_ct_F77" = x; then
+    F77=""
+  else
+    case $cross_compiling:$ac_tool_warned in
+yes:)
+{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
+whose name does not start with the host triplet.  If you think this
+configuration is useful to you, please write to autoconf@gnu.org." >&5
+echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
+whose name does not start with the host triplet.  If you think this
+configuration is useful to you, please write to autoconf@gnu.org." >&2;}
+ac_tool_warned=yes ;;
+esac
+    F77=$ac_ct_F77
+  fi
 fi
 
 
 # Provide some information about the compiler.
-echo "$as_me:4791:" \
-     "checking for Fortran 77 compiler version" >&5
+echo "$as_me:$LINENO: checking for Fortran 77 compiler version" >&5
 ac_compiler=`set X $ac_compile; echo $2`
-{ (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
-  (eval $ac_compiler --version </dev/null >&5) 2>&5
+{ (ac_try="$ac_compiler --version >&5"
+case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_compiler --version >&5") 2>&5
   ac_status=$?
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); }
-{ (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5
-  (eval $ac_compiler -v </dev/null >&5) 2>&5
+{ (ac_try="$ac_compiler -v >&5"
+case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_compiler -v >&5") 2>&5
   ac_status=$?
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); }
-{ (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5
-  (eval $ac_compiler -V </dev/null >&5) 2>&5
+{ (ac_try="$ac_compiler -V >&5"
+case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_compiler -V >&5") 2>&5
   ac_status=$?
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); }
@@ -4812,8 +6242,8 @@
 # input file.  (Note that this only needs to work for GNU compilers.)
 ac_save_ext=$ac_ext
 ac_ext=F
-echo "$as_me:$LINENO: checking whether we are using the GNU Fortran 77 compiler" >&5
-echo $ECHO_N "checking whether we are using the GNU Fortran 77 compiler... $ECHO_C" >&6
+{ echo "$as_me:$LINENO: checking whether we are using the GNU Fortran 77 compiler" >&5
+echo $ECHO_N "checking whether we are using the GNU Fortran 77 compiler... $ECHO_C" >&6; }
 if test "${ac_cv_f77_compiler_gnu+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
@@ -4826,23 +6256,36 @@
       end
 _ACEOF
 rm -f conftest.$ac_objext
-if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
-  (eval $ac_compile) 2>conftest.er1
+if { (ac_try="$ac_compile"
+case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_compile") 2>conftest.er1
   ac_status=$?
   grep -v '^ *+' conftest.er1 >conftest.err
   rm -f conftest.er1
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-	 { ac_try='test -z "$ac_f77_werror_flag"			 || test ! -s conftest.err'
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-  (eval $ac_try) 2>&5
+	 { ac_try='test -z "$ac_f77_werror_flag" || test ! -s conftest.err'
+  { (case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_try") 2>&5
   ac_status=$?
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); }; } &&
 	 { ac_try='test -s conftest.$ac_objext'
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-  (eval $ac_try) 2>&5
+  { (case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_try") 2>&5
   ac_status=$?
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
@@ -4851,20 +6294,21 @@
   echo "$as_me: failed program was:" >&5
 sed 's/^/| /' conftest.$ac_ext >&5
 
-ac_compiler_gnu=no
+	ac_compiler_gnu=no
 fi
-rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
+
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 ac_cv_f77_compiler_gnu=$ac_compiler_gnu
 
 fi
-echo "$as_me:$LINENO: result: $ac_cv_f77_compiler_gnu" >&5
-echo "${ECHO_T}$ac_cv_f77_compiler_gnu" >&6
+{ echo "$as_me:$LINENO: result: $ac_cv_f77_compiler_gnu" >&5
+echo "${ECHO_T}$ac_cv_f77_compiler_gnu" >&6; }
 ac_ext=$ac_save_ext
 ac_test_FFLAGS=${FFLAGS+set}
 ac_save_FFLAGS=$FFLAGS
 FFLAGS=
-echo "$as_me:$LINENO: checking whether $F77 accepts -g" >&5
-echo $ECHO_N "checking whether $F77 accepts -g... $ECHO_C" >&6
+{ echo "$as_me:$LINENO: checking whether $F77 accepts -g" >&5
+echo $ECHO_N "checking whether $F77 accepts -g... $ECHO_C" >&6; }
 if test "${ac_cv_prog_f77_g+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
@@ -4875,23 +6319,36 @@
       end
 _ACEOF
 rm -f conftest.$ac_objext
-if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
-  (eval $ac_compile) 2>conftest.er1
+if { (ac_try="$ac_compile"
+case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_compile") 2>conftest.er1
   ac_status=$?
   grep -v '^ *+' conftest.er1 >conftest.err
   rm -f conftest.er1
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-	 { ac_try='test -z "$ac_f77_werror_flag"			 || test ! -s conftest.err'
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-  (eval $ac_try) 2>&5
+	 { ac_try='test -z "$ac_f77_werror_flag" || test ! -s conftest.err'
+  { (case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_try") 2>&5
   ac_status=$?
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); }; } &&
 	 { ac_try='test -s conftest.$ac_objext'
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-  (eval $ac_try) 2>&5
+  { (case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_try") 2>&5
   ac_status=$?
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
@@ -4900,13 +6357,14 @@
   echo "$as_me: failed program was:" >&5
 sed 's/^/| /' conftest.$ac_ext >&5
 
-ac_cv_prog_f77_g=no
+	ac_cv_prog_f77_g=no
 fi
-rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
+
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 
 fi
-echo "$as_me:$LINENO: result: $ac_cv_prog_f77_g" >&5
-echo "${ECHO_T}$ac_cv_prog_f77_g" >&6
+{ echo "$as_me:$LINENO: result: $ac_cv_prog_f77_g" >&5
+echo "${ECHO_T}$ac_cv_prog_f77_g" >&6; }
 if test "$ac_test_FFLAGS" = set; then
   FFLAGS=$ac_save_FFLAGS
 elif test $ac_cv_prog_f77_g = yes; then
@@ -4935,8 +6393,8 @@
 # Autoconf 2.13's AC_OBJEXT and AC_EXEEXT macros only works for C compilers!
 
 # find the maximum length of command line arguments
-echo "$as_me:$LINENO: checking the maximum length of command line arguments" >&5
-echo $ECHO_N "checking the maximum length of command line arguments... $ECHO_C" >&6
+{ echo "$as_me:$LINENO: checking the maximum length of command line arguments" >&5
+echo $ECHO_N "checking the maximum length of command line arguments... $ECHO_C" >&6; }
 if test "${lt_cv_sys_max_cmd_len+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
@@ -4976,11 +6434,55 @@
     lt_cv_sys_max_cmd_len=8192;
     ;;
 
- *)
+  netbsd* | freebsd* | openbsd* | darwin* | dragonfly*)
+    # This has been around since 386BSD, at least.  Likely further.
+    if test -x /sbin/sysctl; then
+      lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
+    elif test -x /usr/sbin/sysctl; then
+      lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
+    else
+      lt_cv_sys_max_cmd_len=65536	# usable default for all BSDs
+    fi
+    # And add a safety zone
+    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
+    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
+    ;;
+
+  interix*)
+    # We know the value 262144 and hardcode it with a safety zone (like BSD)
+    lt_cv_sys_max_cmd_len=196608
+    ;;
+
+  osf*)
+    # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
+    # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
+    # nice to cause kernel panics so lets avoid the loop below.
+    # First set a reasonable default.
+    lt_cv_sys_max_cmd_len=16384
+    #
+    if test -x /sbin/sysconfig; then
+      case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
+        *1*) lt_cv_sys_max_cmd_len=-1 ;;
+      esac
+    fi
+    ;;
+  sco3.2v5*)
+    lt_cv_sys_max_cmd_len=102400
+    ;;
+  sysv5* | sco5v6* | sysv4.2uw2*)
+    kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
+    if test -n "$kargmax"; then
+      lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[ 	]//'`
+    else
+      lt_cv_sys_max_cmd_len=32768
+    fi
+    ;;
+  *)
     # If test is not a shell built-in, we'll probably end up computing a
     # maximum length that is only half of the actual maximum length, but
     # we can't tell.
-    while (test "X"`$CONFIG_SHELL $0 --fallback-echo "X$teststring" 2>/dev/null` \
+    SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
+    while (test "X"`$SHELL $0 --fallback-echo "X$teststring" 2>/dev/null` \
 	       = "XX$teststring") >/dev/null 2>&1 &&
 	    new_result=`expr "X$teststring" : ".*" 2>&1` &&
 	    lt_cv_sys_max_cmd_len=$new_result &&
@@ -5000,19 +6502,19 @@
 fi
 
 if test -n $lt_cv_sys_max_cmd_len ; then
-  echo "$as_me:$LINENO: result: $lt_cv_sys_max_cmd_len" >&5
-echo "${ECHO_T}$lt_cv_sys_max_cmd_len" >&6
+  { echo "$as_me:$LINENO: result: $lt_cv_sys_max_cmd_len" >&5
+echo "${ECHO_T}$lt_cv_sys_max_cmd_len" >&6; }
 else
-  echo "$as_me:$LINENO: result: none" >&5
-echo "${ECHO_T}none" >&6
+  { echo "$as_me:$LINENO: result: none" >&5
+echo "${ECHO_T}none" >&6; }
 fi
 
 
 
 
 # Check for command to grab the raw symbol name followed by C symbol from nm.
-echo "$as_me:$LINENO: checking command to parse $NM output from $compiler object" >&5
-echo $ECHO_N "checking command to parse $NM output from $compiler object... $ECHO_C" >&6
+{ echo "$as_me:$LINENO: checking command to parse $NM output from $compiler object" >&5
+echo $ECHO_N "checking command to parse $NM output from $compiler object... $ECHO_C" >&6; }
 if test "${lt_cv_sys_global_symbol_pipe+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
@@ -5026,9 +6528,6 @@
 # Regexp to match symbols that can be accessed directly from C.
 sympat='\([_A-Za-z][_A-Za-z0-9]*\)'
 
-# Transform the above into a raw symbol and a C symbol.
-symxfrm='\1 \2\3 \3'
-
 # Transform an extracted symbol line into a proper C declaration
 lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^. .* \(.*\)$/extern int \1;/p'"
 
@@ -5050,15 +6549,31 @@
   lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
   lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/  {\\\"\1\\\", (lt_ptr) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/  {\"\2\", (lt_ptr) \&\2},/p'"
   ;;
+linux* | k*bsd*-gnu)
+  if test "$host_cpu" = ia64; then
+    symcode='[ABCDGIRSTW]'
+    lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
+    lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/  {\\\"\1\\\", (lt_ptr) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/  {\"\2\", (lt_ptr) \&\2},/p'"
+  fi
+  ;;
 irix* | nonstopux*)
   symcode='[BCDEGRST]'
   ;;
 osf*)
   symcode='[BCDEGQRST]'
   ;;
-solaris* | sysv5*)
+solaris*)
   symcode='[BDRT]'
   ;;
+sco3.2v5*)
+  symcode='[DT]'
+  ;;
+sysv4.2uw2*)
+  symcode='[DT]'
+  ;;
+sysv5* | sco5v6* | unixware* | OpenUNIX*)
+  symcode='[ABDT]'
+  ;;
 sysv4)
   symcode='[DFNSTU]'
   ;;
@@ -5081,8 +6596,11 @@
 # Try without a prefix undercore, then with it.
 for ac_symprfx in "" "_"; do
 
+  # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
+  symxfrm="\\1 $ac_symprfx\\2 \\2"
+
   # Write the raw and C identifiers.
-  lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ 	]\($symcode$symcode*\)[ 	][ 	]*\($ac_symprfx\)$sympat$opt_cr$/$symxfrm/p'"
+  lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ 	]\($symcode$symcode*\)[ 	][ 	]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
 
   # Check to see that the pipe works correctly.
   pipe_works=no
@@ -5200,15 +6718,15 @@
   lt_cv_sys_global_symbol_to_cdecl=
 fi
 if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
-  echo "$as_me:$LINENO: result: failed" >&5
-echo "${ECHO_T}failed" >&6
+  { echo "$as_me:$LINENO: result: failed" >&5
+echo "${ECHO_T}failed" >&6; }
 else
-  echo "$as_me:$LINENO: result: ok" >&5
-echo "${ECHO_T}ok" >&6
+  { echo "$as_me:$LINENO: result: ok" >&5
+echo "${ECHO_T}ok" >&6; }
 fi
 
-echo "$as_me:$LINENO: checking for objdir" >&5
-echo $ECHO_N "checking for objdir... $ECHO_C" >&6
+{ echo "$as_me:$LINENO: checking for objdir" >&5
+echo $ECHO_N "checking for objdir... $ECHO_C" >&6; }
 if test "${lt_cv_objdir+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
@@ -5222,8 +6740,8 @@
 fi
 rmdir .libs 2>/dev/null
 fi
-echo "$as_me:$LINENO: result: $lt_cv_objdir" >&5
-echo "${ECHO_T}$lt_cv_objdir" >&6
+{ echo "$as_me:$LINENO: result: $lt_cv_objdir" >&5
+echo "${ECHO_T}$lt_cv_objdir" >&6; }
 objdir=$lt_cv_objdir
 
 
@@ -5244,7 +6762,7 @@
 
 # Sed substitution that helps us do robust quoting.  It backslashifies
 # metacharacters that are still active within double-quoted strings.
-Xsed='sed -e s/^X//'
+Xsed='sed -e 1s/^X//'
 sed_quote_subst='s/\([\\"\\`$\\\\]\)/\\\1/g'
 
 # Same as above, but do not quote variable references.
@@ -5264,7 +6782,7 @@
 default_ofile=libtool
 can_build_shared=yes
 
-# All known linkers require a `.a' archive for static linking (except M$VC,
+# All known linkers require a `.a' archive for static linking (except MSVC,
 # which needs '.lib').
 libext=a
 ltmain="$ac_aux_dir/ltmain.sh"
@@ -5274,8 +6792,8 @@
 if test -n "$ac_tool_prefix"; then
   # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
 set dummy ${ac_tool_prefix}ar; ac_word=$2
-echo "$as_me:$LINENO: checking for $ac_word" >&5
-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 if test "${ac_cv_prog_AR+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
@@ -5288,32 +6806,34 @@
   IFS=$as_save_IFS
   test -z "$as_dir" && as_dir=.
   for ac_exec_ext in '' $ac_executable_extensions; do
-  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
     ac_cv_prog_AR="${ac_tool_prefix}ar"
     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     break 2
   fi
 done
 done
+IFS=$as_save_IFS
 
 fi
 fi
 AR=$ac_cv_prog_AR
 if test -n "$AR"; then
-  echo "$as_me:$LINENO: result: $AR" >&5
-echo "${ECHO_T}$AR" >&6
+  { echo "$as_me:$LINENO: result: $AR" >&5
+echo "${ECHO_T}$AR" >&6; }
 else
-  echo "$as_me:$LINENO: result: no" >&5
-echo "${ECHO_T}no" >&6
+  { echo "$as_me:$LINENO: result: no" >&5
+echo "${ECHO_T}no" >&6; }
 fi
 
+
 fi
 if test -z "$ac_cv_prog_AR"; then
   ac_ct_AR=$AR
   # Extract the first word of "ar", so it can be a program name with args.
 set dummy ar; ac_word=$2
-echo "$as_me:$LINENO: checking for $ac_word" >&5
-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
@@ -5326,27 +6846,41 @@
   IFS=$as_save_IFS
   test -z "$as_dir" && as_dir=.
   for ac_exec_ext in '' $ac_executable_extensions; do
-  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
     ac_cv_prog_ac_ct_AR="ar"
     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     break 2
   fi
 done
 done
+IFS=$as_save_IFS
 
-  test -z "$ac_cv_prog_ac_ct_AR" && ac_cv_prog_ac_ct_AR="false"
 fi
 fi
 ac_ct_AR=$ac_cv_prog_ac_ct_AR
 if test -n "$ac_ct_AR"; then
-  echo "$as_me:$LINENO: result: $ac_ct_AR" >&5
-echo "${ECHO_T}$ac_ct_AR" >&6
+  { echo "$as_me:$LINENO: result: $ac_ct_AR" >&5
+echo "${ECHO_T}$ac_ct_AR" >&6; }
 else
-  echo "$as_me:$LINENO: result: no" >&5
-echo "${ECHO_T}no" >&6
+  { echo "$as_me:$LINENO: result: no" >&5
+echo "${ECHO_T}no" >&6; }
 fi
 
-  AR=$ac_ct_AR
+  if test "x$ac_ct_AR" = x; then
+    AR="false"
+  else
+    case $cross_compiling:$ac_tool_warned in
+yes:)
+{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
+whose name does not start with the host triplet.  If you think this
+configuration is useful to you, please write to autoconf@gnu.org." >&5
+echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
+whose name does not start with the host triplet.  If you think this
+configuration is useful to you, please write to autoconf@gnu.org." >&2;}
+ac_tool_warned=yes ;;
+esac
+    AR=$ac_ct_AR
+  fi
 else
   AR="$ac_cv_prog_AR"
 fi
@@ -5354,8 +6888,8 @@
 if test -n "$ac_tool_prefix"; then
   # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
-echo "$as_me:$LINENO: checking for $ac_word" >&5
-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 if test "${ac_cv_prog_RANLIB+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
@@ -5368,32 +6902,34 @@
   IFS=$as_save_IFS
   test -z "$as_dir" && as_dir=.
   for ac_exec_ext in '' $ac_executable_extensions; do
-  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
     ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     break 2
   fi
 done
 done
+IFS=$as_save_IFS
 
 fi
 fi
 RANLIB=$ac_cv_prog_RANLIB
 if test -n "$RANLIB"; then
-  echo "$as_me:$LINENO: result: $RANLIB" >&5
-echo "${ECHO_T}$RANLIB" >&6
+  { echo "$as_me:$LINENO: result: $RANLIB" >&5
+echo "${ECHO_T}$RANLIB" >&6; }
 else
-  echo "$as_me:$LINENO: result: no" >&5
-echo "${ECHO_T}no" >&6
+  { echo "$as_me:$LINENO: result: no" >&5
+echo "${ECHO_T}no" >&6; }
 fi
 
+
 fi
 if test -z "$ac_cv_prog_RANLIB"; then
   ac_ct_RANLIB=$RANLIB
   # Extract the first word of "ranlib", so it can be a program name with args.
 set dummy ranlib; ac_word=$2
-echo "$as_me:$LINENO: checking for $ac_word" >&5
-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
@@ -5406,27 +6942,41 @@
   IFS=$as_save_IFS
   test -z "$as_dir" && as_dir=.
   for ac_exec_ext in '' $ac_executable_extensions; do
-  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
     ac_cv_prog_ac_ct_RANLIB="ranlib"
     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     break 2
   fi
 done
 done
+IFS=$as_save_IFS
 
-  test -z "$ac_cv_prog_ac_ct_RANLIB" && ac_cv_prog_ac_ct_RANLIB=":"
 fi
 fi
 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
 if test -n "$ac_ct_RANLIB"; then
-  echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
-echo "${ECHO_T}$ac_ct_RANLIB" >&6
+  { echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
+echo "${ECHO_T}$ac_ct_RANLIB" >&6; }
 else
-  echo "$as_me:$LINENO: result: no" >&5
-echo "${ECHO_T}no" >&6
+  { echo "$as_me:$LINENO: result: no" >&5
+echo "${ECHO_T}no" >&6; }
 fi
 
-  RANLIB=$ac_ct_RANLIB
+  if test "x$ac_ct_RANLIB" = x; then
+    RANLIB=":"
+  else
+    case $cross_compiling:$ac_tool_warned in
+yes:)
+{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
+whose name does not start with the host triplet.  If you think this
+configuration is useful to you, please write to autoconf@gnu.org." >&5
+echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
+whose name does not start with the host triplet.  If you think this
+configuration is useful to you, please write to autoconf@gnu.org." >&2;}
+ac_tool_warned=yes ;;
+esac
+    RANLIB=$ac_ct_RANLIB
+  fi
 else
   RANLIB="$ac_cv_prog_RANLIB"
 fi
@@ -5434,8 +6984,8 @@
 if test -n "$ac_tool_prefix"; then
   # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
 set dummy ${ac_tool_prefix}strip; ac_word=$2
-echo "$as_me:$LINENO: checking for $ac_word" >&5
-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 if test "${ac_cv_prog_STRIP+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
@@ -5448,32 +6998,34 @@
   IFS=$as_save_IFS
   test -z "$as_dir" && as_dir=.
   for ac_exec_ext in '' $ac_executable_extensions; do
-  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
     ac_cv_prog_STRIP="${ac_tool_prefix}strip"
     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     break 2
   fi
 done
 done
+IFS=$as_save_IFS
 
 fi
 fi
 STRIP=$ac_cv_prog_STRIP
 if test -n "$STRIP"; then
-  echo "$as_me:$LINENO: result: $STRIP" >&5
-echo "${ECHO_T}$STRIP" >&6
+  { echo "$as_me:$LINENO: result: $STRIP" >&5
+echo "${ECHO_T}$STRIP" >&6; }
 else
-  echo "$as_me:$LINENO: result: no" >&5
-echo "${ECHO_T}no" >&6
+  { echo "$as_me:$LINENO: result: no" >&5
+echo "${ECHO_T}no" >&6; }
 fi
 
+
 fi
 if test -z "$ac_cv_prog_STRIP"; then
   ac_ct_STRIP=$STRIP
   # Extract the first word of "strip", so it can be a program name with args.
 set dummy strip; ac_word=$2
-echo "$as_me:$LINENO: checking for $ac_word" >&5
-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
@@ -5486,27 +7038,41 @@
   IFS=$as_save_IFS
   test -z "$as_dir" && as_dir=.
   for ac_exec_ext in '' $ac_executable_extensions; do
-  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
     ac_cv_prog_ac_ct_STRIP="strip"
     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     break 2
   fi
 done
 done
+IFS=$as_save_IFS
 
-  test -z "$ac_cv_prog_ac_ct_STRIP" && ac_cv_prog_ac_ct_STRIP=":"
 fi
 fi
 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
 if test -n "$ac_ct_STRIP"; then
-  echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
-echo "${ECHO_T}$ac_ct_STRIP" >&6
+  { echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
+echo "${ECHO_T}$ac_ct_STRIP" >&6; }
 else
-  echo "$as_me:$LINENO: result: no" >&5
-echo "${ECHO_T}no" >&6
+  { echo "$as_me:$LINENO: result: no" >&5
+echo "${ECHO_T}no" >&6; }
 fi
 
-  STRIP=$ac_ct_STRIP
+  if test "x$ac_ct_STRIP" = x; then
+    STRIP=":"
+  else
+    case $cross_compiling:$ac_tool_warned in
+yes:)
+{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
+whose name does not start with the host triplet.  If you think this
+configuration is useful to you, please write to autoconf@gnu.org." >&5
+echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
+whose name does not start with the host triplet.  If you think this
+configuration is useful to you, please write to autoconf@gnu.org." >&2;}
+ac_tool_warned=yes ;;
+esac
+    STRIP=$ac_ct_STRIP
+  fi
 else
   STRIP="$ac_cv_prog_STRIP"
 fi
@@ -5521,6 +7087,7 @@
 test -z "$AS" && AS=as
 test -z "$CC" && CC=cc
 test -z "$LTCC" && LTCC=$CC
+test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
 test -z "$DLLTOOL" && DLLTOOL=dlltool
 test -z "$LD" && LD=ld
 test -z "$LN_S" && LN_S="ln -s"
@@ -5540,21 +7107,32 @@
 if test -n "$RANLIB"; then
   case $host_os in
   openbsd*)
-    old_postinstall_cmds="\$RANLIB -t \$oldlib~$old_postinstall_cmds"
+    old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib"
     ;;
   *)
-    old_postinstall_cmds="\$RANLIB \$oldlib~$old_postinstall_cmds"
+    old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib"
     ;;
   esac
   old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
 fi
 
+for cc_temp in $compiler""; do
+  case $cc_temp in
+    compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
+    distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
+    \-*) ;;
+    *) break;;
+  esac
+done
+cc_basename=`$echo "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"`
+
+
 # Only perform the check for file, if the check method requires it
 case $deplibs_check_method in
 file_magic*)
   if test "$file_magic_cmd" = '$MAGIC_CMD'; then
-    echo "$as_me:$LINENO: checking for ${ac_tool_prefix}file" >&5
-echo $ECHO_N "checking for ${ac_tool_prefix}file... $ECHO_C" >&6
+    { echo "$as_me:$LINENO: checking for ${ac_tool_prefix}file" >&5
+echo $ECHO_N "checking for ${ac_tool_prefix}file... $ECHO_C" >&6; }
 if test "${lt_cv_path_MAGIC_CMD+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
@@ -5574,7 +7152,7 @@
       if test -n "$file_magic_test_file"; then
 	case $deplibs_check_method in
 	"file_magic "*)
-	  file_magic_regex="`expr \"$deplibs_check_method\" : \"file_magic \(.*\)\"`"
+	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
 	  MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
 	  if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
 	    $EGREP "$file_magic_regex" > /dev/null; then
@@ -5606,17 +7184,17 @@
 
 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
 if test -n "$MAGIC_CMD"; then
-  echo "$as_me:$LINENO: result: $MAGIC_CMD" >&5
-echo "${ECHO_T}$MAGIC_CMD" >&6
+  { echo "$as_me:$LINENO: result: $MAGIC_CMD" >&5
+echo "${ECHO_T}$MAGIC_CMD" >&6; }
 else
-  echo "$as_me:$LINENO: result: no" >&5
-echo "${ECHO_T}no" >&6
+  { echo "$as_me:$LINENO: result: no" >&5
+echo "${ECHO_T}no" >&6; }
 fi
 
 if test -z "$lt_cv_path_MAGIC_CMD"; then
   if test -n "$ac_tool_prefix"; then
-    echo "$as_me:$LINENO: checking for file" >&5
-echo $ECHO_N "checking for file... $ECHO_C" >&6
+    { echo "$as_me:$LINENO: checking for file" >&5
+echo $ECHO_N "checking for file... $ECHO_C" >&6; }
 if test "${lt_cv_path_MAGIC_CMD+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
@@ -5636,7 +7214,7 @@
       if test -n "$file_magic_test_file"; then
 	case $deplibs_check_method in
 	"file_magic "*)
-	  file_magic_regex="`expr \"$deplibs_check_method\" : \"file_magic \(.*\)\"`"
+	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
 	  MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
 	  if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
 	    $EGREP "$file_magic_regex" > /dev/null; then
@@ -5668,11 +7246,11 @@
 
 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
 if test -n "$MAGIC_CMD"; then
-  echo "$as_me:$LINENO: result: $MAGIC_CMD" >&5
-echo "${ECHO_T}$MAGIC_CMD" >&6
+  { echo "$as_me:$LINENO: result: $MAGIC_CMD" >&5
+echo "${ECHO_T}$MAGIC_CMD" >&6; }
 else
-  echo "$as_me:$LINENO: result: no" >&5
-echo "${ECHO_T}no" >&6
+  { echo "$as_me:$LINENO: result: no" >&5
+echo "${ECHO_T}no" >&6; }
 fi
 
   else
@@ -5687,21 +7265,21 @@
 enable_dlopen=no
 enable_win32_dll=no
 
-# Check whether --enable-libtool-lock or --disable-libtool-lock was given.
+# Check whether --enable-libtool-lock was given.
 if test "${enable_libtool_lock+set}" = set; then
-  enableval="$enable_libtool_lock"
+  enableval=$enable_libtool_lock;
+fi
 
-fi;
 test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
 
 
-# Check whether --with-pic or --without-pic was given.
+# Check whether --with-pic was given.
 if test "${with_pic+set}" = set; then
-  withval="$with_pic"
-  pic_mode="$withval"
+  withval=$with_pic; pic_mode="$withval"
 else
   pic_mode=default
-fi;
+fi
+
 test -z "$pic_mode" && pic_mode=default
 
 # Use C for the default configuration in the libtool script
@@ -5731,68 +7309,25 @@
 # If no C compiler was specified, use CC.
 LTCC=${LTCC-"$CC"}
 
+# If no C compiler flags were specified, use CFLAGS.
+LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
+
 # Allow CC to be a program name with arguments.
 compiler=$CC
 
 
-#
-# Check for any special shared library compilation flags.
-#
-lt_prog_cc_shlib=
-if test "$GCC" = no; then
-  case $host_os in
-  sco3.2v5*)
-    lt_prog_cc_shlib='-belf'
-    ;;
-  esac
-fi
-if test -n "$lt_prog_cc_shlib"; then
-  { echo "$as_me:$LINENO: WARNING: \`$CC' requires \`$lt_prog_cc_shlib' to build shared libraries" >&5
-echo "$as_me: WARNING: \`$CC' requires \`$lt_prog_cc_shlib' to build shared libraries" >&2;}
-  if echo "$old_CC $old_CFLAGS " | grep "[ 	]$lt_prog_cc_shlib[ 	]" >/dev/null; then :
-  else
-    { echo "$as_me:$LINENO: WARNING: add \`$lt_prog_cc_shlib' to the CC or CFLAGS env variable and reconfigure" >&5
-echo "$as_me: WARNING: add \`$lt_prog_cc_shlib' to the CC or CFLAGS env variable and reconfigure" >&2;}
-    lt_cv_prog_cc_can_build_shared=no
-  fi
-fi
-
-
-#
-# Check to make sure the static flag actually works.
-#
-echo "$as_me:$LINENO: checking if $compiler static flag $lt_prog_compiler_static works" >&5
-echo $ECHO_N "checking if $compiler static flag $lt_prog_compiler_static works... $ECHO_C" >&6
-if test "${lt_prog_compiler_static_works+set}" = set; then
-  echo $ECHO_N "(cached) $ECHO_C" >&6
-else
-  lt_prog_compiler_static_works=no
-   save_LDFLAGS="$LDFLAGS"
-   LDFLAGS="$LDFLAGS $lt_prog_compiler_static"
-   printf "$lt_simple_link_test_code" > conftest.$ac_ext
-   if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
-     # The compiler can only warn and ignore the option if not recognized
-     # So say no if there are warnings
-     if test -s conftest.err; then
-       # Append any errors to the config.log.
-       cat conftest.err 1>&5
-     else
-       lt_prog_compiler_static_works=yes
-     fi
-   fi
-   $rm conftest*
-   LDFLAGS="$save_LDFLAGS"
-
-fi
-echo "$as_me:$LINENO: result: $lt_prog_compiler_static_works" >&5
-echo "${ECHO_T}$lt_prog_compiler_static_works" >&6
-
-if test x"$lt_prog_compiler_static_works" = xyes; then
-    :
-else
-    lt_prog_compiler_static=
-fi
-
+# save warnings/boilerplate of simple test code
+ac_outfile=conftest.$ac_objext
+printf "$lt_simple_compile_test_code" >conftest.$ac_ext
+eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
+_lt_compiler_boilerplate=`cat conftest.err`
+$rm conftest*
+
+ac_outfile=conftest.$ac_objext
+printf "$lt_simple_link_test_code" >conftest.$ac_ext
+eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
+_lt_linker_boilerplate=`cat conftest.err`
+$rm conftest*
 
 
 
@@ -5802,8 +7337,8 @@
   lt_prog_compiler_no_builtin_flag=' -fno-builtin'
 
 
-echo "$as_me:$LINENO: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
-echo $ECHO_N "checking if $compiler supports -fno-rtti -fno-exceptions... $ECHO_C" >&6
+{ echo "$as_me:$LINENO: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
+echo $ECHO_N "checking if $compiler supports -fno-rtti -fno-exceptions... $ECHO_C" >&6; }
 if test "${lt_cv_prog_compiler_rtti_exceptions+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
@@ -5817,26 +7352,28 @@
    # with a dollar sign (not a hyphen), so the echo should work correctly.
    # The option is referenced via a variable to avoid confusing sed.
    lt_compile=`echo "$ac_compile" | $SED \
-   -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
+   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
    -e 's:$: $lt_compiler_flag:'`
-   (eval echo "\"\$as_me:5823: $lt_compile\"" >&5)
+   (eval echo "\"\$as_me:7358: $lt_compile\"" >&5)
    (eval "$lt_compile" 2>conftest.err)
    ac_status=$?
    cat conftest.err >&5
-   echo "$as_me:5827: \$? = $ac_status" >&5
+   echo "$as_me:7362: \$? = $ac_status" >&5
    if (exit $ac_status) && test -s "$ac_outfile"; then
      # The compiler can only warn and ignore the option if not recognized
-     # So say no if there are warnings
-     if test ! -s conftest.err; then
+     # So say no if there are warnings other than the usual output.
+     $echo "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' >conftest.exp
+     $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
+     if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
        lt_cv_prog_compiler_rtti_exceptions=yes
      fi
    fi
    $rm conftest*
 
 fi
-echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
-echo "${ECHO_T}$lt_cv_prog_compiler_rtti_exceptions" >&6
+{ echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
+echo "${ECHO_T}$lt_cv_prog_compiler_rtti_exceptions" >&6; }
 
 if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
     lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
@@ -5850,8 +7387,8 @@
 lt_prog_compiler_pic=
 lt_prog_compiler_static=
 
-echo "$as_me:$LINENO: checking for $compiler option to produce PIC" >&5
-echo $ECHO_N "checking for $compiler option to produce PIC... $ECHO_C" >&6
+{ echo "$as_me:$LINENO: checking for $compiler option to produce PIC" >&5
+echo $ECHO_N "checking for $compiler option to produce PIC... $ECHO_C" >&6; }
 
   if test "$GCC" = yes; then
     lt_prog_compiler_wl='-Wl,'
@@ -5889,6 +7426,11 @@
       lt_prog_compiler_pic='-fno-common'
       ;;
 
+    interix3*)
+      # Interix 3.x gcc -fpic/-fPIC options generate broken code.
+      # Instead, we relocate shared libraries at runtime.
+      ;;
+
     msdosdjgpp*)
       # Just because we use GCC doesn't mean we suddenly get shared libraries
       # on systems that don't support them.
@@ -5905,7 +7447,7 @@
     hpux*)
       # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
       # not for PA HP-UX.
-      case "$host_cpu" in
+      case $host_cpu in
       hppa*64*|ia64*)
 	# +Z the default
 	;;
@@ -5931,6 +7473,16 @@
 	lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp'
       fi
       ;;
+      darwin*)
+        # PIC is the default on this platform
+        # Common symbols not allowed in MH_DYLIB files
+       case $cc_basename in
+         xlc*)
+         lt_prog_compiler_pic='-qnocommon'
+         lt_prog_compiler_wl='-Wl,'
+         ;;
+       esac
+       ;;
 
     mingw* | pw32* | os2*)
       # This hack is so that the source file can tell whether it is being
@@ -5942,7 +7494,7 @@
       lt_prog_compiler_wl='-Wl,'
       # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
       # not for PA HP-UX.
-      case "$host_cpu" in
+      case $host_cpu in
       hppa*64*|ia64*)
 	# +Z the default
 	;;
@@ -5965,13 +7517,20 @@
       lt_prog_compiler_static='-Bstatic'
       ;;
 
-    linux*)
-      case $CC in
+    linux* | k*bsd*-gnu)
+      case $cc_basename in
       icc* | ecc*)
 	lt_prog_compiler_wl='-Wl,'
 	lt_prog_compiler_pic='-KPIC'
 	lt_prog_compiler_static='-static'
         ;;
+      pgcc* | pgf77* | pgf90* | pgf95*)
+        # Portland Group compilers (*not* the Pentium gcc compiler,
+	# which looks to be a dead project)
+	lt_prog_compiler_wl='-Wl,'
+	lt_prog_compiler_pic='-fpic'
+	lt_prog_compiler_static='-Bstatic'
+        ;;
       ccc*)
         lt_prog_compiler_wl='-Wl,'
         # All Alpha code is PIC.
@@ -5986,15 +7545,15 @@
       lt_prog_compiler_static='-non_shared'
       ;;
 
-    sco3.2v5*)
-      lt_prog_compiler_pic='-Kpic'
-      lt_prog_compiler_static='-dn'
-      ;;
-
     solaris*)
-      lt_prog_compiler_wl='-Wl,'
       lt_prog_compiler_pic='-KPIC'
       lt_prog_compiler_static='-Bstatic'
+      case $cc_basename in
+      f77* | f90* | f95*)
+	lt_prog_compiler_wl='-Qoption ld ';;
+      *)
+	lt_prog_compiler_wl='-Wl,';;
+      esac
       ;;
 
     sunos4*)
@@ -6003,7 +7562,7 @@
       lt_prog_compiler_static='-Bstatic'
       ;;
 
-    sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
+    sysv4 | sysv4.2uw2* | sysv4.3*)
       lt_prog_compiler_wl='-Wl,'
       lt_prog_compiler_pic='-KPIC'
       lt_prog_compiler_static='-Bstatic'
@@ -6016,6 +7575,17 @@
       fi
       ;;
 
+    sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
+      lt_prog_compiler_wl='-Wl,'
+      lt_prog_compiler_pic='-KPIC'
+      lt_prog_compiler_static='-Bstatic'
+      ;;
+
+    unicos*)
+      lt_prog_compiler_wl='-Wl,'
+      lt_prog_compiler_can_build_shared=no
+      ;;
+
     uts4*)
       lt_prog_compiler_pic='-pic'
       lt_prog_compiler_static='-Bstatic'
@@ -6027,16 +7597,16 @@
     esac
   fi
 
-echo "$as_me:$LINENO: result: $lt_prog_compiler_pic" >&5
-echo "${ECHO_T}$lt_prog_compiler_pic" >&6
+{ echo "$as_me:$LINENO: result: $lt_prog_compiler_pic" >&5
+echo "${ECHO_T}$lt_prog_compiler_pic" >&6; }
 
 #
 # Check to make sure the PIC flag actually works.
 #
 if test -n "$lt_prog_compiler_pic"; then
 
-echo "$as_me:$LINENO: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
-echo $ECHO_N "checking if $compiler PIC flag $lt_prog_compiler_pic works... $ECHO_C" >&6
+{ echo "$as_me:$LINENO: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
+echo $ECHO_N "checking if $compiler PIC flag $lt_prog_compiler_pic works... $ECHO_C" >&6; }
 if test "${lt_prog_compiler_pic_works+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
@@ -6050,26 +7620,28 @@
    # with a dollar sign (not a hyphen), so the echo should work correctly.
    # The option is referenced via a variable to avoid confusing sed.
    lt_compile=`echo "$ac_compile" | $SED \
-   -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
+   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
    -e 's:$: $lt_compiler_flag:'`
-   (eval echo "\"\$as_me:6056: $lt_compile\"" >&5)
+   (eval echo "\"\$as_me:7626: $lt_compile\"" >&5)
    (eval "$lt_compile" 2>conftest.err)
    ac_status=$?
    cat conftest.err >&5
-   echo "$as_me:6060: \$? = $ac_status" >&5
+   echo "$as_me:7630: \$? = $ac_status" >&5
    if (exit $ac_status) && test -s "$ac_outfile"; then
      # The compiler can only warn and ignore the option if not recognized
-     # So say no if there are warnings
-     if test ! -s conftest.err; then
+     # So say no if there are warnings other than the usual output.
+     $echo "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' >conftest.exp
+     $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
+     if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
        lt_prog_compiler_pic_works=yes
      fi
    fi
    $rm conftest*
 
 fi
-echo "$as_me:$LINENO: result: $lt_prog_compiler_pic_works" >&5
-echo "${ECHO_T}$lt_prog_compiler_pic_works" >&6
+{ echo "$as_me:$LINENO: result: $lt_prog_compiler_pic_works" >&5
+echo "${ECHO_T}$lt_prog_compiler_pic_works" >&6; }
 
 if test x"$lt_prog_compiler_pic_works" = xyes; then
     case $lt_prog_compiler_pic in
@@ -6082,7 +7654,7 @@
 fi
 
 fi
-case "$host_os" in
+case $host_os in
   # For platforms which do not support PIC, -DPIC is meaningless:
   *djgpp*)
     lt_prog_compiler_pic=
@@ -6092,8 +7664,50 @@
     ;;
 esac
 
-echo "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_objext" >&5
-echo $ECHO_N "checking if $compiler supports -c -o file.$ac_objext... $ECHO_C" >&6
+#
+# Check to make sure the static flag actually works.
+#
+wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
+{ echo "$as_me:$LINENO: checking if $compiler static flag $lt_tmp_static_flag works" >&5
+echo $ECHO_N "checking if $compiler static flag $lt_tmp_static_flag works... $ECHO_C" >&6; }
+if test "${lt_prog_compiler_static_works+set}" = set; then
+  echo $ECHO_N "(cached) $ECHO_C" >&6
+else
+  lt_prog_compiler_static_works=no
+   save_LDFLAGS="$LDFLAGS"
+   LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
+   printf "$lt_simple_link_test_code" > conftest.$ac_ext
+   if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
+     # The linker can only warn and ignore the option if not recognized
+     # So say no if there are warnings
+     if test -s conftest.err; then
+       # Append any errors to the config.log.
+       cat conftest.err 1>&5
+       $echo "X$_lt_linker_boilerplate" | $Xsed -e '/^$/d' > conftest.exp
+       $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
+       if diff conftest.exp conftest.er2 >/dev/null; then
+         lt_prog_compiler_static_works=yes
+       fi
+     else
+       lt_prog_compiler_static_works=yes
+     fi
+   fi
+   $rm conftest*
+   LDFLAGS="$save_LDFLAGS"
+
+fi
+{ echo "$as_me:$LINENO: result: $lt_prog_compiler_static_works" >&5
+echo "${ECHO_T}$lt_prog_compiler_static_works" >&6; }
+
+if test x"$lt_prog_compiler_static_works" = xyes; then
+    :
+else
+    lt_prog_compiler_static=
+fi
+
+
+{ echo "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_objext" >&5
+echo $ECHO_N "checking if $compiler supports -c -o file.$ac_objext... $ECHO_C" >&6; }
 if test "${lt_cv_prog_compiler_c_o+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
@@ -6110,23 +7724,25 @@
    # Note that $ac_compile itself does not contain backslashes and begins
    # with a dollar sign (not a hyphen), so the echo should work correctly.
    lt_compile=`echo "$ac_compile" | $SED \
-   -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
+   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
    -e 's:$: $lt_compiler_flag:'`
-   (eval echo "\"\$as_me:6116: $lt_compile\"" >&5)
+   (eval echo "\"\$as_me:7730: $lt_compile\"" >&5)
    (eval "$lt_compile" 2>out/conftest.err)
    ac_status=$?
    cat out/conftest.err >&5
-   echo "$as_me:6120: \$? = $ac_status" >&5
+   echo "$as_me:7734: \$? = $ac_status" >&5
    if (exit $ac_status) && test -s out/conftest2.$ac_objext
    then
      # The compiler can only warn and ignore the option if not recognized
      # So say no if there are warnings
-     if test ! -s out/conftest.err; then
+     $echo "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' > out/conftest.exp
+     $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
+     if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
        lt_cv_prog_compiler_c_o=yes
      fi
    fi
-   chmod u+w .
+   chmod u+w . 2>&5
    $rm conftest*
    # SGI C++ compiler will create directory out/ii_files/ for
    # template instantiation
@@ -6137,23 +7753,23 @@
    $rm conftest*
 
 fi
-echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_c_o" >&5
-echo "${ECHO_T}$lt_cv_prog_compiler_c_o" >&6
+{ echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_c_o" >&5
+echo "${ECHO_T}$lt_cv_prog_compiler_c_o" >&6; }
 
 
 hard_links="nottested"
 if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then
   # do not overwrite the value of need_locks provided by the user
-  echo "$as_me:$LINENO: checking if we can lock with hard links" >&5
-echo $ECHO_N "checking if we can lock with hard links... $ECHO_C" >&6
+  { echo "$as_me:$LINENO: checking if we can lock with hard links" >&5
+echo $ECHO_N "checking if we can lock with hard links... $ECHO_C" >&6; }
   hard_links=yes
   $rm conftest*
   ln conftest.a conftest.b 2>/dev/null && hard_links=no
   touch conftest.a
   ln conftest.a conftest.b 2>&5 || hard_links=no
   ln conftest.a conftest.b 2>/dev/null && hard_links=no
-  echo "$as_me:$LINENO: result: $hard_links" >&5
-echo "${ECHO_T}$hard_links" >&6
+  { echo "$as_me:$LINENO: result: $hard_links" >&5
+echo "${ECHO_T}$hard_links" >&6; }
   if test "$hard_links" = no; then
     { echo "$as_me:$LINENO: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
 echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
@@ -6163,8 +7779,8 @@
   need_locks=no
 fi
 
-echo "$as_me:$LINENO: checking whether the $compiler linker ($LD) supports shared libraries" >&5
-echo $ECHO_N "checking whether the $compiler linker ($LD) supports shared libraries... $ECHO_C" >&6
+{ echo "$as_me:$LINENO: checking whether the $compiler linker ($LD) supports shared libraries" >&5
+echo $ECHO_N "checking whether the $compiler linker ($LD) supports shared libraries... $ECHO_C" >&6; }
 
   runpath_var=
   allow_undefined_flag=
@@ -6202,6 +7818,16 @@
   # rely on this symbol name, it's probably fine to never include it in
   # preloaded symbol tables.
   extract_expsyms_cmds=
+  # Just being paranoid about ensuring that cc_basename is set.
+  for cc_temp in $compiler""; do
+  case $cc_temp in
+    compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
+    distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
+    \-*) ;;
+    *) break;;
+  esac
+done
+cc_basename=`$echo "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"`
 
   case $host_os in
   cygwin* | mingw* | pw32*)
@@ -6212,6 +7838,10 @@
       with_gnu_ld=no
     fi
     ;;
+  interix*)
+    # we just hope/assume this is gcc and not c89 (= MSVC++)
+    with_gnu_ld=yes
+    ;;
   openbsd*)
     with_gnu_ld=no
     ;;
@@ -6222,6 +7852,27 @@
     # If archive_cmds runs LD, not CC, wlarc should be empty
     wlarc='${wl}'
 
+    # Set some defaults for GNU ld with shared library support. These
+    # are reset later if shared libraries are not supported. Putting them
+    # here allows them to be overridden if necessary.
+    runpath_var=LD_RUN_PATH
+    hardcode_libdir_flag_spec='${wl}--rpath ${wl}$libdir'
+    export_dynamic_flag_spec='${wl}--export-dynamic'
+    # ancient GNU ld didn't support --whole-archive et. al.
+    if $LD --help 2>&1 | grep 'no-whole-archive' > /dev/null; then
+	whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
+      else
+  	whole_archive_flag_spec=
+    fi
+    supports_anon_versioning=no
+    case `$LD -v 2>/dev/null` in
+      *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
+      *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
+      *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
+      *\ 2.11.*) ;; # other 2.11 versions
+      *) supports_anon_versioning=yes ;;
+    esac
+
     # See if GNU ld supports shared libraries.
     case $host_os in
     aix3* | aix4* | aix5*)
@@ -6272,10 +7923,10 @@
       allow_undefined_flag=unsupported
       always_export_symbols=no
       enable_shared_with_static_runtimes=yes
-      export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGS] /s/.* \([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW] /s/.* //'\'' | sort | uniq > $export_symbols'
+      export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS] /s/.* \([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW] /s/.* //'\'' | sort | uniq > $export_symbols'
 
       if $LD --help 2>&1 | grep 'auto-import' > /dev/null; then
-        archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--image-base=0x10000000 ${wl}--out-implib,$lib'
+        archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
 	# If the export-symbols file already is a .def file (1st line
 	# is EXPORTS), use it as is; otherwise, prepend...
 	archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
@@ -6284,13 +7935,60 @@
 	  echo EXPORTS > $output_objdir/$soname.def;
 	  cat $export_symbols >> $output_objdir/$soname.def;
 	fi~
-	$CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--image-base=0x10000000  ${wl}--out-implib,$lib'
+	$CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
+      else
+	ld_shlibs=no
+      fi
+      ;;
+
+    interix3*)
+      hardcode_direct=no
+      hardcode_shlibpath_var=no
+      hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
+      export_dynamic_flag_spec='${wl}-E'
+      # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
+      # Instead, shared libraries are loaded at an image base (0x10000000 by
+      # default) and relocated if they conflict, which is a slow very memory
+      # consuming and fragmenting process.  To avoid this, we pick a random,
+      # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
+      # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
+      archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
+      archive_expsym_cmds='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
+      ;;
+
+    linux* | k*bsd*-gnu)
+      if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
+	tmp_addflag=
+	case $cc_basename,$host_cpu in
+	pgcc*)				# Portland Group C compiler
+	  whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}--no-whole-archive'
+	  tmp_addflag=' $pic_flag'
+	  ;;
+	pgf77* | pgf90* | pgf95*)	# Portland Group f77 and f90 compilers
+	  whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}--no-whole-archive'
+	  tmp_addflag=' $pic_flag -Mnomain' ;;
+	ecc*,ia64* | icc*,ia64*)		# Intel C compiler on ia64
+	  tmp_addflag=' -i_dynamic' ;;
+	efc*,ia64* | ifort*,ia64*)	# Intel Fortran compiler on ia64
+	  tmp_addflag=' -i_dynamic -nofor_main' ;;
+	ifc* | ifort*)			# Intel Fortran compiler
+	  tmp_addflag=' -nofor_main' ;;
+	esac
+	archive_cmds='$CC -shared'"$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
+
+	if test $supports_anon_versioning = yes; then
+	  archive_expsym_cmds='$echo "{ global:" > $output_objdir/$libname.ver~
+  cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
+  $echo "local: *; };" >> $output_objdir/$libname.ver~
+	  $CC -shared'"$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
+	fi
+	link_all_deplibs=no
       else
 	ld_shlibs=no
       fi
       ;;
 
-    netbsd* | netbsdelf*-gnu | knetbsd*-gnu)
+    netbsd* | netbsdelf*-gnu)
       if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
 	archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
 	wlarc=
@@ -6300,7 +7998,7 @@
       fi
       ;;
 
-    solaris* | sysv5*)
+    solaris*)
       if $LD -v 2>&1 | grep 'BFD 2\.8' > /dev/null; then
 	ld_shlibs=no
 	cat <<EOF 1>&2
@@ -6321,6 +8019,33 @@
       fi
       ;;
 
+    sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
+      case `$LD -v 2>&1` in
+        *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
+	ld_shlibs=no
+	cat <<_LT_EOF 1>&2
+
+*** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
+*** reliably create shared libraries on SCO systems.  Therefore, libtool
+*** is disabling shared libraries support.  We urge you to upgrade GNU
+*** binutils to release 2.16.91.0.3 or newer.  Another option is to modify
+*** your PATH or compiler configuration so that the native linker is
+*** used, and then restart.
+
+_LT_EOF
+	;;
+	*)
+	  if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
+	    hardcode_libdir_flag_spec='`test -z "$SCOABSPATH" && echo ${wl}-rpath,$libdir`'
+	    archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib'
+	    archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname,\${SCOABSPATH:+${install_libdir}/}$soname,-retain-symbols-file,$export_symbols -o $lib'
+	  else
+	    ld_shlibs=no
+	  fi
+	;;
+      esac
+      ;;
+
     sunos4*)
       archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
       wlarc=
@@ -6328,32 +8053,6 @@
       hardcode_shlibpath_var=no
       ;;
 
-  linux*)
-    if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
-        tmp_archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
-	archive_cmds="$tmp_archive_cmds"
-      supports_anon_versioning=no
-      case `$LD -v 2>/dev/null` in
-        *\ 01.* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
-        *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
-        *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
-        *\ 2.11.*) ;; # other 2.11 versions
-        *) supports_anon_versioning=yes ;;
-      esac
-      if test $supports_anon_versioning = yes; then
-        archive_expsym_cmds='$echo "{ global:" > $output_objdir/$libname.ver~
-cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
-$echo "local: *; };" >> $output_objdir/$libname.ver~
-        $CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
-      else
-        archive_expsym_cmds="$tmp_archive_cmds"
-      fi
-      link_all_deplibs=no
-    else
-      ld_shlibs=no
-    fi
-    ;;
-
     *)
       if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
 	archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
@@ -6364,16 +8063,11 @@
       ;;
     esac
 
-    if test "$ld_shlibs" = yes; then
-      runpath_var=LD_RUN_PATH
-      hardcode_libdir_flag_spec='${wl}--rpath ${wl}$libdir'
-      export_dynamic_flag_spec='${wl}--export-dynamic'
-      # ancient GNU ld didn't support --whole-archive et. al.
-      if $LD --help 2>&1 | grep 'no-whole-archive' > /dev/null; then
- 	whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
-      else
-  	whole_archive_flag_spec=
-      fi
+    if test "$ld_shlibs" = no; then
+      runpath_var=
+      hardcode_libdir_flag_spec=
+      export_dynamic_flag_spec=
+      whole_archive_flag_spec=
     fi
   else
     # PORTME fill in a description of your system's linker (not GNU ld)
@@ -6385,7 +8079,7 @@
       # Note: this linker hardcodes the directories in LIBPATH if there
       # are no directories specified by -L.
       hardcode_minus_L=yes
-      if test "$GCC" = yes && test -z "$link_static_flag"; then
+      if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
 	# Neither direct hardcoding nor static linking is supported with a
 	# broken collect2.
 	hardcode_direct=unsupported
@@ -6419,6 +8113,7 @@
   	    break
   	  fi
 	  done
+	  ;;
 	esac
 
 	exp_sym_flag='-bexport'
@@ -6437,7 +8132,7 @@
       link_all_deplibs=yes
 
       if test "$GCC" = yes; then
-	case $host_os in aix4.012|aix4.012.*)
+	case $host_os in aix4.[012]|aix4.[012].*)
 	# We only want to do this on AIX 4.2 and lower, the check
 	# below for broken collect2 doesn't work under 4.3+
 	  collect2name=`${CC} -print-prog-name=collect2`
@@ -6456,8 +8151,12 @@
   	  hardcode_libdir_flag_spec='-L$libdir'
   	  hardcode_libdir_separator=
 	  fi
+	  ;;
 	esac
 	shared_flag='-shared'
+	if test "$aix_use_runtimelinking" = yes; then
+	  shared_flag="$shared_flag "'${wl}-G'
+	fi
       else
 	# not using gcc
 	if test "$host_cpu" = ia64; then
@@ -6465,11 +8164,11 @@
   	# chokes on -Wl,-G. The following line is correct:
 	  shared_flag='-G'
 	else
-  	if test "$aix_use_runtimelinking" = yes; then
+	  if test "$aix_use_runtimelinking" = yes; then
 	    shared_flag='${wl}-G'
 	  else
 	    shared_flag='${wl}-bM:SRE'
-  	fi
+	  fi
 	fi
       fi
 
@@ -6497,23 +8196,36 @@
 }
 _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
-  (eval $ac_link) 2>conftest.er1
+if { (ac_try="$ac_link"
+case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_link") 2>conftest.er1
   ac_status=$?
   grep -v '^ *+' conftest.er1 >conftest.err
   rm -f conftest.er1
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-  (eval $ac_try) 2>&5
+	 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
+  { (case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_try") 2>&5
   ac_status=$?
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); }; } &&
 	 { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-  (eval $ac_try) 2>&5
+  { (case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_try") 2>&5
   ac_status=$?
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
@@ -6527,18 +8239,20 @@
   echo "$as_me: failed program was:" >&5
 sed 's/^/| /' conftest.$ac_ext >&5
 
+
 fi
-rm -f conftest.err conftest.$ac_objext \
+
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
       conftest$ac_exeext conftest.$ac_ext
 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
 
        hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
-	archive_expsym_cmds="\$CC"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$no_entry_flag \${wl}$exp_sym_flag:\$export_symbols $shared_flag"
+	archive_expsym_cmds="\$CC"' -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
        else
 	if test "$host_cpu" = ia64; then
 	  hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib'
 	  allow_undefined_flag="-z nodefs"
-	  archive_expsym_cmds="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags ${wl}${allow_undefined_flag} '"\${wl}$no_entry_flag \${wl}$exp_sym_flag:\$export_symbols"
+	  archive_expsym_cmds="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags ${wl}${allow_undefined_flag} '"\${wl}$exp_sym_flag:\$export_symbols"
 	else
 	 # Determine the default libpath from the value encoded in an empty executable.
 	 cat >conftest.$ac_ext <<_ACEOF
@@ -6557,23 +8271,36 @@
 }
 _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
-  (eval $ac_link) 2>conftest.er1
+if { (ac_try="$ac_link"
+case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_link") 2>conftest.er1
   ac_status=$?
   grep -v '^ *+' conftest.er1 >conftest.err
   rm -f conftest.er1
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-  (eval $ac_try) 2>&5
+	 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
+  { (case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_try") 2>&5
   ac_status=$?
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); }; } &&
 	 { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-  (eval $ac_try) 2>&5
+  { (case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_try") 2>&5
   ac_status=$?
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
@@ -6587,8 +8314,10 @@
   echo "$as_me: failed program was:" >&5
 sed 's/^/| /' conftest.$ac_ext >&5
 
+
 fi
-rm -f conftest.err conftest.$ac_objext \
+
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
       conftest$ac_exeext conftest.$ac_ext
 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
 
@@ -6597,13 +8326,11 @@
 	  # -berok will link without error, but may produce a broken library.
 	  no_undefined_flag=' ${wl}-bernotok'
 	  allow_undefined_flag=' ${wl}-berok'
-	  # -bexpall does not export symbols beginning with underscore (_)
-	  always_export_symbols=yes
 	  # Exported symbols can be pulled into shared objects from archives
-	  whole_archive_flag_spec=' '
+	  whole_archive_flag_spec='$convenience'
 	  archive_cmds_need_lc=yes
-	  # This is similar to how AIX traditionally builds it's shared libraries.
-	  archive_expsym_cmds="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags ${wl}-bE:$export_symbols ${wl}-bnoentry${allow_undefined_flag}~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$soname'
+	  # This is similar to how AIX traditionally builds its shared libraries.
+	  archive_expsym_cmds="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs ${wl}-bnoentry $compiler_flags ${wl}-bE:$export_symbols${allow_undefined_flag}~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$soname'
 	fi
       fi
       ;;
@@ -6616,7 +8343,7 @@
       ld_shlibs=no
       ;;
 
-    bsdi4*)
+    bsdi[45]*)
       export_dynamic_flag_spec=-rdynamic
       ;;
 
@@ -6642,52 +8369,52 @@
       ;;
 
     darwin* | rhapsody*)
-    if test "$GXX" = yes ; then
-      archive_cmds_need_lc=no
-      case "$host_os" in
-      rhapsody* | darwin1.[012])
-	allow_undefined_flag='-undefined suppress'
-	;;
-      *) # Darwin 1.3 on
-      if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then
-      	allow_undefined_flag='-flat_namespace -undefined suppress'
-      else
-        case ${MACOSX_DEPLOYMENT_TARGET} in
-          10.[012])
-            allow_undefined_flag='-flat_namespace -undefined suppress'
-            ;;
-          10.*)
-            allow_undefined_flag='-undefined dynamic_lookup'
-            ;;
-        esac
-      fi
-	;;
+      case $host_os in
+        rhapsody* | darwin1.[012])
+         allow_undefined_flag='${wl}-undefined ${wl}suppress'
+         ;;
+       *) # Darwin 1.3 on
+         if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then
+           allow_undefined_flag='${wl}-flat_namespace ${wl}-undefined ${wl}suppress'
+         else
+           case ${MACOSX_DEPLOYMENT_TARGET} in
+             10.[012])
+               allow_undefined_flag='${wl}-flat_namespace ${wl}-undefined ${wl}suppress'
+               ;;
+             10.*)
+               allow_undefined_flag='${wl}-undefined ${wl}dynamic_lookup'
+               ;;
+           esac
+         fi
+         ;;
       esac
-    	lt_int_apple_cc_single_mod=no
-    	output_verbose_link_cmd='echo'
-    	if $CC -dumpspecs 2>&1 | grep 'single_module' >/dev/null ; then
-    	  lt_int_apple_cc_single_mod=yes
-    	fi
-    	if test "X$lt_int_apple_cc_single_mod" = Xyes ; then
-    	  archive_cmds='$CC -dynamiclib -single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring'
-    	else
-        archive_cmds='$CC -r ${wl}-bind_at_load -keep_private_externs -nostdlib -o ${lib}-master.o $libobjs~$CC -dynamiclib $allow_undefined_flag -o $lib ${lib}-master.o $deplibs $compiler_flags -install_name $rpath/$soname $verstring'
-      fi
-      module_cmds='$CC ${wl}-bind_at_load $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
-      # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin ld's
-        if test "X$lt_int_apple_cc_single_mod" = Xyes ; then
-          archive_expsym_cmds='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -dynamiclib -single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
-        else
-          archive_expsym_cmds='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -r ${wl}-bind_at_load -keep_private_externs -nostdlib -o ${lib}-master.o $libobjs~$CC -dynamiclib $allow_undefined_flag -o $lib ${lib}-master.o $deplibs $compiler_flags -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
-        fi
-          module_expsym_cmds='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag  -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
+      archive_cmds_need_lc=no
       hardcode_direct=no
       hardcode_automatic=yes
       hardcode_shlibpath_var=unsupported
-      whole_archive_flag_spec='-all_load $convenience'
+      whole_archive_flag_spec=''
       link_all_deplibs=yes
+    if test "$GCC" = yes ; then
+    	output_verbose_link_cmd='echo'
+        archive_cmds='$CC -dynamiclib $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring'
+      module_cmds='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
+      # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin lds
+      archive_expsym_cmds='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -dynamiclib $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
+      module_expsym_cmds='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag  -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
     else
-      ld_shlibs=no
+      case $cc_basename in
+        xlc*)
+         output_verbose_link_cmd='echo'
+         archive_cmds='$CC -qmkshrobj $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}`echo $rpath/$soname` $verstring'
+         module_cmds='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
+          # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin lds
+         archive_expsym_cmds='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -qmkshrobj $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}$rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
+          module_expsym_cmds='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag  -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
+          ;;
+       *)
+         ld_shlibs=no
+          ;;
+      esac
     fi
       ;;
 
@@ -6721,7 +8448,7 @@
       ;;
 
     # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
-    freebsd* | kfreebsd*-gnu)
+    freebsd* | dragonfly*)
       archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
       hardcode_libdir_flag_spec='-R$libdir'
       hardcode_direct=yes
@@ -6744,47 +8471,62 @@
       export_dynamic_flag_spec='${wl}-E'
       ;;
 
-    hpux10* | hpux11*)
+    hpux10*)
       if test "$GCC" = yes -a "$with_gnu_ld" = no; then
-	case "$host_cpu" in
-	hppa*64*|ia64*)
+	archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
+      else
+	archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
+      fi
+      if test "$with_gnu_ld" = no; then
+	hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
+	hardcode_libdir_separator=:
+
+	hardcode_direct=yes
+	export_dynamic_flag_spec='${wl}-E'
+
+	# hardcode_minus_L: Not really in the search PATH,
+	# but as the default location of the library.
+	hardcode_minus_L=yes
+      fi
+      ;;
+
+    hpux11*)
+      if test "$GCC" = yes -a "$with_gnu_ld" = no; then
+	case $host_cpu in
+	hppa*64*)
 	  archive_cmds='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
 	  ;;
+	ia64*)
+	  archive_cmds='$CC -shared ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
+	  ;;
 	*)
 	  archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
 	  ;;
 	esac
       else
-	case "$host_cpu" in
-	hppa*64*|ia64*)
-	  archive_cmds='$LD -b +h $soname -o $lib $libobjs $deplibs $linker_flags'
+	case $host_cpu in
+	hppa*64*)
+	  archive_cmds='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
+	  ;;
+	ia64*)
+	  archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
 	  ;;
 	*)
-	  archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
+	  archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
 	  ;;
 	esac
       fi
       if test "$with_gnu_ld" = no; then
-	case "$host_cpu" in
-	hppa*64*)
-	  hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
+	hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
+	hardcode_libdir_separator=:
+
+	case $host_cpu in
+	hppa*64*|ia64*)
 	  hardcode_libdir_flag_spec_ld='+b $libdir'
-	  hardcode_libdir_separator=:
-	  hardcode_direct=no
-	  hardcode_shlibpath_var=no
-	  ;;
-	ia64*)
-	  hardcode_libdir_flag_spec='-L$libdir'
 	  hardcode_direct=no
 	  hardcode_shlibpath_var=no
-
-	  # hardcode_minus_L: Not really in the search PATH,
-	  # but as the default location of the library.
-	  hardcode_minus_L=yes
 	  ;;
 	*)
-	  hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
-	  hardcode_libdir_separator=:
 	  hardcode_direct=yes
 	  export_dynamic_flag_spec='${wl}-E'
 
@@ -6808,7 +8550,7 @@
       link_all_deplibs=yes
       ;;
 
-    netbsd* | netbsdelf*-gnu | knetbsd*-gnu)
+    netbsd* | netbsdelf*-gnu)
       if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
 	archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'  # a.out
       else
@@ -6832,6 +8574,7 @@
       hardcode_shlibpath_var=no
       if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
 	archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
+	archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
 	hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
 	export_dynamic_flag_spec='${wl}-E'
       else
@@ -6877,7 +8620,7 @@
 	allow_undefined_flag=' -expect_unresolved \*'
 	archive_cmds='$LD -shared${allow_undefined_flag} $libobjs $deplibs $linker_flags -msym -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
 	archive_expsym_cmds='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; echo "-hidden">> $lib.exp~
-	$LD -shared${allow_undefined_flag} -input $lib.exp $linker_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${objdir}/so_locations -o $lib~$rm $lib.exp'
+	$LD -shared${allow_undefined_flag} -input $lib.exp $linker_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib~$rm $lib.exp'
 
 	# Both c and cxx compiler support -rpath directly
 	hardcode_libdir_flag_spec='-rpath $libdir'
@@ -6885,21 +8628,15 @@
       hardcode_libdir_separator=:
       ;;
 
-    sco3.2v5*)
-      archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
-      hardcode_shlibpath_var=no
-      export_dynamic_flag_spec='${wl}-Bexport'
-      runpath_var=LD_RUN_PATH
-      hardcode_runpath_var=yes
-      ;;
-
     solaris*)
       no_undefined_flag=' -z text'
       if test "$GCC" = yes; then
+	wlarc='${wl}'
 	archive_cmds='$CC -shared ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
 	archive_expsym_cmds='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
 	  $CC -shared ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$rm $lib.exp'
       else
+	wlarc=''
 	archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
 	archive_expsym_cmds='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
   	$LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$rm $lib.exp'
@@ -6908,8 +8645,18 @@
       hardcode_shlibpath_var=no
       case $host_os in
       solaris2.[0-5] | solaris2.[0-5].*) ;;
-      *) # Supported since Solaris 2.6 (maybe 2.5.1?)
-	whole_archive_flag_spec='-z allextract$convenience -z defaultextract' ;;
+      *)
+ 	# The compiler driver will combine linker options so we
+ 	# cannot just pass the convience library names through
+ 	# without $wl, iff we do not link with $LD.
+ 	# Luckily, gcc supports the same syntax we need for Sun Studio.
+ 	# Supported since Solaris 2.6 (maybe 2.5.1?)
+ 	case $wlarc in
+ 	'')
+ 	  whole_archive_flag_spec='-z allextract$convenience -z defaultextract' ;;
+ 	*)
+ 	  whole_archive_flag_spec='${wl}-z ${wl}allextract`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}-z ${wl}defaultextract' ;;
+ 	esac ;;
       esac
       link_all_deplibs=yes
       ;;
@@ -6966,36 +8713,45 @@
       fi
       ;;
 
-    sysv4.2uw2*)
-      archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags'
-      hardcode_direct=yes
-      hardcode_minus_L=no
+    sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7*)
+      no_undefined_flag='${wl}-z,text'
+      archive_cmds_need_lc=no
       hardcode_shlibpath_var=no
-      hardcode_runpath_var=yes
-      runpath_var=LD_RUN_PATH
-      ;;
+      runpath_var='LD_RUN_PATH'
 
-   sysv5OpenUNIX8* | sysv5UnixWare7* |  sysv5uw[78]* | unixware7*)
-      no_undefined_flag='${wl}-z ${wl}text'
       if test "$GCC" = yes; then
-	archive_cmds='$CC -shared ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
+	archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
+	archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
       else
-	archive_cmds='$CC -G ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
+	archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
+	archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
       fi
-      runpath_var='LD_RUN_PATH'
-      hardcode_shlibpath_var=no
       ;;
 
-    sysv5*)
-      no_undefined_flag=' -z text'
-      # $CC -shared without GNU ld will not create a library from C++
-      # object files and a static libstdc++, better avoid it by now
-      archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
-      archive_expsym_cmds='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
-  		$LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$rm $lib.exp'
-      hardcode_libdir_flag_spec=
+    sysv5* | sco3.2v5* | sco5v6*)
+      # Note: We can NOT use -z defs as we might desire, because we do not
+      # link with -lc, and that would cause any symbols used from libc to
+      # always be unresolved, which means just about no library would
+      # ever link correctly.  If we're not using GNU ld we use -z text
+      # though, which does catch some bad symbols but isn't as heavy-handed
+      # as -z defs.
+      no_undefined_flag='${wl}-z,text'
+      allow_undefined_flag='${wl}-z,nodefs'
+      archive_cmds_need_lc=no
       hardcode_shlibpath_var=no
+      hardcode_libdir_flag_spec='`test -z "$SCOABSPATH" && echo ${wl}-R,$libdir`'
+      hardcode_libdir_separator=':'
+      link_all_deplibs=yes
+      export_dynamic_flag_spec='${wl}-Bexport'
       runpath_var='LD_RUN_PATH'
+
+      if test "$GCC" = yes; then
+	archive_cmds='$CC -shared ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags'
+	archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags'
+      else
+	archive_cmds='$CC -G ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags'
+	archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags'
+      fi
       ;;
 
     uts4*)
@@ -7010,15 +8766,10 @@
     esac
   fi
 
-echo "$as_me:$LINENO: result: $ld_shlibs" >&5
-echo "${ECHO_T}$ld_shlibs" >&6
+{ echo "$as_me:$LINENO: result: $ld_shlibs" >&5
+echo "${ECHO_T}$ld_shlibs" >&6; }
 test "$ld_shlibs" = no && can_build_shared=no
 
-variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
-if test "$GCC" = yes; then
-  variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
-fi
-
 #
 # Do we need to explicitly link libc?
 #
@@ -7036,8 +8787,8 @@
       # Test whether the compiler implicitly links with -lc since on some
       # systems, -lgcc has to come before -lc. If gcc already passes -lc
       # to ld, don't add -lc before -lgcc.
-      echo "$as_me:$LINENO: checking whether -lc should be explicitly linked in" >&5
-echo $ECHO_N "checking whether -lc should be explicitly linked in... $ECHO_C" >&6
+      { echo "$as_me:$LINENO: checking whether -lc should be explicitly linked in" >&5
+echo $ECHO_N "checking whether -lc should be explicitly linked in... $ECHO_C" >&6; }
       $rm conftest*
       printf "$lt_simple_compile_test_code" > conftest.$ac_ext
 
@@ -7051,6 +8802,7 @@
         libobjs=conftest.$ac_objext
         deplibs=
         wl=$lt_prog_compiler_wl
+	pic_flag=$lt_prog_compiler_pic
         compiler_flags=-v
         linker_flags=-v
         verstring=
@@ -7073,16 +8825,16 @@
         cat conftest.err 1>&5
       fi
       $rm conftest*
-      echo "$as_me:$LINENO: result: $archive_cmds_need_lc" >&5
-echo "${ECHO_T}$archive_cmds_need_lc" >&6
+      { echo "$as_me:$LINENO: result: $archive_cmds_need_lc" >&5
+echo "${ECHO_T}$archive_cmds_need_lc" >&6; }
       ;;
     esac
   fi
   ;;
 esac
 
-echo "$as_me:$LINENO: checking dynamic linker characteristics" >&5
-echo $ECHO_N "checking dynamic linker characteristics... $ECHO_C" >&6
+{ echo "$as_me:$LINENO: checking dynamic linker characteristics" >&5
+echo $ECHO_N "checking dynamic linker characteristics... $ECHO_C" >&6; }
 library_names_spec=
 libname_spec='lib$name'
 soname_spec=
@@ -7183,7 +8935,7 @@
   shlibpath_var=LIBRARY_PATH
   ;;
 
-bsdi4*)
+bsdi[45]*)
   version_type=linux
   need_version=no
   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
@@ -7211,7 +8963,8 @@
       dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i;echo \$dlname'\''`~
       dldir=$destdir/`dirname \$dlpath`~
       test -d \$dldir || mkdir -p \$dldir~
-      $install_prog $dir/$dlname \$dldir/$dlname'
+      $install_prog $dir/$dlname \$dldir/$dlname~
+      chmod a+x \$dldir/$dlname'
     postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
       dlpath=$dir/\$dldll~
        $rm \$dlpath'
@@ -7241,7 +8994,7 @@
       ;;
     pw32*)
       # pw32 DLLs use 'pw' prefix rather than 'lib'
-      library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/./-/g'`${versuffix}${shared_ext}'
+      library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
       ;;
     esac
     ;;
@@ -7264,7 +9017,7 @@
   soname_spec='${libname}${release}${major}$shared_ext'
   shlibpath_overrides_runpath=yes
   shlibpath_var=DYLD_LIBRARY_PATH
-  shrext_cmds='$(test .$module = .yes && echo .so || echo .dylib)'
+  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
   # Apple's gcc prints 'gcc -print-search-dirs' doesn't operate the same.
   if test "$GCC" = yes; then
     sys_lib_search_path_spec=`$CC -print-search-dirs | tr "\n" "$PATH_SEPARATOR" | sed -e 's/libraries:/@libraries:/' | tr "@" "\n" | grep "^libraries:" | sed -e "s/^libraries://" -e "s,=/,/,g" -e "s,$PATH_SEPARATOR, ,g" -e "s,.*,& /lib /usr/lib /usr/local/lib,g"`
@@ -7287,20 +9040,17 @@
   dynamic_linker=no
   ;;
 
-kfreebsd*-gnu)
-  version_type=linux
-  need_lib_prefix=no
-  need_version=no
-  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
-  soname_spec='${libname}${release}${shared_ext}$major'
-  shlibpath_var=LD_LIBRARY_PATH
-  shlibpath_overrides_runpath=no
-  hardcode_into_libs=yes
-  dynamic_linker='GNU ld.so'
-  ;;
-
-freebsd*)
-  objformat=`test -x /usr/bin/objformat && /usr/bin/objformat || echo aout`
+freebsd* | dragonfly*)
+  # DragonFly does not have aout.  When/if they implement a new
+  # versioning mechanism, adjust this.
+  if test -x /usr/bin/objformat; then
+    objformat=`/usr/bin/objformat`
+  else
+    case $host_os in
+    freebsd[123]*) objformat=aout ;;
+    *) objformat=elf ;;
+    esac
+  fi
   version_type=freebsd-$objformat
   case $version_type in
     freebsd-elf*)
@@ -7318,14 +9068,19 @@
   freebsd2*)
     shlibpath_overrides_runpath=yes
     ;;
-  freebsd3.01* | freebsdelf3.01*)
+  freebsd3.[01]* | freebsdelf3.[01]*)
     shlibpath_overrides_runpath=yes
     hardcode_into_libs=yes
     ;;
-  *) # from 3.2 on
+  freebsd3.[2-9]* | freebsdelf3.[2-9]* | \
+  freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1)
     shlibpath_overrides_runpath=no
     hardcode_into_libs=yes
     ;;
+  freebsd*) # from 4.6 on
+    shlibpath_overrides_runpath=yes
+    hardcode_into_libs=yes
+    ;;
   esac
   ;;
 
@@ -7345,7 +9100,7 @@
   version_type=sunos
   need_lib_prefix=no
   need_version=no
-  case "$host_cpu" in
+  case $host_cpu in
   ia64*)
     shrext_cmds='.so'
     hardcode_into_libs=yes
@@ -7385,6 +9140,18 @@
   postinstall_cmds='chmod 555 $lib'
   ;;
 
+interix3*)
+  version_type=linux
+  need_lib_prefix=no
+  need_version=no
+  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
+  soname_spec='${libname}${release}${shared_ext}$major'
+  dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
+  shlibpath_var=LD_LIBRARY_PATH
+  shlibpath_overrides_runpath=no
+  hardcode_into_libs=yes
+  ;;
+
 irix5* | irix6* | nonstopux*)
   case $host_os in
     nonstopux*) version_type=nonstopux ;;
@@ -7428,7 +9195,7 @@
   ;;
 
 # This must be Linux ELF.
-linux*)
+linux* | k*bsd*-gnu)
   version_type=linux
   need_lib_prefix=no
   need_version=no
@@ -7444,7 +9211,7 @@
 
   # Append ld.so.conf contents to the search path
   if test -f /etc/ld.so.conf; then
-    lt_ld_extra=`$SED -e 's/:,\t/ /g;s/=^=*$//;s/=^= * / /g' /etc/ld.so.conf | tr '\n' ' '`
+    lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;s/[:,	]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;/^$/d' | tr '\n' ' '`
     sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
   fi
 
@@ -7469,18 +9236,6 @@
   dynamic_linker='NetBSD ld.elf_so'
   ;;
 
-knetbsd*-gnu)
-  version_type=linux
-  need_lib_prefix=no
-  need_version=no
-  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
-  soname_spec='${libname}${release}${shared_ext}$major'
-  shlibpath_var=LD_LIBRARY_PATH
-  shlibpath_overrides_runpath=no
-  hardcode_into_libs=yes
-  dynamic_linker='GNU ld.so'
-  ;;
-
 netbsd*)
   version_type=sunos
   need_lib_prefix=no
@@ -7518,8 +9273,13 @@
 
 openbsd*)
   version_type=sunos
+  sys_lib_dlsearch_path_spec="/usr/lib"
   need_lib_prefix=no
-  need_version=yes
+  # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
+  case $host_os in
+    openbsd3.3 | openbsd3.3.*) need_version=yes ;;
+    *)                         need_version=no  ;;
+  esac
   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
   finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
   shlibpath_var=LD_LIBRARY_PATH
@@ -7557,13 +9317,6 @@
   sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
   ;;
 
-sco3.2v5*)
-  version_type=osf
-  soname_spec='${libname}${release}${shared_ext}$major'
-  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
-  shlibpath_var=LD_LIBRARY_PATH
-  ;;
-
 solaris*)
   version_type=linux
   need_lib_prefix=no
@@ -7589,7 +9342,7 @@
   need_version=yes
   ;;
 
-sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
+sysv4 | sysv4.3*)
   version_type=linux
   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
   soname_spec='${libname}${release}${shared_ext}$major'
@@ -7622,6 +9375,29 @@
   fi
   ;;
 
+sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
+  version_type=freebsd-elf
+  need_lib_prefix=no
+  need_version=no
+  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
+  soname_spec='${libname}${release}${shared_ext}$major'
+  shlibpath_var=LD_LIBRARY_PATH
+  hardcode_into_libs=yes
+  if test "$with_gnu_ld" = yes; then
+    sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
+    shlibpath_overrides_runpath=no
+  else
+    sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
+    shlibpath_overrides_runpath=yes
+    case $host_os in
+      sco3.2v5*)
+        sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
+	;;
+    esac
+  fi
+  sys_lib_dlsearch_path_spec='/usr/lib'
+  ;;
+
 uts4*)
   version_type=linux
   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
@@ -7633,16 +9409,21 @@
   dynamic_linker=no
   ;;
 esac
-echo "$as_me:$LINENO: result: $dynamic_linker" >&5
-echo "${ECHO_T}$dynamic_linker" >&6
+{ echo "$as_me:$LINENO: result: $dynamic_linker" >&5
+echo "${ECHO_T}$dynamic_linker" >&6; }
 test "$dynamic_linker" = no && can_build_shared=no
 
-echo "$as_me:$LINENO: checking how to hardcode library paths into programs" >&5
-echo $ECHO_N "checking how to hardcode library paths into programs... $ECHO_C" >&6
+variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
+if test "$GCC" = yes; then
+  variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
+fi
+
+{ echo "$as_me:$LINENO: checking how to hardcode library paths into programs" >&5
+echo $ECHO_N "checking how to hardcode library paths into programs... $ECHO_C" >&6; }
 hardcode_action=
 if test -n "$hardcode_libdir_flag_spec" || \
-   test -n "$runpath_var " || \
-   test "X$hardcode_automatic"="Xyes" ; then
+   test -n "$runpath_var" || \
+   test "X$hardcode_automatic" = "Xyes" ; then
 
   # We can hardcode non-existant directories.
   if test "$hardcode_direct" != no &&
@@ -7662,8 +9443,8 @@
   # directories.
   hardcode_action=unsupported
 fi
-echo "$as_me:$LINENO: result: $hardcode_action" >&5
-echo "${ECHO_T}$hardcode_action" >&6
+{ echo "$as_me:$LINENO: result: $hardcode_action" >&5
+echo "${ECHO_T}$hardcode_action" >&6; }
 
 if test "$hardcode_action" = relink; then
   # Fast installation is not supported
@@ -7676,29 +9457,29 @@
 
 striplib=
 old_striplib=
-echo "$as_me:$LINENO: checking whether stripping libraries is possible" >&5
-echo $ECHO_N "checking whether stripping libraries is possible... $ECHO_C" >&6
+{ echo "$as_me:$LINENO: checking whether stripping libraries is possible" >&5
+echo $ECHO_N "checking whether stripping libraries is possible... $ECHO_C" >&6; }
 if test -n "$STRIP" && $STRIP -V 2>&1 | grep "GNU strip" >/dev/null; then
   test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
   test -z "$striplib" && striplib="$STRIP --strip-unneeded"
-  echo "$as_me:$LINENO: result: yes" >&5
-echo "${ECHO_T}yes" >&6
+  { echo "$as_me:$LINENO: result: yes" >&5
+echo "${ECHO_T}yes" >&6; }
 else
 # FIXME - insert some real tests, host_os isn't really good enough
   case $host_os in
    darwin*)
        if test -n "$STRIP" ; then
          striplib="$STRIP -x"
-         echo "$as_me:$LINENO: result: yes" >&5
-echo "${ECHO_T}yes" >&6
+         { echo "$as_me:$LINENO: result: yes" >&5
+echo "${ECHO_T}yes" >&6; }
        else
-  echo "$as_me:$LINENO: result: no" >&5
-echo "${ECHO_T}no" >&6
+  { echo "$as_me:$LINENO: result: no" >&5
+echo "${ECHO_T}no" >&6; }
 fi
        ;;
    *)
-  echo "$as_me:$LINENO: result: no" >&5
-echo "${ECHO_T}no" >&6
+  { echo "$as_me:$LINENO: result: no" >&5
+echo "${ECHO_T}no" >&6; }
     ;;
   esac
 fi
@@ -7730,8 +9511,8 @@
 
   darwin*)
   # if libdl is installed we need to link against it
-    echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
-echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6
+    { echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
+echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6; }
 if test "${ac_cv_lib_dl_dlopen+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
@@ -7744,39 +9525,52 @@
 cat >>conftest.$ac_ext <<_ACEOF
 /* end confdefs.h.  */
 
-/* Override any gcc2 internal prototype to avoid an error.  */
+/* Override any GCC internal prototype to avoid an error.
+   Use char because int might match the return type of a GCC
+   builtin and then its argument prototype would still apply.  */
 #ifdef __cplusplus
 extern "C"
 #endif
-/* We use char because int might match the return type of a gcc2
-   builtin and then its argument prototype would still apply.  */
 char dlopen ();
 int
 main ()
 {
-dlopen ();
+return dlopen ();
   ;
   return 0;
 }
 _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
-  (eval $ac_link) 2>conftest.er1
+if { (ac_try="$ac_link"
+case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_link") 2>conftest.er1
   ac_status=$?
   grep -v '^ *+' conftest.er1 >conftest.err
   rm -f conftest.er1
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-  (eval $ac_try) 2>&5
+	 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
+  { (case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_try") 2>&5
   ac_status=$?
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); }; } &&
 	 { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-  (eval $ac_try) 2>&5
+  { (case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_try") 2>&5
   ac_status=$?
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
@@ -7785,14 +9579,15 @@
   echo "$as_me: failed program was:" >&5
 sed 's/^/| /' conftest.$ac_ext >&5
 
-ac_cv_lib_dl_dlopen=no
+	ac_cv_lib_dl_dlopen=no
 fi
-rm -f conftest.err conftest.$ac_objext \
+
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
       conftest$ac_exeext conftest.$ac_ext
 LIBS=$ac_check_lib_save_LIBS
 fi
-echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
-echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6
+{ echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
+echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6; }
 if test $ac_cv_lib_dl_dlopen = yes; then
   lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
 else
@@ -7806,8 +9601,8 @@
    ;;
 
   *)
-    echo "$as_me:$LINENO: checking for shl_load" >&5
-echo $ECHO_N "checking for shl_load... $ECHO_C" >&6
+    { echo "$as_me:$LINENO: checking for shl_load" >&5
+echo $ECHO_N "checking for shl_load... $ECHO_C" >&6; }
 if test "${ac_cv_func_shl_load+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
@@ -7834,52 +9629,59 @@
 
 #undef shl_load
 
-/* Override any gcc2 internal prototype to avoid an error.  */
+/* Override any GCC internal prototype to avoid an error.
+   Use char because int might match the return type of a GCC
+   builtin and then its argument prototype would still apply.  */
 #ifdef __cplusplus
 extern "C"
-{
 #endif
-/* We use char because int might match the return type of a gcc2
-   builtin and then its argument prototype would still apply.  */
 char shl_load ();
 /* The GNU C library defines this for functions which it implements
     to always fail with ENOSYS.  Some functions are actually named
     something starting with __ and the normal name is an alias.  */
-#if defined (__stub_shl_load) || defined (__stub___shl_load)
+#if defined __stub_shl_load || defined __stub___shl_load
 choke me
-#else
-char (*f) () = shl_load;
-#endif
-#ifdef __cplusplus
-}
 #endif
 
 int
 main ()
 {
-return f != shl_load;
+return shl_load ();
   ;
   return 0;
 }
 _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
-  (eval $ac_link) 2>conftest.er1
+if { (ac_try="$ac_link"
+case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_link") 2>conftest.er1
   ac_status=$?
   grep -v '^ *+' conftest.er1 >conftest.err
   rm -f conftest.er1
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-  (eval $ac_try) 2>&5
+	 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
+  { (case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_try") 2>&5
   ac_status=$?
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); }; } &&
 	 { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-  (eval $ac_try) 2>&5
+  { (case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_try") 2>&5
   ac_status=$?
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
@@ -7888,18 +9690,19 @@
   echo "$as_me: failed program was:" >&5
 sed 's/^/| /' conftest.$ac_ext >&5
 
-ac_cv_func_shl_load=no
+	ac_cv_func_shl_load=no
 fi
-rm -f conftest.err conftest.$ac_objext \
+
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
       conftest$ac_exeext conftest.$ac_ext
 fi
-echo "$as_me:$LINENO: result: $ac_cv_func_shl_load" >&5
-echo "${ECHO_T}$ac_cv_func_shl_load" >&6
+{ echo "$as_me:$LINENO: result: $ac_cv_func_shl_load" >&5
+echo "${ECHO_T}$ac_cv_func_shl_load" >&6; }
 if test $ac_cv_func_shl_load = yes; then
   lt_cv_dlopen="shl_load"
 else
-  echo "$as_me:$LINENO: checking for shl_load in -ldld" >&5
-echo $ECHO_N "checking for shl_load in -ldld... $ECHO_C" >&6
+  { echo "$as_me:$LINENO: checking for shl_load in -ldld" >&5
+echo $ECHO_N "checking for shl_load in -ldld... $ECHO_C" >&6; }
 if test "${ac_cv_lib_dld_shl_load+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
@@ -7912,39 +9715,52 @@
 cat >>conftest.$ac_ext <<_ACEOF
 /* end confdefs.h.  */
 
-/* Override any gcc2 internal prototype to avoid an error.  */
+/* Override any GCC internal prototype to avoid an error.
+   Use char because int might match the return type of a GCC
+   builtin and then its argument prototype would still apply.  */
 #ifdef __cplusplus
 extern "C"
 #endif
-/* We use char because int might match the return type of a gcc2
-   builtin and then its argument prototype would still apply.  */
 char shl_load ();
 int
 main ()
 {
-shl_load ();
+return shl_load ();
   ;
   return 0;
 }
 _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
-  (eval $ac_link) 2>conftest.er1
+if { (ac_try="$ac_link"
+case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_link") 2>conftest.er1
   ac_status=$?
   grep -v '^ *+' conftest.er1 >conftest.err
   rm -f conftest.er1
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-  (eval $ac_try) 2>&5
+	 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
+  { (case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_try") 2>&5
   ac_status=$?
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); }; } &&
 	 { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-  (eval $ac_try) 2>&5
+  { (case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_try") 2>&5
   ac_status=$?
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
@@ -7953,19 +9769,20 @@
   echo "$as_me: failed program was:" >&5
 sed 's/^/| /' conftest.$ac_ext >&5
 
-ac_cv_lib_dld_shl_load=no
+	ac_cv_lib_dld_shl_load=no
 fi
-rm -f conftest.err conftest.$ac_objext \
+
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
       conftest$ac_exeext conftest.$ac_ext
 LIBS=$ac_check_lib_save_LIBS
 fi
-echo "$as_me:$LINENO: result: $ac_cv_lib_dld_shl_load" >&5
-echo "${ECHO_T}$ac_cv_lib_dld_shl_load" >&6
+{ echo "$as_me:$LINENO: result: $ac_cv_lib_dld_shl_load" >&5
+echo "${ECHO_T}$ac_cv_lib_dld_shl_load" >&6; }
 if test $ac_cv_lib_dld_shl_load = yes; then
   lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-dld"
 else
-  echo "$as_me:$LINENO: checking for dlopen" >&5
-echo $ECHO_N "checking for dlopen... $ECHO_C" >&6
+  { echo "$as_me:$LINENO: checking for dlopen" >&5
+echo $ECHO_N "checking for dlopen... $ECHO_C" >&6; }
 if test "${ac_cv_func_dlopen+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
@@ -7992,52 +9809,59 @@
 
 #undef dlopen
 
-/* Override any gcc2 internal prototype to avoid an error.  */
+/* Override any GCC internal prototype to avoid an error.
+   Use char because int might match the return type of a GCC
+   builtin and then its argument prototype would still apply.  */
 #ifdef __cplusplus
 extern "C"
-{
 #endif
-/* We use char because int might match the return type of a gcc2
-   builtin and then its argument prototype would still apply.  */
 char dlopen ();
 /* The GNU C library defines this for functions which it implements
     to always fail with ENOSYS.  Some functions are actually named
     something starting with __ and the normal name is an alias.  */
-#if defined (__stub_dlopen) || defined (__stub___dlopen)
+#if defined __stub_dlopen || defined __stub___dlopen
 choke me
-#else
-char (*f) () = dlopen;
-#endif
-#ifdef __cplusplus
-}
 #endif
 
 int
 main ()
 {
-return f != dlopen;
+return dlopen ();
   ;
   return 0;
 }
 _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
-  (eval $ac_link) 2>conftest.er1
+if { (ac_try="$ac_link"
+case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_link") 2>conftest.er1
   ac_status=$?
   grep -v '^ *+' conftest.er1 >conftest.err
   rm -f conftest.er1
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-  (eval $ac_try) 2>&5
+	 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
+  { (case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_try") 2>&5
   ac_status=$?
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); }; } &&
 	 { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-  (eval $ac_try) 2>&5
+  { (case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_try") 2>&5
   ac_status=$?
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
@@ -8046,18 +9870,19 @@
   echo "$as_me: failed program was:" >&5
 sed 's/^/| /' conftest.$ac_ext >&5
 
-ac_cv_func_dlopen=no
+	ac_cv_func_dlopen=no
 fi
-rm -f conftest.err conftest.$ac_objext \
+
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
       conftest$ac_exeext conftest.$ac_ext
 fi
-echo "$as_me:$LINENO: result: $ac_cv_func_dlopen" >&5
-echo "${ECHO_T}$ac_cv_func_dlopen" >&6
+{ echo "$as_me:$LINENO: result: $ac_cv_func_dlopen" >&5
+echo "${ECHO_T}$ac_cv_func_dlopen" >&6; }
 if test $ac_cv_func_dlopen = yes; then
   lt_cv_dlopen="dlopen"
 else
-  echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
-echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6
+  { echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
+echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6; }
 if test "${ac_cv_lib_dl_dlopen+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
@@ -8070,39 +9895,52 @@
 cat >>conftest.$ac_ext <<_ACEOF
 /* end confdefs.h.  */
 
-/* Override any gcc2 internal prototype to avoid an error.  */
+/* Override any GCC internal prototype to avoid an error.
+   Use char because int might match the return type of a GCC
+   builtin and then its argument prototype would still apply.  */
 #ifdef __cplusplus
 extern "C"
 #endif
-/* We use char because int might match the return type of a gcc2
-   builtin and then its argument prototype would still apply.  */
 char dlopen ();
 int
 main ()
 {
-dlopen ();
+return dlopen ();
   ;
   return 0;
 }
 _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
-  (eval $ac_link) 2>conftest.er1
+if { (ac_try="$ac_link"
+case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_link") 2>conftest.er1
   ac_status=$?
   grep -v '^ *+' conftest.er1 >conftest.err
   rm -f conftest.er1
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-  (eval $ac_try) 2>&5
+	 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
+  { (case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_try") 2>&5
   ac_status=$?
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); }; } &&
 	 { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-  (eval $ac_try) 2>&5
+  { (case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_try") 2>&5
   ac_status=$?
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
@@ -8111,19 +9949,20 @@
   echo "$as_me: failed program was:" >&5
 sed 's/^/| /' conftest.$ac_ext >&5
 
-ac_cv_lib_dl_dlopen=no
+	ac_cv_lib_dl_dlopen=no
 fi
-rm -f conftest.err conftest.$ac_objext \
+
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
       conftest$ac_exeext conftest.$ac_ext
 LIBS=$ac_check_lib_save_LIBS
 fi
-echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
-echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6
+{ echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
+echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6; }
 if test $ac_cv_lib_dl_dlopen = yes; then
   lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
 else
-  echo "$as_me:$LINENO: checking for dlopen in -lsvld" >&5
-echo $ECHO_N "checking for dlopen in -lsvld... $ECHO_C" >&6
+  { echo "$as_me:$LINENO: checking for dlopen in -lsvld" >&5
+echo $ECHO_N "checking for dlopen in -lsvld... $ECHO_C" >&6; }
 if test "${ac_cv_lib_svld_dlopen+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
@@ -8136,39 +9975,52 @@
 cat >>conftest.$ac_ext <<_ACEOF
 /* end confdefs.h.  */
 
-/* Override any gcc2 internal prototype to avoid an error.  */
+/* Override any GCC internal prototype to avoid an error.
+   Use char because int might match the return type of a GCC
+   builtin and then its argument prototype would still apply.  */
 #ifdef __cplusplus
 extern "C"
 #endif
-/* We use char because int might match the return type of a gcc2
-   builtin and then its argument prototype would still apply.  */
 char dlopen ();
 int
 main ()
 {
-dlopen ();
+return dlopen ();
   ;
   return 0;
 }
 _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
-  (eval $ac_link) 2>conftest.er1
+if { (ac_try="$ac_link"
+case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_link") 2>conftest.er1
   ac_status=$?
   grep -v '^ *+' conftest.er1 >conftest.err
   rm -f conftest.er1
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-  (eval $ac_try) 2>&5
+	 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
+  { (case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_try") 2>&5
   ac_status=$?
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); }; } &&
 	 { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-  (eval $ac_try) 2>&5
+  { (case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_try") 2>&5
   ac_status=$?
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
@@ -8177,19 +10029,20 @@
   echo "$as_me: failed program was:" >&5
 sed 's/^/| /' conftest.$ac_ext >&5
 
-ac_cv_lib_svld_dlopen=no
+	ac_cv_lib_svld_dlopen=no
 fi
-rm -f conftest.err conftest.$ac_objext \
+
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
       conftest$ac_exeext conftest.$ac_ext
 LIBS=$ac_check_lib_save_LIBS
 fi
-echo "$as_me:$LINENO: result: $ac_cv_lib_svld_dlopen" >&5
-echo "${ECHO_T}$ac_cv_lib_svld_dlopen" >&6
+{ echo "$as_me:$LINENO: result: $ac_cv_lib_svld_dlopen" >&5
+echo "${ECHO_T}$ac_cv_lib_svld_dlopen" >&6; }
 if test $ac_cv_lib_svld_dlopen = yes; then
   lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
 else
-  echo "$as_me:$LINENO: checking for dld_link in -ldld" >&5
-echo $ECHO_N "checking for dld_link in -ldld... $ECHO_C" >&6
+  { echo "$as_me:$LINENO: checking for dld_link in -ldld" >&5
+echo $ECHO_N "checking for dld_link in -ldld... $ECHO_C" >&6; }
 if test "${ac_cv_lib_dld_dld_link+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
@@ -8202,39 +10055,52 @@
 cat >>conftest.$ac_ext <<_ACEOF
 /* end confdefs.h.  */
 
-/* Override any gcc2 internal prototype to avoid an error.  */
+/* Override any GCC internal prototype to avoid an error.
+   Use char because int might match the return type of a GCC
+   builtin and then its argument prototype would still apply.  */
 #ifdef __cplusplus
 extern "C"
 #endif
-/* We use char because int might match the return type of a gcc2
-   builtin and then its argument prototype would still apply.  */
 char dld_link ();
 int
 main ()
 {
-dld_link ();
+return dld_link ();
   ;
   return 0;
 }
 _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
-  (eval $ac_link) 2>conftest.er1
+if { (ac_try="$ac_link"
+case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_link") 2>conftest.er1
   ac_status=$?
   grep -v '^ *+' conftest.er1 >conftest.err
   rm -f conftest.er1
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-  (eval $ac_try) 2>&5
+	 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
+  { (case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_try") 2>&5
   ac_status=$?
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); }; } &&
 	 { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-  (eval $ac_try) 2>&5
+  { (case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_try") 2>&5
   ac_status=$?
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
@@ -8243,14 +10109,15 @@
   echo "$as_me: failed program was:" >&5
 sed 's/^/| /' conftest.$ac_ext >&5
 
-ac_cv_lib_dld_dld_link=no
+	ac_cv_lib_dld_dld_link=no
 fi
-rm -f conftest.err conftest.$ac_objext \
+
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
       conftest$ac_exeext conftest.$ac_ext
 LIBS=$ac_check_lib_save_LIBS
 fi
-echo "$as_me:$LINENO: result: $ac_cv_lib_dld_dld_link" >&5
-echo "${ECHO_T}$ac_cv_lib_dld_dld_link" >&6
+{ echo "$as_me:$LINENO: result: $ac_cv_lib_dld_dld_link" >&5
+echo "${ECHO_T}$ac_cv_lib_dld_dld_link" >&6; }
 if test $ac_cv_lib_dld_dld_link = yes; then
   lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-dld"
 fi
@@ -8285,13 +10152,13 @@
     test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
 
     save_LDFLAGS="$LDFLAGS"
-    eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
+    wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
 
     save_LIBS="$LIBS"
     LIBS="$lt_cv_dlopen_libs $LIBS"
 
-    echo "$as_me:$LINENO: checking whether a program can dlopen itself" >&5
-echo $ECHO_N "checking whether a program can dlopen itself... $ECHO_C" >&6
+    { echo "$as_me:$LINENO: checking whether a program can dlopen itself" >&5
+echo $ECHO_N "checking whether a program can dlopen itself... $ECHO_C" >&6; }
 if test "${lt_cv_dlopen_self+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
@@ -8301,7 +10168,7 @@
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
   lt_status=$lt_dlunknown
   cat > conftest.$ac_ext <<EOF
-#line 8304 "configure"
+#line 10171 "configure"
 #include "confdefs.h"
 
 #if HAVE_DLFCN_H
@@ -8358,6 +10225,8 @@
       else if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
       /* dlclose (self); */
     }
+  else
+    puts (dlerror ());
 
     exit (status);
 }
@@ -8367,12 +10236,12 @@
   ac_status=$?
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } && test -s conftest${ac_exeext} 2>/dev/null; then
-    (./conftest; exit; ) 2>/dev/null
+    (./conftest; exit; ) >&5 2>/dev/null
     lt_status=$?
     case x$lt_status in
       x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;;
       x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;;
-      x$lt_unknown|x*) lt_cv_dlopen_self=no ;;
+      x$lt_dlunknown|x*) lt_cv_dlopen_self=no ;;
     esac
   else :
     # compilation failed
@@ -8383,13 +10252,13 @@
 
 
 fi
-echo "$as_me:$LINENO: result: $lt_cv_dlopen_self" >&5
-echo "${ECHO_T}$lt_cv_dlopen_self" >&6
+{ echo "$as_me:$LINENO: result: $lt_cv_dlopen_self" >&5
+echo "${ECHO_T}$lt_cv_dlopen_self" >&6; }
 
     if test "x$lt_cv_dlopen_self" = xyes; then
-      LDFLAGS="$LDFLAGS $link_static_flag"
-      echo "$as_me:$LINENO: checking whether a statically linked program can dlopen itself" >&5
-echo $ECHO_N "checking whether a statically linked program can dlopen itself... $ECHO_C" >&6
+      wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
+      { echo "$as_me:$LINENO: checking whether a statically linked program can dlopen itself" >&5
+echo $ECHO_N "checking whether a statically linked program can dlopen itself... $ECHO_C" >&6; }
 if test "${lt_cv_dlopen_self_static+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
@@ -8399,7 +10268,7 @@
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
   lt_status=$lt_dlunknown
   cat > conftest.$ac_ext <<EOF
-#line 8402 "configure"
+#line 10271 "configure"
 #include "confdefs.h"
 
 #if HAVE_DLFCN_H
@@ -8456,6 +10325,8 @@
       else if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
       /* dlclose (self); */
     }
+  else
+    puts (dlerror ());
 
     exit (status);
 }
@@ -8465,12 +10336,12 @@
   ac_status=$?
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } && test -s conftest${ac_exeext} 2>/dev/null; then
-    (./conftest; exit; ) 2>/dev/null
+    (./conftest; exit; ) >&5 2>/dev/null
     lt_status=$?
     case x$lt_status in
       x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;;
       x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;;
-      x$lt_unknown|x*) lt_cv_dlopen_self_static=no ;;
+      x$lt_dlunknown|x*) lt_cv_dlopen_self_static=no ;;
     esac
   else :
     # compilation failed
@@ -8481,8 +10352,8 @@
 
 
 fi
-echo "$as_me:$LINENO: result: $lt_cv_dlopen_self_static" >&5
-echo "${ECHO_T}$lt_cv_dlopen_self_static" >&6
+{ echo "$as_me:$LINENO: result: $lt_cv_dlopen_self_static" >&5
+echo "${ECHO_T}$lt_cv_dlopen_self_static" >&6; }
     fi
 
     CPPFLAGS="$save_CPPFLAGS"
@@ -8503,19 +10374,19 @@
 fi
 
 
-# Report which librarie types wil actually be built
-echo "$as_me:$LINENO: checking if libtool supports shared libraries" >&5
-echo $ECHO_N "checking if libtool supports shared libraries... $ECHO_C" >&6
-echo "$as_me:$LINENO: result: $can_build_shared" >&5
-echo "${ECHO_T}$can_build_shared" >&6
+# Report which library types will actually be built
+{ echo "$as_me:$LINENO: checking if libtool supports shared libraries" >&5
+echo $ECHO_N "checking if libtool supports shared libraries... $ECHO_C" >&6; }
+{ echo "$as_me:$LINENO: result: $can_build_shared" >&5
+echo "${ECHO_T}$can_build_shared" >&6; }
 
-echo "$as_me:$LINENO: checking whether to build shared libraries" >&5
-echo $ECHO_N "checking whether to build shared libraries... $ECHO_C" >&6
+{ echo "$as_me:$LINENO: checking whether to build shared libraries" >&5
+echo $ECHO_N "checking whether to build shared libraries... $ECHO_C" >&6; }
 test "$can_build_shared" = "no" && enable_shared=no
 
 # On AIX, shared libraries and static libraries use the same namespace, and
 # are all built from PIC.
-case "$host_os" in
+case $host_os in
 aix3*)
   test "$enable_shared" = yes && enable_static=no
   if test -n "$RANLIB"; then
@@ -8528,54 +10399,17 @@
   if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
     test "$enable_shared" = yes && enable_static=no
   fi
-  ;;
-  darwin* | rhapsody*)
-  if test "$GCC" = yes; then
-    archive_cmds_need_lc=no
-    case "$host_os" in
-    rhapsody* | darwin1.[012])
-      allow_undefined_flag='-undefined suppress'
-      ;;
-    *) # Darwin 1.3 on
-      if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then
-      	allow_undefined_flag='-flat_namespace -undefined suppress'
-      else
-        case ${MACOSX_DEPLOYMENT_TARGET} in
-          10.[012])
-            allow_undefined_flag='-flat_namespace -undefined suppress'
-            ;;
-          10.*)
-            allow_undefined_flag='-undefined dynamic_lookup'
-            ;;
-        esac
-      fi
-      ;;
-    esac
-    output_verbose_link_cmd='echo'
-    archive_cmds='$CC -dynamiclib $allow_undefined_flag -o $lib $libobjs $deplibs$compiler_flags -install_name $rpath/$soname $verstring'
-    module_cmds='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
-    # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin ld's
-    archive_expsym_cmds='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -dynamiclib $allow_undefined_flag  -o $lib $libobjs $deplibs$compiler_flags -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
-    module_expsym_cmds='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag  -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
-    hardcode_direct=no
-    hardcode_automatic=yes
-    hardcode_shlibpath_var=unsupported
-    whole_archive_flag_spec='-all_load $convenience'
-    link_all_deplibs=yes
-  else
-    ld_shlibs=no
-  fi
     ;;
 esac
-echo "$as_me:$LINENO: result: $enable_shared" >&5
-echo "${ECHO_T}$enable_shared" >&6
+{ echo "$as_me:$LINENO: result: $enable_shared" >&5
+echo "${ECHO_T}$enable_shared" >&6; }
 
-echo "$as_me:$LINENO: checking whether to build static libraries" >&5
-echo $ECHO_N "checking whether to build static libraries... $ECHO_C" >&6
+{ echo "$as_me:$LINENO: checking whether to build static libraries" >&5
+echo $ECHO_N "checking whether to build static libraries... $ECHO_C" >&6; }
 # Make sure either enable_shared or enable_static is yes.
 test "$enable_shared" = yes || enable_static=yes
-echo "$as_me:$LINENO: result: $enable_static" >&5
-echo "${ECHO_T}$enable_static" >&6
+{ echo "$as_me:$LINENO: result: $enable_static" >&5
+echo "${ECHO_T}$enable_static" >&6; }
 
 # The else clause should only fire when bootstrapping the
 # libtool distribution, otherwise you forgot to ship ltmain.sh
@@ -8590,7 +10424,7 @@
   # Now quote all the things that may contain metacharacters while being
   # careful not to overquote the AC_SUBSTed values.  We take copies of the
   # variables and quote the copies for generation of the libtool script.
-  for var in echo old_CC old_CFLAGS AR AR_FLAGS EGREP RANLIB LN_S LTCC NM \
+  for var in echo old_CC old_CFLAGS AR AR_FLAGS EGREP RANLIB LN_S LTCC LTCFLAGS NM \
     SED SHELL STRIP \
     libname_spec library_names_spec soname_spec extract_expsyms_cmds \
     old_striplib striplib file_magic_cmd finish_cmds finish_eval \
@@ -8694,7 +10528,7 @@
 #
 # You should have received a copy of the GNU General Public License
 # along with this program; if not, write to the Free Software
-# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
 #
 # As a special exception to the GNU General Public License, if you
 # distribute this file as part of a program that contains a
@@ -8705,11 +10539,11 @@
 SED=$lt_SED
 
 # Sed that helps us avoid accidentally triggering echo(1) options like -n.
-Xsed="$SED -e s/^X//"
+Xsed="$SED -e 1s/^X//"
 
 # The HP-UX ksh and POSIX shell print the target directory to stdout
 # if CDPATH is set.
-if test "X\${CDPATH+set}" = Xset; then CDPATH=:; export CDPATH; fi
+(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
 
 # The names of the tagged configurations supported by this script.
 available_tags=
@@ -8739,6 +10573,12 @@
 # The host system.
 host_alias=$host_alias
 host=$host
+host_os=$host_os
+
+# The build system.
+build_alias=$build_alias
+build=$build
+build_os=$build_os
 
 # An echo program that does not interpret backslashes.
 echo=$lt_echo
@@ -8750,6 +10590,9 @@
 # A C compiler.
 LTCC=$lt_LTCC
 
+# LTCC compiler flags.
+LTCFLAGS=$lt_LTCFLAGS
+
 # A language-specific compiler.
 CC=$lt_compiler
 
@@ -8815,7 +10658,7 @@
 # Does compiler simultaneously support -c and -o options?
 compiler_c_o=$lt_lt_cv_prog_compiler_c_o
 
-# Must we lock files when doing compilation ?
+# Must we lock files when doing compilation?
 need_locks=$lt_need_locks
 
 # Do we need the lib prefix for modules?
@@ -9058,11 +10901,11 @@
 CC="$lt_save_CC"
 
 
-# Check whether --with-tags or --without-tags was given.
+# Check whether --with-tags was given.
 if test "${with_tags+set}" = set; then
-  withval="$with_tags"
-  tagnames="$withval"
-fi;
+  withval=$with_tags; tagnames="$withval"
+fi
+
 
 if test -f "$ltmain" && test -n "$tagnames"; then
   if test ! -f "${ofile}"; then
@@ -9080,6 +10923,9 @@
 echo "$as_me: WARNING: using \`LTCC=$LTCC', extracted from \`$ofile'" >&2;}
     fi
   fi
+  if test -z "$LTCFLAGS"; then
+    eval "`$SHELL ${ofile} --config | grep '^LTCFLAGS='`"
+  fi
 
   # Extract list of available tagged configurations in $ofile.
   # Note that this assumes the entire list is on one line.
@@ -9110,8 +10956,10 @@
 
       case $tagname in
       CXX)
-	if test -n "$CXX" && test "X$CXX" != "Xno"; then
-	  ac_ext=cc
+	if test -n "$CXX" && ( test "X$CXX" != "Xno" &&
+	    ( (test "X$CXX" = "Xg++" && `g++ -v >/dev/null 2>&1` ) ||
+	    (test "X$CXX" != "Xg++"))) ; then
+	  ac_ext=cpp
 ac_cpp='$CXXCPP $CPPFLAGS'
 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
@@ -9130,6 +10978,7 @@
 hardcode_libdir_flag_spec_ld_CXX=
 hardcode_libdir_separator_CXX=
 hardcode_minus_L_CXX=no
+hardcode_shlibpath_var_CXX=unsupported
 hardcode_automatic_CXX=no
 module_cmds_CXX=
 module_expsym_cmds_CXX=
@@ -9147,7 +10996,7 @@
 compiler_lib_search_path_CXX=
 
 # Source file extension for C++ test sources.
-ac_ext=cc
+ac_ext=cpp
 
 # Object file extension for compiled C++ test sources.
 objext=o
@@ -9157,17 +11006,34 @@
 lt_simple_compile_test_code="int some_variable = 0;\n"
 
 # Code to be used in simple link tests
-lt_simple_link_test_code='int main(int, char *) { return(0); }\n'
+lt_simple_link_test_code='int main(int, char *[]) { return(0); }\n'
 
 # ltmain only uses $CC for tagged configurations so make sure $CC is set.
 
 # If no C compiler was specified, use CC.
 LTCC=${LTCC-"$CC"}
 
+# If no C compiler flags were specified, use CFLAGS.
+LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
+
 # Allow CC to be a program name with arguments.
 compiler=$CC
 
 
+# save warnings/boilerplate of simple test code
+ac_outfile=conftest.$ac_objext
+printf "$lt_simple_compile_test_code" >conftest.$ac_ext
+eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
+_lt_compiler_boilerplate=`cat conftest.err`
+$rm conftest*
+
+ac_outfile=conftest.$ac_objext
+printf "$lt_simple_link_test_code" >conftest.$ac_ext
+eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
+_lt_linker_boilerplate=`cat conftest.err`
+$rm conftest*
+
+
 # Allow CC to be a program name with arguments.
 lt_save_CC=$CC
 lt_save_LD=$LD
@@ -9178,18 +11044,27 @@
 if test -n "${lt_cv_prog_gnu_ldcxx+set}"; then
   lt_cv_prog_gnu_ld=$lt_cv_prog_gnu_ldcxx
 else
-  unset lt_cv_prog_gnu_ld
+  $as_unset lt_cv_prog_gnu_ld
 fi
 if test -n "${lt_cv_path_LDCXX+set}"; then
   lt_cv_path_LD=$lt_cv_path_LDCXX
 else
-  unset lt_cv_path_LD
+  $as_unset lt_cv_path_LD
 fi
 test -z "${LDCXX+set}" || LD=$LDCXX
 CC=${CXX-"c++"}
 compiler=$CC
 compiler_CXX=$CC
-cc_basename=`$echo X"$compiler" | $Xsed -e 's%^.*/%%'`
+for cc_temp in $compiler""; do
+  case $cc_temp in
+    compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
+    distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
+    \-*) ;;
+    *) break;;
+  esac
+done
+cc_basename=`$echo "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"`
+
 
 # We don't want -fno-exception wen compiling C++ code, so set the
 # no_builtin_flag separately
@@ -9203,18 +11078,18 @@
   # Set up default GNU C++ configuration
 
 
-# Check whether --with-gnu-ld or --without-gnu-ld was given.
+# Check whether --with-gnu-ld was given.
 if test "${with_gnu_ld+set}" = set; then
-  withval="$with_gnu_ld"
-  test "$withval" = no || with_gnu_ld=yes
+  withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
 else
   with_gnu_ld=no
-fi;
+fi
+
 ac_prog=ld
 if test "$GCC" = yes; then
   # Check if gcc -print-prog-name=ld gives a path.
-  echo "$as_me:$LINENO: checking for ld used by $CC" >&5
-echo $ECHO_N "checking for ld used by $CC... $ECHO_C" >&6
+  { echo "$as_me:$LINENO: checking for ld used by $CC" >&5
+echo $ECHO_N "checking for ld used by $CC... $ECHO_C" >&6; }
   case $host in
   *-*-mingw*)
     # gcc leaves a trailing carriage return which upsets mingw
@@ -9243,11 +11118,11 @@
     ;;
   esac
 elif test "$with_gnu_ld" = yes; then
-  echo "$as_me:$LINENO: checking for GNU ld" >&5
-echo $ECHO_N "checking for GNU ld... $ECHO_C" >&6
+  { echo "$as_me:$LINENO: checking for GNU ld" >&5
+echo $ECHO_N "checking for GNU ld... $ECHO_C" >&6; }
 else
-  echo "$as_me:$LINENO: checking for non-GNU ld" >&5
-echo $ECHO_N "checking for non-GNU ld... $ECHO_C" >&6
+  { echo "$as_me:$LINENO: checking for non-GNU ld" >&5
+echo $ECHO_N "checking for non-GNU ld... $ECHO_C" >&6; }
 fi
 if test "${lt_cv_path_LD+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -9260,7 +11135,7 @@
     if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
       lt_cv_path_LD="$ac_dir/$ac_prog"
       # Check to see if the program is GNU ld.  I'd rather use --version,
-      # but apparently some GNU ld's only accept -v.
+      # but apparently some variants of GNU ld only accept -v.
       # Break only if it was the GNU/non-GNU ld that we prefer.
       case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
       *GNU* | *'with BFD'*)
@@ -9280,21 +11155,21 @@
 
 LD="$lt_cv_path_LD"
 if test -n "$LD"; then
-  echo "$as_me:$LINENO: result: $LD" >&5
-echo "${ECHO_T}$LD" >&6
+  { echo "$as_me:$LINENO: result: $LD" >&5
+echo "${ECHO_T}$LD" >&6; }
 else
-  echo "$as_me:$LINENO: result: no" >&5
-echo "${ECHO_T}no" >&6
+  { echo "$as_me:$LINENO: result: no" >&5
+echo "${ECHO_T}no" >&6; }
 fi
 test -z "$LD" && { { echo "$as_me:$LINENO: error: no acceptable ld found in \$PATH" >&5
 echo "$as_me: error: no acceptable ld found in \$PATH" >&2;}
    { (exit 1); exit 1; }; }
-echo "$as_me:$LINENO: checking if the linker ($LD) is GNU ld" >&5
-echo $ECHO_N "checking if the linker ($LD) is GNU ld... $ECHO_C" >&6
+{ echo "$as_me:$LINENO: checking if the linker ($LD) is GNU ld" >&5
+echo $ECHO_N "checking if the linker ($LD) is GNU ld... $ECHO_C" >&6; }
 if test "${lt_cv_prog_gnu_ld+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
-  # I'd rather use --version here, but apparently some GNU ld's only accept -v.
+  # I'd rather use --version here, but apparently some GNU lds only accept -v.
 case `$LD -v 2>&1 </dev/null` in
 *GNU* | *'with BFD'*)
   lt_cv_prog_gnu_ld=yes
@@ -9304,8 +11179,8 @@
   ;;
 esac
 fi
-echo "$as_me:$LINENO: result: $lt_cv_prog_gnu_ld" >&5
-echo "${ECHO_T}$lt_cv_prog_gnu_ld" >&6
+{ echo "$as_me:$LINENO: result: $lt_cv_prog_gnu_ld" >&5
+echo "${ECHO_T}$lt_cv_prog_gnu_ld" >&6; }
 with_gnu_ld=$lt_cv_prog_gnu_ld
 
 
@@ -9355,8 +11230,8 @@
 fi
 
 # PORTME: fill in a description of your system's C++ link characteristics
-echo "$as_me:$LINENO: checking whether the $compiler linker ($LD) supports shared libraries" >&5
-echo $ECHO_N "checking whether the $compiler linker ($LD) supports shared libraries... $ECHO_C" >&6
+{ echo "$as_me:$LINENO: checking whether the $compiler linker ($LD) supports shared libraries" >&5
+echo $ECHO_N "checking whether the $compiler linker ($LD) supports shared libraries... $ECHO_C" >&6; }
 ld_shlibs_CXX=yes
 case $host_os in
   aix3*)
@@ -9385,6 +11260,7 @@
 	    ;;
 	  esac
 	done
+	;;
       esac
 
       exp_sym_flag='-bexport'
@@ -9403,7 +11279,7 @@
     link_all_deplibs_CXX=yes
 
     if test "$GXX" = yes; then
-      case $host_os in aix4.012|aix4.012.*)
+      case $host_os in aix4.[012]|aix4.[012].*)
       # We only want to do this on AIX 4.2 and lower, the check
       # below for broken collect2 doesn't work under 4.3+
 	collect2name=`${CC} -print-prog-name=collect2`
@@ -9422,8 +11298,12 @@
 	  hardcode_libdir_flag_spec_CXX='-L$libdir'
 	  hardcode_libdir_separator_CXX=
 	fi
+	;;
       esac
       shared_flag='-shared'
+      if test "$aix_use_runtimelinking" = yes; then
+	shared_flag="$shared_flag "'${wl}-G'
+      fi
     else
       # not using gcc
       if test "$host_cpu" = ia64; then
@@ -9463,23 +11343,36 @@
 }
 _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
-  (eval $ac_link) 2>conftest.er1
+if { (ac_try="$ac_link"
+case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_link") 2>conftest.er1
   ac_status=$?
   grep -v '^ *+' conftest.er1 >conftest.err
   rm -f conftest.er1
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-	 { ac_try='test -z "$ac_cxx_werror_flag"			 || test ! -s conftest.err'
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-  (eval $ac_try) 2>&5
+	 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
+  { (case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_try") 2>&5
   ac_status=$?
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); }; } &&
 	 { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-  (eval $ac_try) 2>&5
+  { (case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_try") 2>&5
   ac_status=$?
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
@@ -9493,19 +11386,21 @@
   echo "$as_me: failed program was:" >&5
 sed 's/^/| /' conftest.$ac_ext >&5
 
+
 fi
-rm -f conftest.err conftest.$ac_objext \
+
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
       conftest$ac_exeext conftest.$ac_ext
 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
 
       hardcode_libdir_flag_spec_CXX='${wl}-blibpath:$libdir:'"$aix_libpath"
 
-      archive_expsym_cmds_CXX="\$CC"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$no_entry_flag \${wl}$exp_sym_flag:\$export_symbols $shared_flag"
+      archive_expsym_cmds_CXX="\$CC"' -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
      else
       if test "$host_cpu" = ia64; then
 	hardcode_libdir_flag_spec_CXX='${wl}-R $libdir:/usr/lib:/lib'
 	allow_undefined_flag_CXX="-z nodefs"
-	archive_expsym_cmds_CXX="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags ${wl}${allow_undefined_flag} '"\${wl}$no_entry_flag \${wl}$exp_sym_flag:\$export_symbols"
+	archive_expsym_cmds_CXX="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags ${wl}${allow_undefined_flag} '"\${wl}$exp_sym_flag:\$export_symbols"
       else
 	# Determine the default libpath from the value encoded in an empty executable.
 	cat >conftest.$ac_ext <<_ACEOF
@@ -9524,23 +11419,36 @@
 }
 _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
-  (eval $ac_link) 2>conftest.er1
+if { (ac_try="$ac_link"
+case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_link") 2>conftest.er1
   ac_status=$?
   grep -v '^ *+' conftest.er1 >conftest.err
   rm -f conftest.er1
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-	 { ac_try='test -z "$ac_cxx_werror_flag"			 || test ! -s conftest.err'
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-  (eval $ac_try) 2>&5
+	 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
+  { (case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_try") 2>&5
   ac_status=$?
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); }; } &&
 	 { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-  (eval $ac_try) 2>&5
+  { (case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_try") 2>&5
   ac_status=$?
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
@@ -9554,8 +11462,10 @@
   echo "$as_me: failed program was:" >&5
 sed 's/^/| /' conftest.$ac_ext >&5
 
+
 fi
-rm -f conftest.err conftest.$ac_objext \
+
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
       conftest$ac_exeext conftest.$ac_ext
 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
 
@@ -9564,16 +11474,26 @@
 	# -berok will link without error, but may produce a broken library.
 	no_undefined_flag_CXX=' ${wl}-bernotok'
 	allow_undefined_flag_CXX=' ${wl}-berok'
-	# -bexpall does not export symbols beginning with underscore (_)
-	always_export_symbols_CXX=yes
 	# Exported symbols can be pulled into shared objects from archives
-	whole_archive_flag_spec_CXX=' '
+	whole_archive_flag_spec_CXX='$convenience'
 	archive_cmds_need_lc_CXX=yes
-	# This is similar to how AIX traditionally builds it's shared libraries.
-	archive_expsym_cmds_CXX="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags ${wl}-bE:$export_symbols ${wl}-bnoentry${allow_undefined_flag}~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$soname'
+	# This is similar to how AIX traditionally builds its shared libraries.
+	archive_expsym_cmds_CXX="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs ${wl}-bnoentry $compiler_flags ${wl}-bE:$export_symbols${allow_undefined_flag}~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$soname'
       fi
     fi
     ;;
+
+  beos*)
+    if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
+      allow_undefined_flag_CXX=unsupported
+      # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
+      # support --undefined.  This deserves some investigation.  FIXME
+      archive_cmds_CXX='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
+    else
+      ld_shlibs_CXX=no
+    fi
+    ;;
+
   chorus*)
     case $cc_basename in
       *)
@@ -9592,7 +11512,7 @@
     enable_shared_with_static_runtimes_CXX=yes
 
     if $LD --help 2>&1 | grep 'auto-import' > /dev/null; then
-      archive_cmds_CXX='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $output_objdir/$soname ${wl}--image-base=0x10000000 ${wl}--out-implib,$lib'
+      archive_cmds_CXX='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
       # If the export-symbols file already is a .def file (1st line
       # is EXPORTS), use it as is; otherwise, prepend...
       archive_expsym_cmds_CXX='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
@@ -9601,70 +11521,81 @@
 	echo EXPORTS > $output_objdir/$soname.def;
 	cat $export_symbols >> $output_objdir/$soname.def;
       fi~
-      $CC -shared -nostdlib $output_objdir/$soname.def $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $output_objdir/$soname ${wl}--image-base=0x10000000 ${wl}--out-implib,$lib'
+      $CC -shared -nostdlib $output_objdir/$soname.def $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
     else
       ld_shlibs_CXX=no
     fi
   ;;
-
-  darwin* | rhapsody*)
-  if test "$GXX" = yes; then
-    archive_cmds_need_lc_CXX=no
-    case "$host_os" in
-    rhapsody* | darwin1.[012])
-      allow_undefined_flag_CXX='-undefined suppress'
-      ;;
-    *) # Darwin 1.3 on
-      if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then
-      	allow_undefined_flag_CXX='-flat_namespace -undefined suppress'
-      else
-        case ${MACOSX_DEPLOYMENT_TARGET} in
-          10.[012])
-            allow_undefined_flag_CXX='-flat_namespace -undefined suppress'
-            ;;
-          10.*)
-            allow_undefined_flag_CXX='-undefined dynamic_lookup'
-            ;;
+      darwin* | rhapsody*)
+        case $host_os in
+        rhapsody* | darwin1.[012])
+         allow_undefined_flag_CXX='${wl}-undefined ${wl}suppress'
+         ;;
+       *) # Darwin 1.3 on
+         if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then
+           allow_undefined_flag_CXX='${wl}-flat_namespace ${wl}-undefined ${wl}suppress'
+         else
+           case ${MACOSX_DEPLOYMENT_TARGET} in
+             10.[012])
+               allow_undefined_flag_CXX='${wl}-flat_namespace ${wl}-undefined ${wl}suppress'
+               ;;
+             10.*)
+               allow_undefined_flag_CXX='${wl}-undefined ${wl}dynamic_lookup'
+               ;;
+           esac
+         fi
+         ;;
         esac
-      fi
-      ;;
-    esac
-    lt_int_apple_cc_single_mod=no
-    output_verbose_link_cmd='echo'
-    if $CC -dumpspecs 2>&1 | grep 'single_module' >/dev/null ; then
-      lt_int_apple_cc_single_mod=yes
-    fi
-    if test "X$lt_int_apple_cc_single_mod" = Xyes ; then
-      archive_cmds_CXX='$CC -dynamiclib -single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring'
-    else
-      archive_cmds_CXX='$CC -r ${wl}-bind_at_load -keep_private_externs -nostdlib -o ${lib}-master.o $libobjs~$CC -dynamiclib $allow_undefined_flag -o $lib ${lib}-master.o $deplibs $compiler_flags -install_name $rpath/$soname $verstring'
-    fi
-    module_cmds_CXX='$CC ${wl}-bind_at_load $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
+      archive_cmds_need_lc_CXX=no
+      hardcode_direct_CXX=no
+      hardcode_automatic_CXX=yes
+      hardcode_shlibpath_var_CXX=unsupported
+      whole_archive_flag_spec_CXX=''
+      link_all_deplibs_CXX=yes
 
-    # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin ld's
-    if test "X$lt_int_apple_cc_single_mod" = Xyes ; then
-      archive_expsym_cmds_CXX='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -dynamiclib -single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
-    else
-      archive_expsym_cmds_CXX='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -r ${wl}-bind_at_load -keep_private_externs -nostdlib -o ${lib}-master.o $libobjs~$CC -dynamiclib $allow_undefined_flag -o $lib ${lib}-master.o $deplibs $compiler_flags -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
-    fi
-    module_expsym_cmds_CXX='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag  -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
-    hardcode_direct_CXX=no
-    hardcode_automatic_CXX=yes
-    hardcode_shlibpath_var_CXX=unsupported
-    whole_archive_flag_spec_CXX='-all_load $convenience'
-    link_all_deplibs_CXX=yes
-  else
-    ld_shlibs_CXX=no
-  fi
-    ;;
+    if test "$GXX" = yes ; then
+      lt_int_apple_cc_single_mod=no
+      output_verbose_link_cmd='echo'
+      if $CC -dumpspecs 2>&1 | $EGREP 'single_module' >/dev/null ; then
+       lt_int_apple_cc_single_mod=yes
+      fi
+      if test "X$lt_int_apple_cc_single_mod" = Xyes ; then
+       archive_cmds_CXX='$CC -dynamiclib -single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring'
+      else
+          archive_cmds_CXX='$CC -r -keep_private_externs -nostdlib -o ${lib}-master.o $libobjs~$CC -dynamiclib $allow_undefined_flag -o $lib ${lib}-master.o $deplibs $compiler_flags -install_name $rpath/$soname $verstring'
+        fi
+        module_cmds_CXX='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
+        # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin lds
+          if test "X$lt_int_apple_cc_single_mod" = Xyes ; then
+            archive_expsym_cmds_CXX='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -dynamiclib -single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
+          else
+            archive_expsym_cmds_CXX='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -r -keep_private_externs -nostdlib -o ${lib}-master.o $libobjs~$CC -dynamiclib $allow_undefined_flag -o $lib ${lib}-master.o $deplibs $compiler_flags -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
+          fi
+            module_expsym_cmds_CXX='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag  -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
+      else
+      case $cc_basename in
+        xlc*)
+         output_verbose_link_cmd='echo'
+          archive_cmds_CXX='$CC -qmkshrobj ${wl}-single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}`echo $rpath/$soname` $verstring'
+          module_cmds_CXX='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
+          # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin lds
+          archive_expsym_cmds_CXX='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -qmkshrobj ${wl}-single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}$rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
+          module_expsym_cmds_CXX='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag  -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
+          ;;
+       *)
+         ld_shlibs_CXX=no
+          ;;
+      esac
+      fi
+        ;;
 
   dgux*)
     case $cc_basename in
-      ec++)
+      ec++*)
 	# FIXME: insert proper C++ library support
 	ld_shlibs_CXX=no
 	;;
-      ghcx)
+      ghcx*)
 	# Green Hills C++ Compiler
 	# FIXME: insert proper C++ library support
 	ld_shlibs_CXX=no
@@ -9675,14 +11606,14 @@
 	;;
     esac
     ;;
-  freebsd12*)
+  freebsd[12]*)
     # C++ shared libraries reported to be fairly broken before switch to ELF
     ld_shlibs_CXX=no
     ;;
   freebsd-elf*)
     archive_cmds_need_lc_CXX=no
     ;;
-  freebsd* | kfreebsd*-gnu)
+  freebsd* | dragonfly*)
     # FreeBSD 3 and later use GNU C++ and GNU ld with standard ELF
     # conventions
     ld_shlibs_CXX=yes
@@ -9699,11 +11630,11 @@
 				# location of the library.
 
     case $cc_basename in
-    CC)
+    CC*)
       # FIXME: insert proper C++ library support
       ld_shlibs_CXX=no
       ;;
-    aCC)
+    aCC*)
       archive_cmds_CXX='$rm $output_objdir/$soname~$CC -b ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
       # Commands to make compiler produce verbose output that lists
       # what "hidden" libraries, object files and flags are used when
@@ -9713,7 +11644,7 @@
       # explicitly linking system object files so we need to strip them
       # from the output so that they don't get included in the library
       # dependencies.
-      output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | grep "-L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list'
+      output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | grep "[-]L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list'
       ;;
     *)
       if test "$GXX" = yes; then
@@ -9727,33 +11658,22 @@
     ;;
   hpux10*|hpux11*)
     if test $with_gnu_ld = no; then
-      case "$host_cpu" in
-      hppa*64*)
-	hardcode_libdir_flag_spec_CXX='${wl}+b ${wl}$libdir'
+      hardcode_libdir_flag_spec_CXX='${wl}+b ${wl}$libdir'
+      hardcode_libdir_separator_CXX=:
+
+      case $host_cpu in
+      hppa*64*|ia64*)
 	hardcode_libdir_flag_spec_ld_CXX='+b $libdir'
-	hardcode_libdir_separator_CXX=:
-        ;;
-      ia64*)
-	hardcode_libdir_flag_spec_CXX='-L$libdir'
         ;;
       *)
-	hardcode_libdir_flag_spec_CXX='${wl}+b ${wl}$libdir'
-	hardcode_libdir_separator_CXX=:
 	export_dynamic_flag_spec_CXX='${wl}-E'
         ;;
       esac
     fi
-    case "$host_cpu" in
-    hppa*64*)
-      hardcode_direct_CXX=no
-      hardcode_shlibpath_var_CXX=no
-      ;;
-    ia64*)
+    case $host_cpu in
+    hppa*64*|ia64*)
       hardcode_direct_CXX=no
       hardcode_shlibpath_var_CXX=no
-      hardcode_minus_L_CXX=yes # Not in the search PATH,
-					      # but as the default
-					      # location of the library.
       ;;
     *)
       hardcode_direct_CXX=yes
@@ -9764,14 +11684,17 @@
     esac
 
     case $cc_basename in
-      CC)
+      CC*)
 	# FIXME: insert proper C++ library support
 	ld_shlibs_CXX=no
 	;;
-      aCC)
-	case "$host_cpu" in
-	hppa*64*|ia64*)
-	  archive_cmds_CXX='$LD -b +h $soname -o $lib $linker_flags $libobjs $deplibs'
+      aCC*)
+	case $host_cpu in
+	hppa*64*)
+	  archive_cmds_CXX='$CC -b ${wl}+h ${wl}$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
+	  ;;
+	ia64*)
+	  archive_cmds_CXX='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
 	  ;;
 	*)
 	  archive_cmds_CXX='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
@@ -9790,9 +11713,12 @@
       *)
 	if test "$GXX" = yes; then
 	  if test $with_gnu_ld = no; then
-	    case "$host_cpu" in
-	    ia64*|hppa*64*)
-	      archive_cmds_CXX='$LD -b +h $soname -o $lib $linker_flags $libobjs $deplibs'
+	    case $host_cpu in
+	    hppa*64*)
+	      archive_cmds_CXX='$CC -shared -nostdlib -fPIC ${wl}+h ${wl}$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
+	      ;;
+	    ia64*)
+	      archive_cmds_CXX='$CC -shared -nostdlib -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
 	      ;;
 	    *)
 	      archive_cmds_CXX='$CC -shared -nostdlib -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
@@ -9806,11 +11732,25 @@
 	;;
     esac
     ;;
+  interix3*)
+    hardcode_direct_CXX=no
+    hardcode_shlibpath_var_CXX=no
+    hardcode_libdir_flag_spec_CXX='${wl}-rpath,$libdir'
+    export_dynamic_flag_spec_CXX='${wl}-E'
+    # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
+    # Instead, shared libraries are loaded at an image base (0x10000000 by
+    # default) and relocated if they conflict, which is a slow very memory
+    # consuming and fragmenting process.  To avoid this, we pick a random,
+    # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
+    # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
+    archive_cmds_CXX='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
+    archive_expsym_cmds_CXX='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
+    ;;
   irix5* | irix6*)
     case $cc_basename in
-      CC)
+      CC*)
 	# SGI C++
-	archive_cmds_CXX='$CC -shared -all -multigot $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${objdir}/so_locations -o $lib'
+	archive_cmds_CXX='$CC -shared -all -multigot $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
 
 	# Archives containing C++ object files must be created using
 	# "CC -ar", where "CC" is the IRIX C++ compiler.  This is
@@ -9821,7 +11761,7 @@
       *)
 	if test "$GXX" = yes; then
 	  if test "$with_gnu_ld" = no; then
-	    archive_cmds_CXX='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${objdir}/so_locations -o $lib'
+	    archive_cmds_CXX='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
 	  else
 	    archive_cmds_CXX='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` -o $lib'
 	  fi
@@ -9832,9 +11772,9 @@
     hardcode_libdir_flag_spec_CXX='${wl}-rpath ${wl}$libdir'
     hardcode_libdir_separator_CXX=:
     ;;
-  linux*)
+  linux* | k*bsd*-gnu)
     case $cc_basename in
-      KCC)
+      KCC*)
 	# Kuck and Associates, Inc. (KAI) C++ Compiler
 
 	# KCC will only create a shared library if the output file
@@ -9859,17 +11799,41 @@
 	# "CC -Bstatic", where "CC" is the KAI C++ compiler.
 	old_archive_cmds_CXX='$CC -Bstatic -o $oldlib $oldobjs'
 	;;
-      icpc)
+      icpc*)
 	# Intel C++
 	with_gnu_ld=yes
+	# version 8.0 and above of icpc choke on multiply defined symbols
+	# if we add $predep_objects and $postdep_objects, however 7.1 and
+	# earlier do not add the objects themselves.
+	case `$CC -V 2>&1` in
+	*"Version 7."*)
+  	  archive_cmds_CXX='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib'
+  	  archive_expsym_cmds_CXX='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
+	  ;;
+	*)  # Version 8.0 or newer
+	  tmp_idyn=
+	  case $host_cpu in
+	    ia64*) tmp_idyn=' -i_dynamic';;
+	  esac
+  	  archive_cmds_CXX='$CC -shared'"$tmp_idyn"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
+	  archive_expsym_cmds_CXX='$CC -shared'"$tmp_idyn"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
+	  ;;
+	esac
 	archive_cmds_need_lc_CXX=no
-	archive_cmds_CXX='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib'
-	archive_expsym_cmds_CXX='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
 	hardcode_libdir_flag_spec_CXX='${wl}-rpath,$libdir'
 	export_dynamic_flag_spec_CXX='${wl}--export-dynamic'
 	whole_archive_flag_spec_CXX='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
 	;;
-      cxx)
+      pgCC*)
+        # Portland Group C++ compiler
+	archive_cmds_CXX='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname -o $lib'
+  	archive_expsym_cmds_CXX='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname ${wl}-retain-symbols-file ${wl}$export_symbols -o $lib'
+
+	hardcode_libdir_flag_spec_CXX='${wl}--rpath ${wl}$libdir'
+	export_dynamic_flag_spec_CXX='${wl}--export-dynamic'
+	whole_archive_flag_spec_CXX='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}--no-whole-archive'
+        ;;
+      cxx*)
 	# Compaq C++
 	archive_cmds_CXX='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib'
 	archive_expsym_cmds_CXX='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname  -o $lib ${wl}-retain-symbols-file $wl$export_symbols'
@@ -9900,7 +11864,7 @@
     ;;
   mvs*)
     case $cc_basename in
-      cxx)
+      cxx*)
 	# FIXME: insert proper C++ library support
 	ld_shlibs_CXX=no
 	;;
@@ -9910,7 +11874,7 @@
 	;;
     esac
     ;;
-  netbsd* | netbsdelf*-gnu | knetbsd*-gnu)
+  netbsd* | netbsdelf*-gnu)
     if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
       archive_cmds_CXX='$LD -Bshareable  -o $lib $predep_objects $libobjs $deplibs $postdep_objects $linker_flags'
       wlarc=
@@ -9921,9 +11885,25 @@
     # Workaround some broken pre-1.5 toolchains
     output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep conftest.$objext | $SED -e "s:-lgcc -lc -lgcc::"'
     ;;
+  openbsd2*)
+    # C++ shared libraries are fairly broken
+    ld_shlibs_CXX=no
+    ;;
+  openbsd*)
+    hardcode_direct_CXX=yes
+    hardcode_shlibpath_var_CXX=no
+    archive_cmds_CXX='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib'
+    hardcode_libdir_flag_spec_CXX='${wl}-rpath,$libdir'
+    if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
+      archive_expsym_cmds_CXX='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-retain-symbols-file,$export_symbols -o $lib'
+      export_dynamic_flag_spec_CXX='${wl}-E'
+      whole_archive_flag_spec_CXX="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
+    fi
+    output_verbose_link_cmd='echo'
+    ;;
   osf3*)
     case $cc_basename in
-      KCC)
+      KCC*)
 	# Kuck and Associates, Inc. (KAI) C++ Compiler
 
 	# KCC will only create a shared library if the output file
@@ -9939,14 +11919,14 @@
 	old_archive_cmds_CXX='$CC -Bstatic -o $oldlib $oldobjs'
 
 	;;
-      RCC)
+      RCC*)
 	# Rational C++ 2.4.1
 	# FIXME: insert proper C++ library support
 	ld_shlibs_CXX=no
 	;;
-      cxx)
+      cxx*)
 	allow_undefined_flag_CXX=' ${wl}-expect_unresolved ${wl}\*'
-	archive_cmds_CXX='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $soname `test -n "$verstring" && echo ${wl}-set_version $verstring` -update_registry ${objdir}/so_locations -o $lib'
+	archive_cmds_CXX='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $soname `test -n "$verstring" && echo ${wl}-set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
 
 	hardcode_libdir_flag_spec_CXX='${wl}-rpath ${wl}$libdir'
 	hardcode_libdir_separator_CXX=:
@@ -9964,7 +11944,7 @@
       *)
 	if test "$GXX" = yes && test "$with_gnu_ld" = no; then
 	  allow_undefined_flag_CXX=' ${wl}-expect_unresolved ${wl}\*'
-	  archive_cmds_CXX='$CC -shared -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${objdir}/so_locations -o $lib'
+	  archive_cmds_CXX='$CC -shared -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
 
 	  hardcode_libdir_flag_spec_CXX='${wl}-rpath ${wl}$libdir'
 	  hardcode_libdir_separator_CXX=:
@@ -9983,7 +11963,7 @@
     ;;
   osf4* | osf5*)
     case $cc_basename in
-      KCC)
+      KCC*)
 	# Kuck and Associates, Inc. (KAI) C++ Compiler
 
 	# KCC will only create a shared library if the output file
@@ -9998,17 +11978,17 @@
 	# the KAI C++ compiler.
 	old_archive_cmds_CXX='$CC -o $oldlib $oldobjs'
 	;;
-      RCC)
+      RCC*)
 	# Rational C++ 2.4.1
 	# FIXME: insert proper C++ library support
 	ld_shlibs_CXX=no
 	;;
-      cxx)
+      cxx*)
 	allow_undefined_flag_CXX=' -expect_unresolved \*'
-	archive_cmds_CXX='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${objdir}/so_locations -o $lib'
+	archive_cmds_CXX='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
 	archive_expsym_cmds_CXX='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~
 	  echo "-hidden">> $lib.exp~
-	  $CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname -Wl,-input -Wl,$lib.exp  `test -n "$verstring" && echo -set_version	$verstring` -update_registry $objdir/so_locations -o $lib~
+	  $CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname -Wl,-input -Wl,$lib.exp  `test -n "$verstring" && echo -set_version	$verstring` -update_registry ${output_objdir}/so_locations -o $lib~
 	  $rm $lib.exp'
 
 	hardcode_libdir_flag_spec_CXX='-rpath $libdir'
@@ -10027,7 +12007,7 @@
       *)
 	if test "$GXX" = yes && test "$with_gnu_ld" = no; then
 	  allow_undefined_flag_CXX=' ${wl}-expect_unresolved ${wl}\*'
-	 archive_cmds_CXX='$CC -shared -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${objdir}/so_locations -o $lib'
+	 archive_cmds_CXX='$CC -shared -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
 
 	  hardcode_libdir_flag_spec_CXX='${wl}-rpath ${wl}$libdir'
 	  hardcode_libdir_separator_CXX=:
@@ -10048,27 +12028,14 @@
     # FIXME: insert proper C++ library support
     ld_shlibs_CXX=no
     ;;
-  sco*)
-    archive_cmds_need_lc_CXX=no
-    case $cc_basename in
-      CC)
-	# FIXME: insert proper C++ library support
-	ld_shlibs_CXX=no
-	;;
-      *)
-	# FIXME: insert proper C++ library support
-	ld_shlibs_CXX=no
-	;;
-    esac
-    ;;
   sunos4*)
     case $cc_basename in
-      CC)
+      CC*)
 	# Sun C++ 4.x
 	# FIXME: insert proper C++ library support
 	ld_shlibs_CXX=no
 	;;
-      lcc)
+      lcc*)
 	# Lucid
 	# FIXME: insert proper C++ library support
 	ld_shlibs_CXX=no
@@ -10081,36 +12048,33 @@
     ;;
   solaris*)
     case $cc_basename in
-      CC)
+      CC*)
 	# Sun C++ 4.2, 5.x and Centerline C++
+        archive_cmds_need_lc_CXX=yes
 	no_undefined_flag_CXX=' -zdefs'
-	archive_cmds_CXX='$CC -G${allow_undefined_flag} -nolib -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
+	archive_cmds_CXX='$CC -G${allow_undefined_flag}  -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
 	archive_expsym_cmds_CXX='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
-	$CC -G${allow_undefined_flag} -nolib ${wl}-M ${wl}$lib.exp -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$rm $lib.exp'
+	$CC -G${allow_undefined_flag}  ${wl}-M ${wl}$lib.exp -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$rm $lib.exp'
 
 	hardcode_libdir_flag_spec_CXX='-R$libdir'
 	hardcode_shlibpath_var_CXX=no
 	case $host_os in
-	  solaris2.0-5 | solaris2.0-5.*) ;;
+	  solaris2.[0-5] | solaris2.[0-5].*) ;;
 	  *)
 	    # The C++ compiler is used as linker so we must use $wl
 	    # flag to pass the commands to the underlying system
-	    # linker.
+	    # linker. We must also pass each convience library through
+	    # to the system linker between allextract/defaultextract.
+	    # The C++ compiler will combine linker options so we
+	    # cannot just pass the convience library names through
+	    # without $wl.
 	    # Supported since Solaris 2.6 (maybe 2.5.1?)
-	    whole_archive_flag_spec_CXX='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
+	    whole_archive_flag_spec_CXX='${wl}-z ${wl}allextract`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}-z ${wl}defaultextract'
 	    ;;
 	esac
 	link_all_deplibs_CXX=yes
 
-	# Commands to make compiler produce verbose output that lists
-	# what "hidden" libraries, object files and flags are used when
-	# linking a shared library.
-	#
-	# There doesn't appear to be a way to prevent this compiler from
-	# explicitly linking system object files so we need to strip them
-	# from the output so that they don't get included in the library
-	# dependencies.
-	output_verbose_link_cmd='templist=`$CC -G $CFLAGS -v conftest.$objext 2>&1 | grep "\-[LR]"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list'
+	output_verbose_link_cmd='echo'
 
 	# Archives containing C++ object files must be created using
 	# "CC -xar", where "CC" is the Sun C++ compiler.  This is
@@ -10118,7 +12082,7 @@
 	# in the archive.
 	old_archive_cmds_CXX='$CC -xar -o $oldlib $oldobjs'
 	;;
-      gcx)
+      gcx*)
 	# Green Hills C++ Compiler
 	archive_cmds_CXX='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib'
 
@@ -10156,12 +12120,63 @@
 	;;
     esac
     ;;
-  sysv5OpenUNIX8* | sysv5UnixWare7* | sysv5uw[78]* | unixware7*)
+  sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
+    no_undefined_flag_CXX='${wl}-z,text'
+    archive_cmds_need_lc_CXX=no
+    hardcode_shlibpath_var_CXX=no
+    runpath_var='LD_RUN_PATH'
+
+    case $cc_basename in
+      CC*)
+	archive_cmds_CXX='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
+	archive_expsym_cmds_CXX='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
+	;;
+      *)
+	archive_cmds_CXX='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
+	archive_expsym_cmds_CXX='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
+	;;
+    esac
+    ;;
+  sysv5* | sco3.2v5* | sco5v6*)
+    # Note: We can NOT use -z defs as we might desire, because we do not
+    # link with -lc, and that would cause any symbols used from libc to
+    # always be unresolved, which means just about no library would
+    # ever link correctly.  If we're not using GNU ld we use -z text
+    # though, which does catch some bad symbols but isn't as heavy-handed
+    # as -z defs.
+    # For security reasons, it is highly recommended that you always
+    # use absolute paths for naming shared libraries, and exclude the
+    # DT_RUNPATH tag from executables and libraries.  But doing so
+    # requires that you compile everything twice, which is a pain.
+    # So that behaviour is only enabled if SCOABSPATH is set to a
+    # non-empty value in the environment.  Most likely only useful for
+    # creating official distributions of packages.
+    # This is a hack until libtool officially supports absolute path
+    # names for shared libraries.
+    no_undefined_flag_CXX='${wl}-z,text'
+    allow_undefined_flag_CXX='${wl}-z,nodefs'
     archive_cmds_need_lc_CXX=no
+    hardcode_shlibpath_var_CXX=no
+    hardcode_libdir_flag_spec_CXX='`test -z "$SCOABSPATH" && echo ${wl}-R,$libdir`'
+    hardcode_libdir_separator_CXX=':'
+    link_all_deplibs_CXX=yes
+    export_dynamic_flag_spec_CXX='${wl}-Bexport'
+    runpath_var='LD_RUN_PATH'
+
+    case $cc_basename in
+      CC*)
+	archive_cmds_CXX='$CC -G ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags'
+	archive_expsym_cmds_CXX='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags'
+	;;
+      *)
+	archive_cmds_CXX='$CC -shared ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags'
+	archive_expsym_cmds_CXX='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags'
+	;;
+    esac
     ;;
   tandem*)
     case $cc_basename in
-      NCC)
+      NCC*)
 	# NonStop-UX NCC 3.20
 	# FIXME: insert proper C++ library support
 	ld_shlibs_CXX=no
@@ -10181,8 +12196,8 @@
     ld_shlibs_CXX=no
     ;;
 esac
-echo "$as_me:$LINENO: result: $ld_shlibs_CXX" >&5
-echo "${ECHO_T}$ld_shlibs_CXX" >&6
+{ echo "$as_me:$LINENO: result: $ld_shlibs_CXX" >&5
+echo "${ECHO_T}$ld_shlibs_CXX" >&6; }
 test "$ld_shlibs_CXX" = no && can_build_shared=no
 
 GCC_CXX="$GXX"
@@ -10214,7 +12229,7 @@
   # The `*' in the case matches for architectures that use `case' in
   # $output_verbose_cmd can trigger glob expansion during the loop
   # eval without this substitution.
-  output_verbose_link_cmd="`$echo \"X$output_verbose_link_cmd\" | $Xsed -e \"$no_glob_subst\"`"
+  output_verbose_link_cmd=`$echo "X$output_verbose_link_cmd" | $Xsed -e "$no_glob_subst"`
 
   for p in `eval $output_verbose_link_cmd`; do
     case $p in
@@ -10290,6 +12305,29 @@
 
 $rm -f confest.$objext
 
+# PORTME: override above test on systems where it is broken
+case $host_os in
+interix3*)
+  # Interix 3.5 installs completely hosed .la files for C++, so rather than
+  # hack all around it, let's just trust "g++" to DTRT.
+  predep_objects_CXX=
+  postdep_objects_CXX=
+  postdeps_CXX=
+  ;;
+
+solaris*)
+  case $cc_basename in
+  CC*)
+    # Adding this requires a known-good setup of shared libraries for
+    # Sun compiler versions before 5.6, else PIC objects from an old
+    # archive will be linked into the output, leading to subtle bugs.
+    postdeps_CXX='-lCstd -lCrun'
+    ;;
+  esac
+  ;;
+esac
+
+
 case " $postdeps_CXX " in
 *" -lc "*) archive_cmds_need_lc_CXX=no ;;
 esac
@@ -10298,8 +12336,8 @@
 lt_prog_compiler_pic_CXX=
 lt_prog_compiler_static_CXX=
 
-echo "$as_me:$LINENO: checking for $compiler option to produce PIC" >&5
-echo $ECHO_N "checking for $compiler option to produce PIC... $ECHO_C" >&6
+{ echo "$as_me:$LINENO: checking for $compiler option to produce PIC" >&5
+echo $ECHO_N "checking for $compiler option to produce PIC... $ECHO_C" >&6; }
 
   # C++ specific cases for pic, static, wl, etc.
   if test "$GXX" = yes; then
@@ -10337,6 +12375,10 @@
       # DJGPP does not support shared libraries at all
       lt_prog_compiler_pic_CXX=
       ;;
+    interix3*)
+      # Interix 3.x gcc -fpic/-fPIC options generate broken code.
+      # Instead, we relocate shared libraries at runtime.
+      ;;
     sysv4*MP*)
       if test -d /usr/nec; then
 	lt_prog_compiler_pic_CXX=-Kconform_pic
@@ -10345,7 +12387,7 @@
     hpux*)
       # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
       # not for PA HP-UX.
-      case "$host_cpu" in
+      case $host_cpu in
       hppa*64*|ia64*)
 	;;
       *)
@@ -10370,18 +12412,28 @@
 	;;
       chorus*)
 	case $cc_basename in
-	cxch68)
+	cxch68*)
 	  # Green Hills C++ Compiler
 	  # _LT_AC_TAGVAR(lt_prog_compiler_static, CXX)="--no_auto_instantiation -u __main -u __premain -u _abort -r $COOL_DIR/lib/libOrb.a $MVME_DIR/lib/CC/libC.a $MVME_DIR/lib/classix/libcx.s.a"
 	  ;;
 	esac
 	;;
+       darwin*)
+         # PIC is the default on this platform
+         # Common symbols not allowed in MH_DYLIB files
+         case $cc_basename in
+           xlc*)
+           lt_prog_compiler_pic_CXX='-qnocommon'
+           lt_prog_compiler_wl_CXX='-Wl,'
+           ;;
+         esac
+       ;;
       dgux*)
 	case $cc_basename in
-	  ec++)
+	  ec++*)
 	    lt_prog_compiler_pic_CXX='-KPIC'
 	    ;;
-	  ghcx)
+	  ghcx*)
 	    # Green Hills C++ Compiler
 	    lt_prog_compiler_pic_CXX='-pic'
 	    ;;
@@ -10389,22 +12441,22 @@
 	    ;;
 	esac
 	;;
-      freebsd* | kfreebsd*-gnu)
+      freebsd* | dragonfly*)
 	# FreeBSD uses GNU C++
 	;;
       hpux9* | hpux10* | hpux11*)
 	case $cc_basename in
-	  CC)
+	  CC*)
 	    lt_prog_compiler_wl_CXX='-Wl,'
-	    lt_prog_compiler_static_CXX="${ac_cv_prog_cc_wl}-a ${ac_cv_prog_cc_wl}archive"
+	    lt_prog_compiler_static_CXX='${wl}-a ${wl}archive'
 	    if test "$host_cpu" != ia64; then
 	      lt_prog_compiler_pic_CXX='+Z'
 	    fi
 	    ;;
-	  aCC)
+	  aCC*)
 	    lt_prog_compiler_wl_CXX='-Wl,'
-	    lt_prog_compiler_static_CXX="${ac_cv_prog_cc_wl}-a ${ac_cv_prog_cc_wl}archive"
-	    case "$host_cpu" in
+	    lt_prog_compiler_static_CXX='${wl}-a ${wl}archive'
+	    case $host_cpu in
 	    hppa*64*|ia64*)
 	      # +Z the default
 	      ;;
@@ -10417,9 +12469,13 @@
 	    ;;
 	esac
 	;;
+      interix*)
+	# This is c89, which is MS Visual C++ (no shared libs)
+	# Anyone wants to do a port?
+	;;
       irix5* | irix6* | nonstopux*)
 	case $cc_basename in
-	  CC)
+	  CC*)
 	    lt_prog_compiler_wl_CXX='-Wl,'
 	    lt_prog_compiler_static_CXX='-non_shared'
 	    # CC pic flag -KPIC is the default.
@@ -10428,20 +12484,26 @@
 	    ;;
 	esac
 	;;
-      linux*)
+      linux* | k*bsd*-gnu)
 	case $cc_basename in
-	  KCC)
+	  KCC*)
 	    # KAI C++ Compiler
 	    lt_prog_compiler_wl_CXX='--backend -Wl,'
 	    lt_prog_compiler_pic_CXX='-fPIC'
 	    ;;
-	  icpc)
+	  icpc* | ecpc*)
 	    # Intel C++
 	    lt_prog_compiler_wl_CXX='-Wl,'
 	    lt_prog_compiler_pic_CXX='-KPIC'
 	    lt_prog_compiler_static_CXX='-static'
 	    ;;
-	  cxx)
+	  pgCC*)
+	    # Portland Group C++ compiler.
+	    lt_prog_compiler_wl_CXX='-Wl,'
+	    lt_prog_compiler_pic_CXX='-fpic'
+	    lt_prog_compiler_static_CXX='-Bstatic'
+	    ;;
+	  cxx*)
 	    # Compaq C++
 	    # Make sure the PIC flag is empty.  It appears that all Alpha
 	    # Linux and Compaq Tru64 Unix objects are PIC.
@@ -10458,25 +12520,25 @@
 	;;
       mvs*)
 	case $cc_basename in
-	  cxx)
+	  cxx*)
 	    lt_prog_compiler_pic_CXX='-W c,exportall'
 	    ;;
 	  *)
 	    ;;
 	esac
 	;;
-      netbsd* | netbsdelf*-gnu | knetbsd*-gnu)
+      netbsd* | netbsdelf*-gnu)
 	;;
       osf3* | osf4* | osf5*)
 	case $cc_basename in
-	  KCC)
+	  KCC*)
 	    lt_prog_compiler_wl_CXX='--backend -Wl,'
 	    ;;
-	  RCC)
+	  RCC*)
 	    # Rational C++ 2.4.1
 	    lt_prog_compiler_pic_CXX='-pic'
 	    ;;
-	  cxx)
+	  cxx*)
 	    # Digital/Compaq C++
 	    lt_prog_compiler_wl_CXX='-Wl,'
 	    # Make sure the PIC flag is empty.  It appears that all Alpha
@@ -10490,24 +12552,15 @@
 	;;
       psos*)
 	;;
-      sco*)
-	case $cc_basename in
-	  CC)
-	    lt_prog_compiler_pic_CXX='-fPIC'
-	    ;;
-	  *)
-	    ;;
-	esac
-	;;
       solaris*)
 	case $cc_basename in
-	  CC)
+	  CC*)
 	    # Sun C++ 4.2, 5.x and Centerline C++
 	    lt_prog_compiler_pic_CXX='-KPIC'
 	    lt_prog_compiler_static_CXX='-Bstatic'
 	    lt_prog_compiler_wl_CXX='-Qoption ld '
 	    ;;
-	  gcx)
+	  gcx*)
 	    # Green Hills C++ Compiler
 	    lt_prog_compiler_pic_CXX='-PIC'
 	    ;;
@@ -10517,12 +12570,12 @@
 	;;
       sunos4*)
 	case $cc_basename in
-	  CC)
+	  CC*)
 	    # Sun C++ 4.x
 	    lt_prog_compiler_pic_CXX='-pic'
 	    lt_prog_compiler_static_CXX='-Bstatic'
 	    ;;
-	  lcc)
+	  lcc*)
 	    # Lucid
 	    lt_prog_compiler_pic_CXX='-pic'
 	    ;;
@@ -10532,7 +12585,7 @@
 	;;
       tandem*)
 	case $cc_basename in
-	  NCC)
+	  NCC*)
 	    # NonStop-UX NCC 3.20
 	    lt_prog_compiler_pic_CXX='-KPIC'
 	    ;;
@@ -10540,7 +12593,14 @@
 	    ;;
 	esac
 	;;
-      unixware*)
+      sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
+	case $cc_basename in
+	  CC*)
+	    lt_prog_compiler_wl_CXX='-Wl,'
+	    lt_prog_compiler_pic_CXX='-KPIC'
+	    lt_prog_compiler_static_CXX='-Bstatic'
+	    ;;
+	esac
 	;;
       vxworks*)
 	;;
@@ -10550,16 +12610,16 @@
     esac
   fi
 
-echo "$as_me:$LINENO: result: $lt_prog_compiler_pic_CXX" >&5
-echo "${ECHO_T}$lt_prog_compiler_pic_CXX" >&6
+{ echo "$as_me:$LINENO: result: $lt_prog_compiler_pic_CXX" >&5
+echo "${ECHO_T}$lt_prog_compiler_pic_CXX" >&6; }
 
 #
 # Check to make sure the PIC flag actually works.
 #
 if test -n "$lt_prog_compiler_pic_CXX"; then
 
-echo "$as_me:$LINENO: checking if $compiler PIC flag $lt_prog_compiler_pic_CXX works" >&5
-echo $ECHO_N "checking if $compiler PIC flag $lt_prog_compiler_pic_CXX works... $ECHO_C" >&6
+{ echo "$as_me:$LINENO: checking if $compiler PIC flag $lt_prog_compiler_pic_CXX works" >&5
+echo $ECHO_N "checking if $compiler PIC flag $lt_prog_compiler_pic_CXX works... $ECHO_C" >&6; }
 if test "${lt_prog_compiler_pic_works_CXX+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
@@ -10573,26 +12633,28 @@
    # with a dollar sign (not a hyphen), so the echo should work correctly.
    # The option is referenced via a variable to avoid confusing sed.
    lt_compile=`echo "$ac_compile" | $SED \
-   -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
+   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
    -e 's:$: $lt_compiler_flag:'`
-   (eval echo "\"\$as_me:10579: $lt_compile\"" >&5)
+   (eval echo "\"\$as_me:12639: $lt_compile\"" >&5)
    (eval "$lt_compile" 2>conftest.err)
    ac_status=$?
    cat conftest.err >&5
-   echo "$as_me:10583: \$? = $ac_status" >&5
+   echo "$as_me:12643: \$? = $ac_status" >&5
    if (exit $ac_status) && test -s "$ac_outfile"; then
      # The compiler can only warn and ignore the option if not recognized
-     # So say no if there are warnings
-     if test ! -s conftest.err; then
+     # So say no if there are warnings other than the usual output.
+     $echo "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' >conftest.exp
+     $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
+     if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
        lt_prog_compiler_pic_works_CXX=yes
      fi
    fi
    $rm conftest*
 
 fi
-echo "$as_me:$LINENO: result: $lt_prog_compiler_pic_works_CXX" >&5
-echo "${ECHO_T}$lt_prog_compiler_pic_works_CXX" >&6
+{ echo "$as_me:$LINENO: result: $lt_prog_compiler_pic_works_CXX" >&5
+echo "${ECHO_T}$lt_prog_compiler_pic_works_CXX" >&6; }
 
 if test x"$lt_prog_compiler_pic_works_CXX" = xyes; then
     case $lt_prog_compiler_pic_CXX in
@@ -10605,7 +12667,7 @@
 fi
 
 fi
-case "$host_os" in
+case $host_os in
   # For platforms which do not support PIC, -DPIC is meaningless:
   *djgpp*)
     lt_prog_compiler_pic_CXX=
@@ -10615,8 +12677,50 @@
     ;;
 esac
 
-echo "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_objext" >&5
-echo $ECHO_N "checking if $compiler supports -c -o file.$ac_objext... $ECHO_C" >&6
+#
+# Check to make sure the static flag actually works.
+#
+wl=$lt_prog_compiler_wl_CXX eval lt_tmp_static_flag=\"$lt_prog_compiler_static_CXX\"
+{ echo "$as_me:$LINENO: checking if $compiler static flag $lt_tmp_static_flag works" >&5
+echo $ECHO_N "checking if $compiler static flag $lt_tmp_static_flag works... $ECHO_C" >&6; }
+if test "${lt_prog_compiler_static_works_CXX+set}" = set; then
+  echo $ECHO_N "(cached) $ECHO_C" >&6
+else
+  lt_prog_compiler_static_works_CXX=no
+   save_LDFLAGS="$LDFLAGS"
+   LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
+   printf "$lt_simple_link_test_code" > conftest.$ac_ext
+   if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
+     # The linker can only warn and ignore the option if not recognized
+     # So say no if there are warnings
+     if test -s conftest.err; then
+       # Append any errors to the config.log.
+       cat conftest.err 1>&5
+       $echo "X$_lt_linker_boilerplate" | $Xsed -e '/^$/d' > conftest.exp
+       $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
+       if diff conftest.exp conftest.er2 >/dev/null; then
+         lt_prog_compiler_static_works_CXX=yes
+       fi
+     else
+       lt_prog_compiler_static_works_CXX=yes
+     fi
+   fi
+   $rm conftest*
+   LDFLAGS="$save_LDFLAGS"
+
+fi
+{ echo "$as_me:$LINENO: result: $lt_prog_compiler_static_works_CXX" >&5
+echo "${ECHO_T}$lt_prog_compiler_static_works_CXX" >&6; }
+
+if test x"$lt_prog_compiler_static_works_CXX" = xyes; then
+    :
+else
+    lt_prog_compiler_static_CXX=
+fi
+
+
+{ echo "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_objext" >&5
+echo $ECHO_N "checking if $compiler supports -c -o file.$ac_objext... $ECHO_C" >&6; }
 if test "${lt_cv_prog_compiler_c_o_CXX+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
@@ -10633,23 +12737,25 @@
    # Note that $ac_compile itself does not contain backslashes and begins
    # with a dollar sign (not a hyphen), so the echo should work correctly.
    lt_compile=`echo "$ac_compile" | $SED \
-   -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
+   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
    -e 's:$: $lt_compiler_flag:'`
-   (eval echo "\"\$as_me:10639: $lt_compile\"" >&5)
+   (eval echo "\"\$as_me:12743: $lt_compile\"" >&5)
    (eval "$lt_compile" 2>out/conftest.err)
    ac_status=$?
    cat out/conftest.err >&5
-   echo "$as_me:10643: \$? = $ac_status" >&5
+   echo "$as_me:12747: \$? = $ac_status" >&5
    if (exit $ac_status) && test -s out/conftest2.$ac_objext
    then
      # The compiler can only warn and ignore the option if not recognized
      # So say no if there are warnings
-     if test ! -s out/conftest.err; then
+     $echo "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' > out/conftest.exp
+     $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
+     if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
        lt_cv_prog_compiler_c_o_CXX=yes
      fi
    fi
-   chmod u+w .
+   chmod u+w . 2>&5
    $rm conftest*
    # SGI C++ compiler will create directory out/ii_files/ for
    # template instantiation
@@ -10660,23 +12766,23 @@
    $rm conftest*
 
 fi
-echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_c_o_CXX" >&5
-echo "${ECHO_T}$lt_cv_prog_compiler_c_o_CXX" >&6
+{ echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_c_o_CXX" >&5
+echo "${ECHO_T}$lt_cv_prog_compiler_c_o_CXX" >&6; }
 
 
 hard_links="nottested"
 if test "$lt_cv_prog_compiler_c_o_CXX" = no && test "$need_locks" != no; then
   # do not overwrite the value of need_locks provided by the user
-  echo "$as_me:$LINENO: checking if we can lock with hard links" >&5
-echo $ECHO_N "checking if we can lock with hard links... $ECHO_C" >&6
+  { echo "$as_me:$LINENO: checking if we can lock with hard links" >&5
+echo $ECHO_N "checking if we can lock with hard links... $ECHO_C" >&6; }
   hard_links=yes
   $rm conftest*
   ln conftest.a conftest.b 2>/dev/null && hard_links=no
   touch conftest.a
   ln conftest.a conftest.b 2>&5 || hard_links=no
   ln conftest.a conftest.b 2>/dev/null && hard_links=no
-  echo "$as_me:$LINENO: result: $hard_links" >&5
-echo "${ECHO_T}$hard_links" >&6
+  { echo "$as_me:$LINENO: result: $hard_links" >&5
+echo "${ECHO_T}$hard_links" >&6; }
   if test "$hard_links" = no; then
     { echo "$as_me:$LINENO: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
 echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
@@ -10686,8 +12792,8 @@
   need_locks=no
 fi
 
-echo "$as_me:$LINENO: checking whether the $compiler linker ($LD) supports shared libraries" >&5
-echo $ECHO_N "checking whether the $compiler linker ($LD) supports shared libraries... $ECHO_C" >&6
+{ echo "$as_me:$LINENO: checking whether the $compiler linker ($LD) supports shared libraries" >&5
+echo $ECHO_N "checking whether the $compiler linker ($LD) supports shared libraries... $ECHO_C" >&6; }
 
   export_symbols_cmds_CXX='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
   case $host_os in
@@ -10704,9 +12810,9 @@
     export_symbols_cmds_CXX="$ltdll_cmds"
   ;;
   cygwin* | mingw*)
-    export_symbols_cmds_CXX='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGS] /s/.* \([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW] /s/.* //'\'' | sort | uniq > $export_symbols'
+    export_symbols_cmds_CXX='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS] /s/.* \([^ ]*\)/\1 DATA/;/^.* __nm__/s/^.* __nm__\([^ ]*\) [^ ]*/\1 DATA/;/^I /d;/^[AITW] /s/.* //'\'' | sort | uniq > $export_symbols'
   ;;
-  linux*)
+  linux* | k*bsd*-gnu)
     link_all_deplibs_CXX=no
   ;;
   *)
@@ -10714,15 +12820,10 @@
   ;;
   esac
 
-echo "$as_me:$LINENO: result: $ld_shlibs_CXX" >&5
-echo "${ECHO_T}$ld_shlibs_CXX" >&6
+{ echo "$as_me:$LINENO: result: $ld_shlibs_CXX" >&5
+echo "${ECHO_T}$ld_shlibs_CXX" >&6; }
 test "$ld_shlibs_CXX" = no && can_build_shared=no
 
-variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
-if test "$GCC" = yes; then
-  variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
-fi
-
 #
 # Do we need to explicitly link libc?
 #
@@ -10740,8 +12841,8 @@
       # Test whether the compiler implicitly links with -lc since on some
       # systems, -lgcc has to come before -lc. If gcc already passes -lc
       # to ld, don't add -lc before -lgcc.
-      echo "$as_me:$LINENO: checking whether -lc should be explicitly linked in" >&5
-echo $ECHO_N "checking whether -lc should be explicitly linked in... $ECHO_C" >&6
+      { echo "$as_me:$LINENO: checking whether -lc should be explicitly linked in" >&5
+echo $ECHO_N "checking whether -lc should be explicitly linked in... $ECHO_C" >&6; }
       $rm conftest*
       printf "$lt_simple_compile_test_code" > conftest.$ac_ext
 
@@ -10755,6 +12856,7 @@
         libobjs=conftest.$ac_objext
         deplibs=
         wl=$lt_prog_compiler_wl_CXX
+	pic_flag=$lt_prog_compiler_pic_CXX
         compiler_flags=-v
         linker_flags=-v
         verstring=
@@ -10777,16 +12879,16 @@
         cat conftest.err 1>&5
       fi
       $rm conftest*
-      echo "$as_me:$LINENO: result: $archive_cmds_need_lc_CXX" >&5
-echo "${ECHO_T}$archive_cmds_need_lc_CXX" >&6
+      { echo "$as_me:$LINENO: result: $archive_cmds_need_lc_CXX" >&5
+echo "${ECHO_T}$archive_cmds_need_lc_CXX" >&6; }
       ;;
     esac
   fi
   ;;
 esac
 
-echo "$as_me:$LINENO: checking dynamic linker characteristics" >&5
-echo $ECHO_N "checking dynamic linker characteristics... $ECHO_C" >&6
+{ echo "$as_me:$LINENO: checking dynamic linker characteristics" >&5
+echo $ECHO_N "checking dynamic linker characteristics... $ECHO_C" >&6; }
 library_names_spec=
 libname_spec='lib$name'
 soname_spec=
@@ -10887,7 +12989,7 @@
   shlibpath_var=LIBRARY_PATH
   ;;
 
-bsdi4*)
+bsdi[45]*)
   version_type=linux
   need_version=no
   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
@@ -10915,7 +13017,8 @@
       dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i;echo \$dlname'\''`~
       dldir=$destdir/`dirname \$dlpath`~
       test -d \$dldir || mkdir -p \$dldir~
-      $install_prog $dir/$dlname \$dldir/$dlname'
+      $install_prog $dir/$dlname \$dldir/$dlname~
+      chmod a+x \$dldir/$dlname'
     postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
       dlpath=$dir/\$dldll~
        $rm \$dlpath'
@@ -10945,7 +13048,7 @@
       ;;
     pw32*)
       # pw32 DLLs use 'pw' prefix rather than 'lib'
-      library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/./-/g'`${versuffix}${shared_ext}'
+      library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
       ;;
     esac
     ;;
@@ -10968,7 +13071,7 @@
   soname_spec='${libname}${release}${major}$shared_ext'
   shlibpath_overrides_runpath=yes
   shlibpath_var=DYLD_LIBRARY_PATH
-  shrext_cmds='$(test .$module = .yes && echo .so || echo .dylib)'
+  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
   # Apple's gcc prints 'gcc -print-search-dirs' doesn't operate the same.
   if test "$GCC" = yes; then
     sys_lib_search_path_spec=`$CC -print-search-dirs | tr "\n" "$PATH_SEPARATOR" | sed -e 's/libraries:/@libraries:/' | tr "@" "\n" | grep "^libraries:" | sed -e "s/^libraries://" -e "s,=/,/,g" -e "s,$PATH_SEPARATOR, ,g" -e "s,.*,& /lib /usr/lib /usr/local/lib,g"`
@@ -10991,20 +13094,17 @@
   dynamic_linker=no
   ;;
 
-kfreebsd*-gnu)
-  version_type=linux
-  need_lib_prefix=no
-  need_version=no
-  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
-  soname_spec='${libname}${release}${shared_ext}$major'
-  shlibpath_var=LD_LIBRARY_PATH
-  shlibpath_overrides_runpath=no
-  hardcode_into_libs=yes
-  dynamic_linker='GNU ld.so'
-  ;;
-
-freebsd*)
-  objformat=`test -x /usr/bin/objformat && /usr/bin/objformat || echo aout`
+freebsd* | dragonfly*)
+  # DragonFly does not have aout.  When/if they implement a new
+  # versioning mechanism, adjust this.
+  if test -x /usr/bin/objformat; then
+    objformat=`/usr/bin/objformat`
+  else
+    case $host_os in
+    freebsd[123]*) objformat=aout ;;
+    *) objformat=elf ;;
+    esac
+  fi
   version_type=freebsd-$objformat
   case $version_type in
     freebsd-elf*)
@@ -11022,14 +13122,19 @@
   freebsd2*)
     shlibpath_overrides_runpath=yes
     ;;
-  freebsd3.01* | freebsdelf3.01*)
+  freebsd3.[01]* | freebsdelf3.[01]*)
     shlibpath_overrides_runpath=yes
     hardcode_into_libs=yes
     ;;
-  *) # from 3.2 on
+  freebsd3.[2-9]* | freebsdelf3.[2-9]* | \
+  freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1)
     shlibpath_overrides_runpath=no
     hardcode_into_libs=yes
     ;;
+  freebsd*) # from 4.6 on
+    shlibpath_overrides_runpath=yes
+    hardcode_into_libs=yes
+    ;;
   esac
   ;;
 
@@ -11049,7 +13154,7 @@
   version_type=sunos
   need_lib_prefix=no
   need_version=no
-  case "$host_cpu" in
+  case $host_cpu in
   ia64*)
     shrext_cmds='.so'
     hardcode_into_libs=yes
@@ -11089,6 +13194,18 @@
   postinstall_cmds='chmod 555 $lib'
   ;;
 
+interix3*)
+  version_type=linux
+  need_lib_prefix=no
+  need_version=no
+  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
+  soname_spec='${libname}${release}${shared_ext}$major'
+  dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
+  shlibpath_var=LD_LIBRARY_PATH
+  shlibpath_overrides_runpath=no
+  hardcode_into_libs=yes
+  ;;
+
 irix5* | irix6* | nonstopux*)
   case $host_os in
     nonstopux*) version_type=nonstopux ;;
@@ -11132,7 +13249,7 @@
   ;;
 
 # This must be Linux ELF.
-linux*)
+linux* | k*bsd*-gnu)
   version_type=linux
   need_lib_prefix=no
   need_version=no
@@ -11148,7 +13265,7 @@
 
   # Append ld.so.conf contents to the search path
   if test -f /etc/ld.so.conf; then
-    lt_ld_extra=`$SED -e 's/:,\t/ /g;s/=^=*$//;s/=^= * / /g' /etc/ld.so.conf | tr '\n' ' '`
+    lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;s/[:,	]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;/^$/d' | tr '\n' ' '`
     sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
   fi
 
@@ -11173,18 +13290,6 @@
   dynamic_linker='NetBSD ld.elf_so'
   ;;
 
-knetbsd*-gnu)
-  version_type=linux
-  need_lib_prefix=no
-  need_version=no
-  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
-  soname_spec='${libname}${release}${shared_ext}$major'
-  shlibpath_var=LD_LIBRARY_PATH
-  shlibpath_overrides_runpath=no
-  hardcode_into_libs=yes
-  dynamic_linker='GNU ld.so'
-  ;;
-
 netbsd*)
   version_type=sunos
   need_lib_prefix=no
@@ -11222,8 +13327,13 @@
 
 openbsd*)
   version_type=sunos
+  sys_lib_dlsearch_path_spec="/usr/lib"
   need_lib_prefix=no
-  need_version=yes
+  # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
+  case $host_os in
+    openbsd3.3 | openbsd3.3.*) need_version=yes ;;
+    *)                         need_version=no  ;;
+  esac
   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
   finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
   shlibpath_var=LD_LIBRARY_PATH
@@ -11261,13 +13371,6 @@
   sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
   ;;
 
-sco3.2v5*)
-  version_type=osf
-  soname_spec='${libname}${release}${shared_ext}$major'
-  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
-  shlibpath_var=LD_LIBRARY_PATH
-  ;;
-
 solaris*)
   version_type=linux
   need_lib_prefix=no
@@ -11293,7 +13396,7 @@
   need_version=yes
   ;;
 
-sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
+sysv4 | sysv4.3*)
   version_type=linux
   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
   soname_spec='${libname}${release}${shared_ext}$major'
@@ -11326,6 +13429,29 @@
   fi
   ;;
 
+sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
+  version_type=freebsd-elf
+  need_lib_prefix=no
+  need_version=no
+  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
+  soname_spec='${libname}${release}${shared_ext}$major'
+  shlibpath_var=LD_LIBRARY_PATH
+  hardcode_into_libs=yes
+  if test "$with_gnu_ld" = yes; then
+    sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
+    shlibpath_overrides_runpath=no
+  else
+    sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
+    shlibpath_overrides_runpath=yes
+    case $host_os in
+      sco3.2v5*)
+        sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
+	;;
+    esac
+  fi
+  sys_lib_dlsearch_path_spec='/usr/lib'
+  ;;
+
 uts4*)
   version_type=linux
   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
@@ -11337,16 +13463,21 @@
   dynamic_linker=no
   ;;
 esac
-echo "$as_me:$LINENO: result: $dynamic_linker" >&5
-echo "${ECHO_T}$dynamic_linker" >&6
+{ echo "$as_me:$LINENO: result: $dynamic_linker" >&5
+echo "${ECHO_T}$dynamic_linker" >&6; }
 test "$dynamic_linker" = no && can_build_shared=no
 
-echo "$as_me:$LINENO: checking how to hardcode library paths into programs" >&5
-echo $ECHO_N "checking how to hardcode library paths into programs... $ECHO_C" >&6
+variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
+if test "$GCC" = yes; then
+  variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
+fi
+
+{ echo "$as_me:$LINENO: checking how to hardcode library paths into programs" >&5
+echo $ECHO_N "checking how to hardcode library paths into programs... $ECHO_C" >&6; }
 hardcode_action_CXX=
 if test -n "$hardcode_libdir_flag_spec_CXX" || \
-   test -n "$runpath_var CXX" || \
-   test "X$hardcode_automatic_CXX"="Xyes" ; then
+   test -n "$runpath_var_CXX" || \
+   test "X$hardcode_automatic_CXX" = "Xyes" ; then
 
   # We can hardcode non-existant directories.
   if test "$hardcode_direct_CXX" != no &&
@@ -11366,8 +13497,8 @@
   # directories.
   hardcode_action_CXX=unsupported
 fi
-echo "$as_me:$LINENO: result: $hardcode_action_CXX" >&5
-echo "${ECHO_T}$hardcode_action_CXX" >&6
+{ echo "$as_me:$LINENO: result: $hardcode_action_CXX" >&5
+echo "${ECHO_T}$hardcode_action_CXX" >&6; }
 
 if test "$hardcode_action_CXX" = relink; then
   # Fast installation is not supported
@@ -11378,1232 +13509,413 @@
   enable_fast_install=needless
 fi
 
-striplib=
-old_striplib=
-echo "$as_me:$LINENO: checking whether stripping libraries is possible" >&5
-echo $ECHO_N "checking whether stripping libraries is possible... $ECHO_C" >&6
-if test -n "$STRIP" && $STRIP -V 2>&1 | grep "GNU strip" >/dev/null; then
-  test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
-  test -z "$striplib" && striplib="$STRIP --strip-unneeded"
-  echo "$as_me:$LINENO: result: yes" >&5
-echo "${ECHO_T}yes" >&6
-else
-# FIXME - insert some real tests, host_os isn't really good enough
-  case $host_os in
-   darwin*)
-       if test -n "$STRIP" ; then
-         striplib="$STRIP -x"
-         echo "$as_me:$LINENO: result: yes" >&5
-echo "${ECHO_T}yes" >&6
-       else
-  echo "$as_me:$LINENO: result: no" >&5
-echo "${ECHO_T}no" >&6
-fi
-       ;;
-   *)
-  echo "$as_me:$LINENO: result: no" >&5
-echo "${ECHO_T}no" >&6
-    ;;
-  esac
-fi
-
-if test "x$enable_dlopen" != xyes; then
-  enable_dlopen=unknown
-  enable_dlopen_self=unknown
-  enable_dlopen_self_static=unknown
-else
-  lt_cv_dlopen=no
-  lt_cv_dlopen_libs=
-
-  case $host_os in
-  beos*)
-    lt_cv_dlopen="load_add_on"
-    lt_cv_dlopen_libs=
-    lt_cv_dlopen_self=yes
-    ;;
-
-  mingw* | pw32*)
-    lt_cv_dlopen="LoadLibrary"
-    lt_cv_dlopen_libs=
-   ;;
-
-  cygwin*)
-    lt_cv_dlopen="dlopen"
-    lt_cv_dlopen_libs=
-   ;;
 
-  darwin*)
-  # if libdl is installed we need to link against it
-    echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
-echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6
-if test "${ac_cv_lib_dl_dlopen+set}" = set; then
-  echo $ECHO_N "(cached) $ECHO_C" >&6
-else
-  ac_check_lib_save_LIBS=$LIBS
-LIBS="-ldl  $LIBS"
-cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
+# The else clause should only fire when bootstrapping the
+# libtool distribution, otherwise you forgot to ship ltmain.sh
+# with your package, and you will get complaints that there are
+# no rules to generate ltmain.sh.
+if test -f "$ltmain"; then
+  # See if we are running on zsh, and set the options which allow our commands through
+  # without removal of \ escapes.
+  if test -n "${ZSH_VERSION+set}" ; then
+    setopt NO_GLOB_SUBST
+  fi
+  # Now quote all the things that may contain metacharacters while being
+  # careful not to overquote the AC_SUBSTed values.  We take copies of the
+  # variables and quote the copies for generation of the libtool script.
+  for var in echo old_CC old_CFLAGS AR AR_FLAGS EGREP RANLIB LN_S LTCC LTCFLAGS NM \
+    SED SHELL STRIP \
+    libname_spec library_names_spec soname_spec extract_expsyms_cmds \
+    old_striplib striplib file_magic_cmd finish_cmds finish_eval \
+    deplibs_check_method reload_flag reload_cmds need_locks \
+    lt_cv_sys_global_symbol_pipe lt_cv_sys_global_symbol_to_cdecl \
+    lt_cv_sys_global_symbol_to_c_name_address \
+    sys_lib_search_path_spec sys_lib_dlsearch_path_spec \
+    old_postinstall_cmds old_postuninstall_cmds \
+    compiler_CXX \
+    CC_CXX \
+    LD_CXX \
+    lt_prog_compiler_wl_CXX \
+    lt_prog_compiler_pic_CXX \
+    lt_prog_compiler_static_CXX \
+    lt_prog_compiler_no_builtin_flag_CXX \
+    export_dynamic_flag_spec_CXX \
+    thread_safe_flag_spec_CXX \
+    whole_archive_flag_spec_CXX \
+    enable_shared_with_static_runtimes_CXX \
+    old_archive_cmds_CXX \
+    old_archive_from_new_cmds_CXX \
+    predep_objects_CXX \
+    postdep_objects_CXX \
+    predeps_CXX \
+    postdeps_CXX \
+    compiler_lib_search_path_CXX \
+    archive_cmds_CXX \
+    archive_expsym_cmds_CXX \
+    postinstall_cmds_CXX \
+    postuninstall_cmds_CXX \
+    old_archive_from_expsyms_cmds_CXX \
+    allow_undefined_flag_CXX \
+    no_undefined_flag_CXX \
+    export_symbols_cmds_CXX \
+    hardcode_libdir_flag_spec_CXX \
+    hardcode_libdir_flag_spec_ld_CXX \
+    hardcode_libdir_separator_CXX \
+    hardcode_automatic_CXX \
+    module_cmds_CXX \
+    module_expsym_cmds_CXX \
+    lt_cv_prog_compiler_c_o_CXX \
+    exclude_expsyms_CXX \
+    include_expsyms_CXX; do
 
-/* Override any gcc2 internal prototype to avoid an error.  */
-#ifdef __cplusplus
-extern "C"
-#endif
-/* We use char because int might match the return type of a gcc2
-   builtin and then its argument prototype would still apply.  */
-char dlopen ();
-int
-main ()
-{
-dlopen ();
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
-  (eval $ac_link) 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } &&
-	 { ac_try='test -z "$ac_cxx_werror_flag"			 || test ! -s conftest.err'
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-  (eval $ac_try) 2>&5
-  ac_status=$?
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); }; } &&
-	 { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-  (eval $ac_try) 2>&5
-  ac_status=$?
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); }; }; then
-  ac_cv_lib_dl_dlopen=yes
-else
-  echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
+    case $var in
+    old_archive_cmds_CXX | \
+    old_archive_from_new_cmds_CXX | \
+    archive_cmds_CXX | \
+    archive_expsym_cmds_CXX | \
+    module_cmds_CXX | \
+    module_expsym_cmds_CXX | \
+    old_archive_from_expsyms_cmds_CXX | \
+    export_symbols_cmds_CXX | \
+    extract_expsyms_cmds | reload_cmds | finish_cmds | \
+    postinstall_cmds | postuninstall_cmds | \
+    old_postinstall_cmds | old_postuninstall_cmds | \
+    sys_lib_search_path_spec | sys_lib_dlsearch_path_spec)
+      # Double-quote double-evaled strings.
+      eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\" -e \"\$delay_variable_subst\"\`\\\""
+      ;;
+    *)
+      eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$sed_quote_subst\"\`\\\""
+      ;;
+    esac
+  done
 
-ac_cv_lib_dl_dlopen=no
-fi
-rm -f conftest.err conftest.$ac_objext \
-      conftest$ac_exeext conftest.$ac_ext
-LIBS=$ac_check_lib_save_LIBS
-fi
-echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
-echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6
-if test $ac_cv_lib_dl_dlopen = yes; then
-  lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
-else
+  case $lt_echo in
+  *'\$0 --fallback-echo"')
+    lt_echo=`$echo "X$lt_echo" | $Xsed -e 's/\\\\\\\$0 --fallback-echo"$/$0 --fallback-echo"/'`
+    ;;
+  esac
 
-    lt_cv_dlopen="dyld"
-    lt_cv_dlopen_libs=
-    lt_cv_dlopen_self=yes
+cfgfile="$ofile"
 
-fi
+  cat <<__EOF__ >> "$cfgfile"
+# ### BEGIN LIBTOOL TAG CONFIG: $tagname
 
-   ;;
+# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
 
-  *)
-    echo "$as_me:$LINENO: checking for shl_load" >&5
-echo $ECHO_N "checking for shl_load... $ECHO_C" >&6
-if test "${ac_cv_func_shl_load+set}" = set; then
-  echo $ECHO_N "(cached) $ECHO_C" >&6
-else
-  cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-/* Define shl_load to an innocuous variant, in case <limits.h> declares shl_load.
-   For example, HP-UX 11i <limits.h> declares gettimeofday.  */
-#define shl_load innocuous_shl_load
+# Shell to use when invoking shell scripts.
+SHELL=$lt_SHELL
 
-/* System header to define __stub macros and hopefully few prototypes,
-    which can conflict with char shl_load (); below.
-    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
-    <limits.h> exists even on freestanding compilers.  */
+# Whether or not to build shared libraries.
+build_libtool_libs=$enable_shared
 
-#ifdef __STDC__
-# include <limits.h>
-#else
-# include <assert.h>
-#endif
+# Whether or not to build static libraries.
+build_old_libs=$enable_static
 
-#undef shl_load
+# Whether or not to add -lc for building shared libraries.
+build_libtool_need_lc=$archive_cmds_need_lc_CXX
 
-/* Override any gcc2 internal prototype to avoid an error.  */
-#ifdef __cplusplus
-extern "C"
-{
-#endif
-/* We use char because int might match the return type of a gcc2
-   builtin and then its argument prototype would still apply.  */
-char shl_load ();
-/* The GNU C library defines this for functions which it implements
-    to always fail with ENOSYS.  Some functions are actually named
-    something starting with __ and the normal name is an alias.  */
-#if defined (__stub_shl_load) || defined (__stub___shl_load)
-choke me
-#else
-char (*f) () = shl_load;
-#endif
-#ifdef __cplusplus
-}
-#endif
+# Whether or not to disallow shared libs when runtime libs are static
+allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes_CXX
 
-int
-main ()
-{
-return f != shl_load;
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
-  (eval $ac_link) 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } &&
-	 { ac_try='test -z "$ac_cxx_werror_flag"			 || test ! -s conftest.err'
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-  (eval $ac_try) 2>&5
-  ac_status=$?
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); }; } &&
-	 { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-  (eval $ac_try) 2>&5
-  ac_status=$?
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); }; }; then
-  ac_cv_func_shl_load=yes
-else
-  echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
+# Whether or not to optimize for fast installation.
+fast_install=$enable_fast_install
 
-ac_cv_func_shl_load=no
-fi
-rm -f conftest.err conftest.$ac_objext \
-      conftest$ac_exeext conftest.$ac_ext
-fi
-echo "$as_me:$LINENO: result: $ac_cv_func_shl_load" >&5
-echo "${ECHO_T}$ac_cv_func_shl_load" >&6
-if test $ac_cv_func_shl_load = yes; then
-  lt_cv_dlopen="shl_load"
-else
-  echo "$as_me:$LINENO: checking for shl_load in -ldld" >&5
-echo $ECHO_N "checking for shl_load in -ldld... $ECHO_C" >&6
-if test "${ac_cv_lib_dld_shl_load+set}" = set; then
-  echo $ECHO_N "(cached) $ECHO_C" >&6
-else
-  ac_check_lib_save_LIBS=$LIBS
-LIBS="-ldld  $LIBS"
-cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
+# The host system.
+host_alias=$host_alias
+host=$host
+host_os=$host_os
 
-/* Override any gcc2 internal prototype to avoid an error.  */
-#ifdef __cplusplus
-extern "C"
-#endif
-/* We use char because int might match the return type of a gcc2
-   builtin and then its argument prototype would still apply.  */
-char shl_load ();
-int
-main ()
-{
-shl_load ();
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
-  (eval $ac_link) 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } &&
-	 { ac_try='test -z "$ac_cxx_werror_flag"			 || test ! -s conftest.err'
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-  (eval $ac_try) 2>&5
-  ac_status=$?
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); }; } &&
-	 { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-  (eval $ac_try) 2>&5
-  ac_status=$?
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); }; }; then
-  ac_cv_lib_dld_shl_load=yes
-else
-  echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
+# The build system.
+build_alias=$build_alias
+build=$build
+build_os=$build_os
 
-ac_cv_lib_dld_shl_load=no
-fi
-rm -f conftest.err conftest.$ac_objext \
-      conftest$ac_exeext conftest.$ac_ext
-LIBS=$ac_check_lib_save_LIBS
-fi
-echo "$as_me:$LINENO: result: $ac_cv_lib_dld_shl_load" >&5
-echo "${ECHO_T}$ac_cv_lib_dld_shl_load" >&6
-if test $ac_cv_lib_dld_shl_load = yes; then
-  lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-dld"
-else
-  echo "$as_me:$LINENO: checking for dlopen" >&5
-echo $ECHO_N "checking for dlopen... $ECHO_C" >&6
-if test "${ac_cv_func_dlopen+set}" = set; then
-  echo $ECHO_N "(cached) $ECHO_C" >&6
-else
-  cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-/* Define dlopen to an innocuous variant, in case <limits.h> declares dlopen.
-   For example, HP-UX 11i <limits.h> declares gettimeofday.  */
-#define dlopen innocuous_dlopen
+# An echo program that does not interpret backslashes.
+echo=$lt_echo
 
-/* System header to define __stub macros and hopefully few prototypes,
-    which can conflict with char dlopen (); below.
-    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
-    <limits.h> exists even on freestanding compilers.  */
+# The archiver.
+AR=$lt_AR
+AR_FLAGS=$lt_AR_FLAGS
 
-#ifdef __STDC__
-# include <limits.h>
-#else
-# include <assert.h>
-#endif
+# A C compiler.
+LTCC=$lt_LTCC
 
-#undef dlopen
+# LTCC compiler flags.
+LTCFLAGS=$lt_LTCFLAGS
 
-/* Override any gcc2 internal prototype to avoid an error.  */
-#ifdef __cplusplus
-extern "C"
-{
-#endif
-/* We use char because int might match the return type of a gcc2
-   builtin and then its argument prototype would still apply.  */
-char dlopen ();
-/* The GNU C library defines this for functions which it implements
-    to always fail with ENOSYS.  Some functions are actually named
-    something starting with __ and the normal name is an alias.  */
-#if defined (__stub_dlopen) || defined (__stub___dlopen)
-choke me
-#else
-char (*f) () = dlopen;
-#endif
-#ifdef __cplusplus
-}
-#endif
+# A language-specific compiler.
+CC=$lt_compiler_CXX
 
-int
-main ()
-{
-return f != dlopen;
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
-  (eval $ac_link) 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } &&
-	 { ac_try='test -z "$ac_cxx_werror_flag"			 || test ! -s conftest.err'
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-  (eval $ac_try) 2>&5
-  ac_status=$?
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); }; } &&
-	 { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-  (eval $ac_try) 2>&5
-  ac_status=$?
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); }; }; then
-  ac_cv_func_dlopen=yes
-else
-  echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
+# Is the compiler the GNU C compiler?
+with_gcc=$GCC_CXX
 
-ac_cv_func_dlopen=no
-fi
-rm -f conftest.err conftest.$ac_objext \
-      conftest$ac_exeext conftest.$ac_ext
-fi
-echo "$as_me:$LINENO: result: $ac_cv_func_dlopen" >&5
-echo "${ECHO_T}$ac_cv_func_dlopen" >&6
-if test $ac_cv_func_dlopen = yes; then
-  lt_cv_dlopen="dlopen"
-else
-  echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
-echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6
-if test "${ac_cv_lib_dl_dlopen+set}" = set; then
-  echo $ECHO_N "(cached) $ECHO_C" >&6
-else
-  ac_check_lib_save_LIBS=$LIBS
-LIBS="-ldl  $LIBS"
-cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
+# An ERE matcher.
+EGREP=$lt_EGREP
 
-/* Override any gcc2 internal prototype to avoid an error.  */
-#ifdef __cplusplus
-extern "C"
-#endif
-/* We use char because int might match the return type of a gcc2
-   builtin and then its argument prototype would still apply.  */
-char dlopen ();
-int
-main ()
-{
-dlopen ();
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
-  (eval $ac_link) 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } &&
-	 { ac_try='test -z "$ac_cxx_werror_flag"			 || test ! -s conftest.err'
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-  (eval $ac_try) 2>&5
-  ac_status=$?
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); }; } &&
-	 { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-  (eval $ac_try) 2>&5
-  ac_status=$?
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); }; }; then
-  ac_cv_lib_dl_dlopen=yes
-else
-  echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
+# The linker used to build libraries.
+LD=$lt_LD_CXX
 
-ac_cv_lib_dl_dlopen=no
-fi
-rm -f conftest.err conftest.$ac_objext \
-      conftest$ac_exeext conftest.$ac_ext
-LIBS=$ac_check_lib_save_LIBS
-fi
-echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
-echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6
-if test $ac_cv_lib_dl_dlopen = yes; then
-  lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
-else
-  echo "$as_me:$LINENO: checking for dlopen in -lsvld" >&5
-echo $ECHO_N "checking for dlopen in -lsvld... $ECHO_C" >&6
-if test "${ac_cv_lib_svld_dlopen+set}" = set; then
-  echo $ECHO_N "(cached) $ECHO_C" >&6
-else
-  ac_check_lib_save_LIBS=$LIBS
-LIBS="-lsvld  $LIBS"
-cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
+# Whether we need hard or soft links.
+LN_S=$lt_LN_S
 
-/* Override any gcc2 internal prototype to avoid an error.  */
-#ifdef __cplusplus
-extern "C"
-#endif
-/* We use char because int might match the return type of a gcc2
-   builtin and then its argument prototype would still apply.  */
-char dlopen ();
-int
-main ()
-{
-dlopen ();
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
-  (eval $ac_link) 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } &&
-	 { ac_try='test -z "$ac_cxx_werror_flag"			 || test ! -s conftest.err'
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-  (eval $ac_try) 2>&5
-  ac_status=$?
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); }; } &&
-	 { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-  (eval $ac_try) 2>&5
-  ac_status=$?
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); }; }; then
-  ac_cv_lib_svld_dlopen=yes
-else
-  echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
+# A BSD-compatible nm program.
+NM=$lt_NM
 
-ac_cv_lib_svld_dlopen=no
-fi
-rm -f conftest.err conftest.$ac_objext \
-      conftest$ac_exeext conftest.$ac_ext
-LIBS=$ac_check_lib_save_LIBS
-fi
-echo "$as_me:$LINENO: result: $ac_cv_lib_svld_dlopen" >&5
-echo "${ECHO_T}$ac_cv_lib_svld_dlopen" >&6
-if test $ac_cv_lib_svld_dlopen = yes; then
-  lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
-else
-  echo "$as_me:$LINENO: checking for dld_link in -ldld" >&5
-echo $ECHO_N "checking for dld_link in -ldld... $ECHO_C" >&6
-if test "${ac_cv_lib_dld_dld_link+set}" = set; then
-  echo $ECHO_N "(cached) $ECHO_C" >&6
-else
-  ac_check_lib_save_LIBS=$LIBS
-LIBS="-ldld  $LIBS"
-cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
+# A symbol stripping program
+STRIP=$lt_STRIP
 
-/* Override any gcc2 internal prototype to avoid an error.  */
-#ifdef __cplusplus
-extern "C"
-#endif
-/* We use char because int might match the return type of a gcc2
-   builtin and then its argument prototype would still apply.  */
-char dld_link ();
-int
-main ()
-{
-dld_link ();
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
-  (eval $ac_link) 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } &&
-	 { ac_try='test -z "$ac_cxx_werror_flag"			 || test ! -s conftest.err'
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-  (eval $ac_try) 2>&5
-  ac_status=$?
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); }; } &&
-	 { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-  (eval $ac_try) 2>&5
-  ac_status=$?
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); }; }; then
-  ac_cv_lib_dld_dld_link=yes
-else
-  echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
+# Used to examine libraries when file_magic_cmd begins "file"
+MAGIC_CMD=$MAGIC_CMD
 
-ac_cv_lib_dld_dld_link=no
-fi
-rm -f conftest.err conftest.$ac_objext \
-      conftest$ac_exeext conftest.$ac_ext
-LIBS=$ac_check_lib_save_LIBS
-fi
-echo "$as_me:$LINENO: result: $ac_cv_lib_dld_dld_link" >&5
-echo "${ECHO_T}$ac_cv_lib_dld_dld_link" >&6
-if test $ac_cv_lib_dld_dld_link = yes; then
-  lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-dld"
-fi
+# Used on cygwin: DLL creation program.
+DLLTOOL="$DLLTOOL"
 
+# Used on cygwin: object dumper.
+OBJDUMP="$OBJDUMP"
 
-fi
-
+# Used on cygwin: assembler.
+AS="$AS"
 
-fi
+# The name of the directory that contains temporary libtool files.
+objdir=$objdir
 
+# How to create reloadable object files.
+reload_flag=$lt_reload_flag
+reload_cmds=$lt_reload_cmds
 
-fi
+# How to pass a linker flag through the compiler.
+wl=$lt_lt_prog_compiler_wl_CXX
 
+# Object file suffix (normally "o").
+objext="$ac_objext"
 
-fi
+# Old archive suffix (normally "a").
+libext="$libext"
 
+# Shared library suffix (normally ".so").
+shrext_cmds='$shrext_cmds'
 
-fi
+# Executable file suffix (normally "").
+exeext="$exeext"
 
-    ;;
-  esac
+# Additional compiler flags for building library objects.
+pic_flag=$lt_lt_prog_compiler_pic_CXX
+pic_mode=$pic_mode
 
-  if test "x$lt_cv_dlopen" != xno; then
-    enable_dlopen=yes
-  else
-    enable_dlopen=no
-  fi
+# What is the maximum length of a command?
+max_cmd_len=$lt_cv_sys_max_cmd_len
 
-  case $lt_cv_dlopen in
-  dlopen)
-    save_CPPFLAGS="$CPPFLAGS"
-    test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
+# Does compiler simultaneously support -c and -o options?
+compiler_c_o=$lt_lt_cv_prog_compiler_c_o_CXX
 
-    save_LDFLAGS="$LDFLAGS"
-    eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
+# Must we lock files when doing compilation?
+need_locks=$lt_need_locks
 
-    save_LIBS="$LIBS"
-    LIBS="$lt_cv_dlopen_libs $LIBS"
+# Do we need the lib prefix for modules?
+need_lib_prefix=$need_lib_prefix
 
-    echo "$as_me:$LINENO: checking whether a program can dlopen itself" >&5
-echo $ECHO_N "checking whether a program can dlopen itself... $ECHO_C" >&6
-if test "${lt_cv_dlopen_self+set}" = set; then
-  echo $ECHO_N "(cached) $ECHO_C" >&6
-else
-  	  if test "$cross_compiling" = yes; then :
-  lt_cv_dlopen_self=cross
-else
-  lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
-  lt_status=$lt_dlunknown
-  cat > conftest.$ac_ext <<EOF
-#line 12008 "configure"
-#include "confdefs.h"
+# Do we need a version for libraries?
+need_version=$need_version
 
-#if HAVE_DLFCN_H
-#include <dlfcn.h>
-#endif
+# Whether dlopen is supported.
+dlopen_support=$enable_dlopen
 
-#include <stdio.h>
+# Whether dlopen of programs is supported.
+dlopen_self=$enable_dlopen_self
 
-#ifdef RTLD_GLOBAL
-#  define LT_DLGLOBAL		RTLD_GLOBAL
-#else
-#  ifdef DL_GLOBAL
-#    define LT_DLGLOBAL		DL_GLOBAL
-#  else
-#    define LT_DLGLOBAL		0
-#  endif
-#endif
+# Whether dlopen of statically linked programs is supported.
+dlopen_self_static=$enable_dlopen_self_static
 
-/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
-   find out it does not work in some platform. */
-#ifndef LT_DLLAZY_OR_NOW
-#  ifdef RTLD_LAZY
-#    define LT_DLLAZY_OR_NOW		RTLD_LAZY
-#  else
-#    ifdef DL_LAZY
-#      define LT_DLLAZY_OR_NOW		DL_LAZY
-#    else
-#      ifdef RTLD_NOW
-#        define LT_DLLAZY_OR_NOW	RTLD_NOW
-#      else
-#        ifdef DL_NOW
-#          define LT_DLLAZY_OR_NOW	DL_NOW
-#        else
-#          define LT_DLLAZY_OR_NOW	0
-#        endif
-#      endif
-#    endif
-#  endif
-#endif
+# Compiler flag to prevent dynamic linking.
+link_static_flag=$lt_lt_prog_compiler_static_CXX
 
-#ifdef __cplusplus
-extern "C" void exit (int);
-#endif
+# Compiler flag to turn off builtin functions.
+no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag_CXX
 
-void fnord() { int i=42;}
-int main ()
-{
-  void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
-  int status = $lt_dlunknown;
+# Compiler flag to allow reflexive dlopens.
+export_dynamic_flag_spec=$lt_export_dynamic_flag_spec_CXX
 
-  if (self)
-    {
-      if (dlsym (self,"fnord"))       status = $lt_dlno_uscore;
-      else if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
-      /* dlclose (self); */
-    }
+# Compiler flag to generate shared objects directly from archives.
+whole_archive_flag_spec=$lt_whole_archive_flag_spec_CXX
 
-    exit (status);
-}
-EOF
-  if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
-  (eval $ac_link) 2>&5
-  ac_status=$?
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && test -s conftest${ac_exeext} 2>/dev/null; then
-    (./conftest; exit; ) 2>/dev/null
-    lt_status=$?
-    case x$lt_status in
-      x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;;
-      x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;;
-      x$lt_unknown|x*) lt_cv_dlopen_self=no ;;
-    esac
-  else :
-    # compilation failed
-    lt_cv_dlopen_self=no
-  fi
-fi
-rm -fr conftest*
+# Compiler flag to generate thread-safe objects.
+thread_safe_flag_spec=$lt_thread_safe_flag_spec_CXX
 
+# Library versioning type.
+version_type=$version_type
 
-fi
-echo "$as_me:$LINENO: result: $lt_cv_dlopen_self" >&5
-echo "${ECHO_T}$lt_cv_dlopen_self" >&6
+# Format of library name prefix.
+libname_spec=$lt_libname_spec
 
-    if test "x$lt_cv_dlopen_self" = xyes; then
-      LDFLAGS="$LDFLAGS $link_static_flag"
-      echo "$as_me:$LINENO: checking whether a statically linked program can dlopen itself" >&5
-echo $ECHO_N "checking whether a statically linked program can dlopen itself... $ECHO_C" >&6
-if test "${lt_cv_dlopen_self_static+set}" = set; then
-  echo $ECHO_N "(cached) $ECHO_C" >&6
-else
-  	  if test "$cross_compiling" = yes; then :
-  lt_cv_dlopen_self_static=cross
-else
-  lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
-  lt_status=$lt_dlunknown
-  cat > conftest.$ac_ext <<EOF
-#line 12106 "configure"
-#include "confdefs.h"
+# List of archive names.  First name is the real one, the rest are links.
+# The last name is the one that the linker finds with -lNAME.
+library_names_spec=$lt_library_names_spec
 
-#if HAVE_DLFCN_H
-#include <dlfcn.h>
-#endif
+# The coded name of the library, if different from the real name.
+soname_spec=$lt_soname_spec
 
-#include <stdio.h>
+# Commands used to build and install an old-style archive.
+RANLIB=$lt_RANLIB
+old_archive_cmds=$lt_old_archive_cmds_CXX
+old_postinstall_cmds=$lt_old_postinstall_cmds
+old_postuninstall_cmds=$lt_old_postuninstall_cmds
 
-#ifdef RTLD_GLOBAL
-#  define LT_DLGLOBAL		RTLD_GLOBAL
-#else
-#  ifdef DL_GLOBAL
-#    define LT_DLGLOBAL		DL_GLOBAL
-#  else
-#    define LT_DLGLOBAL		0
-#  endif
-#endif
+# Create an old-style archive from a shared archive.
+old_archive_from_new_cmds=$lt_old_archive_from_new_cmds_CXX
 
-/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
-   find out it does not work in some platform. */
-#ifndef LT_DLLAZY_OR_NOW
-#  ifdef RTLD_LAZY
-#    define LT_DLLAZY_OR_NOW		RTLD_LAZY
-#  else
-#    ifdef DL_LAZY
-#      define LT_DLLAZY_OR_NOW		DL_LAZY
-#    else
-#      ifdef RTLD_NOW
-#        define LT_DLLAZY_OR_NOW	RTLD_NOW
-#      else
-#        ifdef DL_NOW
-#          define LT_DLLAZY_OR_NOW	DL_NOW
-#        else
-#          define LT_DLLAZY_OR_NOW	0
-#        endif
-#      endif
-#    endif
-#  endif
-#endif
+# Create a temporary old-style archive to link instead of a shared archive.
+old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds_CXX
 
-#ifdef __cplusplus
-extern "C" void exit (int);
-#endif
+# Commands used to build and install a shared archive.
+archive_cmds=$lt_archive_cmds_CXX
+archive_expsym_cmds=$lt_archive_expsym_cmds_CXX
+postinstall_cmds=$lt_postinstall_cmds
+postuninstall_cmds=$lt_postuninstall_cmds
 
-void fnord() { int i=42;}
-int main ()
-{
-  void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
-  int status = $lt_dlunknown;
+# Commands used to build a loadable module (assumed same as above if empty)
+module_cmds=$lt_module_cmds_CXX
+module_expsym_cmds=$lt_module_expsym_cmds_CXX
 
-  if (self)
-    {
-      if (dlsym (self,"fnord"))       status = $lt_dlno_uscore;
-      else if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
-      /* dlclose (self); */
-    }
+# Commands to strip libraries.
+old_striplib=$lt_old_striplib
+striplib=$lt_striplib
 
-    exit (status);
-}
-EOF
-  if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
-  (eval $ac_link) 2>&5
-  ac_status=$?
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && test -s conftest${ac_exeext} 2>/dev/null; then
-    (./conftest; exit; ) 2>/dev/null
-    lt_status=$?
-    case x$lt_status in
-      x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;;
-      x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;;
-      x$lt_unknown|x*) lt_cv_dlopen_self_static=no ;;
-    esac
-  else :
-    # compilation failed
-    lt_cv_dlopen_self_static=no
-  fi
-fi
-rm -fr conftest*
+# Dependencies to place before the objects being linked to create a
+# shared library.
+predep_objects=$lt_predep_objects_CXX
 
+# Dependencies to place after the objects being linked to create a
+# shared library.
+postdep_objects=$lt_postdep_objects_CXX
 
-fi
-echo "$as_me:$LINENO: result: $lt_cv_dlopen_self_static" >&5
-echo "${ECHO_T}$lt_cv_dlopen_self_static" >&6
-    fi
-
-    CPPFLAGS="$save_CPPFLAGS"
-    LDFLAGS="$save_LDFLAGS"
-    LIBS="$save_LIBS"
-    ;;
-  esac
+# Dependencies to place before the objects being linked to create a
+# shared library.
+predeps=$lt_predeps_CXX
 
-  case $lt_cv_dlopen_self in
-  yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
-  *) enable_dlopen_self=unknown ;;
-  esac
+# Dependencies to place after the objects being linked to create a
+# shared library.
+postdeps=$lt_postdeps_CXX
 
-  case $lt_cv_dlopen_self_static in
-  yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
-  *) enable_dlopen_self_static=unknown ;;
-  esac
-fi
+# The library search path used internally by the compiler when linking
+# a shared library.
+compiler_lib_search_path=$lt_compiler_lib_search_path_CXX
 
+# Method to check whether dependent libraries are shared objects.
+deplibs_check_method=$lt_deplibs_check_method
 
-# The else clause should only fire when bootstrapping the
-# libtool distribution, otherwise you forgot to ship ltmain.sh
-# with your package, and you will get complaints that there are
-# no rules to generate ltmain.sh.
-if test -f "$ltmain"; then
-  # See if we are running on zsh, and set the options which allow our commands through
-  # without removal of \ escapes.
-  if test -n "${ZSH_VERSION+set}" ; then
-    setopt NO_GLOB_SUBST
-  fi
-  # Now quote all the things that may contain metacharacters while being
-  # careful not to overquote the AC_SUBSTed values.  We take copies of the
-  # variables and quote the copies for generation of the libtool script.
-  for var in echo old_CC old_CFLAGS AR AR_FLAGS EGREP RANLIB LN_S LTCC NM \
-    SED SHELL STRIP \
-    libname_spec library_names_spec soname_spec extract_expsyms_cmds \
-    old_striplib striplib file_magic_cmd finish_cmds finish_eval \
-    deplibs_check_method reload_flag reload_cmds need_locks \
-    lt_cv_sys_global_symbol_pipe lt_cv_sys_global_symbol_to_cdecl \
-    lt_cv_sys_global_symbol_to_c_name_address \
-    sys_lib_search_path_spec sys_lib_dlsearch_path_spec \
-    old_postinstall_cmds old_postuninstall_cmds \
-    compiler_CXX \
-    CC_CXX \
-    LD_CXX \
-    lt_prog_compiler_wl_CXX \
-    lt_prog_compiler_pic_CXX \
-    lt_prog_compiler_static_CXX \
-    lt_prog_compiler_no_builtin_flag_CXX \
-    export_dynamic_flag_spec_CXX \
-    thread_safe_flag_spec_CXX \
-    whole_archive_flag_spec_CXX \
-    enable_shared_with_static_runtimes_CXX \
-    old_archive_cmds_CXX \
-    old_archive_from_new_cmds_CXX \
-    predep_objects_CXX \
-    postdep_objects_CXX \
-    predeps_CXX \
-    postdeps_CXX \
-    compiler_lib_search_path_CXX \
-    archive_cmds_CXX \
-    archive_expsym_cmds_CXX \
-    postinstall_cmds_CXX \
-    postuninstall_cmds_CXX \
-    old_archive_from_expsyms_cmds_CXX \
-    allow_undefined_flag_CXX \
-    no_undefined_flag_CXX \
-    export_symbols_cmds_CXX \
-    hardcode_libdir_flag_spec_CXX \
-    hardcode_libdir_flag_spec_ld_CXX \
-    hardcode_libdir_separator_CXX \
-    hardcode_automatic_CXX \
-    module_cmds_CXX \
-    module_expsym_cmds_CXX \
-    lt_cv_prog_compiler_c_o_CXX \
-    exclude_expsyms_CXX \
-    include_expsyms_CXX; do
+# Command to use when deplibs_check_method == file_magic.
+file_magic_cmd=$lt_file_magic_cmd
 
-    case $var in
-    old_archive_cmds_CXX | \
-    old_archive_from_new_cmds_CXX | \
-    archive_cmds_CXX | \
-    archive_expsym_cmds_CXX | \
-    module_cmds_CXX | \
-    module_expsym_cmds_CXX | \
-    old_archive_from_expsyms_cmds_CXX | \
-    export_symbols_cmds_CXX | \
-    extract_expsyms_cmds | reload_cmds | finish_cmds | \
-    postinstall_cmds | postuninstall_cmds | \
-    old_postinstall_cmds | old_postuninstall_cmds | \
-    sys_lib_search_path_spec | sys_lib_dlsearch_path_spec)
-      # Double-quote double-evaled strings.
-      eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\" -e \"\$delay_variable_subst\"\`\\\""
-      ;;
-    *)
-      eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$sed_quote_subst\"\`\\\""
-      ;;
-    esac
-  done
+# Flag that allows shared libraries with undefined symbols to be built.
+allow_undefined_flag=$lt_allow_undefined_flag_CXX
 
-  case $lt_echo in
-  *'\$0 --fallback-echo"')
-    lt_echo=`$echo "X$lt_echo" | $Xsed -e 's/\\\\\\\$0 --fallback-echo"$/$0 --fallback-echo"/'`
-    ;;
-  esac
+# Flag that forces no undefined symbols.
+no_undefined_flag=$lt_no_undefined_flag_CXX
 
-cfgfile="$ofile"
+# Commands used to finish a libtool library installation in a directory.
+finish_cmds=$lt_finish_cmds
 
-  cat <<__EOF__ >> "$cfgfile"
-# ### BEGIN LIBTOOL TAG CONFIG: $tagname
+# Same as above, but a single script fragment to be evaled but not shown.
+finish_eval=$lt_finish_eval
 
-# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
+# Take the output of nm and produce a listing of raw symbols and C names.
+global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
 
-# Shell to use when invoking shell scripts.
-SHELL=$lt_SHELL
+# Transform the output of nm in a proper C declaration
+global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
 
-# Whether or not to build shared libraries.
-build_libtool_libs=$enable_shared
+# Transform the output of nm in a C name address pair
+global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
 
-# Whether or not to build static libraries.
-build_old_libs=$enable_static
+# This is the shared library runtime path variable.
+runpath_var=$runpath_var
 
-# Whether or not to add -lc for building shared libraries.
-build_libtool_need_lc=$archive_cmds_need_lc_CXX
+# This is the shared library path variable.
+shlibpath_var=$shlibpath_var
 
-# Whether or not to disallow shared libs when runtime libs are static
-allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes_CXX
+# Is shlibpath searched before the hard-coded library search path?
+shlibpath_overrides_runpath=$shlibpath_overrides_runpath
 
-# Whether or not to optimize for fast installation.
-fast_install=$enable_fast_install
+# How to hardcode a shared library path into an executable.
+hardcode_action=$hardcode_action_CXX
 
-# The host system.
-host_alias=$host_alias
-host=$host
+# Whether we should hardcode library paths into libraries.
+hardcode_into_libs=$hardcode_into_libs
 
-# An echo program that does not interpret backslashes.
-echo=$lt_echo
+# Flag to hardcode \$libdir into a binary during linking.
+# This must work even if \$libdir does not exist.
+hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec_CXX
 
-# The archiver.
-AR=$lt_AR
-AR_FLAGS=$lt_AR_FLAGS
+# If ld is used when linking, flag to hardcode \$libdir into
+# a binary during linking. This must work even if \$libdir does
+# not exist.
+hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld_CXX
 
-# A C compiler.
-LTCC=$lt_LTCC
+# Whether we need a single -rpath flag with a separated argument.
+hardcode_libdir_separator=$lt_hardcode_libdir_separator_CXX
 
-# A language-specific compiler.
-CC=$lt_compiler_CXX
+# Set to yes if using DIR/libNAME${shared_ext} during linking hardcodes DIR into the
+# resulting binary.
+hardcode_direct=$hardcode_direct_CXX
 
-# Is the compiler the GNU C compiler?
-with_gcc=$GCC_CXX
+# Set to yes if using the -LDIR flag during linking hardcodes DIR into the
+# resulting binary.
+hardcode_minus_L=$hardcode_minus_L_CXX
 
-# An ERE matcher.
-EGREP=$lt_EGREP
+# Set to yes if using SHLIBPATH_VAR=DIR during linking hardcodes DIR into
+# the resulting binary.
+hardcode_shlibpath_var=$hardcode_shlibpath_var_CXX
 
-# The linker used to build libraries.
-LD=$lt_LD_CXX
+# Set to yes if building a shared library automatically hardcodes DIR into the library
+# and all subsequent libraries and executables linked against it.
+hardcode_automatic=$hardcode_automatic_CXX
 
-# Whether we need hard or soft links.
-LN_S=$lt_LN_S
+# Variables whose values should be saved in libtool wrapper scripts and
+# restored at relink time.
+variables_saved_for_relink="$variables_saved_for_relink"
 
-# A BSD-compatible nm program.
-NM=$lt_NM
+# Whether libtool must link a program against all its dependency libraries.
+link_all_deplibs=$link_all_deplibs_CXX
 
-# A symbol stripping program
-STRIP=$lt_STRIP
+# Compile-time system search path for libraries
+sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
 
-# Used to examine libraries when file_magic_cmd begins "file"
-MAGIC_CMD=$MAGIC_CMD
+# Run-time system search path for libraries
+sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
 
-# Used on cygwin: DLL creation program.
-DLLTOOL="$DLLTOOL"
+# Fix the shell variable \$srcfile for the compiler.
+fix_srcfile_path="$fix_srcfile_path_CXX"
 
-# Used on cygwin: object dumper.
-OBJDUMP="$OBJDUMP"
+# Set to yes if exported symbols are required.
+always_export_symbols=$always_export_symbols_CXX
 
-# Used on cygwin: assembler.
-AS="$AS"
+# The commands to list exported symbols.
+export_symbols_cmds=$lt_export_symbols_cmds_CXX
 
-# The name of the directory that contains temporary libtool files.
-objdir=$objdir
+# The commands to extract the exported symbol list from a shared archive.
+extract_expsyms_cmds=$lt_extract_expsyms_cmds
 
-# How to create reloadable object files.
-reload_flag=$lt_reload_flag
-reload_cmds=$lt_reload_cmds
+# Symbols that should not be listed in the preloaded symbols.
+exclude_expsyms=$lt_exclude_expsyms_CXX
 
-# How to pass a linker flag through the compiler.
-wl=$lt_lt_prog_compiler_wl_CXX
+# Symbols that must always be exported.
+include_expsyms=$lt_include_expsyms_CXX
 
-# Object file suffix (normally "o").
-objext="$ac_objext"
+# ### END LIBTOOL TAG CONFIG: $tagname
 
-# Old archive suffix (normally "a").
-libext="$libext"
+__EOF__
 
-# Shared library suffix (normally ".so").
-shrext_cmds='$shrext_cmds'
 
-# Executable file suffix (normally "").
-exeext="$exeext"
-
-# Additional compiler flags for building library objects.
-pic_flag=$lt_lt_prog_compiler_pic_CXX
-pic_mode=$pic_mode
-
-# What is the maximum length of a command?
-max_cmd_len=$lt_cv_sys_max_cmd_len
-
-# Does compiler simultaneously support -c and -o options?
-compiler_c_o=$lt_lt_cv_prog_compiler_c_o_CXX
-
-# Must we lock files when doing compilation ?
-need_locks=$lt_need_locks
-
-# Do we need the lib prefix for modules?
-need_lib_prefix=$need_lib_prefix
-
-# Do we need a version for libraries?
-need_version=$need_version
-
-# Whether dlopen is supported.
-dlopen_support=$enable_dlopen
-
-# Whether dlopen of programs is supported.
-dlopen_self=$enable_dlopen_self
-
-# Whether dlopen of statically linked programs is supported.
-dlopen_self_static=$enable_dlopen_self_static
-
-# Compiler flag to prevent dynamic linking.
-link_static_flag=$lt_lt_prog_compiler_static_CXX
-
-# Compiler flag to turn off builtin functions.
-no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag_CXX
-
-# Compiler flag to allow reflexive dlopens.
-export_dynamic_flag_spec=$lt_export_dynamic_flag_spec_CXX
-
-# Compiler flag to generate shared objects directly from archives.
-whole_archive_flag_spec=$lt_whole_archive_flag_spec_CXX
-
-# Compiler flag to generate thread-safe objects.
-thread_safe_flag_spec=$lt_thread_safe_flag_spec_CXX
-
-# Library versioning type.
-version_type=$version_type
-
-# Format of library name prefix.
-libname_spec=$lt_libname_spec
-
-# List of archive names.  First name is the real one, the rest are links.
-# The last name is the one that the linker finds with -lNAME.
-library_names_spec=$lt_library_names_spec
-
-# The coded name of the library, if different from the real name.
-soname_spec=$lt_soname_spec
-
-# Commands used to build and install an old-style archive.
-RANLIB=$lt_RANLIB
-old_archive_cmds=$lt_old_archive_cmds_CXX
-old_postinstall_cmds=$lt_old_postinstall_cmds
-old_postuninstall_cmds=$lt_old_postuninstall_cmds
-
-# Create an old-style archive from a shared archive.
-old_archive_from_new_cmds=$lt_old_archive_from_new_cmds_CXX
-
-# Create a temporary old-style archive to link instead of a shared archive.
-old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds_CXX
-
-# Commands used to build and install a shared archive.
-archive_cmds=$lt_archive_cmds_CXX
-archive_expsym_cmds=$lt_archive_expsym_cmds_CXX
-postinstall_cmds=$lt_postinstall_cmds
-postuninstall_cmds=$lt_postuninstall_cmds
-
-# Commands used to build a loadable module (assumed same as above if empty)
-module_cmds=$lt_module_cmds_CXX
-module_expsym_cmds=$lt_module_expsym_cmds_CXX
-
-# Commands to strip libraries.
-old_striplib=$lt_old_striplib
-striplib=$lt_striplib
-
-# Dependencies to place before the objects being linked to create a
-# shared library.
-predep_objects=$lt_predep_objects_CXX
-
-# Dependencies to place after the objects being linked to create a
-# shared library.
-postdep_objects=$lt_postdep_objects_CXX
-
-# Dependencies to place before the objects being linked to create a
-# shared library.
-predeps=$lt_predeps_CXX
-
-# Dependencies to place after the objects being linked to create a
-# shared library.
-postdeps=$lt_postdeps_CXX
-
-# The library search path used internally by the compiler when linking
-# a shared library.
-compiler_lib_search_path=$lt_compiler_lib_search_path_CXX
-
-# Method to check whether dependent libraries are shared objects.
-deplibs_check_method=$lt_deplibs_check_method
-
-# Command to use when deplibs_check_method == file_magic.
-file_magic_cmd=$lt_file_magic_cmd
-
-# Flag that allows shared libraries with undefined symbols to be built.
-allow_undefined_flag=$lt_allow_undefined_flag_CXX
-
-# Flag that forces no undefined symbols.
-no_undefined_flag=$lt_no_undefined_flag_CXX
-
-# Commands used to finish a libtool library installation in a directory.
-finish_cmds=$lt_finish_cmds
-
-# Same as above, but a single script fragment to be evaled but not shown.
-finish_eval=$lt_finish_eval
-
-# Take the output of nm and produce a listing of raw symbols and C names.
-global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
-
-# Transform the output of nm in a proper C declaration
-global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
-
-# Transform the output of nm in a C name address pair
-global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
-
-# This is the shared library runtime path variable.
-runpath_var=$runpath_var
-
-# This is the shared library path variable.
-shlibpath_var=$shlibpath_var
-
-# Is shlibpath searched before the hard-coded library search path?
-shlibpath_overrides_runpath=$shlibpath_overrides_runpath
-
-# How to hardcode a shared library path into an executable.
-hardcode_action=$hardcode_action_CXX
-
-# Whether we should hardcode library paths into libraries.
-hardcode_into_libs=$hardcode_into_libs
-
-# Flag to hardcode \$libdir into a binary during linking.
-# This must work even if \$libdir does not exist.
-hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec_CXX
-
-# If ld is used when linking, flag to hardcode \$libdir into
-# a binary during linking. This must work even if \$libdir does
-# not exist.
-hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld_CXX
-
-# Whether we need a single -rpath flag with a separated argument.
-hardcode_libdir_separator=$lt_hardcode_libdir_separator_CXX
-
-# Set to yes if using DIR/libNAME${shared_ext} during linking hardcodes DIR into the
-# resulting binary.
-hardcode_direct=$hardcode_direct_CXX
-
-# Set to yes if using the -LDIR flag during linking hardcodes DIR into the
-# resulting binary.
-hardcode_minus_L=$hardcode_minus_L_CXX
-
-# Set to yes if using SHLIBPATH_VAR=DIR during linking hardcodes DIR into
-# the resulting binary.
-hardcode_shlibpath_var=$hardcode_shlibpath_var_CXX
-
-# Set to yes if building a shared library automatically hardcodes DIR into the library
-# and all subsequent libraries and executables linked against it.
-hardcode_automatic=$hardcode_automatic_CXX
-
-# Variables whose values should be saved in libtool wrapper scripts and
-# restored at relink time.
-variables_saved_for_relink="$variables_saved_for_relink"
-
-# Whether libtool must link a program against all its dependency libraries.
-link_all_deplibs=$link_all_deplibs_CXX
-
-# Compile-time system search path for libraries
-sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
-
-# Run-time system search path for libraries
-sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
-
-# Fix the shell variable \$srcfile for the compiler.
-fix_srcfile_path="$fix_srcfile_path_CXX"
-
-# Set to yes if exported symbols are required.
-always_export_symbols=$always_export_symbols_CXX
-
-# The commands to list exported symbols.
-export_symbols_cmds=$lt_export_symbols_cmds_CXX
-
-# The commands to extract the exported symbol list from a shared archive.
-extract_expsyms_cmds=$lt_extract_expsyms_cmds
-
-# Symbols that should not be listed in the preloaded symbols.
-exclude_expsyms=$lt_exclude_expsyms_CXX
-
-# Symbols that must always be exported.
-include_expsyms=$lt_include_expsyms_CXX
-
-# ### END LIBTOOL TAG CONFIG: $tagname
-
-__EOF__
-
-
-else
-  # If there is no Makefile yet, we rely on a make rule to execute
-  # `config.status --recheck' to rerun these tests and create the
-  # libtool script then.
-  ltmain_in=`echo $ltmain | sed -e 's/\.sh$/.in/'`
-  if test -f "$ltmain_in"; then
-    test -f Makefile && make "$ltmain"
-  fi
-fi
+else
+  # If there is no Makefile yet, we rely on a make rule to execute
+  # `config.status --recheck' to rerun these tests and create the
+  # libtool script then.
+  ltmain_in=`echo $ltmain | sed -e 's/\.sh$/.in/'`
+  if test -f "$ltmain_in"; then
+    test -f Makefile && make "$ltmain"
+  fi
+fi
 
 
 ac_ext=c
@@ -12674,29 +13986,55 @@
 # If no C compiler was specified, use CC.
 LTCC=${LTCC-"$CC"}
 
+# If no C compiler flags were specified, use CFLAGS.
+LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
+
 # Allow CC to be a program name with arguments.
 compiler=$CC
 
 
+# save warnings/boilerplate of simple test code
+ac_outfile=conftest.$ac_objext
+printf "$lt_simple_compile_test_code" >conftest.$ac_ext
+eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
+_lt_compiler_boilerplate=`cat conftest.err`
+$rm conftest*
+
+ac_outfile=conftest.$ac_objext
+printf "$lt_simple_link_test_code" >conftest.$ac_ext
+eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
+_lt_linker_boilerplate=`cat conftest.err`
+$rm conftest*
+
+
 # Allow CC to be a program name with arguments.
 lt_save_CC="$CC"
 CC=${F77-"f77"}
 compiler=$CC
 compiler_F77=$CC
-cc_basename=`$echo X"$compiler" | $Xsed -e 's%^.*/%%'`
+for cc_temp in $compiler""; do
+  case $cc_temp in
+    compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
+    distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
+    \-*) ;;
+    *) break;;
+  esac
+done
+cc_basename=`$echo "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"`
 
-echo "$as_me:$LINENO: checking if libtool supports shared libraries" >&5
-echo $ECHO_N "checking if libtool supports shared libraries... $ECHO_C" >&6
-echo "$as_me:$LINENO: result: $can_build_shared" >&5
-echo "${ECHO_T}$can_build_shared" >&6
 
-echo "$as_me:$LINENO: checking whether to build shared libraries" >&5
-echo $ECHO_N "checking whether to build shared libraries... $ECHO_C" >&6
+{ echo "$as_me:$LINENO: checking if libtool supports shared libraries" >&5
+echo $ECHO_N "checking if libtool supports shared libraries... $ECHO_C" >&6; }
+{ echo "$as_me:$LINENO: result: $can_build_shared" >&5
+echo "${ECHO_T}$can_build_shared" >&6; }
+
+{ echo "$as_me:$LINENO: checking whether to build shared libraries" >&5
+echo $ECHO_N "checking whether to build shared libraries... $ECHO_C" >&6; }
 test "$can_build_shared" = "no" && enable_shared=no
 
 # On AIX, shared libraries and static libraries use the same namespace, and
 # are all built from PIC.
-case "$host_os" in
+case $host_os in
 aix3*)
   test "$enable_shared" = yes && enable_static=no
   if test -n "$RANLIB"; then
@@ -12705,20 +14043,20 @@
   fi
   ;;
 aix4* | aix5*)
-  test "$enable_shared" = yes && enable_static=no
+  if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
+    test "$enable_shared" = yes && enable_static=no
+  fi
   ;;
 esac
-echo "$as_me:$LINENO: result: $enable_shared" >&5
-echo "${ECHO_T}$enable_shared" >&6
+{ echo "$as_me:$LINENO: result: $enable_shared" >&5
+echo "${ECHO_T}$enable_shared" >&6; }
 
-echo "$as_me:$LINENO: checking whether to build static libraries" >&5
-echo $ECHO_N "checking whether to build static libraries... $ECHO_C" >&6
+{ echo "$as_me:$LINENO: checking whether to build static libraries" >&5
+echo $ECHO_N "checking whether to build static libraries... $ECHO_C" >&6; }
 # Make sure either enable_shared or enable_static is yes.
 test "$enable_shared" = yes || enable_static=yes
-echo "$as_me:$LINENO: result: $enable_static" >&5
-echo "${ECHO_T}$enable_static" >&6
-
-test "$ld_shlibs_F77" = no && can_build_shared=no
+{ echo "$as_me:$LINENO: result: $enable_static" >&5
+echo "${ECHO_T}$enable_static" >&6; }
 
 GCC_F77="$G77"
 LD_F77="$LD"
@@ -12727,8 +14065,8 @@
 lt_prog_compiler_pic_F77=
 lt_prog_compiler_static_F77=
 
-echo "$as_me:$LINENO: checking for $compiler option to produce PIC" >&5
-echo $ECHO_N "checking for $compiler option to produce PIC... $ECHO_C" >&6
+{ echo "$as_me:$LINENO: checking for $compiler option to produce PIC" >&5
+echo $ECHO_N "checking for $compiler option to produce PIC... $ECHO_C" >&6; }
 
   if test "$GCC" = yes; then
     lt_prog_compiler_wl_F77='-Wl,'
@@ -12766,6 +14104,11 @@
       lt_prog_compiler_pic_F77='-fno-common'
       ;;
 
+    interix3*)
+      # Interix 3.x gcc -fpic/-fPIC options generate broken code.
+      # Instead, we relocate shared libraries at runtime.
+      ;;
+
     msdosdjgpp*)
       # Just because we use GCC doesn't mean we suddenly get shared libraries
       # on systems that don't support them.
@@ -12782,7 +14125,7 @@
     hpux*)
       # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
       # not for PA HP-UX.
-      case "$host_cpu" in
+      case $host_cpu in
       hppa*64*|ia64*)
 	# +Z the default
 	;;
@@ -12808,6 +14151,16 @@
 	lt_prog_compiler_static_F77='-bnso -bI:/lib/syscalls.exp'
       fi
       ;;
+      darwin*)
+        # PIC is the default on this platform
+        # Common symbols not allowed in MH_DYLIB files
+       case $cc_basename in
+         xlc*)
+         lt_prog_compiler_pic_F77='-qnocommon'
+         lt_prog_compiler_wl_F77='-Wl,'
+         ;;
+       esac
+       ;;
 
     mingw* | pw32* | os2*)
       # This hack is so that the source file can tell whether it is being
@@ -12819,7 +14172,7 @@
       lt_prog_compiler_wl_F77='-Wl,'
       # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
       # not for PA HP-UX.
-      case "$host_cpu" in
+      case $host_cpu in
       hppa*64*|ia64*)
 	# +Z the default
 	;;
@@ -12842,13 +14195,20 @@
       lt_prog_compiler_static_F77='-Bstatic'
       ;;
 
-    linux*)
-      case $CC in
+    linux* | k*bsd*-gnu)
+      case $cc_basename in
       icc* | ecc*)
 	lt_prog_compiler_wl_F77='-Wl,'
 	lt_prog_compiler_pic_F77='-KPIC'
 	lt_prog_compiler_static_F77='-static'
         ;;
+      pgcc* | pgf77* | pgf90* | pgf95*)
+        # Portland Group compilers (*not* the Pentium gcc compiler,
+	# which looks to be a dead project)
+	lt_prog_compiler_wl_F77='-Wl,'
+	lt_prog_compiler_pic_F77='-fpic'
+	lt_prog_compiler_static_F77='-Bstatic'
+        ;;
       ccc*)
         lt_prog_compiler_wl_F77='-Wl,'
         # All Alpha code is PIC.
@@ -12863,15 +14223,15 @@
       lt_prog_compiler_static_F77='-non_shared'
       ;;
 
-    sco3.2v5*)
-      lt_prog_compiler_pic_F77='-Kpic'
-      lt_prog_compiler_static_F77='-dn'
-      ;;
-
     solaris*)
-      lt_prog_compiler_wl_F77='-Wl,'
       lt_prog_compiler_pic_F77='-KPIC'
       lt_prog_compiler_static_F77='-Bstatic'
+      case $cc_basename in
+      f77* | f90* | f95*)
+	lt_prog_compiler_wl_F77='-Qoption ld ';;
+      *)
+	lt_prog_compiler_wl_F77='-Wl,';;
+      esac
       ;;
 
     sunos4*)
@@ -12880,7 +14240,7 @@
       lt_prog_compiler_static_F77='-Bstatic'
       ;;
 
-    sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
+    sysv4 | sysv4.2uw2* | sysv4.3*)
       lt_prog_compiler_wl_F77='-Wl,'
       lt_prog_compiler_pic_F77='-KPIC'
       lt_prog_compiler_static_F77='-Bstatic'
@@ -12893,6 +14253,17 @@
       fi
       ;;
 
+    sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
+      lt_prog_compiler_wl_F77='-Wl,'
+      lt_prog_compiler_pic_F77='-KPIC'
+      lt_prog_compiler_static_F77='-Bstatic'
+      ;;
+
+    unicos*)
+      lt_prog_compiler_wl_F77='-Wl,'
+      lt_prog_compiler_can_build_shared_F77=no
+      ;;
+
     uts4*)
       lt_prog_compiler_pic_F77='-pic'
       lt_prog_compiler_static_F77='-Bstatic'
@@ -12904,16 +14275,16 @@
     esac
   fi
 
-echo "$as_me:$LINENO: result: $lt_prog_compiler_pic_F77" >&5
-echo "${ECHO_T}$lt_prog_compiler_pic_F77" >&6
+{ echo "$as_me:$LINENO: result: $lt_prog_compiler_pic_F77" >&5
+echo "${ECHO_T}$lt_prog_compiler_pic_F77" >&6; }
 
 #
 # Check to make sure the PIC flag actually works.
 #
 if test -n "$lt_prog_compiler_pic_F77"; then
 
-echo "$as_me:$LINENO: checking if $compiler PIC flag $lt_prog_compiler_pic_F77 works" >&5
-echo $ECHO_N "checking if $compiler PIC flag $lt_prog_compiler_pic_F77 works... $ECHO_C" >&6
+{ echo "$as_me:$LINENO: checking if $compiler PIC flag $lt_prog_compiler_pic_F77 works" >&5
+echo $ECHO_N "checking if $compiler PIC flag $lt_prog_compiler_pic_F77 works... $ECHO_C" >&6; }
 if test "${lt_prog_compiler_pic_works_F77+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
@@ -12927,26 +14298,28 @@
    # with a dollar sign (not a hyphen), so the echo should work correctly.
    # The option is referenced via a variable to avoid confusing sed.
    lt_compile=`echo "$ac_compile" | $SED \
-   -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
+   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
    -e 's:$: $lt_compiler_flag:'`
-   (eval echo "\"\$as_me:12933: $lt_compile\"" >&5)
+   (eval echo "\"\$as_me:14304: $lt_compile\"" >&5)
    (eval "$lt_compile" 2>conftest.err)
    ac_status=$?
    cat conftest.err >&5
-   echo "$as_me:12937: \$? = $ac_status" >&5
+   echo "$as_me:14308: \$? = $ac_status" >&5
    if (exit $ac_status) && test -s "$ac_outfile"; then
      # The compiler can only warn and ignore the option if not recognized
-     # So say no if there are warnings
-     if test ! -s conftest.err; then
+     # So say no if there are warnings other than the usual output.
+     $echo "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' >conftest.exp
+     $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
+     if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
        lt_prog_compiler_pic_works_F77=yes
      fi
    fi
    $rm conftest*
 
 fi
-echo "$as_me:$LINENO: result: $lt_prog_compiler_pic_works_F77" >&5
-echo "${ECHO_T}$lt_prog_compiler_pic_works_F77" >&6
+{ echo "$as_me:$LINENO: result: $lt_prog_compiler_pic_works_F77" >&5
+echo "${ECHO_T}$lt_prog_compiler_pic_works_F77" >&6; }
 
 if test x"$lt_prog_compiler_pic_works_F77" = xyes; then
     case $lt_prog_compiler_pic_F77 in
@@ -12959,7 +14332,7 @@
 fi
 
 fi
-case "$host_os" in
+case $host_os in
   # For platforms which do not support PIC, -DPIC is meaningless:
   *djgpp*)
     lt_prog_compiler_pic_F77=
@@ -12969,14 +14342,56 @@
     ;;
 esac
 
-echo "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_objext" >&5
-echo $ECHO_N "checking if $compiler supports -c -o file.$ac_objext... $ECHO_C" >&6
-if test "${lt_cv_prog_compiler_c_o_F77+set}" = set; then
+#
+# Check to make sure the static flag actually works.
+#
+wl=$lt_prog_compiler_wl_F77 eval lt_tmp_static_flag=\"$lt_prog_compiler_static_F77\"
+{ echo "$as_me:$LINENO: checking if $compiler static flag $lt_tmp_static_flag works" >&5
+echo $ECHO_N "checking if $compiler static flag $lt_tmp_static_flag works... $ECHO_C" >&6; }
+if test "${lt_prog_compiler_static_works_F77+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
-  lt_cv_prog_compiler_c_o_F77=no
-   $rm -r conftest 2>/dev/null
-   mkdir conftest
+  lt_prog_compiler_static_works_F77=no
+   save_LDFLAGS="$LDFLAGS"
+   LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
+   printf "$lt_simple_link_test_code" > conftest.$ac_ext
+   if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
+     # The linker can only warn and ignore the option if not recognized
+     # So say no if there are warnings
+     if test -s conftest.err; then
+       # Append any errors to the config.log.
+       cat conftest.err 1>&5
+       $echo "X$_lt_linker_boilerplate" | $Xsed -e '/^$/d' > conftest.exp
+       $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
+       if diff conftest.exp conftest.er2 >/dev/null; then
+         lt_prog_compiler_static_works_F77=yes
+       fi
+     else
+       lt_prog_compiler_static_works_F77=yes
+     fi
+   fi
+   $rm conftest*
+   LDFLAGS="$save_LDFLAGS"
+
+fi
+{ echo "$as_me:$LINENO: result: $lt_prog_compiler_static_works_F77" >&5
+echo "${ECHO_T}$lt_prog_compiler_static_works_F77" >&6; }
+
+if test x"$lt_prog_compiler_static_works_F77" = xyes; then
+    :
+else
+    lt_prog_compiler_static_F77=
+fi
+
+
+{ echo "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_objext" >&5
+echo $ECHO_N "checking if $compiler supports -c -o file.$ac_objext... $ECHO_C" >&6; }
+if test "${lt_cv_prog_compiler_c_o_F77+set}" = set; then
+  echo $ECHO_N "(cached) $ECHO_C" >&6
+else
+  lt_cv_prog_compiler_c_o_F77=no
+   $rm -r conftest 2>/dev/null
+   mkdir conftest
    cd conftest
    mkdir out
    printf "$lt_simple_compile_test_code" > conftest.$ac_ext
@@ -12987,23 +14402,25 @@
    # Note that $ac_compile itself does not contain backslashes and begins
    # with a dollar sign (not a hyphen), so the echo should work correctly.
    lt_compile=`echo "$ac_compile" | $SED \
-   -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
+   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
    -e 's:$: $lt_compiler_flag:'`
-   (eval echo "\"\$as_me:12993: $lt_compile\"" >&5)
+   (eval echo "\"\$as_me:14408: $lt_compile\"" >&5)
    (eval "$lt_compile" 2>out/conftest.err)
    ac_status=$?
    cat out/conftest.err >&5
-   echo "$as_me:12997: \$? = $ac_status" >&5
+   echo "$as_me:14412: \$? = $ac_status" >&5
    if (exit $ac_status) && test -s out/conftest2.$ac_objext
    then
      # The compiler can only warn and ignore the option if not recognized
      # So say no if there are warnings
-     if test ! -s out/conftest.err; then
+     $echo "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' > out/conftest.exp
+     $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
+     if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
        lt_cv_prog_compiler_c_o_F77=yes
      fi
    fi
-   chmod u+w .
+   chmod u+w . 2>&5
    $rm conftest*
    # SGI C++ compiler will create directory out/ii_files/ for
    # template instantiation
@@ -13014,23 +14431,23 @@
    $rm conftest*
 
 fi
-echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_c_o_F77" >&5
-echo "${ECHO_T}$lt_cv_prog_compiler_c_o_F77" >&6
+{ echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_c_o_F77" >&5
+echo "${ECHO_T}$lt_cv_prog_compiler_c_o_F77" >&6; }
 
 
 hard_links="nottested"
 if test "$lt_cv_prog_compiler_c_o_F77" = no && test "$need_locks" != no; then
   # do not overwrite the value of need_locks provided by the user
-  echo "$as_me:$LINENO: checking if we can lock with hard links" >&5
-echo $ECHO_N "checking if we can lock with hard links... $ECHO_C" >&6
+  { echo "$as_me:$LINENO: checking if we can lock with hard links" >&5
+echo $ECHO_N "checking if we can lock with hard links... $ECHO_C" >&6; }
   hard_links=yes
   $rm conftest*
   ln conftest.a conftest.b 2>/dev/null && hard_links=no
   touch conftest.a
   ln conftest.a conftest.b 2>&5 || hard_links=no
   ln conftest.a conftest.b 2>/dev/null && hard_links=no
-  echo "$as_me:$LINENO: result: $hard_links" >&5
-echo "${ECHO_T}$hard_links" >&6
+  { echo "$as_me:$LINENO: result: $hard_links" >&5
+echo "${ECHO_T}$hard_links" >&6; }
   if test "$hard_links" = no; then
     { echo "$as_me:$LINENO: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
 echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
@@ -13040,8 +14457,8 @@
   need_locks=no
 fi
 
-echo "$as_me:$LINENO: checking whether the $compiler linker ($LD) supports shared libraries" >&5
-echo $ECHO_N "checking whether the $compiler linker ($LD) supports shared libraries... $ECHO_C" >&6
+{ echo "$as_me:$LINENO: checking whether the $compiler linker ($LD) supports shared libraries" >&5
+echo $ECHO_N "checking whether the $compiler linker ($LD) supports shared libraries... $ECHO_C" >&6; }
 
   runpath_var=
   allow_undefined_flag_F77=
@@ -13079,6 +14496,16 @@
   # rely on this symbol name, it's probably fine to never include it in
   # preloaded symbol tables.
   extract_expsyms_cmds=
+  # Just being paranoid about ensuring that cc_basename is set.
+  for cc_temp in $compiler""; do
+  case $cc_temp in
+    compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
+    distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
+    \-*) ;;
+    *) break;;
+  esac
+done
+cc_basename=`$echo "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"`
 
   case $host_os in
   cygwin* | mingw* | pw32*)
@@ -13089,6 +14516,10 @@
       with_gnu_ld=no
     fi
     ;;
+  interix*)
+    # we just hope/assume this is gcc and not c89 (= MSVC++)
+    with_gnu_ld=yes
+    ;;
   openbsd*)
     with_gnu_ld=no
     ;;
@@ -13099,6 +14530,27 @@
     # If archive_cmds runs LD, not CC, wlarc should be empty
     wlarc='${wl}'
 
+    # Set some defaults for GNU ld with shared library support. These
+    # are reset later if shared libraries are not supported. Putting them
+    # here allows them to be overridden if necessary.
+    runpath_var=LD_RUN_PATH
+    hardcode_libdir_flag_spec_F77='${wl}--rpath ${wl}$libdir'
+    export_dynamic_flag_spec_F77='${wl}--export-dynamic'
+    # ancient GNU ld didn't support --whole-archive et. al.
+    if $LD --help 2>&1 | grep 'no-whole-archive' > /dev/null; then
+	whole_archive_flag_spec_F77="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
+      else
+  	whole_archive_flag_spec_F77=
+    fi
+    supports_anon_versioning=no
+    case `$LD -v 2>/dev/null` in
+      *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
+      *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
+      *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
+      *\ 2.11.*) ;; # other 2.11 versions
+      *) supports_anon_versioning=yes ;;
+    esac
+
     # See if GNU ld supports shared libraries.
     case $host_os in
     aix3* | aix4* | aix5*)
@@ -13149,10 +14601,10 @@
       allow_undefined_flag_F77=unsupported
       always_export_symbols_F77=no
       enable_shared_with_static_runtimes_F77=yes
-      export_symbols_cmds_F77='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGS] /s/.* \([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW] /s/.* //'\'' | sort | uniq > $export_symbols'
+      export_symbols_cmds_F77='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS] /s/.* \([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW] /s/.* //'\'' | sort | uniq > $export_symbols'
 
       if $LD --help 2>&1 | grep 'auto-import' > /dev/null; then
-        archive_cmds_F77='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--image-base=0x10000000 ${wl}--out-implib,$lib'
+        archive_cmds_F77='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
 	# If the export-symbols file already is a .def file (1st line
 	# is EXPORTS), use it as is; otherwise, prepend...
 	archive_expsym_cmds_F77='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
@@ -13161,13 +14613,60 @@
 	  echo EXPORTS > $output_objdir/$soname.def;
 	  cat $export_symbols >> $output_objdir/$soname.def;
 	fi~
-	$CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--image-base=0x10000000  ${wl}--out-implib,$lib'
+	$CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
       else
-	ld_shlibs=no
+	ld_shlibs_F77=no
+      fi
+      ;;
+
+    interix3*)
+      hardcode_direct_F77=no
+      hardcode_shlibpath_var_F77=no
+      hardcode_libdir_flag_spec_F77='${wl}-rpath,$libdir'
+      export_dynamic_flag_spec_F77='${wl}-E'
+      # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
+      # Instead, shared libraries are loaded at an image base (0x10000000 by
+      # default) and relocated if they conflict, which is a slow very memory
+      # consuming and fragmenting process.  To avoid this, we pick a random,
+      # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
+      # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
+      archive_cmds_F77='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
+      archive_expsym_cmds_F77='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
+      ;;
+
+    linux* | k*bsd*-gnu)
+      if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
+	tmp_addflag=
+	case $cc_basename,$host_cpu in
+	pgcc*)				# Portland Group C compiler
+	  whole_archive_flag_spec_F77='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}--no-whole-archive'
+	  tmp_addflag=' $pic_flag'
+	  ;;
+	pgf77* | pgf90* | pgf95*)	# Portland Group f77 and f90 compilers
+	  whole_archive_flag_spec_F77='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}--no-whole-archive'
+	  tmp_addflag=' $pic_flag -Mnomain' ;;
+	ecc*,ia64* | icc*,ia64*)		# Intel C compiler on ia64
+	  tmp_addflag=' -i_dynamic' ;;
+	efc*,ia64* | ifort*,ia64*)	# Intel Fortran compiler on ia64
+	  tmp_addflag=' -i_dynamic -nofor_main' ;;
+	ifc* | ifort*)			# Intel Fortran compiler
+	  tmp_addflag=' -nofor_main' ;;
+	esac
+	archive_cmds_F77='$CC -shared'"$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
+
+	if test $supports_anon_versioning = yes; then
+	  archive_expsym_cmds_F77='$echo "{ global:" > $output_objdir/$libname.ver~
+  cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
+  $echo "local: *; };" >> $output_objdir/$libname.ver~
+	  $CC -shared'"$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
+	fi
+	link_all_deplibs_F77=no
+      else
+	ld_shlibs_F77=no
       fi
       ;;
 
-    netbsd* | netbsdelf*-gnu | knetbsd*-gnu)
+    netbsd* | netbsdelf*-gnu)
       if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
 	archive_cmds_F77='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
 	wlarc=
@@ -13177,7 +14676,7 @@
       fi
       ;;
 
-    solaris* | sysv5*)
+    solaris*)
       if $LD -v 2>&1 | grep 'BFD 2\.8' > /dev/null; then
 	ld_shlibs_F77=no
 	cat <<EOF 1>&2
@@ -13198,6 +14697,33 @@
       fi
       ;;
 
+    sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
+      case `$LD -v 2>&1` in
+        *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
+	ld_shlibs_F77=no
+	cat <<_LT_EOF 1>&2
+
+*** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
+*** reliably create shared libraries on SCO systems.  Therefore, libtool
+*** is disabling shared libraries support.  We urge you to upgrade GNU
+*** binutils to release 2.16.91.0.3 or newer.  Another option is to modify
+*** your PATH or compiler configuration so that the native linker is
+*** used, and then restart.
+
+_LT_EOF
+	;;
+	*)
+	  if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
+	    hardcode_libdir_flag_spec_F77='`test -z "$SCOABSPATH" && echo ${wl}-rpath,$libdir`'
+	    archive_cmds_F77='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib'
+	    archive_expsym_cmds_F77='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname,\${SCOABSPATH:+${install_libdir}/}$soname,-retain-symbols-file,$export_symbols -o $lib'
+	  else
+	    ld_shlibs_F77=no
+	  fi
+	;;
+      esac
+      ;;
+
     sunos4*)
       archive_cmds_F77='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
       wlarc=
@@ -13205,32 +14731,6 @@
       hardcode_shlibpath_var_F77=no
       ;;
 
-  linux*)
-    if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
-        tmp_archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
-	archive_cmds_F77="$tmp_archive_cmds"
-      supports_anon_versioning=no
-      case `$LD -v 2>/dev/null` in
-        *\ 01.* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
-        *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
-        *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
-        *\ 2.11.*) ;; # other 2.11 versions
-        *) supports_anon_versioning=yes ;;
-      esac
-      if test $supports_anon_versioning = yes; then
-        archive_expsym_cmds_F77='$echo "{ global:" > $output_objdir/$libname.ver~
-cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
-$echo "local: *; };" >> $output_objdir/$libname.ver~
-        $CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
-      else
-        archive_expsym_cmds_F77="$tmp_archive_cmds"
-      fi
-      link_all_deplibs_F77=no
-    else
-      ld_shlibs_F77=no
-    fi
-    ;;
-
     *)
       if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
 	archive_cmds_F77='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
@@ -13241,16 +14741,11 @@
       ;;
     esac
 
-    if test "$ld_shlibs_F77" = yes; then
-      runpath_var=LD_RUN_PATH
-      hardcode_libdir_flag_spec_F77='${wl}--rpath ${wl}$libdir'
-      export_dynamic_flag_spec_F77='${wl}--export-dynamic'
-      # ancient GNU ld didn't support --whole-archive et. al.
-      if $LD --help 2>&1 | grep 'no-whole-archive' > /dev/null; then
- 	whole_archive_flag_spec_F77="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
-      else
-  	whole_archive_flag_spec_F77=
-      fi
+    if test "$ld_shlibs_F77" = no; then
+      runpath_var=
+      hardcode_libdir_flag_spec_F77=
+      export_dynamic_flag_spec_F77=
+      whole_archive_flag_spec_F77=
     fi
   else
     # PORTME fill in a description of your system's linker (not GNU ld)
@@ -13262,7 +14757,7 @@
       # Note: this linker hardcodes the directories in LIBPATH if there
       # are no directories specified by -L.
       hardcode_minus_L_F77=yes
-      if test "$GCC" = yes && test -z "$link_static_flag"; then
+      if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
 	# Neither direct hardcoding nor static linking is supported with a
 	# broken collect2.
 	hardcode_direct_F77=unsupported
@@ -13296,6 +14791,7 @@
   	    break
   	  fi
 	  done
+	  ;;
 	esac
 
 	exp_sym_flag='-bexport'
@@ -13314,7 +14810,7 @@
       link_all_deplibs_F77=yes
 
       if test "$GCC" = yes; then
-	case $host_os in aix4.012|aix4.012.*)
+	case $host_os in aix4.[012]|aix4.[012].*)
 	# We only want to do this on AIX 4.2 and lower, the check
 	# below for broken collect2 doesn't work under 4.3+
 	  collect2name=`${CC} -print-prog-name=collect2`
@@ -13333,8 +14829,12 @@
   	  hardcode_libdir_flag_spec_F77='-L$libdir'
   	  hardcode_libdir_separator_F77=
 	  fi
+	  ;;
 	esac
 	shared_flag='-shared'
+	if test "$aix_use_runtimelinking" = yes; then
+	  shared_flag="$shared_flag "'${wl}-G'
+	fi
       else
 	# not using gcc
 	if test "$host_cpu" = ia64; then
@@ -13342,11 +14842,11 @@
   	# chokes on -Wl,-G. The following line is correct:
 	  shared_flag='-G'
 	else
-  	if test "$aix_use_runtimelinking" = yes; then
+	  if test "$aix_use_runtimelinking" = yes; then
 	    shared_flag='${wl}-G'
 	  else
 	    shared_flag='${wl}-bM:SRE'
-  	fi
+	  fi
 	fi
       fi
 
@@ -13364,23 +14864,36 @@
       end
 _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
-  (eval $ac_link) 2>conftest.er1
+if { (ac_try="$ac_link"
+case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_link") 2>conftest.er1
   ac_status=$?
   grep -v '^ *+' conftest.er1 >conftest.err
   rm -f conftest.er1
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-	 { ac_try='test -z "$ac_f77_werror_flag"			 || test ! -s conftest.err'
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-  (eval $ac_try) 2>&5
+	 { ac_try='test -z "$ac_f77_werror_flag" || test ! -s conftest.err'
+  { (case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_try") 2>&5
   ac_status=$?
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); }; } &&
 	 { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-  (eval $ac_try) 2>&5
+  { (case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_try") 2>&5
   ac_status=$?
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
@@ -13394,18 +14907,20 @@
   echo "$as_me: failed program was:" >&5
 sed 's/^/| /' conftest.$ac_ext >&5
 
+
 fi
-rm -f conftest.err conftest.$ac_objext \
+
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
       conftest$ac_exeext conftest.$ac_ext
 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
 
        hardcode_libdir_flag_spec_F77='${wl}-blibpath:$libdir:'"$aix_libpath"
-	archive_expsym_cmds_F77="\$CC"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$no_entry_flag \${wl}$exp_sym_flag:\$export_symbols $shared_flag"
+	archive_expsym_cmds_F77="\$CC"' -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
        else
 	if test "$host_cpu" = ia64; then
 	  hardcode_libdir_flag_spec_F77='${wl}-R $libdir:/usr/lib:/lib'
 	  allow_undefined_flag_F77="-z nodefs"
-	  archive_expsym_cmds_F77="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags ${wl}${allow_undefined_flag} '"\${wl}$no_entry_flag \${wl}$exp_sym_flag:\$export_symbols"
+	  archive_expsym_cmds_F77="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags ${wl}${allow_undefined_flag} '"\${wl}$exp_sym_flag:\$export_symbols"
 	else
 	 # Determine the default libpath from the value encoded in an empty executable.
 	 cat >conftest.$ac_ext <<_ACEOF
@@ -13414,23 +14929,36 @@
       end
 _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
-  (eval $ac_link) 2>conftest.er1
+if { (ac_try="$ac_link"
+case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_link") 2>conftest.er1
   ac_status=$?
   grep -v '^ *+' conftest.er1 >conftest.err
   rm -f conftest.er1
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-	 { ac_try='test -z "$ac_f77_werror_flag"			 || test ! -s conftest.err'
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-  (eval $ac_try) 2>&5
+	 { ac_try='test -z "$ac_f77_werror_flag" || test ! -s conftest.err'
+  { (case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_try") 2>&5
   ac_status=$?
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); }; } &&
 	 { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-  (eval $ac_try) 2>&5
+  { (case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_try") 2>&5
   ac_status=$?
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
@@ -13444,8 +14972,10 @@
   echo "$as_me: failed program was:" >&5
 sed 's/^/| /' conftest.$ac_ext >&5
 
+
 fi
-rm -f conftest.err conftest.$ac_objext \
+
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
       conftest$ac_exeext conftest.$ac_ext
 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
 
@@ -13454,13 +14984,11 @@
 	  # -berok will link without error, but may produce a broken library.
 	  no_undefined_flag_F77=' ${wl}-bernotok'
 	  allow_undefined_flag_F77=' ${wl}-berok'
-	  # -bexpall does not export symbols beginning with underscore (_)
-	  always_export_symbols_F77=yes
 	  # Exported symbols can be pulled into shared objects from archives
-	  whole_archive_flag_spec_F77=' '
+	  whole_archive_flag_spec_F77='$convenience'
 	  archive_cmds_need_lc_F77=yes
-	  # This is similar to how AIX traditionally builds it's shared libraries.
-	  archive_expsym_cmds_F77="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags ${wl}-bE:$export_symbols ${wl}-bnoentry${allow_undefined_flag}~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$soname'
+	  # This is similar to how AIX traditionally builds its shared libraries.
+	  archive_expsym_cmds_F77="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs ${wl}-bnoentry $compiler_flags ${wl}-bE:$export_symbols${allow_undefined_flag}~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$soname'
 	fi
       fi
       ;;
@@ -13473,7 +15001,7 @@
       ld_shlibs_F77=no
       ;;
 
-    bsdi4*)
+    bsdi[45]*)
       export_dynamic_flag_spec_F77=-rdynamic
       ;;
 
@@ -13494,57 +15022,57 @@
       old_archive_From_new_cmds_F77='true'
       # FIXME: Should let the user specify the lib program.
       old_archive_cmds_F77='lib /OUT:$oldlib$oldobjs$old_deplibs'
-      fix_srcfile_path='`cygpath -w "$srcfile"`'
+      fix_srcfile_path_F77='`cygpath -w "$srcfile"`'
       enable_shared_with_static_runtimes_F77=yes
       ;;
 
     darwin* | rhapsody*)
-    if test "$GXX" = yes ; then
-      archive_cmds_need_lc_F77=no
-      case "$host_os" in
-      rhapsody* | darwin1.[012])
-	allow_undefined_flag_F77='-undefined suppress'
-	;;
-      *) # Darwin 1.3 on
-      if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then
-      	allow_undefined_flag_F77='-flat_namespace -undefined suppress'
-      else
-        case ${MACOSX_DEPLOYMENT_TARGET} in
-          10.[012])
-            allow_undefined_flag_F77='-flat_namespace -undefined suppress'
-            ;;
-          10.*)
-            allow_undefined_flag_F77='-undefined dynamic_lookup'
-            ;;
-        esac
-      fi
-	;;
+      case $host_os in
+        rhapsody* | darwin1.[012])
+         allow_undefined_flag_F77='${wl}-undefined ${wl}suppress'
+         ;;
+       *) # Darwin 1.3 on
+         if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then
+           allow_undefined_flag_F77='${wl}-flat_namespace ${wl}-undefined ${wl}suppress'
+         else
+           case ${MACOSX_DEPLOYMENT_TARGET} in
+             10.[012])
+               allow_undefined_flag_F77='${wl}-flat_namespace ${wl}-undefined ${wl}suppress'
+               ;;
+             10.*)
+               allow_undefined_flag_F77='${wl}-undefined ${wl}dynamic_lookup'
+               ;;
+           esac
+         fi
+         ;;
       esac
-    	lt_int_apple_cc_single_mod=no
-    	output_verbose_link_cmd='echo'
-    	if $CC -dumpspecs 2>&1 | grep 'single_module' >/dev/null ; then
-    	  lt_int_apple_cc_single_mod=yes
-    	fi
-    	if test "X$lt_int_apple_cc_single_mod" = Xyes ; then
-    	  archive_cmds_F77='$CC -dynamiclib -single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring'
-    	else
-        archive_cmds_F77='$CC -r ${wl}-bind_at_load -keep_private_externs -nostdlib -o ${lib}-master.o $libobjs~$CC -dynamiclib $allow_undefined_flag -o $lib ${lib}-master.o $deplibs $compiler_flags -install_name $rpath/$soname $verstring'
-      fi
-      module_cmds_F77='$CC ${wl}-bind_at_load $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
-      # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin ld's
-        if test "X$lt_int_apple_cc_single_mod" = Xyes ; then
-          archive_expsym_cmds_F77='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -dynamiclib -single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
-        else
-          archive_expsym_cmds_F77='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -r ${wl}-bind_at_load -keep_private_externs -nostdlib -o ${lib}-master.o $libobjs~$CC -dynamiclib $allow_undefined_flag -o $lib ${lib}-master.o $deplibs $compiler_flags -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
-        fi
-          module_expsym_cmds_F77='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag  -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
+      archive_cmds_need_lc_F77=no
       hardcode_direct_F77=no
       hardcode_automatic_F77=yes
       hardcode_shlibpath_var_F77=unsupported
-      whole_archive_flag_spec_F77='-all_load $convenience'
+      whole_archive_flag_spec_F77=''
       link_all_deplibs_F77=yes
+    if test "$GCC" = yes ; then
+    	output_verbose_link_cmd='echo'
+        archive_cmds_F77='$CC -dynamiclib $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring'
+      module_cmds_F77='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
+      # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin lds
+      archive_expsym_cmds_F77='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -dynamiclib $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
+      module_expsym_cmds_F77='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag  -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
     else
-      ld_shlibs_F77=no
+      case $cc_basename in
+        xlc*)
+         output_verbose_link_cmd='echo'
+         archive_cmds_F77='$CC -qmkshrobj $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}`echo $rpath/$soname` $verstring'
+         module_cmds_F77='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
+          # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin lds
+         archive_expsym_cmds_F77='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -qmkshrobj $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}$rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
+          module_expsym_cmds_F77='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag  -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
+          ;;
+       *)
+         ld_shlibs_F77=no
+          ;;
+      esac
     fi
       ;;
 
@@ -13578,7 +15106,7 @@
       ;;
 
     # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
-    freebsd* | kfreebsd*-gnu)
+    freebsd* | dragonfly*)
       archive_cmds_F77='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
       hardcode_libdir_flag_spec_F77='-R$libdir'
       hardcode_direct_F77=yes
@@ -13601,47 +15129,62 @@
       export_dynamic_flag_spec_F77='${wl}-E'
       ;;
 
-    hpux10* | hpux11*)
+    hpux10*)
       if test "$GCC" = yes -a "$with_gnu_ld" = no; then
-	case "$host_cpu" in
-	hppa*64*|ia64*)
+	archive_cmds_F77='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
+      else
+	archive_cmds_F77='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
+      fi
+      if test "$with_gnu_ld" = no; then
+	hardcode_libdir_flag_spec_F77='${wl}+b ${wl}$libdir'
+	hardcode_libdir_separator_F77=:
+
+	hardcode_direct_F77=yes
+	export_dynamic_flag_spec_F77='${wl}-E'
+
+	# hardcode_minus_L: Not really in the search PATH,
+	# but as the default location of the library.
+	hardcode_minus_L_F77=yes
+      fi
+      ;;
+
+    hpux11*)
+      if test "$GCC" = yes -a "$with_gnu_ld" = no; then
+	case $host_cpu in
+	hppa*64*)
 	  archive_cmds_F77='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
 	  ;;
+	ia64*)
+	  archive_cmds_F77='$CC -shared ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
+	  ;;
 	*)
 	  archive_cmds_F77='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
 	  ;;
 	esac
       else
-	case "$host_cpu" in
-	hppa*64*|ia64*)
-	  archive_cmds_F77='$LD -b +h $soname -o $lib $libobjs $deplibs $linker_flags'
+	case $host_cpu in
+	hppa*64*)
+	  archive_cmds_F77='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
+	  ;;
+	ia64*)
+	  archive_cmds_F77='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
 	  ;;
 	*)
-	  archive_cmds_F77='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
+	  archive_cmds_F77='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
 	  ;;
 	esac
       fi
       if test "$with_gnu_ld" = no; then
-	case "$host_cpu" in
-	hppa*64*)
-	  hardcode_libdir_flag_spec_F77='${wl}+b ${wl}$libdir'
+	hardcode_libdir_flag_spec_F77='${wl}+b ${wl}$libdir'
+	hardcode_libdir_separator_F77=:
+
+	case $host_cpu in
+	hppa*64*|ia64*)
 	  hardcode_libdir_flag_spec_ld_F77='+b $libdir'
-	  hardcode_libdir_separator_F77=:
 	  hardcode_direct_F77=no
 	  hardcode_shlibpath_var_F77=no
 	  ;;
-	ia64*)
-	  hardcode_libdir_flag_spec_F77='-L$libdir'
-	  hardcode_direct_F77=no
-	  hardcode_shlibpath_var_F77=no
-
-	  # hardcode_minus_L: Not really in the search PATH,
-	  # but as the default location of the library.
-	  hardcode_minus_L_F77=yes
-	  ;;
 	*)
-	  hardcode_libdir_flag_spec_F77='${wl}+b ${wl}$libdir'
-	  hardcode_libdir_separator_F77=:
 	  hardcode_direct_F77=yes
 	  export_dynamic_flag_spec_F77='${wl}-E'
 
@@ -13665,7 +15208,7 @@
       link_all_deplibs_F77=yes
       ;;
 
-    netbsd* | netbsdelf*-gnu | knetbsd*-gnu)
+    netbsd* | netbsdelf*-gnu)
       if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
 	archive_cmds_F77='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'  # a.out
       else
@@ -13689,6 +15232,7 @@
       hardcode_shlibpath_var_F77=no
       if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
 	archive_cmds_F77='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
+	archive_expsym_cmds_F77='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
 	hardcode_libdir_flag_spec_F77='${wl}-rpath,$libdir'
 	export_dynamic_flag_spec_F77='${wl}-E'
       else
@@ -13734,7 +15278,7 @@
 	allow_undefined_flag_F77=' -expect_unresolved \*'
 	archive_cmds_F77='$LD -shared${allow_undefined_flag} $libobjs $deplibs $linker_flags -msym -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
 	archive_expsym_cmds_F77='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; echo "-hidden">> $lib.exp~
-	$LD -shared${allow_undefined_flag} -input $lib.exp $linker_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${objdir}/so_locations -o $lib~$rm $lib.exp'
+	$LD -shared${allow_undefined_flag} -input $lib.exp $linker_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib~$rm $lib.exp'
 
 	# Both c and cxx compiler support -rpath directly
 	hardcode_libdir_flag_spec_F77='-rpath $libdir'
@@ -13742,21 +15286,15 @@
       hardcode_libdir_separator_F77=:
       ;;
 
-    sco3.2v5*)
-      archive_cmds_F77='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
-      hardcode_shlibpath_var_F77=no
-      export_dynamic_flag_spec_F77='${wl}-Bexport'
-      runpath_var=LD_RUN_PATH
-      hardcode_runpath_var=yes
-      ;;
-
     solaris*)
       no_undefined_flag_F77=' -z text'
       if test "$GCC" = yes; then
+	wlarc='${wl}'
 	archive_cmds_F77='$CC -shared ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
 	archive_expsym_cmds_F77='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
 	  $CC -shared ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$rm $lib.exp'
       else
+	wlarc=''
 	archive_cmds_F77='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
 	archive_expsym_cmds_F77='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
   	$LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$rm $lib.exp'
@@ -13765,8 +15303,18 @@
       hardcode_shlibpath_var_F77=no
       case $host_os in
       solaris2.[0-5] | solaris2.[0-5].*) ;;
-      *) # Supported since Solaris 2.6 (maybe 2.5.1?)
-	whole_archive_flag_spec_F77='-z allextract$convenience -z defaultextract' ;;
+      *)
+ 	# The compiler driver will combine linker options so we
+ 	# cannot just pass the convience library names through
+ 	# without $wl, iff we do not link with $LD.
+ 	# Luckily, gcc supports the same syntax we need for Sun Studio.
+ 	# Supported since Solaris 2.6 (maybe 2.5.1?)
+ 	case $wlarc in
+ 	'')
+ 	  whole_archive_flag_spec_F77='-z allextract$convenience -z defaultextract' ;;
+ 	*)
+ 	  whole_archive_flag_spec_F77='${wl}-z ${wl}allextract`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}-z ${wl}defaultextract' ;;
+ 	esac ;;
       esac
       link_all_deplibs_F77=yes
       ;;
@@ -13823,36 +15371,45 @@
       fi
       ;;
 
-    sysv4.2uw2*)
-      archive_cmds_F77='$LD -G -o $lib $libobjs $deplibs $linker_flags'
-      hardcode_direct_F77=yes
-      hardcode_minus_L_F77=no
+    sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7*)
+      no_undefined_flag_F77='${wl}-z,text'
+      archive_cmds_need_lc_F77=no
       hardcode_shlibpath_var_F77=no
-      hardcode_runpath_var=yes
-      runpath_var=LD_RUN_PATH
-      ;;
+      runpath_var='LD_RUN_PATH'
 
-   sysv5OpenUNIX8* | sysv5UnixWare7* |  sysv5uw[78]* | unixware7*)
-      no_undefined_flag_F77='${wl}-z ${wl}text'
       if test "$GCC" = yes; then
-	archive_cmds_F77='$CC -shared ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
+	archive_cmds_F77='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
+	archive_expsym_cmds_F77='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
       else
-	archive_cmds_F77='$CC -G ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
+	archive_cmds_F77='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
+	archive_expsym_cmds_F77='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
       fi
-      runpath_var='LD_RUN_PATH'
-      hardcode_shlibpath_var_F77=no
       ;;
 
-    sysv5*)
-      no_undefined_flag_F77=' -z text'
-      # $CC -shared without GNU ld will not create a library from C++
-      # object files and a static libstdc++, better avoid it by now
-      archive_cmds_F77='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
-      archive_expsym_cmds_F77='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
-  		$LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$rm $lib.exp'
-      hardcode_libdir_flag_spec_F77=
+    sysv5* | sco3.2v5* | sco5v6*)
+      # Note: We can NOT use -z defs as we might desire, because we do not
+      # link with -lc, and that would cause any symbols used from libc to
+      # always be unresolved, which means just about no library would
+      # ever link correctly.  If we're not using GNU ld we use -z text
+      # though, which does catch some bad symbols but isn't as heavy-handed
+      # as -z defs.
+      no_undefined_flag_F77='${wl}-z,text'
+      allow_undefined_flag_F77='${wl}-z,nodefs'
+      archive_cmds_need_lc_F77=no
       hardcode_shlibpath_var_F77=no
+      hardcode_libdir_flag_spec_F77='`test -z "$SCOABSPATH" && echo ${wl}-R,$libdir`'
+      hardcode_libdir_separator_F77=':'
+      link_all_deplibs_F77=yes
+      export_dynamic_flag_spec_F77='${wl}-Bexport'
       runpath_var='LD_RUN_PATH'
+
+      if test "$GCC" = yes; then
+	archive_cmds_F77='$CC -shared ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags'
+	archive_expsym_cmds_F77='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags'
+      else
+	archive_cmds_F77='$CC -G ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags'
+	archive_expsym_cmds_F77='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags'
+      fi
       ;;
 
     uts4*)
@@ -13867,15 +15424,10 @@
     esac
   fi
 
-echo "$as_me:$LINENO: result: $ld_shlibs_F77" >&5
-echo "${ECHO_T}$ld_shlibs_F77" >&6
+{ echo "$as_me:$LINENO: result: $ld_shlibs_F77" >&5
+echo "${ECHO_T}$ld_shlibs_F77" >&6; }
 test "$ld_shlibs_F77" = no && can_build_shared=no
 
-variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
-if test "$GCC" = yes; then
-  variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
-fi
-
 #
 # Do we need to explicitly link libc?
 #
@@ -13893,8 +15445,8 @@
       # Test whether the compiler implicitly links with -lc since on some
       # systems, -lgcc has to come before -lc. If gcc already passes -lc
       # to ld, don't add -lc before -lgcc.
-      echo "$as_me:$LINENO: checking whether -lc should be explicitly linked in" >&5
-echo $ECHO_N "checking whether -lc should be explicitly linked in... $ECHO_C" >&6
+      { echo "$as_me:$LINENO: checking whether -lc should be explicitly linked in" >&5
+echo $ECHO_N "checking whether -lc should be explicitly linked in... $ECHO_C" >&6; }
       $rm conftest*
       printf "$lt_simple_compile_test_code" > conftest.$ac_ext
 
@@ -13908,6 +15460,7 @@
         libobjs=conftest.$ac_objext
         deplibs=
         wl=$lt_prog_compiler_wl_F77
+	pic_flag=$lt_prog_compiler_pic_F77
         compiler_flags=-v
         linker_flags=-v
         verstring=
@@ -13930,16 +15483,16 @@
         cat conftest.err 1>&5
       fi
       $rm conftest*
-      echo "$as_me:$LINENO: result: $archive_cmds_need_lc_F77" >&5
-echo "${ECHO_T}$archive_cmds_need_lc_F77" >&6
+      { echo "$as_me:$LINENO: result: $archive_cmds_need_lc_F77" >&5
+echo "${ECHO_T}$archive_cmds_need_lc_F77" >&6; }
       ;;
     esac
   fi
   ;;
 esac
 
-echo "$as_me:$LINENO: checking dynamic linker characteristics" >&5
-echo $ECHO_N "checking dynamic linker characteristics... $ECHO_C" >&6
+{ echo "$as_me:$LINENO: checking dynamic linker characteristics" >&5
+echo $ECHO_N "checking dynamic linker characteristics... $ECHO_C" >&6; }
 library_names_spec=
 libname_spec='lib$name'
 soname_spec=
@@ -14040,7 +15593,7 @@
   shlibpath_var=LIBRARY_PATH
   ;;
 
-bsdi4*)
+bsdi[45]*)
   version_type=linux
   need_version=no
   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
@@ -14068,7 +15621,8 @@
       dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i;echo \$dlname'\''`~
       dldir=$destdir/`dirname \$dlpath`~
       test -d \$dldir || mkdir -p \$dldir~
-      $install_prog $dir/$dlname \$dldir/$dlname'
+      $install_prog $dir/$dlname \$dldir/$dlname~
+      chmod a+x \$dldir/$dlname'
     postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
       dlpath=$dir/\$dldll~
        $rm \$dlpath'
@@ -14098,7 +15652,7 @@
       ;;
     pw32*)
       # pw32 DLLs use 'pw' prefix rather than 'lib'
-      library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/./-/g'`${versuffix}${shared_ext}'
+      library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
       ;;
     esac
     ;;
@@ -14121,7 +15675,7 @@
   soname_spec='${libname}${release}${major}$shared_ext'
   shlibpath_overrides_runpath=yes
   shlibpath_var=DYLD_LIBRARY_PATH
-  shrext_cmds='$(test .$module = .yes && echo .so || echo .dylib)'
+  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
   # Apple's gcc prints 'gcc -print-search-dirs' doesn't operate the same.
   if test "$GCC" = yes; then
     sys_lib_search_path_spec=`$CC -print-search-dirs | tr "\n" "$PATH_SEPARATOR" | sed -e 's/libraries:/@libraries:/' | tr "@" "\n" | grep "^libraries:" | sed -e "s/^libraries://" -e "s,=/,/,g" -e "s,$PATH_SEPARATOR, ,g" -e "s,.*,& /lib /usr/lib /usr/local/lib,g"`
@@ -14144,20 +15698,17 @@
   dynamic_linker=no
   ;;
 
-kfreebsd*-gnu)
-  version_type=linux
-  need_lib_prefix=no
-  need_version=no
-  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
-  soname_spec='${libname}${release}${shared_ext}$major'
-  shlibpath_var=LD_LIBRARY_PATH
-  shlibpath_overrides_runpath=no
-  hardcode_into_libs=yes
-  dynamic_linker='GNU ld.so'
-  ;;
-
-freebsd*)
-  objformat=`test -x /usr/bin/objformat && /usr/bin/objformat || echo aout`
+freebsd* | dragonfly*)
+  # DragonFly does not have aout.  When/if they implement a new
+  # versioning mechanism, adjust this.
+  if test -x /usr/bin/objformat; then
+    objformat=`/usr/bin/objformat`
+  else
+    case $host_os in
+    freebsd[123]*) objformat=aout ;;
+    *) objformat=elf ;;
+    esac
+  fi
   version_type=freebsd-$objformat
   case $version_type in
     freebsd-elf*)
@@ -14175,14 +15726,19 @@
   freebsd2*)
     shlibpath_overrides_runpath=yes
     ;;
-  freebsd3.01* | freebsdelf3.01*)
+  freebsd3.[01]* | freebsdelf3.[01]*)
     shlibpath_overrides_runpath=yes
     hardcode_into_libs=yes
     ;;
-  *) # from 3.2 on
+  freebsd3.[2-9]* | freebsdelf3.[2-9]* | \
+  freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1)
     shlibpath_overrides_runpath=no
     hardcode_into_libs=yes
     ;;
+  freebsd*) # from 4.6 on
+    shlibpath_overrides_runpath=yes
+    hardcode_into_libs=yes
+    ;;
   esac
   ;;
 
@@ -14202,7 +15758,7 @@
   version_type=sunos
   need_lib_prefix=no
   need_version=no
-  case "$host_cpu" in
+  case $host_cpu in
   ia64*)
     shrext_cmds='.so'
     hardcode_into_libs=yes
@@ -14242,6 +15798,18 @@
   postinstall_cmds='chmod 555 $lib'
   ;;
 
+interix3*)
+  version_type=linux
+  need_lib_prefix=no
+  need_version=no
+  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
+  soname_spec='${libname}${release}${shared_ext}$major'
+  dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
+  shlibpath_var=LD_LIBRARY_PATH
+  shlibpath_overrides_runpath=no
+  hardcode_into_libs=yes
+  ;;
+
 irix5* | irix6* | nonstopux*)
   case $host_os in
     nonstopux*) version_type=nonstopux ;;
@@ -14285,7 +15853,7 @@
   ;;
 
 # This must be Linux ELF.
-linux*)
+linux* | k*bsd*-gnu)
   version_type=linux
   need_lib_prefix=no
   need_version=no
@@ -14301,7 +15869,7 @@
 
   # Append ld.so.conf contents to the search path
   if test -f /etc/ld.so.conf; then
-    lt_ld_extra=`$SED -e 's/:,\t/ /g;s/=^=*$//;s/=^= * / /g' /etc/ld.so.conf | tr '\n' ' '`
+    lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;s/[:,	]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;/^$/d' | tr '\n' ' '`
     sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
   fi
 
@@ -14326,18 +15894,6 @@
   dynamic_linker='NetBSD ld.elf_so'
   ;;
 
-knetbsd*-gnu)
-  version_type=linux
-  need_lib_prefix=no
-  need_version=no
-  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
-  soname_spec='${libname}${release}${shared_ext}$major'
-  shlibpath_var=LD_LIBRARY_PATH
-  shlibpath_overrides_runpath=no
-  hardcode_into_libs=yes
-  dynamic_linker='GNU ld.so'
-  ;;
-
 netbsd*)
   version_type=sunos
   need_lib_prefix=no
@@ -14375,8 +15931,13 @@
 
 openbsd*)
   version_type=sunos
+  sys_lib_dlsearch_path_spec="/usr/lib"
   need_lib_prefix=no
-  need_version=yes
+  # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
+  case $host_os in
+    openbsd3.3 | openbsd3.3.*) need_version=yes ;;
+    *)                         need_version=no  ;;
+  esac
   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
   finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
   shlibpath_var=LD_LIBRARY_PATH
@@ -14414,13 +15975,6 @@
   sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
   ;;
 
-sco3.2v5*)
-  version_type=osf
-  soname_spec='${libname}${release}${shared_ext}$major'
-  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
-  shlibpath_var=LD_LIBRARY_PATH
-  ;;
-
 solaris*)
   version_type=linux
   need_lib_prefix=no
@@ -14446,7 +16000,7 @@
   need_version=yes
   ;;
 
-sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
+sysv4 | sysv4.3*)
   version_type=linux
   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
   soname_spec='${libname}${release}${shared_ext}$major'
@@ -14479,6 +16033,29 @@
   fi
   ;;
 
+sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
+  version_type=freebsd-elf
+  need_lib_prefix=no
+  need_version=no
+  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
+  soname_spec='${libname}${release}${shared_ext}$major'
+  shlibpath_var=LD_LIBRARY_PATH
+  hardcode_into_libs=yes
+  if test "$with_gnu_ld" = yes; then
+    sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
+    shlibpath_overrides_runpath=no
+  else
+    sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
+    shlibpath_overrides_runpath=yes
+    case $host_os in
+      sco3.2v5*)
+        sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
+	;;
+    esac
+  fi
+  sys_lib_dlsearch_path_spec='/usr/lib'
+  ;;
+
 uts4*)
   version_type=linux
   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
@@ -14490,16 +16067,21 @@
   dynamic_linker=no
   ;;
 esac
-echo "$as_me:$LINENO: result: $dynamic_linker" >&5
-echo "${ECHO_T}$dynamic_linker" >&6
+{ echo "$as_me:$LINENO: result: $dynamic_linker" >&5
+echo "${ECHO_T}$dynamic_linker" >&6; }
 test "$dynamic_linker" = no && can_build_shared=no
 
-echo "$as_me:$LINENO: checking how to hardcode library paths into programs" >&5
-echo $ECHO_N "checking how to hardcode library paths into programs... $ECHO_C" >&6
+variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
+if test "$GCC" = yes; then
+  variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
+fi
+
+{ echo "$as_me:$LINENO: checking how to hardcode library paths into programs" >&5
+echo $ECHO_N "checking how to hardcode library paths into programs... $ECHO_C" >&6; }
 hardcode_action_F77=
 if test -n "$hardcode_libdir_flag_spec_F77" || \
-   test -n "$runpath_var F77" || \
-   test "X$hardcode_automatic_F77"="Xyes" ; then
+   test -n "$runpath_var_F77" || \
+   test "X$hardcode_automatic_F77" = "Xyes" ; then
 
   # We can hardcode non-existant directories.
   if test "$hardcode_direct_F77" != no &&
@@ -14519,8 +16101,8 @@
   # directories.
   hardcode_action_F77=unsupported
 fi
-echo "$as_me:$LINENO: result: $hardcode_action_F77" >&5
-echo "${ECHO_T}$hardcode_action_F77" >&6
+{ echo "$as_me:$LINENO: result: $hardcode_action_F77" >&5
+echo "${ECHO_T}$hardcode_action_F77" >&6; }
 
 if test "$hardcode_action_F77" = relink; then
   # Fast installation is not supported
@@ -14531,36 +16113,6 @@
   enable_fast_install=needless
 fi
 
-striplib=
-old_striplib=
-echo "$as_me:$LINENO: checking whether stripping libraries is possible" >&5
-echo $ECHO_N "checking whether stripping libraries is possible... $ECHO_C" >&6
-if test -n "$STRIP" && $STRIP -V 2>&1 | grep "GNU strip" >/dev/null; then
-  test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
-  test -z "$striplib" && striplib="$STRIP --strip-unneeded"
-  echo "$as_me:$LINENO: result: yes" >&5
-echo "${ECHO_T}yes" >&6
-else
-# FIXME - insert some real tests, host_os isn't really good enough
-  case $host_os in
-   darwin*)
-       if test -n "$STRIP" ; then
-         striplib="$STRIP -x"
-         echo "$as_me:$LINENO: result: yes" >&5
-echo "${ECHO_T}yes" >&6
-       else
-  echo "$as_me:$LINENO: result: no" >&5
-echo "${ECHO_T}no" >&6
-fi
-       ;;
-   *)
-  echo "$as_me:$LINENO: result: no" >&5
-echo "${ECHO_T}no" >&6
-    ;;
-  esac
-fi
-
-
 
 # The else clause should only fire when bootstrapping the
 # libtool distribution, otherwise you forgot to ship ltmain.sh
@@ -14575,7 +16127,7 @@
   # Now quote all the things that may contain metacharacters while being
   # careful not to overquote the AC_SUBSTed values.  We take copies of the
   # variables and quote the copies for generation of the libtool script.
-  for var in echo old_CC old_CFLAGS AR AR_FLAGS EGREP RANLIB LN_S LTCC NM \
+  for var in echo old_CC old_CFLAGS AR AR_FLAGS EGREP RANLIB LN_S LTCC LTCFLAGS NM \
     SED SHELL STRIP \
     libname_spec library_names_spec soname_spec extract_expsyms_cmds \
     old_striplib striplib file_magic_cmd finish_cmds finish_eval \
@@ -14676,6 +16228,12 @@
 # The host system.
 host_alias=$host_alias
 host=$host
+host_os=$host_os
+
+# The build system.
+build_alias=$build_alias
+build=$build
+build_os=$build_os
 
 # An echo program that does not interpret backslashes.
 echo=$lt_echo
@@ -14687,6 +16245,9 @@
 # A C compiler.
 LTCC=$lt_LTCC
 
+# LTCC compiler flags.
+LTCFLAGS=$lt_LTCFLAGS
+
 # A language-specific compiler.
 CC=$lt_compiler_F77
 
@@ -14752,7 +16313,7 @@
 # Does compiler simultaneously support -c and -o options?
 compiler_c_o=$lt_lt_cv_prog_compiler_c_o_F77
 
-# Must we lock files when doing compilation ?
+# Must we lock files when doing compilation?
 need_locks=$lt_need_locks
 
 # Do we need the lib prefix for modules?
@@ -14978,7 +16539,6 @@
 	if test -n "$GCJ" && test "X$GCJ" != "Xno"; then
 
 
-
 # Source file extension for Java test sources.
 ac_ext=java
 
@@ -14990,26 +16550,55 @@
 lt_simple_compile_test_code="class foo {}\n"
 
 # Code to be used in simple link tests
-lt_simple_link_test_code='public class conftest { public static void main(String argv) {}; }\n'
+lt_simple_link_test_code='public class conftest { public static void main(String[] argv) {}; }\n'
 
 # ltmain only uses $CC for tagged configurations so make sure $CC is set.
 
 # If no C compiler was specified, use CC.
 LTCC=${LTCC-"$CC"}
 
+# If no C compiler flags were specified, use CFLAGS.
+LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
+
 # Allow CC to be a program name with arguments.
 compiler=$CC
 
 
+# save warnings/boilerplate of simple test code
+ac_outfile=conftest.$ac_objext
+printf "$lt_simple_compile_test_code" >conftest.$ac_ext
+eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
+_lt_compiler_boilerplate=`cat conftest.err`
+$rm conftest*
+
+ac_outfile=conftest.$ac_objext
+printf "$lt_simple_link_test_code" >conftest.$ac_ext
+eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
+_lt_linker_boilerplate=`cat conftest.err`
+$rm conftest*
+
+
 # Allow CC to be a program name with arguments.
 lt_save_CC="$CC"
 CC=${GCJ-"gcj"}
 compiler=$CC
 compiler_GCJ=$CC
+for cc_temp in $compiler""; do
+  case $cc_temp in
+    compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
+    distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
+    \-*) ;;
+    *) break;;
+  esac
+done
+cc_basename=`$echo "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"`
+
 
 # GCJ did not exist at the time GCC didn't implicitly link libc in.
 archive_cmds_need_lc_GCJ=no
 
+old_archive_cmds_GCJ=$old_archive_cmds
+
 
 lt_prog_compiler_no_builtin_flag_GCJ=
 
@@ -15017,8 +16606,8 @@
   lt_prog_compiler_no_builtin_flag_GCJ=' -fno-builtin'
 
 
-echo "$as_me:$LINENO: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
-echo $ECHO_N "checking if $compiler supports -fno-rtti -fno-exceptions... $ECHO_C" >&6
+{ echo "$as_me:$LINENO: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
+echo $ECHO_N "checking if $compiler supports -fno-rtti -fno-exceptions... $ECHO_C" >&6; }
 if test "${lt_cv_prog_compiler_rtti_exceptions+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
@@ -15032,26 +16621,28 @@
    # with a dollar sign (not a hyphen), so the echo should work correctly.
    # The option is referenced via a variable to avoid confusing sed.
    lt_compile=`echo "$ac_compile" | $SED \
-   -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
+   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
    -e 's:$: $lt_compiler_flag:'`
-   (eval echo "\"\$as_me:15038: $lt_compile\"" >&5)
+   (eval echo "\"\$as_me:16627: $lt_compile\"" >&5)
    (eval "$lt_compile" 2>conftest.err)
    ac_status=$?
    cat conftest.err >&5
-   echo "$as_me:15042: \$? = $ac_status" >&5
+   echo "$as_me:16631: \$? = $ac_status" >&5
    if (exit $ac_status) && test -s "$ac_outfile"; then
      # The compiler can only warn and ignore the option if not recognized
-     # So say no if there are warnings
-     if test ! -s conftest.err; then
+     # So say no if there are warnings other than the usual output.
+     $echo "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' >conftest.exp
+     $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
+     if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
        lt_cv_prog_compiler_rtti_exceptions=yes
      fi
    fi
    $rm conftest*
 
 fi
-echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
-echo "${ECHO_T}$lt_cv_prog_compiler_rtti_exceptions" >&6
+{ echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
+echo "${ECHO_T}$lt_cv_prog_compiler_rtti_exceptions" >&6; }
 
 if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
     lt_prog_compiler_no_builtin_flag_GCJ="$lt_prog_compiler_no_builtin_flag_GCJ -fno-rtti -fno-exceptions"
@@ -15065,8 +16656,8 @@
 lt_prog_compiler_pic_GCJ=
 lt_prog_compiler_static_GCJ=
 
-echo "$as_me:$LINENO: checking for $compiler option to produce PIC" >&5
-echo $ECHO_N "checking for $compiler option to produce PIC... $ECHO_C" >&6
+{ echo "$as_me:$LINENO: checking for $compiler option to produce PIC" >&5
+echo $ECHO_N "checking for $compiler option to produce PIC... $ECHO_C" >&6; }
 
   if test "$GCC" = yes; then
     lt_prog_compiler_wl_GCJ='-Wl,'
@@ -15104,6 +16695,11 @@
       lt_prog_compiler_pic_GCJ='-fno-common'
       ;;
 
+    interix3*)
+      # Interix 3.x gcc -fpic/-fPIC options generate broken code.
+      # Instead, we relocate shared libraries at runtime.
+      ;;
+
     msdosdjgpp*)
       # Just because we use GCC doesn't mean we suddenly get shared libraries
       # on systems that don't support them.
@@ -15120,7 +16716,7 @@
     hpux*)
       # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
       # not for PA HP-UX.
-      case "$host_cpu" in
+      case $host_cpu in
       hppa*64*|ia64*)
 	# +Z the default
 	;;
@@ -15146,6 +16742,16 @@
 	lt_prog_compiler_static_GCJ='-bnso -bI:/lib/syscalls.exp'
       fi
       ;;
+      darwin*)
+        # PIC is the default on this platform
+        # Common symbols not allowed in MH_DYLIB files
+       case $cc_basename in
+         xlc*)
+         lt_prog_compiler_pic_GCJ='-qnocommon'
+         lt_prog_compiler_wl_GCJ='-Wl,'
+         ;;
+       esac
+       ;;
 
     mingw* | pw32* | os2*)
       # This hack is so that the source file can tell whether it is being
@@ -15157,7 +16763,7 @@
       lt_prog_compiler_wl_GCJ='-Wl,'
       # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
       # not for PA HP-UX.
-      case "$host_cpu" in
+      case $host_cpu in
       hppa*64*|ia64*)
 	# +Z the default
 	;;
@@ -15180,13 +16786,20 @@
       lt_prog_compiler_static_GCJ='-Bstatic'
       ;;
 
-    linux*)
-      case $CC in
+    linux* | k*bsd*-gnu)
+      case $cc_basename in
       icc* | ecc*)
 	lt_prog_compiler_wl_GCJ='-Wl,'
 	lt_prog_compiler_pic_GCJ='-KPIC'
 	lt_prog_compiler_static_GCJ='-static'
         ;;
+      pgcc* | pgf77* | pgf90* | pgf95*)
+        # Portland Group compilers (*not* the Pentium gcc compiler,
+	# which looks to be a dead project)
+	lt_prog_compiler_wl_GCJ='-Wl,'
+	lt_prog_compiler_pic_GCJ='-fpic'
+	lt_prog_compiler_static_GCJ='-Bstatic'
+        ;;
       ccc*)
         lt_prog_compiler_wl_GCJ='-Wl,'
         # All Alpha code is PIC.
@@ -15201,15 +16814,15 @@
       lt_prog_compiler_static_GCJ='-non_shared'
       ;;
 
-    sco3.2v5*)
-      lt_prog_compiler_pic_GCJ='-Kpic'
-      lt_prog_compiler_static_GCJ='-dn'
-      ;;
-
     solaris*)
-      lt_prog_compiler_wl_GCJ='-Wl,'
       lt_prog_compiler_pic_GCJ='-KPIC'
       lt_prog_compiler_static_GCJ='-Bstatic'
+      case $cc_basename in
+      f77* | f90* | f95*)
+	lt_prog_compiler_wl_GCJ='-Qoption ld ';;
+      *)
+	lt_prog_compiler_wl_GCJ='-Wl,';;
+      esac
       ;;
 
     sunos4*)
@@ -15218,7 +16831,7 @@
       lt_prog_compiler_static_GCJ='-Bstatic'
       ;;
 
-    sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
+    sysv4 | sysv4.2uw2* | sysv4.3*)
       lt_prog_compiler_wl_GCJ='-Wl,'
       lt_prog_compiler_pic_GCJ='-KPIC'
       lt_prog_compiler_static_GCJ='-Bstatic'
@@ -15231,6 +16844,17 @@
       fi
       ;;
 
+    sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
+      lt_prog_compiler_wl_GCJ='-Wl,'
+      lt_prog_compiler_pic_GCJ='-KPIC'
+      lt_prog_compiler_static_GCJ='-Bstatic'
+      ;;
+
+    unicos*)
+      lt_prog_compiler_wl_GCJ='-Wl,'
+      lt_prog_compiler_can_build_shared_GCJ=no
+      ;;
+
     uts4*)
       lt_prog_compiler_pic_GCJ='-pic'
       lt_prog_compiler_static_GCJ='-Bstatic'
@@ -15242,16 +16866,16 @@
     esac
   fi
 
-echo "$as_me:$LINENO: result: $lt_prog_compiler_pic_GCJ" >&5
-echo "${ECHO_T}$lt_prog_compiler_pic_GCJ" >&6
+{ echo "$as_me:$LINENO: result: $lt_prog_compiler_pic_GCJ" >&5
+echo "${ECHO_T}$lt_prog_compiler_pic_GCJ" >&6; }
 
 #
 # Check to make sure the PIC flag actually works.
 #
 if test -n "$lt_prog_compiler_pic_GCJ"; then
 
-echo "$as_me:$LINENO: checking if $compiler PIC flag $lt_prog_compiler_pic_GCJ works" >&5
-echo $ECHO_N "checking if $compiler PIC flag $lt_prog_compiler_pic_GCJ works... $ECHO_C" >&6
+{ echo "$as_me:$LINENO: checking if $compiler PIC flag $lt_prog_compiler_pic_GCJ works" >&5
+echo $ECHO_N "checking if $compiler PIC flag $lt_prog_compiler_pic_GCJ works... $ECHO_C" >&6; }
 if test "${lt_prog_compiler_pic_works_GCJ+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
@@ -15265,26 +16889,28 @@
    # with a dollar sign (not a hyphen), so the echo should work correctly.
    # The option is referenced via a variable to avoid confusing sed.
    lt_compile=`echo "$ac_compile" | $SED \
-   -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
+   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
    -e 's:$: $lt_compiler_flag:'`
-   (eval echo "\"\$as_me:15271: $lt_compile\"" >&5)
+   (eval echo "\"\$as_me:16895: $lt_compile\"" >&5)
    (eval "$lt_compile" 2>conftest.err)
    ac_status=$?
    cat conftest.err >&5
-   echo "$as_me:15275: \$? = $ac_status" >&5
+   echo "$as_me:16899: \$? = $ac_status" >&5
    if (exit $ac_status) && test -s "$ac_outfile"; then
      # The compiler can only warn and ignore the option if not recognized
-     # So say no if there are warnings
-     if test ! -s conftest.err; then
+     # So say no if there are warnings other than the usual output.
+     $echo "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' >conftest.exp
+     $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
+     if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
        lt_prog_compiler_pic_works_GCJ=yes
      fi
    fi
    $rm conftest*
 
 fi
-echo "$as_me:$LINENO: result: $lt_prog_compiler_pic_works_GCJ" >&5
-echo "${ECHO_T}$lt_prog_compiler_pic_works_GCJ" >&6
+{ echo "$as_me:$LINENO: result: $lt_prog_compiler_pic_works_GCJ" >&5
+echo "${ECHO_T}$lt_prog_compiler_pic_works_GCJ" >&6; }
 
 if test x"$lt_prog_compiler_pic_works_GCJ" = xyes; then
     case $lt_prog_compiler_pic_GCJ in
@@ -15297,7 +16923,7 @@
 fi
 
 fi
-case "$host_os" in
+case $host_os in
   # For platforms which do not support PIC, -DPIC is meaningless:
   *djgpp*)
     lt_prog_compiler_pic_GCJ=
@@ -15307,8 +16933,50 @@
     ;;
 esac
 
-echo "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_objext" >&5
-echo $ECHO_N "checking if $compiler supports -c -o file.$ac_objext... $ECHO_C" >&6
+#
+# Check to make sure the static flag actually works.
+#
+wl=$lt_prog_compiler_wl_GCJ eval lt_tmp_static_flag=\"$lt_prog_compiler_static_GCJ\"
+{ echo "$as_me:$LINENO: checking if $compiler static flag $lt_tmp_static_flag works" >&5
+echo $ECHO_N "checking if $compiler static flag $lt_tmp_static_flag works... $ECHO_C" >&6; }
+if test "${lt_prog_compiler_static_works_GCJ+set}" = set; then
+  echo $ECHO_N "(cached) $ECHO_C" >&6
+else
+  lt_prog_compiler_static_works_GCJ=no
+   save_LDFLAGS="$LDFLAGS"
+   LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
+   printf "$lt_simple_link_test_code" > conftest.$ac_ext
+   if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
+     # The linker can only warn and ignore the option if not recognized
+     # So say no if there are warnings
+     if test -s conftest.err; then
+       # Append any errors to the config.log.
+       cat conftest.err 1>&5
+       $echo "X$_lt_linker_boilerplate" | $Xsed -e '/^$/d' > conftest.exp
+       $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
+       if diff conftest.exp conftest.er2 >/dev/null; then
+         lt_prog_compiler_static_works_GCJ=yes
+       fi
+     else
+       lt_prog_compiler_static_works_GCJ=yes
+     fi
+   fi
+   $rm conftest*
+   LDFLAGS="$save_LDFLAGS"
+
+fi
+{ echo "$as_me:$LINENO: result: $lt_prog_compiler_static_works_GCJ" >&5
+echo "${ECHO_T}$lt_prog_compiler_static_works_GCJ" >&6; }
+
+if test x"$lt_prog_compiler_static_works_GCJ" = xyes; then
+    :
+else
+    lt_prog_compiler_static_GCJ=
+fi
+
+
+{ echo "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_objext" >&5
+echo $ECHO_N "checking if $compiler supports -c -o file.$ac_objext... $ECHO_C" >&6; }
 if test "${lt_cv_prog_compiler_c_o_GCJ+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
@@ -15325,23 +16993,25 @@
    # Note that $ac_compile itself does not contain backslashes and begins
    # with a dollar sign (not a hyphen), so the echo should work correctly.
    lt_compile=`echo "$ac_compile" | $SED \
-   -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
+   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
    -e 's:$: $lt_compiler_flag:'`
-   (eval echo "\"\$as_me:15331: $lt_compile\"" >&5)
+   (eval echo "\"\$as_me:16999: $lt_compile\"" >&5)
    (eval "$lt_compile" 2>out/conftest.err)
    ac_status=$?
    cat out/conftest.err >&5
-   echo "$as_me:15335: \$? = $ac_status" >&5
+   echo "$as_me:17003: \$? = $ac_status" >&5
    if (exit $ac_status) && test -s out/conftest2.$ac_objext
    then
      # The compiler can only warn and ignore the option if not recognized
      # So say no if there are warnings
-     if test ! -s out/conftest.err; then
+     $echo "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' > out/conftest.exp
+     $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
+     if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
        lt_cv_prog_compiler_c_o_GCJ=yes
      fi
    fi
-   chmod u+w .
+   chmod u+w . 2>&5
    $rm conftest*
    # SGI C++ compiler will create directory out/ii_files/ for
    # template instantiation
@@ -15352,23 +17022,23 @@
    $rm conftest*
 
 fi
-echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_c_o_GCJ" >&5
-echo "${ECHO_T}$lt_cv_prog_compiler_c_o_GCJ" >&6
+{ echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_c_o_GCJ" >&5
+echo "${ECHO_T}$lt_cv_prog_compiler_c_o_GCJ" >&6; }
 
 
 hard_links="nottested"
 if test "$lt_cv_prog_compiler_c_o_GCJ" = no && test "$need_locks" != no; then
   # do not overwrite the value of need_locks provided by the user
-  echo "$as_me:$LINENO: checking if we can lock with hard links" >&5
-echo $ECHO_N "checking if we can lock with hard links... $ECHO_C" >&6
+  { echo "$as_me:$LINENO: checking if we can lock with hard links" >&5
+echo $ECHO_N "checking if we can lock with hard links... $ECHO_C" >&6; }
   hard_links=yes
   $rm conftest*
   ln conftest.a conftest.b 2>/dev/null && hard_links=no
   touch conftest.a
   ln conftest.a conftest.b 2>&5 || hard_links=no
   ln conftest.a conftest.b 2>/dev/null && hard_links=no
-  echo "$as_me:$LINENO: result: $hard_links" >&5
-echo "${ECHO_T}$hard_links" >&6
+  { echo "$as_me:$LINENO: result: $hard_links" >&5
+echo "${ECHO_T}$hard_links" >&6; }
   if test "$hard_links" = no; then
     { echo "$as_me:$LINENO: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
 echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
@@ -15378,8 +17048,8 @@
   need_locks=no
 fi
 
-echo "$as_me:$LINENO: checking whether the $compiler linker ($LD) supports shared libraries" >&5
-echo $ECHO_N "checking whether the $compiler linker ($LD) supports shared libraries... $ECHO_C" >&6
+{ echo "$as_me:$LINENO: checking whether the $compiler linker ($LD) supports shared libraries" >&5
+echo $ECHO_N "checking whether the $compiler linker ($LD) supports shared libraries... $ECHO_C" >&6; }
 
   runpath_var=
   allow_undefined_flag_GCJ=
@@ -15417,6 +17087,16 @@
   # rely on this symbol name, it's probably fine to never include it in
   # preloaded symbol tables.
   extract_expsyms_cmds=
+  # Just being paranoid about ensuring that cc_basename is set.
+  for cc_temp in $compiler""; do
+  case $cc_temp in
+    compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
+    distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
+    \-*) ;;
+    *) break;;
+  esac
+done
+cc_basename=`$echo "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"`
 
   case $host_os in
   cygwin* | mingw* | pw32*)
@@ -15427,6 +17107,10 @@
       with_gnu_ld=no
     fi
     ;;
+  interix*)
+    # we just hope/assume this is gcc and not c89 (= MSVC++)
+    with_gnu_ld=yes
+    ;;
   openbsd*)
     with_gnu_ld=no
     ;;
@@ -15437,6 +17121,27 @@
     # If archive_cmds runs LD, not CC, wlarc should be empty
     wlarc='${wl}'
 
+    # Set some defaults for GNU ld with shared library support. These
+    # are reset later if shared libraries are not supported. Putting them
+    # here allows them to be overridden if necessary.
+    runpath_var=LD_RUN_PATH
+    hardcode_libdir_flag_spec_GCJ='${wl}--rpath ${wl}$libdir'
+    export_dynamic_flag_spec_GCJ='${wl}--export-dynamic'
+    # ancient GNU ld didn't support --whole-archive et. al.
+    if $LD --help 2>&1 | grep 'no-whole-archive' > /dev/null; then
+	whole_archive_flag_spec_GCJ="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
+      else
+  	whole_archive_flag_spec_GCJ=
+    fi
+    supports_anon_versioning=no
+    case `$LD -v 2>/dev/null` in
+      *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
+      *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
+      *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
+      *\ 2.11.*) ;; # other 2.11 versions
+      *) supports_anon_versioning=yes ;;
+    esac
+
     # See if GNU ld supports shared libraries.
     case $host_os in
     aix3* | aix4* | aix5*)
@@ -15487,10 +17192,10 @@
       allow_undefined_flag_GCJ=unsupported
       always_export_symbols_GCJ=no
       enable_shared_with_static_runtimes_GCJ=yes
-      export_symbols_cmds_GCJ='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGS] /s/.* \([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW] /s/.* //'\'' | sort | uniq > $export_symbols'
+      export_symbols_cmds_GCJ='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS] /s/.* \([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW] /s/.* //'\'' | sort | uniq > $export_symbols'
 
       if $LD --help 2>&1 | grep 'auto-import' > /dev/null; then
-        archive_cmds_GCJ='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--image-base=0x10000000 ${wl}--out-implib,$lib'
+        archive_cmds_GCJ='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
 	# If the export-symbols file already is a .def file (1st line
 	# is EXPORTS), use it as is; otherwise, prepend...
 	archive_expsym_cmds_GCJ='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
@@ -15499,13 +17204,60 @@
 	  echo EXPORTS > $output_objdir/$soname.def;
 	  cat $export_symbols >> $output_objdir/$soname.def;
 	fi~
-	$CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--image-base=0x10000000  ${wl}--out-implib,$lib'
+	$CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
       else
-	ld_shlibs=no
+	ld_shlibs_GCJ=no
+      fi
+      ;;
+
+    interix3*)
+      hardcode_direct_GCJ=no
+      hardcode_shlibpath_var_GCJ=no
+      hardcode_libdir_flag_spec_GCJ='${wl}-rpath,$libdir'
+      export_dynamic_flag_spec_GCJ='${wl}-E'
+      # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
+      # Instead, shared libraries are loaded at an image base (0x10000000 by
+      # default) and relocated if they conflict, which is a slow very memory
+      # consuming and fragmenting process.  To avoid this, we pick a random,
+      # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
+      # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
+      archive_cmds_GCJ='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
+      archive_expsym_cmds_GCJ='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
+      ;;
+
+    linux* | k*bsd*-gnu)
+      if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
+	tmp_addflag=
+	case $cc_basename,$host_cpu in
+	pgcc*)				# Portland Group C compiler
+	  whole_archive_flag_spec_GCJ='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}--no-whole-archive'
+	  tmp_addflag=' $pic_flag'
+	  ;;
+	pgf77* | pgf90* | pgf95*)	# Portland Group f77 and f90 compilers
+	  whole_archive_flag_spec_GCJ='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}--no-whole-archive'
+	  tmp_addflag=' $pic_flag -Mnomain' ;;
+	ecc*,ia64* | icc*,ia64*)		# Intel C compiler on ia64
+	  tmp_addflag=' -i_dynamic' ;;
+	efc*,ia64* | ifort*,ia64*)	# Intel Fortran compiler on ia64
+	  tmp_addflag=' -i_dynamic -nofor_main' ;;
+	ifc* | ifort*)			# Intel Fortran compiler
+	  tmp_addflag=' -nofor_main' ;;
+	esac
+	archive_cmds_GCJ='$CC -shared'"$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
+
+	if test $supports_anon_versioning = yes; then
+	  archive_expsym_cmds_GCJ='$echo "{ global:" > $output_objdir/$libname.ver~
+  cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
+  $echo "local: *; };" >> $output_objdir/$libname.ver~
+	  $CC -shared'"$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
+	fi
+	link_all_deplibs_GCJ=no
+      else
+	ld_shlibs_GCJ=no
       fi
       ;;
 
-    netbsd* | netbsdelf*-gnu | knetbsd*-gnu)
+    netbsd* | netbsdelf*-gnu)
       if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
 	archive_cmds_GCJ='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
 	wlarc=
@@ -15515,7 +17267,7 @@
       fi
       ;;
 
-    solaris* | sysv5*)
+    solaris*)
       if $LD -v 2>&1 | grep 'BFD 2\.8' > /dev/null; then
 	ld_shlibs_GCJ=no
 	cat <<EOF 1>&2
@@ -15536,6 +17288,33 @@
       fi
       ;;
 
+    sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
+      case `$LD -v 2>&1` in
+        *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
+	ld_shlibs_GCJ=no
+	cat <<_LT_EOF 1>&2
+
+*** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
+*** reliably create shared libraries on SCO systems.  Therefore, libtool
+*** is disabling shared libraries support.  We urge you to upgrade GNU
+*** binutils to release 2.16.91.0.3 or newer.  Another option is to modify
+*** your PATH or compiler configuration so that the native linker is
+*** used, and then restart.
+
+_LT_EOF
+	;;
+	*)
+	  if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
+	    hardcode_libdir_flag_spec_GCJ='`test -z "$SCOABSPATH" && echo ${wl}-rpath,$libdir`'
+	    archive_cmds_GCJ='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib'
+	    archive_expsym_cmds_GCJ='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname,\${SCOABSPATH:+${install_libdir}/}$soname,-retain-symbols-file,$export_symbols -o $lib'
+	  else
+	    ld_shlibs_GCJ=no
+	  fi
+	;;
+      esac
+      ;;
+
     sunos4*)
       archive_cmds_GCJ='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
       wlarc=
@@ -15543,32 +17322,6 @@
       hardcode_shlibpath_var_GCJ=no
       ;;
 
-  linux*)
-    if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
-        tmp_archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
-	archive_cmds_GCJ="$tmp_archive_cmds"
-      supports_anon_versioning=no
-      case `$LD -v 2>/dev/null` in
-        *\ 01.* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
-        *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
-        *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
-        *\ 2.11.*) ;; # other 2.11 versions
-        *) supports_anon_versioning=yes ;;
-      esac
-      if test $supports_anon_versioning = yes; then
-        archive_expsym_cmds_GCJ='$echo "{ global:" > $output_objdir/$libname.ver~
-cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
-$echo "local: *; };" >> $output_objdir/$libname.ver~
-        $CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
-      else
-        archive_expsym_cmds_GCJ="$tmp_archive_cmds"
-      fi
-      link_all_deplibs_GCJ=no
-    else
-      ld_shlibs_GCJ=no
-    fi
-    ;;
-
     *)
       if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
 	archive_cmds_GCJ='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
@@ -15579,16 +17332,11 @@
       ;;
     esac
 
-    if test "$ld_shlibs_GCJ" = yes; then
-      runpath_var=LD_RUN_PATH
-      hardcode_libdir_flag_spec_GCJ='${wl}--rpath ${wl}$libdir'
-      export_dynamic_flag_spec_GCJ='${wl}--export-dynamic'
-      # ancient GNU ld didn't support --whole-archive et. al.
-      if $LD --help 2>&1 | grep 'no-whole-archive' > /dev/null; then
- 	whole_archive_flag_spec_GCJ="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
-      else
-  	whole_archive_flag_spec_GCJ=
-      fi
+    if test "$ld_shlibs_GCJ" = no; then
+      runpath_var=
+      hardcode_libdir_flag_spec_GCJ=
+      export_dynamic_flag_spec_GCJ=
+      whole_archive_flag_spec_GCJ=
     fi
   else
     # PORTME fill in a description of your system's linker (not GNU ld)
@@ -15600,7 +17348,7 @@
       # Note: this linker hardcodes the directories in LIBPATH if there
       # are no directories specified by -L.
       hardcode_minus_L_GCJ=yes
-      if test "$GCC" = yes && test -z "$link_static_flag"; then
+      if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
 	# Neither direct hardcoding nor static linking is supported with a
 	# broken collect2.
 	hardcode_direct_GCJ=unsupported
@@ -15634,6 +17382,7 @@
   	    break
   	  fi
 	  done
+	  ;;
 	esac
 
 	exp_sym_flag='-bexport'
@@ -15652,7 +17401,7 @@
       link_all_deplibs_GCJ=yes
 
       if test "$GCC" = yes; then
-	case $host_os in aix4.012|aix4.012.*)
+	case $host_os in aix4.[012]|aix4.[012].*)
 	# We only want to do this on AIX 4.2 and lower, the check
 	# below for broken collect2 doesn't work under 4.3+
 	  collect2name=`${CC} -print-prog-name=collect2`
@@ -15671,8 +17420,12 @@
   	  hardcode_libdir_flag_spec_GCJ='-L$libdir'
   	  hardcode_libdir_separator_GCJ=
 	  fi
+	  ;;
 	esac
 	shared_flag='-shared'
+	if test "$aix_use_runtimelinking" = yes; then
+	  shared_flag="$shared_flag "'${wl}-G'
+	fi
       else
 	# not using gcc
 	if test "$host_cpu" = ia64; then
@@ -15680,11 +17433,11 @@
   	# chokes on -Wl,-G. The following line is correct:
 	  shared_flag='-G'
 	else
-  	if test "$aix_use_runtimelinking" = yes; then
+	  if test "$aix_use_runtimelinking" = yes; then
 	    shared_flag='${wl}-G'
 	  else
 	    shared_flag='${wl}-bM:SRE'
-  	fi
+	  fi
 	fi
       fi
 
@@ -15712,23 +17465,36 @@
 }
 _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
-  (eval $ac_link) 2>conftest.er1
+if { (ac_try="$ac_link"
+case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_link") 2>conftest.er1
   ac_status=$?
   grep -v '^ *+' conftest.er1 >conftest.err
   rm -f conftest.er1
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-  (eval $ac_try) 2>&5
+	 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
+  { (case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_try") 2>&5
   ac_status=$?
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); }; } &&
 	 { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-  (eval $ac_try) 2>&5
+  { (case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_try") 2>&5
   ac_status=$?
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
@@ -15742,18 +17508,20 @@
   echo "$as_me: failed program was:" >&5
 sed 's/^/| /' conftest.$ac_ext >&5
 
+
 fi
-rm -f conftest.err conftest.$ac_objext \
+
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
       conftest$ac_exeext conftest.$ac_ext
 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
 
        hardcode_libdir_flag_spec_GCJ='${wl}-blibpath:$libdir:'"$aix_libpath"
-	archive_expsym_cmds_GCJ="\$CC"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$no_entry_flag \${wl}$exp_sym_flag:\$export_symbols $shared_flag"
+	archive_expsym_cmds_GCJ="\$CC"' -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
        else
 	if test "$host_cpu" = ia64; then
 	  hardcode_libdir_flag_spec_GCJ='${wl}-R $libdir:/usr/lib:/lib'
 	  allow_undefined_flag_GCJ="-z nodefs"
-	  archive_expsym_cmds_GCJ="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags ${wl}${allow_undefined_flag} '"\${wl}$no_entry_flag \${wl}$exp_sym_flag:\$export_symbols"
+	  archive_expsym_cmds_GCJ="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags ${wl}${allow_undefined_flag} '"\${wl}$exp_sym_flag:\$export_symbols"
 	else
 	 # Determine the default libpath from the value encoded in an empty executable.
 	 cat >conftest.$ac_ext <<_ACEOF
@@ -15772,23 +17540,36 @@
 }
 _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
-  (eval $ac_link) 2>conftest.er1
+if { (ac_try="$ac_link"
+case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_link") 2>conftest.er1
   ac_status=$?
   grep -v '^ *+' conftest.er1 >conftest.err
   rm -f conftest.er1
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-  (eval $ac_try) 2>&5
+	 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
+  { (case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_try") 2>&5
   ac_status=$?
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); }; } &&
 	 { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-  (eval $ac_try) 2>&5
+  { (case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_try") 2>&5
   ac_status=$?
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
@@ -15802,8 +17583,10 @@
   echo "$as_me: failed program was:" >&5
 sed 's/^/| /' conftest.$ac_ext >&5
 
+
 fi
-rm -f conftest.err conftest.$ac_objext \
+
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
       conftest$ac_exeext conftest.$ac_ext
 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
 
@@ -15812,13 +17595,11 @@
 	  # -berok will link without error, but may produce a broken library.
 	  no_undefined_flag_GCJ=' ${wl}-bernotok'
 	  allow_undefined_flag_GCJ=' ${wl}-berok'
-	  # -bexpall does not export symbols beginning with underscore (_)
-	  always_export_symbols_GCJ=yes
 	  # Exported symbols can be pulled into shared objects from archives
-	  whole_archive_flag_spec_GCJ=' '
+	  whole_archive_flag_spec_GCJ='$convenience'
 	  archive_cmds_need_lc_GCJ=yes
-	  # This is similar to how AIX traditionally builds it's shared libraries.
-	  archive_expsym_cmds_GCJ="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags ${wl}-bE:$export_symbols ${wl}-bnoentry${allow_undefined_flag}~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$soname'
+	  # This is similar to how AIX traditionally builds its shared libraries.
+	  archive_expsym_cmds_GCJ="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs ${wl}-bnoentry $compiler_flags ${wl}-bE:$export_symbols${allow_undefined_flag}~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$soname'
 	fi
       fi
       ;;
@@ -15831,7 +17612,7 @@
       ld_shlibs_GCJ=no
       ;;
 
-    bsdi4*)
+    bsdi[45]*)
       export_dynamic_flag_spec_GCJ=-rdynamic
       ;;
 
@@ -15852,57 +17633,57 @@
       old_archive_From_new_cmds_GCJ='true'
       # FIXME: Should let the user specify the lib program.
       old_archive_cmds_GCJ='lib /OUT:$oldlib$oldobjs$old_deplibs'
-      fix_srcfile_path='`cygpath -w "$srcfile"`'
+      fix_srcfile_path_GCJ='`cygpath -w "$srcfile"`'
       enable_shared_with_static_runtimes_GCJ=yes
       ;;
 
     darwin* | rhapsody*)
-    if test "$GXX" = yes ; then
-      archive_cmds_need_lc_GCJ=no
-      case "$host_os" in
-      rhapsody* | darwin1.[012])
-	allow_undefined_flag_GCJ='-undefined suppress'
-	;;
-      *) # Darwin 1.3 on
-      if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then
-      	allow_undefined_flag_GCJ='-flat_namespace -undefined suppress'
-      else
-        case ${MACOSX_DEPLOYMENT_TARGET} in
-          10.[012])
-            allow_undefined_flag_GCJ='-flat_namespace -undefined suppress'
-            ;;
-          10.*)
-            allow_undefined_flag_GCJ='-undefined dynamic_lookup'
-            ;;
-        esac
-      fi
-	;;
+      case $host_os in
+        rhapsody* | darwin1.[012])
+         allow_undefined_flag_GCJ='${wl}-undefined ${wl}suppress'
+         ;;
+       *) # Darwin 1.3 on
+         if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then
+           allow_undefined_flag_GCJ='${wl}-flat_namespace ${wl}-undefined ${wl}suppress'
+         else
+           case ${MACOSX_DEPLOYMENT_TARGET} in
+             10.[012])
+               allow_undefined_flag_GCJ='${wl}-flat_namespace ${wl}-undefined ${wl}suppress'
+               ;;
+             10.*)
+               allow_undefined_flag_GCJ='${wl}-undefined ${wl}dynamic_lookup'
+               ;;
+           esac
+         fi
+         ;;
       esac
-    	lt_int_apple_cc_single_mod=no
-    	output_verbose_link_cmd='echo'
-    	if $CC -dumpspecs 2>&1 | grep 'single_module' >/dev/null ; then
-    	  lt_int_apple_cc_single_mod=yes
-    	fi
-    	if test "X$lt_int_apple_cc_single_mod" = Xyes ; then
-    	  archive_cmds_GCJ='$CC -dynamiclib -single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring'
-    	else
-        archive_cmds_GCJ='$CC -r ${wl}-bind_at_load -keep_private_externs -nostdlib -o ${lib}-master.o $libobjs~$CC -dynamiclib $allow_undefined_flag -o $lib ${lib}-master.o $deplibs $compiler_flags -install_name $rpath/$soname $verstring'
-      fi
-      module_cmds_GCJ='$CC ${wl}-bind_at_load $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
-      # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin ld's
-        if test "X$lt_int_apple_cc_single_mod" = Xyes ; then
-          archive_expsym_cmds_GCJ='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -dynamiclib -single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
-        else
-          archive_expsym_cmds_GCJ='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -r ${wl}-bind_at_load -keep_private_externs -nostdlib -o ${lib}-master.o $libobjs~$CC -dynamiclib $allow_undefined_flag -o $lib ${lib}-master.o $deplibs $compiler_flags -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
-        fi
-          module_expsym_cmds_GCJ='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag  -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
+      archive_cmds_need_lc_GCJ=no
       hardcode_direct_GCJ=no
       hardcode_automatic_GCJ=yes
       hardcode_shlibpath_var_GCJ=unsupported
-      whole_archive_flag_spec_GCJ='-all_load $convenience'
+      whole_archive_flag_spec_GCJ=''
       link_all_deplibs_GCJ=yes
+    if test "$GCC" = yes ; then
+    	output_verbose_link_cmd='echo'
+        archive_cmds_GCJ='$CC -dynamiclib $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring'
+      module_cmds_GCJ='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
+      # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin lds
+      archive_expsym_cmds_GCJ='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -dynamiclib $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
+      module_expsym_cmds_GCJ='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag  -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
     else
-      ld_shlibs_GCJ=no
+      case $cc_basename in
+        xlc*)
+         output_verbose_link_cmd='echo'
+         archive_cmds_GCJ='$CC -qmkshrobj $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}`echo $rpath/$soname` $verstring'
+         module_cmds_GCJ='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
+          # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin lds
+         archive_expsym_cmds_GCJ='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -qmkshrobj $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}$rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
+          module_expsym_cmds_GCJ='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag  -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
+          ;;
+       *)
+         ld_shlibs_GCJ=no
+          ;;
+      esac
     fi
       ;;
 
@@ -15936,7 +17717,7 @@
       ;;
 
     # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
-    freebsd* | kfreebsd*-gnu)
+    freebsd* | dragonfly*)
       archive_cmds_GCJ='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
       hardcode_libdir_flag_spec_GCJ='-R$libdir'
       hardcode_direct_GCJ=yes
@@ -15959,47 +17740,62 @@
       export_dynamic_flag_spec_GCJ='${wl}-E'
       ;;
 
-    hpux10* | hpux11*)
+    hpux10*)
       if test "$GCC" = yes -a "$with_gnu_ld" = no; then
-	case "$host_cpu" in
-	hppa*64*|ia64*)
+	archive_cmds_GCJ='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
+      else
+	archive_cmds_GCJ='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
+      fi
+      if test "$with_gnu_ld" = no; then
+	hardcode_libdir_flag_spec_GCJ='${wl}+b ${wl}$libdir'
+	hardcode_libdir_separator_GCJ=:
+
+	hardcode_direct_GCJ=yes
+	export_dynamic_flag_spec_GCJ='${wl}-E'
+
+	# hardcode_minus_L: Not really in the search PATH,
+	# but as the default location of the library.
+	hardcode_minus_L_GCJ=yes
+      fi
+      ;;
+
+    hpux11*)
+      if test "$GCC" = yes -a "$with_gnu_ld" = no; then
+	case $host_cpu in
+	hppa*64*)
 	  archive_cmds_GCJ='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
 	  ;;
+	ia64*)
+	  archive_cmds_GCJ='$CC -shared ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
+	  ;;
 	*)
 	  archive_cmds_GCJ='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
 	  ;;
 	esac
       else
-	case "$host_cpu" in
-	hppa*64*|ia64*)
-	  archive_cmds_GCJ='$LD -b +h $soname -o $lib $libobjs $deplibs $linker_flags'
+	case $host_cpu in
+	hppa*64*)
+	  archive_cmds_GCJ='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
+	  ;;
+	ia64*)
+	  archive_cmds_GCJ='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
 	  ;;
 	*)
-	  archive_cmds_GCJ='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
+	  archive_cmds_GCJ='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
 	  ;;
 	esac
       fi
       if test "$with_gnu_ld" = no; then
-	case "$host_cpu" in
-	hppa*64*)
-	  hardcode_libdir_flag_spec_GCJ='${wl}+b ${wl}$libdir'
+	hardcode_libdir_flag_spec_GCJ='${wl}+b ${wl}$libdir'
+	hardcode_libdir_separator_GCJ=:
+
+	case $host_cpu in
+	hppa*64*|ia64*)
 	  hardcode_libdir_flag_spec_ld_GCJ='+b $libdir'
-	  hardcode_libdir_separator_GCJ=:
-	  hardcode_direct_GCJ=no
-	  hardcode_shlibpath_var_GCJ=no
-	  ;;
-	ia64*)
-	  hardcode_libdir_flag_spec_GCJ='-L$libdir'
 	  hardcode_direct_GCJ=no
 	  hardcode_shlibpath_var_GCJ=no
-
-	  # hardcode_minus_L: Not really in the search PATH,
-	  # but as the default location of the library.
-	  hardcode_minus_L_GCJ=yes
 	  ;;
 	*)
-	  hardcode_libdir_flag_spec_GCJ='${wl}+b ${wl}$libdir'
-	  hardcode_libdir_separator_GCJ=:
 	  hardcode_direct_GCJ=yes
 	  export_dynamic_flag_spec_GCJ='${wl}-E'
 
@@ -16023,7 +17819,7 @@
       link_all_deplibs_GCJ=yes
       ;;
 
-    netbsd* | netbsdelf*-gnu | knetbsd*-gnu)
+    netbsd* | netbsdelf*-gnu)
       if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
 	archive_cmds_GCJ='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'  # a.out
       else
@@ -16047,6 +17843,7 @@
       hardcode_shlibpath_var_GCJ=no
       if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
 	archive_cmds_GCJ='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
+	archive_expsym_cmds_GCJ='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
 	hardcode_libdir_flag_spec_GCJ='${wl}-rpath,$libdir'
 	export_dynamic_flag_spec_GCJ='${wl}-E'
       else
@@ -16092,7 +17889,7 @@
 	allow_undefined_flag_GCJ=' -expect_unresolved \*'
 	archive_cmds_GCJ='$LD -shared${allow_undefined_flag} $libobjs $deplibs $linker_flags -msym -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
 	archive_expsym_cmds_GCJ='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; echo "-hidden">> $lib.exp~
-	$LD -shared${allow_undefined_flag} -input $lib.exp $linker_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${objdir}/so_locations -o $lib~$rm $lib.exp'
+	$LD -shared${allow_undefined_flag} -input $lib.exp $linker_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib~$rm $lib.exp'
 
 	# Both c and cxx compiler support -rpath directly
 	hardcode_libdir_flag_spec_GCJ='-rpath $libdir'
@@ -16100,21 +17897,15 @@
       hardcode_libdir_separator_GCJ=:
       ;;
 
-    sco3.2v5*)
-      archive_cmds_GCJ='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
-      hardcode_shlibpath_var_GCJ=no
-      export_dynamic_flag_spec_GCJ='${wl}-Bexport'
-      runpath_var=LD_RUN_PATH
-      hardcode_runpath_var=yes
-      ;;
-
     solaris*)
       no_undefined_flag_GCJ=' -z text'
       if test "$GCC" = yes; then
+	wlarc='${wl}'
 	archive_cmds_GCJ='$CC -shared ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
 	archive_expsym_cmds_GCJ='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
 	  $CC -shared ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$rm $lib.exp'
       else
+	wlarc=''
 	archive_cmds_GCJ='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
 	archive_expsym_cmds_GCJ='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
   	$LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$rm $lib.exp'
@@ -16123,8 +17914,18 @@
       hardcode_shlibpath_var_GCJ=no
       case $host_os in
       solaris2.[0-5] | solaris2.[0-5].*) ;;
-      *) # Supported since Solaris 2.6 (maybe 2.5.1?)
-	whole_archive_flag_spec_GCJ='-z allextract$convenience -z defaultextract' ;;
+      *)
+ 	# The compiler driver will combine linker options so we
+ 	# cannot just pass the convience library names through
+ 	# without $wl, iff we do not link with $LD.
+ 	# Luckily, gcc supports the same syntax we need for Sun Studio.
+ 	# Supported since Solaris 2.6 (maybe 2.5.1?)
+ 	case $wlarc in
+ 	'')
+ 	  whole_archive_flag_spec_GCJ='-z allextract$convenience -z defaultextract' ;;
+ 	*)
+ 	  whole_archive_flag_spec_GCJ='${wl}-z ${wl}allextract`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}-z ${wl}defaultextract' ;;
+ 	esac ;;
       esac
       link_all_deplibs_GCJ=yes
       ;;
@@ -16181,36 +17982,45 @@
       fi
       ;;
 
-    sysv4.2uw2*)
-      archive_cmds_GCJ='$LD -G -o $lib $libobjs $deplibs $linker_flags'
-      hardcode_direct_GCJ=yes
-      hardcode_minus_L_GCJ=no
+    sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7*)
+      no_undefined_flag_GCJ='${wl}-z,text'
+      archive_cmds_need_lc_GCJ=no
       hardcode_shlibpath_var_GCJ=no
-      hardcode_runpath_var=yes
-      runpath_var=LD_RUN_PATH
-      ;;
+      runpath_var='LD_RUN_PATH'
 
-   sysv5OpenUNIX8* | sysv5UnixWare7* |  sysv5uw[78]* | unixware7*)
-      no_undefined_flag_GCJ='${wl}-z ${wl}text'
       if test "$GCC" = yes; then
-	archive_cmds_GCJ='$CC -shared ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
+	archive_cmds_GCJ='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
+	archive_expsym_cmds_GCJ='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
       else
-	archive_cmds_GCJ='$CC -G ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
+	archive_cmds_GCJ='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
+	archive_expsym_cmds_GCJ='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
       fi
-      runpath_var='LD_RUN_PATH'
-      hardcode_shlibpath_var_GCJ=no
       ;;
 
-    sysv5*)
-      no_undefined_flag_GCJ=' -z text'
-      # $CC -shared without GNU ld will not create a library from C++
-      # object files and a static libstdc++, better avoid it by now
-      archive_cmds_GCJ='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
-      archive_expsym_cmds_GCJ='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
-  		$LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$rm $lib.exp'
-      hardcode_libdir_flag_spec_GCJ=
+    sysv5* | sco3.2v5* | sco5v6*)
+      # Note: We can NOT use -z defs as we might desire, because we do not
+      # link with -lc, and that would cause any symbols used from libc to
+      # always be unresolved, which means just about no library would
+      # ever link correctly.  If we're not using GNU ld we use -z text
+      # though, which does catch some bad symbols but isn't as heavy-handed
+      # as -z defs.
+      no_undefined_flag_GCJ='${wl}-z,text'
+      allow_undefined_flag_GCJ='${wl}-z,nodefs'
+      archive_cmds_need_lc_GCJ=no
       hardcode_shlibpath_var_GCJ=no
+      hardcode_libdir_flag_spec_GCJ='`test -z "$SCOABSPATH" && echo ${wl}-R,$libdir`'
+      hardcode_libdir_separator_GCJ=':'
+      link_all_deplibs_GCJ=yes
+      export_dynamic_flag_spec_GCJ='${wl}-Bexport'
       runpath_var='LD_RUN_PATH'
+
+      if test "$GCC" = yes; then
+	archive_cmds_GCJ='$CC -shared ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags'
+	archive_expsym_cmds_GCJ='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags'
+      else
+	archive_cmds_GCJ='$CC -G ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags'
+	archive_expsym_cmds_GCJ='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags'
+      fi
       ;;
 
     uts4*)
@@ -16225,15 +18035,10 @@
     esac
   fi
 
-echo "$as_me:$LINENO: result: $ld_shlibs_GCJ" >&5
-echo "${ECHO_T}$ld_shlibs_GCJ" >&6
+{ echo "$as_me:$LINENO: result: $ld_shlibs_GCJ" >&5
+echo "${ECHO_T}$ld_shlibs_GCJ" >&6; }
 test "$ld_shlibs_GCJ" = no && can_build_shared=no
 
-variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
-if test "$GCC" = yes; then
-  variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
-fi
-
 #
 # Do we need to explicitly link libc?
 #
@@ -16243,1478 +18048,680 @@
   archive_cmds_need_lc_GCJ=yes
 
   if test "$enable_shared" = yes && test "$GCC" = yes; then
-    case $archive_cmds_GCJ in
-    *'~'*)
-      # FIXME: we may have to deal with multi-command sequences.
-      ;;
-    '$CC '*)
-      # Test whether the compiler implicitly links with -lc since on some
-      # systems, -lgcc has to come before -lc. If gcc already passes -lc
-      # to ld, don't add -lc before -lgcc.
-      echo "$as_me:$LINENO: checking whether -lc should be explicitly linked in" >&5
-echo $ECHO_N "checking whether -lc should be explicitly linked in... $ECHO_C" >&6
-      $rm conftest*
-      printf "$lt_simple_compile_test_code" > conftest.$ac_ext
-
-      if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
-  (eval $ac_compile) 2>&5
-  ac_status=$?
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } 2>conftest.err; then
-        soname=conftest
-        lib=conftest
-        libobjs=conftest.$ac_objext
-        deplibs=
-        wl=$lt_prog_compiler_wl_GCJ
-        compiler_flags=-v
-        linker_flags=-v
-        verstring=
-        output_objdir=.
-        libname=conftest
-        lt_save_allow_undefined_flag=$allow_undefined_flag_GCJ
-        allow_undefined_flag_GCJ=
-        if { (eval echo "$as_me:$LINENO: \"$archive_cmds_GCJ 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1\"") >&5
-  (eval $archive_cmds_GCJ 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1) 2>&5
-  ac_status=$?
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); }
-        then
-	  archive_cmds_need_lc_GCJ=no
-        else
-	  archive_cmds_need_lc_GCJ=yes
-        fi
-        allow_undefined_flag_GCJ=$lt_save_allow_undefined_flag
-      else
-        cat conftest.err 1>&5
-      fi
-      $rm conftest*
-      echo "$as_me:$LINENO: result: $archive_cmds_need_lc_GCJ" >&5
-echo "${ECHO_T}$archive_cmds_need_lc_GCJ" >&6
-      ;;
-    esac
-  fi
-  ;;
-esac
-
-echo "$as_me:$LINENO: checking dynamic linker characteristics" >&5
-echo $ECHO_N "checking dynamic linker characteristics... $ECHO_C" >&6
-library_names_spec=
-libname_spec='lib$name'
-soname_spec=
-shrext_cmds=".so"
-postinstall_cmds=
-postuninstall_cmds=
-finish_cmds=
-finish_eval=
-shlibpath_var=
-shlibpath_overrides_runpath=unknown
-version_type=none
-dynamic_linker="$host_os ld.so"
-sys_lib_dlsearch_path_spec="/lib /usr/lib"
-if test "$GCC" = yes; then
-  sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
-  if echo "$sys_lib_search_path_spec" | grep ';' >/dev/null ; then
-    # if the path contains ";" then we assume it to be the separator
-    # otherwise default to the standard path separator (i.e. ":") - it is
-    # assumed that no part of a normal pathname contains ";" but that should
-    # okay in the real world where ";" in dirpaths is itself problematic.
-    sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
-  else
-    sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
-  fi
-else
-  sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
-fi
-need_lib_prefix=unknown
-hardcode_into_libs=no
-
-# when you set need_version to no, make sure it does not cause -set_version
-# flags to be left without arguments
-need_version=unknown
-
-case $host_os in
-aix3*)
-  version_type=linux
-  library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
-  shlibpath_var=LIBPATH
-
-  # AIX 3 has no versioning support, so we append a major version to the name.
-  soname_spec='${libname}${release}${shared_ext}$major'
-  ;;
-
-aix4* | aix5*)
-  version_type=linux
-  need_lib_prefix=no
-  need_version=no
-  hardcode_into_libs=yes
-  if test "$host_cpu" = ia64; then
-    # AIX 5 supports IA64
-    library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
-    shlibpath_var=LD_LIBRARY_PATH
-  else
-    # With GCC up to 2.95.x, collect2 would create an import file
-    # for dependence libraries.  The import file would start with
-    # the line `#! .'.  This would cause the generated library to
-    # depend on `.', always an invalid library.  This was fixed in
-    # development snapshots of GCC prior to 3.0.
-    case $host_os in
-      aix4 | aix4.[01] | aix4.[01].*)
-      if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
-	   echo ' yes '
-	   echo '#endif'; } | ${CC} -E - | grep yes > /dev/null; then
-	:
-      else
-	can_build_shared=no
-      fi
-      ;;
-    esac
-    # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
-    # soname into executable. Probably we can add versioning support to
-    # collect2, so additional links can be useful in future.
-    if test "$aix_use_runtimelinking" = yes; then
-      # If using run time linking (on AIX 4.2 or later) use lib<name>.so
-      # instead of lib<name>.a to let people know that these are not
-      # typical AIX shared libraries.
-      library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
-    else
-      # We preserve .a as extension for shared libraries through AIX4.2
-      # and later when we are not doing run time linking.
-      library_names_spec='${libname}${release}.a $libname.a'
-      soname_spec='${libname}${release}${shared_ext}$major'
-    fi
-    shlibpath_var=LIBPATH
-  fi
-  ;;
-
-amigaos*)
-  library_names_spec='$libname.ixlibrary $libname.a'
-  # Create ${libname}_ixlibrary.a entries in /sys/libs.
-  finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`$echo "X$lib" | $Xsed -e '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; test $rm /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done'
-  ;;
-
-beos*)
-  library_names_spec='${libname}${shared_ext}'
-  dynamic_linker="$host_os ld.so"
-  shlibpath_var=LIBRARY_PATH
-  ;;
-
-bsdi4*)
-  version_type=linux
-  need_version=no
-  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
-  soname_spec='${libname}${release}${shared_ext}$major'
-  finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
-  shlibpath_var=LD_LIBRARY_PATH
-  sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
-  sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
-  # the default ld.so.conf also contains /usr/contrib/lib and
-  # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
-  # libtool to hard-code these into programs
-  ;;
-
-cygwin* | mingw* | pw32*)
-  version_type=windows
-  shrext_cmds=".dll"
-  need_version=no
-  need_lib_prefix=no
-
-  case $GCC,$host_os in
-  yes,cygwin* | yes,mingw* | yes,pw32*)
-    library_names_spec='$libname.dll.a'
-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
-    postinstall_cmds='base_file=`basename \${file}`~
-      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i;echo \$dlname'\''`~
-      dldir=$destdir/`dirname \$dlpath`~
-      test -d \$dldir || mkdir -p \$dldir~
-      $install_prog $dir/$dlname \$dldir/$dlname'
-    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
-      dlpath=$dir/\$dldll~
-       $rm \$dlpath'
-    shlibpath_overrides_runpath=yes
-
-    case $host_os in
-    cygwin*)
-      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
-      soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
-      sys_lib_search_path_spec="/usr/lib /lib/w32api /lib /usr/local/lib"
-      ;;
-    mingw*)
-      # MinGW DLLs use traditional 'lib' prefix
-      soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
-      sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
-      if echo "$sys_lib_search_path_spec" | grep ';[c-zC-Z]:/' >/dev/null; then
-        # It is most probably a Windows format PATH printed by
-        # mingw gcc, but we are running on Cygwin. Gcc prints its search
-        # path with ; separators, and with drive letters. We can handle the
-        # drive letters (cygwin fileutils understands them), so leave them,
-        # especially as we might pass files found there to a mingw objdump,
-        # which wouldn't understand a cygwinified path. Ahh.
-        sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
-      else
-        sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
-      fi
-      ;;
-    pw32*)
-      # pw32 DLLs use 'pw' prefix rather than 'lib'
-      library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/./-/g'`${versuffix}${shared_ext}'
-      ;;
-    esac
-    ;;
-
-  *)
-    library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
-    ;;
-  esac
-  dynamic_linker='Win32 ld.exe'
-  # FIXME: first we should search . and the directory the executable is in
-  shlibpath_var=PATH
-  ;;
-
-darwin* | rhapsody*)
-  dynamic_linker="$host_os dyld"
-  version_type=darwin
-  need_lib_prefix=no
-  need_version=no
-  library_names_spec='${libname}${release}${versuffix}$shared_ext ${libname}${release}${major}$shared_ext ${libname}$shared_ext'
-  soname_spec='${libname}${release}${major}$shared_ext'
-  shlibpath_overrides_runpath=yes
-  shlibpath_var=DYLD_LIBRARY_PATH
-  shrext_cmds='$(test .$module = .yes && echo .so || echo .dylib)'
-  # Apple's gcc prints 'gcc -print-search-dirs' doesn't operate the same.
-  if test "$GCC" = yes; then
-    sys_lib_search_path_spec=`$CC -print-search-dirs | tr "\n" "$PATH_SEPARATOR" | sed -e 's/libraries:/@libraries:/' | tr "@" "\n" | grep "^libraries:" | sed -e "s/^libraries://" -e "s,=/,/,g" -e "s,$PATH_SEPARATOR, ,g" -e "s,.*,& /lib /usr/lib /usr/local/lib,g"`
-  else
-    sys_lib_search_path_spec='/lib /usr/lib /usr/local/lib'
-  fi
-  sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
-  ;;
-
-dgux*)
-  version_type=linux
-  need_lib_prefix=no
-  need_version=no
-  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
-  soname_spec='${libname}${release}${shared_ext}$major'
-  shlibpath_var=LD_LIBRARY_PATH
-  ;;
-
-freebsd1*)
-  dynamic_linker=no
-  ;;
-
-kfreebsd*-gnu)
-  version_type=linux
-  need_lib_prefix=no
-  need_version=no
-  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
-  soname_spec='${libname}${release}${shared_ext}$major'
-  shlibpath_var=LD_LIBRARY_PATH
-  shlibpath_overrides_runpath=no
-  hardcode_into_libs=yes
-  dynamic_linker='GNU ld.so'
-  ;;
-
-freebsd*)
-  objformat=`test -x /usr/bin/objformat && /usr/bin/objformat || echo aout`
-  version_type=freebsd-$objformat
-  case $version_type in
-    freebsd-elf*)
-      library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
-      need_version=no
-      need_lib_prefix=no
-      ;;
-    freebsd-*)
-      library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
-      need_version=yes
-      ;;
-  esac
-  shlibpath_var=LD_LIBRARY_PATH
-  case $host_os in
-  freebsd2*)
-    shlibpath_overrides_runpath=yes
-    ;;
-  freebsd3.01* | freebsdelf3.01*)
-    shlibpath_overrides_runpath=yes
-    hardcode_into_libs=yes
-    ;;
-  *) # from 3.2 on
-    shlibpath_overrides_runpath=no
-    hardcode_into_libs=yes
-    ;;
-  esac
-  ;;
-
-gnu*)
-  version_type=linux
-  need_lib_prefix=no
-  need_version=no
-  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
-  soname_spec='${libname}${release}${shared_ext}$major'
-  shlibpath_var=LD_LIBRARY_PATH
-  hardcode_into_libs=yes
-  ;;
-
-hpux9* | hpux10* | hpux11*)
-  # Give a soname corresponding to the major version so that dld.sl refuses to
-  # link against other versions.
-  version_type=sunos
-  need_lib_prefix=no
-  need_version=no
-  case "$host_cpu" in
-  ia64*)
-    shrext_cmds='.so'
-    hardcode_into_libs=yes
-    dynamic_linker="$host_os dld.so"
-    shlibpath_var=LD_LIBRARY_PATH
-    shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
-    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
-    soname_spec='${libname}${release}${shared_ext}$major'
-    if test "X$HPUX_IA64_MODE" = X32; then
-      sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
-    else
-      sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
-    fi
-    sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
-    ;;
-   hppa*64*)
-     shrext_cmds='.sl'
-     hardcode_into_libs=yes
-     dynamic_linker="$host_os dld.sl"
-     shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
-     shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
-     library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
-     soname_spec='${libname}${release}${shared_ext}$major'
-     sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
-     sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
-     ;;
-   *)
-    shrext_cmds='.sl'
-    dynamic_linker="$host_os dld.sl"
-    shlibpath_var=SHLIB_PATH
-    shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
-    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
-    soname_spec='${libname}${release}${shared_ext}$major'
-    ;;
-  esac
-  # HP-UX runs *really* slowly unless shared libraries are mode 555.
-  postinstall_cmds='chmod 555 $lib'
-  ;;
-
-irix5* | irix6* | nonstopux*)
-  case $host_os in
-    nonstopux*) version_type=nonstopux ;;
-    *)
-	if test "$lt_cv_prog_gnu_ld" = yes; then
-		version_type=linux
-	else
-		version_type=irix
-	fi ;;
-  esac
-  need_lib_prefix=no
-  need_version=no
-  soname_spec='${libname}${release}${shared_ext}$major'
-  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
-  case $host_os in
-  irix5* | nonstopux*)
-    libsuff= shlibsuff=
-    ;;
-  *)
-    case $LD in # libtool.m4 will add one of these switches to LD
-    *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
-      libsuff= shlibsuff= libmagic=32-bit;;
-    *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
-      libsuff=32 shlibsuff=N32 libmagic=N32;;
-    *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
-      libsuff=64 shlibsuff=64 libmagic=64-bit;;
-    *) libsuff= shlibsuff= libmagic=never-match;;
-    esac
-    ;;
-  esac
-  shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
-  shlibpath_overrides_runpath=no
-  sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
-  sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
-  hardcode_into_libs=yes
-  ;;
-
-# No shared lib support for Linux oldld, aout, or coff.
-linux*oldld* | linux*aout* | linux*coff*)
-  dynamic_linker=no
-  ;;
-
-# This must be Linux ELF.
-linux*)
-  version_type=linux
-  need_lib_prefix=no
-  need_version=no
-  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
-  soname_spec='${libname}${release}${shared_ext}$major'
-  finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
-  shlibpath_var=LD_LIBRARY_PATH
-  shlibpath_overrides_runpath=no
-  # This implies no fast_install, which is unacceptable.
-  # Some rework will be needed to allow for fast_install
-  # before this can be enabled.
-  hardcode_into_libs=yes
-
-  # Append ld.so.conf contents to the search path
-  if test -f /etc/ld.so.conf; then
-    lt_ld_extra=`$SED -e 's/:,\t/ /g;s/=^=*$//;s/=^= * / /g' /etc/ld.so.conf | tr '\n' ' '`
-    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
-  fi
-
-  # We used to test for /lib/ld.so.1 and disable shared libraries on
-  # powerpc, because MkLinux only supported shared libraries with the
-  # GNU dynamic linker.  Since this was broken with cross compilers,
-  # most powerpc-linux boxes support dynamic linking these days and
-  # people can always --disable-shared, the test was removed, and we
-  # assume the GNU/Linux dynamic linker is in use.
-  dynamic_linker='GNU/Linux ld.so'
-  ;;
-
-netbsdelf*-gnu)
-  version_type=linux
-  need_lib_prefix=no
-  need_version=no
-  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
-  soname_spec='${libname}${release}${shared_ext}$major'
-  shlibpath_var=LD_LIBRARY_PATH
-  shlibpath_overrides_runpath=no
-  hardcode_into_libs=yes
-  dynamic_linker='NetBSD ld.elf_so'
-  ;;
-
-knetbsd*-gnu)
-  version_type=linux
-  need_lib_prefix=no
-  need_version=no
-  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
-  soname_spec='${libname}${release}${shared_ext}$major'
-  shlibpath_var=LD_LIBRARY_PATH
-  shlibpath_overrides_runpath=no
-  hardcode_into_libs=yes
-  dynamic_linker='GNU ld.so'
-  ;;
-
-netbsd*)
-  version_type=sunos
-  need_lib_prefix=no
-  need_version=no
-  if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
-    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
-    finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
-    dynamic_linker='NetBSD (a.out) ld.so'
-  else
-    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
-    soname_spec='${libname}${release}${shared_ext}$major'
-    dynamic_linker='NetBSD ld.elf_so'
-  fi
-  shlibpath_var=LD_LIBRARY_PATH
-  shlibpath_overrides_runpath=yes
-  hardcode_into_libs=yes
-  ;;
-
-newsos6)
-  version_type=linux
-  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
-  shlibpath_var=LD_LIBRARY_PATH
-  shlibpath_overrides_runpath=yes
-  ;;
-
-nto-qnx*)
-  version_type=linux
-  need_lib_prefix=no
-  need_version=no
-  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
-  soname_spec='${libname}${release}${shared_ext}$major'
-  shlibpath_var=LD_LIBRARY_PATH
-  shlibpath_overrides_runpath=yes
-  ;;
-
-openbsd*)
-  version_type=sunos
-  need_lib_prefix=no
-  need_version=yes
-  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
-  finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
-  shlibpath_var=LD_LIBRARY_PATH
-  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
-    case $host_os in
-      openbsd2.[89] | openbsd2.[89].*)
-	shlibpath_overrides_runpath=no
-	;;
-      *)
-	shlibpath_overrides_runpath=yes
-	;;
-      esac
-  else
-    shlibpath_overrides_runpath=yes
-  fi
-  ;;
-
-os2*)
-  libname_spec='$name'
-  shrext_cmds=".dll"
-  need_lib_prefix=no
-  library_names_spec='$libname${shared_ext} $libname.a'
-  dynamic_linker='OS/2 ld.exe'
-  shlibpath_var=LIBPATH
-  ;;
-
-osf3* | osf4* | osf5*)
-  version_type=osf
-  need_lib_prefix=no
-  need_version=no
-  soname_spec='${libname}${release}${shared_ext}$major'
-  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
-  shlibpath_var=LD_LIBRARY_PATH
-  sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
-  sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
-  ;;
-
-sco3.2v5*)
-  version_type=osf
-  soname_spec='${libname}${release}${shared_ext}$major'
-  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
-  shlibpath_var=LD_LIBRARY_PATH
-  ;;
-
-solaris*)
-  version_type=linux
-  need_lib_prefix=no
-  need_version=no
-  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
-  soname_spec='${libname}${release}${shared_ext}$major'
-  shlibpath_var=LD_LIBRARY_PATH
-  shlibpath_overrides_runpath=yes
-  hardcode_into_libs=yes
-  # ldd complains unless libraries are executable
-  postinstall_cmds='chmod +x $lib'
-  ;;
-
-sunos4*)
-  version_type=sunos
-  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
-  finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
-  shlibpath_var=LD_LIBRARY_PATH
-  shlibpath_overrides_runpath=yes
-  if test "$with_gnu_ld" = yes; then
-    need_lib_prefix=no
-  fi
-  need_version=yes
-  ;;
-
-sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
-  version_type=linux
-  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
-  soname_spec='${libname}${release}${shared_ext}$major'
-  shlibpath_var=LD_LIBRARY_PATH
-  case $host_vendor in
-    sni)
-      shlibpath_overrides_runpath=no
-      need_lib_prefix=no
-      export_dynamic_flag_spec='${wl}-Blargedynsym'
-      runpath_var=LD_RUN_PATH
-      ;;
-    siemens)
-      need_lib_prefix=no
-      ;;
-    motorola)
-      need_lib_prefix=no
-      need_version=no
-      shlibpath_overrides_runpath=no
-      sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
-      ;;
-  esac
-  ;;
-
-sysv4*MP*)
-  if test -d /usr/nec ;then
-    version_type=linux
-    library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
-    soname_spec='$libname${shared_ext}.$major'
-    shlibpath_var=LD_LIBRARY_PATH
-  fi
-  ;;
-
-uts4*)
-  version_type=linux
-  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
-  soname_spec='${libname}${release}${shared_ext}$major'
-  shlibpath_var=LD_LIBRARY_PATH
-  ;;
-
-*)
-  dynamic_linker=no
-  ;;
-esac
-echo "$as_me:$LINENO: result: $dynamic_linker" >&5
-echo "${ECHO_T}$dynamic_linker" >&6
-test "$dynamic_linker" = no && can_build_shared=no
-
-echo "$as_me:$LINENO: checking how to hardcode library paths into programs" >&5
-echo $ECHO_N "checking how to hardcode library paths into programs... $ECHO_C" >&6
-hardcode_action_GCJ=
-if test -n "$hardcode_libdir_flag_spec_GCJ" || \
-   test -n "$runpath_var GCJ" || \
-   test "X$hardcode_automatic_GCJ"="Xyes" ; then
-
-  # We can hardcode non-existant directories.
-  if test "$hardcode_direct_GCJ" != no &&
-     # If the only mechanism to avoid hardcoding is shlibpath_var, we
-     # have to relink, otherwise we might link with an installed library
-     # when we should be linking with a yet-to-be-installed one
-     ## test "$_LT_AC_TAGVAR(hardcode_shlibpath_var, GCJ)" != no &&
-     test "$hardcode_minus_L_GCJ" != no; then
-    # Linking always hardcodes the temporary library directory.
-    hardcode_action_GCJ=relink
-  else
-    # We can link without hardcoding, and we can hardcode nonexisting dirs.
-    hardcode_action_GCJ=immediate
-  fi
-else
-  # We cannot hardcode anything, or else we can only hardcode existing
-  # directories.
-  hardcode_action_GCJ=unsupported
-fi
-echo "$as_me:$LINENO: result: $hardcode_action_GCJ" >&5
-echo "${ECHO_T}$hardcode_action_GCJ" >&6
-
-if test "$hardcode_action_GCJ" = relink; then
-  # Fast installation is not supported
-  enable_fast_install=no
-elif test "$shlibpath_overrides_runpath" = yes ||
-     test "$enable_shared" = no; then
-  # Fast installation is not necessary
-  enable_fast_install=needless
-fi
-
-striplib=
-old_striplib=
-echo "$as_me:$LINENO: checking whether stripping libraries is possible" >&5
-echo $ECHO_N "checking whether stripping libraries is possible... $ECHO_C" >&6
-if test -n "$STRIP" && $STRIP -V 2>&1 | grep "GNU strip" >/dev/null; then
-  test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
-  test -z "$striplib" && striplib="$STRIP --strip-unneeded"
-  echo "$as_me:$LINENO: result: yes" >&5
-echo "${ECHO_T}yes" >&6
-else
-# FIXME - insert some real tests, host_os isn't really good enough
-  case $host_os in
-   darwin*)
-       if test -n "$STRIP" ; then
-         striplib="$STRIP -x"
-         echo "$as_me:$LINENO: result: yes" >&5
-echo "${ECHO_T}yes" >&6
-       else
-  echo "$as_me:$LINENO: result: no" >&5
-echo "${ECHO_T}no" >&6
-fi
-       ;;
-   *)
-  echo "$as_me:$LINENO: result: no" >&5
-echo "${ECHO_T}no" >&6
-    ;;
-  esac
-fi
-
-if test "x$enable_dlopen" != xyes; then
-  enable_dlopen=unknown
-  enable_dlopen_self=unknown
-  enable_dlopen_self_static=unknown
-else
-  lt_cv_dlopen=no
-  lt_cv_dlopen_libs=
-
-  case $host_os in
-  beos*)
-    lt_cv_dlopen="load_add_on"
-    lt_cv_dlopen_libs=
-    lt_cv_dlopen_self=yes
-    ;;
-
-  mingw* | pw32*)
-    lt_cv_dlopen="LoadLibrary"
-    lt_cv_dlopen_libs=
-   ;;
-
-  cygwin*)
-    lt_cv_dlopen="dlopen"
-    lt_cv_dlopen_libs=
-   ;;
-
-  darwin*)
-  # if libdl is installed we need to link against it
-    echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
-echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6
-if test "${ac_cv_lib_dl_dlopen+set}" = set; then
-  echo $ECHO_N "(cached) $ECHO_C" >&6
-else
-  ac_check_lib_save_LIBS=$LIBS
-LIBS="-ldl  $LIBS"
-cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-
-/* Override any gcc2 internal prototype to avoid an error.  */
-#ifdef __cplusplus
-extern "C"
-#endif
-/* We use char because int might match the return type of a gcc2
-   builtin and then its argument prototype would still apply.  */
-char dlopen ();
-int
-main ()
-{
-dlopen ();
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
-  (eval $ac_link) 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } &&
-	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-  (eval $ac_try) 2>&5
-  ac_status=$?
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); }; } &&
-	 { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-  (eval $ac_try) 2>&5
-  ac_status=$?
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); }; }; then
-  ac_cv_lib_dl_dlopen=yes
-else
-  echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-ac_cv_lib_dl_dlopen=no
-fi
-rm -f conftest.err conftest.$ac_objext \
-      conftest$ac_exeext conftest.$ac_ext
-LIBS=$ac_check_lib_save_LIBS
-fi
-echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
-echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6
-if test $ac_cv_lib_dl_dlopen = yes; then
-  lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
-else
-
-    lt_cv_dlopen="dyld"
-    lt_cv_dlopen_libs=
-    lt_cv_dlopen_self=yes
-
-fi
-
-   ;;
-
-  *)
-    echo "$as_me:$LINENO: checking for shl_load" >&5
-echo $ECHO_N "checking for shl_load... $ECHO_C" >&6
-if test "${ac_cv_func_shl_load+set}" = set; then
-  echo $ECHO_N "(cached) $ECHO_C" >&6
-else
-  cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-/* Define shl_load to an innocuous variant, in case <limits.h> declares shl_load.
-   For example, HP-UX 11i <limits.h> declares gettimeofday.  */
-#define shl_load innocuous_shl_load
-
-/* System header to define __stub macros and hopefully few prototypes,
-    which can conflict with char shl_load (); below.
-    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
-    <limits.h> exists even on freestanding compilers.  */
-
-#ifdef __STDC__
-# include <limits.h>
-#else
-# include <assert.h>
-#endif
-
-#undef shl_load
-
-/* Override any gcc2 internal prototype to avoid an error.  */
-#ifdef __cplusplus
-extern "C"
-{
-#endif
-/* We use char because int might match the return type of a gcc2
-   builtin and then its argument prototype would still apply.  */
-char shl_load ();
-/* The GNU C library defines this for functions which it implements
-    to always fail with ENOSYS.  Some functions are actually named
-    something starting with __ and the normal name is an alias.  */
-#if defined (__stub_shl_load) || defined (__stub___shl_load)
-choke me
-#else
-char (*f) () = shl_load;
-#endif
-#ifdef __cplusplus
-}
-#endif
-
-int
-main ()
-{
-return f != shl_load;
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
-  (eval $ac_link) 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } &&
-	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-  (eval $ac_try) 2>&5
-  ac_status=$?
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); }; } &&
-	 { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-  (eval $ac_try) 2>&5
-  ac_status=$?
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); }; }; then
-  ac_cv_func_shl_load=yes
-else
-  echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-ac_cv_func_shl_load=no
-fi
-rm -f conftest.err conftest.$ac_objext \
-      conftest$ac_exeext conftest.$ac_ext
-fi
-echo "$as_me:$LINENO: result: $ac_cv_func_shl_load" >&5
-echo "${ECHO_T}$ac_cv_func_shl_load" >&6
-if test $ac_cv_func_shl_load = yes; then
-  lt_cv_dlopen="shl_load"
-else
-  echo "$as_me:$LINENO: checking for shl_load in -ldld" >&5
-echo $ECHO_N "checking for shl_load in -ldld... $ECHO_C" >&6
-if test "${ac_cv_lib_dld_shl_load+set}" = set; then
-  echo $ECHO_N "(cached) $ECHO_C" >&6
-else
-  ac_check_lib_save_LIBS=$LIBS
-LIBS="-ldld  $LIBS"
-cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-
-/* Override any gcc2 internal prototype to avoid an error.  */
-#ifdef __cplusplus
-extern "C"
-#endif
-/* We use char because int might match the return type of a gcc2
-   builtin and then its argument prototype would still apply.  */
-char shl_load ();
-int
-main ()
-{
-shl_load ();
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
-  (eval $ac_link) 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } &&
-	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-  (eval $ac_try) 2>&5
-  ac_status=$?
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); }; } &&
-	 { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-  (eval $ac_try) 2>&5
-  ac_status=$?
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); }; }; then
-  ac_cv_lib_dld_shl_load=yes
-else
-  echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-ac_cv_lib_dld_shl_load=no
-fi
-rm -f conftest.err conftest.$ac_objext \
-      conftest$ac_exeext conftest.$ac_ext
-LIBS=$ac_check_lib_save_LIBS
-fi
-echo "$as_me:$LINENO: result: $ac_cv_lib_dld_shl_load" >&5
-echo "${ECHO_T}$ac_cv_lib_dld_shl_load" >&6
-if test $ac_cv_lib_dld_shl_load = yes; then
-  lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-dld"
-else
-  echo "$as_me:$LINENO: checking for dlopen" >&5
-echo $ECHO_N "checking for dlopen... $ECHO_C" >&6
-if test "${ac_cv_func_dlopen+set}" = set; then
-  echo $ECHO_N "(cached) $ECHO_C" >&6
-else
-  cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-/* Define dlopen to an innocuous variant, in case <limits.h> declares dlopen.
-   For example, HP-UX 11i <limits.h> declares gettimeofday.  */
-#define dlopen innocuous_dlopen
-
-/* System header to define __stub macros and hopefully few prototypes,
-    which can conflict with char dlopen (); below.
-    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
-    <limits.h> exists even on freestanding compilers.  */
-
-#ifdef __STDC__
-# include <limits.h>
-#else
-# include <assert.h>
-#endif
-
-#undef dlopen
-
-/* Override any gcc2 internal prototype to avoid an error.  */
-#ifdef __cplusplus
-extern "C"
-{
-#endif
-/* We use char because int might match the return type of a gcc2
-   builtin and then its argument prototype would still apply.  */
-char dlopen ();
-/* The GNU C library defines this for functions which it implements
-    to always fail with ENOSYS.  Some functions are actually named
-    something starting with __ and the normal name is an alias.  */
-#if defined (__stub_dlopen) || defined (__stub___dlopen)
-choke me
-#else
-char (*f) () = dlopen;
-#endif
-#ifdef __cplusplus
-}
-#endif
-
-int
-main ()
-{
-return f != dlopen;
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
-  (eval $ac_link) 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } &&
-	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-  (eval $ac_try) 2>&5
-  ac_status=$?
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); }; } &&
-	 { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-  (eval $ac_try) 2>&5
-  ac_status=$?
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); }; }; then
-  ac_cv_func_dlopen=yes
-else
-  echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-ac_cv_func_dlopen=no
-fi
-rm -f conftest.err conftest.$ac_objext \
-      conftest$ac_exeext conftest.$ac_ext
-fi
-echo "$as_me:$LINENO: result: $ac_cv_func_dlopen" >&5
-echo "${ECHO_T}$ac_cv_func_dlopen" >&6
-if test $ac_cv_func_dlopen = yes; then
-  lt_cv_dlopen="dlopen"
-else
-  echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
-echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6
-if test "${ac_cv_lib_dl_dlopen+set}" = set; then
-  echo $ECHO_N "(cached) $ECHO_C" >&6
-else
-  ac_check_lib_save_LIBS=$LIBS
-LIBS="-ldl  $LIBS"
-cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-
-/* Override any gcc2 internal prototype to avoid an error.  */
-#ifdef __cplusplus
-extern "C"
-#endif
-/* We use char because int might match the return type of a gcc2
-   builtin and then its argument prototype would still apply.  */
-char dlopen ();
-int
-main ()
-{
-dlopen ();
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
-  (eval $ac_link) 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } &&
-	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-  (eval $ac_try) 2>&5
-  ac_status=$?
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); }; } &&
-	 { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-  (eval $ac_try) 2>&5
-  ac_status=$?
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); }; }; then
-  ac_cv_lib_dl_dlopen=yes
-else
-  echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-ac_cv_lib_dl_dlopen=no
-fi
-rm -f conftest.err conftest.$ac_objext \
-      conftest$ac_exeext conftest.$ac_ext
-LIBS=$ac_check_lib_save_LIBS
-fi
-echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
-echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6
-if test $ac_cv_lib_dl_dlopen = yes; then
-  lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
-else
-  echo "$as_me:$LINENO: checking for dlopen in -lsvld" >&5
-echo $ECHO_N "checking for dlopen in -lsvld... $ECHO_C" >&6
-if test "${ac_cv_lib_svld_dlopen+set}" = set; then
-  echo $ECHO_N "(cached) $ECHO_C" >&6
-else
-  ac_check_lib_save_LIBS=$LIBS
-LIBS="-lsvld  $LIBS"
-cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-
-/* Override any gcc2 internal prototype to avoid an error.  */
-#ifdef __cplusplus
-extern "C"
-#endif
-/* We use char because int might match the return type of a gcc2
-   builtin and then its argument prototype would still apply.  */
-char dlopen ();
-int
-main ()
-{
-dlopen ();
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
-  (eval $ac_link) 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } &&
-	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-  (eval $ac_try) 2>&5
-  ac_status=$?
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); }; } &&
-	 { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-  (eval $ac_try) 2>&5
-  ac_status=$?
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); }; }; then
-  ac_cv_lib_svld_dlopen=yes
-else
-  echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-ac_cv_lib_svld_dlopen=no
-fi
-rm -f conftest.err conftest.$ac_objext \
-      conftest$ac_exeext conftest.$ac_ext
-LIBS=$ac_check_lib_save_LIBS
-fi
-echo "$as_me:$LINENO: result: $ac_cv_lib_svld_dlopen" >&5
-echo "${ECHO_T}$ac_cv_lib_svld_dlopen" >&6
-if test $ac_cv_lib_svld_dlopen = yes; then
-  lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
-else
-  echo "$as_me:$LINENO: checking for dld_link in -ldld" >&5
-echo $ECHO_N "checking for dld_link in -ldld... $ECHO_C" >&6
-if test "${ac_cv_lib_dld_dld_link+set}" = set; then
-  echo $ECHO_N "(cached) $ECHO_C" >&6
-else
-  ac_check_lib_save_LIBS=$LIBS
-LIBS="-ldld  $LIBS"
-cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
+    case $archive_cmds_GCJ in
+    *'~'*)
+      # FIXME: we may have to deal with multi-command sequences.
+      ;;
+    '$CC '*)
+      # Test whether the compiler implicitly links with -lc since on some
+      # systems, -lgcc has to come before -lc. If gcc already passes -lc
+      # to ld, don't add -lc before -lgcc.
+      { echo "$as_me:$LINENO: checking whether -lc should be explicitly linked in" >&5
+echo $ECHO_N "checking whether -lc should be explicitly linked in... $ECHO_C" >&6; }
+      $rm conftest*
+      printf "$lt_simple_compile_test_code" > conftest.$ac_ext
 
-/* Override any gcc2 internal prototype to avoid an error.  */
-#ifdef __cplusplus
-extern "C"
-#endif
-/* We use char because int might match the return type of a gcc2
-   builtin and then its argument prototype would still apply.  */
-char dld_link ();
-int
-main ()
-{
-dld_link ();
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
-  (eval $ac_link) 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } &&
-	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-  (eval $ac_try) 2>&5
+      if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
+  (eval $ac_compile) 2>&5
   ac_status=$?
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); }; } &&
-	 { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-  (eval $ac_try) 2>&5
+  (exit $ac_status); } 2>conftest.err; then
+        soname=conftest
+        lib=conftest
+        libobjs=conftest.$ac_objext
+        deplibs=
+        wl=$lt_prog_compiler_wl_GCJ
+	pic_flag=$lt_prog_compiler_pic_GCJ
+        compiler_flags=-v
+        linker_flags=-v
+        verstring=
+        output_objdir=.
+        libname=conftest
+        lt_save_allow_undefined_flag=$allow_undefined_flag_GCJ
+        allow_undefined_flag_GCJ=
+        if { (eval echo "$as_me:$LINENO: \"$archive_cmds_GCJ 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1\"") >&5
+  (eval $archive_cmds_GCJ 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1) 2>&5
   ac_status=$?
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); }; }; then
-  ac_cv_lib_dld_dld_link=yes
-else
-  echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
+  (exit $ac_status); }
+        then
+	  archive_cmds_need_lc_GCJ=no
+        else
+	  archive_cmds_need_lc_GCJ=yes
+        fi
+        allow_undefined_flag_GCJ=$lt_save_allow_undefined_flag
+      else
+        cat conftest.err 1>&5
+      fi
+      $rm conftest*
+      { echo "$as_me:$LINENO: result: $archive_cmds_need_lc_GCJ" >&5
+echo "${ECHO_T}$archive_cmds_need_lc_GCJ" >&6; }
+      ;;
+    esac
+  fi
+  ;;
+esac
 
-ac_cv_lib_dld_dld_link=no
-fi
-rm -f conftest.err conftest.$ac_objext \
-      conftest$ac_exeext conftest.$ac_ext
-LIBS=$ac_check_lib_save_LIBS
-fi
-echo "$as_me:$LINENO: result: $ac_cv_lib_dld_dld_link" >&5
-echo "${ECHO_T}$ac_cv_lib_dld_dld_link" >&6
-if test $ac_cv_lib_dld_dld_link = yes; then
-  lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-dld"
+{ echo "$as_me:$LINENO: checking dynamic linker characteristics" >&5
+echo $ECHO_N "checking dynamic linker characteristics... $ECHO_C" >&6; }
+library_names_spec=
+libname_spec='lib$name'
+soname_spec=
+shrext_cmds=".so"
+postinstall_cmds=
+postuninstall_cmds=
+finish_cmds=
+finish_eval=
+shlibpath_var=
+shlibpath_overrides_runpath=unknown
+version_type=none
+dynamic_linker="$host_os ld.so"
+sys_lib_dlsearch_path_spec="/lib /usr/lib"
+if test "$GCC" = yes; then
+  sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
+  if echo "$sys_lib_search_path_spec" | grep ';' >/dev/null ; then
+    # if the path contains ";" then we assume it to be the separator
+    # otherwise default to the standard path separator (i.e. ":") - it is
+    # assumed that no part of a normal pathname contains ";" but that should
+    # okay in the real world where ";" in dirpaths is itself problematic.
+    sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
+  else
+    sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
+  fi
+else
+  sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
 fi
+need_lib_prefix=unknown
+hardcode_into_libs=no
 
+# when you set need_version to no, make sure it does not cause -set_version
+# flags to be left without arguments
+need_version=unknown
 
-fi
+case $host_os in
+aix3*)
+  version_type=linux
+  library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
+  shlibpath_var=LIBPATH
 
+  # AIX 3 has no versioning support, so we append a major version to the name.
+  soname_spec='${libname}${release}${shared_ext}$major'
+  ;;
 
-fi
+aix4* | aix5*)
+  version_type=linux
+  need_lib_prefix=no
+  need_version=no
+  hardcode_into_libs=yes
+  if test "$host_cpu" = ia64; then
+    # AIX 5 supports IA64
+    library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
+    shlibpath_var=LD_LIBRARY_PATH
+  else
+    # With GCC up to 2.95.x, collect2 would create an import file
+    # for dependence libraries.  The import file would start with
+    # the line `#! .'.  This would cause the generated library to
+    # depend on `.', always an invalid library.  This was fixed in
+    # development snapshots of GCC prior to 3.0.
+    case $host_os in
+      aix4 | aix4.[01] | aix4.[01].*)
+      if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
+	   echo ' yes '
+	   echo '#endif'; } | ${CC} -E - | grep yes > /dev/null; then
+	:
+      else
+	can_build_shared=no
+      fi
+      ;;
+    esac
+    # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
+    # soname into executable. Probably we can add versioning support to
+    # collect2, so additional links can be useful in future.
+    if test "$aix_use_runtimelinking" = yes; then
+      # If using run time linking (on AIX 4.2 or later) use lib<name>.so
+      # instead of lib<name>.a to let people know that these are not
+      # typical AIX shared libraries.
+      library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
+    else
+      # We preserve .a as extension for shared libraries through AIX4.2
+      # and later when we are not doing run time linking.
+      library_names_spec='${libname}${release}.a $libname.a'
+      soname_spec='${libname}${release}${shared_ext}$major'
+    fi
+    shlibpath_var=LIBPATH
+  fi
+  ;;
+
+amigaos*)
+  library_names_spec='$libname.ixlibrary $libname.a'
+  # Create ${libname}_ixlibrary.a entries in /sys/libs.
+  finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`$echo "X$lib" | $Xsed -e '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; test $rm /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done'
+  ;;
 
+beos*)
+  library_names_spec='${libname}${shared_ext}'
+  dynamic_linker="$host_os ld.so"
+  shlibpath_var=LIBRARY_PATH
+  ;;
 
-fi
+bsdi[45]*)
+  version_type=linux
+  need_version=no
+  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
+  soname_spec='${libname}${release}${shared_ext}$major'
+  finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
+  shlibpath_var=LD_LIBRARY_PATH
+  sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
+  sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
+  # the default ld.so.conf also contains /usr/contrib/lib and
+  # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
+  # libtool to hard-code these into programs
+  ;;
 
+cygwin* | mingw* | pw32*)
+  version_type=windows
+  shrext_cmds=".dll"
+  need_version=no
+  need_lib_prefix=no
 
-fi
+  case $GCC,$host_os in
+  yes,cygwin* | yes,mingw* | yes,pw32*)
+    library_names_spec='$libname.dll.a'
+    # DLL is installed to $(libdir)/../bin by postinstall_cmds
+    postinstall_cmds='base_file=`basename \${file}`~
+      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i;echo \$dlname'\''`~
+      dldir=$destdir/`dirname \$dlpath`~
+      test -d \$dldir || mkdir -p \$dldir~
+      $install_prog $dir/$dlname \$dldir/$dlname~
+      chmod a+x \$dldir/$dlname'
+    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
+      dlpath=$dir/\$dldll~
+       $rm \$dlpath'
+    shlibpath_overrides_runpath=yes
+
+    case $host_os in
+    cygwin*)
+      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
+      soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
+      sys_lib_search_path_spec="/usr/lib /lib/w32api /lib /usr/local/lib"
+      ;;
+    mingw*)
+      # MinGW DLLs use traditional 'lib' prefix
+      soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
+      sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
+      if echo "$sys_lib_search_path_spec" | grep ';[c-zC-Z]:/' >/dev/null; then
+        # It is most probably a Windows format PATH printed by
+        # mingw gcc, but we are running on Cygwin. Gcc prints its search
+        # path with ; separators, and with drive letters. We can handle the
+        # drive letters (cygwin fileutils understands them), so leave them,
+        # especially as we might pass files found there to a mingw objdump,
+        # which wouldn't understand a cygwinified path. Ahh.
+        sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
+      else
+        sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
+      fi
+      ;;
+    pw32*)
+      # pw32 DLLs use 'pw' prefix rather than 'lib'
+      library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
+      ;;
+    esac
+    ;;
+
+  *)
+    library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
+    ;;
+  esac
+  dynamic_linker='Win32 ld.exe'
+  # FIXME: first we should search . and the directory the executable is in
+  shlibpath_var=PATH
+  ;;
+
+darwin* | rhapsody*)
+  dynamic_linker="$host_os dyld"
+  version_type=darwin
+  need_lib_prefix=no
+  need_version=no
+  library_names_spec='${libname}${release}${versuffix}$shared_ext ${libname}${release}${major}$shared_ext ${libname}$shared_ext'
+  soname_spec='${libname}${release}${major}$shared_ext'
+  shlibpath_overrides_runpath=yes
+  shlibpath_var=DYLD_LIBRARY_PATH
+  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
+  # Apple's gcc prints 'gcc -print-search-dirs' doesn't operate the same.
+  if test "$GCC" = yes; then
+    sys_lib_search_path_spec=`$CC -print-search-dirs | tr "\n" "$PATH_SEPARATOR" | sed -e 's/libraries:/@libraries:/' | tr "@" "\n" | grep "^libraries:" | sed -e "s/^libraries://" -e "s,=/,/,g" -e "s,$PATH_SEPARATOR, ,g" -e "s,.*,& /lib /usr/lib /usr/local/lib,g"`
+  else
+    sys_lib_search_path_spec='/lib /usr/lib /usr/local/lib'
+  fi
+  sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
+  ;;
 
+dgux*)
+  version_type=linux
+  need_lib_prefix=no
+  need_version=no
+  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
+  soname_spec='${libname}${release}${shared_ext}$major'
+  shlibpath_var=LD_LIBRARY_PATH
+  ;;
 
-fi
+freebsd1*)
+  dynamic_linker=no
+  ;;
 
+freebsd* | dragonfly*)
+  # DragonFly does not have aout.  When/if they implement a new
+  # versioning mechanism, adjust this.
+  if test -x /usr/bin/objformat; then
+    objformat=`/usr/bin/objformat`
+  else
+    case $host_os in
+    freebsd[123]*) objformat=aout ;;
+    *) objformat=elf ;;
+    esac
+  fi
+  version_type=freebsd-$objformat
+  case $version_type in
+    freebsd-elf*)
+      library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
+      need_version=no
+      need_lib_prefix=no
+      ;;
+    freebsd-*)
+      library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
+      need_version=yes
+      ;;
+  esac
+  shlibpath_var=LD_LIBRARY_PATH
+  case $host_os in
+  freebsd2*)
+    shlibpath_overrides_runpath=yes
+    ;;
+  freebsd3.[01]* | freebsdelf3.[01]*)
+    shlibpath_overrides_runpath=yes
+    hardcode_into_libs=yes
+    ;;
+  freebsd3.[2-9]* | freebsdelf3.[2-9]* | \
+  freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1)
+    shlibpath_overrides_runpath=no
+    hardcode_into_libs=yes
+    ;;
+  freebsd*) # from 4.6 on
+    shlibpath_overrides_runpath=yes
+    hardcode_into_libs=yes
     ;;
   esac
+  ;;
 
-  if test "x$lt_cv_dlopen" != xno; then
-    enable_dlopen=yes
-  else
-    enable_dlopen=no
-  fi
+gnu*)
+  version_type=linux
+  need_lib_prefix=no
+  need_version=no
+  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
+  soname_spec='${libname}${release}${shared_ext}$major'
+  shlibpath_var=LD_LIBRARY_PATH
+  hardcode_into_libs=yes
+  ;;
 
-  case $lt_cv_dlopen in
-  dlopen)
-    save_CPPFLAGS="$CPPFLAGS"
-    test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
+hpux9* | hpux10* | hpux11*)
+  # Give a soname corresponding to the major version so that dld.sl refuses to
+  # link against other versions.
+  version_type=sunos
+  need_lib_prefix=no
+  need_version=no
+  case $host_cpu in
+  ia64*)
+    shrext_cmds='.so'
+    hardcode_into_libs=yes
+    dynamic_linker="$host_os dld.so"
+    shlibpath_var=LD_LIBRARY_PATH
+    shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
+    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
+    soname_spec='${libname}${release}${shared_ext}$major'
+    if test "X$HPUX_IA64_MODE" = X32; then
+      sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
+    else
+      sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
+    fi
+    sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
+    ;;
+   hppa*64*)
+     shrext_cmds='.sl'
+     hardcode_into_libs=yes
+     dynamic_linker="$host_os dld.sl"
+     shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
+     shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
+     library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
+     soname_spec='${libname}${release}${shared_ext}$major'
+     sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
+     sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
+     ;;
+   *)
+    shrext_cmds='.sl'
+    dynamic_linker="$host_os dld.sl"
+    shlibpath_var=SHLIB_PATH
+    shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
+    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
+    soname_spec='${libname}${release}${shared_ext}$major'
+    ;;
+  esac
+  # HP-UX runs *really* slowly unless shared libraries are mode 555.
+  postinstall_cmds='chmod 555 $lib'
+  ;;
 
-    save_LDFLAGS="$LDFLAGS"
-    eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
+interix3*)
+  version_type=linux
+  need_lib_prefix=no
+  need_version=no
+  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
+  soname_spec='${libname}${release}${shared_ext}$major'
+  dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
+  shlibpath_var=LD_LIBRARY_PATH
+  shlibpath_overrides_runpath=no
+  hardcode_into_libs=yes
+  ;;
 
-    save_LIBS="$LIBS"
-    LIBS="$lt_cv_dlopen_libs $LIBS"
+irix5* | irix6* | nonstopux*)
+  case $host_os in
+    nonstopux*) version_type=nonstopux ;;
+    *)
+	if test "$lt_cv_prog_gnu_ld" = yes; then
+		version_type=linux
+	else
+		version_type=irix
+	fi ;;
+  esac
+  need_lib_prefix=no
+  need_version=no
+  soname_spec='${libname}${release}${shared_ext}$major'
+  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
+  case $host_os in
+  irix5* | nonstopux*)
+    libsuff= shlibsuff=
+    ;;
+  *)
+    case $LD in # libtool.m4 will add one of these switches to LD
+    *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
+      libsuff= shlibsuff= libmagic=32-bit;;
+    *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
+      libsuff=32 shlibsuff=N32 libmagic=N32;;
+    *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
+      libsuff=64 shlibsuff=64 libmagic=64-bit;;
+    *) libsuff= shlibsuff= libmagic=never-match;;
+    esac
+    ;;
+  esac
+  shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
+  shlibpath_overrides_runpath=no
+  sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
+  sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
+  hardcode_into_libs=yes
+  ;;
 
-    echo "$as_me:$LINENO: checking whether a program can dlopen itself" >&5
-echo $ECHO_N "checking whether a program can dlopen itself... $ECHO_C" >&6
-if test "${lt_cv_dlopen_self+set}" = set; then
-  echo $ECHO_N "(cached) $ECHO_C" >&6
-else
-  	  if test "$cross_compiling" = yes; then :
-  lt_cv_dlopen_self=cross
-else
-  lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
-  lt_status=$lt_dlunknown
-  cat > conftest.$ac_ext <<EOF
-#line 17519 "configure"
-#include "confdefs.h"
+# No shared lib support for Linux oldld, aout, or coff.
+linux*oldld* | linux*aout* | linux*coff*)
+  dynamic_linker=no
+  ;;
 
-#if HAVE_DLFCN_H
-#include <dlfcn.h>
-#endif
+# This must be Linux ELF.
+linux* | k*bsd*-gnu)
+  version_type=linux
+  need_lib_prefix=no
+  need_version=no
+  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
+  soname_spec='${libname}${release}${shared_ext}$major'
+  finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
+  shlibpath_var=LD_LIBRARY_PATH
+  shlibpath_overrides_runpath=no
+  # This implies no fast_install, which is unacceptable.
+  # Some rework will be needed to allow for fast_install
+  # before this can be enabled.
+  hardcode_into_libs=yes
 
-#include <stdio.h>
+  # Append ld.so.conf contents to the search path
+  if test -f /etc/ld.so.conf; then
+    lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;s/[:,	]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;/^$/d' | tr '\n' ' '`
+    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
+  fi
 
-#ifdef RTLD_GLOBAL
-#  define LT_DLGLOBAL		RTLD_GLOBAL
-#else
-#  ifdef DL_GLOBAL
-#    define LT_DLGLOBAL		DL_GLOBAL
-#  else
-#    define LT_DLGLOBAL		0
-#  endif
-#endif
+  # We used to test for /lib/ld.so.1 and disable shared libraries on
+  # powerpc, because MkLinux only supported shared libraries with the
+  # GNU dynamic linker.  Since this was broken with cross compilers,
+  # most powerpc-linux boxes support dynamic linking these days and
+  # people can always --disable-shared, the test was removed, and we
+  # assume the GNU/Linux dynamic linker is in use.
+  dynamic_linker='GNU/Linux ld.so'
+  ;;
 
-/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
-   find out it does not work in some platform. */
-#ifndef LT_DLLAZY_OR_NOW
-#  ifdef RTLD_LAZY
-#    define LT_DLLAZY_OR_NOW		RTLD_LAZY
-#  else
-#    ifdef DL_LAZY
-#      define LT_DLLAZY_OR_NOW		DL_LAZY
-#    else
-#      ifdef RTLD_NOW
-#        define LT_DLLAZY_OR_NOW	RTLD_NOW
-#      else
-#        ifdef DL_NOW
-#          define LT_DLLAZY_OR_NOW	DL_NOW
-#        else
-#          define LT_DLLAZY_OR_NOW	0
-#        endif
-#      endif
-#    endif
-#  endif
-#endif
+netbsdelf*-gnu)
+  version_type=linux
+  need_lib_prefix=no
+  need_version=no
+  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
+  soname_spec='${libname}${release}${shared_ext}$major'
+  shlibpath_var=LD_LIBRARY_PATH
+  shlibpath_overrides_runpath=no
+  hardcode_into_libs=yes
+  dynamic_linker='NetBSD ld.elf_so'
+  ;;
 
-#ifdef __cplusplus
-extern "C" void exit (int);
-#endif
+netbsd*)
+  version_type=sunos
+  need_lib_prefix=no
+  need_version=no
+  if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
+    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
+    finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
+    dynamic_linker='NetBSD (a.out) ld.so'
+  else
+    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
+    soname_spec='${libname}${release}${shared_ext}$major'
+    dynamic_linker='NetBSD ld.elf_so'
+  fi
+  shlibpath_var=LD_LIBRARY_PATH
+  shlibpath_overrides_runpath=yes
+  hardcode_into_libs=yes
+  ;;
 
-void fnord() { int i=42;}
-int main ()
-{
-  void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
-  int status = $lt_dlunknown;
+newsos6)
+  version_type=linux
+  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
+  shlibpath_var=LD_LIBRARY_PATH
+  shlibpath_overrides_runpath=yes
+  ;;
 
-  if (self)
-    {
-      if (dlsym (self,"fnord"))       status = $lt_dlno_uscore;
-      else if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
-      /* dlclose (self); */
-    }
+nto-qnx*)
+  version_type=linux
+  need_lib_prefix=no
+  need_version=no
+  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
+  soname_spec='${libname}${release}${shared_ext}$major'
+  shlibpath_var=LD_LIBRARY_PATH
+  shlibpath_overrides_runpath=yes
+  ;;
 
-    exit (status);
-}
-EOF
-  if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
-  (eval $ac_link) 2>&5
-  ac_status=$?
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && test -s conftest${ac_exeext} 2>/dev/null; then
-    (./conftest; exit; ) 2>/dev/null
-    lt_status=$?
-    case x$lt_status in
-      x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;;
-      x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;;
-      x$lt_unknown|x*) lt_cv_dlopen_self=no ;;
-    esac
-  else :
-    # compilation failed
-    lt_cv_dlopen_self=no
+openbsd*)
+  version_type=sunos
+  sys_lib_dlsearch_path_spec="/usr/lib"
+  need_lib_prefix=no
+  # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
+  case $host_os in
+    openbsd3.3 | openbsd3.3.*) need_version=yes ;;
+    *)                         need_version=no  ;;
+  esac
+  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
+  finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
+  shlibpath_var=LD_LIBRARY_PATH
+  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
+    case $host_os in
+      openbsd2.[89] | openbsd2.[89].*)
+	shlibpath_overrides_runpath=no
+	;;
+      *)
+	shlibpath_overrides_runpath=yes
+	;;
+      esac
+  else
+    shlibpath_overrides_runpath=yes
   fi
-fi
-rm -fr conftest*
-
+  ;;
 
-fi
-echo "$as_me:$LINENO: result: $lt_cv_dlopen_self" >&5
-echo "${ECHO_T}$lt_cv_dlopen_self" >&6
+os2*)
+  libname_spec='$name'
+  shrext_cmds=".dll"
+  need_lib_prefix=no
+  library_names_spec='$libname${shared_ext} $libname.a'
+  dynamic_linker='OS/2 ld.exe'
+  shlibpath_var=LIBPATH
+  ;;
 
-    if test "x$lt_cv_dlopen_self" = xyes; then
-      LDFLAGS="$LDFLAGS $link_static_flag"
-      echo "$as_me:$LINENO: checking whether a statically linked program can dlopen itself" >&5
-echo $ECHO_N "checking whether a statically linked program can dlopen itself... $ECHO_C" >&6
-if test "${lt_cv_dlopen_self_static+set}" = set; then
-  echo $ECHO_N "(cached) $ECHO_C" >&6
-else
-  	  if test "$cross_compiling" = yes; then :
-  lt_cv_dlopen_self_static=cross
-else
-  lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
-  lt_status=$lt_dlunknown
-  cat > conftest.$ac_ext <<EOF
-#line 17617 "configure"
-#include "confdefs.h"
+osf3* | osf4* | osf5*)
+  version_type=osf
+  need_lib_prefix=no
+  need_version=no
+  soname_spec='${libname}${release}${shared_ext}$major'
+  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
+  shlibpath_var=LD_LIBRARY_PATH
+  sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
+  sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
+  ;;
 
-#if HAVE_DLFCN_H
-#include <dlfcn.h>
-#endif
+solaris*)
+  version_type=linux
+  need_lib_prefix=no
+  need_version=no
+  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
+  soname_spec='${libname}${release}${shared_ext}$major'
+  shlibpath_var=LD_LIBRARY_PATH
+  shlibpath_overrides_runpath=yes
+  hardcode_into_libs=yes
+  # ldd complains unless libraries are executable
+  postinstall_cmds='chmod +x $lib'
+  ;;
 
-#include <stdio.h>
+sunos4*)
+  version_type=sunos
+  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
+  finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
+  shlibpath_var=LD_LIBRARY_PATH
+  shlibpath_overrides_runpath=yes
+  if test "$with_gnu_ld" = yes; then
+    need_lib_prefix=no
+  fi
+  need_version=yes
+  ;;
 
-#ifdef RTLD_GLOBAL
-#  define LT_DLGLOBAL		RTLD_GLOBAL
-#else
-#  ifdef DL_GLOBAL
-#    define LT_DLGLOBAL		DL_GLOBAL
-#  else
-#    define LT_DLGLOBAL		0
-#  endif
-#endif
+sysv4 | sysv4.3*)
+  version_type=linux
+  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
+  soname_spec='${libname}${release}${shared_ext}$major'
+  shlibpath_var=LD_LIBRARY_PATH
+  case $host_vendor in
+    sni)
+      shlibpath_overrides_runpath=no
+      need_lib_prefix=no
+      export_dynamic_flag_spec='${wl}-Blargedynsym'
+      runpath_var=LD_RUN_PATH
+      ;;
+    siemens)
+      need_lib_prefix=no
+      ;;
+    motorola)
+      need_lib_prefix=no
+      need_version=no
+      shlibpath_overrides_runpath=no
+      sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
+      ;;
+  esac
+  ;;
 
-/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
-   find out it does not work in some platform. */
-#ifndef LT_DLLAZY_OR_NOW
-#  ifdef RTLD_LAZY
-#    define LT_DLLAZY_OR_NOW		RTLD_LAZY
-#  else
-#    ifdef DL_LAZY
-#      define LT_DLLAZY_OR_NOW		DL_LAZY
-#    else
-#      ifdef RTLD_NOW
-#        define LT_DLLAZY_OR_NOW	RTLD_NOW
-#      else
-#        ifdef DL_NOW
-#          define LT_DLLAZY_OR_NOW	DL_NOW
-#        else
-#          define LT_DLLAZY_OR_NOW	0
-#        endif
-#      endif
-#    endif
-#  endif
-#endif
+sysv4*MP*)
+  if test -d /usr/nec ;then
+    version_type=linux
+    library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
+    soname_spec='$libname${shared_ext}.$major'
+    shlibpath_var=LD_LIBRARY_PATH
+  fi
+  ;;
 
-#ifdef __cplusplus
-extern "C" void exit (int);
-#endif
+sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
+  version_type=freebsd-elf
+  need_lib_prefix=no
+  need_version=no
+  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
+  soname_spec='${libname}${release}${shared_ext}$major'
+  shlibpath_var=LD_LIBRARY_PATH
+  hardcode_into_libs=yes
+  if test "$with_gnu_ld" = yes; then
+    sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
+    shlibpath_overrides_runpath=no
+  else
+    sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
+    shlibpath_overrides_runpath=yes
+    case $host_os in
+      sco3.2v5*)
+        sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
+	;;
+    esac
+  fi
+  sys_lib_dlsearch_path_spec='/usr/lib'
+  ;;
 
-void fnord() { int i=42;}
-int main ()
-{
-  void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
-  int status = $lt_dlunknown;
+uts4*)
+  version_type=linux
+  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
+  soname_spec='${libname}${release}${shared_ext}$major'
+  shlibpath_var=LD_LIBRARY_PATH
+  ;;
 
-  if (self)
-    {
-      if (dlsym (self,"fnord"))       status = $lt_dlno_uscore;
-      else if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
-      /* dlclose (self); */
-    }
+*)
+  dynamic_linker=no
+  ;;
+esac
+{ echo "$as_me:$LINENO: result: $dynamic_linker" >&5
+echo "${ECHO_T}$dynamic_linker" >&6; }
+test "$dynamic_linker" = no && can_build_shared=no
 
-    exit (status);
-}
-EOF
-  if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
-  (eval $ac_link) 2>&5
-  ac_status=$?
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && test -s conftest${ac_exeext} 2>/dev/null; then
-    (./conftest; exit; ) 2>/dev/null
-    lt_status=$?
-    case x$lt_status in
-      x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;;
-      x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;;
-      x$lt_unknown|x*) lt_cv_dlopen_self_static=no ;;
-    esac
-  else :
-    # compilation failed
-    lt_cv_dlopen_self_static=no
-  fi
+variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
+if test "$GCC" = yes; then
+  variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
 fi
-rm -fr conftest*
 
+{ echo "$as_me:$LINENO: checking how to hardcode library paths into programs" >&5
+echo $ECHO_N "checking how to hardcode library paths into programs... $ECHO_C" >&6; }
+hardcode_action_GCJ=
+if test -n "$hardcode_libdir_flag_spec_GCJ" || \
+   test -n "$runpath_var_GCJ" || \
+   test "X$hardcode_automatic_GCJ" = "Xyes" ; then
 
+  # We can hardcode non-existant directories.
+  if test "$hardcode_direct_GCJ" != no &&
+     # If the only mechanism to avoid hardcoding is shlibpath_var, we
+     # have to relink, otherwise we might link with an installed library
+     # when we should be linking with a yet-to-be-installed one
+     ## test "$_LT_AC_TAGVAR(hardcode_shlibpath_var, GCJ)" != no &&
+     test "$hardcode_minus_L_GCJ" != no; then
+    # Linking always hardcodes the temporary library directory.
+    hardcode_action_GCJ=relink
+  else
+    # We can link without hardcoding, and we can hardcode nonexisting dirs.
+    hardcode_action_GCJ=immediate
+  fi
+else
+  # We cannot hardcode anything, or else we can only hardcode existing
+  # directories.
+  hardcode_action_GCJ=unsupported
 fi
-echo "$as_me:$LINENO: result: $lt_cv_dlopen_self_static" >&5
-echo "${ECHO_T}$lt_cv_dlopen_self_static" >&6
-    fi
-
-    CPPFLAGS="$save_CPPFLAGS"
-    LDFLAGS="$save_LDFLAGS"
-    LIBS="$save_LIBS"
-    ;;
-  esac
-
-  case $lt_cv_dlopen_self in
-  yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
-  *) enable_dlopen_self=unknown ;;
-  esac
+{ echo "$as_me:$LINENO: result: $hardcode_action_GCJ" >&5
+echo "${ECHO_T}$hardcode_action_GCJ" >&6; }
 
-  case $lt_cv_dlopen_self_static in
-  yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
-  *) enable_dlopen_self_static=unknown ;;
-  esac
+if test "$hardcode_action_GCJ" = relink; then
+  # Fast installation is not supported
+  enable_fast_install=no
+elif test "$shlibpath_overrides_runpath" = yes ||
+     test "$enable_shared" = no; then
+  # Fast installation is not necessary
+  enable_fast_install=needless
 fi
 
 
@@ -17731,7 +18738,7 @@
   # Now quote all the things that may contain metacharacters while being
   # careful not to overquote the AC_SUBSTed values.  We take copies of the
   # variables and quote the copies for generation of the libtool script.
-  for var in echo old_CC old_CFLAGS AR AR_FLAGS EGREP RANLIB LN_S LTCC NM \
+  for var in echo old_CC old_CFLAGS AR AR_FLAGS EGREP RANLIB LN_S LTCC LTCFLAGS NM \
     SED SHELL STRIP \
     libname_spec library_names_spec soname_spec extract_expsyms_cmds \
     old_striplib striplib file_magic_cmd finish_cmds finish_eval \
@@ -17832,6 +18839,12 @@
 # The host system.
 host_alias=$host_alias
 host=$host
+host_os=$host_os
+
+# The build system.
+build_alias=$build_alias
+build=$build
+build_os=$build_os
 
 # An echo program that does not interpret backslashes.
 echo=$lt_echo
@@ -17843,6 +18856,9 @@
 # A C compiler.
 LTCC=$lt_LTCC
 
+# LTCC compiler flags.
+LTCFLAGS=$lt_LTCFLAGS
+
 # A language-specific compiler.
 CC=$lt_compiler_GCJ
 
@@ -17908,7 +18924,7 @@
 # Does compiler simultaneously support -c and -o options?
 compiler_c_o=$lt_lt_cv_prog_compiler_c_o_GCJ
 
-# Must we lock files when doing compilation ?
+# Must we lock files when doing compilation?
 need_locks=$lt_need_locks
 
 # Do we need the lib prefix for modules?
@@ -18133,7 +19149,6 @@
       RC)
 
 
-
 # Source file extension for RC test sources.
 ac_ext=rc
 
@@ -18152,15 +19167,42 @@
 # If no C compiler was specified, use CC.
 LTCC=${LTCC-"$CC"}
 
+# If no C compiler flags were specified, use CFLAGS.
+LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
+
 # Allow CC to be a program name with arguments.
 compiler=$CC
 
 
+# save warnings/boilerplate of simple test code
+ac_outfile=conftest.$ac_objext
+printf "$lt_simple_compile_test_code" >conftest.$ac_ext
+eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
+_lt_compiler_boilerplate=`cat conftest.err`
+$rm conftest*
+
+ac_outfile=conftest.$ac_objext
+printf "$lt_simple_link_test_code" >conftest.$ac_ext
+eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
+_lt_linker_boilerplate=`cat conftest.err`
+$rm conftest*
+
+
 # Allow CC to be a program name with arguments.
 lt_save_CC="$CC"
 CC=${RC-"windres"}
 compiler=$CC
 compiler_RC=$CC
+for cc_temp in $compiler""; do
+  case $cc_temp in
+    compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
+    distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
+    \-*) ;;
+    *) break;;
+  esac
+done
+cc_basename=`$echo "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"`
+
 lt_cv_prog_compiler_c_o_RC=yes
 
 # The else clause should only fire when bootstrapping the
@@ -18176,7 +19218,7 @@
   # Now quote all the things that may contain metacharacters while being
   # careful not to overquote the AC_SUBSTed values.  We take copies of the
   # variables and quote the copies for generation of the libtool script.
-  for var in echo old_CC old_CFLAGS AR AR_FLAGS EGREP RANLIB LN_S LTCC NM \
+  for var in echo old_CC old_CFLAGS AR AR_FLAGS EGREP RANLIB LN_S LTCC LTCFLAGS NM \
     SED SHELL STRIP \
     libname_spec library_names_spec soname_spec extract_expsyms_cmds \
     old_striplib striplib file_magic_cmd finish_cmds finish_eval \
@@ -18277,6 +19319,12 @@
 # The host system.
 host_alias=$host_alias
 host=$host
+host_os=$host_os
+
+# The build system.
+build_alias=$build_alias
+build=$build
+build_os=$build_os
 
 # An echo program that does not interpret backslashes.
 echo=$lt_echo
@@ -18288,6 +19336,9 @@
 # A C compiler.
 LTCC=$lt_LTCC
 
+# LTCC compiler flags.
+LTCFLAGS=$lt_LTCFLAGS
+
 # A language-specific compiler.
 CC=$lt_compiler_RC
 
@@ -18353,7 +19404,7 @@
 # Does compiler simultaneously support -c and -o options?
 compiler_c_o=$lt_lt_cv_prog_compiler_c_o_RC
 
-# Must we lock files when doing compilation ?
+# Must we lock files when doing compilation?
 need_locks=$lt_need_locks
 
 # Do we need the lib prefix for modules?
@@ -18629,23 +19680,18 @@
 
 
 
+ac_config_headers="$ac_config_headers src/config.h"
 
-          ac_config_headers="$ac_config_headers src/config.h"
-
-          ac_config_commands="$ac_config_commands default-1"
 
 
 
 
-
-
-        echo "$as_me:$LINENO: checking for strerror in -lcposix" >&5
-echo $ECHO_N "checking for strerror in -lcposix... $ECHO_C" >&6
-if test "${ac_cv_lib_cposix_strerror+set}" = set; then
+{ echo "$as_me:$LINENO: checking for library containing strerror" >&5
+echo $ECHO_N "checking for library containing strerror... $ECHO_C" >&6; }
+if test "${ac_cv_search_strerror+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
-  ac_check_lib_save_LIBS=$LIBS
-LIBS="-lcposix  $LIBS"
+  ac_func_search_save_LIBS=$LIBS
 cat >conftest.$ac_ext <<_ACEOF
 /* confdefs.h.  */
 _ACEOF
@@ -18653,60 +19699,91 @@
 cat >>conftest.$ac_ext <<_ACEOF
 /* end confdefs.h.  */
 
-/* Override any gcc2 internal prototype to avoid an error.  */
+/* Override any GCC internal prototype to avoid an error.
+   Use char because int might match the return type of a GCC
+   builtin and then its argument prototype would still apply.  */
 #ifdef __cplusplus
 extern "C"
 #endif
-/* We use char because int might match the return type of a gcc2
-   builtin and then its argument prototype would still apply.  */
 char strerror ();
 int
 main ()
 {
-strerror ();
+return strerror ();
   ;
   return 0;
 }
 _ACEOF
-rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
-  (eval $ac_link) 2>conftest.er1
+for ac_lib in '' cposix; do
+  if test -z "$ac_lib"; then
+    ac_res="none required"
+  else
+    ac_res=-l$ac_lib
+    LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
+  fi
+  rm -f conftest.$ac_objext conftest$ac_exeext
+if { (ac_try="$ac_link"
+case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_link") 2>conftest.er1
   ac_status=$?
   grep -v '^ *+' conftest.er1 >conftest.err
   rm -f conftest.er1
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-  (eval $ac_try) 2>&5
+	 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
+  { (case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_try") 2>&5
   ac_status=$?
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); }; } &&
 	 { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-  (eval $ac_try) 2>&5
+  { (case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_try") 2>&5
   ac_status=$?
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
-  ac_cv_lib_cposix_strerror=yes
+  ac_cv_search_strerror=$ac_res
 else
   echo "$as_me: failed program was:" >&5
 sed 's/^/| /' conftest.$ac_ext >&5
 
-ac_cv_lib_cposix_strerror=no
+
 fi
-rm -f conftest.err conftest.$ac_objext \
-      conftest$ac_exeext conftest.$ac_ext
-LIBS=$ac_check_lib_save_LIBS
+
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
+      conftest$ac_exeext
+  if test "${ac_cv_search_strerror+set}" = set; then
+  break
 fi
-echo "$as_me:$LINENO: result: $ac_cv_lib_cposix_strerror" >&5
-echo "${ECHO_T}$ac_cv_lib_cposix_strerror" >&6
-if test $ac_cv_lib_cposix_strerror = yes; then
-  LIBS="$LIBS -lcposix"
+done
+if test "${ac_cv_search_strerror+set}" = set; then
+  :
+else
+  ac_cv_search_strerror=no
 fi
+rm conftest.$ac_ext
+LIBS=$ac_func_search_save_LIBS
+fi
+{ echo "$as_me:$LINENO: result: $ac_cv_search_strerror" >&5
+echo "${ECHO_T}$ac_cv_search_strerror" >&6; }
+ac_res=$ac_cv_search_strerror
+if test "$ac_res" != no; then
+  test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
 
-
+fi
 
 ac_ext=c
 ac_cpp='$CPP $CPPFLAGS'
@@ -18716,8 +19793,8 @@
 if test -n "$ac_tool_prefix"; then
   # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
 set dummy ${ac_tool_prefix}gcc; ac_word=$2
-echo "$as_me:$LINENO: checking for $ac_word" >&5
-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 if test "${ac_cv_prog_CC+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
@@ -18730,32 +19807,34 @@
   IFS=$as_save_IFS
   test -z "$as_dir" && as_dir=.
   for ac_exec_ext in '' $ac_executable_extensions; do
-  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
     ac_cv_prog_CC="${ac_tool_prefix}gcc"
     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     break 2
   fi
 done
 done
+IFS=$as_save_IFS
 
 fi
 fi
 CC=$ac_cv_prog_CC
 if test -n "$CC"; then
-  echo "$as_me:$LINENO: result: $CC" >&5
-echo "${ECHO_T}$CC" >&6
+  { echo "$as_me:$LINENO: result: $CC" >&5
+echo "${ECHO_T}$CC" >&6; }
 else
-  echo "$as_me:$LINENO: result: no" >&5
-echo "${ECHO_T}no" >&6
+  { echo "$as_me:$LINENO: result: no" >&5
+echo "${ECHO_T}no" >&6; }
 fi
 
+
 fi
 if test -z "$ac_cv_prog_CC"; then
   ac_ct_CC=$CC
   # Extract the first word of "gcc", so it can be a program name with args.
 set dummy gcc; ac_word=$2
-echo "$as_me:$LINENO: checking for $ac_word" >&5
-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
@@ -18768,36 +19847,51 @@
   IFS=$as_save_IFS
   test -z "$as_dir" && as_dir=.
   for ac_exec_ext in '' $ac_executable_extensions; do
-  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
     ac_cv_prog_ac_ct_CC="gcc"
     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     break 2
   fi
 done
 done
+IFS=$as_save_IFS
 
 fi
 fi
 ac_ct_CC=$ac_cv_prog_ac_ct_CC
 if test -n "$ac_ct_CC"; then
-  echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
-echo "${ECHO_T}$ac_ct_CC" >&6
+  { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
+echo "${ECHO_T}$ac_ct_CC" >&6; }
 else
-  echo "$as_me:$LINENO: result: no" >&5
-echo "${ECHO_T}no" >&6
+  { echo "$as_me:$LINENO: result: no" >&5
+echo "${ECHO_T}no" >&6; }
 fi
 
-  CC=$ac_ct_CC
+  if test "x$ac_ct_CC" = x; then
+    CC=""
+  else
+    case $cross_compiling:$ac_tool_warned in
+yes:)
+{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
+whose name does not start with the host triplet.  If you think this
+configuration is useful to you, please write to autoconf@gnu.org." >&5
+echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
+whose name does not start with the host triplet.  If you think this
+configuration is useful to you, please write to autoconf@gnu.org." >&2;}
+ac_tool_warned=yes ;;
+esac
+    CC=$ac_ct_CC
+  fi
 else
   CC="$ac_cv_prog_CC"
 fi
 
 if test -z "$CC"; then
-  if test -n "$ac_tool_prefix"; then
-  # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
+          if test -n "$ac_tool_prefix"; then
+    # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
 set dummy ${ac_tool_prefix}cc; ac_word=$2
-echo "$as_me:$LINENO: checking for $ac_word" >&5
-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 if test "${ac_cv_prog_CC+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
@@ -18810,74 +19904,34 @@
   IFS=$as_save_IFS
   test -z "$as_dir" && as_dir=.
   for ac_exec_ext in '' $ac_executable_extensions; do
-  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
     ac_cv_prog_CC="${ac_tool_prefix}cc"
     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     break 2
   fi
 done
 done
+IFS=$as_save_IFS
 
 fi
 fi
 CC=$ac_cv_prog_CC
 if test -n "$CC"; then
-  echo "$as_me:$LINENO: result: $CC" >&5
-echo "${ECHO_T}$CC" >&6
-else
-  echo "$as_me:$LINENO: result: no" >&5
-echo "${ECHO_T}no" >&6
-fi
-
-fi
-if test -z "$ac_cv_prog_CC"; then
-  ac_ct_CC=$CC
-  # Extract the first word of "cc", so it can be a program name with args.
-set dummy cc; ac_word=$2
-echo "$as_me:$LINENO: checking for $ac_word" >&5
-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
-if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
-  echo $ECHO_N "(cached) $ECHO_C" >&6
-else
-  if test -n "$ac_ct_CC"; then
-  ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
-else
-as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-for as_dir in $PATH
-do
-  IFS=$as_save_IFS
-  test -z "$as_dir" && as_dir=.
-  for ac_exec_ext in '' $ac_executable_extensions; do
-  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
-    ac_cv_prog_ac_ct_CC="cc"
-    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
-    break 2
-  fi
-done
-done
-
-fi
-fi
-ac_ct_CC=$ac_cv_prog_ac_ct_CC
-if test -n "$ac_ct_CC"; then
-  echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
-echo "${ECHO_T}$ac_ct_CC" >&6
+  { echo "$as_me:$LINENO: result: $CC" >&5
+echo "${ECHO_T}$CC" >&6; }
 else
-  echo "$as_me:$LINENO: result: no" >&5
-echo "${ECHO_T}no" >&6
+  { echo "$as_me:$LINENO: result: no" >&5
+echo "${ECHO_T}no" >&6; }
 fi
 
-  CC=$ac_ct_CC
-else
-  CC="$ac_cv_prog_CC"
-fi
 
+  fi
 fi
 if test -z "$CC"; then
   # Extract the first word of "cc", so it can be a program name with args.
 set dummy cc; ac_word=$2
-echo "$as_me:$LINENO: checking for $ac_word" >&5
-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 if test "${ac_cv_prog_CC+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
@@ -18891,7 +19945,7 @@
   IFS=$as_save_IFS
   test -z "$as_dir" && as_dir=.
   for ac_exec_ext in '' $ac_executable_extensions; do
-  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
     if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
        ac_prog_rejected=yes
        continue
@@ -18902,6 +19956,7 @@
   fi
 done
 done
+IFS=$as_save_IFS
 
 if test $ac_prog_rejected = yes; then
   # We found a bogon in the path, so make sure we never use it.
@@ -18919,22 +19974,23 @@
 fi
 CC=$ac_cv_prog_CC
 if test -n "$CC"; then
-  echo "$as_me:$LINENO: result: $CC" >&5
-echo "${ECHO_T}$CC" >&6
+  { echo "$as_me:$LINENO: result: $CC" >&5
+echo "${ECHO_T}$CC" >&6; }
 else
-  echo "$as_me:$LINENO: result: no" >&5
-echo "${ECHO_T}no" >&6
+  { echo "$as_me:$LINENO: result: no" >&5
+echo "${ECHO_T}no" >&6; }
 fi
 
+
 fi
 if test -z "$CC"; then
   if test -n "$ac_tool_prefix"; then
-  for ac_prog in cl
+  for ac_prog in cl.exe
   do
     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
-echo "$as_me:$LINENO: checking for $ac_word" >&5
-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 if test "${ac_cv_prog_CC+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
@@ -18947,36 +20003,38 @@
   IFS=$as_save_IFS
   test -z "$as_dir" && as_dir=.
   for ac_exec_ext in '' $ac_executable_extensions; do
-  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
     ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     break 2
   fi
 done
 done
+IFS=$as_save_IFS
 
 fi
 fi
 CC=$ac_cv_prog_CC
 if test -n "$CC"; then
-  echo "$as_me:$LINENO: result: $CC" >&5
-echo "${ECHO_T}$CC" >&6
+  { echo "$as_me:$LINENO: result: $CC" >&5
+echo "${ECHO_T}$CC" >&6; }
 else
-  echo "$as_me:$LINENO: result: no" >&5
-echo "${ECHO_T}no" >&6
+  { echo "$as_me:$LINENO: result: no" >&5
+echo "${ECHO_T}no" >&6; }
 fi
 
+
     test -n "$CC" && break
   done
 fi
 if test -z "$CC"; then
   ac_ct_CC=$CC
-  for ac_prog in cl
+  for ac_prog in cl.exe
 do
   # Extract the first word of "$ac_prog", so it can be a program name with args.
 set dummy $ac_prog; ac_word=$2
-echo "$as_me:$LINENO: checking for $ac_word" >&5
-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
@@ -18989,29 +20047,45 @@
   IFS=$as_save_IFS
   test -z "$as_dir" && as_dir=.
   for ac_exec_ext in '' $ac_executable_extensions; do
-  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
     ac_cv_prog_ac_ct_CC="$ac_prog"
     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     break 2
   fi
 done
 done
+IFS=$as_save_IFS
 
 fi
 fi
 ac_ct_CC=$ac_cv_prog_ac_ct_CC
 if test -n "$ac_ct_CC"; then
-  echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
-echo "${ECHO_T}$ac_ct_CC" >&6
+  { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
+echo "${ECHO_T}$ac_ct_CC" >&6; }
 else
-  echo "$as_me:$LINENO: result: no" >&5
-echo "${ECHO_T}no" >&6
+  { echo "$as_me:$LINENO: result: no" >&5
+echo "${ECHO_T}no" >&6; }
 fi
 
+
   test -n "$ac_ct_CC" && break
 done
 
-  CC=$ac_ct_CC
+  if test "x$ac_ct_CC" = x; then
+    CC=""
+  else
+    case $cross_compiling:$ac_tool_warned in
+yes:)
+{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
+whose name does not start with the host triplet.  If you think this
+configuration is useful to you, please write to autoconf@gnu.org." >&5
+echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
+whose name does not start with the host triplet.  If you think this
+configuration is useful to you, please write to autoconf@gnu.org." >&2;}
+ac_tool_warned=yes ;;
+esac
+    CC=$ac_ct_CC
+  fi
 fi
 
 fi
@@ -19024,27 +20098,41 @@
    { (exit 1); exit 1; }; }
 
 # Provide some information about the compiler.
-echo "$as_me:$LINENO:" \
-     "checking for C compiler version" >&5
+echo "$as_me:$LINENO: checking for C compiler version" >&5
 ac_compiler=`set X $ac_compile; echo $2`
-{ (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
-  (eval $ac_compiler --version </dev/null >&5) 2>&5
+{ (ac_try="$ac_compiler --version >&5"
+case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_compiler --version >&5") 2>&5
   ac_status=$?
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); }
-{ (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5
-  (eval $ac_compiler -v </dev/null >&5) 2>&5
+{ (ac_try="$ac_compiler -v >&5"
+case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_compiler -v >&5") 2>&5
   ac_status=$?
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); }
-{ (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5
-  (eval $ac_compiler -V </dev/null >&5) 2>&5
+{ (ac_try="$ac_compiler -V >&5"
+case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_compiler -V >&5") 2>&5
   ac_status=$?
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); }
 
-echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
-echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6
+{ echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
+echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6; }
 if test "${ac_cv_c_compiler_gnu+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
@@ -19067,23 +20155,36 @@
 }
 _ACEOF
 rm -f conftest.$ac_objext
-if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
-  (eval $ac_compile) 2>conftest.er1
+if { (ac_try="$ac_compile"
+case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_compile") 2>conftest.er1
   ac_status=$?
   grep -v '^ *+' conftest.er1 >conftest.err
   rm -f conftest.er1
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-  (eval $ac_try) 2>&5
+	 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
+  { (case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_try") 2>&5
   ac_status=$?
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); }; } &&
 	 { ac_try='test -s conftest.$ac_objext'
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-  (eval $ac_try) 2>&5
+  { (case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_try") 2>&5
   ac_status=$?
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
@@ -19092,24 +20193,28 @@
   echo "$as_me: failed program was:" >&5
 sed 's/^/| /' conftest.$ac_ext >&5
 
-ac_compiler_gnu=no
+	ac_compiler_gnu=no
 fi
-rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
+
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 ac_cv_c_compiler_gnu=$ac_compiler_gnu
 
 fi
-echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
-echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6
+{ echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
+echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6; }
 GCC=`test $ac_compiler_gnu = yes && echo yes`
 ac_test_CFLAGS=${CFLAGS+set}
 ac_save_CFLAGS=$CFLAGS
-CFLAGS="-g"
-echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
-echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6
+{ echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
+echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6; }
 if test "${ac_cv_prog_cc_g+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
-  cat >conftest.$ac_ext <<_ACEOF
+  ac_save_c_werror_flag=$ac_c_werror_flag
+   ac_c_werror_flag=yes
+   ac_cv_prog_cc_g=no
+   CFLAGS="-g"
+   cat >conftest.$ac_ext <<_ACEOF
 /* confdefs.h.  */
 _ACEOF
 cat confdefs.h >>conftest.$ac_ext
@@ -19125,23 +20230,36 @@
 }
 _ACEOF
 rm -f conftest.$ac_objext
-if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
-  (eval $ac_compile) 2>conftest.er1
+if { (ac_try="$ac_compile"
+case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_compile") 2>conftest.er1
   ac_status=$?
   grep -v '^ *+' conftest.er1 >conftest.err
   rm -f conftest.er1
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-  (eval $ac_try) 2>&5
+	 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
+  { (case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_try") 2>&5
   ac_status=$?
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); }; } &&
 	 { ac_try='test -s conftest.$ac_objext'
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-  (eval $ac_try) 2>&5
+  { (case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_try") 2>&5
   ac_status=$?
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
@@ -19150,302 +20268,408 @@
   echo "$as_me: failed program was:" >&5
 sed 's/^/| /' conftest.$ac_ext >&5
 
-ac_cv_prog_cc_g=no
-fi
-rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
-fi
-echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
-echo "${ECHO_T}$ac_cv_prog_cc_g" >&6
-if test "$ac_test_CFLAGS" = set; then
-  CFLAGS=$ac_save_CFLAGS
-elif test $ac_cv_prog_cc_g = yes; then
-  if test "$GCC" = yes; then
-    CFLAGS="-g -O2"
-  else
-    CFLAGS="-g"
-  fi
-else
-  if test "$GCC" = yes; then
-    CFLAGS="-O2"
-  else
-    CFLAGS=
-  fi
-fi
-echo "$as_me:$LINENO: checking for $CC option to accept ANSI C" >&5
-echo $ECHO_N "checking for $CC option to accept ANSI C... $ECHO_C" >&6
-if test "${ac_cv_prog_cc_stdc+set}" = set; then
-  echo $ECHO_N "(cached) $ECHO_C" >&6
-else
-  ac_cv_prog_cc_stdc=no
-ac_save_CC=$CC
-cat >conftest.$ac_ext <<_ACEOF
+	CFLAGS=""
+      cat >conftest.$ac_ext <<_ACEOF
 /* confdefs.h.  */
 _ACEOF
 cat confdefs.h >>conftest.$ac_ext
 cat >>conftest.$ac_ext <<_ACEOF
 /* end confdefs.h.  */
-#include <stdarg.h>
-#include <stdio.h>
-#include <sys/types.h>
-#include <sys/stat.h>
-/* Most of the following tests are stolen from RCS 5.7's src/conf.sh.  */
-struct buf { int x; };
-FILE * (*rcsopen) (struct buf *, struct stat *, int);
-static char *e (p, i)
-     char **p;
-     int i;
-{
-  return p[i];
-}
-static char *f (char * (*g) (char **, int), char **p, ...)
-{
-  char *s;
-  va_list v;
-  va_start (v,p);
-  s = g (p, va_arg (v,int));
-  va_end (v);
-  return s;
-}
-
-/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default.  It has
-   function prototypes and stuff, but not '\xHH' hex character constants.
-   These don't provoke an error unfortunately, instead are silently treated
-   as 'x'.  The following induces an error, until -std1 is added to get
-   proper ANSI mode.  Curiously '\x00'!='x' always comes out true, for an
-   array size at least.  It's necessary to write '\x00'==0 to get something
-   that's true only with -std1.  */
-int osf4_cc_array ['\x00' == 0 ? 1 : -1];
 
-int test (int i, double x);
-struct s1 {int (*f) (int a);};
-struct s2 {int (*f) (double a);};
-int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
-int argc;
-char **argv;
 int
 main ()
 {
-return f (e, argv, 0) != argv[0]  ||  f (e, argv, 1) != argv[1];
+
   ;
   return 0;
 }
 _ACEOF
-# Don't try gcc -ansi; that turns off useful extensions and
-# breaks some systems' header files.
-# AIX			-qlanglvl=ansi
-# Ultrix and OSF/1	-std1
-# HP-UX 10.20 and later	-Ae
-# HP-UX older versions	-Aa -D_HPUX_SOURCE
-# SVR4			-Xc -D__EXTENSIONS__
-for ac_arg in "" -qlanglvl=ansi -std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
-do
-  CC="$ac_save_CC $ac_arg"
-  rm -f conftest.$ac_objext
-if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
-  (eval $ac_compile) 2>conftest.er1
+rm -f conftest.$ac_objext
+if { (ac_try="$ac_compile"
+case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_compile") 2>conftest.er1
   ac_status=$?
   grep -v '^ *+' conftest.er1 >conftest.err
   rm -f conftest.er1
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-  (eval $ac_try) 2>&5
+	 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
+  { (case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_try") 2>&5
   ac_status=$?
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); }; } &&
 	 { ac_try='test -s conftest.$ac_objext'
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-  (eval $ac_try) 2>&5
+  { (case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_try") 2>&5
   ac_status=$?
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
-  ac_cv_prog_cc_stdc=$ac_arg
-break
+  :
 else
   echo "$as_me: failed program was:" >&5
 sed 's/^/| /' conftest.$ac_ext >&5
 
-fi
-rm -f conftest.err conftest.$ac_objext
-done
-rm -f conftest.$ac_ext conftest.$ac_objext
-CC=$ac_save_CC
-
-fi
-
-case "x$ac_cv_prog_cc_stdc" in
-  x|xno)
-    echo "$as_me:$LINENO: result: none needed" >&5
-echo "${ECHO_T}none needed" >&6 ;;
-  *)
-    echo "$as_me:$LINENO: result: $ac_cv_prog_cc_stdc" >&5
-echo "${ECHO_T}$ac_cv_prog_cc_stdc" >&6
-    CC="$CC $ac_cv_prog_cc_stdc" ;;
-esac
-
-# Some people use a C++ compiler to compile C.  Since we use `exit',
-# in C++ we need to declare it.  In case someone uses the same compiler
-# for both compiling C and C++ we need to have the C++ compiler decide
-# the declaration of exit, since it's the most demanding environment.
-cat >conftest.$ac_ext <<_ACEOF
-#ifndef __cplusplus
-  choke me
-#endif
-_ACEOF
-rm -f conftest.$ac_objext
-if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
-  (eval $ac_compile) 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } &&
-	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-  (eval $ac_try) 2>&5
-  ac_status=$?
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); }; } &&
-	 { ac_try='test -s conftest.$ac_objext'
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-  (eval $ac_try) 2>&5
-  ac_status=$?
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); }; }; then
-  for ac_declaration in \
-   '' \
-   'extern "C" void std::exit (int) throw (); using std::exit;' \
-   'extern "C" void std::exit (int); using std::exit;' \
-   'extern "C" void exit (int) throw ();' \
-   'extern "C" void exit (int);' \
-   'void exit (int);'
-do
-  cat >conftest.$ac_ext <<_ACEOF
+	ac_c_werror_flag=$ac_save_c_werror_flag
+	 CFLAGS="-g"
+	 cat >conftest.$ac_ext <<_ACEOF
 /* confdefs.h.  */
 _ACEOF
 cat confdefs.h >>conftest.$ac_ext
 cat >>conftest.$ac_ext <<_ACEOF
 /* end confdefs.h.  */
-$ac_declaration
-#include <stdlib.h>
+
 int
 main ()
 {
-exit (42);
+
   ;
   return 0;
 }
 _ACEOF
 rm -f conftest.$ac_objext
-if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
-  (eval $ac_compile) 2>conftest.er1
+if { (ac_try="$ac_compile"
+case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_compile") 2>conftest.er1
   ac_status=$?
   grep -v '^ *+' conftest.er1 >conftest.err
   rm -f conftest.er1
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-  (eval $ac_try) 2>&5
+	 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
+  { (case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_try") 2>&5
   ac_status=$?
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); }; } &&
 	 { ac_try='test -s conftest.$ac_objext'
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-  (eval $ac_try) 2>&5
+  { (case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_try") 2>&5
   ac_status=$?
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
-  :
+  ac_cv_prog_cc_g=yes
 else
   echo "$as_me: failed program was:" >&5
 sed 's/^/| /' conftest.$ac_ext >&5
 
-continue
+
 fi
-rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
-  cat >conftest.$ac_ext <<_ACEOF
+
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+fi
+
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+fi
+
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+   ac_c_werror_flag=$ac_save_c_werror_flag
+fi
+{ echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
+echo "${ECHO_T}$ac_cv_prog_cc_g" >&6; }
+if test "$ac_test_CFLAGS" = set; then
+  CFLAGS=$ac_save_CFLAGS
+elif test $ac_cv_prog_cc_g = yes; then
+  if test "$GCC" = yes; then
+    CFLAGS="-g -O2"
+  else
+    CFLAGS="-g"
+  fi
+else
+  if test "$GCC" = yes; then
+    CFLAGS="-O2"
+  else
+    CFLAGS=
+  fi
+fi
+{ echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5
+echo $ECHO_N "checking for $CC option to accept ISO C89... $ECHO_C" >&6; }
+if test "${ac_cv_prog_cc_c89+set}" = set; then
+  echo $ECHO_N "(cached) $ECHO_C" >&6
+else
+  ac_cv_prog_cc_c89=no
+ac_save_CC=$CC
+cat >conftest.$ac_ext <<_ACEOF
 /* confdefs.h.  */
 _ACEOF
 cat confdefs.h >>conftest.$ac_ext
 cat >>conftest.$ac_ext <<_ACEOF
 /* end confdefs.h.  */
-$ac_declaration
+#include <stdarg.h>
+#include <stdio.h>
+#include <sys/types.h>
+#include <sys/stat.h>
+/* Most of the following tests are stolen from RCS 5.7's src/conf.sh.  */
+struct buf { int x; };
+FILE * (*rcsopen) (struct buf *, struct stat *, int);
+static char *e (p, i)
+     char **p;
+     int i;
+{
+  return p[i];
+}
+static char *f (char * (*g) (char **, int), char **p, ...)
+{
+  char *s;
+  va_list v;
+  va_start (v,p);
+  s = g (p, va_arg (v,int));
+  va_end (v);
+  return s;
+}
+
+/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default.  It has
+   function prototypes and stuff, but not '\xHH' hex character constants.
+   These don't provoke an error unfortunately, instead are silently treated
+   as 'x'.  The following induces an error, until -std is added to get
+   proper ANSI mode.  Curiously '\x00'!='x' always comes out true, for an
+   array size at least.  It's necessary to write '\x00'==0 to get something
+   that's true only with -std.  */
+int osf4_cc_array ['\x00' == 0 ? 1 : -1];
+
+/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
+   inside strings and character constants.  */
+#define FOO(x) 'x'
+int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
+
+int test (int i, double x);
+struct s1 {int (*f) (int a);};
+struct s2 {int (*f) (double a);};
+int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
+int argc;
+char **argv;
 int
 main ()
 {
-exit (42);
+return f (e, argv, 0) != argv[0]  ||  f (e, argv, 1) != argv[1];
   ;
   return 0;
 }
 _ACEOF
-rm -f conftest.$ac_objext
-if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
-  (eval $ac_compile) 2>conftest.er1
+for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
+	-Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
+do
+  CC="$ac_save_CC $ac_arg"
+  rm -f conftest.$ac_objext
+if { (ac_try="$ac_compile"
+case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_compile") 2>conftest.er1
   ac_status=$?
   grep -v '^ *+' conftest.er1 >conftest.err
   rm -f conftest.er1
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-  (eval $ac_try) 2>&5
+	 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
+  { (case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_try") 2>&5
   ac_status=$?
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); }; } &&
 	 { ac_try='test -s conftest.$ac_objext'
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-  (eval $ac_try) 2>&5
+  { (case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_try") 2>&5
   ac_status=$?
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
-  break
+  ac_cv_prog_cc_c89=$ac_arg
 else
   echo "$as_me: failed program was:" >&5
 sed 's/^/| /' conftest.$ac_ext >&5
 
+
 fi
-rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
+
+rm -f core conftest.err conftest.$ac_objext
+  test "x$ac_cv_prog_cc_c89" != "xno" && break
 done
-rm -f conftest*
-if test -n "$ac_declaration"; then
-  echo '#ifdef __cplusplus' >>confdefs.h
-  echo $ac_declaration      >>confdefs.h
-  echo '#endif'             >>confdefs.h
+rm -f conftest.$ac_ext
+CC=$ac_save_CC
+
 fi
+# AC_CACHE_VAL
+case "x$ac_cv_prog_cc_c89" in
+  x)
+    { echo "$as_me:$LINENO: result: none needed" >&5
+echo "${ECHO_T}none needed" >&6; } ;;
+  xno)
+    { echo "$as_me:$LINENO: result: unsupported" >&5
+echo "${ECHO_T}unsupported" >&6; } ;;
+  *)
+    CC="$CC $ac_cv_prog_cc_c89"
+    { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5
+echo "${ECHO_T}$ac_cv_prog_cc_c89" >&6; } ;;
+esac
 
-else
-  echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
 
-fi
-rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
 ac_ext=c
 ac_cpp='$CPP $CPPFLAGS'
 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
 ac_compiler_gnu=$ac_cv_c_compiler_gnu
 
+depcc="$CC"   am_compiler_list=
+
+{ echo "$as_me:$LINENO: checking dependency style of $depcc" >&5
+echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6; }
+if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then
+  echo $ECHO_N "(cached) $ECHO_C" >&6
+else
+  if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
+  # We make a subdir and do the tests there.  Otherwise we can end up
+  # making bogus files that we don't know about and never remove.  For
+  # instance it was reported that on HP-UX the gcc test will end up
+  # making a dummy file named `D' -- because `-MD' means `put the output
+  # in D'.
+  mkdir conftest.dir
+  # Copy depcomp to subdir because otherwise we won't find it if we're
+  # using a relative directory.
+  cp "$am_depcomp" conftest.dir
+  cd conftest.dir
+  # We will build objects and dependencies in a subdirectory because
+  # it helps to detect inapplicable dependency modes.  For instance
+  # both Tru64's cc and ICC support -MD to output dependencies as a
+  # side effect of compilation, but ICC will put the dependencies in
+  # the current directory while Tru64 will put them in the object
+  # directory.
+  mkdir sub
+
+  am_cv_CC_dependencies_compiler_type=none
+  if test "$am_compiler_list" = ""; then
+     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
+  fi
+  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
+    # we should not choose a depcomp mode which is confused by this.
+    #
+    # We need to recreate these files for each test, as the compiler may
+    # overwrite some of them when testing with obscure command lines.
+    # This happens at least with the AIX C compiler.
+    : > sub/conftest.c
+    for i in 1 2 3 4 5 6; do
+      echo '#include "conftst'$i'.h"' >> sub/conftest.c
+      # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
+      # Solaris 8's {/usr,}/bin/sh.
+      touch sub/conftst$i.h
+    done
+    echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
+
+    case $depmode in
+    nosideeffect)
+      # after this tag, mechanisms are not by side-effect, so they'll
+      # only be used when explicitly requested
+      if test "x$enable_dependency_tracking" = xyes; then
+	continue
+      else
+	break
+      fi
+      ;;
+    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} \
+       depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
+       $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \
+         >/dev/null 2>conftest.err &&
+       grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
+       grep sub/conftest.${OBJEXT-o} 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
+      # that says an option was ignored or not supported.
+      # When given -MP, icc 7.0 and 7.1 complain thusly:
+      #   icc: Command line warning: ignoring option '-M'; no argument required
+      # The diagnosis changed in icc 8.0:
+      #   icc: Command line remark: option '-MP' not supported
+      if (grep 'ignoring option' conftest.err ||
+          grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
+        am_cv_CC_dependencies_compiler_type=$depmode
+        break
+      fi
+    fi
+  done
+
+  cd ..
+  rm -rf conftest.dir
+else
+  am_cv_CC_dependencies_compiler_type=none
+fi
+
+fi
+{ echo "$as_me:$LINENO: result: $am_cv_CC_dependencies_compiler_type" >&5
+echo "${ECHO_T}$am_cv_CC_dependencies_compiler_type" >&6; }
+CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
+
+
+
+if
+  test "x$enable_dependency_tracking" != xno \
+  && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
+  am__fastdepCC_TRUE=
+  am__fastdepCC_FALSE='#'
+else
+  am__fastdepCC_TRUE='#'
+  am__fastdepCC_FALSE=
+fi
+
+
 #AC_PROG_RANLIB
-echo "$as_me:$LINENO: checking whether ln -s works" >&5
-echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6
+{ echo "$as_me:$LINENO: checking whether ln -s works" >&5
+echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6; }
 LN_S=$as_ln_s
 if test "$LN_S" = "ln -s"; then
-  echo "$as_me:$LINENO: result: yes" >&5
-echo "${ECHO_T}yes" >&6
+  { echo "$as_me:$LINENO: result: yes" >&5
+echo "${ECHO_T}yes" >&6; }
 else
-  echo "$as_me:$LINENO: result: no, using $LN_S" >&5
-echo "${ECHO_T}no, using $LN_S" >&6
+  { echo "$as_me:$LINENO: result: no, using $LN_S" >&5
+echo "${ECHO_T}no, using $LN_S" >&6; }
 fi
 
 if test $ac_cv_c_compiler_gnu = yes; then
-    echo "$as_me:$LINENO: checking whether $CC needs -traditional" >&5
-echo $ECHO_N "checking whether $CC needs -traditional... $ECHO_C" >&6
+    { echo "$as_me:$LINENO: checking whether $CC needs -traditional" >&5
+echo $ECHO_N "checking whether $CC needs -traditional... $ECHO_C" >&6; }
 if test "${ac_cv_prog_gcc_traditional+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
@@ -19486,8 +20710,8 @@
 
   fi
 fi
-echo "$as_me:$LINENO: result: $ac_cv_prog_gcc_traditional" >&5
-echo "${ECHO_T}$ac_cv_prog_gcc_traditional" >&6
+{ echo "$as_me:$LINENO: result: $ac_cv_prog_gcc_traditional" >&5
+echo "${ECHO_T}$ac_cv_prog_gcc_traditional" >&6; }
   if test $ac_cv_prog_gcc_traditional = yes; then
     CC="$CC -traditional"
   fi
@@ -19515,18 +20739,18 @@
 
 
 
-# Check whether --with-libs-from or --without-libs-from was given.
+# Check whether --with-libs-from was given.
 if test "${with_libs_from+set}" = set; then
-  withval="$with_libs_from"
-  lib_search_path="$withval $lib_search_path"
-fi;
+  withval=$with_libs_from; lib_search_path="$withval $lib_search_path"
+fi
+
 
 
-# Check whether --with-incs-from or --without-incs-from was given.
+# Check whether --with-incs-from was given.
 if test "${with_incs_from+set}" = set; then
-  withval="$with_incs_from"
-  inc_search_path="$withval $inc_search_path"
-fi;
+  withval=$with_incs_from; inc_search_path="$withval $inc_search_path"
+fi
+
 
 
 
@@ -19534,9 +20758,9 @@
 for ac_func in vprintf
 do
 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
-echo "$as_me:$LINENO: checking for $ac_func" >&5
-echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
-if eval "test \"\${$as_ac_var+set}\" = set"; then
+{ echo "$as_me:$LINENO: checking for $ac_func" >&5
+echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
+if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
   cat >conftest.$ac_ext <<_ACEOF
@@ -19562,52 +20786,59 @@
 
 #undef $ac_func
 
-/* Override any gcc2 internal prototype to avoid an error.  */
+/* Override any GCC internal prototype to avoid an error.
+   Use char because int might match the return type of a GCC
+   builtin and then its argument prototype would still apply.  */
 #ifdef __cplusplus
 extern "C"
-{
 #endif
-/* We use char because int might match the return type of a gcc2
-   builtin and then its argument prototype would still apply.  */
 char $ac_func ();
 /* The GNU C library defines this for functions which it implements
     to always fail with ENOSYS.  Some functions are actually named
     something starting with __ and the normal name is an alias.  */
-#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
+#if defined __stub_$ac_func || defined __stub___$ac_func
 choke me
-#else
-char (*f) () = $ac_func;
-#endif
-#ifdef __cplusplus
-}
 #endif
 
 int
 main ()
 {
-return f != $ac_func;
+return $ac_func ();
   ;
   return 0;
 }
 _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
-  (eval $ac_link) 2>conftest.er1
+if { (ac_try="$ac_link"
+case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_link") 2>conftest.er1
   ac_status=$?
   grep -v '^ *+' conftest.er1 >conftest.err
   rm -f conftest.er1
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-  (eval $ac_try) 2>&5
+	 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
+  { (case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_try") 2>&5
   ac_status=$?
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); }; } &&
 	 { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-  (eval $ac_try) 2>&5
+  { (case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_try") 2>&5
   ac_status=$?
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
@@ -19616,20 +20847,22 @@
   echo "$as_me: failed program was:" >&5
 sed 's/^/| /' conftest.$ac_ext >&5
 
-eval "$as_ac_var=no"
+	eval "$as_ac_var=no"
 fi
-rm -f conftest.err conftest.$ac_objext \
+
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
       conftest$ac_exeext conftest.$ac_ext
 fi
-echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
-echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
+ac_res=`eval echo '${'$as_ac_var'}'`
+	       { echo "$as_me:$LINENO: result: $ac_res" >&5
+echo "${ECHO_T}$ac_res" >&6; }
 if test `eval echo '${'$as_ac_var'}'` = yes; then
   cat >>confdefs.h <<_ACEOF
 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
 _ACEOF
 
-echo "$as_me:$LINENO: checking for _doprnt" >&5
-echo $ECHO_N "checking for _doprnt... $ECHO_C" >&6
+{ echo "$as_me:$LINENO: checking for _doprnt" >&5
+echo $ECHO_N "checking for _doprnt... $ECHO_C" >&6; }
 if test "${ac_cv_func__doprnt+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
@@ -19656,52 +20889,59 @@
 
 #undef _doprnt
 
-/* Override any gcc2 internal prototype to avoid an error.  */
+/* Override any GCC internal prototype to avoid an error.
+   Use char because int might match the return type of a GCC
+   builtin and then its argument prototype would still apply.  */
 #ifdef __cplusplus
 extern "C"
-{
 #endif
-/* We use char because int might match the return type of a gcc2
-   builtin and then its argument prototype would still apply.  */
 char _doprnt ();
 /* The GNU C library defines this for functions which it implements
     to always fail with ENOSYS.  Some functions are actually named
     something starting with __ and the normal name is an alias.  */
-#if defined (__stub__doprnt) || defined (__stub____doprnt)
+#if defined __stub__doprnt || defined __stub____doprnt
 choke me
-#else
-char (*f) () = _doprnt;
-#endif
-#ifdef __cplusplus
-}
 #endif
 
 int
 main ()
 {
-return f != _doprnt;
+return _doprnt ();
   ;
   return 0;
 }
 _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
-  (eval $ac_link) 2>conftest.er1
+if { (ac_try="$ac_link"
+case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_link") 2>conftest.er1
   ac_status=$?
   grep -v '^ *+' conftest.er1 >conftest.err
   rm -f conftest.er1
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-  (eval $ac_try) 2>&5
+	 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
+  { (case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_try") 2>&5
   ac_status=$?
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); }; } &&
 	 { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-  (eval $ac_try) 2>&5
+  { (case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_try") 2>&5
   ac_status=$?
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
@@ -19710,13 +20950,14 @@
   echo "$as_me: failed program was:" >&5
 sed 's/^/| /' conftest.$ac_ext >&5
 
-ac_cv_func__doprnt=no
+	ac_cv_func__doprnt=no
 fi
-rm -f conftest.err conftest.$ac_objext \
+
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
       conftest$ac_exeext conftest.$ac_ext
 fi
-echo "$as_me:$LINENO: result: $ac_cv_func__doprnt" >&5
-echo "${ECHO_T}$ac_cv_func__doprnt" >&6
+{ echo "$as_me:$LINENO: result: $ac_cv_func__doprnt" >&5
+echo "${ECHO_T}$ac_cv_func__doprnt" >&6; }
 if test $ac_cv_func__doprnt = yes; then
 
 cat >>confdefs.h <<\_ACEOF
@@ -19731,8 +20972,8 @@
 
 # The Ultrix 4.2 mips builtin alloca declared by alloca.h only works
 # for constant arguments.  Useless!
-echo "$as_me:$LINENO: checking for working alloca.h" >&5
-echo $ECHO_N "checking for working alloca.h... $ECHO_C" >&6
+{ echo "$as_me:$LINENO: checking for working alloca.h" >&5
+echo $ECHO_N "checking for working alloca.h... $ECHO_C" >&6; }
 if test "${ac_cv_working_alloca_h+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
@@ -19747,28 +20988,42 @@
 main ()
 {
 char *p = (char *) alloca (2 * sizeof (int));
+			  if (p) return 0;
   ;
   return 0;
 }
 _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
-  (eval $ac_link) 2>conftest.er1
+if { (ac_try="$ac_link"
+case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_link") 2>conftest.er1
   ac_status=$?
   grep -v '^ *+' conftest.er1 >conftest.err
   rm -f conftest.er1
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-  (eval $ac_try) 2>&5
+	 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
+  { (case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_try") 2>&5
   ac_status=$?
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); }; } &&
 	 { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-  (eval $ac_try) 2>&5
+  { (case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_try") 2>&5
   ac_status=$?
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
@@ -19777,13 +21032,14 @@
   echo "$as_me: failed program was:" >&5
 sed 's/^/| /' conftest.$ac_ext >&5
 
-ac_cv_working_alloca_h=no
+	ac_cv_working_alloca_h=no
 fi
-rm -f conftest.err conftest.$ac_objext \
+
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
       conftest$ac_exeext conftest.$ac_ext
 fi
-echo "$as_me:$LINENO: result: $ac_cv_working_alloca_h" >&5
-echo "${ECHO_T}$ac_cv_working_alloca_h" >&6
+{ echo "$as_me:$LINENO: result: $ac_cv_working_alloca_h" >&5
+echo "${ECHO_T}$ac_cv_working_alloca_h" >&6; }
 if test $ac_cv_working_alloca_h = yes; then
 
 cat >>confdefs.h <<\_ACEOF
@@ -19792,8 +21048,8 @@
 
 fi
 
-echo "$as_me:$LINENO: checking for alloca" >&5
-echo $ECHO_N "checking for alloca... $ECHO_C" >&6
+{ echo "$as_me:$LINENO: checking for alloca" >&5
+echo $ECHO_N "checking for alloca... $ECHO_C" >&6; }
 if test "${ac_cv_func_alloca_works+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
@@ -19810,7 +21066,7 @@
 #  include <malloc.h>
 #  define alloca _alloca
 # else
-#  if HAVE_ALLOCA_H
+#  ifdef HAVE_ALLOCA_H
 #   include <alloca.h>
 #  else
 #   ifdef _AIX
@@ -19828,28 +21084,42 @@
 main ()
 {
 char *p = (char *) alloca (1);
+				    if (p) return 0;
   ;
   return 0;
 }
 _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
-  (eval $ac_link) 2>conftest.er1
+if { (ac_try="$ac_link"
+case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_link") 2>conftest.er1
   ac_status=$?
   grep -v '^ *+' conftest.er1 >conftest.err
   rm -f conftest.er1
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-  (eval $ac_try) 2>&5
+	 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
+  { (case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_try") 2>&5
   ac_status=$?
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); }; } &&
 	 { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-  (eval $ac_try) 2>&5
+  { (case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_try") 2>&5
   ac_status=$?
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
@@ -19858,13 +21128,14 @@
   echo "$as_me: failed program was:" >&5
 sed 's/^/| /' conftest.$ac_ext >&5
 
-ac_cv_func_alloca_works=no
+	ac_cv_func_alloca_works=no
 fi
-rm -f conftest.err conftest.$ac_objext \
+
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
       conftest$ac_exeext conftest.$ac_ext
 fi
-echo "$as_me:$LINENO: result: $ac_cv_func_alloca_works" >&5
-echo "${ECHO_T}$ac_cv_func_alloca_works" >&6
+{ echo "$as_me:$LINENO: result: $ac_cv_func_alloca_works" >&5
+echo "${ECHO_T}$ac_cv_func_alloca_works" >&6; }
 
 if test $ac_cv_func_alloca_works = yes; then
 
@@ -19878,15 +21149,15 @@
 # contain a buggy version.  If you still want to use their alloca,
 # use ar to extract alloca.o from them instead of compiling alloca.c.
 
-ALLOCA=alloca.$ac_objext
+ALLOCA=\${LIBOBJDIR}alloca.$ac_objext
 
 cat >>confdefs.h <<\_ACEOF
 #define C_ALLOCA 1
 _ACEOF
 
 
-echo "$as_me:$LINENO: checking whether \`alloca.c' needs Cray hooks" >&5
-echo $ECHO_N "checking whether \`alloca.c' needs Cray hooks... $ECHO_C" >&6
+{ echo "$as_me:$LINENO: checking whether \`alloca.c' needs Cray hooks" >&5
+echo $ECHO_N "checking whether \`alloca.c' needs Cray hooks... $ECHO_C" >&6; }
 if test "${ac_cv_os_cray+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
@@ -19896,7 +21167,7 @@
 cat confdefs.h >>conftest.$ac_ext
 cat >>conftest.$ac_ext <<_ACEOF
 /* end confdefs.h.  */
-#if defined(CRAY) && ! defined(CRAY2)
+#if defined CRAY && ! defined CRAY2
 webecray
 #else
 wenotbecray
@@ -19912,14 +21183,14 @@
 rm -f conftest*
 
 fi
-echo "$as_me:$LINENO: result: $ac_cv_os_cray" >&5
-echo "${ECHO_T}$ac_cv_os_cray" >&6
+{ echo "$as_me:$LINENO: result: $ac_cv_os_cray" >&5
+echo "${ECHO_T}$ac_cv_os_cray" >&6; }
 if test $ac_cv_os_cray = yes; then
   for ac_func in _getb67 GETB67 getb67; do
     as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
-echo "$as_me:$LINENO: checking for $ac_func" >&5
-echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
-if eval "test \"\${$as_ac_var+set}\" = set"; then
+{ echo "$as_me:$LINENO: checking for $ac_func" >&5
+echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
+if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
   cat >conftest.$ac_ext <<_ACEOF
@@ -19945,52 +21216,59 @@
 
 #undef $ac_func
 
-/* Override any gcc2 internal prototype to avoid an error.  */
+/* Override any GCC internal prototype to avoid an error.
+   Use char because int might match the return type of a GCC
+   builtin and then its argument prototype would still apply.  */
 #ifdef __cplusplus
 extern "C"
-{
 #endif
-/* We use char because int might match the return type of a gcc2
-   builtin and then its argument prototype would still apply.  */
 char $ac_func ();
 /* The GNU C library defines this for functions which it implements
     to always fail with ENOSYS.  Some functions are actually named
     something starting with __ and the normal name is an alias.  */
-#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
+#if defined __stub_$ac_func || defined __stub___$ac_func
 choke me
-#else
-char (*f) () = $ac_func;
-#endif
-#ifdef __cplusplus
-}
 #endif
 
 int
 main ()
 {
-return f != $ac_func;
+return $ac_func ();
   ;
   return 0;
 }
 _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
-  (eval $ac_link) 2>conftest.er1
+if { (ac_try="$ac_link"
+case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_link") 2>conftest.er1
   ac_status=$?
   grep -v '^ *+' conftest.er1 >conftest.err
   rm -f conftest.er1
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-  (eval $ac_try) 2>&5
+	 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
+  { (case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_try") 2>&5
   ac_status=$?
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); }; } &&
 	 { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-  (eval $ac_try) 2>&5
+  { (case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_try") 2>&5
   ac_status=$?
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
@@ -19999,13 +21277,15 @@
   echo "$as_me: failed program was:" >&5
 sed 's/^/| /' conftest.$ac_ext >&5
 
-eval "$as_ac_var=no"
+	eval "$as_ac_var=no"
 fi
-rm -f conftest.err conftest.$ac_objext \
+
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
       conftest$ac_exeext conftest.$ac_ext
 fi
-echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
-echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
+ac_res=`eval echo '${'$as_ac_var'}'`
+	       { echo "$as_me:$LINENO: result: $ac_res" >&5
+echo "${ECHO_T}$ac_res" >&6; }
 if test `eval echo '${'$as_ac_var'}'` = yes; then
 
 cat >>confdefs.h <<_ACEOF
@@ -20018,8 +21298,8 @@
   done
 fi
 
-echo "$as_me:$LINENO: checking stack direction for C alloca" >&5
-echo $ECHO_N "checking stack direction for C alloca... $ECHO_C" >&6
+{ echo "$as_me:$LINENO: checking stack direction for C alloca" >&5
+echo $ECHO_N "checking stack direction for C alloca... $ECHO_C" >&6; }
 if test "${ac_cv_c_stack_direction+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
@@ -20032,6 +21312,7 @@
 cat confdefs.h >>conftest.$ac_ext
 cat >>conftest.$ac_ext <<_ACEOF
 /* end confdefs.h.  */
+$ac_includes_default
 int
 find_stack_direction ()
 {
@@ -20049,17 +21330,26 @@
 int
 main ()
 {
-  exit (find_stack_direction () < 0);
+  return find_stack_direction () < 0;
 }
 _ACEOF
 rm -f conftest$ac_exeext
-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
-  (eval $ac_link) 2>&5
+if { (ac_try="$ac_link"
+case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_link") 2>&5
   ac_status=$?
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-  (eval $ac_try) 2>&5
+  { (case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_try") 2>&5
   ac_status=$?
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
@@ -20072,11 +21362,13 @@
 ( exit $ac_status )
 ac_cv_c_stack_direction=-1
 fi
-rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
+rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
 fi
+
+
 fi
-echo "$as_me:$LINENO: result: $ac_cv_c_stack_direction" >&5
-echo "${ECHO_T}$ac_cv_c_stack_direction" >&6
+{ echo "$as_me:$LINENO: result: $ac_cv_c_stack_direction" >&5
+echo "${ECHO_T}$ac_cv_c_stack_direction" >&6; }
 
 cat >>confdefs.h <<_ACEOF
 #define STACK_DIRECTION $ac_cv_c_stack_direction
@@ -20104,9 +21396,9 @@
 	       vasprintf
 do
 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
-echo "$as_me:$LINENO: checking for $ac_func" >&5
-echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
-if eval "test \"\${$as_ac_var+set}\" = set"; then
+{ echo "$as_me:$LINENO: checking for $ac_func" >&5
+echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
+if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
   cat >conftest.$ac_ext <<_ACEOF
@@ -20132,52 +21424,59 @@
 
 #undef $ac_func
 
-/* Override any gcc2 internal prototype to avoid an error.  */
+/* Override any GCC internal prototype to avoid an error.
+   Use char because int might match the return type of a GCC
+   builtin and then its argument prototype would still apply.  */
 #ifdef __cplusplus
 extern "C"
-{
 #endif
-/* We use char because int might match the return type of a gcc2
-   builtin and then its argument prototype would still apply.  */
 char $ac_func ();
 /* The GNU C library defines this for functions which it implements
     to always fail with ENOSYS.  Some functions are actually named
     something starting with __ and the normal name is an alias.  */
-#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
+#if defined __stub_$ac_func || defined __stub___$ac_func
 choke me
-#else
-char (*f) () = $ac_func;
-#endif
-#ifdef __cplusplus
-}
 #endif
 
 int
 main ()
 {
-return f != $ac_func;
+return $ac_func ();
   ;
   return 0;
 }
 _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
-  (eval $ac_link) 2>conftest.er1
+if { (ac_try="$ac_link"
+case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_link") 2>conftest.er1
   ac_status=$?
   grep -v '^ *+' conftest.er1 >conftest.err
   rm -f conftest.er1
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-  (eval $ac_try) 2>&5
+	 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
+  { (case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_try") 2>&5
   ac_status=$?
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); }; } &&
 	 { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-  (eval $ac_try) 2>&5
+  { (case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_try") 2>&5
   ac_status=$?
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
@@ -20186,13 +21485,15 @@
   echo "$as_me: failed program was:" >&5
 sed 's/^/| /' conftest.$ac_ext >&5
 
-eval "$as_ac_var=no"
+	eval "$as_ac_var=no"
 fi
-rm -f conftest.err conftest.$ac_objext \
+
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
       conftest$ac_exeext conftest.$ac_ext
 fi
-echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
-echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
+ac_res=`eval echo '${'$as_ac_var'}'`
+	       { echo "$as_me:$LINENO: result: $ac_res" >&5
+echo "${ECHO_T}$ac_res" >&6; }
 if test `eval echo '${'$as_ac_var'}'` = yes; then
   cat >>confdefs.h <<_ACEOF
 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
@@ -20202,8 +21503,8 @@
 done
 
 
-echo "$as_me:$LINENO: checking for C99 vsnprintf" >&5
-echo $ECHO_N "checking for C99 vsnprintf... $ECHO_C" >&6
+{ echo "$as_me:$LINENO: checking for C99 vsnprintf" >&5
+echo $ECHO_N "checking for C99 vsnprintf... $ECHO_C" >&6; }
 if test "${_cv_HAVE_C99_VSNPRINTF+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
@@ -20238,13 +21539,22 @@
 
 _ACEOF
 rm -f conftest$ac_exeext
-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
-  (eval $ac_link) 2>&5
+if { (ac_try="$ac_link"
+case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_link") 2>&5
   ac_status=$?
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-  (eval $ac_try) 2>&5
+  { (case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_try") 2>&5
   ac_status=$?
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
@@ -20257,11 +21567,13 @@
 ( exit $ac_status )
 _cv_HAVE_C99_VSNPRINTF=no
 fi
-rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
+rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
 fi
+
+
 fi
-echo "$as_me:$LINENO: result: $_cv_HAVE_C99_VSNPRINTF" >&5
-echo "${ECHO_T}$_cv_HAVE_C99_VSNPRINTF" >&6
+{ echo "$as_me:$LINENO: result: $_cv_HAVE_C99_VSNPRINTF" >&5
+echo "${ECHO_T}$_cv_HAVE_C99_VSNPRINTF" >&6; }
 if test x"$_cv_HAVE_C99_VSNPRINTF" = x"yes"; then
 
 cat >>confdefs.h <<\_ACEOF
@@ -20272,8 +21584,8 @@
 
 DLLIBS=""
 
-echo "$as_me:$LINENO: checking for dlopen" >&5
-echo $ECHO_N "checking for dlopen... $ECHO_C" >&6
+{ echo "$as_me:$LINENO: checking for dlopen" >&5
+echo $ECHO_N "checking for dlopen... $ECHO_C" >&6; }
 if test "${ac_cv_func_dlopen+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
@@ -20300,52 +21612,59 @@
 
 #undef dlopen
 
-/* Override any gcc2 internal prototype to avoid an error.  */
+/* Override any GCC internal prototype to avoid an error.
+   Use char because int might match the return type of a GCC
+   builtin and then its argument prototype would still apply.  */
 #ifdef __cplusplus
 extern "C"
-{
 #endif
-/* We use char because int might match the return type of a gcc2
-   builtin and then its argument prototype would still apply.  */
 char dlopen ();
 /* The GNU C library defines this for functions which it implements
     to always fail with ENOSYS.  Some functions are actually named
     something starting with __ and the normal name is an alias.  */
-#if defined (__stub_dlopen) || defined (__stub___dlopen)
+#if defined __stub_dlopen || defined __stub___dlopen
 choke me
-#else
-char (*f) () = dlopen;
-#endif
-#ifdef __cplusplus
-}
 #endif
 
 int
 main ()
 {
-return f != dlopen;
+return dlopen ();
   ;
   return 0;
 }
 _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
-  (eval $ac_link) 2>conftest.er1
+if { (ac_try="$ac_link"
+case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_link") 2>conftest.er1
   ac_status=$?
   grep -v '^ *+' conftest.er1 >conftest.err
   rm -f conftest.er1
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-  (eval $ac_try) 2>&5
+	 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
+  { (case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_try") 2>&5
   ac_status=$?
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); }; } &&
 	 { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-  (eval $ac_try) 2>&5
+  { (case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_try") 2>&5
   ac_status=$?
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
@@ -20354,18 +21673,19 @@
   echo "$as_me: failed program was:" >&5
 sed 's/^/| /' conftest.$ac_ext >&5
 
-ac_cv_func_dlopen=no
+	ac_cv_func_dlopen=no
 fi
-rm -f conftest.err conftest.$ac_objext \
+
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
       conftest$ac_exeext conftest.$ac_ext
 fi
-echo "$as_me:$LINENO: result: $ac_cv_func_dlopen" >&5
-echo "${ECHO_T}$ac_cv_func_dlopen" >&6
+{ echo "$as_me:$LINENO: result: $ac_cv_func_dlopen" >&5
+echo "${ECHO_T}$ac_cv_func_dlopen" >&6; }
 if test $ac_cv_func_dlopen = yes; then
   HAVEDL="yes"
 else
-  echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
-echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6
+  { echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
+echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6; }
 if test "${ac_cv_lib_dl_dlopen+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
@@ -20378,39 +21698,52 @@
 cat >>conftest.$ac_ext <<_ACEOF
 /* end confdefs.h.  */
 
-/* Override any gcc2 internal prototype to avoid an error.  */
+/* Override any GCC internal prototype to avoid an error.
+   Use char because int might match the return type of a GCC
+   builtin and then its argument prototype would still apply.  */
 #ifdef __cplusplus
 extern "C"
 #endif
-/* We use char because int might match the return type of a gcc2
-   builtin and then its argument prototype would still apply.  */
 char dlopen ();
 int
 main ()
 {
-dlopen ();
+return dlopen ();
   ;
   return 0;
 }
 _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
-  (eval $ac_link) 2>conftest.er1
+if { (ac_try="$ac_link"
+case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_link") 2>conftest.er1
   ac_status=$?
   grep -v '^ *+' conftest.er1 >conftest.err
   rm -f conftest.er1
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-  (eval $ac_try) 2>&5
+	 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
+  { (case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_try") 2>&5
   ac_status=$?
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); }; } &&
 	 { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-  (eval $ac_try) 2>&5
+  { (case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_try") 2>&5
   ac_status=$?
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
@@ -20419,14 +21752,15 @@
   echo "$as_me: failed program was:" >&5
 sed 's/^/| /' conftest.$ac_ext >&5
 
-ac_cv_lib_dl_dlopen=no
+	ac_cv_lib_dl_dlopen=no
 fi
-rm -f conftest.err conftest.$ac_objext \
+
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
       conftest$ac_exeext conftest.$ac_ext
 LIBS=$ac_check_lib_save_LIBS
 fi
-echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
-echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6
+{ echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
+echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6; }
 if test $ac_cv_lib_dl_dlopen = yes; then
   DLLIBS="-ldl" HAVEDL="yes"
 else
@@ -20441,18 +21775,19 @@
 for ac_header in dlfcn.h
 do
 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
-if eval "test \"\${$as_ac_Header+set}\" = set"; then
-  echo "$as_me:$LINENO: checking for $ac_header" >&5
-echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
-if eval "test \"\${$as_ac_Header+set}\" = set"; then
+if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
+  { echo "$as_me:$LINENO: checking for $ac_header" >&5
+echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
+if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 fi
-echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
-echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
+ac_res=`eval echo '${'$as_ac_Header'}'`
+	       { echo "$as_me:$LINENO: result: $ac_res" >&5
+echo "${ECHO_T}$ac_res" >&6; }
 else
   # Is the header compilable?
-echo "$as_me:$LINENO: checking $ac_header usability" >&5
-echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
+{ echo "$as_me:$LINENO: checking $ac_header usability" >&5
+echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
 cat >conftest.$ac_ext <<_ACEOF
 /* confdefs.h.  */
 _ACEOF
@@ -20463,23 +21798,36 @@
 #include <$ac_header>
 _ACEOF
 rm -f conftest.$ac_objext
-if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
-  (eval $ac_compile) 2>conftest.er1
+if { (ac_try="$ac_compile"
+case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_compile") 2>conftest.er1
   ac_status=$?
   grep -v '^ *+' conftest.er1 >conftest.err
   rm -f conftest.er1
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-  (eval $ac_try) 2>&5
+	 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
+  { (case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_try") 2>&5
   ac_status=$?
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); }; } &&
 	 { ac_try='test -s conftest.$ac_objext'
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-  (eval $ac_try) 2>&5
+  { (case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_try") 2>&5
   ac_status=$?
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
@@ -20488,15 +21836,16 @@
   echo "$as_me: failed program was:" >&5
 sed 's/^/| /' conftest.$ac_ext >&5
 
-ac_header_compiler=no
+	ac_header_compiler=no
 fi
-rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
-echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
-echo "${ECHO_T}$ac_header_compiler" >&6
+
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
+echo "${ECHO_T}$ac_header_compiler" >&6; }
 
 # Is the header present?
-echo "$as_me:$LINENO: checking $ac_header presence" >&5
-echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
+{ echo "$as_me:$LINENO: checking $ac_header presence" >&5
+echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
 cat >conftest.$ac_ext <<_ACEOF
 /* confdefs.h.  */
 _ACEOF
@@ -20505,8 +21854,13 @@
 /* end confdefs.h.  */
 #include <$ac_header>
 _ACEOF
-if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
-  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
+if { (ac_try="$ac_cpp conftest.$ac_ext"
+case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
   ac_status=$?
   grep -v '^ *+' conftest.er1 >conftest.err
   rm -f conftest.er1
@@ -20530,9 +21884,10 @@
 
   ac_header_preproc=no
 fi
+
 rm -f conftest.err conftest.$ac_ext
-echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
-echo "${ECHO_T}$ac_header_preproc" >&6
+{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
+echo "${ECHO_T}$ac_header_preproc" >&6; }
 
 # So?  What about this header?
 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
@@ -20556,25 +21911,19 @@
 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
     { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
-    (
-      cat <<\_ASBOX
-## ------------------------------------------ ##
-## Report this to the AC_PACKAGE_NAME lists.  ##
-## ------------------------------------------ ##
-_ASBOX
-    ) |
-      sed "s/^/$as_me: WARNING:     /" >&2
+
     ;;
 esac
-echo "$as_me:$LINENO: checking for $ac_header" >&5
-echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
-if eval "test \"\${$as_ac_Header+set}\" = set"; then
+{ echo "$as_me:$LINENO: checking for $ac_header" >&5
+echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
+if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
   eval "$as_ac_Header=\$ac_header_preproc"
 fi
-echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
-echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
+ac_res=`eval echo '${'$as_ac_Header'}'`
+	       { echo "$as_me:$LINENO: result: $ac_res" >&5
+echo "${ECHO_T}$ac_res" >&6; }
 
 fi
 if test `eval echo '${'$as_ac_Header'}'` = yes; then
@@ -20593,8 +21942,8 @@
 if test "x$CPP_PATH" = x; then
     # Extract the first word of "cpp", so it can be a program name with args.
 set dummy cpp; ac_word=$2
-echo "$as_me:$LINENO: checking for $ac_word" >&5
-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 if test "${ac_cv_path_CPP_PATH+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
@@ -20610,28 +21959,29 @@
   IFS=$as_save_IFS
   test -z "$as_dir" && as_dir=.
   for ac_exec_ext in '' $ac_executable_extensions; do
-  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
     ac_cv_path_CPP_PATH="$as_dir/$ac_word$ac_exec_ext"
     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     break 2
   fi
 done
 done
+IFS=$as_save_IFS
 
   test -z "$ac_cv_path_CPP_PATH" && ac_cv_path_CPP_PATH="notfound"
   ;;
 esac
 fi
 CPP_PATH=$ac_cv_path_CPP_PATH
-
 if test -n "$CPP_PATH"; then
-  echo "$as_me:$LINENO: result: $CPP_PATH" >&5
-echo "${ECHO_T}$CPP_PATH" >&6
+  { echo "$as_me:$LINENO: result: $CPP_PATH" >&5
+echo "${ECHO_T}$CPP_PATH" >&6; }
 else
-  echo "$as_me:$LINENO: result: no" >&5
-echo "${ECHO_T}no" >&6
+  { echo "$as_me:$LINENO: result: no" >&5
+echo "${ECHO_T}no" >&6; }
 fi
 
+
 fi
 
 if test "$CPP_PATH" = "/usr/ccs/lib/cpp" -o "$CPP_PATH" = "notfound" ; then
@@ -20655,8 +22005,8 @@
 
 
 
-echo "$as_me:$LINENO: checking for sys/wait.h that is POSIX.1 compatible" >&5
-echo $ECHO_N "checking for sys/wait.h that is POSIX.1 compatible... $ECHO_C" >&6
+{ echo "$as_me:$LINENO: checking for sys/wait.h that is POSIX.1 compatible" >&5
+echo $ECHO_N "checking for sys/wait.h that is POSIX.1 compatible... $ECHO_C" >&6; }
 if test "${ac_cv_header_sys_wait_h+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
@@ -20669,7 +22019,7 @@
 #include <sys/types.h>
 #include <sys/wait.h>
 #ifndef WEXITSTATUS
-# define WEXITSTATUS(stat_val) ((unsigned)(stat_val) >> 8)
+# define WEXITSTATUS(stat_val) ((unsigned int) (stat_val) >> 8)
 #endif
 #ifndef WIFEXITED
 # define WIFEXITED(stat_val) (((stat_val) & 255) == 0)
@@ -20686,23 +22036,36 @@
 }
 _ACEOF
 rm -f conftest.$ac_objext
-if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
-  (eval $ac_compile) 2>conftest.er1
+if { (ac_try="$ac_compile"
+case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_compile") 2>conftest.er1
   ac_status=$?
   grep -v '^ *+' conftest.er1 >conftest.err
   rm -f conftest.er1
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-  (eval $ac_try) 2>&5
+	 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
+  { (case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_try") 2>&5
   ac_status=$?
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); }; } &&
 	 { ac_try='test -s conftest.$ac_objext'
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-  (eval $ac_try) 2>&5
+  { (case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_try") 2>&5
   ac_status=$?
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
@@ -20711,12 +22074,13 @@
   echo "$as_me: failed program was:" >&5
 sed 's/^/| /' conftest.$ac_ext >&5
 
-ac_cv_header_sys_wait_h=no
+	ac_cv_header_sys_wait_h=no
 fi
-rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
+
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 fi
-echo "$as_me:$LINENO: result: $ac_cv_header_sys_wait_h" >&5
-echo "${ECHO_T}$ac_cv_header_sys_wait_h" >&6
+{ echo "$as_me:$LINENO: result: $ac_cv_header_sys_wait_h" >&5
+echo "${ECHO_T}$ac_cv_header_sys_wait_h" >&6; }
 if test $ac_cv_header_sys_wait_h = yes; then
 
 cat >>confdefs.h <<\_ACEOF
@@ -20725,8 +22089,8 @@
 
 fi
 
-echo "$as_me:$LINENO: checking whether time.h and sys/time.h may both be included" >&5
-echo $ECHO_N "checking whether time.h and sys/time.h may both be included... $ECHO_C" >&6
+{ echo "$as_me:$LINENO: checking whether time.h and sys/time.h may both be included" >&5
+echo $ECHO_N "checking whether time.h and sys/time.h may both be included... $ECHO_C" >&6; }
 if test "${ac_cv_header_time+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
@@ -20750,23 +22114,36 @@
 }
 _ACEOF
 rm -f conftest.$ac_objext
-if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
-  (eval $ac_compile) 2>conftest.er1
+if { (ac_try="$ac_compile"
+case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_compile") 2>conftest.er1
   ac_status=$?
   grep -v '^ *+' conftest.er1 >conftest.err
   rm -f conftest.er1
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-  (eval $ac_try) 2>&5
+	 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
+  { (case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_try") 2>&5
   ac_status=$?
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); }; } &&
 	 { ac_try='test -s conftest.$ac_objext'
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-  (eval $ac_try) 2>&5
+  { (case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_try") 2>&5
   ac_status=$?
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
@@ -20775,12 +22152,13 @@
   echo "$as_me: failed program was:" >&5
 sed 's/^/| /' conftest.$ac_ext >&5
 
-ac_cv_header_time=no
+	ac_cv_header_time=no
 fi
-rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
+
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 fi
-echo "$as_me:$LINENO: result: $ac_cv_header_time" >&5
-echo "${ECHO_T}$ac_cv_header_time" >&6
+{ echo "$as_me:$LINENO: result: $ac_cv_header_time" >&5
+echo "${ECHO_T}$ac_cv_header_time" >&6; }
 if test $ac_cv_header_time = yes; then
 
 cat >>confdefs.h <<\_ACEOF
@@ -20806,18 +22184,19 @@
 		 strings.h
 do
 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
-if eval "test \"\${$as_ac_Header+set}\" = set"; then
-  echo "$as_me:$LINENO: checking for $ac_header" >&5
-echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
-if eval "test \"\${$as_ac_Header+set}\" = set"; then
+if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
+  { echo "$as_me:$LINENO: checking for $ac_header" >&5
+echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
+if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 fi
-echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
-echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
+ac_res=`eval echo '${'$as_ac_Header'}'`
+	       { echo "$as_me:$LINENO: result: $ac_res" >&5
+echo "${ECHO_T}$ac_res" >&6; }
 else
   # Is the header compilable?
-echo "$as_me:$LINENO: checking $ac_header usability" >&5
-echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
+{ echo "$as_me:$LINENO: checking $ac_header usability" >&5
+echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
 cat >conftest.$ac_ext <<_ACEOF
 /* confdefs.h.  */
 _ACEOF
@@ -20828,23 +22207,36 @@
 #include <$ac_header>
 _ACEOF
 rm -f conftest.$ac_objext
-if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
-  (eval $ac_compile) 2>conftest.er1
+if { (ac_try="$ac_compile"
+case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_compile") 2>conftest.er1
   ac_status=$?
   grep -v '^ *+' conftest.er1 >conftest.err
   rm -f conftest.er1
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-  (eval $ac_try) 2>&5
+	 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
+  { (case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_try") 2>&5
   ac_status=$?
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); }; } &&
 	 { ac_try='test -s conftest.$ac_objext'
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-  (eval $ac_try) 2>&5
+  { (case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_try") 2>&5
   ac_status=$?
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
@@ -20853,15 +22245,16 @@
   echo "$as_me: failed program was:" >&5
 sed 's/^/| /' conftest.$ac_ext >&5
 
-ac_header_compiler=no
+	ac_header_compiler=no
 fi
-rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
-echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
-echo "${ECHO_T}$ac_header_compiler" >&6
+
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
+echo "${ECHO_T}$ac_header_compiler" >&6; }
 
 # Is the header present?
-echo "$as_me:$LINENO: checking $ac_header presence" >&5
-echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
+{ echo "$as_me:$LINENO: checking $ac_header presence" >&5
+echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
 cat >conftest.$ac_ext <<_ACEOF
 /* confdefs.h.  */
 _ACEOF
@@ -20870,8 +22263,13 @@
 /* end confdefs.h.  */
 #include <$ac_header>
 _ACEOF
-if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
-  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
+if { (ac_try="$ac_cpp conftest.$ac_ext"
+case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
   ac_status=$?
   grep -v '^ *+' conftest.er1 >conftest.err
   rm -f conftest.er1
@@ -20895,9 +22293,10 @@
 
   ac_header_preproc=no
 fi
+
 rm -f conftest.err conftest.$ac_ext
-echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
-echo "${ECHO_T}$ac_header_preproc" >&6
+{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
+echo "${ECHO_T}$ac_header_preproc" >&6; }
 
 # So?  What about this header?
 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
@@ -20921,25 +22320,19 @@
 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
     { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
-    (
-      cat <<\_ASBOX
-## ------------------------------------------ ##
-## Report this to the AC_PACKAGE_NAME lists.  ##
-## ------------------------------------------ ##
-_ASBOX
-    ) |
-      sed "s/^/$as_me: WARNING:     /" >&2
+
     ;;
 esac
-echo "$as_me:$LINENO: checking for $ac_header" >&5
-echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
-if eval "test \"\${$as_ac_Header+set}\" = set"; then
+{ echo "$as_me:$LINENO: checking for $ac_header" >&5
+echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
+if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
   eval "$as_ac_Header=\$ac_header_preproc"
 fi
-echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
-echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
+ac_res=`eval echo '${'$as_ac_Header'}'`
+	       { echo "$as_me:$LINENO: result: $ac_res" >&5
+echo "${ECHO_T}$ac_res" >&6; }
 
 fi
 if test `eval echo '${'$as_ac_Header'}'` = yes; then
@@ -20954,8 +22347,8 @@
 
 
 
-echo "$as_me:$LINENO: checking whether sys_siglist is declared" >&5
-echo $ECHO_N "checking whether sys_siglist is declared... $ECHO_C" >&6
+{ echo "$as_me:$LINENO: checking whether sys_siglist is declared" >&5
+echo $ECHO_N "checking whether sys_siglist is declared... $ECHO_C" >&6; }
 if test "${ac_cv_have_decl_sys_siglist+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
@@ -20967,7 +22360,7 @@
 /* end confdefs.h.  */
 #include <signal.h>
 /* NetBSD declares sys_siglist in unistd.h.  */
-#if HAVE_UNISTD_H
+#ifdef HAVE_UNISTD_H
 # include <unistd.h>
 #endif
 
@@ -20977,6 +22370,7 @@
 {
 #ifndef sys_siglist
   char *p = (char *) sys_siglist;
+  return !p;
 #endif
 
   ;
@@ -20984,23 +22378,36 @@
 }
 _ACEOF
 rm -f conftest.$ac_objext
-if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
-  (eval $ac_compile) 2>conftest.er1
+if { (ac_try="$ac_compile"
+case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_compile") 2>conftest.er1
   ac_status=$?
   grep -v '^ *+' conftest.er1 >conftest.err
   rm -f conftest.er1
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-  (eval $ac_try) 2>&5
+	 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
+  { (case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_try") 2>&5
   ac_status=$?
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); }; } &&
 	 { ac_try='test -s conftest.$ac_objext'
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-  (eval $ac_try) 2>&5
+  { (case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_try") 2>&5
   ac_status=$?
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
@@ -21009,12 +22416,13 @@
   echo "$as_me: failed program was:" >&5
 sed 's/^/| /' conftest.$ac_ext >&5
 
-ac_cv_have_decl_sys_siglist=no
+	ac_cv_have_decl_sys_siglist=no
 fi
-rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
+
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 fi
-echo "$as_me:$LINENO: result: $ac_cv_have_decl_sys_siglist" >&5
-echo "${ECHO_T}$ac_cv_have_decl_sys_siglist" >&6
+{ echo "$as_me:$LINENO: result: $ac_cv_have_decl_sys_siglist" >&5
+echo "${ECHO_T}$ac_cv_have_decl_sys_siglist" >&6; }
 if test $ac_cv_have_decl_sys_siglist = yes; then
 
 cat >>confdefs.h <<_ACEOF
@@ -21032,8 +22440,8 @@
 
 
 
-echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5
-echo $ECHO_N "checking for an ANSI C-conforming const... $ECHO_C" >&6
+{ echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5
+echo $ECHO_N "checking for an ANSI C-conforming const... $ECHO_C" >&6; }
 if test "${ac_cv_c_const+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
@@ -21051,10 +22459,10 @@
 #ifndef __cplusplus
   /* Ultrix mips cc rejects this.  */
   typedef int charset[2];
-  const charset x;
+  const charset cs;
   /* SunOS 4.1.1 cc rejects this.  */
-  char const *const *ccp;
-  char **p;
+  char const *const *pcpcc;
+  char **ppc;
   /* NEC SVR4.0.2 mips cc rejects this.  */
   struct point {int x, y;};
   static struct point const zero = {0,0};
@@ -21063,16 +22471,17 @@
      an arm of an if-expression whose if-part is not a constant
      expression */
   const char *g = "string";
-  ccp = &g + (g ? g-g : 0);
+  pcpcc = &g + (g ? g-g : 0);
   /* HPUX 7.0 cc rejects these. */
-  ++ccp;
-  p = (char**) ccp;
-  ccp = (char const *const *) p;
+  ++pcpcc;
+  ppc = (char**) pcpcc;
+  pcpcc = (char const *const *) ppc;
   { /* SCO 3.2v4 cc rejects this.  */
     char *t;
     char const *s = 0 ? (char *) 0 : (char const *) 0;
 
     *t++ = 0;
+    if (s) return 0;
   }
   { /* Someone thinks the Sun supposedly-ANSI compiler will reject this.  */
     int x[] = {25, 17};
@@ -21091,7 +22500,9 @@
   }
   { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
     const int foo = 10;
+    if (!foo) return 0;
   }
+  return !cs[0] && !zero.x;
 #endif
 
   ;
@@ -21099,23 +22510,36 @@
 }
 _ACEOF
 rm -f conftest.$ac_objext
-if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
-  (eval $ac_compile) 2>conftest.er1
+if { (ac_try="$ac_compile"
+case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_compile") 2>conftest.er1
   ac_status=$?
   grep -v '^ *+' conftest.er1 >conftest.err
   rm -f conftest.er1
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-  (eval $ac_try) 2>&5
+	 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
+  { (case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_try") 2>&5
   ac_status=$?
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); }; } &&
 	 { ac_try='test -s conftest.$ac_objext'
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-  (eval $ac_try) 2>&5
+  { (case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_try") 2>&5
   ac_status=$?
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
@@ -21124,12 +22548,13 @@
   echo "$as_me: failed program was:" >&5
 sed 's/^/| /' conftest.$ac_ext >&5
 
-ac_cv_c_const=no
+	ac_cv_c_const=no
 fi
-rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
+
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 fi
-echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5
-echo "${ECHO_T}$ac_cv_c_const" >&6
+{ echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5
+echo "${ECHO_T}$ac_cv_c_const" >&6; }
 if test $ac_cv_c_const = no; then
 
 cat >>confdefs.h <<\_ACEOF
@@ -21140,8 +22565,8 @@
 
 #AC_TYPE_SIZE_T
 #AC_TYPE_PID_T
-echo "$as_me:$LINENO: checking return type of signal handlers" >&5
-echo $ECHO_N "checking return type of signal handlers... $ECHO_C" >&6
+{ echo "$as_me:$LINENO: checking return type of signal handlers" >&5
+echo $ECHO_N "checking return type of signal handlers... $ECHO_C" >&6; }
 if test "${ac_cv_type_signal+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
@@ -21153,55 +22578,61 @@
 /* end confdefs.h.  */
 #include <sys/types.h>
 #include <signal.h>
-#ifdef signal
-# undef signal
-#endif
-#ifdef __cplusplus
-extern "C" void (*signal (int, void (*)(int)))(int);
-#else
-void (*signal ()) ();
-#endif
 
 int
 main ()
 {
-int i;
+return *(signal (0, 0)) (0) == 1;
   ;
   return 0;
 }
 _ACEOF
 rm -f conftest.$ac_objext
-if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
-  (eval $ac_compile) 2>conftest.er1
+if { (ac_try="$ac_compile"
+case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_compile") 2>conftest.er1
   ac_status=$?
   grep -v '^ *+' conftest.er1 >conftest.err
   rm -f conftest.er1
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-  (eval $ac_try) 2>&5
+	 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
+  { (case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_try") 2>&5
   ac_status=$?
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); }; } &&
 	 { ac_try='test -s conftest.$ac_objext'
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-  (eval $ac_try) 2>&5
+  { (case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_try") 2>&5
   ac_status=$?
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
-  ac_cv_type_signal=void
+  ac_cv_type_signal=int
 else
   echo "$as_me: failed program was:" >&5
 sed 's/^/| /' conftest.$ac_ext >&5
 
-ac_cv_type_signal=int
+	ac_cv_type_signal=void
 fi
-rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
+
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 fi
-echo "$as_me:$LINENO: result: $ac_cv_type_signal" >&5
-echo "${ECHO_T}$ac_cv_type_signal" >&6
+{ echo "$as_me:$LINENO: result: $ac_cv_type_signal" >&5
+echo "${ECHO_T}$ac_cv_type_signal" >&6; }
 
 cat >>confdefs.h <<_ACEOF
 #define RETSIGTYPE $ac_cv_type_signal
@@ -21222,8 +22653,8 @@
     # gcc-3.3 or newer complains about some of our stuff without this
     NOSTRICTALIASING="-fno-strict-aliasing"
 
-    echo "$as_me:$LINENO: checking whether gcc supports x86 inline asm" >&5
-echo $ECHO_N "checking whether gcc supports x86 inline asm... $ECHO_C" >&6
+    { echo "$as_me:$LINENO: checking whether gcc supports x86 inline asm" >&5
+echo $ECHO_N "checking whether gcc supports x86 inline asm... $ECHO_C" >&6; }
 if test "${ac_cv_c_inline_asm+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
@@ -21237,7 +22668,7 @@
 int
 main ()
 {
-{int x; asm volatile("movl %%eax, %%ebx\n"::
+{int x; asm volatile("movl %%eax, %%ebx\n\t pushal\n\t popal"::
                           "m" (x),"m" (x),"m" (x),"m" (x),"m" (x),"m" (x),
                           "m" (x),"m" (x),"m" (x),"m" (x),"m" (x),"m" (x));}
   ;
@@ -21245,23 +22676,36 @@
 }
 _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
-  (eval $ac_link) 2>conftest.er1
+if { (ac_try="$ac_link"
+case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_link") 2>conftest.er1
   ac_status=$?
   grep -v '^ *+' conftest.er1 >conftest.err
   rm -f conftest.er1
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-  (eval $ac_try) 2>&5
+	 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
+  { (case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_try") 2>&5
   ac_status=$?
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); }; } &&
 	 { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-  (eval $ac_try) 2>&5
+  { (case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_try") 2>&5
   ac_status=$?
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
@@ -21270,13 +22714,14 @@
   echo "$as_me: failed program was:" >&5
 sed 's/^/| /' conftest.$ac_ext >&5
 
-ac_cv_c_inline_asm=no
+	ac_cv_c_inline_asm=no
 fi
-rm -f conftest.err conftest.$ac_objext \
+
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
       conftest$ac_exeext conftest.$ac_ext
 fi
-echo "$as_me:$LINENO: result: $ac_cv_c_inline_asm" >&5
-echo "${ECHO_T}$ac_cv_c_inline_asm" >&6
+{ echo "$as_me:$LINENO: result: $ac_cv_c_inline_asm" >&5
+echo "${ECHO_T}$ac_cv_c_inline_asm" >&6; }
 
     if test "x$ac_cv_c_inline_asm" = xyes; then
 
@@ -21286,8 +22731,8 @@
 
        asm_support=yes
 
-       echo "$as_me:$LINENO: checking whether gcc supports MMX(tm) inline asm" >&5
-echo $ECHO_N "checking whether gcc supports MMX(tm) inline asm... $ECHO_C" >&6
+       { echo "$as_me:$LINENO: checking whether gcc supports MMX(tm) inline asm" >&5
+echo $ECHO_N "checking whether gcc supports MMX(tm) inline asm... $ECHO_C" >&6; }
 if test "${ac_cv_c_inline_mmx+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
@@ -21307,23 +22752,36 @@
 }
 _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
-  (eval $ac_link) 2>conftest.er1
+if { (ac_try="$ac_link"
+case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_link") 2>conftest.er1
   ac_status=$?
   grep -v '^ *+' conftest.er1 >conftest.err
   rm -f conftest.er1
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-  (eval $ac_try) 2>&5
+	 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
+  { (case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_try") 2>&5
   ac_status=$?
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); }; } &&
 	 { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-  (eval $ac_try) 2>&5
+  { (case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_try") 2>&5
   ac_status=$?
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
@@ -21332,13 +22790,14 @@
   echo "$as_me: failed program was:" >&5
 sed 's/^/| /' conftest.$ac_ext >&5
 
-ac_cv_c_inline_mmx=no
+	ac_cv_c_inline_mmx=no
 fi
-rm -f conftest.err conftest.$ac_objext \
+
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
       conftest$ac_exeext conftest.$ac_ext
 fi
-echo "$as_me:$LINENO: result: $ac_cv_c_inline_mmx" >&5
-echo "${ECHO_T}$ac_cv_c_inline_mmx" >&6
+{ echo "$as_me:$LINENO: result: $ac_cv_c_inline_mmx" >&5
+echo "${ECHO_T}$ac_cv_c_inline_mmx" >&6; }
 
        if test "x$ac_cv_c_inline_mmx" = xyes; then
 
@@ -21355,8 +22814,8 @@
 
 # Extract the first word of "pkg-config", so it can be a program name with args.
 set dummy pkg-config; ac_word=$2
-echo "$as_me:$LINENO: checking for $ac_word" >&5
-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 if test "${ac_cv_prog_PKGCONFIG+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
@@ -21369,23 +22828,24 @@
   IFS=$as_save_IFS
   test -z "$as_dir" && as_dir=.
   for ac_exec_ext in '' $ac_executable_extensions; do
-  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
     ac_cv_prog_PKGCONFIG="pkg-config"
     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     break 2
   fi
 done
 done
+IFS=$as_save_IFS
 
 fi
 fi
 PKGCONFIG=$ac_cv_prog_PKGCONFIG
 if test -n "$PKGCONFIG"; then
-  echo "$as_me:$LINENO: result: $PKGCONFIG" >&5
-echo "${ECHO_T}$PKGCONFIG" >&6
+  { echo "$as_me:$LINENO: result: $PKGCONFIG" >&5
+echo "${ECHO_T}$PKGCONFIG" >&6; }
 else
-  echo "$as_me:$LINENO: result: no" >&5
-echo "${ECHO_T}no" >&6
+  { echo "$as_me:$LINENO: result: no" >&5
+echo "${ECHO_T}no" >&6; }
 fi
 
 
@@ -21395,10 +22855,11 @@
 
 
 
+
 INTLIBS=""
 
-echo "$as_me:$LINENO: checking for gettext" >&5
-echo $ECHO_N "checking for gettext... $ECHO_C" >&6
+{ echo "$as_me:$LINENO: checking for gettext" >&5
+echo $ECHO_N "checking for gettext... $ECHO_C" >&6; }
 if test "${ac_cv_func_gettext+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
@@ -21425,52 +22886,59 @@
 
 #undef gettext
 
-/* Override any gcc2 internal prototype to avoid an error.  */
+/* Override any GCC internal prototype to avoid an error.
+   Use char because int might match the return type of a GCC
+   builtin and then its argument prototype would still apply.  */
 #ifdef __cplusplus
 extern "C"
-{
 #endif
-/* We use char because int might match the return type of a gcc2
-   builtin and then its argument prototype would still apply.  */
 char gettext ();
 /* The GNU C library defines this for functions which it implements
     to always fail with ENOSYS.  Some functions are actually named
     something starting with __ and the normal name is an alias.  */
-#if defined (__stub_gettext) || defined (__stub___gettext)
+#if defined __stub_gettext || defined __stub___gettext
 choke me
-#else
-char (*f) () = gettext;
-#endif
-#ifdef __cplusplus
-}
 #endif
 
 int
 main ()
 {
-return f != gettext;
+return gettext ();
   ;
   return 0;
 }
 _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
-  (eval $ac_link) 2>conftest.er1
+if { (ac_try="$ac_link"
+case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_link") 2>conftest.er1
   ac_status=$?
   grep -v '^ *+' conftest.er1 >conftest.err
   rm -f conftest.er1
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-  (eval $ac_try) 2>&5
+	 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
+  { (case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_try") 2>&5
   ac_status=$?
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); }; } &&
 	 { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-  (eval $ac_try) 2>&5
+  { (case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_try") 2>&5
   ac_status=$?
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
@@ -21479,18 +22947,19 @@
   echo "$as_me: failed program was:" >&5
 sed 's/^/| /' conftest.$ac_ext >&5
 
-ac_cv_func_gettext=no
+	ac_cv_func_gettext=no
 fi
-rm -f conftest.err conftest.$ac_objext \
+
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
       conftest$ac_exeext conftest.$ac_ext
 fi
-echo "$as_me:$LINENO: result: $ac_cv_func_gettext" >&5
-echo "${ECHO_T}$ac_cv_func_gettext" >&6
+{ echo "$as_me:$LINENO: result: $ac_cv_func_gettext" >&5
+echo "${ECHO_T}$ac_cv_func_gettext" >&6; }
 if test $ac_cv_func_gettext = yes; then
   HAVEGETTEXT="yes"
 else
-  echo "$as_me:$LINENO: checking for gettext in -lintl" >&5
-echo $ECHO_N "checking for gettext in -lintl... $ECHO_C" >&6
+  { echo "$as_me:$LINENO: checking for gettext in -lintl" >&5
+echo $ECHO_N "checking for gettext in -lintl... $ECHO_C" >&6; }
 if test "${ac_cv_lib_intl_gettext+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
@@ -21503,39 +22972,52 @@
 cat >>conftest.$ac_ext <<_ACEOF
 /* end confdefs.h.  */
 
-/* Override any gcc2 internal prototype to avoid an error.  */
+/* Override any GCC internal prototype to avoid an error.
+   Use char because int might match the return type of a GCC
+   builtin and then its argument prototype would still apply.  */
 #ifdef __cplusplus
 extern "C"
 #endif
-/* We use char because int might match the return type of a gcc2
-   builtin and then its argument prototype would still apply.  */
 char gettext ();
 int
 main ()
 {
-gettext ();
+return gettext ();
   ;
   return 0;
 }
 _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
-  (eval $ac_link) 2>conftest.er1
+if { (ac_try="$ac_link"
+case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_link") 2>conftest.er1
   ac_status=$?
   grep -v '^ *+' conftest.er1 >conftest.err
   rm -f conftest.er1
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-  (eval $ac_try) 2>&5
+	 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
+  { (case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_try") 2>&5
   ac_status=$?
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); }; } &&
 	 { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-  (eval $ac_try) 2>&5
+  { (case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_try") 2>&5
   ac_status=$?
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
@@ -21544,14 +23026,15 @@
   echo "$as_me: failed program was:" >&5
 sed 's/^/| /' conftest.$ac_ext >&5
 
-ac_cv_lib_intl_gettext=no
+	ac_cv_lib_intl_gettext=no
 fi
-rm -f conftest.err conftest.$ac_objext \
+
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
       conftest$ac_exeext conftest.$ac_ext
 LIBS=$ac_check_lib_save_LIBS
 fi
-echo "$as_me:$LINENO: result: $ac_cv_lib_intl_gettext" >&5
-echo "${ECHO_T}$ac_cv_lib_intl_gettext" >&6
+{ echo "$as_me:$LINENO: result: $ac_cv_lib_intl_gettext" >&5
+echo "${ECHO_T}$ac_cv_lib_intl_gettext" >&6; }
 if test $ac_cv_lib_intl_gettext = yes; then
   INTLIBS="-lintl" HAVEGETTEXT="yes"
 else
@@ -21563,8 +23046,8 @@
 
 # Extract the first word of "xgettext", so it can be a program name with args.
 set dummy xgettext; ac_word=$2
-echo "$as_me:$LINENO: checking for $ac_word" >&5
-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 if test "${ac_cv_prog_XGETTEXT+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
@@ -21577,26 +23060,28 @@
   IFS=$as_save_IFS
   test -z "$as_dir" && as_dir=.
   for ac_exec_ext in '' $ac_executable_extensions; do
-  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
     ac_cv_prog_XGETTEXT="xgettext"
     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     break 2
   fi
 done
 done
+IFS=$as_save_IFS
 
 fi
 fi
 XGETTEXT=$ac_cv_prog_XGETTEXT
 if test -n "$XGETTEXT"; then
-  echo "$as_me:$LINENO: result: $XGETTEXT" >&5
-echo "${ECHO_T}$XGETTEXT" >&6
+  { echo "$as_me:$LINENO: result: $XGETTEXT" >&5
+echo "${ECHO_T}$XGETTEXT" >&6; }
 else
-  echo "$as_me:$LINENO: result: no" >&5
-echo "${ECHO_T}no" >&6
+  { echo "$as_me:$LINENO: result: no" >&5
+echo "${ECHO_T}no" >&6; }
 fi
 
 
+
 if test "$XGETTEXT" != ""; then
     if $XGETTEXT --help 2>&1 | grep illegal >/dev/null ; then
         echo "xgettext isn't GNU version"
@@ -21677,8 +23162,8 @@
 
 case $host_os in
 	freebsd*)
-		echo "$as_me:$LINENO: checking for setlocale in -lxpg4" >&5
-echo $ECHO_N "checking for setlocale in -lxpg4... $ECHO_C" >&6
+		{ echo "$as_me:$LINENO: checking for setlocale in -lxpg4" >&5
+echo $ECHO_N "checking for setlocale in -lxpg4... $ECHO_C" >&6; }
 if test "${ac_cv_lib_xpg4_setlocale+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
@@ -21691,39 +23176,52 @@
 cat >>conftest.$ac_ext <<_ACEOF
 /* end confdefs.h.  */
 
-/* Override any gcc2 internal prototype to avoid an error.  */
+/* Override any GCC internal prototype to avoid an error.
+   Use char because int might match the return type of a GCC
+   builtin and then its argument prototype would still apply.  */
 #ifdef __cplusplus
 extern "C"
 #endif
-/* We use char because int might match the return type of a gcc2
-   builtin and then its argument prototype would still apply.  */
 char setlocale ();
 int
 main ()
 {
-setlocale ();
+return setlocale ();
   ;
   return 0;
 }
 _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
-  (eval $ac_link) 2>conftest.er1
+if { (ac_try="$ac_link"
+case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_link") 2>conftest.er1
   ac_status=$?
   grep -v '^ *+' conftest.er1 >conftest.err
   rm -f conftest.er1
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-  (eval $ac_try) 2>&5
+	 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
+  { (case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_try") 2>&5
   ac_status=$?
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); }; } &&
 	 { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-  (eval $ac_try) 2>&5
+  { (case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_try") 2>&5
   ac_status=$?
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
@@ -21732,14 +23230,15 @@
   echo "$as_me: failed program was:" >&5
 sed 's/^/| /' conftest.$ac_ext >&5
 
-ac_cv_lib_xpg4_setlocale=no
+	ac_cv_lib_xpg4_setlocale=no
 fi
-rm -f conftest.err conftest.$ac_objext \
+
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
       conftest$ac_exeext conftest.$ac_ext
 LIBS=$ac_check_lib_save_LIBS
 fi
-echo "$as_me:$LINENO: result: $ac_cv_lib_xpg4_setlocale" >&5
-echo "${ECHO_T}$ac_cv_lib_xpg4_setlocale" >&6
+{ echo "$as_me:$LINENO: result: $ac_cv_lib_xpg4_setlocale" >&5
+echo "${ECHO_T}$ac_cv_lib_xpg4_setlocale" >&6; }
 if test $ac_cv_lib_xpg4_setlocale = yes; then
   LIBS="$LIBS -lxpg4"
 fi
@@ -21751,11 +23250,11 @@
 
 
 
-# Check whether --with-nlsdir or --without-nlsdir was given.
+# Check whether --with-nlsdir was given.
 if test "${with_nlsdir+set}" = set; then
-  withval="$with_nlsdir"
+  withval=$with_nlsdir;
+fi
 
-fi;
 
 
 if test "x$NLSDIR" = "x"; then
@@ -21782,10 +23281,9 @@
 
 
 
-# Check whether --enable-lite or --disable-lite was given.
+# Check whether --enable-lite was given.
 if test "${enable_lite+set}" = set; then
-  enableval="$enable_lite"
-  if test x$enableval = xyes; then
+  enableval=$enable_lite; if test x$enableval = xyes; then
         LITE=yes
 
 cat >>confdefs.h <<\_ACEOF
@@ -21794,15 +23292,16 @@
 
 
   fi
-fi;
+fi
+
 
 
 
 
 NETLIBS=""
 
-echo "$as_me:$LINENO: checking for connect" >&5
-echo $ECHO_N "checking for connect... $ECHO_C" >&6
+{ echo "$as_me:$LINENO: checking for connect" >&5
+echo $ECHO_N "checking for connect... $ECHO_C" >&6; }
 if test "${ac_cv_func_connect+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
@@ -21829,52 +23328,59 @@
 
 #undef connect
 
-/* Override any gcc2 internal prototype to avoid an error.  */
+/* Override any GCC internal prototype to avoid an error.
+   Use char because int might match the return type of a GCC
+   builtin and then its argument prototype would still apply.  */
 #ifdef __cplusplus
 extern "C"
-{
 #endif
-/* We use char because int might match the return type of a gcc2
-   builtin and then its argument prototype would still apply.  */
 char connect ();
 /* The GNU C library defines this for functions which it implements
     to always fail with ENOSYS.  Some functions are actually named
     something starting with __ and the normal name is an alias.  */
-#if defined (__stub_connect) || defined (__stub___connect)
+#if defined __stub_connect || defined __stub___connect
 choke me
-#else
-char (*f) () = connect;
-#endif
-#ifdef __cplusplus
-}
 #endif
 
 int
 main ()
 {
-return f != connect;
+return connect ();
   ;
   return 0;
 }
 _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
-  (eval $ac_link) 2>conftest.er1
+if { (ac_try="$ac_link"
+case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_link") 2>conftest.er1
   ac_status=$?
   grep -v '^ *+' conftest.er1 >conftest.err
   rm -f conftest.er1
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-  (eval $ac_try) 2>&5
+	 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
+  { (case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_try") 2>&5
   ac_status=$?
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); }; } &&
 	 { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-  (eval $ac_try) 2>&5
+  { (case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_try") 2>&5
   ac_status=$?
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
@@ -21883,18 +23389,19 @@
   echo "$as_me: failed program was:" >&5
 sed 's/^/| /' conftest.$ac_ext >&5
 
-ac_cv_func_connect=no
+	ac_cv_func_connect=no
 fi
-rm -f conftest.err conftest.$ac_objext \
+
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
       conftest$ac_exeext conftest.$ac_ext
 fi
-echo "$as_me:$LINENO: result: $ac_cv_func_connect" >&5
-echo "${ECHO_T}$ac_cv_func_connect" >&6
+{ echo "$as_me:$LINENO: result: $ac_cv_func_connect" >&5
+echo "${ECHO_T}$ac_cv_func_connect" >&6; }
 if test $ac_cv_func_connect = yes; then
   :
 else
-  echo "$as_me:$LINENO: checking for connect in -lsocket" >&5
-echo $ECHO_N "checking for connect in -lsocket... $ECHO_C" >&6
+  { echo "$as_me:$LINENO: checking for connect in -lsocket" >&5
+echo $ECHO_N "checking for connect in -lsocket... $ECHO_C" >&6; }
 if test "${ac_cv_lib_socket_connect+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
@@ -21907,39 +23414,52 @@
 cat >>conftest.$ac_ext <<_ACEOF
 /* end confdefs.h.  */
 
-/* Override any gcc2 internal prototype to avoid an error.  */
+/* Override any GCC internal prototype to avoid an error.
+   Use char because int might match the return type of a GCC
+   builtin and then its argument prototype would still apply.  */
 #ifdef __cplusplus
 extern "C"
 #endif
-/* We use char because int might match the return type of a gcc2
-   builtin and then its argument prototype would still apply.  */
 char connect ();
 int
 main ()
 {
-connect ();
+return connect ();
   ;
   return 0;
 }
 _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
-  (eval $ac_link) 2>conftest.er1
+if { (ac_try="$ac_link"
+case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_link") 2>conftest.er1
   ac_status=$?
   grep -v '^ *+' conftest.er1 >conftest.err
   rm -f conftest.er1
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-  (eval $ac_try) 2>&5
+	 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
+  { (case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_try") 2>&5
   ac_status=$?
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); }; } &&
 	 { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-  (eval $ac_try) 2>&5
+  { (case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_try") 2>&5
   ac_status=$?
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
@@ -21948,14 +23468,15 @@
   echo "$as_me: failed program was:" >&5
 sed 's/^/| /' conftest.$ac_ext >&5
 
-ac_cv_lib_socket_connect=no
+	ac_cv_lib_socket_connect=no
 fi
-rm -f conftest.err conftest.$ac_objext \
+
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
       conftest$ac_exeext conftest.$ac_ext
 LIBS=$ac_check_lib_save_LIBS
 fi
-echo "$as_me:$LINENO: result: $ac_cv_lib_socket_connect" >&5
-echo "${ECHO_T}$ac_cv_lib_socket_connect" >&6
+{ echo "$as_me:$LINENO: result: $ac_cv_lib_socket_connect" >&5
+echo "${ECHO_T}$ac_cv_lib_socket_connect" >&6; }
 if test $ac_cv_lib_socket_connect = yes; then
   NETLIBS="$NETLIBS -lsocket"
 fi
@@ -21963,8 +23484,8 @@
 fi
 
 
-echo "$as_me:$LINENO: checking for gethostbyname" >&5
-echo $ECHO_N "checking for gethostbyname... $ECHO_C" >&6
+{ echo "$as_me:$LINENO: checking for gethostbyname" >&5
+echo $ECHO_N "checking for gethostbyname... $ECHO_C" >&6; }
 if test "${ac_cv_func_gethostbyname+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
@@ -21991,52 +23512,59 @@
 
 #undef gethostbyname
 
-/* Override any gcc2 internal prototype to avoid an error.  */
+/* Override any GCC internal prototype to avoid an error.
+   Use char because int might match the return type of a GCC
+   builtin and then its argument prototype would still apply.  */
 #ifdef __cplusplus
 extern "C"
-{
 #endif
-/* We use char because int might match the return type of a gcc2
-   builtin and then its argument prototype would still apply.  */
 char gethostbyname ();
 /* The GNU C library defines this for functions which it implements
     to always fail with ENOSYS.  Some functions are actually named
     something starting with __ and the normal name is an alias.  */
-#if defined (__stub_gethostbyname) || defined (__stub___gethostbyname)
+#if defined __stub_gethostbyname || defined __stub___gethostbyname
 choke me
-#else
-char (*f) () = gethostbyname;
-#endif
-#ifdef __cplusplus
-}
 #endif
 
 int
 main ()
 {
-return f != gethostbyname;
+return gethostbyname ();
   ;
   return 0;
 }
 _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
-  (eval $ac_link) 2>conftest.er1
+if { (ac_try="$ac_link"
+case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_link") 2>conftest.er1
   ac_status=$?
   grep -v '^ *+' conftest.er1 >conftest.err
   rm -f conftest.er1
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-  (eval $ac_try) 2>&5
+	 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
+  { (case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_try") 2>&5
   ac_status=$?
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); }; } &&
 	 { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-  (eval $ac_try) 2>&5
+  { (case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_try") 2>&5
   ac_status=$?
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
@@ -22045,18 +23573,19 @@
   echo "$as_me: failed program was:" >&5
 sed 's/^/| /' conftest.$ac_ext >&5
 
-ac_cv_func_gethostbyname=no
+	ac_cv_func_gethostbyname=no
 fi
-rm -f conftest.err conftest.$ac_objext \
+
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
       conftest$ac_exeext conftest.$ac_ext
 fi
-echo "$as_me:$LINENO: result: $ac_cv_func_gethostbyname" >&5
-echo "${ECHO_T}$ac_cv_func_gethostbyname" >&6
+{ echo "$as_me:$LINENO: result: $ac_cv_func_gethostbyname" >&5
+echo "${ECHO_T}$ac_cv_func_gethostbyname" >&6; }
 if test $ac_cv_func_gethostbyname = yes; then
   :
 else
-  echo "$as_me:$LINENO: checking for gethostbyname in -lnsl" >&5
-echo $ECHO_N "checking for gethostbyname in -lnsl... $ECHO_C" >&6
+  { echo "$as_me:$LINENO: checking for gethostbyname in -lnsl" >&5
+echo $ECHO_N "checking for gethostbyname in -lnsl... $ECHO_C" >&6; }
 if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
@@ -22069,39 +23598,52 @@
 cat >>conftest.$ac_ext <<_ACEOF
 /* end confdefs.h.  */
 
-/* Override any gcc2 internal prototype to avoid an error.  */
+/* Override any GCC internal prototype to avoid an error.
+   Use char because int might match the return type of a GCC
+   builtin and then its argument prototype would still apply.  */
 #ifdef __cplusplus
 extern "C"
 #endif
-/* We use char because int might match the return type of a gcc2
-   builtin and then its argument prototype would still apply.  */
 char gethostbyname ();
 int
 main ()
 {
-gethostbyname ();
+return gethostbyname ();
   ;
   return 0;
 }
 _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
-  (eval $ac_link) 2>conftest.er1
+if { (ac_try="$ac_link"
+case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_link") 2>conftest.er1
   ac_status=$?
   grep -v '^ *+' conftest.er1 >conftest.err
   rm -f conftest.er1
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-  (eval $ac_try) 2>&5
+	 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
+  { (case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_try") 2>&5
   ac_status=$?
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); }; } &&
 	 { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-  (eval $ac_try) 2>&5
+  { (case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_try") 2>&5
   ac_status=$?
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
@@ -22110,14 +23652,15 @@
   echo "$as_me: failed program was:" >&5
 sed 's/^/| /' conftest.$ac_ext >&5
 
-ac_cv_lib_nsl_gethostbyname=no
+	ac_cv_lib_nsl_gethostbyname=no
 fi
-rm -f conftest.err conftest.$ac_objext \
+
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
       conftest$ac_exeext conftest.$ac_ext
 LIBS=$ac_check_lib_save_LIBS
 fi
-echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_gethostbyname" >&5
-echo "${ECHO_T}$ac_cv_lib_nsl_gethostbyname" >&6
+{ echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_gethostbyname" >&5
+echo "${ECHO_T}$ac_cv_lib_nsl_gethostbyname" >&6; }
 if test $ac_cv_lib_nsl_gethostbyname = yes; then
   NETLIBS="$NETLIBS -lnsl"
 fi
@@ -22125,8 +23668,8 @@
 fi
 
 
-echo "$as_me:$LINENO: checking for inet_aton" >&5
-echo $ECHO_N "checking for inet_aton... $ECHO_C" >&6
+{ echo "$as_me:$LINENO: checking for inet_aton" >&5
+echo $ECHO_N "checking for inet_aton... $ECHO_C" >&6; }
 if test "${ac_cv_func_inet_aton+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
@@ -22153,52 +23696,59 @@
 
 #undef inet_aton
 
-/* Override any gcc2 internal prototype to avoid an error.  */
+/* Override any GCC internal prototype to avoid an error.
+   Use char because int might match the return type of a GCC
+   builtin and then its argument prototype would still apply.  */
 #ifdef __cplusplus
 extern "C"
-{
 #endif
-/* We use char because int might match the return type of a gcc2
-   builtin and then its argument prototype would still apply.  */
 char inet_aton ();
 /* The GNU C library defines this for functions which it implements
     to always fail with ENOSYS.  Some functions are actually named
     something starting with __ and the normal name is an alias.  */
-#if defined (__stub_inet_aton) || defined (__stub___inet_aton)
+#if defined __stub_inet_aton || defined __stub___inet_aton
 choke me
-#else
-char (*f) () = inet_aton;
-#endif
-#ifdef __cplusplus
-}
 #endif
 
 int
 main ()
 {
-return f != inet_aton;
+return inet_aton ();
   ;
   return 0;
 }
 _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
-  (eval $ac_link) 2>conftest.er1
+if { (ac_try="$ac_link"
+case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_link") 2>conftest.er1
   ac_status=$?
   grep -v '^ *+' conftest.er1 >conftest.err
   rm -f conftest.er1
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-  (eval $ac_try) 2>&5
+	 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
+  { (case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_try") 2>&5
   ac_status=$?
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); }; } &&
 	 { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-  (eval $ac_try) 2>&5
+  { (case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_try") 2>&5
   ac_status=$?
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
@@ -22207,13 +23757,14 @@
   echo "$as_me: failed program was:" >&5
 sed 's/^/| /' conftest.$ac_ext >&5
 
-ac_cv_func_inet_aton=no
+	ac_cv_func_inet_aton=no
 fi
-rm -f conftest.err conftest.$ac_objext \
+
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
       conftest$ac_exeext conftest.$ac_ext
 fi
-echo "$as_me:$LINENO: result: $ac_cv_func_inet_aton" >&5
-echo "${ECHO_T}$ac_cv_func_inet_aton" >&6
+{ echo "$as_me:$LINENO: result: $ac_cv_func_inet_aton" >&5
+echo "${ECHO_T}$ac_cv_func_inet_aton" >&6; }
 if test $ac_cv_func_inet_aton = yes; then
 
 cat >>confdefs.h <<\_ACEOF
@@ -22223,9 +23774,9 @@
 else
   for lib in resolv socket inet bsd; do
 	as_ac_Lib=`echo "ac_cv_lib_$lib''_inet_aton" | $as_tr_sh`
-echo "$as_me:$LINENO: checking for inet_aton in -l$lib" >&5
-echo $ECHO_N "checking for inet_aton in -l$lib... $ECHO_C" >&6
-if eval "test \"\${$as_ac_Lib+set}\" = set"; then
+{ echo "$as_me:$LINENO: checking for inet_aton in -l$lib" >&5
+echo $ECHO_N "checking for inet_aton in -l$lib... $ECHO_C" >&6; }
+if { as_var=$as_ac_Lib; eval "test \"\${$as_var+set}\" = set"; }; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
   ac_check_lib_save_LIBS=$LIBS
@@ -22237,39 +23788,52 @@
 cat >>conftest.$ac_ext <<_ACEOF
 /* end confdefs.h.  */
 
-/* Override any gcc2 internal prototype to avoid an error.  */
+/* Override any GCC internal prototype to avoid an error.
+   Use char because int might match the return type of a GCC
+   builtin and then its argument prototype would still apply.  */
 #ifdef __cplusplus
 extern "C"
 #endif
-/* We use char because int might match the return type of a gcc2
-   builtin and then its argument prototype would still apply.  */
 char inet_aton ();
 int
 main ()
 {
-inet_aton ();
+return inet_aton ();
   ;
   return 0;
 }
 _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
-  (eval $ac_link) 2>conftest.er1
+if { (ac_try="$ac_link"
+case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_link") 2>conftest.er1
   ac_status=$?
   grep -v '^ *+' conftest.er1 >conftest.err
   rm -f conftest.er1
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-  (eval $ac_try) 2>&5
+	 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
+  { (case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_try") 2>&5
   ac_status=$?
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); }; } &&
 	 { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-  (eval $ac_try) 2>&5
+  { (case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_try") 2>&5
   ac_status=$?
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
@@ -22278,14 +23842,16 @@
   echo "$as_me: failed program was:" >&5
 sed 's/^/| /' conftest.$ac_ext >&5
 
-eval "$as_ac_Lib=no"
+	eval "$as_ac_Lib=no"
 fi
-rm -f conftest.err conftest.$ac_objext \
+
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
       conftest$ac_exeext conftest.$ac_ext
 LIBS=$ac_check_lib_save_LIBS
 fi
-echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Lib'}'`" >&5
-echo "${ECHO_T}`eval echo '${'$as_ac_Lib'}'`" >&6
+ac_res=`eval echo '${'$as_ac_Lib'}'`
+	       { echo "$as_me:$LINENO: result: $ac_res" >&5
+echo "${ECHO_T}$ac_res" >&6; }
 if test `eval echo '${'$as_ac_Lib'}'` = yes; then
   cat >>confdefs.h <<\_ACEOF
 #define HAVE_INET_ATON 1
@@ -22302,47 +23868,49 @@
 
 
 
+{ echo "$as_me:$LINENO: checking for X" >&5
+echo $ECHO_N "checking for X... $ECHO_C" >&6; }
 
-if test "x$ac_path_x_has_been_run" != xyes; then
-  echo "$as_me:$LINENO: checking for X" >&5
-echo $ECHO_N "checking for X... $ECHO_C" >&6
 
-ac_path_x_has_been_run=yes
-
-# Check whether --with-x or --without-x was given.
+# Check whether --with-x was given.
 if test "${with_x+set}" = set; then
-  withval="$with_x"
+  withval=$with_x;
+fi
 
-fi;
 # $have_x is `yes', `no', `disabled', or empty when we do not yet know.
 if test "x$with_x" = xno; then
   # The user explicitly disabled X.
   have_x=disabled
 else
-  if test "x$x_includes" != xNONE && test "x$x_libraries" != xNONE; then
-    # Both variables are already set.
-    have_x=yes
-  else
-    if test "${ac_cv_have_x+set}" = set; then
+  case $x_includes,$x_libraries in #(
+    *\'*) { { echo "$as_me:$LINENO: error: Cannot use X directory names containing '" >&5
+echo "$as_me: error: Cannot use X directory names containing '" >&2;}
+   { (exit 1); exit 1; }; };; #(
+    *,NONE | NONE,*) if test "${ac_cv_have_x+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
   # One or both of the vars are not set, and there is no cached value.
 ac_x_includes=no ac_x_libraries=no
-rm -fr conftest.dir
+rm -f -r conftest.dir
 if mkdir conftest.dir; then
   cd conftest.dir
-  # Make sure to not put "make" in the Imakefile rules, since we grep it out.
   cat >Imakefile <<'_ACEOF'
-acfindx:
-	@echo 'ac_im_incroot="${INCROOT}"; ac_im_usrlibdir="${USRLIBDIR}"; ac_im_libdir="${LIBDIR}"'
+incroot:
+	@echo incroot='${INCROOT}'
+usrlibdir:
+	@echo usrlibdir='${USRLIBDIR}'
+libdir:
+	@echo libdir='${LIBDIR}'
 _ACEOF
-  if (xmkmf) >/dev/null 2>/dev/null && test -f Makefile; then
+  if (export CC; ${XMKMF-xmkmf}) >/dev/null 2>/dev/null && test -f Makefile; then
     # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
-    eval `${MAKE-make} acfindx 2>/dev/null | grep -v make`
+    for ac_var in incroot usrlibdir libdir; do
+      eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
+    done
     # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
     for ac_extension in a so sl; do
-      if test ! -f $ac_im_usrlibdir/libX11.$ac_extension &&
-	 test -f $ac_im_libdir/libX11.$ac_extension; then
+      if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" &&
+	 test -f "$ac_im_libdir/libX11.$ac_extension"; then
 	ac_im_usrlibdir=$ac_im_libdir; break
       fi
     done
@@ -22350,7 +23918,7 @@
     # bogus both because they are the default anyway, and because
     # using them would break gcc on systems where it needs fixed includes.
     case $ac_im_incroot in
-	/usr/include) ;;
+	/usr/include) ac_x_includes= ;;
 	*) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;;
     esac
     case $ac_im_usrlibdir in
@@ -22359,7 +23927,7 @@
     esac
   fi
   cd ..
-  rm -fr conftest.dir
+  rm -f -r conftest.dir
 fi
 
 # Standard set of common directories for X headers.
@@ -22400,7 +23968,7 @@
 /usr/openwin/share/include'
 
 if test "$ac_x_includes" = no; then
-  # Guess where to find include files, by looking for a specified header file.
+  # Guess where to find include files, by looking for Xlib.h.
   # First, try using that file with no special directory specified.
   cat >conftest.$ac_ext <<_ACEOF
 /* confdefs.h.  */
@@ -22408,10 +23976,15 @@
 cat confdefs.h >>conftest.$ac_ext
 cat >>conftest.$ac_ext <<_ACEOF
 /* end confdefs.h.  */
-#include <X11/Intrinsic.h>
+#include <X11/Xlib.h>
 _ACEOF
-if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
-  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
+if { (ac_try="$ac_cpp conftest.$ac_ext"
+case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
   ac_status=$?
   grep -v '^ *+' conftest.er1 >conftest.err
   rm -f conftest.er1
@@ -22435,12 +24008,13 @@
 sed 's/^/| /' conftest.$ac_ext >&5
 
   for ac_dir in $ac_x_header_dirs; do
-  if test -r "$ac_dir/X11/Intrinsic.h"; then
+  if test -r "$ac_dir/X11/Xlib.h"; then
     ac_x_includes=$ac_dir
     break
   fi
 done
 fi
+
 rm -f conftest.err conftest.$ac_ext
 fi # $ac_x_includes = no
 
@@ -22449,40 +24023,53 @@
   # See if we find them without any special options.
   # Don't add to $LIBS permanently.
   ac_save_LIBS=$LIBS
-  LIBS="-lXt $LIBS"
+  LIBS="-lX11 $LIBS"
   cat >conftest.$ac_ext <<_ACEOF
 /* confdefs.h.  */
 _ACEOF
 cat confdefs.h >>conftest.$ac_ext
 cat >>conftest.$ac_ext <<_ACEOF
 /* end confdefs.h.  */
-#include <X11/Intrinsic.h>
+#include <X11/Xlib.h>
 int
 main ()
 {
-XtMalloc (0)
+XrmInitialize ()
   ;
   return 0;
 }
 _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
-  (eval $ac_link) 2>conftest.er1
+if { (ac_try="$ac_link"
+case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_link") 2>conftest.er1
   ac_status=$?
   grep -v '^ *+' conftest.er1 >conftest.err
   rm -f conftest.er1
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-  (eval $ac_try) 2>&5
+	 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
+  { (case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_try") 2>&5
   ac_status=$?
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); }; } &&
 	 { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-  (eval $ac_try) 2>&5
+  { (case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_try") 2>&5
   ac_status=$?
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
@@ -22493,56 +24080,56 @@
   echo "$as_me: failed program was:" >&5
 sed 's/^/| /' conftest.$ac_ext >&5
 
-LIBS=$ac_save_LIBS
+	LIBS=$ac_save_LIBS
 for ac_dir in `echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
 do
   # Don't even attempt the hair of trying to link an X program!
   for ac_extension in a so sl; do
-    if test -r $ac_dir/libXt.$ac_extension; then
+    if test -r "$ac_dir/libX11.$ac_extension"; then
       ac_x_libraries=$ac_dir
       break 2
     fi
   done
 done
 fi
-rm -f conftest.err conftest.$ac_objext \
+
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
       conftest$ac_exeext conftest.$ac_ext
 fi # $ac_x_libraries = no
 
-if test "$ac_x_includes" = no || test "$ac_x_libraries" = no; then
-  # Didn't find X anywhere.  Cache the known absence of X.
-  ac_cv_have_x="have_x=no"
-else
-  # Record where we found X for the cache.
-  ac_cv_have_x="have_x=yes \
-		ac_x_includes=$ac_x_includes ac_x_libraries=$ac_x_libraries"
-fi
+case $ac_x_includes,$ac_x_libraries in #(
+  no,* | *,no | *\'*)
+    # Didn't find X, or a directory has "'" in its name.
+    ac_cv_have_x="have_x=no";; #(
+  *)
+    # Record where we found X for the cache.
+    ac_cv_have_x="have_x=yes\
+	ac_x_includes='$ac_x_includes'\
+	ac_x_libraries='$ac_x_libraries'"
+esac
 fi
-
-  fi
+;; #(
+    *) have_x=yes;;
+  esac
   eval "$ac_cv_have_x"
 fi # $with_x != no
 
 if test "$have_x" != yes; then
-  echo "$as_me:$LINENO: result: $have_x" >&5
-echo "${ECHO_T}$have_x" >&6
+  { echo "$as_me:$LINENO: result: $have_x" >&5
+echo "${ECHO_T}$have_x" >&6; }
   no_x=yes
 else
   # If each of the values was on the command line, it overrides each guess.
   test "x$x_includes" = xNONE && x_includes=$ac_x_includes
   test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
   # Update the cache value to reflect the command line values.
-  ac_cv_have_x="have_x=yes \
-		ac_x_includes=$x_includes ac_x_libraries=$x_libraries"
-  # It might be that x_includes is empty (headers are found in the
-  # standard search path. Then output the corresponding message
-  ac_out_x_includes=$x_includes
-  test "x$x_includes" = x && ac_out_x_includes="in standard search path"
-  echo "$as_me:$LINENO: result: libraries $x_libraries, headers $ac_out_x_includes" >&5
-echo "${ECHO_T}libraries $x_libraries, headers $ac_out_x_includes" >&6
+  ac_cv_have_x="have_x=yes\
+	ac_x_includes='$x_includes'\
+	ac_x_libraries='$x_libraries'"
+  { echo "$as_me:$LINENO: result: libraries $x_libraries, headers $x_includes" >&5
+echo "${ECHO_T}libraries $x_libraries, headers $x_includes" >&6; }
 fi
 
-fi
 if test "$no_x" = yes; then
   # Not all programs may use this symbol, but it does not hurt to define it.
 
@@ -22561,12 +24148,12 @@
     X_LIBS="$X_LIBS -L$x_libraries"
     # For Solaris; some versions of Sun CC require a space after -R and
     # others require no space.  Words are not sufficient . . . .
-    case `(uname -sr) 2>/dev/null` in
-    "SunOS 5"*)
-      echo "$as_me:$LINENO: checking whether -R must be followed by a space" >&5
-echo $ECHO_N "checking whether -R must be followed by a space... $ECHO_C" >&6
-      ac_xsave_LIBS=$LIBS; LIBS="$LIBS -R$x_libraries"
-      cat >conftest.$ac_ext <<_ACEOF
+    { echo "$as_me:$LINENO: checking whether -R must be followed by a space" >&5
+echo $ECHO_N "checking whether -R must be followed by a space... $ECHO_C" >&6; }
+    ac_xsave_LIBS=$LIBS; LIBS="$LIBS -R$x_libraries"
+    ac_xsave_c_werror_flag=$ac_c_werror_flag
+    ac_c_werror_flag=yes
+    cat >conftest.$ac_ext <<_ACEOF
 /* confdefs.h.  */
 _ACEOF
 cat confdefs.h >>conftest.$ac_ext
@@ -22582,42 +24169,48 @@
 }
 _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
-  (eval $ac_link) 2>conftest.er1
+if { (ac_try="$ac_link"
+case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_link") 2>conftest.er1
   ac_status=$?
   grep -v '^ *+' conftest.er1 >conftest.err
   rm -f conftest.er1
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-  (eval $ac_try) 2>&5
+	 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
+  { (case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_try") 2>&5
   ac_status=$?
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); }; } &&
 	 { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-  (eval $ac_try) 2>&5
+  { (case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_try") 2>&5
   ac_status=$?
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
-  ac_R_nospace=yes
+  { echo "$as_me:$LINENO: result: no" >&5
+echo "${ECHO_T}no" >&6; }
+       X_LIBS="$X_LIBS -R$x_libraries"
 else
   echo "$as_me: failed program was:" >&5
 sed 's/^/| /' conftest.$ac_ext >&5
 
-ac_R_nospace=no
-fi
-rm -f conftest.err conftest.$ac_objext \
-      conftest$ac_exeext conftest.$ac_ext
-      if test $ac_R_nospace = yes; then
-	echo "$as_me:$LINENO: result: no" >&5
-echo "${ECHO_T}no" >&6
-	X_LIBS="$X_LIBS -R$x_libraries"
-      else
 	LIBS="$ac_xsave_LIBS -R $x_libraries"
-	cat >conftest.$ac_ext <<_ACEOF
+       cat >conftest.$ac_ext <<_ACEOF
 /* confdefs.h.  */
 _ACEOF
 cat confdefs.h >>conftest.$ac_ext
@@ -22633,46 +24226,58 @@
 }
 _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
-  (eval $ac_link) 2>conftest.er1
+if { (ac_try="$ac_link"
+case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_link") 2>conftest.er1
   ac_status=$?
   grep -v '^ *+' conftest.er1 >conftest.err
   rm -f conftest.er1
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-  (eval $ac_try) 2>&5
+	 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
+  { (case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_try") 2>&5
   ac_status=$?
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); }; } &&
 	 { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-  (eval $ac_try) 2>&5
+  { (case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_try") 2>&5
   ac_status=$?
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
-  ac_R_space=yes
+  { echo "$as_me:$LINENO: result: yes" >&5
+echo "${ECHO_T}yes" >&6; }
+	  X_LIBS="$X_LIBS -R $x_libraries"
 else
   echo "$as_me: failed program was:" >&5
 sed 's/^/| /' conftest.$ac_ext >&5
 
-ac_R_space=no
+	{ echo "$as_me:$LINENO: result: neither works" >&5
+echo "${ECHO_T}neither works" >&6; }
 fi
-rm -f conftest.err conftest.$ac_objext \
+
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
       conftest$ac_exeext conftest.$ac_ext
-	if test $ac_R_space = yes; then
-	  echo "$as_me:$LINENO: result: yes" >&5
-echo "${ECHO_T}yes" >&6
-	  X_LIBS="$X_LIBS -R $x_libraries"
-	else
-	  echo "$as_me:$LINENO: result: neither works" >&5
-echo "${ECHO_T}neither works" >&6
-	fi
-      fi
-      LIBS=$ac_xsave_LIBS
-    esac
+fi
+
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
+      conftest$ac_exeext conftest.$ac_ext
+    ac_c_werror_flag=$ac_xsave_c_werror_flag
+    LIBS=$ac_xsave_LIBS
   fi
 
   # Check for system-dependent libraries X programs must link with.
@@ -22693,39 +24298,52 @@
 cat >>conftest.$ac_ext <<_ACEOF
 /* end confdefs.h.  */
 
-/* Override any gcc2 internal prototype to avoid an error.  */
+/* Override any GCC internal prototype to avoid an error.
+   Use char because int might match the return type of a GCC
+   builtin and then its argument prototype would still apply.  */
 #ifdef __cplusplus
 extern "C"
 #endif
-/* We use char because int might match the return type of a gcc2
-   builtin and then its argument prototype would still apply.  */
 char XOpenDisplay ();
 int
 main ()
 {
-XOpenDisplay ();
+return XOpenDisplay ();
   ;
   return 0;
 }
 _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
-  (eval $ac_link) 2>conftest.er1
+if { (ac_try="$ac_link"
+case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_link") 2>conftest.er1
   ac_status=$?
   grep -v '^ *+' conftest.er1 >conftest.err
   rm -f conftest.er1
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-  (eval $ac_try) 2>&5
+	 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
+  { (case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_try") 2>&5
   ac_status=$?
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); }; } &&
 	 { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-  (eval $ac_try) 2>&5
+  { (case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_try") 2>&5
   ac_status=$?
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
@@ -22734,8 +24352,8 @@
   echo "$as_me: failed program was:" >&5
 sed 's/^/| /' conftest.$ac_ext >&5
 
-echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet" >&5
-echo $ECHO_N "checking for dnet_ntoa in -ldnet... $ECHO_C" >&6
+	{ echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet" >&5
+echo $ECHO_N "checking for dnet_ntoa in -ldnet... $ECHO_C" >&6; }
 if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
@@ -22748,39 +24366,52 @@
 cat >>conftest.$ac_ext <<_ACEOF
 /* end confdefs.h.  */
 
-/* Override any gcc2 internal prototype to avoid an error.  */
+/* Override any GCC internal prototype to avoid an error.
+   Use char because int might match the return type of a GCC
+   builtin and then its argument prototype would still apply.  */
 #ifdef __cplusplus
 extern "C"
 #endif
-/* We use char because int might match the return type of a gcc2
-   builtin and then its argument prototype would still apply.  */
 char dnet_ntoa ();
 int
 main ()
 {
-dnet_ntoa ();
+return dnet_ntoa ();
   ;
   return 0;
 }
 _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
-  (eval $ac_link) 2>conftest.er1
+if { (ac_try="$ac_link"
+case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_link") 2>conftest.er1
   ac_status=$?
   grep -v '^ *+' conftest.er1 >conftest.err
   rm -f conftest.er1
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-  (eval $ac_try) 2>&5
+	 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
+  { (case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_try") 2>&5
   ac_status=$?
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); }; } &&
 	 { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-  (eval $ac_try) 2>&5
+  { (case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_try") 2>&5
   ac_status=$?
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
@@ -22789,21 +24420,22 @@
   echo "$as_me: failed program was:" >&5
 sed 's/^/| /' conftest.$ac_ext >&5
 
-ac_cv_lib_dnet_dnet_ntoa=no
+	ac_cv_lib_dnet_dnet_ntoa=no
 fi
-rm -f conftest.err conftest.$ac_objext \
+
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
       conftest$ac_exeext conftest.$ac_ext
 LIBS=$ac_check_lib_save_LIBS
 fi
-echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
-echo "${ECHO_T}$ac_cv_lib_dnet_dnet_ntoa" >&6
+{ echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
+echo "${ECHO_T}$ac_cv_lib_dnet_dnet_ntoa" >&6; }
 if test $ac_cv_lib_dnet_dnet_ntoa = yes; then
   X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
 fi
 
     if test $ac_cv_lib_dnet_dnet_ntoa = no; then
-      echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet_stub" >&5
-echo $ECHO_N "checking for dnet_ntoa in -ldnet_stub... $ECHO_C" >&6
+      { echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet_stub" >&5
+echo $ECHO_N "checking for dnet_ntoa in -ldnet_stub... $ECHO_C" >&6; }
 if test "${ac_cv_lib_dnet_stub_dnet_ntoa+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
@@ -22816,39 +24448,52 @@
 cat >>conftest.$ac_ext <<_ACEOF
 /* end confdefs.h.  */
 
-/* Override any gcc2 internal prototype to avoid an error.  */
+/* Override any GCC internal prototype to avoid an error.
+   Use char because int might match the return type of a GCC
+   builtin and then its argument prototype would still apply.  */
 #ifdef __cplusplus
 extern "C"
 #endif
-/* We use char because int might match the return type of a gcc2
-   builtin and then its argument prototype would still apply.  */
 char dnet_ntoa ();
 int
 main ()
 {
-dnet_ntoa ();
+return dnet_ntoa ();
   ;
   return 0;
 }
 _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
-  (eval $ac_link) 2>conftest.er1
+if { (ac_try="$ac_link"
+case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_link") 2>conftest.er1
   ac_status=$?
   grep -v '^ *+' conftest.er1 >conftest.err
   rm -f conftest.er1
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-  (eval $ac_try) 2>&5
+	 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
+  { (case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_try") 2>&5
   ac_status=$?
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); }; } &&
 	 { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-  (eval $ac_try) 2>&5
+  { (case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_try") 2>&5
   ac_status=$?
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
@@ -22857,21 +24502,23 @@
   echo "$as_me: failed program was:" >&5
 sed 's/^/| /' conftest.$ac_ext >&5
 
-ac_cv_lib_dnet_stub_dnet_ntoa=no
+	ac_cv_lib_dnet_stub_dnet_ntoa=no
 fi
-rm -f conftest.err conftest.$ac_objext \
+
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
       conftest$ac_exeext conftest.$ac_ext
 LIBS=$ac_check_lib_save_LIBS
 fi
-echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
-echo "${ECHO_T}$ac_cv_lib_dnet_stub_dnet_ntoa" >&6
+{ echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
+echo "${ECHO_T}$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; }
 if test $ac_cv_lib_dnet_stub_dnet_ntoa = yes; then
   X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"
 fi
 
     fi
 fi
-rm -f conftest.err conftest.$ac_objext \
+
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
       conftest$ac_exeext conftest.$ac_ext
     LIBS="$ac_xsave_LIBS"
 
@@ -22883,8 +24530,8 @@
     # on Irix 5.2, according to T.E. Dickey.
     # The functions gethostbyname, getservbyname, and inet_addr are
     # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
-    echo "$as_me:$LINENO: checking for gethostbyname" >&5
-echo $ECHO_N "checking for gethostbyname... $ECHO_C" >&6
+    { echo "$as_me:$LINENO: checking for gethostbyname" >&5
+echo $ECHO_N "checking for gethostbyname... $ECHO_C" >&6; }
 if test "${ac_cv_func_gethostbyname+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
@@ -22911,52 +24558,59 @@
 
 #undef gethostbyname
 
-/* Override any gcc2 internal prototype to avoid an error.  */
+/* Override any GCC internal prototype to avoid an error.
+   Use char because int might match the return type of a GCC
+   builtin and then its argument prototype would still apply.  */
 #ifdef __cplusplus
 extern "C"
-{
 #endif
-/* We use char because int might match the return type of a gcc2
-   builtin and then its argument prototype would still apply.  */
 char gethostbyname ();
 /* The GNU C library defines this for functions which it implements
     to always fail with ENOSYS.  Some functions are actually named
     something starting with __ and the normal name is an alias.  */
-#if defined (__stub_gethostbyname) || defined (__stub___gethostbyname)
+#if defined __stub_gethostbyname || defined __stub___gethostbyname
 choke me
-#else
-char (*f) () = gethostbyname;
-#endif
-#ifdef __cplusplus
-}
 #endif
 
 int
 main ()
 {
-return f != gethostbyname;
+return gethostbyname ();
   ;
   return 0;
 }
 _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
-  (eval $ac_link) 2>conftest.er1
+if { (ac_try="$ac_link"
+case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_link") 2>conftest.er1
   ac_status=$?
   grep -v '^ *+' conftest.er1 >conftest.err
   rm -f conftest.er1
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-  (eval $ac_try) 2>&5
+	 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
+  { (case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_try") 2>&5
   ac_status=$?
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); }; } &&
 	 { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-  (eval $ac_try) 2>&5
+  { (case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_try") 2>&5
   ac_status=$?
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
@@ -22965,17 +24619,18 @@
   echo "$as_me: failed program was:" >&5
 sed 's/^/| /' conftest.$ac_ext >&5
 
-ac_cv_func_gethostbyname=no
+	ac_cv_func_gethostbyname=no
 fi
-rm -f conftest.err conftest.$ac_objext \
+
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
       conftest$ac_exeext conftest.$ac_ext
 fi
-echo "$as_me:$LINENO: result: $ac_cv_func_gethostbyname" >&5
-echo "${ECHO_T}$ac_cv_func_gethostbyname" >&6
+{ echo "$as_me:$LINENO: result: $ac_cv_func_gethostbyname" >&5
+echo "${ECHO_T}$ac_cv_func_gethostbyname" >&6; }
 
     if test $ac_cv_func_gethostbyname = no; then
-      echo "$as_me:$LINENO: checking for gethostbyname in -lnsl" >&5
-echo $ECHO_N "checking for gethostbyname in -lnsl... $ECHO_C" >&6
+      { echo "$as_me:$LINENO: checking for gethostbyname in -lnsl" >&5
+echo $ECHO_N "checking for gethostbyname in -lnsl... $ECHO_C" >&6; }
 if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
@@ -22988,39 +24643,52 @@
 cat >>conftest.$ac_ext <<_ACEOF
 /* end confdefs.h.  */
 
-/* Override any gcc2 internal prototype to avoid an error.  */
+/* Override any GCC internal prototype to avoid an error.
+   Use char because int might match the return type of a GCC
+   builtin and then its argument prototype would still apply.  */
 #ifdef __cplusplus
 extern "C"
 #endif
-/* We use char because int might match the return type of a gcc2
-   builtin and then its argument prototype would still apply.  */
 char gethostbyname ();
 int
 main ()
 {
-gethostbyname ();
+return gethostbyname ();
   ;
   return 0;
 }
 _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
-  (eval $ac_link) 2>conftest.er1
+if { (ac_try="$ac_link"
+case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_link") 2>conftest.er1
   ac_status=$?
   grep -v '^ *+' conftest.er1 >conftest.err
   rm -f conftest.er1
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-  (eval $ac_try) 2>&5
+	 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
+  { (case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_try") 2>&5
   ac_status=$?
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); }; } &&
 	 { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-  (eval $ac_try) 2>&5
+  { (case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_try") 2>&5
   ac_status=$?
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
@@ -23029,21 +24697,22 @@
   echo "$as_me: failed program was:" >&5
 sed 's/^/| /' conftest.$ac_ext >&5
 
-ac_cv_lib_nsl_gethostbyname=no
+	ac_cv_lib_nsl_gethostbyname=no
 fi
-rm -f conftest.err conftest.$ac_objext \
+
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
       conftest$ac_exeext conftest.$ac_ext
 LIBS=$ac_check_lib_save_LIBS
 fi
-echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_gethostbyname" >&5
-echo "${ECHO_T}$ac_cv_lib_nsl_gethostbyname" >&6
+{ echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_gethostbyname" >&5
+echo "${ECHO_T}$ac_cv_lib_nsl_gethostbyname" >&6; }
 if test $ac_cv_lib_nsl_gethostbyname = yes; then
   X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
 fi
 
       if test $ac_cv_lib_nsl_gethostbyname = no; then
-	echo "$as_me:$LINENO: checking for gethostbyname in -lbsd" >&5
-echo $ECHO_N "checking for gethostbyname in -lbsd... $ECHO_C" >&6
+	{ echo "$as_me:$LINENO: checking for gethostbyname in -lbsd" >&5
+echo $ECHO_N "checking for gethostbyname in -lbsd... $ECHO_C" >&6; }
 if test "${ac_cv_lib_bsd_gethostbyname+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
@@ -23056,39 +24725,52 @@
 cat >>conftest.$ac_ext <<_ACEOF
 /* end confdefs.h.  */
 
-/* Override any gcc2 internal prototype to avoid an error.  */
+/* Override any GCC internal prototype to avoid an error.
+   Use char because int might match the return type of a GCC
+   builtin and then its argument prototype would still apply.  */
 #ifdef __cplusplus
 extern "C"
 #endif
-/* We use char because int might match the return type of a gcc2
-   builtin and then its argument prototype would still apply.  */
 char gethostbyname ();
 int
 main ()
 {
-gethostbyname ();
+return gethostbyname ();
   ;
   return 0;
 }
 _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
-  (eval $ac_link) 2>conftest.er1
+if { (ac_try="$ac_link"
+case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_link") 2>conftest.er1
   ac_status=$?
   grep -v '^ *+' conftest.er1 >conftest.err
   rm -f conftest.er1
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-  (eval $ac_try) 2>&5
+	 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
+  { (case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_try") 2>&5
   ac_status=$?
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); }; } &&
 	 { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-  (eval $ac_try) 2>&5
+  { (case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_try") 2>&5
   ac_status=$?
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
@@ -23097,14 +24779,15 @@
   echo "$as_me: failed program was:" >&5
 sed 's/^/| /' conftest.$ac_ext >&5
 
-ac_cv_lib_bsd_gethostbyname=no
+	ac_cv_lib_bsd_gethostbyname=no
 fi
-rm -f conftest.err conftest.$ac_objext \
+
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
       conftest$ac_exeext conftest.$ac_ext
 LIBS=$ac_check_lib_save_LIBS
 fi
-echo "$as_me:$LINENO: result: $ac_cv_lib_bsd_gethostbyname" >&5
-echo "${ECHO_T}$ac_cv_lib_bsd_gethostbyname" >&6
+{ echo "$as_me:$LINENO: result: $ac_cv_lib_bsd_gethostbyname" >&5
+echo "${ECHO_T}$ac_cv_lib_bsd_gethostbyname" >&6; }
 if test $ac_cv_lib_bsd_gethostbyname = yes; then
   X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd"
 fi
@@ -23119,8 +24802,8 @@
     # variants that don't use the name server (or something).  -lsocket
     # must be given before -lnsl if both are needed.  We assume that
     # if connect needs -lnsl, so does gethostbyname.
-    echo "$as_me:$LINENO: checking for connect" >&5
-echo $ECHO_N "checking for connect... $ECHO_C" >&6
+    { echo "$as_me:$LINENO: checking for connect" >&5
+echo $ECHO_N "checking for connect... $ECHO_C" >&6; }
 if test "${ac_cv_func_connect+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
@@ -23147,52 +24830,59 @@
 
 #undef connect
 
-/* Override any gcc2 internal prototype to avoid an error.  */
+/* Override any GCC internal prototype to avoid an error.
+   Use char because int might match the return type of a GCC
+   builtin and then its argument prototype would still apply.  */
 #ifdef __cplusplus
 extern "C"
-{
 #endif
-/* We use char because int might match the return type of a gcc2
-   builtin and then its argument prototype would still apply.  */
 char connect ();
 /* The GNU C library defines this for functions which it implements
     to always fail with ENOSYS.  Some functions are actually named
     something starting with __ and the normal name is an alias.  */
-#if defined (__stub_connect) || defined (__stub___connect)
+#if defined __stub_connect || defined __stub___connect
 choke me
-#else
-char (*f) () = connect;
-#endif
-#ifdef __cplusplus
-}
 #endif
 
 int
 main ()
 {
-return f != connect;
+return connect ();
   ;
   return 0;
 }
 _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
-  (eval $ac_link) 2>conftest.er1
+if { (ac_try="$ac_link"
+case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_link") 2>conftest.er1
   ac_status=$?
   grep -v '^ *+' conftest.er1 >conftest.err
   rm -f conftest.er1
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-  (eval $ac_try) 2>&5
+	 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
+  { (case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_try") 2>&5
   ac_status=$?
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); }; } &&
 	 { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-  (eval $ac_try) 2>&5
+  { (case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_try") 2>&5
   ac_status=$?
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
@@ -23201,17 +24891,18 @@
   echo "$as_me: failed program was:" >&5
 sed 's/^/| /' conftest.$ac_ext >&5
 
-ac_cv_func_connect=no
+	ac_cv_func_connect=no
 fi
-rm -f conftest.err conftest.$ac_objext \
+
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
       conftest$ac_exeext conftest.$ac_ext
 fi
-echo "$as_me:$LINENO: result: $ac_cv_func_connect" >&5
-echo "${ECHO_T}$ac_cv_func_connect" >&6
+{ echo "$as_me:$LINENO: result: $ac_cv_func_connect" >&5
+echo "${ECHO_T}$ac_cv_func_connect" >&6; }
 
     if test $ac_cv_func_connect = no; then
-      echo "$as_me:$LINENO: checking for connect in -lsocket" >&5
-echo $ECHO_N "checking for connect in -lsocket... $ECHO_C" >&6
+      { echo "$as_me:$LINENO: checking for connect in -lsocket" >&5
+echo $ECHO_N "checking for connect in -lsocket... $ECHO_C" >&6; }
 if test "${ac_cv_lib_socket_connect+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
@@ -23224,39 +24915,52 @@
 cat >>conftest.$ac_ext <<_ACEOF
 /* end confdefs.h.  */
 
-/* Override any gcc2 internal prototype to avoid an error.  */
+/* Override any GCC internal prototype to avoid an error.
+   Use char because int might match the return type of a GCC
+   builtin and then its argument prototype would still apply.  */
 #ifdef __cplusplus
 extern "C"
 #endif
-/* We use char because int might match the return type of a gcc2
-   builtin and then its argument prototype would still apply.  */
 char connect ();
 int
 main ()
 {
-connect ();
+return connect ();
   ;
   return 0;
 }
 _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
-  (eval $ac_link) 2>conftest.er1
+if { (ac_try="$ac_link"
+case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_link") 2>conftest.er1
   ac_status=$?
   grep -v '^ *+' conftest.er1 >conftest.err
   rm -f conftest.er1
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-  (eval $ac_try) 2>&5
+	 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
+  { (case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_try") 2>&5
   ac_status=$?
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); }; } &&
 	 { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-  (eval $ac_try) 2>&5
+  { (case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_try") 2>&5
   ac_status=$?
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
@@ -23265,14 +24969,15 @@
   echo "$as_me: failed program was:" >&5
 sed 's/^/| /' conftest.$ac_ext >&5
 
-ac_cv_lib_socket_connect=no
+	ac_cv_lib_socket_connect=no
 fi
-rm -f conftest.err conftest.$ac_objext \
+
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
       conftest$ac_exeext conftest.$ac_ext
 LIBS=$ac_check_lib_save_LIBS
 fi
-echo "$as_me:$LINENO: result: $ac_cv_lib_socket_connect" >&5
-echo "${ECHO_T}$ac_cv_lib_socket_connect" >&6
+{ echo "$as_me:$LINENO: result: $ac_cv_lib_socket_connect" >&5
+echo "${ECHO_T}$ac_cv_lib_socket_connect" >&6; }
 if test $ac_cv_lib_socket_connect = yes; then
   X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
 fi
@@ -23280,8 +24985,8 @@
     fi
 
     # Guillermo Gomez says -lposix is necessary on A/UX.
-    echo "$as_me:$LINENO: checking for remove" >&5
-echo $ECHO_N "checking for remove... $ECHO_C" >&6
+    { echo "$as_me:$LINENO: checking for remove" >&5
+echo $ECHO_N "checking for remove... $ECHO_C" >&6; }
 if test "${ac_cv_func_remove+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
@@ -23308,52 +25013,59 @@
 
 #undef remove
 
-/* Override any gcc2 internal prototype to avoid an error.  */
+/* Override any GCC internal prototype to avoid an error.
+   Use char because int might match the return type of a GCC
+   builtin and then its argument prototype would still apply.  */
 #ifdef __cplusplus
 extern "C"
-{
 #endif
-/* We use char because int might match the return type of a gcc2
-   builtin and then its argument prototype would still apply.  */
 char remove ();
 /* The GNU C library defines this for functions which it implements
     to always fail with ENOSYS.  Some functions are actually named
     something starting with __ and the normal name is an alias.  */
-#if defined (__stub_remove) || defined (__stub___remove)
+#if defined __stub_remove || defined __stub___remove
 choke me
-#else
-char (*f) () = remove;
-#endif
-#ifdef __cplusplus
-}
 #endif
 
 int
 main ()
 {
-return f != remove;
+return remove ();
   ;
   return 0;
 }
 _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
-  (eval $ac_link) 2>conftest.er1
+if { (ac_try="$ac_link"
+case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_link") 2>conftest.er1
   ac_status=$?
   grep -v '^ *+' conftest.er1 >conftest.err
   rm -f conftest.er1
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-  (eval $ac_try) 2>&5
+	 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
+  { (case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_try") 2>&5
   ac_status=$?
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); }; } &&
 	 { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-  (eval $ac_try) 2>&5
+  { (case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_try") 2>&5
   ac_status=$?
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
@@ -23362,17 +25074,18 @@
   echo "$as_me: failed program was:" >&5
 sed 's/^/| /' conftest.$ac_ext >&5
 
-ac_cv_func_remove=no
+	ac_cv_func_remove=no
 fi
-rm -f conftest.err conftest.$ac_objext \
+
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
       conftest$ac_exeext conftest.$ac_ext
 fi
-echo "$as_me:$LINENO: result: $ac_cv_func_remove" >&5
-echo "${ECHO_T}$ac_cv_func_remove" >&6
+{ echo "$as_me:$LINENO: result: $ac_cv_func_remove" >&5
+echo "${ECHO_T}$ac_cv_func_remove" >&6; }
 
     if test $ac_cv_func_remove = no; then
-      echo "$as_me:$LINENO: checking for remove in -lposix" >&5
-echo $ECHO_N "checking for remove in -lposix... $ECHO_C" >&6
+      { echo "$as_me:$LINENO: checking for remove in -lposix" >&5
+echo $ECHO_N "checking for remove in -lposix... $ECHO_C" >&6; }
 if test "${ac_cv_lib_posix_remove+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
@@ -23385,39 +25098,52 @@
 cat >>conftest.$ac_ext <<_ACEOF
 /* end confdefs.h.  */
 
-/* Override any gcc2 internal prototype to avoid an error.  */
+/* Override any GCC internal prototype to avoid an error.
+   Use char because int might match the return type of a GCC
+   builtin and then its argument prototype would still apply.  */
 #ifdef __cplusplus
 extern "C"
 #endif
-/* We use char because int might match the return type of a gcc2
-   builtin and then its argument prototype would still apply.  */
 char remove ();
 int
 main ()
 {
-remove ();
+return remove ();
   ;
   return 0;
 }
 _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
-  (eval $ac_link) 2>conftest.er1
+if { (ac_try="$ac_link"
+case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_link") 2>conftest.er1
   ac_status=$?
   grep -v '^ *+' conftest.er1 >conftest.err
   rm -f conftest.er1
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-  (eval $ac_try) 2>&5
+	 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
+  { (case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_try") 2>&5
   ac_status=$?
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); }; } &&
 	 { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-  (eval $ac_try) 2>&5
+  { (case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_try") 2>&5
   ac_status=$?
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
@@ -23426,14 +25152,15 @@
   echo "$as_me: failed program was:" >&5
 sed 's/^/| /' conftest.$ac_ext >&5
 
-ac_cv_lib_posix_remove=no
+	ac_cv_lib_posix_remove=no
 fi
-rm -f conftest.err conftest.$ac_objext \
+
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
       conftest$ac_exeext conftest.$ac_ext
 LIBS=$ac_check_lib_save_LIBS
 fi
-echo "$as_me:$LINENO: result: $ac_cv_lib_posix_remove" >&5
-echo "${ECHO_T}$ac_cv_lib_posix_remove" >&6
+{ echo "$as_me:$LINENO: result: $ac_cv_lib_posix_remove" >&5
+echo "${ECHO_T}$ac_cv_lib_posix_remove" >&6; }
 if test $ac_cv_lib_posix_remove = yes; then
   X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
 fi
@@ -23441,8 +25168,8 @@
     fi
 
     # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
-    echo "$as_me:$LINENO: checking for shmat" >&5
-echo $ECHO_N "checking for shmat... $ECHO_C" >&6
+    { echo "$as_me:$LINENO: checking for shmat" >&5
+echo $ECHO_N "checking for shmat... $ECHO_C" >&6; }
 if test "${ac_cv_func_shmat+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
@@ -23469,52 +25196,59 @@
 
 #undef shmat
 
-/* Override any gcc2 internal prototype to avoid an error.  */
+/* Override any GCC internal prototype to avoid an error.
+   Use char because int might match the return type of a GCC
+   builtin and then its argument prototype would still apply.  */
 #ifdef __cplusplus
 extern "C"
-{
 #endif
-/* We use char because int might match the return type of a gcc2
-   builtin and then its argument prototype would still apply.  */
 char shmat ();
 /* The GNU C library defines this for functions which it implements
     to always fail with ENOSYS.  Some functions are actually named
     something starting with __ and the normal name is an alias.  */
-#if defined (__stub_shmat) || defined (__stub___shmat)
+#if defined __stub_shmat || defined __stub___shmat
 choke me
-#else
-char (*f) () = shmat;
-#endif
-#ifdef __cplusplus
-}
 #endif
 
 int
 main ()
 {
-return f != shmat;
+return shmat ();
   ;
   return 0;
 }
 _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
-  (eval $ac_link) 2>conftest.er1
+if { (ac_try="$ac_link"
+case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_link") 2>conftest.er1
   ac_status=$?
   grep -v '^ *+' conftest.er1 >conftest.err
   rm -f conftest.er1
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-  (eval $ac_try) 2>&5
+	 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
+  { (case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_try") 2>&5
   ac_status=$?
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); }; } &&
 	 { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-  (eval $ac_try) 2>&5
+  { (case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_try") 2>&5
   ac_status=$?
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
@@ -23523,17 +25257,18 @@
   echo "$as_me: failed program was:" >&5
 sed 's/^/| /' conftest.$ac_ext >&5
 
-ac_cv_func_shmat=no
+	ac_cv_func_shmat=no
 fi
-rm -f conftest.err conftest.$ac_objext \
+
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
       conftest$ac_exeext conftest.$ac_ext
 fi
-echo "$as_me:$LINENO: result: $ac_cv_func_shmat" >&5
-echo "${ECHO_T}$ac_cv_func_shmat" >&6
+{ echo "$as_me:$LINENO: result: $ac_cv_func_shmat" >&5
+echo "${ECHO_T}$ac_cv_func_shmat" >&6; }
 
     if test $ac_cv_func_shmat = no; then
-      echo "$as_me:$LINENO: checking for shmat in -lipc" >&5
-echo $ECHO_N "checking for shmat in -lipc... $ECHO_C" >&6
+      { echo "$as_me:$LINENO: checking for shmat in -lipc" >&5
+echo $ECHO_N "checking for shmat in -lipc... $ECHO_C" >&6; }
 if test "${ac_cv_lib_ipc_shmat+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
@@ -23546,39 +25281,52 @@
 cat >>conftest.$ac_ext <<_ACEOF
 /* end confdefs.h.  */
 
-/* Override any gcc2 internal prototype to avoid an error.  */
+/* Override any GCC internal prototype to avoid an error.
+   Use char because int might match the return type of a GCC
+   builtin and then its argument prototype would still apply.  */
 #ifdef __cplusplus
 extern "C"
 #endif
-/* We use char because int might match the return type of a gcc2
-   builtin and then its argument prototype would still apply.  */
 char shmat ();
 int
 main ()
 {
-shmat ();
+return shmat ();
   ;
   return 0;
 }
 _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
-  (eval $ac_link) 2>conftest.er1
+if { (ac_try="$ac_link"
+case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_link") 2>conftest.er1
   ac_status=$?
   grep -v '^ *+' conftest.er1 >conftest.err
   rm -f conftest.er1
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-  (eval $ac_try) 2>&5
+	 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
+  { (case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_try") 2>&5
   ac_status=$?
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); }; } &&
 	 { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-  (eval $ac_try) 2>&5
+  { (case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_try") 2>&5
   ac_status=$?
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
@@ -23587,14 +25335,15 @@
   echo "$as_me: failed program was:" >&5
 sed 's/^/| /' conftest.$ac_ext >&5
 
-ac_cv_lib_ipc_shmat=no
+	ac_cv_lib_ipc_shmat=no
 fi
-rm -f conftest.err conftest.$ac_objext \
+
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
       conftest$ac_exeext conftest.$ac_ext
 LIBS=$ac_check_lib_save_LIBS
 fi
-echo "$as_me:$LINENO: result: $ac_cv_lib_ipc_shmat" >&5
-echo "${ECHO_T}$ac_cv_lib_ipc_shmat" >&6
+{ echo "$as_me:$LINENO: result: $ac_cv_lib_ipc_shmat" >&5
+echo "${ECHO_T}$ac_cv_lib_ipc_shmat" >&6; }
 if test $ac_cv_lib_ipc_shmat = yes; then
   X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
 fi
@@ -23611,8 +25360,8 @@
   # These have to be linked with before -lX11, unlike the other
   # libraries we check for below, so use a different variable.
   # John Interrante, Karl Berry
-  echo "$as_me:$LINENO: checking for IceConnectionNumber in -lICE" >&5
-echo $ECHO_N "checking for IceConnectionNumber in -lICE... $ECHO_C" >&6
+  { echo "$as_me:$LINENO: checking for IceConnectionNumber in -lICE" >&5
+echo $ECHO_N "checking for IceConnectionNumber in -lICE... $ECHO_C" >&6; }
 if test "${ac_cv_lib_ICE_IceConnectionNumber+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
@@ -23625,39 +25374,52 @@
 cat >>conftest.$ac_ext <<_ACEOF
 /* end confdefs.h.  */
 
-/* Override any gcc2 internal prototype to avoid an error.  */
+/* Override any GCC internal prototype to avoid an error.
+   Use char because int might match the return type of a GCC
+   builtin and then its argument prototype would still apply.  */
 #ifdef __cplusplus
 extern "C"
 #endif
-/* We use char because int might match the return type of a gcc2
-   builtin and then its argument prototype would still apply.  */
 char IceConnectionNumber ();
 int
 main ()
 {
-IceConnectionNumber ();
+return IceConnectionNumber ();
   ;
   return 0;
 }
 _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
-  (eval $ac_link) 2>conftest.er1
+if { (ac_try="$ac_link"
+case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_link") 2>conftest.er1
   ac_status=$?
   grep -v '^ *+' conftest.er1 >conftest.err
   rm -f conftest.er1
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-  (eval $ac_try) 2>&5
+	 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
+  { (case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_try") 2>&5
   ac_status=$?
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); }; } &&
 	 { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-  (eval $ac_try) 2>&5
+  { (case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_try") 2>&5
   ac_status=$?
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
@@ -23666,14 +25428,15 @@
   echo "$as_me: failed program was:" >&5
 sed 's/^/| /' conftest.$ac_ext >&5
 
-ac_cv_lib_ICE_IceConnectionNumber=no
+	ac_cv_lib_ICE_IceConnectionNumber=no
 fi
-rm -f conftest.err conftest.$ac_objext \
+
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
       conftest$ac_exeext conftest.$ac_ext
 LIBS=$ac_check_lib_save_LIBS
 fi
-echo "$as_me:$LINENO: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
-echo "${ECHO_T}$ac_cv_lib_ICE_IceConnectionNumber" >&6
+{ echo "$as_me:$LINENO: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
+echo "${ECHO_T}$ac_cv_lib_ICE_IceConnectionNumber" >&6; }
 if test $ac_cv_lib_ICE_IceConnectionNumber = yes; then
   X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE"
 fi
@@ -23711,15 +25474,15 @@
 
 
 use_locale=yes
-# Check whether --enable-locale or --disable-locale was given.
+# Check whether --enable-locale was given.
 if test "${enable_locale+set}" = set; then
-  enableval="$enable_locale"
-  use_locale=no
-fi;
+  enableval=$enable_locale; use_locale=no
+fi
+
 
 if test "$use_locale" = yes; then
-	echo "$as_me:$LINENO: checking for _Xsetlocale in -lX11" >&5
-echo $ECHO_N "checking for _Xsetlocale in -lX11... $ECHO_C" >&6
+	{ echo "$as_me:$LINENO: checking for _Xsetlocale in -lX11" >&5
+echo $ECHO_N "checking for _Xsetlocale in -lX11... $ECHO_C" >&6; }
 if test "${ac_cv_lib_X11__Xsetlocale+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
@@ -23732,39 +25495,52 @@
 cat >>conftest.$ac_ext <<_ACEOF
 /* end confdefs.h.  */
 
-/* Override any gcc2 internal prototype to avoid an error.  */
+/* Override any GCC internal prototype to avoid an error.
+   Use char because int might match the return type of a GCC
+   builtin and then its argument prototype would still apply.  */
 #ifdef __cplusplus
 extern "C"
 #endif
-/* We use char because int might match the return type of a gcc2
-   builtin and then its argument prototype would still apply.  */
 char _Xsetlocale ();
 int
 main ()
 {
-_Xsetlocale ();
+return _Xsetlocale ();
   ;
   return 0;
 }
 _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
-  (eval $ac_link) 2>conftest.er1
+if { (ac_try="$ac_link"
+case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_link") 2>conftest.er1
   ac_status=$?
   grep -v '^ *+' conftest.er1 >conftest.err
   rm -f conftest.er1
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-  (eval $ac_try) 2>&5
+	 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
+  { (case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_try") 2>&5
   ac_status=$?
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); }; } &&
 	 { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-  (eval $ac_try) 2>&5
+  { (case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_try") 2>&5
   ac_status=$?
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
@@ -23773,14 +25549,15 @@
   echo "$as_me: failed program was:" >&5
 sed 's/^/| /' conftest.$ac_ext >&5
 
-ac_cv_lib_X11__Xsetlocale=no
+	ac_cv_lib_X11__Xsetlocale=no
 fi
-rm -f conftest.err conftest.$ac_objext \
+
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
       conftest$ac_exeext conftest.$ac_ext
 LIBS=$ac_check_lib_save_LIBS
 fi
-echo "$as_me:$LINENO: result: $ac_cv_lib_X11__Xsetlocale" >&5
-echo "${ECHO_T}$ac_cv_lib_X11__Xsetlocale" >&6
+{ echo "$as_me:$LINENO: result: $ac_cv_lib_X11__Xsetlocale" >&5
+echo "${ECHO_T}$ac_cv_lib_X11__Xsetlocale" >&6; }
 if test $ac_cv_lib_X11__Xsetlocale = yes; then
 
 cat >>confdefs.h <<\_ACEOF
@@ -23792,8 +25569,8 @@
 fi
 
 
-echo "$as_me:$LINENO: checking for XInternAtoms in -lX11" >&5
-echo $ECHO_N "checking for XInternAtoms in -lX11... $ECHO_C" >&6
+{ echo "$as_me:$LINENO: checking for XInternAtoms in -lX11" >&5
+echo $ECHO_N "checking for XInternAtoms in -lX11... $ECHO_C" >&6; }
 if test "${ac_cv_lib_X11_XInternAtoms+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
@@ -23806,39 +25583,52 @@
 cat >>conftest.$ac_ext <<_ACEOF
 /* end confdefs.h.  */
 
-/* Override any gcc2 internal prototype to avoid an error.  */
+/* Override any GCC internal prototype to avoid an error.
+   Use char because int might match the return type of a GCC
+   builtin and then its argument prototype would still apply.  */
 #ifdef __cplusplus
 extern "C"
 #endif
-/* We use char because int might match the return type of a gcc2
-   builtin and then its argument prototype would still apply.  */
 char XInternAtoms ();
 int
 main ()
 {
-XInternAtoms ();
+return XInternAtoms ();
   ;
   return 0;
 }
 _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
-  (eval $ac_link) 2>conftest.er1
+if { (ac_try="$ac_link"
+case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_link") 2>conftest.er1
   ac_status=$?
   grep -v '^ *+' conftest.er1 >conftest.err
   rm -f conftest.er1
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-  (eval $ac_try) 2>&5
+	 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
+  { (case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_try") 2>&5
   ac_status=$?
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); }; } &&
 	 { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-  (eval $ac_try) 2>&5
+  { (case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_try") 2>&5
   ac_status=$?
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
@@ -23847,14 +25637,15 @@
   echo "$as_me: failed program was:" >&5
 sed 's/^/| /' conftest.$ac_ext >&5
 
-ac_cv_lib_X11_XInternAtoms=no
+	ac_cv_lib_X11_XInternAtoms=no
 fi
-rm -f conftest.err conftest.$ac_objext \
+
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
       conftest$ac_exeext conftest.$ac_ext
 LIBS=$ac_check_lib_save_LIBS
 fi
-echo "$as_me:$LINENO: result: $ac_cv_lib_X11_XInternAtoms" >&5
-echo "${ECHO_T}$ac_cv_lib_X11_XInternAtoms" >&6
+{ echo "$as_me:$LINENO: result: $ac_cv_lib_X11_XInternAtoms" >&5
+echo "${ECHO_T}$ac_cv_lib_X11_XInternAtoms" >&6; }
 if test $ac_cv_lib_X11_XInternAtoms = yes; then
 
 cat >>confdefs.h <<\_ACEOF
@@ -23864,8 +25655,8 @@
 fi
 
 
-echo "$as_me:$LINENO: checking for XConvertCase in -lX11" >&5
-echo $ECHO_N "checking for XConvertCase in -lX11... $ECHO_C" >&6
+{ echo "$as_me:$LINENO: checking for XConvertCase in -lX11" >&5
+echo $ECHO_N "checking for XConvertCase in -lX11... $ECHO_C" >&6; }
 if test "${ac_cv_lib_X11_XConvertCase+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
@@ -23878,39 +25669,52 @@
 cat >>conftest.$ac_ext <<_ACEOF
 /* end confdefs.h.  */
 
-/* Override any gcc2 internal prototype to avoid an error.  */
+/* Override any GCC internal prototype to avoid an error.
+   Use char because int might match the return type of a GCC
+   builtin and then its argument prototype would still apply.  */
 #ifdef __cplusplus
 extern "C"
 #endif
-/* We use char because int might match the return type of a gcc2
-   builtin and then its argument prototype would still apply.  */
 char XConvertCase ();
 int
 main ()
 {
-XConvertCase ();
+return XConvertCase ();
   ;
   return 0;
 }
 _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
-  (eval $ac_link) 2>conftest.er1
+if { (ac_try="$ac_link"
+case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_link") 2>conftest.er1
   ac_status=$?
   grep -v '^ *+' conftest.er1 >conftest.err
   rm -f conftest.er1
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-  (eval $ac_try) 2>&5
+	 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
+  { (case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_try") 2>&5
   ac_status=$?
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); }; } &&
 	 { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-  (eval $ac_try) 2>&5
+  { (case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_try") 2>&5
   ac_status=$?
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
@@ -23919,14 +25723,15 @@
   echo "$as_me: failed program was:" >&5
 sed 's/^/| /' conftest.$ac_ext >&5
 
-ac_cv_lib_X11_XConvertCase=no
+	ac_cv_lib_X11_XConvertCase=no
 fi
-rm -f conftest.err conftest.$ac_objext \
+
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
       conftest$ac_exeext conftest.$ac_ext
 LIBS=$ac_check_lib_save_LIBS
 fi
-echo "$as_me:$LINENO: result: $ac_cv_lib_X11_XConvertCase" >&5
-echo "${ECHO_T}$ac_cv_lib_X11_XConvertCase" >&6
+{ echo "$as_me:$LINENO: result: $ac_cv_lib_X11_XConvertCase" >&5
+echo "${ECHO_T}$ac_cv_lib_X11_XConvertCase" >&6; }
 if test $ac_cv_lib_X11_XConvertCase = yes; then
 
 cat >>confdefs.h <<\_ACEOF
@@ -23937,32 +25742,32 @@
 
 
 
-# Check whether --enable-modelock or --disable-modelock was given.
+# Check whether --enable-modelock was given.
 if test "${enable_modelock+set}" = set; then
-  enableval="$enable_modelock"
-
+  enableval=$enable_modelock;
 cat >>confdefs.h <<\_ACEOF
 #define XKB_MODELOCK 1
 _ACEOF
 
-fi;
+fi
+
 
 
 
 shape=yes
-# Check whether --enable-shape or --disable-shape was given.
+# Check whether --enable-shape was given.
 if test "${enable_shape+set}" = set; then
-  enableval="$enable_shape"
-  shape=$enableval
+  enableval=$enable_shape; shape=$enableval
 else
   shape=yes
-fi;
+fi
+
 
 added_xext=no
 
 if test "$shape" = yes; then
-	echo "$as_me:$LINENO: checking for XShapeSelectInput in -lXext" >&5
-echo $ECHO_N "checking for XShapeSelectInput in -lXext... $ECHO_C" >&6
+	{ echo "$as_me:$LINENO: checking for XShapeSelectInput in -lXext" >&5
+echo $ECHO_N "checking for XShapeSelectInput in -lXext... $ECHO_C" >&6; }
 if test "${ac_cv_lib_Xext_XShapeSelectInput+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
@@ -23975,39 +25780,52 @@
 cat >>conftest.$ac_ext <<_ACEOF
 /* end confdefs.h.  */
 
-/* Override any gcc2 internal prototype to avoid an error.  */
+/* Override any GCC internal prototype to avoid an error.
+   Use char because int might match the return type of a GCC
+   builtin and then its argument prototype would still apply.  */
 #ifdef __cplusplus
 extern "C"
 #endif
-/* We use char because int might match the return type of a gcc2
-   builtin and then its argument prototype would still apply.  */
 char XShapeSelectInput ();
 int
 main ()
 {
-XShapeSelectInput ();
+return XShapeSelectInput ();
   ;
   return 0;
 }
 _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
-  (eval $ac_link) 2>conftest.er1
+if { (ac_try="$ac_link"
+case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_link") 2>conftest.er1
   ac_status=$?
   grep -v '^ *+' conftest.er1 >conftest.err
   rm -f conftest.er1
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-  (eval $ac_try) 2>&5
+	 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
+  { (case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_try") 2>&5
   ac_status=$?
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); }; } &&
 	 { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-  (eval $ac_try) 2>&5
+  { (case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_try") 2>&5
   ac_status=$?
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
@@ -24016,14 +25834,15 @@
   echo "$as_me: failed program was:" >&5
 sed 's/^/| /' conftest.$ac_ext >&5
 
-ac_cv_lib_Xext_XShapeSelectInput=no
+	ac_cv_lib_Xext_XShapeSelectInput=no
 fi
-rm -f conftest.err conftest.$ac_objext \
+
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
       conftest$ac_exeext conftest.$ac_ext
 LIBS=$ac_check_lib_save_LIBS
 fi
-echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XShapeSelectInput" >&5
-echo "${ECHO_T}$ac_cv_lib_Xext_XShapeSelectInput" >&6
+{ echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XShapeSelectInput" >&5
+echo "${ECHO_T}$ac_cv_lib_Xext_XShapeSelectInput" >&6; }
 if test $ac_cv_lib_Xext_XShapeSelectInput = yes; then
   XLIBS="-lXext $XLIBS"
 		added_xext=yes
@@ -24049,8 +25868,8 @@
 else
         # Extract the first word of "xft-config", so it can be a program name with args.
 set dummy xft-config; ac_word=$2
-echo "$as_me:$LINENO: checking for $ac_word" >&5
-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 if test "${ac_cv_prog_XFTCONFIG+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
@@ -24063,38 +25882,40 @@
   IFS=$as_save_IFS
   test -z "$as_dir" && as_dir=.
   for ac_exec_ext in '' $ac_executable_extensions; do
-  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
     ac_cv_prog_XFTCONFIG="xft-config"
     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     break 2
   fi
 done
 done
+IFS=$as_save_IFS
 
 fi
 fi
 XFTCONFIG=$ac_cv_prog_XFTCONFIG
 if test -n "$XFTCONFIG"; then
-  echo "$as_me:$LINENO: result: $XFTCONFIG" >&5
-echo "${ECHO_T}$XFTCONFIG" >&6
+  { echo "$as_me:$LINENO: result: $XFTCONFIG" >&5
+echo "${ECHO_T}$XFTCONFIG" >&6; }
 else
-  echo "$as_me:$LINENO: result: no" >&5
-echo "${ECHO_T}no" >&6
+  { echo "$as_me:$LINENO: result: no" >&5
+echo "${ECHO_T}no" >&6; }
 fi
 
+
 fi
 
-echo "$as_me:$LINENO: checking for the Xft2 library" >&5
-echo $ECHO_N "checking for the Xft2 library... $ECHO_C" >&6
+{ echo "$as_me:$LINENO: checking for the Xft2 library" >&5
+echo $ECHO_N "checking for the Xft2 library... $ECHO_C" >&6; }
 
 if test "x$XFTCONFIG" != x; then
         XFTLIBS=`$XFTCONFIG --libs`
         XFTFLAGS=`$XFTCONFIG --cflags`
-        echo "$as_me:$LINENO: result: found" >&5
-echo "${ECHO_T}found" >&6
+        { echo "$as_me:$LINENO: result: found" >&5
+echo "${ECHO_T}found" >&6; }
 else
-        echo "$as_me:$LINENO: result: not found" >&5
-echo "${ECHO_T}not found" >&6
+        { echo "$as_me:$LINENO: result: not found" >&5
+echo "${ECHO_T}not found" >&6; }
         echo
         echo "ERROR!!! libXft2 is not installed or could not be found."
         echo "         Xft2 is a requirement for building Window Maker."
@@ -24112,8 +25933,8 @@
 xft_major_version=`echo $minXFT | sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'`
 xft_minor_version=`echo $minXFT | sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'`
 xft_micro_version=`echo $minXFT | sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'`
-echo "$as_me:$LINENO: checking whether libXft is at least version $minXFT" >&5
-echo $ECHO_N "checking whether libXft is at least version $minXFT... $ECHO_C" >&6
+{ echo "$as_me:$LINENO: checking whether libXft is at least version $minXFT" >&5
+echo $ECHO_N "checking whether libXft is at least version $minXFT... $ECHO_C" >&6; }
 if test "${ac_cv_lib_xft_version_ok+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
@@ -24140,23 +25961,36 @@
 }
 _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
-  (eval $ac_link) 2>conftest.er1
+if { (ac_try="$ac_link"
+case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_link") 2>conftest.er1
   ac_status=$?
   grep -v '^ *+' conftest.er1 >conftest.err
   rm -f conftest.er1
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-  (eval $ac_try) 2>&5
+	 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
+  { (case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_try") 2>&5
   ac_status=$?
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); }; } &&
 	 { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-  (eval $ac_try) 2>&5
+  { (case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_try") 2>&5
   ac_status=$?
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
@@ -24165,19 +25999,20 @@
   echo "$as_me: failed program was:" >&5
 sed 's/^/| /' conftest.$ac_ext >&5
 
-eval "ac_cv_lib_xft_version_ok=no"
+	eval "ac_cv_lib_xft_version_ok=no"
 fi
-rm -f conftest.err conftest.$ac_objext \
+
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
       conftest$ac_exeext conftest.$ac_ext
 fi
 
 if eval "test \"`echo '$ac_cv_lib_xft_version_ok'`\" = yes"; then
-  echo "$as_me:$LINENO: result: yes" >&5
-echo "${ECHO_T}yes" >&6
+  { echo "$as_me:$LINENO: result: yes" >&5
+echo "${ECHO_T}yes" >&6; }
   goodxft=yes
 else
-  echo "$as_me:$LINENO: result: no" >&5
-echo "${ECHO_T}no" >&6
+  { echo "$as_me:$LINENO: result: no" >&5
+echo "${ECHO_T}no" >&6; }
   goodxft=no
 fi
 CPPFLAGS="$CPPFLAGS_old"
@@ -24196,17 +26031,17 @@
 
 
 xinerama=no
-# Check whether --enable-xinerama or --disable-xinerama was given.
+# Check whether --enable-xinerama was given.
 if test "${enable_xinerama+set}" = set; then
-  enableval="$enable_xinerama"
-  xinerama=$enableval
+  enableval=$enable_xinerama; xinerama=$enableval
 else
   xinerama=no
-fi;
+fi
+
 
 if test "$xinerama" = yes; then
-	echo "$as_me:$LINENO: checking for XineramaQueryScreens in -lXinerama" >&5
-echo $ECHO_N "checking for XineramaQueryScreens in -lXinerama... $ECHO_C" >&6
+	{ echo "$as_me:$LINENO: checking for XineramaQueryScreens in -lXinerama" >&5
+echo $ECHO_N "checking for XineramaQueryScreens in -lXinerama... $ECHO_C" >&6; }
 if test "${ac_cv_lib_Xinerama_XineramaQueryScreens+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
@@ -24219,39 +26054,52 @@
 cat >>conftest.$ac_ext <<_ACEOF
 /* end confdefs.h.  */
 
-/* Override any gcc2 internal prototype to avoid an error.  */
+/* Override any GCC internal prototype to avoid an error.
+   Use char because int might match the return type of a GCC
+   builtin and then its argument prototype would still apply.  */
 #ifdef __cplusplus
 extern "C"
 #endif
-/* We use char because int might match the return type of a gcc2
-   builtin and then its argument prototype would still apply.  */
 char XineramaQueryScreens ();
 int
 main ()
 {
-XineramaQueryScreens ();
+return XineramaQueryScreens ();
   ;
   return 0;
 }
 _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
-  (eval $ac_link) 2>conftest.er1
+if { (ac_try="$ac_link"
+case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_link") 2>conftest.er1
   ac_status=$?
   grep -v '^ *+' conftest.er1 >conftest.err
   rm -f conftest.er1
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-  (eval $ac_try) 2>&5
+	 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
+  { (case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_try") 2>&5
   ac_status=$?
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); }; } &&
 	 { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-  (eval $ac_try) 2>&5
+  { (case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_try") 2>&5
   ac_status=$?
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
@@ -24260,14 +26108,15 @@
   echo "$as_me: failed program was:" >&5
 sed 's/^/| /' conftest.$ac_ext >&5
 
-ac_cv_lib_Xinerama_XineramaQueryScreens=no
+	ac_cv_lib_Xinerama_XineramaQueryScreens=no
 fi
-rm -f conftest.err conftest.$ac_objext \
+
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
       conftest$ac_exeext conftest.$ac_ext
 LIBS=$ac_check_lib_save_LIBS
 fi
-echo "$as_me:$LINENO: result: $ac_cv_lib_Xinerama_XineramaQueryScreens" >&5
-echo "${ECHO_T}$ac_cv_lib_Xinerama_XineramaQueryScreens" >&6
+{ echo "$as_me:$LINENO: result: $ac_cv_lib_Xinerama_XineramaQueryScreens" >&5
+echo "${ECHO_T}$ac_cv_lib_Xinerama_XineramaQueryScreens" >&6; }
 if test $ac_cv_lib_Xinerama_XineramaQueryScreens = yes; then
   XLIBS="-lXinerama $XLIBS"
                 xfxine=yes
@@ -24276,8 +26125,8 @@
 fi
 
 
-	echo "$as_me:$LINENO: checking for XineramaGetInfo in -lXext" >&5
-echo $ECHO_N "checking for XineramaGetInfo in -lXext... $ECHO_C" >&6
+	{ echo "$as_me:$LINENO: checking for XineramaGetInfo in -lXext" >&5
+echo $ECHO_N "checking for XineramaGetInfo in -lXext... $ECHO_C" >&6; }
 if test "${ac_cv_lib_Xext_XineramaGetInfo+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
@@ -24290,39 +26139,52 @@
 cat >>conftest.$ac_ext <<_ACEOF
 /* end confdefs.h.  */
 
-/* Override any gcc2 internal prototype to avoid an error.  */
+/* Override any GCC internal prototype to avoid an error.
+   Use char because int might match the return type of a GCC
+   builtin and then its argument prototype would still apply.  */
 #ifdef __cplusplus
 extern "C"
 #endif
-/* We use char because int might match the return type of a gcc2
-   builtin and then its argument prototype would still apply.  */
 char XineramaGetInfo ();
 int
 main ()
 {
-XineramaGetInfo ();
+return XineramaGetInfo ();
   ;
   return 0;
 }
 _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
-  (eval $ac_link) 2>conftest.er1
+if { (ac_try="$ac_link"
+case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_link") 2>conftest.er1
   ac_status=$?
   grep -v '^ *+' conftest.er1 >conftest.err
   rm -f conftest.er1
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-  (eval $ac_try) 2>&5
+	 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
+  { (case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_try") 2>&5
   ac_status=$?
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); }; } &&
 	 { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-  (eval $ac_try) 2>&5
+  { (case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_try") 2>&5
   ac_status=$?
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
@@ -24331,14 +26193,15 @@
   echo "$as_me: failed program was:" >&5
 sed 's/^/| /' conftest.$ac_ext >&5
 
-ac_cv_lib_Xext_XineramaGetInfo=no
+	ac_cv_lib_Xext_XineramaGetInfo=no
 fi
-rm -f conftest.err conftest.$ac_objext \
+
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
       conftest$ac_exeext conftest.$ac_ext
 LIBS=$ac_check_lib_save_LIBS
 fi
-echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XineramaGetInfo" >&5
-echo "${ECHO_T}$ac_cv_lib_Xext_XineramaGetInfo" >&6
+{ echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XineramaGetInfo" >&5
+echo "${ECHO_T}$ac_cv_lib_Xext_XineramaGetInfo" >&6; }
 if test $ac_cv_lib_Xext_XineramaGetInfo = yes; then
   sunxine=yes
 
@@ -24372,17 +26235,17 @@
 
 
 shm=yes
-# Check whether --enable-shm or --disable-shm was given.
+# Check whether --enable-shm was given.
 if test "${enable_shm+set}" = set; then
-  enableval="$enable_shm"
-  shm=$enableval
+  enableval=$enable_shm; shm=$enableval
 else
   shm=yes
-fi;
+fi
+
 
 if test "$shm" = yes; then
-	echo "$as_me:$LINENO: checking for XShmAttach in -lXext" >&5
-echo $ECHO_N "checking for XShmAttach in -lXext... $ECHO_C" >&6
+	{ echo "$as_me:$LINENO: checking for XShmAttach in -lXext" >&5
+echo $ECHO_N "checking for XShmAttach in -lXext... $ECHO_C" >&6; }
 if test "${ac_cv_lib_Xext_XShmAttach+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
@@ -24395,39 +26258,52 @@
 cat >>conftest.$ac_ext <<_ACEOF
 /* end confdefs.h.  */
 
-/* Override any gcc2 internal prototype to avoid an error.  */
+/* Override any GCC internal prototype to avoid an error.
+   Use char because int might match the return type of a GCC
+   builtin and then its argument prototype would still apply.  */
 #ifdef __cplusplus
 extern "C"
 #endif
-/* We use char because int might match the return type of a gcc2
-   builtin and then its argument prototype would still apply.  */
 char XShmAttach ();
 int
 main ()
 {
-XShmAttach ();
+return XShmAttach ();
   ;
   return 0;
 }
 _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
-  (eval $ac_link) 2>conftest.er1
+if { (ac_try="$ac_link"
+case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_link") 2>conftest.er1
   ac_status=$?
   grep -v '^ *+' conftest.er1 >conftest.err
   rm -f conftest.er1
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-  (eval $ac_try) 2>&5
+	 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
+  { (case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_try") 2>&5
   ac_status=$?
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); }; } &&
 	 { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-  (eval $ac_try) 2>&5
+  { (case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_try") 2>&5
   ac_status=$?
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
@@ -24436,14 +26312,15 @@
   echo "$as_me: failed program was:" >&5
 sed 's/^/| /' conftest.$ac_ext >&5
 
-ac_cv_lib_Xext_XShmAttach=no
+	ac_cv_lib_Xext_XShmAttach=no
 fi
-rm -f conftest.err conftest.$ac_objext \
+
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
       conftest$ac_exeext conftest.$ac_ext
 LIBS=$ac_check_lib_save_LIBS
 fi
-echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XShmAttach" >&5
-echo "${ECHO_T}$ac_cv_lib_Xext_XShmAttach" >&6
+{ echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XShmAttach" >&5
+echo "${ECHO_T}$ac_cv_lib_Xext_XShmAttach" >&6; }
 if test $ac_cv_lib_Xext_XShmAttach = yes; then
   ok=yes
 else
@@ -24452,8 +26329,8 @@
 
 
 	if test "$ok" = yes; then
-	echo "$as_me:$LINENO: checking for shmget" >&5
-echo $ECHO_N "checking for shmget... $ECHO_C" >&6
+	{ echo "$as_me:$LINENO: checking for shmget" >&5
+echo $ECHO_N "checking for shmget... $ECHO_C" >&6; }
 if test "${ac_cv_func_shmget+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
@@ -24480,52 +26357,59 @@
 
 #undef shmget
 
-/* Override any gcc2 internal prototype to avoid an error.  */
+/* Override any GCC internal prototype to avoid an error.
+   Use char because int might match the return type of a GCC
+   builtin and then its argument prototype would still apply.  */
 #ifdef __cplusplus
 extern "C"
-{
 #endif
-/* We use char because int might match the return type of a gcc2
-   builtin and then its argument prototype would still apply.  */
 char shmget ();
 /* The GNU C library defines this for functions which it implements
     to always fail with ENOSYS.  Some functions are actually named
     something starting with __ and the normal name is an alias.  */
-#if defined (__stub_shmget) || defined (__stub___shmget)
-choke me
-#else
-char (*f) () = shmget;
-#endif
-#ifdef __cplusplus
-}
+#if defined __stub_shmget || defined __stub___shmget
+choke me
 #endif
 
 int
 main ()
 {
-return f != shmget;
+return shmget ();
   ;
   return 0;
 }
 _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
-  (eval $ac_link) 2>conftest.er1
+if { (ac_try="$ac_link"
+case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_link") 2>conftest.er1
   ac_status=$?
   grep -v '^ *+' conftest.er1 >conftest.err
   rm -f conftest.er1
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-  (eval $ac_try) 2>&5
+	 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
+  { (case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_try") 2>&5
   ac_status=$?
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); }; } &&
 	 { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-  (eval $ac_try) 2>&5
+  { (case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_try") 2>&5
   ac_status=$?
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
@@ -24534,13 +26418,14 @@
   echo "$as_me: failed program was:" >&5
 sed 's/^/| /' conftest.$ac_ext >&5
 
-ac_cv_func_shmget=no
+	ac_cv_func_shmget=no
 fi
-rm -f conftest.err conftest.$ac_objext \
+
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
       conftest$ac_exeext conftest.$ac_ext
 fi
-echo "$as_me:$LINENO: result: $ac_cv_func_shmget" >&5
-echo "${ECHO_T}$ac_cv_func_shmget" >&6
+{ echo "$as_me:$LINENO: result: $ac_cv_func_shmget" >&5
+echo "${ECHO_T}$ac_cv_func_shmget" >&6; }
 if test $ac_cv_func_shmget = yes; then
   ok=yes
 else
@@ -24576,20 +26461,20 @@
 
 
 xpm=yes
-# Check whether --enable-xpm or --disable-xpm was given.
+# Check whether --enable-xpm was given.
 if test "${enable_xpm+set}" = set; then
-  enableval="$enable_xpm"
-  xpm=$enableval
+  enableval=$enable_xpm; xpm=$enableval
 else
   xpm=yes
-fi;
+fi
+
 
 if test "$xpm" = yes; then
 
 LDFLAGS_old="$LDFLAGS"
 LDFLAGS="$LDFLAGS $lib_search_path"
-echo "$as_me:$LINENO: checking for XpmCreatePixmapFromData in -lXpm" >&5
-echo $ECHO_N "checking for XpmCreatePixmapFromData in -lXpm... $ECHO_C" >&6
+{ echo "$as_me:$LINENO: checking for XpmCreatePixmapFromData in -lXpm" >&5
+echo $ECHO_N "checking for XpmCreatePixmapFromData in -lXpm... $ECHO_C" >&6; }
 if test "${ac_cv_lib_Xpm_XpmCreatePixmapFromData+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
@@ -24602,39 +26487,52 @@
 cat >>conftest.$ac_ext <<_ACEOF
 /* end confdefs.h.  */
 
-/* Override any gcc2 internal prototype to avoid an error.  */
+/* Override any GCC internal prototype to avoid an error.
+   Use char because int might match the return type of a GCC
+   builtin and then its argument prototype would still apply.  */
 #ifdef __cplusplus
 extern "C"
 #endif
-/* We use char because int might match the return type of a gcc2
-   builtin and then its argument prototype would still apply.  */
 char XpmCreatePixmapFromData ();
 int
 main ()
 {
-XpmCreatePixmapFromData ();
+return XpmCreatePixmapFromData ();
   ;
   return 0;
 }
 _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
-  (eval $ac_link) 2>conftest.er1
+if { (ac_try="$ac_link"
+case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_link") 2>conftest.er1
   ac_status=$?
   grep -v '^ *+' conftest.er1 >conftest.err
   rm -f conftest.er1
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-  (eval $ac_try) 2>&5
+	 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
+  { (case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_try") 2>&5
   ac_status=$?
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); }; } &&
 	 { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-  (eval $ac_try) 2>&5
+  { (case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_try") 2>&5
   ac_status=$?
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
@@ -24643,14 +26541,15 @@
   echo "$as_me: failed program was:" >&5
 sed 's/^/| /' conftest.$ac_ext >&5
 
-ac_cv_lib_Xpm_XpmCreatePixmapFromData=no
+	ac_cv_lib_Xpm_XpmCreatePixmapFromData=no
 fi
-rm -f conftest.err conftest.$ac_objext \
+
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
       conftest$ac_exeext conftest.$ac_ext
 LIBS=$ac_check_lib_save_LIBS
 fi
-echo "$as_me:$LINENO: result: $ac_cv_lib_Xpm_XpmCreatePixmapFromData" >&5
-echo "${ECHO_T}$ac_cv_lib_Xpm_XpmCreatePixmapFromData" >&6
+{ echo "$as_me:$LINENO: result: $ac_cv_lib_Xpm_XpmCreatePixmapFromData" >&5
+echo "${ECHO_T}$ac_cv_lib_Xpm_XpmCreatePixmapFromData" >&6; }
 if test $ac_cv_lib_Xpm_XpmCreatePixmapFromData = yes; then
   yes=yes
 else
@@ -24665,17 +26564,17 @@
 CPPFLAGS_old="$CPPFLAGS"
 CPPFLAGS="$CPPFLAGS $inc_search_path"
 if test "${ac_cv_header_X11_xpm_h+set}" = set; then
-  echo "$as_me:$LINENO: checking for X11/xpm.h" >&5
-echo $ECHO_N "checking for X11/xpm.h... $ECHO_C" >&6
+  { echo "$as_me:$LINENO: checking for X11/xpm.h" >&5
+echo $ECHO_N "checking for X11/xpm.h... $ECHO_C" >&6; }
 if test "${ac_cv_header_X11_xpm_h+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 fi
-echo "$as_me:$LINENO: result: $ac_cv_header_X11_xpm_h" >&5
-echo "${ECHO_T}$ac_cv_header_X11_xpm_h" >&6
+{ echo "$as_me:$LINENO: result: $ac_cv_header_X11_xpm_h" >&5
+echo "${ECHO_T}$ac_cv_header_X11_xpm_h" >&6; }
 else
   # Is the header compilable?
-echo "$as_me:$LINENO: checking X11/xpm.h usability" >&5
-echo $ECHO_N "checking X11/xpm.h usability... $ECHO_C" >&6
+{ echo "$as_me:$LINENO: checking X11/xpm.h usability" >&5
+echo $ECHO_N "checking X11/xpm.h usability... $ECHO_C" >&6; }
 cat >conftest.$ac_ext <<_ACEOF
 /* confdefs.h.  */
 _ACEOF
@@ -24686,23 +26585,36 @@
 #include <X11/xpm.h>
 _ACEOF
 rm -f conftest.$ac_objext
-if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
-  (eval $ac_compile) 2>conftest.er1
+if { (ac_try="$ac_compile"
+case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_compile") 2>conftest.er1
   ac_status=$?
   grep -v '^ *+' conftest.er1 >conftest.err
   rm -f conftest.er1
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-  (eval $ac_try) 2>&5
+	 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
+  { (case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_try") 2>&5
   ac_status=$?
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); }; } &&
 	 { ac_try='test -s conftest.$ac_objext'
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-  (eval $ac_try) 2>&5
+  { (case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_try") 2>&5
   ac_status=$?
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
@@ -24711,15 +26623,16 @@
   echo "$as_me: failed program was:" >&5
 sed 's/^/| /' conftest.$ac_ext >&5
 
-ac_header_compiler=no
+	ac_header_compiler=no
 fi
-rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
-echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
-echo "${ECHO_T}$ac_header_compiler" >&6
+
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
+echo "${ECHO_T}$ac_header_compiler" >&6; }
 
 # Is the header present?
-echo "$as_me:$LINENO: checking X11/xpm.h presence" >&5
-echo $ECHO_N "checking X11/xpm.h presence... $ECHO_C" >&6
+{ echo "$as_me:$LINENO: checking X11/xpm.h presence" >&5
+echo $ECHO_N "checking X11/xpm.h presence... $ECHO_C" >&6; }
 cat >conftest.$ac_ext <<_ACEOF
 /* confdefs.h.  */
 _ACEOF
@@ -24728,8 +26641,13 @@
 /* end confdefs.h.  */
 #include <X11/xpm.h>
 _ACEOF
-if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
-  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
+if { (ac_try="$ac_cpp conftest.$ac_ext"
+case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
   ac_status=$?
   grep -v '^ *+' conftest.er1 >conftest.err
   rm -f conftest.er1
@@ -24753,9 +26671,10 @@
 
   ac_header_preproc=no
 fi
+
 rm -f conftest.err conftest.$ac_ext
-echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
-echo "${ECHO_T}$ac_header_preproc" >&6
+{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
+echo "${ECHO_T}$ac_header_preproc" >&6; }
 
 # So?  What about this header?
 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
@@ -24779,25 +26698,18 @@
 echo "$as_me: WARNING: X11/xpm.h: proceeding with the preprocessor's result" >&2;}
     { echo "$as_me:$LINENO: WARNING: X11/xpm.h: in the future, the compiler will take precedence" >&5
 echo "$as_me: WARNING: X11/xpm.h: in the future, the compiler will take precedence" >&2;}
-    (
-      cat <<\_ASBOX
-## ------------------------------------------ ##
-## Report this to the AC_PACKAGE_NAME lists.  ##
-## ------------------------------------------ ##
-_ASBOX
-    ) |
-      sed "s/^/$as_me: WARNING:     /" >&2
+
     ;;
 esac
-echo "$as_me:$LINENO: checking for X11/xpm.h" >&5
-echo $ECHO_N "checking for X11/xpm.h... $ECHO_C" >&6
+{ echo "$as_me:$LINENO: checking for X11/xpm.h" >&5
+echo $ECHO_N "checking for X11/xpm.h... $ECHO_C" >&6; }
 if test "${ac_cv_header_X11_xpm_h+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
   ac_cv_header_X11_xpm_h=$ac_header_preproc
 fi
-echo "$as_me:$LINENO: result: $ac_cv_header_X11_xpm_h" >&5
-echo "${ECHO_T}$ac_cv_header_X11_xpm_h" >&6
+{ echo "$as_me:$LINENO: result: $ac_cv_header_X11_xpm_h" >&5
+echo "${ECHO_T}$ac_cv_header_X11_xpm_h" >&6; }
 
 fi
 
@@ -24830,21 +26742,21 @@
 
 
 png=yes
-# Check whether --enable-png or --disable-png was given.
+# Check whether --enable-png was given.
 if test "${enable_png+set}" = set; then
-  enableval="$enable_png"
-  png=$enableval
+  enableval=$enable_png; png=$enableval
 else
   png=yes
-fi;
+fi
+
 
 
 if test "$png" = yes ; then
 
 LDFLAGS_old="$LDFLAGS"
 LDFLAGS="$LDFLAGS $lib_search_path"
-echo "$as_me:$LINENO: checking for png_get_valid in -lpng" >&5
-echo $ECHO_N "checking for png_get_valid in -lpng... $ECHO_C" >&6
+{ echo "$as_me:$LINENO: checking for png_get_valid in -lpng" >&5
+echo $ECHO_N "checking for png_get_valid in -lpng... $ECHO_C" >&6; }
 if test "${ac_cv_lib_png_png_get_valid+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
@@ -24857,39 +26769,52 @@
 cat >>conftest.$ac_ext <<_ACEOF
 /* end confdefs.h.  */
 
-/* Override any gcc2 internal prototype to avoid an error.  */
+/* Override any GCC internal prototype to avoid an error.
+   Use char because int might match the return type of a GCC
+   builtin and then its argument prototype would still apply.  */
 #ifdef __cplusplus
 extern "C"
 #endif
-/* We use char because int might match the return type of a gcc2
-   builtin and then its argument prototype would still apply.  */
 char png_get_valid ();
 int
 main ()
 {
-png_get_valid ();
+return png_get_valid ();
   ;
   return 0;
 }
 _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
-  (eval $ac_link) 2>conftest.er1
+if { (ac_try="$ac_link"
+case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_link") 2>conftest.er1
   ac_status=$?
   grep -v '^ *+' conftest.er1 >conftest.err
   rm -f conftest.er1
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-  (eval $ac_try) 2>&5
+	 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
+  { (case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_try") 2>&5
   ac_status=$?
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); }; } &&
 	 { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-  (eval $ac_try) 2>&5
+  { (case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_try") 2>&5
   ac_status=$?
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
@@ -24898,14 +26823,15 @@
   echo "$as_me: failed program was:" >&5
 sed 's/^/| /' conftest.$ac_ext >&5
 
-ac_cv_lib_png_png_get_valid=no
+	ac_cv_lib_png_png_get_valid=no
 fi
-rm -f conftest.err conftest.$ac_objext \
+
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
       conftest$ac_exeext conftest.$ac_ext
 LIBS=$ac_check_lib_save_LIBS
 fi
-echo "$as_me:$LINENO: result: $ac_cv_lib_png_png_get_valid" >&5
-echo "${ECHO_T}$ac_cv_lib_png_png_get_valid" >&6
+{ echo "$as_me:$LINENO: result: $ac_cv_lib_png_png_get_valid" >&5
+echo "${ECHO_T}$ac_cv_lib_png_png_get_valid" >&6; }
 if test $ac_cv_lib_png_png_get_valid = yes; then
   yes=yes
 else
@@ -24920,17 +26846,17 @@
 CPPFLAGS_old="$CPPFLAGS"
 CPPFLAGS="$CPPFLAGS $inc_search_path"
 if test "${ac_cv_header_png_h+set}" = set; then
-  echo "$as_me:$LINENO: checking for png.h" >&5
-echo $ECHO_N "checking for png.h... $ECHO_C" >&6
+  { echo "$as_me:$LINENO: checking for png.h" >&5
+echo $ECHO_N "checking for png.h... $ECHO_C" >&6; }
 if test "${ac_cv_header_png_h+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 fi
-echo "$as_me:$LINENO: result: $ac_cv_header_png_h" >&5
-echo "${ECHO_T}$ac_cv_header_png_h" >&6
+{ echo "$as_me:$LINENO: result: $ac_cv_header_png_h" >&5
+echo "${ECHO_T}$ac_cv_header_png_h" >&6; }
 else
   # Is the header compilable?
-echo "$as_me:$LINENO: checking png.h usability" >&5
-echo $ECHO_N "checking png.h usability... $ECHO_C" >&6
+{ echo "$as_me:$LINENO: checking png.h usability" >&5
+echo $ECHO_N "checking png.h usability... $ECHO_C" >&6; }
 cat >conftest.$ac_ext <<_ACEOF
 /* confdefs.h.  */
 _ACEOF
@@ -24941,23 +26867,36 @@
 #include <png.h>
 _ACEOF
 rm -f conftest.$ac_objext
-if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
-  (eval $ac_compile) 2>conftest.er1
+if { (ac_try="$ac_compile"
+case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_compile") 2>conftest.er1
   ac_status=$?
   grep -v '^ *+' conftest.er1 >conftest.err
   rm -f conftest.er1
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-  (eval $ac_try) 2>&5
+	 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
+  { (case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_try") 2>&5
   ac_status=$?
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); }; } &&
 	 { ac_try='test -s conftest.$ac_objext'
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-  (eval $ac_try) 2>&5
+  { (case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_try") 2>&5
   ac_status=$?
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
@@ -24966,15 +26905,16 @@
   echo "$as_me: failed program was:" >&5
 sed 's/^/| /' conftest.$ac_ext >&5
 
-ac_header_compiler=no
+	ac_header_compiler=no
 fi
-rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
-echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
-echo "${ECHO_T}$ac_header_compiler" >&6
+
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
+echo "${ECHO_T}$ac_header_compiler" >&6; }
 
 # Is the header present?
-echo "$as_me:$LINENO: checking png.h presence" >&5
-echo $ECHO_N "checking png.h presence... $ECHO_C" >&6
+{ echo "$as_me:$LINENO: checking png.h presence" >&5
+echo $ECHO_N "checking png.h presence... $ECHO_C" >&6; }
 cat >conftest.$ac_ext <<_ACEOF
 /* confdefs.h.  */
 _ACEOF
@@ -24983,8 +26923,13 @@
 /* end confdefs.h.  */
 #include <png.h>
 _ACEOF
-if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
-  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
+if { (ac_try="$ac_cpp conftest.$ac_ext"
+case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
   ac_status=$?
   grep -v '^ *+' conftest.er1 >conftest.err
   rm -f conftest.er1
@@ -25008,9 +26953,10 @@
 
   ac_header_preproc=no
 fi
+
 rm -f conftest.err conftest.$ac_ext
-echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
-echo "${ECHO_T}$ac_header_preproc" >&6
+{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
+echo "${ECHO_T}$ac_header_preproc" >&6; }
 
 # So?  What about this header?
 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
@@ -25034,25 +26980,18 @@
 echo "$as_me: WARNING: png.h: proceeding with the preprocessor's result" >&2;}
     { echo "$as_me:$LINENO: WARNING: png.h: in the future, the compiler will take precedence" >&5
 echo "$as_me: WARNING: png.h: in the future, the compiler will take precedence" >&2;}
-    (
-      cat <<\_ASBOX
-## ------------------------------------------ ##
-## Report this to the AC_PACKAGE_NAME lists.  ##
-## ------------------------------------------ ##
-_ASBOX
-    ) |
-      sed "s/^/$as_me: WARNING:     /" >&2
+
     ;;
 esac
-echo "$as_me:$LINENO: checking for png.h" >&5
-echo $ECHO_N "checking for png.h... $ECHO_C" >&6
+{ echo "$as_me:$LINENO: checking for png.h" >&5
+echo $ECHO_N "checking for png.h... $ECHO_C" >&6; }
 if test "${ac_cv_header_png_h+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
   ac_cv_header_png_h=$ac_header_preproc
 fi
-echo "$as_me:$LINENO: result: $ac_cv_header_png_h" >&5
-echo "${ECHO_T}$ac_cv_header_png_h" >&6
+{ echo "$as_me:$LINENO: result: $ac_cv_header_png_h" >&5
+echo "${ECHO_T}$ac_cv_header_png_h" >&6; }
 
 fi
 
@@ -25074,20 +27013,20 @@
 
 jpeg=yes
 ljpeg=""
-# Check whether --enable-jpeg or --disable-jpeg was given.
+# Check whether --enable-jpeg was given.
 if test "${enable_jpeg+set}" = set; then
-  enableval="$enable_jpeg"
-  jpeg=$enableval
+  enableval=$enable_jpeg; jpeg=$enableval
 else
   jpeg=yes
-fi;
+fi
+
 
 if test "$jpeg" = yes; then
 
 LDFLAGS_old="$LDFLAGS"
 LDFLAGS="$LDFLAGS $lib_search_path"
-echo "$as_me:$LINENO: checking for jpeg_destroy_compress in -ljpeg" >&5
-echo $ECHO_N "checking for jpeg_destroy_compress in -ljpeg... $ECHO_C" >&6
+{ echo "$as_me:$LINENO: checking for jpeg_destroy_compress in -ljpeg" >&5
+echo $ECHO_N "checking for jpeg_destroy_compress in -ljpeg... $ECHO_C" >&6; }
 if test "${ac_cv_lib_jpeg_jpeg_destroy_compress+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
@@ -25100,39 +27039,52 @@
 cat >>conftest.$ac_ext <<_ACEOF
 /* end confdefs.h.  */
 
-/* Override any gcc2 internal prototype to avoid an error.  */
+/* Override any GCC internal prototype to avoid an error.
+   Use char because int might match the return type of a GCC
+   builtin and then its argument prototype would still apply.  */
 #ifdef __cplusplus
 extern "C"
 #endif
-/* We use char because int might match the return type of a gcc2
-   builtin and then its argument prototype would still apply.  */
 char jpeg_destroy_compress ();
 int
 main ()
 {
-jpeg_destroy_compress ();
+return jpeg_destroy_compress ();
   ;
   return 0;
 }
 _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
-  (eval $ac_link) 2>conftest.er1
+if { (ac_try="$ac_link"
+case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_link") 2>conftest.er1
   ac_status=$?
   grep -v '^ *+' conftest.er1 >conftest.err
   rm -f conftest.er1
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-  (eval $ac_try) 2>&5
+	 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
+  { (case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_try") 2>&5
   ac_status=$?
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); }; } &&
 	 { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-  (eval $ac_try) 2>&5
+  { (case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_try") 2>&5
   ac_status=$?
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
@@ -25141,14 +27093,15 @@
   echo "$as_me: failed program was:" >&5
 sed 's/^/| /' conftest.$ac_ext >&5
 
-ac_cv_lib_jpeg_jpeg_destroy_compress=no
+	ac_cv_lib_jpeg_jpeg_destroy_compress=no
 fi
-rm -f conftest.err conftest.$ac_objext \
+
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
       conftest$ac_exeext conftest.$ac_ext
 LIBS=$ac_check_lib_save_LIBS
 fi
-echo "$as_me:$LINENO: result: $ac_cv_lib_jpeg_jpeg_destroy_compress" >&5
-echo "${ECHO_T}$ac_cv_lib_jpeg_jpeg_destroy_compress" >&6
+{ echo "$as_me:$LINENO: result: $ac_cv_lib_jpeg_jpeg_destroy_compress" >&5
+echo "${ECHO_T}$ac_cv_lib_jpeg_jpeg_destroy_compress" >&6; }
 if test $ac_cv_lib_jpeg_jpeg_destroy_compress = yes; then
   yes=yes
 else
@@ -25166,17 +27119,17 @@
 CPPFLAGS_old="$CPPFLAGS"
 CPPFLAGS="$CPPFLAGS $inc_search_path"
 if test "${ac_cv_header_jpeglib_h+set}" = set; then
-  echo "$as_me:$LINENO: checking for jpeglib.h" >&5
-echo $ECHO_N "checking for jpeglib.h... $ECHO_C" >&6
+  { echo "$as_me:$LINENO: checking for jpeglib.h" >&5
+echo $ECHO_N "checking for jpeglib.h... $ECHO_C" >&6; }
 if test "${ac_cv_header_jpeglib_h+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 fi
-echo "$as_me:$LINENO: result: $ac_cv_header_jpeglib_h" >&5
-echo "${ECHO_T}$ac_cv_header_jpeglib_h" >&6
+{ echo "$as_me:$LINENO: result: $ac_cv_header_jpeglib_h" >&5
+echo "${ECHO_T}$ac_cv_header_jpeglib_h" >&6; }
 else
   # Is the header compilable?
-echo "$as_me:$LINENO: checking jpeglib.h usability" >&5
-echo $ECHO_N "checking jpeglib.h usability... $ECHO_C" >&6
+{ echo "$as_me:$LINENO: checking jpeglib.h usability" >&5
+echo $ECHO_N "checking jpeglib.h usability... $ECHO_C" >&6; }
 cat >conftest.$ac_ext <<_ACEOF
 /* confdefs.h.  */
 _ACEOF
@@ -25187,23 +27140,36 @@
 #include <jpeglib.h>
 _ACEOF
 rm -f conftest.$ac_objext
-if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
-  (eval $ac_compile) 2>conftest.er1
+if { (ac_try="$ac_compile"
+case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_compile") 2>conftest.er1
   ac_status=$?
   grep -v '^ *+' conftest.er1 >conftest.err
   rm -f conftest.er1
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-  (eval $ac_try) 2>&5
+	 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
+  { (case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_try") 2>&5
   ac_status=$?
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); }; } &&
 	 { ac_try='test -s conftest.$ac_objext'
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-  (eval $ac_try) 2>&5
+  { (case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_try") 2>&5
   ac_status=$?
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
@@ -25212,15 +27178,16 @@
   echo "$as_me: failed program was:" >&5
 sed 's/^/| /' conftest.$ac_ext >&5
 
-ac_header_compiler=no
+	ac_header_compiler=no
 fi
-rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
-echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
-echo "${ECHO_T}$ac_header_compiler" >&6
+
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
+echo "${ECHO_T}$ac_header_compiler" >&6; }
 
 # Is the header present?
-echo "$as_me:$LINENO: checking jpeglib.h presence" >&5
-echo $ECHO_N "checking jpeglib.h presence... $ECHO_C" >&6
+{ echo "$as_me:$LINENO: checking jpeglib.h presence" >&5
+echo $ECHO_N "checking jpeglib.h presence... $ECHO_C" >&6; }
 cat >conftest.$ac_ext <<_ACEOF
 /* confdefs.h.  */
 _ACEOF
@@ -25229,8 +27196,13 @@
 /* end confdefs.h.  */
 #include <jpeglib.h>
 _ACEOF
-if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
-  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
+if { (ac_try="$ac_cpp conftest.$ac_ext"
+case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
   ac_status=$?
   grep -v '^ *+' conftest.er1 >conftest.err
   rm -f conftest.er1
@@ -25254,9 +27226,10 @@
 
   ac_header_preproc=no
 fi
+
 rm -f conftest.err conftest.$ac_ext
-echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
-echo "${ECHO_T}$ac_header_preproc" >&6
+{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
+echo "${ECHO_T}$ac_header_preproc" >&6; }
 
 # So?  What about this header?
 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
@@ -25280,25 +27253,18 @@
 echo "$as_me: WARNING: jpeglib.h: proceeding with the preprocessor's result" >&2;}
     { echo "$as_me:$LINENO: WARNING: jpeglib.h: in the future, the compiler will take precedence" >&5
 echo "$as_me: WARNING: jpeglib.h: in the future, the compiler will take precedence" >&2;}
-    (
-      cat <<\_ASBOX
-## ------------------------------------------ ##
-## Report this to the AC_PACKAGE_NAME lists.  ##
-## ------------------------------------------ ##
-_ASBOX
-    ) |
-      sed "s/^/$as_me: WARNING:     /" >&2
+
     ;;
 esac
-echo "$as_me:$LINENO: checking for jpeglib.h" >&5
-echo $ECHO_N "checking for jpeglib.h... $ECHO_C" >&6
+{ echo "$as_me:$LINENO: checking for jpeglib.h" >&5
+echo $ECHO_N "checking for jpeglib.h... $ECHO_C" >&6; }
 if test "${ac_cv_header_jpeglib_h+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
   ac_cv_header_jpeglib_h=$ac_header_preproc
 fi
-echo "$as_me:$LINENO: result: $ac_cv_header_jpeglib_h" >&5
-echo "${ECHO_T}$ac_cv_header_jpeglib_h" >&6
+{ echo "$as_me:$LINENO: result: $ac_cv_header_jpeglib_h" >&5
+echo "${ECHO_T}$ac_cv_header_jpeglib_h" >&6; }
 
 fi
 
@@ -25319,21 +27285,21 @@
 
 
 gif=yes
-# Check whether --enable-gif or --disable-gif was given.
+# Check whether --enable-gif was given.
 if test "${enable_gif+set}" = set; then
-  enableval="$enable_gif"
-  gif=$enableval
+  enableval=$enable_gif; gif=$enableval
 else
   gif=yes
-fi;
+fi
+
 
 if test "$gif" = yes; then
     my_libname=""
 
 LDFLAGS_old="$LDFLAGS"
 LDFLAGS="$LDFLAGS $lib_search_path"
-echo "$as_me:$LINENO: checking for DGifOpenFileName in -lungif" >&5
-echo $ECHO_N "checking for DGifOpenFileName in -lungif... $ECHO_C" >&6
+{ echo "$as_me:$LINENO: checking for DGifOpenFileName in -lungif" >&5
+echo $ECHO_N "checking for DGifOpenFileName in -lungif... $ECHO_C" >&6; }
 if test "${ac_cv_lib_ungif_DGifOpenFileName+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
@@ -25346,39 +27312,52 @@
 cat >>conftest.$ac_ext <<_ACEOF
 /* end confdefs.h.  */
 
-/* Override any gcc2 internal prototype to avoid an error.  */
+/* Override any GCC internal prototype to avoid an error.
+   Use char because int might match the return type of a GCC
+   builtin and then its argument prototype would still apply.  */
 #ifdef __cplusplus
 extern "C"
 #endif
-/* We use char because int might match the return type of a gcc2
-   builtin and then its argument prototype would still apply.  */
 char DGifOpenFileName ();
 int
 main ()
 {
-DGifOpenFileName ();
+return DGifOpenFileName ();
   ;
   return 0;
 }
 _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
-  (eval $ac_link) 2>conftest.er1
+if { (ac_try="$ac_link"
+case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_link") 2>conftest.er1
   ac_status=$?
   grep -v '^ *+' conftest.er1 >conftest.err
   rm -f conftest.er1
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-  (eval $ac_try) 2>&5
+	 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
+  { (case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_try") 2>&5
   ac_status=$?
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); }; } &&
 	 { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-  (eval $ac_try) 2>&5
+  { (case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_try") 2>&5
   ac_status=$?
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
@@ -25387,14 +27366,15 @@
   echo "$as_me: failed program was:" >&5
 sed 's/^/| /' conftest.$ac_ext >&5
 
-ac_cv_lib_ungif_DGifOpenFileName=no
+	ac_cv_lib_ungif_DGifOpenFileName=no
 fi
-rm -f conftest.err conftest.$ac_objext \
+
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
       conftest$ac_exeext conftest.$ac_ext
 LIBS=$ac_check_lib_save_LIBS
 fi
-echo "$as_me:$LINENO: result: $ac_cv_lib_ungif_DGifOpenFileName" >&5
-echo "${ECHO_T}$ac_cv_lib_ungif_DGifOpenFileName" >&6
+{ echo "$as_me:$LINENO: result: $ac_cv_lib_ungif_DGifOpenFileName" >&5
+echo "${ECHO_T}$ac_cv_lib_ungif_DGifOpenFileName" >&6; }
 if test $ac_cv_lib_ungif_DGifOpenFileName = yes; then
   yes=yes
 else
@@ -25410,8 +27390,8 @@
 
 LDFLAGS_old="$LDFLAGS"
 LDFLAGS="$LDFLAGS $lib_search_path"
-echo "$as_me:$LINENO: checking for DGifOpenFileName in -lgif" >&5
-echo $ECHO_N "checking for DGifOpenFileName in -lgif... $ECHO_C" >&6
+{ echo "$as_me:$LINENO: checking for DGifOpenFileName in -lgif" >&5
+echo $ECHO_N "checking for DGifOpenFileName in -lgif... $ECHO_C" >&6; }
 if test "${ac_cv_lib_gif_DGifOpenFileName+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
@@ -25424,39 +27404,52 @@
 cat >>conftest.$ac_ext <<_ACEOF
 /* end confdefs.h.  */
 
-/* Override any gcc2 internal prototype to avoid an error.  */
+/* Override any GCC internal prototype to avoid an error.
+   Use char because int might match the return type of a GCC
+   builtin and then its argument prototype would still apply.  */
 #ifdef __cplusplus
 extern "C"
 #endif
-/* We use char because int might match the return type of a gcc2
-   builtin and then its argument prototype would still apply.  */
 char DGifOpenFileName ();
 int
 main ()
 {
-DGifOpenFileName ();
+return DGifOpenFileName ();
   ;
   return 0;
 }
 _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
-  (eval $ac_link) 2>conftest.er1
+if { (ac_try="$ac_link"
+case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_link") 2>conftest.er1
   ac_status=$?
   grep -v '^ *+' conftest.er1 >conftest.err
   rm -f conftest.er1
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-  (eval $ac_try) 2>&5
+	 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
+  { (case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_try") 2>&5
   ac_status=$?
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); }; } &&
 	 { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-  (eval $ac_try) 2>&5
+  { (case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_try") 2>&5
   ac_status=$?
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
@@ -25465,14 +27458,15 @@
   echo "$as_me: failed program was:" >&5
 sed 's/^/| /' conftest.$ac_ext >&5
 
-ac_cv_lib_gif_DGifOpenFileName=no
+	ac_cv_lib_gif_DGifOpenFileName=no
 fi
-rm -f conftest.err conftest.$ac_objext \
+
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
       conftest$ac_exeext conftest.$ac_ext
 LIBS=$ac_check_lib_save_LIBS
 fi
-echo "$as_me:$LINENO: result: $ac_cv_lib_gif_DGifOpenFileName" >&5
-echo "${ECHO_T}$ac_cv_lib_gif_DGifOpenFileName" >&6
+{ echo "$as_me:$LINENO: result: $ac_cv_lib_gif_DGifOpenFileName" >&5
+echo "${ECHO_T}$ac_cv_lib_gif_DGifOpenFileName" >&6; }
 if test $ac_cv_lib_gif_DGifOpenFileName = yes; then
   yes=yes
 else
@@ -25491,17 +27485,17 @@
 CPPFLAGS_old="$CPPFLAGS"
 CPPFLAGS="$CPPFLAGS $inc_search_path"
 if test "${ac_cv_header_gif_lib_h+set}" = set; then
-  echo "$as_me:$LINENO: checking for gif_lib.h" >&5
-echo $ECHO_N "checking for gif_lib.h... $ECHO_C" >&6
+  { echo "$as_me:$LINENO: checking for gif_lib.h" >&5
+echo $ECHO_N "checking for gif_lib.h... $ECHO_C" >&6; }
 if test "${ac_cv_header_gif_lib_h+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 fi
-echo "$as_me:$LINENO: result: $ac_cv_header_gif_lib_h" >&5
-echo "${ECHO_T}$ac_cv_header_gif_lib_h" >&6
+{ echo "$as_me:$LINENO: result: $ac_cv_header_gif_lib_h" >&5
+echo "${ECHO_T}$ac_cv_header_gif_lib_h" >&6; }
 else
   # Is the header compilable?
-echo "$as_me:$LINENO: checking gif_lib.h usability" >&5
-echo $ECHO_N "checking gif_lib.h usability... $ECHO_C" >&6
+{ echo "$as_me:$LINENO: checking gif_lib.h usability" >&5
+echo $ECHO_N "checking gif_lib.h usability... $ECHO_C" >&6; }
 cat >conftest.$ac_ext <<_ACEOF
 /* confdefs.h.  */
 _ACEOF
@@ -25512,23 +27506,36 @@
 #include <gif_lib.h>
 _ACEOF
 rm -f conftest.$ac_objext
-if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
-  (eval $ac_compile) 2>conftest.er1
+if { (ac_try="$ac_compile"
+case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_compile") 2>conftest.er1
   ac_status=$?
   grep -v '^ *+' conftest.er1 >conftest.err
   rm -f conftest.er1
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-  (eval $ac_try) 2>&5
+	 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
+  { (case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_try") 2>&5
   ac_status=$?
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); }; } &&
 	 { ac_try='test -s conftest.$ac_objext'
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-  (eval $ac_try) 2>&5
+  { (case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_try") 2>&5
   ac_status=$?
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
@@ -25537,15 +27544,16 @@
   echo "$as_me: failed program was:" >&5
 sed 's/^/| /' conftest.$ac_ext >&5
 
-ac_header_compiler=no
+	ac_header_compiler=no
 fi
-rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
-echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
-echo "${ECHO_T}$ac_header_compiler" >&6
+
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
+echo "${ECHO_T}$ac_header_compiler" >&6; }
 
 # Is the header present?
-echo "$as_me:$LINENO: checking gif_lib.h presence" >&5
-echo $ECHO_N "checking gif_lib.h presence... $ECHO_C" >&6
+{ echo "$as_me:$LINENO: checking gif_lib.h presence" >&5
+echo $ECHO_N "checking gif_lib.h presence... $ECHO_C" >&6; }
 cat >conftest.$ac_ext <<_ACEOF
 /* confdefs.h.  */
 _ACEOF
@@ -25554,8 +27562,13 @@
 /* end confdefs.h.  */
 #include <gif_lib.h>
 _ACEOF
-if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
-  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
+if { (ac_try="$ac_cpp conftest.$ac_ext"
+case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
   ac_status=$?
   grep -v '^ *+' conftest.er1 >conftest.err
   rm -f conftest.er1
@@ -25579,9 +27592,10 @@
 
   ac_header_preproc=no
 fi
+
 rm -f conftest.err conftest.$ac_ext
-echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
-echo "${ECHO_T}$ac_header_preproc" >&6
+{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
+echo "${ECHO_T}$ac_header_preproc" >&6; }
 
 # So?  What about this header?
 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
@@ -25605,25 +27619,18 @@
 echo "$as_me: WARNING: gif_lib.h: proceeding with the preprocessor's result" >&2;}
     { echo "$as_me:$LINENO: WARNING: gif_lib.h: in the future, the compiler will take precedence" >&5
 echo "$as_me: WARNING: gif_lib.h: in the future, the compiler will take precedence" >&2;}
-    (
-      cat <<\_ASBOX
-## ------------------------------------------ ##
-## Report this to the AC_PACKAGE_NAME lists.  ##
-## ------------------------------------------ ##
-_ASBOX
-    ) |
-      sed "s/^/$as_me: WARNING:     /" >&2
+
     ;;
 esac
-echo "$as_me:$LINENO: checking for gif_lib.h" >&5
-echo $ECHO_N "checking for gif_lib.h... $ECHO_C" >&6
+{ echo "$as_me:$LINENO: checking for gif_lib.h" >&5
+echo $ECHO_N "checking for gif_lib.h... $ECHO_C" >&6; }
 if test "${ac_cv_header_gif_lib_h+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
   ac_cv_header_gif_lib_h=$ac_header_preproc
 fi
-echo "$as_me:$LINENO: result: $ac_cv_header_gif_lib_h" >&5
-echo "${ECHO_T}$ac_cv_header_gif_lib_h" >&6
+{ echo "$as_me:$LINENO: result: $ac_cv_header_gif_lib_h" >&5
+echo "${ECHO_T}$ac_cv_header_gif_lib_h" >&6; }
 
 fi
 
@@ -25644,13 +27651,13 @@
 
 
 
-# Check whether --enable-tiff or --disable-tiff was given.
+# Check whether --enable-tiff was given.
 if test "${enable_tiff+set}" = set; then
-  enableval="$enable_tiff"
-  tif=$enableval
+  enableval=$enable_tiff; tif=$enableval
 else
   tif=yes
-fi;
+fi
+
 
 #
 # TIFF can optionally have JPEG and/or zlib support. Must find out
@@ -25667,8 +27674,8 @@
 
 LDFLAGS_old="$LDFLAGS"
 LDFLAGS="$LDFLAGS $lib_search_path"
-echo "$as_me:$LINENO: checking for TIFFGetVersion in -ltiff" >&5
-echo $ECHO_N "checking for TIFFGetVersion in -ltiff... $ECHO_C" >&6
+{ echo "$as_me:$LINENO: checking for TIFFGetVersion in -ltiff" >&5
+echo $ECHO_N "checking for TIFFGetVersion in -ltiff... $ECHO_C" >&6; }
 if test "${ac_cv_lib_tiff_TIFFGetVersion+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
@@ -25681,39 +27688,52 @@
 cat >>conftest.$ac_ext <<_ACEOF
 /* end confdefs.h.  */
 
-/* Override any gcc2 internal prototype to avoid an error.  */
+/* Override any GCC internal prototype to avoid an error.
+   Use char because int might match the return type of a GCC
+   builtin and then its argument prototype would still apply.  */
 #ifdef __cplusplus
 extern "C"
 #endif
-/* We use char because int might match the return type of a gcc2
-   builtin and then its argument prototype would still apply.  */
 char TIFFGetVersion ();
 int
 main ()
 {
-TIFFGetVersion ();
+return TIFFGetVersion ();
   ;
   return 0;
 }
 _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
-  (eval $ac_link) 2>conftest.er1
+if { (ac_try="$ac_link"
+case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_link") 2>conftest.er1
   ac_status=$?
   grep -v '^ *+' conftest.er1 >conftest.err
   rm -f conftest.er1
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-  (eval $ac_try) 2>&5
+	 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
+  { (case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_try") 2>&5
   ac_status=$?
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); }; } &&
 	 { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-  (eval $ac_try) 2>&5
+  { (case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_try") 2>&5
   ac_status=$?
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
@@ -25722,14 +27742,15 @@
   echo "$as_me: failed program was:" >&5
 sed 's/^/| /' conftest.$ac_ext >&5
 
-ac_cv_lib_tiff_TIFFGetVersion=no
+	ac_cv_lib_tiff_TIFFGetVersion=no
 fi
-rm -f conftest.err conftest.$ac_objext \
+
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
       conftest$ac_exeext conftest.$ac_ext
 LIBS=$ac_check_lib_save_LIBS
 fi
-echo "$as_me:$LINENO: result: $ac_cv_lib_tiff_TIFFGetVersion" >&5
-echo "${ECHO_T}$ac_cv_lib_tiff_TIFFGetVersion" >&6
+{ echo "$as_me:$LINENO: result: $ac_cv_lib_tiff_TIFFGetVersion" >&5
+echo "${ECHO_T}$ac_cv_lib_tiff_TIFFGetVersion" >&6; }
 if test $ac_cv_lib_tiff_TIFFGetVersion = yes; then
   yes=yes
 else
@@ -25746,8 +27767,8 @@
 
 LDFLAGS_old="$LDFLAGS"
 LDFLAGS="$LDFLAGS $lib_search_path"
-echo "$as_me:$LINENO: checking for TIFFGetVersion in -ltiff" >&5
-echo $ECHO_N "checking for TIFFGetVersion in -ltiff... $ECHO_C" >&6
+{ echo "$as_me:$LINENO: checking for TIFFGetVersion in -ltiff" >&5
+echo $ECHO_N "checking for TIFFGetVersion in -ltiff... $ECHO_C" >&6; }
 if test "${ac_cv_lib_tiff_TIFFGetVersion+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
@@ -25760,39 +27781,52 @@
 cat >>conftest.$ac_ext <<_ACEOF
 /* end confdefs.h.  */
 
-/* Override any gcc2 internal prototype to avoid an error.  */
+/* Override any GCC internal prototype to avoid an error.
+   Use char because int might match the return type of a GCC
+   builtin and then its argument prototype would still apply.  */
 #ifdef __cplusplus
 extern "C"
 #endif
-/* We use char because int might match the return type of a gcc2
-   builtin and then its argument prototype would still apply.  */
 char TIFFGetVersion ();
 int
 main ()
 {
-TIFFGetVersion ();
+return TIFFGetVersion ();
   ;
   return 0;
 }
 _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
-  (eval $ac_link) 2>conftest.er1
+if { (ac_try="$ac_link"
+case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_link") 2>conftest.er1
   ac_status=$?
   grep -v '^ *+' conftest.er1 >conftest.err
   rm -f conftest.er1
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-  (eval $ac_try) 2>&5
+	 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
+  { (case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_try") 2>&5
   ac_status=$?
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); }; } &&
 	 { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-  (eval $ac_try) 2>&5
+  { (case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_try") 2>&5
   ac_status=$?
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
@@ -25801,14 +27835,15 @@
   echo "$as_me: failed program was:" >&5
 sed 's/^/| /' conftest.$ac_ext >&5
 
-ac_cv_lib_tiff_TIFFGetVersion=no
+	ac_cv_lib_tiff_TIFFGetVersion=no
 fi
-rm -f conftest.err conftest.$ac_objext \
+
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
       conftest$ac_exeext conftest.$ac_ext
 LIBS=$ac_check_lib_save_LIBS
 fi
-echo "$as_me:$LINENO: result: $ac_cv_lib_tiff_TIFFGetVersion" >&5
-echo "${ECHO_T}$ac_cv_lib_tiff_TIFFGetVersion" >&6
+{ echo "$as_me:$LINENO: result: $ac_cv_lib_tiff_TIFFGetVersion" >&5
+echo "${ECHO_T}$ac_cv_lib_tiff_TIFFGetVersion" >&6; }
 if test $ac_cv_lib_tiff_TIFFGetVersion = yes; then
   yes=yes
 else
@@ -25826,8 +27861,8 @@
 
 LDFLAGS_old="$LDFLAGS"
 LDFLAGS="$LDFLAGS $lib_search_path"
-echo "$as_me:$LINENO: checking for TIFFGetVersion in -ltiff34" >&5
-echo $ECHO_N "checking for TIFFGetVersion in -ltiff34... $ECHO_C" >&6
+{ echo "$as_me:$LINENO: checking for TIFFGetVersion in -ltiff34" >&5
+echo $ECHO_N "checking for TIFFGetVersion in -ltiff34... $ECHO_C" >&6; }
 if test "${ac_cv_lib_tiff34_TIFFGetVersion+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
@@ -25840,39 +27875,52 @@
 cat >>conftest.$ac_ext <<_ACEOF
 /* end confdefs.h.  */
 
-/* Override any gcc2 internal prototype to avoid an error.  */
+/* Override any GCC internal prototype to avoid an error.
+   Use char because int might match the return type of a GCC
+   builtin and then its argument prototype would still apply.  */
 #ifdef __cplusplus
 extern "C"
 #endif
-/* We use char because int might match the return type of a gcc2
-   builtin and then its argument prototype would still apply.  */
 char TIFFGetVersion ();
 int
 main ()
 {
-TIFFGetVersion ();
+return TIFFGetVersion ();
   ;
   return 0;
 }
 _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
-  (eval $ac_link) 2>conftest.er1
+if { (ac_try="$ac_link"
+case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_link") 2>conftest.er1
   ac_status=$?
   grep -v '^ *+' conftest.er1 >conftest.err
   rm -f conftest.er1
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-  (eval $ac_try) 2>&5
+	 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
+  { (case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_try") 2>&5
   ac_status=$?
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); }; } &&
 	 { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-  (eval $ac_try) 2>&5
+  { (case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_try") 2>&5
   ac_status=$?
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
@@ -25881,14 +27929,15 @@
   echo "$as_me: failed program was:" >&5
 sed 's/^/| /' conftest.$ac_ext >&5
 
-ac_cv_lib_tiff34_TIFFGetVersion=no
+	ac_cv_lib_tiff34_TIFFGetVersion=no
 fi
-rm -f conftest.err conftest.$ac_objext \
+
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
       conftest$ac_exeext conftest.$ac_ext
 LIBS=$ac_check_lib_save_LIBS
 fi
-echo "$as_me:$LINENO: result: $ac_cv_lib_tiff34_TIFFGetVersion" >&5
-echo "${ECHO_T}$ac_cv_lib_tiff34_TIFFGetVersion" >&6
+{ echo "$as_me:$LINENO: result: $ac_cv_lib_tiff34_TIFFGetVersion" >&5
+echo "${ECHO_T}$ac_cv_lib_tiff34_TIFFGetVersion" >&6; }
 if test $ac_cv_lib_tiff34_TIFFGetVersion = yes; then
   yes=yes
 else
@@ -25908,17 +27957,17 @@
 CPPFLAGS_old="$CPPFLAGS"
 CPPFLAGS="$CPPFLAGS $inc_search_path"
 if test "${ac_cv_header_tiffio_h+set}" = set; then
-  echo "$as_me:$LINENO: checking for tiffio.h" >&5
-echo $ECHO_N "checking for tiffio.h... $ECHO_C" >&6
+  { echo "$as_me:$LINENO: checking for tiffio.h" >&5
+echo $ECHO_N "checking for tiffio.h... $ECHO_C" >&6; }
 if test "${ac_cv_header_tiffio_h+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 fi
-echo "$as_me:$LINENO: result: $ac_cv_header_tiffio_h" >&5
-echo "${ECHO_T}$ac_cv_header_tiffio_h" >&6
+{ echo "$as_me:$LINENO: result: $ac_cv_header_tiffio_h" >&5
+echo "${ECHO_T}$ac_cv_header_tiffio_h" >&6; }
 else
   # Is the header compilable?
-echo "$as_me:$LINENO: checking tiffio.h usability" >&5
-echo $ECHO_N "checking tiffio.h usability... $ECHO_C" >&6
+{ echo "$as_me:$LINENO: checking tiffio.h usability" >&5
+echo $ECHO_N "checking tiffio.h usability... $ECHO_C" >&6; }
 cat >conftest.$ac_ext <<_ACEOF
 /* confdefs.h.  */
 _ACEOF
@@ -25929,23 +27978,36 @@
 #include <tiffio.h>
 _ACEOF
 rm -f conftest.$ac_objext
-if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
-  (eval $ac_compile) 2>conftest.er1
+if { (ac_try="$ac_compile"
+case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_compile") 2>conftest.er1
   ac_status=$?
   grep -v '^ *+' conftest.er1 >conftest.err
   rm -f conftest.er1
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-  (eval $ac_try) 2>&5
+	 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
+  { (case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_try") 2>&5
   ac_status=$?
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); }; } &&
 	 { ac_try='test -s conftest.$ac_objext'
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-  (eval $ac_try) 2>&5
+  { (case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_try") 2>&5
   ac_status=$?
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
@@ -25954,15 +28016,16 @@
   echo "$as_me: failed program was:" >&5
 sed 's/^/| /' conftest.$ac_ext >&5
 
-ac_header_compiler=no
+	ac_header_compiler=no
 fi
-rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
-echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
-echo "${ECHO_T}$ac_header_compiler" >&6
+
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
+echo "${ECHO_T}$ac_header_compiler" >&6; }
 
 # Is the header present?
-echo "$as_me:$LINENO: checking tiffio.h presence" >&5
-echo $ECHO_N "checking tiffio.h presence... $ECHO_C" >&6
+{ echo "$as_me:$LINENO: checking tiffio.h presence" >&5
+echo $ECHO_N "checking tiffio.h presence... $ECHO_C" >&6; }
 cat >conftest.$ac_ext <<_ACEOF
 /* confdefs.h.  */
 _ACEOF
@@ -25971,8 +28034,13 @@
 /* end confdefs.h.  */
 #include <tiffio.h>
 _ACEOF
-if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
-  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
+if { (ac_try="$ac_cpp conftest.$ac_ext"
+case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
   ac_status=$?
   grep -v '^ *+' conftest.er1 >conftest.err
   rm -f conftest.er1
@@ -25996,9 +28064,10 @@
 
   ac_header_preproc=no
 fi
+
 rm -f conftest.err conftest.$ac_ext
-echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
-echo "${ECHO_T}$ac_header_preproc" >&6
+{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
+echo "${ECHO_T}$ac_header_preproc" >&6; }
 
 # So?  What about this header?
 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
@@ -26022,25 +28091,18 @@
 echo "$as_me: WARNING: tiffio.h: proceeding with the preprocessor's result" >&2;}
     { echo "$as_me:$LINENO: WARNING: tiffio.h: in the future, the compiler will take precedence" >&5
 echo "$as_me: WARNING: tiffio.h: in the future, the compiler will take precedence" >&2;}
-    (
-      cat <<\_ASBOX
-## ------------------------------------------ ##
-## Report this to the AC_PACKAGE_NAME lists.  ##
-## ------------------------------------------ ##
-_ASBOX
-    ) |
-      sed "s/^/$as_me: WARNING:     /" >&2
+
     ;;
 esac
-echo "$as_me:$LINENO: checking for tiffio.h" >&5
-echo $ECHO_N "checking for tiffio.h... $ECHO_C" >&6
+{ echo "$as_me:$LINENO: checking for tiffio.h" >&5
+echo $ECHO_N "checking for tiffio.h... $ECHO_C" >&6; }
 if test "${ac_cv_header_tiffio_h+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
   ac_cv_header_tiffio_h=$ac_header_preproc
 fi
-echo "$as_me:$LINENO: result: $ac_cv_header_tiffio_h" >&5
-echo "${ECHO_T}$ac_cv_header_tiffio_h" >&6
+{ echo "$as_me:$LINENO: result: $ac_cv_header_tiffio_h" >&5
+echo "${ECHO_T}$ac_cv_header_tiffio_h" >&6; }
 
 fi
 
@@ -26077,18 +28139,19 @@
 for ac_header in stdlib.h
 do
 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
-if eval "test \"\${$as_ac_Header+set}\" = set"; then
-  echo "$as_me:$LINENO: checking for $ac_header" >&5
-echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
-if eval "test \"\${$as_ac_Header+set}\" = set"; then
+if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
+  { echo "$as_me:$LINENO: checking for $ac_header" >&5
+echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
+if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 fi
-echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
-echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
+ac_res=`eval echo '${'$as_ac_Header'}'`
+	       { echo "$as_me:$LINENO: result: $ac_res" >&5
+echo "${ECHO_T}$ac_res" >&6; }
 else
   # Is the header compilable?
-echo "$as_me:$LINENO: checking $ac_header usability" >&5
-echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
+{ echo "$as_me:$LINENO: checking $ac_header usability" >&5
+echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
 cat >conftest.$ac_ext <<_ACEOF
 /* confdefs.h.  */
 _ACEOF
@@ -26099,23 +28162,36 @@
 #include <$ac_header>
 _ACEOF
 rm -f conftest.$ac_objext
-if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
-  (eval $ac_compile) 2>conftest.er1
+if { (ac_try="$ac_compile"
+case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_compile") 2>conftest.er1
   ac_status=$?
   grep -v '^ *+' conftest.er1 >conftest.err
   rm -f conftest.er1
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-  (eval $ac_try) 2>&5
+	 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
+  { (case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_try") 2>&5
   ac_status=$?
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); }; } &&
 	 { ac_try='test -s conftest.$ac_objext'
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-  (eval $ac_try) 2>&5
+  { (case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_try") 2>&5
   ac_status=$?
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
@@ -26124,15 +28200,16 @@
   echo "$as_me: failed program was:" >&5
 sed 's/^/| /' conftest.$ac_ext >&5
 
-ac_header_compiler=no
+	ac_header_compiler=no
 fi
-rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
-echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
-echo "${ECHO_T}$ac_header_compiler" >&6
+
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
+echo "${ECHO_T}$ac_header_compiler" >&6; }
 
 # Is the header present?
-echo "$as_me:$LINENO: checking $ac_header presence" >&5
-echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
+{ echo "$as_me:$LINENO: checking $ac_header presence" >&5
+echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
 cat >conftest.$ac_ext <<_ACEOF
 /* confdefs.h.  */
 _ACEOF
@@ -26141,8 +28218,13 @@
 /* end confdefs.h.  */
 #include <$ac_header>
 _ACEOF
-if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
-  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
+if { (ac_try="$ac_cpp conftest.$ac_ext"
+case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
   ac_status=$?
   grep -v '^ *+' conftest.er1 >conftest.err
   rm -f conftest.er1
@@ -26166,9 +28248,10 @@
 
   ac_header_preproc=no
 fi
+
 rm -f conftest.err conftest.$ac_ext
-echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
-echo "${ECHO_T}$ac_header_preproc" >&6
+{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
+echo "${ECHO_T}$ac_header_preproc" >&6; }
 
 # So?  What about this header?
 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
@@ -26192,25 +28275,19 @@
 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
     { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
-    (
-      cat <<\_ASBOX
-## ------------------------------------------ ##
-## Report this to the AC_PACKAGE_NAME lists.  ##
-## ------------------------------------------ ##
-_ASBOX
-    ) |
-      sed "s/^/$as_me: WARNING:     /" >&2
+
     ;;
 esac
-echo "$as_me:$LINENO: checking for $ac_header" >&5
-echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
-if eval "test \"\${$as_ac_Header+set}\" = set"; then
+{ echo "$as_me:$LINENO: checking for $ac_header" >&5
+echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
+if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
   eval "$as_ac_Header=\$ac_header_preproc"
 fi
-echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
-echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
+ac_res=`eval echo '${'$as_ac_Header'}'`
+	       { echo "$as_me:$LINENO: result: $ac_res" >&5
+echo "${ECHO_T}$ac_res" >&6; }
 
 fi
 if test `eval echo '${'$as_ac_Header'}'` = yes; then
@@ -26226,11 +28303,11 @@
 # AC_PREFIX_PROGRAM(wmaker)
 
 
-# Check whether --with-pixmapdir or --without-pixmapdir was given.
+# Check whether --with-pixmapdir was given.
 if test "${with_pixmapdir+set}" = set; then
-  withval="$with_pixmapdir"
+  withval=$with_pixmapdir;
+fi
 
-fi;
 
 if test "x$with_pixmapdir" != "x"; then
 	pixmapdir=$with_pixmapdir
@@ -26261,11 +28338,11 @@
 
 
 
-# Check whether --with-appspath or --without-appspath was given.
+# Check whether --with-appspath was given.
 if test "${with_appspath+set}" = set; then
-  withval="$with_appspath"
+  withval=$with_appspath;
+fi
 
-fi;
 
 appspath=$with_gnustepdir
 
@@ -26290,10 +28367,9 @@
 
 
 
-# Check whether --enable-usermenu or --disable-usermenu was given.
+# Check whether --enable-usermenu was given.
 if test "${enable_usermenu+set}" = set; then
-  enableval="$enable_usermenu"
-  if test "$enableval" = yes; then
+  enableval=$enable_usermenu; if test "$enableval" = yes; then
 
 cat >>confdefs.h <<\_ACEOF
 #define USER_MENU 1
@@ -26301,12 +28377,14 @@
 
 fi
 
-fi;
+fi
+
+
 
 
 
+ac_config_files="$ac_config_files Makefile po/Makefile util/Makefile test/Makefile WINGs/Makefile WINGs/WINGs/Makefile WINGs/Documentation/Makefile WINGs/Examples/Makefile WINGs/Resources/Makefile WINGs/Tests/Makefile WINGs/Extras/Makefile WINGs/po/Makefile wmlib/Makefile wrlib/Makefile wrlib/tests/Makefile src/Makefile src/wconfig.h doc/Makefile doc/sk/Makefile WindowMaker/Makefile WindowMaker/Backgrounds/Makefile WindowMaker/Defaults/Makefile WindowMaker/IconSets/Makefile WindowMaker/Icons/Makefile WindowMaker/Pixmaps/Makefile WindowMaker/Styles/Makefile WindowMaker/Themes/Makefile WPrefs.app/Makefile WPrefs.app/tiff/Makefile WPrefs.app/xpm/Makefile WPrefs.app/po/Makefile contrib/Makefile contrib/WindowMaker.spec"
 
-                                                                                                                                                                                                                                                                                                                                          ac_config_files="$ac_config_files Makefile po/Makefile util/Makefile test/Makefile WINGs/Makefile WINGs/WINGs/Makefile WINGs/Documentation/Makefile WINGs/Examples/Makefile WINGs/Resources/Makefile WINGs/Tests/Makefile WINGs/Extras/Makefile WINGs/po/Makefile wmlib/Makefile wrlib/Makefile wrlib/tests/Makefile src/Makefile src/wconfig.h doc/Makefile doc/sk/Makefile WindowMaker/Makefile WindowMaker/Backgrounds/Makefile WindowMaker/Defaults/Makefile WindowMaker/IconSets/Makefile WindowMaker/Icons/Makefile WindowMaker/Pixmaps/Makefile WindowMaker/Styles/Makefile WindowMaker/Themes/Makefile WPrefs.app/Makefile WPrefs.app/tiff/Makefile WPrefs.app/xpm/Makefile WPrefs.app/po/Makefile contrib/Makefile contrib/WindowMaker.spec"
 cat >confcache <<\_ACEOF
 # This file is a shell script that caches the results of configure
 # tests run on this system so they can be shared between configure
@@ -26325,39 +28403,58 @@
 
 # The following way of writing the cache mishandles newlines in values,
 # but we know of no workaround that is simple, portable, and efficient.
-# So, don't put newlines in cache variables' values.
+# So, we kill variables containing newlines.
 # Ultrix sh set writes to stderr and can't be redirected directly,
 # and sets the high bit in the cache file unless we assign to the vars.
-{
+(
+  for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
+    eval ac_val=\$$ac_var
+    case $ac_val in #(
+    *${as_nl}*)
+      case $ac_var in #(
+      *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
+echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
+      esac
+      case $ac_var in #(
+      _ | IFS | as_nl) ;; #(
+      *) $as_unset $ac_var ;;
+      esac ;;
+    esac
+  done
+
   (set) 2>&1 |
-    case `(ac_space=' '; set | grep ac_space) 2>&1` in
-    *ac_space=\ *)
+    case $as_nl`(ac_space=' '; set) 2>&1` in #(
+    *${as_nl}ac_space=\ *)
       # `set' does not quote correctly, so add quotes (double-quote
       # substitution turns \\\\ into \\, and sed turns \\ into \).
       sed -n \
 	"s/'/'\\\\''/g;
 	  s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
-      ;;
+      ;; #(
     *)
       # `set' quotes correctly as required by POSIX, so do not add quotes.
-      sed -n \
-	"s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
+      sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
       ;;
-    esac;
-} |
+    esac |
+    sort
+) |
   sed '
+     /^ac_cv_env_/b end
      t clear
-     : clear
+     :clear
      s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
      t end
-     /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
-     : end' >>confcache
-if diff $cache_file confcache >/dev/null 2>&1; then :; else
-  if test -w $cache_file; then
-    test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
+     s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
+     :end' >>confcache
+if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
+  if test -w "$cache_file"; then
+    test "x$cache_file" != "x/dev/null" &&
+      { echo "$as_me:$LINENO: updating cache $cache_file" >&5
+echo "$as_me: updating cache $cache_file" >&6;}
     cat confcache >$cache_file
   else
-    echo "not updating unwritable cache $cache_file"
+    { echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
+echo "$as_me: not updating unwritable cache $cache_file" >&6;}
   fi
 fi
 rm -f confcache
@@ -26366,38 +28463,52 @@
 # Let make expand exec_prefix.
 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
 
-# VPATH may cause trouble with some makes, so we remove $(srcdir),
-# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
-# trailing colons and then remove the whole line if VPATH becomes empty
-# (actually we leave an empty line to preserve line numbers).
-if test "x$srcdir" = x.; then
-  ac_vpsub='/^[	 ]*VPATH[	 ]*=/{
-s/:*\$(srcdir):*/:/;
-s/:*\${srcdir}:*/:/;
-s/:*@srcdir@:*/:/;
-s/^\([^=]*=[	 ]*\):*/\1/;
-s/:*$//;
-s/^[^=]*=[	 ]*$//;
-}'
-fi
-
 DEFS=-DHAVE_CONFIG_H
 
 ac_libobjs=
 ac_ltlibobjs=
 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
   # 1. Remove the extension, and $U if already installed.
-  ac_i=`echo "$ac_i" |
-	 sed 's/\$U\././;s/\.o$//;s/\.obj$//'`
-  # 2. Add them.
-  ac_libobjs="$ac_libobjs $ac_i\$U.$ac_objext"
-  ac_ltlibobjs="$ac_ltlibobjs $ac_i"'$U.lo'
+  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
+  ac_i=`echo "$ac_i" | sed "$ac_script"`
+  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
+  #    will be set to the directory where LIBOBJS objects are built.
+  ac_libobjs="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext"
+  ac_ltlibobjs="$ac_ltlibobjs \${LIBOBJDIR}$ac_i"'$U.lo'
 done
 LIBOBJS=$ac_libobjs
 
 LTLIBOBJS=$ac_ltlibobjs
 
 
+if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
+  { { echo "$as_me:$LINENO: error: conditional \"AMDEP\" was never defined.
+Usually this means the macro was only invoked conditionally." >&5
+echo "$as_me: error: conditional \"AMDEP\" was never defined.
+Usually this means the macro was only invoked conditionally." >&2;}
+   { (exit 1); exit 1; }; }
+fi
+if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
+  { { echo "$as_me:$LINENO: error: conditional \"am__fastdepCC\" was never defined.
+Usually this means the macro was only invoked conditionally." >&5
+echo "$as_me: error: conditional \"am__fastdepCC\" was never defined.
+Usually this means the macro was only invoked conditionally." >&2;}
+   { (exit 1); exit 1; }; }
+fi
+if test -z "${am__fastdepCXX_TRUE}" && test -z "${am__fastdepCXX_FALSE}"; then
+  { { echo "$as_me:$LINENO: error: conditional \"am__fastdepCXX\" was never defined.
+Usually this means the macro was only invoked conditionally." >&5
+echo "$as_me: error: conditional \"am__fastdepCXX\" was never defined.
+Usually this means the macro was only invoked conditionally." >&2;}
+   { (exit 1); exit 1; }; }
+fi
+if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
+  { { echo "$as_me:$LINENO: error: conditional \"am__fastdepCC\" was never defined.
+Usually this means the macro was only invoked conditionally." >&5
+echo "$as_me: error: conditional \"am__fastdepCC\" was never defined.
+Usually this means the macro was only invoked conditionally." >&2;}
+   { (exit 1); exit 1; }; }
+fi
 
 : ${CONFIG_STATUS=./config.status}
 ac_clean_files_save=$ac_clean_files
@@ -26429,11 +28540,35 @@
   # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
   # is contrary to our usage.  Disable this feature.
   alias -g '${1+"$@"}'='"$@"'
-elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
-  set -o posix
+  setopt NO_GLOB_SUBST
+else
+  case `(set -o) 2>/dev/null` in *posix*) set -o posix;; esac
 fi
+BIN_SH=xpg4; export BIN_SH # for Tru64
 DUALCASE=1; export DUALCASE # for MKS sh
 
+
+# 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=';'
+  else
+    PATH_SEPARATOR=:
+  fi
+  rm -f conf$$.sh
+fi
+
 # Support unset when possible.
 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
   as_unset=unset
@@ -26442,8 +28577,43 @@
 fi
 
 
+# IFS
+# We need space, tab and new line, in precisely that order.  Quoting is
+# 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
+  *[\\/]* ) 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
+IFS=$as_save_IFS
+
+     ;;
+esac
+# We did not find ourselves, most probably we were run as `sh COMMAND'
+# in which case we are not to be found in the path.
+if test "x$as_myself" = x; then
+  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; }
+fi
+
 # Work around bugs in pre-3.0 UWIN ksh.
-$as_unset ENV MAIL MAILPATH
+for as_var in ENV MAIL MAILPATH
+do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
+done
 PS1='$ '
 PS2='> '
 PS4='+ '
@@ -26457,18 +28627,19 @@
   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
+    ($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; then
+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
+if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
   as_basename=basename
 else
   as_basename=false
@@ -26476,159 +28647,120 @@
 
 
 # Name of the executable.
-as_me=`$as_basename "$0" ||
+as_me=`$as_basename -- "$0" ||
 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
 	 X"$0" : 'X\(//\)$' \| \
-	 X"$0" : 'X\(/\)$' \| \
-	 .     : '\(.\)' 2>/dev/null ||
+	 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
 echo X/"$0" |
-    sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
-  	  /^X\/\(\/\/\)$/{ s//\1/; q; }
-  	  /^X\/\(\/\).*/{ s//\1/; q; }
-  	  s/.*/./; q'`
-
-
-# PATH needs CR, and LINENO needs CR and PATH.
-# 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
+    sed '/^.*\/\([^/][^/]*\)\/*$/{
+	    s//\1/
+	    q
+	  }
+	  /^X\/\(\/\/\)$/{
+	    s//\1/
+	    q
+	  }
+	  /^X\/\(\/\).*/{
+	    s//\1/
+	    q
+	  }
+	  s/.*/./; q'`
 
-# 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=';'
-  else
-    PATH_SEPARATOR=:
-  fi
-  rm -f conf$$.sh
-fi
+# CDPATH.
+$as_unset CDPATH
 
 
-  as_lineno_1=$LINENO
-  as_lineno_2=$LINENO
-  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
-  test "x$as_lineno_1" != "x$as_lineno_2" &&
-  test "x$as_lineno_3"  = "x$as_lineno_2"  || {
-  # Find who we are.  Look in the path if we contain no path at all
-  # relative or not.
-  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
 
-       ;;
-  esac
-  # We did not find ourselves, most probably we were run as `sh COMMAND'
-  # in which case we are not to be found in the path.
-  if test "x$as_myself" = x; then
-    as_myself=$0
-  fi
-  if test ! -f "$as_myself"; then
-    { { echo "$as_me:$LINENO: error: cannot find myself; rerun with an absolute path" >&5
-echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2;}
-   { (exit 1); exit 1; }; }
-  fi
-  case $CONFIG_SHELL in
-  '')
-    as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
-do
-  IFS=$as_save_IFS
-  test -z "$as_dir" && as_dir=.
-  for as_base in sh bash ksh sh5; do
-	 case $as_dir in
-	 /*)
-	   if ("$as_dir/$as_base" -c '
   as_lineno_1=$LINENO
   as_lineno_2=$LINENO
-  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
   test "x$as_lineno_1" != "x$as_lineno_2" &&
-  test "x$as_lineno_3"  = "x$as_lineno_2" ') 2>/dev/null; then
-	     $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; }
-	     $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; }
-	     CONFIG_SHELL=$as_dir/$as_base
-	     export CONFIG_SHELL
-	     exec "$CONFIG_SHELL" "$0" ${1+"$@"}
-	   fi;;
-	 esac
-       done
-done
-;;
-  esac
+  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 before each line; the second 'sed' does the real
-  # work.  The second script uses 'N' to pair each line-number line
-  # with the numbered line, and appends trailing '-' during
-  # substitution so that $LINENO is not a special case at line end.
+  # 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
-  # second 'sed' script.  Blame Lee E. McMahon for sed's syntax.  :-)
-  sed '=' <$as_myself |
+  # scripts with optimization help from Paolo Bonzini.  Blame Lee
+  # E. McMahon (1931-1989) for sed's syntax.  :-)
+  sed -n '
+    p
+    /[$]LINENO/=
+  ' <$as_myself |
     sed '
+      s/[$]LINENO.*/&-/
+      t lineno
+      b
+      :lineno
       N
-      s,$,-,
-      : loop
-      s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
+      :loop
+      s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
       t loop
-      s,-$,,
-      s,^['$as_cr_digits']*\n,,
+      s/-\n.*//
     ' >$as_me.lineno &&
-  chmod +x $as_me.lineno ||
-    { { echo "$as_me:$LINENO: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&5
-echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2;}
+  chmod +x "$as_me.lineno" ||
+    { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
    { (exit 1); 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
-  # original and so on.  Autoconf is especially sensible to this).
-  . ./$as_me.lineno
+  # original and so on.  Autoconf is especially sensitive to this).
+  . "./$as_me.lineno"
   # Exit status is that of the last command.
   exit
 }
 
 
-case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
-  *c*,-n*) ECHO_N= ECHO_C='
-' ECHO_T='	' ;;
-  *c*,*  ) ECHO_N=-n ECHO_C= ECHO_T= ;;
-  *)       ECHO_N= ECHO_C='\c' ECHO_T= ;;
+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
+-n*)
+  case `echo 'x\c'` in
+  *c*) ECHO_T='	';;	# ECHO_T is single tab character.
+  *)   ECHO_C='\c';;
+  esac;;
+*)
+  ECHO_N='-n';;
 esac
 
-if expr a : '\(a\)' >/dev/null 2>&1; then
+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
+fi
 echo >conf$$.file
 if ln -s conf$$.file conf$$ 2>/dev/null; then
-  # We could just check for DJGPP; but this test a) works b) is more generic
-  # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
-  if test -f conf$$.exe; then
-    # Don't use ln at all; we don't have any links
+  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'
-  else
-    as_ln_s='ln -s'
-  fi
 elif ln conf$$.file conf$$ 2>/dev/null; then
   as_ln_s=ln
 else
   as_ln_s='cp -p'
 fi
-rm -f conf$$ conf$$.exe conf$$.file
+rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
+rmdir conf$$.dir 2>/dev/null
 
 if mkdir -p . 2>/dev/null; then
   as_mkdir_p=:
@@ -26637,40 +28769,35 @@
   as_mkdir_p=false
 fi
 
-as_executable_p="test -f"
+# Find out whether ``test -x'' works.  Don't use a zero-byte file, as
+# systems may use methods other than mode bits to determine executability.
+cat >conf$$.file <<_ASEOF
+#! /bin/sh
+exit 0
+_ASEOF
+chmod +x conf$$.file
+if test -x conf$$.file >/dev/null 2>&1; then
+  as_executable_p="test -x"
+else
+  as_executable_p=:
+fi
+rm -f conf$$.file
 
 # Sed expression to map a string onto a valid CPP name.
 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
 
-# Sed expression to map a string onto a valid variable name.
-as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
-
-
-# IFS
-# We need space, tab and new line, in precisely that order.
-as_nl='
-'
-IFS=" 	$as_nl"
-
-# CDPATH.
-$as_unset CDPATH
+# Sed expression to map a string onto a valid variable name.
+as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
+
 
 exec 6>&1
 
-# Open the log real soon, to keep \$[0] and so on meaningful, and to
+# Save the log message, to keep $[0] and so on meaningful, and to
 # report actual input values of CONFIG_FILES etc. instead of their
-# values after options handling.  Logging --version etc. is OK.
-exec 5>>config.log
-{
-  echo
-  sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
-## Running $as_me. ##
-_ASBOX
-} >&5
-cat >&5 <<_CSEOF
-
+# values after options handling.
+ac_log="
 This file was extended by $as_me, which was
-generated by GNU Autoconf 2.59.  Invocation command line was
+generated by GNU Autoconf 2.60a.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
   CONFIG_HEADERS  = $CONFIG_HEADERS
@@ -26678,30 +28805,20 @@
   CONFIG_COMMANDS = $CONFIG_COMMANDS
   $ $0 $@
 
-_CSEOF
-echo "on `(hostname || uname -n) 2>/dev/null | sed 1q`" >&5
-echo >&5
+on `(hostname || uname -n) 2>/dev/null | sed 1q`
+"
+
 _ACEOF
 
+cat >>$CONFIG_STATUS <<_ACEOF
 # Files that config.status was made for.
-if test -n "$ac_config_files"; then
-  echo "config_files=\"$ac_config_files\"" >>$CONFIG_STATUS
-fi
+config_files="$ac_config_files"
+config_headers="$ac_config_headers"
+config_commands="$ac_config_commands"
 
-if test -n "$ac_config_headers"; then
-  echo "config_headers=\"$ac_config_headers\"" >>$CONFIG_STATUS
-fi
-
-if test -n "$ac_config_links"; then
-  echo "config_links=\"$ac_config_links\"" >>$CONFIG_STATUS
-fi
-
-if test -n "$ac_config_commands"; then
-  echo "config_commands=\"$ac_config_commands\"" >>$CONFIG_STATUS
-fi
+_ACEOF
 
 cat >>$CONFIG_STATUS <<\_ACEOF
-
 ac_cs_usage="\
 \`$as_me' instantiates files from templates according to the
 current configuration.
@@ -26709,7 +28826,7 @@
 Usage: $0 [OPTIONS] [FILE]...
 
   -h, --help       print this help, then exit
-  -V, --version    print version number, then exit
+  -V, --version    print version number and configuration settings, then exit
   -q, --quiet      do not print progress messages
   -d, --debug      don't remove temporary files
       --recheck    update $as_me by reconfiguring in the same conditions
@@ -26728,19 +28845,21 @@
 $config_commands
 
 Report bugs to <bug-autoconf@gnu.org>."
-_ACEOF
 
+_ACEOF
 cat >>$CONFIG_STATUS <<_ACEOF
 ac_cs_version="\\
 config.status
-configured by $0, generated by GNU Autoconf 2.59,
-  with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
+configured by $0, generated by GNU Autoconf 2.60a,
+  with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
 
-Copyright (C) 2003 Free Software Foundation, Inc.
+Copyright (C) 2006 Free Software Foundation, Inc.
 This config.status script is free software; the Free Software Foundation
 gives unlimited permission to copy, distribute and modify it."
-srcdir=$srcdir
-INSTALL="$INSTALL"
+
+ac_pwd='$ac_pwd'
+srcdir='$srcdir'
+INSTALL='$INSTALL'
 _ACEOF
 
 cat >>$CONFIG_STATUS <<\_ACEOF
@@ -26751,39 +28870,24 @@
 do
   case $1 in
   --*=*)
-    ac_option=`expr "x$1" : 'x\([^=]*\)='`
-    ac_optarg=`expr "x$1" : 'x[^=]*=\(.*\)'`
+    ac_option=`expr "X$1" : 'X\([^=]*\)='`
+    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
     ac_shift=:
     ;;
-  -*)
+  *)
     ac_option=$1
     ac_optarg=$2
     ac_shift=shift
     ;;
-  *) # This is not an option, so the user has probably given explicit
-     # arguments.
-     ac_option=$1
-     ac_need_defaults=false;;
   esac
 
   case $ac_option in
   # Handling of the options.
-_ACEOF
-cat >>$CONFIG_STATUS <<\_ACEOF
   -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
     ac_cs_recheck=: ;;
-  --version | --vers* | -V )
-    echo "$ac_cs_version"; exit 0 ;;
-  --he | --h)
-    # Conflict between --help and --header
-    { { echo "$as_me:$LINENO: error: ambiguous option: $1
-Try \`$0 --help' for more information." >&5
-echo "$as_me: error: ambiguous option: $1
-Try \`$0 --help' for more information." >&2;}
-   { (exit 1); exit 1; }; };;
-  --help | --hel | -h )
-    echo "$ac_cs_usage"; exit 0 ;;
-  --debug | --d* | -d )
+  --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
+    echo "$ac_cs_version"; exit ;;
+  --debug | --debu | --deb | --de | --d | -d )
     debug=: ;;
   --file | --fil | --fi | --f )
     $ac_shift
@@ -26793,18 +28897,24 @@
     $ac_shift
     CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg"
     ac_need_defaults=false;;
+  --he | --h)
+    # Conflict between --help and --header
+    { echo "$as_me: error: ambiguous option: $1
+Try \`$0 --help' for more information." >&2
+   { (exit 1); exit 1; }; };;
+  --help | --hel | -h )
+    echo "$ac_cs_usage"; exit ;;
   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
   | -silent | --silent | --silen | --sile | --sil | --si | --s)
     ac_cs_silent=: ;;
 
   # This is an error.
-  -*) { { echo "$as_me:$LINENO: error: unrecognized option: $1
-Try \`$0 --help' for more information." >&5
-echo "$as_me: error: unrecognized option: $1
-Try \`$0 --help' for more information." >&2;}
+  -*) { echo "$as_me: error: unrecognized option: $1
+Try \`$0 --help' for more information." >&2
    { (exit 1); exit 1; }; } ;;
 
-  *) ac_config_targets="$ac_config_targets $1" ;;
+  *) ac_config_targets="$ac_config_targets $1"
+     ac_need_defaults=false ;;
 
   esac
   shift
@@ -26820,69 +28930,81 @@
 _ACEOF
 cat >>$CONFIG_STATUS <<_ACEOF
 if \$ac_cs_recheck; then
-  echo "running $SHELL $0 " $ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
-  exec $SHELL $0 $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
+  echo "running CONFIG_SHELL=$SHELL $SHELL $0 "$ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
+  CONFIG_SHELL=$SHELL
+  export CONFIG_SHELL
+  exec $SHELL "$0"$ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
 fi
 
 _ACEOF
+cat >>$CONFIG_STATUS <<\_ACEOF
+exec 5>>config.log
+{
+  echo
+  sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
+## Running $as_me. ##
+_ASBOX
+  echo "$ac_log"
+} >&5
 
+_ACEOF
 cat >>$CONFIG_STATUS <<_ACEOF
 #
-# INIT-COMMANDS section.
+# INIT-COMMANDS
 #
-
-
+AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
 
 _ACEOF
 
-
-
 cat >>$CONFIG_STATUS <<\_ACEOF
+
+# Handling of arguments.
 for ac_config_target in $ac_config_targets
 do
-  case "$ac_config_target" in
-  # Handling of arguments.
-  "Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;;
-  "po/Makefile" ) CONFIG_FILES="$CONFIG_FILES po/Makefile" ;;
-  "util/Makefile" ) CONFIG_FILES="$CONFIG_FILES util/Makefile" ;;
-  "test/Makefile" ) CONFIG_FILES="$CONFIG_FILES test/Makefile" ;;
-  "WINGs/Makefile" ) CONFIG_FILES="$CONFIG_FILES WINGs/Makefile" ;;
-  "WINGs/WINGs/Makefile" ) CONFIG_FILES="$CONFIG_FILES WINGs/WINGs/Makefile" ;;
-  "WINGs/Documentation/Makefile" ) CONFIG_FILES="$CONFIG_FILES WINGs/Documentation/Makefile" ;;
-  "WINGs/Examples/Makefile" ) CONFIG_FILES="$CONFIG_FILES WINGs/Examples/Makefile" ;;
-  "WINGs/Resources/Makefile" ) CONFIG_FILES="$CONFIG_FILES WINGs/Resources/Makefile" ;;
-  "WINGs/Tests/Makefile" ) CONFIG_FILES="$CONFIG_FILES WINGs/Tests/Makefile" ;;
-  "WINGs/Extras/Makefile" ) CONFIG_FILES="$CONFIG_FILES WINGs/Extras/Makefile" ;;
-  "WINGs/po/Makefile" ) CONFIG_FILES="$CONFIG_FILES WINGs/po/Makefile" ;;
-  "wmlib/Makefile" ) CONFIG_FILES="$CONFIG_FILES wmlib/Makefile" ;;
-  "wrlib/Makefile" ) CONFIG_FILES="$CONFIG_FILES wrlib/Makefile" ;;
-  "wrlib/tests/Makefile" ) CONFIG_FILES="$CONFIG_FILES wrlib/tests/Makefile" ;;
-  "src/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/Makefile" ;;
-  "src/wconfig.h" ) CONFIG_FILES="$CONFIG_FILES src/wconfig.h" ;;
-  "doc/Makefile" ) CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;;
-  "doc/sk/Makefile" ) CONFIG_FILES="$CONFIG_FILES doc/sk/Makefile" ;;
-  "WindowMaker/Makefile" ) CONFIG_FILES="$CONFIG_FILES WindowMaker/Makefile" ;;
-  "WindowMaker/Backgrounds/Makefile" ) CONFIG_FILES="$CONFIG_FILES WindowMaker/Backgrounds/Makefile" ;;
-  "WindowMaker/Defaults/Makefile" ) CONFIG_FILES="$CONFIG_FILES WindowMaker/Defaults/Makefile" ;;
-  "WindowMaker/IconSets/Makefile" ) CONFIG_FILES="$CONFIG_FILES WindowMaker/IconSets/Makefile" ;;
-  "WindowMaker/Icons/Makefile" ) CONFIG_FILES="$CONFIG_FILES WindowMaker/Icons/Makefile" ;;
-  "WindowMaker/Pixmaps/Makefile" ) CONFIG_FILES="$CONFIG_FILES WindowMaker/Pixmaps/Makefile" ;;
-  "WindowMaker/Styles/Makefile" ) CONFIG_FILES="$CONFIG_FILES WindowMaker/Styles/Makefile" ;;
-  "WindowMaker/Themes/Makefile" ) CONFIG_FILES="$CONFIG_FILES WindowMaker/Themes/Makefile" ;;
-  "WPrefs.app/Makefile" ) CONFIG_FILES="$CONFIG_FILES WPrefs.app/Makefile" ;;
-  "WPrefs.app/tiff/Makefile" ) CONFIG_FILES="$CONFIG_FILES WPrefs.app/tiff/Makefile" ;;
-  "WPrefs.app/xpm/Makefile" ) CONFIG_FILES="$CONFIG_FILES WPrefs.app/xpm/Makefile" ;;
-  "WPrefs.app/po/Makefile" ) CONFIG_FILES="$CONFIG_FILES WPrefs.app/po/Makefile" ;;
-  "contrib/Makefile" ) CONFIG_FILES="$CONFIG_FILES contrib/Makefile" ;;
-  "contrib/WindowMaker.spec" ) CONFIG_FILES="$CONFIG_FILES contrib/WindowMaker.spec" ;;
-  "default-1" ) CONFIG_COMMANDS="$CONFIG_COMMANDS default-1" ;;
-  "src/config.h" ) CONFIG_HEADERS="$CONFIG_HEADERS src/config.h" ;;
+  case $ac_config_target in
+    "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
+    "src/config.h") CONFIG_HEADERS="$CONFIG_HEADERS src/config.h" ;;
+    "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
+    "po/Makefile") CONFIG_FILES="$CONFIG_FILES po/Makefile" ;;
+    "util/Makefile") CONFIG_FILES="$CONFIG_FILES util/Makefile" ;;
+    "test/Makefile") CONFIG_FILES="$CONFIG_FILES test/Makefile" ;;
+    "WINGs/Makefile") CONFIG_FILES="$CONFIG_FILES WINGs/Makefile" ;;
+    "WINGs/WINGs/Makefile") CONFIG_FILES="$CONFIG_FILES WINGs/WINGs/Makefile" ;;
+    "WINGs/Documentation/Makefile") CONFIG_FILES="$CONFIG_FILES WINGs/Documentation/Makefile" ;;
+    "WINGs/Examples/Makefile") CONFIG_FILES="$CONFIG_FILES WINGs/Examples/Makefile" ;;
+    "WINGs/Resources/Makefile") CONFIG_FILES="$CONFIG_FILES WINGs/Resources/Makefile" ;;
+    "WINGs/Tests/Makefile") CONFIG_FILES="$CONFIG_FILES WINGs/Tests/Makefile" ;;
+    "WINGs/Extras/Makefile") CONFIG_FILES="$CONFIG_FILES WINGs/Extras/Makefile" ;;
+    "WINGs/po/Makefile") CONFIG_FILES="$CONFIG_FILES WINGs/po/Makefile" ;;
+    "wmlib/Makefile") CONFIG_FILES="$CONFIG_FILES wmlib/Makefile" ;;
+    "wrlib/Makefile") CONFIG_FILES="$CONFIG_FILES wrlib/Makefile" ;;
+    "wrlib/tests/Makefile") CONFIG_FILES="$CONFIG_FILES wrlib/tests/Makefile" ;;
+    "src/Makefile") CONFIG_FILES="$CONFIG_FILES src/Makefile" ;;
+    "src/wconfig.h") CONFIG_FILES="$CONFIG_FILES src/wconfig.h" ;;
+    "doc/Makefile") CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;;
+    "doc/sk/Makefile") CONFIG_FILES="$CONFIG_FILES doc/sk/Makefile" ;;
+    "WindowMaker/Makefile") CONFIG_FILES="$CONFIG_FILES WindowMaker/Makefile" ;;
+    "WindowMaker/Backgrounds/Makefile") CONFIG_FILES="$CONFIG_FILES WindowMaker/Backgrounds/Makefile" ;;
+    "WindowMaker/Defaults/Makefile") CONFIG_FILES="$CONFIG_FILES WindowMaker/Defaults/Makefile" ;;
+    "WindowMaker/IconSets/Makefile") CONFIG_FILES="$CONFIG_FILES WindowMaker/IconSets/Makefile" ;;
+    "WindowMaker/Icons/Makefile") CONFIG_FILES="$CONFIG_FILES WindowMaker/Icons/Makefile" ;;
+    "WindowMaker/Pixmaps/Makefile") CONFIG_FILES="$CONFIG_FILES WindowMaker/Pixmaps/Makefile" ;;
+    "WindowMaker/Styles/Makefile") CONFIG_FILES="$CONFIG_FILES WindowMaker/Styles/Makefile" ;;
+    "WindowMaker/Themes/Makefile") CONFIG_FILES="$CONFIG_FILES WindowMaker/Themes/Makefile" ;;
+    "WPrefs.app/Makefile") CONFIG_FILES="$CONFIG_FILES WPrefs.app/Makefile" ;;
+    "WPrefs.app/tiff/Makefile") CONFIG_FILES="$CONFIG_FILES WPrefs.app/tiff/Makefile" ;;
+    "WPrefs.app/xpm/Makefile") CONFIG_FILES="$CONFIG_FILES WPrefs.app/xpm/Makefile" ;;
+    "WPrefs.app/po/Makefile") CONFIG_FILES="$CONFIG_FILES WPrefs.app/po/Makefile" ;;
+    "contrib/Makefile") CONFIG_FILES="$CONFIG_FILES contrib/Makefile" ;;
+    "contrib/WindowMaker.spec") CONFIG_FILES="$CONFIG_FILES contrib/WindowMaker.spec" ;;
+
   *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
 echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
    { (exit 1); exit 1; }; };;
   esac
 done
 
+
 # If the user did not use the arguments to specify the items to instantiate,
 # then the envvar interface is used.  Set only those that are not.
 # We use the long form for the default assignment because of an extremely
@@ -26894,733 +29016,789 @@
 fi
 
 # Have a temporary directory for convenience.  Make it in the build tree
-# simply because there is no reason to put it here, and in addition,
+# simply because there is no reason against having it here, and in addition,
 # creating and moving files from /tmp can sometimes cause problems.
-# Create a temporary directory, and hook for its removal unless debugging.
+# Hook for its removal unless debugging.
+# Note that there is a small window in which the directory will not be cleaned:
+# after its creation but before its name has been assigned to `$tmp'.
 $debug ||
 {
-  trap 'exit_status=$?; rm -rf $tmp && exit $exit_status' 0
+  tmp=
+  trap 'exit_status=$?
+  { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
+' 0
   trap '{ (exit 1); exit 1; }' 1 2 13 15
 }
-
 # Create a (secure) tmp directory for tmp files.
 
 {
-  tmp=`(umask 077 && mktemp -d -q "./confstatXXXXXX") 2>/dev/null` &&
+  tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
   test -n "$tmp" && test -d "$tmp"
 }  ||
 {
-  tmp=./confstat$$-$RANDOM
-  (umask 077 && mkdir $tmp)
+  tmp=./conf$$-$RANDOM
+  (umask 077 && mkdir "$tmp")
 } ||
 {
    echo "$me: cannot create a temporary directory in ." >&2
    { (exit 1); exit 1; }
 }
 
-_ACEOF
-
-cat >>$CONFIG_STATUS <<_ACEOF
-
 #
-# CONFIG_FILES section.
+# Set up the sed scripts for CONFIG_FILES section.
 #
 
 # No need to generate the scripts if there are no CONFIG_FILES.
 # This happens for instance when ./config.status config.h
-if test -n "\$CONFIG_FILES"; then
-  # Protect against being on the right side of a sed subst in config.status.
-  sed 's/,@/@@/; s/@,/@@/; s/,;t t\$/@;t t/; /@;t t\$/s/[\\\\&,]/\\\\&/g;
-   s/@@/,@/; s/@@/@,/; s/@;t t\$/,;t t/' >\$tmp/subs.sed <<\\CEOF
-s,@SHELL@,$SHELL,;t t
-s,@PATH_SEPARATOR@,$PATH_SEPARATOR,;t t
-s,@PACKAGE_NAME@,$PACKAGE_NAME,;t t
-s,@PACKAGE_TARNAME@,$PACKAGE_TARNAME,;t t
-s,@PACKAGE_VERSION@,$PACKAGE_VERSION,;t t
-s,@PACKAGE_STRING@,$PACKAGE_STRING,;t t
-s,@PACKAGE_BUGREPORT@,$PACKAGE_BUGREPORT,;t t
-s,@exec_prefix@,$exec_prefix,;t t
-s,@prefix@,$prefix,;t t
-s,@program_transform_name@,$program_transform_name,;t t
-s,@bindir@,$bindir,;t t
-s,@sbindir@,$sbindir,;t t
-s,@libexecdir@,$libexecdir,;t t
-s,@datadir@,$datadir,;t t
-s,@sysconfdir@,$sysconfdir,;t t
-s,@sharedstatedir@,$sharedstatedir,;t t
-s,@localstatedir@,$localstatedir,;t t
-s,@libdir@,$libdir,;t t
-s,@includedir@,$includedir,;t t
-s,@oldincludedir@,$oldincludedir,;t t
-s,@infodir@,$infodir,;t t
-s,@mandir@,$mandir,;t t
-s,@build_alias@,$build_alias,;t t
-s,@host_alias@,$host_alias,;t t
-s,@target_alias@,$target_alias,;t t
-s,@DEFS@,$DEFS,;t t
-s,@ECHO_C@,$ECHO_C,;t t
-s,@ECHO_N@,$ECHO_N,;t t
-s,@ECHO_T@,$ECHO_T,;t t
-s,@LIBS@,$LIBS,;t t
-s,@INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t
-s,@INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t
-s,@INSTALL_DATA@,$INSTALL_DATA,;t t
-s,@PACKAGE@,$PACKAGE,;t t
-s,@VERSION@,$VERSION,;t t
-s,@ACLOCAL@,$ACLOCAL,;t t
-s,@AUTOCONF@,$AUTOCONF,;t t
-s,@AUTOMAKE@,$AUTOMAKE,;t t
-s,@AUTOHEADER@,$AUTOHEADER,;t t
-s,@MAKEINFO@,$MAKEINFO,;t t
-s,@SET_MAKE@,$SET_MAKE,;t t
-s,@build@,$build,;t t
-s,@build_cpu@,$build_cpu,;t t
-s,@build_vendor@,$build_vendor,;t t
-s,@build_os@,$build_os,;t t
-s,@host@,$host,;t t
-s,@host_cpu@,$host_cpu,;t t
-s,@host_vendor@,$host_vendor,;t t
-s,@host_os@,$host_os,;t t
-s,@CC@,$CC,;t t
-s,@CFLAGS@,$CFLAGS,;t t
-s,@LDFLAGS@,$LDFLAGS,;t t
-s,@CPPFLAGS@,$CPPFLAGS,;t t
-s,@ac_ct_CC@,$ac_ct_CC,;t t
-s,@EXEEXT@,$EXEEXT,;t t
-s,@OBJEXT@,$OBJEXT,;t t
-s,@EGREP@,$EGREP,;t t
-s,@LN_S@,$LN_S,;t t
-s,@ECHO@,$ECHO,;t t
-s,@AR@,$AR,;t t
-s,@ac_ct_AR@,$ac_ct_AR,;t t
-s,@RANLIB@,$RANLIB,;t t
-s,@ac_ct_RANLIB@,$ac_ct_RANLIB,;t t
-s,@STRIP@,$STRIP,;t t
-s,@ac_ct_STRIP@,$ac_ct_STRIP,;t t
-s,@CPP@,$CPP,;t t
-s,@CXX@,$CXX,;t t
-s,@CXXFLAGS@,$CXXFLAGS,;t t
-s,@ac_ct_CXX@,$ac_ct_CXX,;t t
-s,@CXXCPP@,$CXXCPP,;t t
-s,@F77@,$F77,;t t
-s,@FFLAGS@,$FFLAGS,;t t
-s,@ac_ct_F77@,$ac_ct_F77,;t t
-s,@LIBTOOL@,$LIBTOOL,;t t
-s,@ALLOCA@,$ALLOCA,;t t
-s,@CPP_PATH@,$CPP_PATH,;t t
-s,@NOSTRICTALIASING@,$NOSTRICTALIASING,;t t
-s,@PKGCONFIG@,$PKGCONFIG,;t t
-s,@XGETTEXT@,$XGETTEXT,;t t
-s,@DLLIBS@,$DLLIBS,;t t
-s,@INTLIBS@,$INTLIBS,;t t
-s,@NLSDIR@,$NLSDIR,;t t
-s,@MOFILES@,$MOFILES,;t t
-s,@WPMOFILES@,$WPMOFILES,;t t
-s,@WINGSMOFILES@,$WINGSMOFILES,;t t
-s,@supported_locales@,$supported_locales,;t t
-s,@LITE@,$LITE,;t t
-s,@NETLIBS@,$NETLIBS,;t t
-s,@X_CFLAGS@,$X_CFLAGS,;t t
-s,@X_PRE_LIBS@,$X_PRE_LIBS,;t t
-s,@X_LIBS@,$X_LIBS,;t t
-s,@X_EXTRA_LIBS@,$X_EXTRA_LIBS,;t t
-s,@X_LIBRARY_PATH@,$X_LIBRARY_PATH,;t t
-s,@XFTCONFIG@,$XFTCONFIG,;t t
-s,@XFTFLAGS@,$XFTFLAGS,;t t
-s,@XFTLIBS@,$XFTLIBS,;t t
-s,@XCFLAGS@,$XCFLAGS,;t t
-s,@XLFLAGS@,$XLFLAGS,;t t
-s,@XLIBS@,$XLIBS,;t t
-s,@LIBRARY_SEARCH_PATH@,$LIBRARY_SEARCH_PATH,;t t
-s,@HEADER_SEARCH_PATH@,$HEADER_SEARCH_PATH,;t t
-s,@GFXLIBS@,$GFXLIBS,;t t
-s,@ICONEXT@,$ICONEXT,;t t
-s,@wprefs_datadir@,$wprefs_datadir,;t t
-s,@wprefs_bindir@,$wprefs_bindir,;t t
-s,@LIBOBJS@,$LIBOBJS,;t t
-s,@LTLIBOBJS@,$LTLIBOBJS,;t t
-CEOF
-
-_ACEOF
-
-  cat >>$CONFIG_STATUS <<\_ACEOF
-  # Split the substitutions into bite-sized pieces for seds with
-  # small command number limits, like on Digital OSF/1 and HP-UX.
-  ac_max_sed_lines=48
-  ac_sed_frag=1 # Number of current file.
-  ac_beg=1 # First line for current file.
-  ac_end=$ac_max_sed_lines # Line after last line for current file.
-  ac_more_lines=:
-  ac_sed_cmds=
-  while $ac_more_lines; do
-    if test $ac_beg -gt 1; then
-      sed "1,${ac_beg}d; ${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
-    else
-      sed "${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
-    fi
-    if test ! -s $tmp/subs.frag; then
-      ac_more_lines=false
-    else
-      # The purpose of the label and of the branching condition is to
-      # speed up the sed processing (if there are no `@' at all, there
-      # is no need to browse any of the substitutions).
-      # These are the two extra sed commands mentioned above.
-      (echo ':t
-  /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag) >$tmp/subs-$ac_sed_frag.sed
-      if test -z "$ac_sed_cmds"; then
-	ac_sed_cmds="sed -f $tmp/subs-$ac_sed_frag.sed"
-      else
-	ac_sed_cmds="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed"
-      fi
-      ac_sed_frag=`expr $ac_sed_frag + 1`
-      ac_beg=$ac_end
-      ac_end=`expr $ac_end + $ac_max_sed_lines`
-    fi
-  done
-  if test -z "$ac_sed_cmds"; then
-    ac_sed_cmds=cat
+if test -n "$CONFIG_FILES"; then
+
+_ACEOF
+
+
+
+ac_delim='%!_!# '
+for ac_last_try in false false false false false :; do
+  cat >conf$$subs.sed <<_ACEOF
+SHELL!$SHELL$ac_delim
+PATH_SEPARATOR!$PATH_SEPARATOR$ac_delim
+PACKAGE_NAME!$PACKAGE_NAME$ac_delim
+PACKAGE_TARNAME!$PACKAGE_TARNAME$ac_delim
+PACKAGE_VERSION!$PACKAGE_VERSION$ac_delim
+PACKAGE_STRING!$PACKAGE_STRING$ac_delim
+PACKAGE_BUGREPORT!$PACKAGE_BUGREPORT$ac_delim
+exec_prefix!$exec_prefix$ac_delim
+prefix!$prefix$ac_delim
+program_transform_name!$program_transform_name$ac_delim
+bindir!$bindir$ac_delim
+sbindir!$sbindir$ac_delim
+libexecdir!$libexecdir$ac_delim
+datarootdir!$datarootdir$ac_delim
+datadir!$datadir$ac_delim
+sysconfdir!$sysconfdir$ac_delim
+sharedstatedir!$sharedstatedir$ac_delim
+localstatedir!$localstatedir$ac_delim
+includedir!$includedir$ac_delim
+oldincludedir!$oldincludedir$ac_delim
+docdir!$docdir$ac_delim
+infodir!$infodir$ac_delim
+htmldir!$htmldir$ac_delim
+dvidir!$dvidir$ac_delim
+pdfdir!$pdfdir$ac_delim
+psdir!$psdir$ac_delim
+libdir!$libdir$ac_delim
+localedir!$localedir$ac_delim
+mandir!$mandir$ac_delim
+DEFS!$DEFS$ac_delim
+ECHO_C!$ECHO_C$ac_delim
+ECHO_N!$ECHO_N$ac_delim
+ECHO_T!$ECHO_T$ac_delim
+LIBS!$LIBS$ac_delim
+build_alias!$build_alias$ac_delim
+host_alias!$host_alias$ac_delim
+target_alias!$target_alias$ac_delim
+INSTALL_PROGRAM!$INSTALL_PROGRAM$ac_delim
+INSTALL_SCRIPT!$INSTALL_SCRIPT$ac_delim
+INSTALL_DATA!$INSTALL_DATA$ac_delim
+CYGPATH_W!$CYGPATH_W$ac_delim
+PACKAGE!$PACKAGE$ac_delim
+VERSION!$VERSION$ac_delim
+ACLOCAL!$ACLOCAL$ac_delim
+AUTOCONF!$AUTOCONF$ac_delim
+AUTOMAKE!$AUTOMAKE$ac_delim
+AUTOHEADER!$AUTOHEADER$ac_delim
+MAKEINFO!$MAKEINFO$ac_delim
+install_sh!$install_sh$ac_delim
+STRIP!$STRIP$ac_delim
+INSTALL_STRIP_PROGRAM!$INSTALL_STRIP_PROGRAM$ac_delim
+mkdir_p!$mkdir_p$ac_delim
+AWK!$AWK$ac_delim
+SET_MAKE!$SET_MAKE$ac_delim
+am__leading_dot!$am__leading_dot$ac_delim
+AMTAR!$AMTAR$ac_delim
+am__tar!$am__tar$ac_delim
+am__untar!$am__untar$ac_delim
+build!$build$ac_delim
+build_cpu!$build_cpu$ac_delim
+build_vendor!$build_vendor$ac_delim
+build_os!$build_os$ac_delim
+host!$host$ac_delim
+host_cpu!$host_cpu$ac_delim
+host_vendor!$host_vendor$ac_delim
+host_os!$host_os$ac_delim
+CC!$CC$ac_delim
+CFLAGS!$CFLAGS$ac_delim
+LDFLAGS!$LDFLAGS$ac_delim
+CPPFLAGS!$CPPFLAGS$ac_delim
+ac_ct_CC!$ac_ct_CC$ac_delim
+EXEEXT!$EXEEXT$ac_delim
+OBJEXT!$OBJEXT$ac_delim
+DEPDIR!$DEPDIR$ac_delim
+am__include!$am__include$ac_delim
+am__quote!$am__quote$ac_delim
+AMDEP_TRUE!$AMDEP_TRUE$ac_delim
+AMDEP_FALSE!$AMDEP_FALSE$ac_delim
+AMDEPBACKSLASH!$AMDEPBACKSLASH$ac_delim
+CCDEPMODE!$CCDEPMODE$ac_delim
+am__fastdepCC_TRUE!$am__fastdepCC_TRUE$ac_delim
+am__fastdepCC_FALSE!$am__fastdepCC_FALSE$ac_delim
+GREP!$GREP$ac_delim
+EGREP!$EGREP$ac_delim
+LN_S!$LN_S$ac_delim
+ECHO!$ECHO$ac_delim
+AR!$AR$ac_delim
+RANLIB!$RANLIB$ac_delim
+CPP!$CPP$ac_delim
+CXX!$CXX$ac_delim
+CXXFLAGS!$CXXFLAGS$ac_delim
+ac_ct_CXX!$ac_ct_CXX$ac_delim
+CXXDEPMODE!$CXXDEPMODE$ac_delim
+am__fastdepCXX_TRUE!$am__fastdepCXX_TRUE$ac_delim
+am__fastdepCXX_FALSE!$am__fastdepCXX_FALSE$ac_delim
+CXXCPP!$CXXCPP$ac_delim
+F77!$F77$ac_delim
+_ACEOF
+
+  if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 97; then
+    break
+  elif $ac_last_try; then
+    { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
+echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
+   { (exit 1); exit 1; }; }
+  else
+    ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
   fi
-fi # test -n "$CONFIG_FILES"
+done
+
+ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
+if test -n "$ac_eof"; then
+  ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
+  ac_eof=`expr $ac_eof + 1`
+fi
+
+cat >>$CONFIG_STATUS <<_ACEOF
+cat >"\$tmp/subs-1.sed" <<\CEOF$ac_eof
+/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
+_ACEOF
+sed '
+s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
+s/^/s,@/; s/!/@,|#_!!_#|/
+:n
+t n
+s/'"$ac_delim"'$/,g/; t
+s/$/\\/; p
+N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
+' >>$CONFIG_STATUS <conf$$subs.sed
+rm -f conf$$subs.sed
+cat >>$CONFIG_STATUS <<_ACEOF
+CEOF$ac_eof
+_ACEOF
+
+
+ac_delim='%!_!# '
+for ac_last_try in false false false false false :; do
+  cat >conf$$subs.sed <<_ACEOF
+FFLAGS!$FFLAGS$ac_delim
+ac_ct_F77!$ac_ct_F77$ac_delim
+LIBTOOL!$LIBTOOL$ac_delim
+ALLOCA!$ALLOCA$ac_delim
+CPP_PATH!$CPP_PATH$ac_delim
+NOSTRICTALIASING!$NOSTRICTALIASING$ac_delim
+PKGCONFIG!$PKGCONFIG$ac_delim
+XGETTEXT!$XGETTEXT$ac_delim
+DLLIBS!$DLLIBS$ac_delim
+INTLIBS!$INTLIBS$ac_delim
+NLSDIR!$NLSDIR$ac_delim
+MOFILES!$MOFILES$ac_delim
+WPMOFILES!$WPMOFILES$ac_delim
+WINGSMOFILES!$WINGSMOFILES$ac_delim
+supported_locales!$supported_locales$ac_delim
+LITE!$LITE$ac_delim
+NETLIBS!$NETLIBS$ac_delim
+XMKMF!$XMKMF$ac_delim
+X_CFLAGS!$X_CFLAGS$ac_delim
+X_PRE_LIBS!$X_PRE_LIBS$ac_delim
+X_LIBS!$X_LIBS$ac_delim
+X_EXTRA_LIBS!$X_EXTRA_LIBS$ac_delim
+X_LIBRARY_PATH!$X_LIBRARY_PATH$ac_delim
+XFTCONFIG!$XFTCONFIG$ac_delim
+XFTFLAGS!$XFTFLAGS$ac_delim
+XFTLIBS!$XFTLIBS$ac_delim
+XCFLAGS!$XCFLAGS$ac_delim
+XLFLAGS!$XLFLAGS$ac_delim
+XLIBS!$XLIBS$ac_delim
+LIBRARY_SEARCH_PATH!$LIBRARY_SEARCH_PATH$ac_delim
+HEADER_SEARCH_PATH!$HEADER_SEARCH_PATH$ac_delim
+GFXLIBS!$GFXLIBS$ac_delim
+ICONEXT!$ICONEXT$ac_delim
+wprefs_datadir!$wprefs_datadir$ac_delim
+wprefs_bindir!$wprefs_bindir$ac_delim
+LIBOBJS!$LIBOBJS$ac_delim
+LTLIBOBJS!$LTLIBOBJS$ac_delim
+_ACEOF
+
+  if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 37; then
+    break
+  elif $ac_last_try; then
+    { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
+echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
+   { (exit 1); exit 1; }; }
+  else
+    ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
+  fi
+done
+
+ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
+if test -n "$ac_eof"; then
+  ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
+  ac_eof=`expr $ac_eof + 1`
+fi
 
+cat >>$CONFIG_STATUS <<_ACEOF
+cat >"\$tmp/subs-2.sed" <<\CEOF$ac_eof
+/@[a-zA-Z_][a-zA-Z_0-9]*@/!b end
+_ACEOF
+sed '
+s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
+s/^/s,@/; s/!/@,|#_!!_#|/
+:n
+t n
+s/'"$ac_delim"'$/,g/; t
+s/$/\\/; p
+N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
+' >>$CONFIG_STATUS <conf$$subs.sed
+rm -f conf$$subs.sed
+cat >>$CONFIG_STATUS <<_ACEOF
+:end
+s/|#_!!_#|//g
+CEOF$ac_eof
 _ACEOF
+
+
+# VPATH may cause trouble with some makes, so we remove $(srcdir),
+# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
+# trailing colons and then remove the whole line if VPATH becomes empty
+# (actually we leave an empty line to preserve line numbers).
+if test "x$srcdir" = x.; then
+  ac_vpsub='/^[	 ]*VPATH[	 ]*=/{
+s/:*\$(srcdir):*/:/
+s/:*\${srcdir}:*/:/
+s/:*@srcdir@:*/:/
+s/^\([^=]*=[	 ]*\):*/\1/
+s/:*$//
+s/^[^=]*=[	 ]*$//
+}'
+fi
+
 cat >>$CONFIG_STATUS <<\_ACEOF
-for ac_file in : $CONFIG_FILES; do test "x$ac_file" = x: && continue
-  # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
-  case $ac_file in
-  - | *:- | *:-:* ) # input from stdin
-	cat >$tmp/stdin
-	ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
-	ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
-  *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
-	ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
-  * )   ac_file_in=$ac_file.in ;;
+fi # test -n "$CONFIG_FILES"
+
+
+for ac_tag in  :F $CONFIG_FILES  :H $CONFIG_HEADERS    :C $CONFIG_COMMANDS
+do
+  case $ac_tag in
+  :[FHLC]) ac_mode=$ac_tag; continue;;
+  esac
+  case $ac_mode$ac_tag in
+  :[FHL]*:*);;
+  :L* | :C*:*) { { echo "$as_me:$LINENO: error: Invalid tag $ac_tag." >&5
+echo "$as_me: error: Invalid tag $ac_tag." >&2;}
+   { (exit 1); exit 1; }; };;
+  :[FH]-) ac_tag=-:-;;
+  :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
+  esac
+  ac_save_IFS=$IFS
+  IFS=:
+  set x $ac_tag
+  IFS=$ac_save_IFS
+  shift
+  ac_file=$1
+  shift
+
+  case $ac_mode in
+  :L) ac_source=$1;;
+  :[FH])
+    ac_file_inputs=
+    for ac_f
+    do
+      case $ac_f in
+      -) ac_f="$tmp/stdin";;
+      *) # Look for the file first in the build tree, then in the source tree
+	 # (if the path is not absolute).  The absolute path cannot be DOS-style,
+	 # because $ac_f cannot contain `:'.
+	 test -f "$ac_f" ||
+	   case $ac_f in
+	   [\\/$]*) false;;
+	   *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
+	   esac ||
+	   { { echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
+echo "$as_me: error: cannot find input file: $ac_f" >&2;}
+   { (exit 1); exit 1; }; };;
+      esac
+      ac_file_inputs="$ac_file_inputs $ac_f"
+    done
+
+    # Let's still pretend it is `configure' which instantiates (i.e., don't
+    # use $as_me), people would be surprised to read:
+    #    /* config.h.  Generated by config.status.  */
+    configure_input="Generated from "`IFS=:
+	  echo $* | sed 's|^[^:]*/||;s|:[^:]*/|, |g'`" by configure."
+    if test x"$ac_file" != x-; then
+      configure_input="$ac_file.  $configure_input"
+      { echo "$as_me:$LINENO: creating $ac_file" >&5
+echo "$as_me: creating $ac_file" >&6;}
+    fi
+
+    case $ac_tag in
+    *:-:* | *:-) cat >"$tmp/stdin";;
+    esac
+    ;;
   esac
 
-  # Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories.
-  ac_dir=`(dirname "$ac_file") 2>/dev/null ||
+  ac_dir=`$as_dirname -- "$ac_file" ||
 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
 	 X"$ac_file" : 'X\(//\)[^/]' \| \
 	 X"$ac_file" : 'X\(//\)$' \| \
-	 X"$ac_file" : 'X\(/\)' \| \
-	 .     : '\(.\)' 2>/dev/null ||
+	 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
 echo X"$ac_file" |
-    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
-  	  /^X\(\/\/\)[^/].*/{ s//\1/; q; }
-  	  /^X\(\/\/\)$/{ s//\1/; q; }
-  	  /^X\(\/\).*/{ s//\1/; q; }
-  	  s/.*/./; q'`
-  { if $as_mkdir_p; then
-    mkdir -p "$ac_dir"
-  else
-    as_dir="$ac_dir"
+    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
+	    s//\1/
+	    q
+	  }
+	  /^X\(\/\/\)[^/].*/{
+	    s//\1/
+	    q
+	  }
+	  /^X\(\/\/\)$/{
+	    s//\1/
+	    q
+	  }
+	  /^X\(\/\).*/{
+	    s//\1/
+	    q
+	  }
+	  s/.*/./; q'`
+  { as_dir="$ac_dir"
+  case $as_dir in #(
+  -*) as_dir=./$as_dir;;
+  esac
+  test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
     as_dirs=
-    while test ! -d "$as_dir"; do
-      as_dirs="$as_dir $as_dirs"
-      as_dir=`(dirname "$as_dir") 2>/dev/null ||
+    while :; do
+      case $as_dir in #(
+      *\'*) as_qdir=`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 ||
+	 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
 echo X"$as_dir" |
-    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
-  	  /^X\(\/\/\)[^/].*/{ s//\1/; q; }
-  	  /^X\(\/\/\)$/{ s//\1/; q; }
-  	  /^X\(\/\).*/{ s//\1/; q; }
-  	  s/.*/./; q'`
+    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 ! -n "$as_dirs" || mkdir $as_dirs
-  fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
-echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
+    test -z "$as_dirs" || eval "mkdir $as_dirs"
+  } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
+echo "$as_me: error: cannot create directory $as_dir" >&2;}
    { (exit 1); exit 1; }; }; }
-
   ac_builddir=.
 
-if test "$ac_dir" != .; then
+case "$ac_dir" in
+.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
+*)
   ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
-  # A "../" for each directory in $ac_dir_suffix.
-  ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
-else
-  ac_dir_suffix= ac_top_builddir=
-fi
+  # A ".." for each directory in $ac_dir_suffix.
+  ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
+  case $ac_top_builddir_sub in
+  "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
+  *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
+  esac ;;
+esac
+ac_abs_top_builddir=$ac_pwd
+ac_abs_builddir=$ac_pwd$ac_dir_suffix
+# for backward compatibility:
+ac_top_builddir=$ac_top_build_prefix
 
 case $srcdir in
-  .)  # No --srcdir option.  We are building in place.
+  .)  # We are building in place.
     ac_srcdir=.
-    if test -z "$ac_top_builddir"; then
-       ac_top_srcdir=.
-    else
-       ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
-    fi ;;
-  [\\/]* | ?:[\\/]* )  # Absolute path.
+    ac_top_srcdir=$ac_top_builddir_sub
+    ac_abs_top_srcdir=$ac_pwd ;;
+  [\\/]* | ?:[\\/]* )  # Absolute name.
     ac_srcdir=$srcdir$ac_dir_suffix;
-    ac_top_srcdir=$srcdir ;;
-  *) # Relative path.
-    ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
-    ac_top_srcdir=$ac_top_builddir$srcdir ;;
+    ac_top_srcdir=$srcdir
+    ac_abs_top_srcdir=$srcdir ;;
+  *) # Relative name.
+    ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
+    ac_top_srcdir=$ac_top_build_prefix$srcdir
+    ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
 esac
+ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
 
-# Do not use `cd foo && pwd` to compute absolute paths, because
-# the directories may not exist.
-case `pwd` in
-.) ac_abs_builddir="$ac_dir";;
-*)
-  case "$ac_dir" in
-  .) ac_abs_builddir=`pwd`;;
-  [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
-  *) ac_abs_builddir=`pwd`/"$ac_dir";;
-  esac;;
-esac
-case $ac_abs_builddir in
-.) ac_abs_top_builddir=${ac_top_builddir}.;;
-*)
-  case ${ac_top_builddir}. in
-  .) ac_abs_top_builddir=$ac_abs_builddir;;
-  [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
-  *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
-  esac;;
-esac
-case $ac_abs_builddir in
-.) ac_abs_srcdir=$ac_srcdir;;
-*)
-  case $ac_srcdir in
-  .) ac_abs_srcdir=$ac_abs_builddir;;
-  [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
-  *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
-  esac;;
-esac
-case $ac_abs_builddir in
-.) ac_abs_top_srcdir=$ac_top_srcdir;;
-*)
-  case $ac_top_srcdir in
-  .) ac_abs_top_srcdir=$ac_abs_builddir;;
-  [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
-  *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
-  esac;;
-esac
 
+  case $ac_mode in
+  :F)
+  #
+  # CONFIG_FILE
+  #
 
   case $INSTALL in
   [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
-  *) ac_INSTALL=$ac_top_builddir$INSTALL ;;
+  *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
   esac
+_ACEOF
 
-  # Let's still pretend it is `configure' which instantiates (i.e., don't
-  # use $as_me), people would be surprised to read:
-  #    /* config.h.  Generated by config.status.  */
-  if test x"$ac_file" = x-; then
-    configure_input=
-  else
-    configure_input="$ac_file.  "
-  fi
-  configure_input=$configure_input"Generated from `echo $ac_file_in |
-				     sed 's,.*/,,'` by configure."
-
-  # First look for the input files in the build tree, otherwise in the
-  # src tree.
-  ac_file_inputs=`IFS=:
-    for f in $ac_file_in; do
-      case $f in
-      -) echo $tmp/stdin ;;
-      [\\/$]*)
-	 # Absolute (can't be DOS-style, as IFS=:)
-	 test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
-echo "$as_me: error: cannot find input file: $f" >&2;}
-   { (exit 1); exit 1; }; }
-	 echo "$f";;
-      *) # Relative
-	 if test -f "$f"; then
-	   # Build tree
-	   echo "$f"
-	 elif test -f "$srcdir/$f"; then
-	   # Source tree
-	   echo "$srcdir/$f"
-	 else
-	   # /dev/null tree
-	   { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
-echo "$as_me: error: cannot find input file: $f" >&2;}
-   { (exit 1); exit 1; }; }
-	 fi;;
-      esac
-    done` || { (exit 1); exit 1; }
-
-  if test x"$ac_file" != x-; then
-    { echo "$as_me:$LINENO: creating $ac_file" >&5
-echo "$as_me: creating $ac_file" >&6;}
-    rm -f "$ac_file"
-  fi
+cat >>$CONFIG_STATUS <<\_ACEOF
+# If the template does not know about datarootdir, expand it.
+# FIXME: This hack should be removed a few years after 2.60.
+ac_datarootdir_hack=; ac_datarootdir_seen=
+
+case `sed -n '/datarootdir/ {
+  p
+  q
+}
+/@datadir@/p
+/@docdir@/p
+/@infodir@/p
+/@localedir@/p
+/@mandir@/p
+' $ac_file_inputs` in
+*datarootdir*) ac_datarootdir_seen=yes;;
+*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
+  { echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
+echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
 _ACEOF
 cat >>$CONFIG_STATUS <<_ACEOF
+  ac_datarootdir_hack='
+  s&@datadir@&$datadir&g
+  s&@docdir@&$docdir&g
+  s&@infodir@&$infodir&g
+  s&@localedir@&$localedir&g
+  s&@mandir@&$mandir&g
+    s&\\\${datarootdir}&$datarootdir&g' ;;
+esac
+_ACEOF
+
+# Neutralize VPATH when `$srcdir' = `.'.
+# Shell code in configure.ac might set extrasub.
+# FIXME: do we really want to maintain this feature?
+cat >>$CONFIG_STATUS <<_ACEOF
   sed "$ac_vpsub
 $extrasub
 _ACEOF
 cat >>$CONFIG_STATUS <<\_ACEOF
 :t
 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
-s,@configure_input@,$configure_input,;t t
-s,@srcdir@,$ac_srcdir,;t t
-s,@abs_srcdir@,$ac_abs_srcdir,;t t
-s,@top_srcdir@,$ac_top_srcdir,;t t
-s,@abs_top_srcdir@,$ac_abs_top_srcdir,;t t
-s,@builddir@,$ac_builddir,;t t
-s,@abs_builddir@,$ac_abs_builddir,;t t
-s,@top_builddir@,$ac_top_builddir,;t t
-s,@abs_top_builddir@,$ac_abs_top_builddir,;t t
-s,@INSTALL@,$ac_INSTALL,;t t
-" $ac_file_inputs | (eval "$ac_sed_cmds") >$tmp/out
-  rm -f $tmp/stdin
-  if test x"$ac_file" != x-; then
-    mv $tmp/out $ac_file
-  else
-    cat $tmp/out
-    rm -f $tmp/out
-  fi
-
-done
-_ACEOF
-cat >>$CONFIG_STATUS <<\_ACEOF
-
-#
-# CONFIG_HEADER section.
-#
-
-# These sed commands are passed to sed as "A NAME B NAME C VALUE D", where
-# NAME is the cpp macro being defined and VALUE is the value it is being given.
-#
-# ac_d sets the value in "#define NAME VALUE" lines.
-ac_dA='s,^\([	 ]*\)#\([	 ]*define[	 ][	 ]*\)'
-ac_dB='[	 ].*$,\1#\2'
-ac_dC=' '
-ac_dD=',;t'
-# ac_u turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
-ac_uA='s,^\([	 ]*\)#\([	 ]*\)undef\([	 ][	 ]*\)'
-ac_uB='$,\1#\2define\3'
-ac_uC=' '
-ac_uD=',;t'
+s&@configure_input@&$configure_input&;t t
+s&@top_builddir@&$ac_top_builddir_sub&;t t
+s&@srcdir@&$ac_srcdir&;t t
+s&@abs_srcdir@&$ac_abs_srcdir&;t t
+s&@top_srcdir@&$ac_top_srcdir&;t t
+s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
+s&@builddir@&$ac_builddir&;t t
+s&@abs_builddir@&$ac_abs_builddir&;t t
+s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
+s&@INSTALL@&$ac_INSTALL&;t t
+$ac_datarootdir_hack
+" $ac_file_inputs | sed -f "$tmp/subs-1.sed" | sed -f "$tmp/subs-2.sed" >$tmp/out
+
+test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
+  { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
+  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
+  { echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
+which seems to be undefined.  Please make sure it is defined." >&5
+echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
+which seems to be undefined.  Please make sure it is defined." >&2;}
 
-for ac_file in : $CONFIG_HEADERS; do test "x$ac_file" = x: && continue
-  # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
+  rm -f "$tmp/stdin"
   case $ac_file in
-  - | *:- | *:-:* ) # input from stdin
-	cat >$tmp/stdin
-	ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
-	ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
-  *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
-	ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
-  * )   ac_file_in=$ac_file.in ;;
+  -) cat "$tmp/out"; rm -f "$tmp/out";;
+  *) rm -f "$ac_file"; mv "$tmp/out" $ac_file;;
   esac
-
-  test x"$ac_file" != x- && { echo "$as_me:$LINENO: creating $ac_file" >&5
-echo "$as_me: creating $ac_file" >&6;}
-
-  # First look for the input files in the build tree, otherwise in the
-  # src tree.
-  ac_file_inputs=`IFS=:
-    for f in $ac_file_in; do
-      case $f in
-      -) echo $tmp/stdin ;;
-      [\\/$]*)
-	 # Absolute (can't be DOS-style, as IFS=:)
-	 test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
-echo "$as_me: error: cannot find input file: $f" >&2;}
-   { (exit 1); exit 1; }; }
-	 # Do quote $f, to prevent DOS paths from being IFS'd.
-	 echo "$f";;
-      *) # Relative
-	 if test -f "$f"; then
-	   # Build tree
-	   echo "$f"
-	 elif test -f "$srcdir/$f"; then
-	   # Source tree
-	   echo "$srcdir/$f"
-	 else
-	   # /dev/null tree
-	   { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
-echo "$as_me: error: cannot find input file: $f" >&2;}
-   { (exit 1); exit 1; }; }
-	 fi;;
-      esac
-    done` || { (exit 1); exit 1; }
-  # Remove the trailing spaces.
-  sed 's/[	 ]*$//' $ac_file_inputs >$tmp/in
-
+ ;;
+  :H)
+  #
+  # CONFIG_HEADER
+  #
 _ACEOF
 
-# Transform confdefs.h into two sed scripts, `conftest.defines' and
-# `conftest.undefs', that substitutes the proper values into
-# config.h.in to produce config.h.  The first handles `#define'
-# templates, and the second `#undef' templates.
-# And first: Protect against being on the right side of a sed subst in
-# config.status.  Protect against being in an unquoted here document
-# in config.status.
-rm -f conftest.defines conftest.undefs
-# Using a here document instead of a string reduces the quoting nightmare.
-# Putting comments in sed scripts is not portable.
-#
-# `end' is used to avoid that the second main sed command (meant for
-# 0-ary CPP macros) applies to n-ary macro definitions.
-# See the Autoconf documentation for `clear'.
-cat >confdef2sed.sed <<\_ACEOF
-s/[\\&,]/\\&/g
-s,[\\$`],\\&,g
-t clear
-: clear
-s,^[	 ]*#[	 ]*define[	 ][	 ]*\([^	 (][^	 (]*\)\(([^)]*)\)[	 ]*\(.*\)$,${ac_dA}\1${ac_dB}\1\2${ac_dC}\3${ac_dD},gp
-t end
-s,^[	 ]*#[	 ]*define[	 ][	 ]*\([^	 ][^	 ]*\)[	 ]*\(.*\)$,${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD},gp
-: end
-_ACEOF
-# If some macros were called several times there might be several times
-# the same #defines, which is useless.  Nevertheless, we may not want to
-# sort them, since we want the *last* AC-DEFINE to be honored.
-uniq confdefs.h | sed -n -f confdef2sed.sed >conftest.defines
-sed 's/ac_d/ac_u/g' conftest.defines >conftest.undefs
-rm -f confdef2sed.sed
+# Transform confdefs.h into a sed script `conftest.defines', that
+# substitutes the proper values into config.h.in to produce config.h.
+rm -f conftest.defines conftest.tail
+# First, append a space to every undef/define line, to ease matching.
+echo 's/$/ /' >conftest.defines
+# Then, protect against being on the right side of a sed subst, or in
+# an unquoted here document, in config.status.  If some macros were
+# called several times there might be several #defines for the same
+# symbol, which is useless.  But do not sort them, since the last
+# AC_DEFINE must be honored.
+ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
+# These sed commands are passed to sed as "A NAME B PARAMS C VALUE D", where
+# NAME is the cpp macro being defined, VALUE is the value it is being given.
+# PARAMS is the parameter list in the macro definition--in most cases, it's
+# just an empty string.
+ac_dA='s,^\\([	 #]*\\)[^	 ]*\\([	 ]*'
+ac_dB='\\)[	 (].*,\\1define\\2'
+ac_dC=' '
+ac_dD=' ,'
+
+uniq confdefs.h |
+  sed -n '
+	t rset
+	:rset
+	s/^[	 ]*#[	 ]*define[	 ][	 ]*//
+	t ok
+	d
+	:ok
+	s/[\\&,]/\\&/g
+	s/^\('"$ac_word_re"'\)\(([^()]*)\)[	 ]*\(.*\)/ '"$ac_dA"'\1'"$ac_dB"'\2'"${ac_dC}"'\3'"$ac_dD"'/p
+	s/^\('"$ac_word_re"'\)[	 ]*\(.*\)/'"$ac_dA"'\1'"$ac_dB$ac_dC"'\2'"$ac_dD"'/p
+  ' >>conftest.defines
 
-# This sed command replaces #undef with comments.  This is necessary, for
+# Remove the space that was appended to ease matching.
+# Then replace #undef with comments.  This is necessary, for
 # example, in the case of _POSIX_SOURCE, which is predefined and required
 # on some systems where configure will not decide to define it.
-cat >>conftest.undefs <<\_ACEOF
-s,^[	 ]*#[	 ]*undef[	 ][	 ]*[a-zA-Z_][a-zA-Z_0-9]*,/* & */,
-_ACEOF
+# (The regexp can be short, since the line contains either #define or #undef.)
+echo 's/ $//
+s,^[	 #]*u.*,/* & */,' >>conftest.defines
+
+# Break up conftest.defines:
+ac_max_sed_lines=50
+
+# First sed command is:	 sed -f defines.sed $ac_file_inputs >"$tmp/out1"
+# Second one is:	 sed -f defines.sed "$tmp/out1" >"$tmp/out2"
+# Third one will be:	 sed -f defines.sed "$tmp/out2" >"$tmp/out1"
+# et cetera.
+ac_in='$ac_file_inputs'
+ac_out='"$tmp/out1"'
+ac_nxt='"$tmp/out2"'
 
-# Break up conftest.defines because some shells have a limit on the size
-# of here documents, and old seds have small limits too (100 cmds).
-echo '  # Handle all the #define templates only if necessary.' >>$CONFIG_STATUS
-echo '  if grep "^[	 ]*#[	 ]*define" $tmp/in >/dev/null; then' >>$CONFIG_STATUS
-echo '  # If there are no defines, we may have an empty if/fi' >>$CONFIG_STATUS
-echo '  :' >>$CONFIG_STATUS
-rm -f conftest.tail
-while grep . conftest.defines >/dev/null
+while :
 do
-  # Write a limited-size here document to $tmp/defines.sed.
-  echo '  cat >$tmp/defines.sed <<CEOF' >>$CONFIG_STATUS
-  # Speed up: don't consider the non `#define' lines.
-  echo '/^[	 ]*#[	 ]*define/!b' >>$CONFIG_STATUS
-  # Work around the forget-to-reset-the-flag bug.
-  echo 't clr' >>$CONFIG_STATUS
-  echo ': clr' >>$CONFIG_STATUS
-  sed ${ac_max_here_lines}q conftest.defines >>$CONFIG_STATUS
+  # Write a here document:
+    cat >>$CONFIG_STATUS <<_ACEOF
+    # First, check the format of the line:
+    cat >"\$tmp/defines.sed" <<\\CEOF
+/^[	 ]*#[	 ]*undef[	 ][	 ]*$ac_word_re[	 ]*\$/b def
+/^[	 ]*#[	 ]*define[	 ][	 ]*$ac_word_re[(	 ]/b def
+b
+:def
+_ACEOF
+  sed ${ac_max_sed_lines}q conftest.defines >>$CONFIG_STATUS
   echo 'CEOF
-  sed -f $tmp/defines.sed $tmp/in >$tmp/out
-  rm -f $tmp/in
-  mv $tmp/out $tmp/in
-' >>$CONFIG_STATUS
-  sed 1,${ac_max_here_lines}d conftest.defines >conftest.tail
+    sed -f "$tmp/defines.sed"' "$ac_in >$ac_out" >>$CONFIG_STATUS
+  ac_in=$ac_out; ac_out=$ac_nxt; ac_nxt=$ac_in
+  sed 1,${ac_max_sed_lines}d conftest.defines >conftest.tail
+  grep . conftest.tail >/dev/null || break
   rm -f conftest.defines
   mv conftest.tail conftest.defines
 done
-rm -f conftest.defines
-echo '  fi # grep' >>$CONFIG_STATUS
-echo >>$CONFIG_STATUS
-
-# Break up conftest.undefs because some shells have a limit on the size
-# of here documents, and old seds have small limits too (100 cmds).
-echo '  # Handle all the #undef templates' >>$CONFIG_STATUS
-rm -f conftest.tail
-while grep . conftest.undefs >/dev/null
-do
-  # Write a limited-size here document to $tmp/undefs.sed.
-  echo '  cat >$tmp/undefs.sed <<CEOF' >>$CONFIG_STATUS
-  # Speed up: don't consider the non `#undef'
-  echo '/^[	 ]*#[	 ]*undef/!b' >>$CONFIG_STATUS
-  # Work around the forget-to-reset-the-flag bug.
-  echo 't clr' >>$CONFIG_STATUS
-  echo ': clr' >>$CONFIG_STATUS
-  sed ${ac_max_here_lines}q conftest.undefs >>$CONFIG_STATUS
-  echo 'CEOF
-  sed -f $tmp/undefs.sed $tmp/in >$tmp/out
-  rm -f $tmp/in
-  mv $tmp/out $tmp/in
-' >>$CONFIG_STATUS
-  sed 1,${ac_max_here_lines}d conftest.undefs >conftest.tail
-  rm -f conftest.undefs
-  mv conftest.tail conftest.undefs
-done
-rm -f conftest.undefs
+rm -f conftest.defines conftest.tail
 
+echo "ac_result=$ac_in" >>$CONFIG_STATUS
 cat >>$CONFIG_STATUS <<\_ACEOF
-  # Let's still pretend it is `configure' which instantiates (i.e., don't
-  # use $as_me), people would be surprised to read:
-  #    /* config.h.  Generated by config.status.  */
-  if test x"$ac_file" = x-; then
-    echo "/* Generated by configure.  */" >$tmp/config.h
-  else
-    echo "/* $ac_file.  Generated by configure.  */" >$tmp/config.h
-  fi
-  cat $tmp/in >>$tmp/config.h
-  rm -f $tmp/in
   if test x"$ac_file" != x-; then
-    if diff $ac_file $tmp/config.h >/dev/null 2>&1; then
+    echo "/* $configure_input  */" >"$tmp/config.h"
+    cat "$ac_result" >>"$tmp/config.h"
+    if diff $ac_file "$tmp/config.h" >/dev/null 2>&1; then
       { echo "$as_me:$LINENO: $ac_file is unchanged" >&5
 echo "$as_me: $ac_file is unchanged" >&6;}
     else
-      ac_dir=`(dirname "$ac_file") 2>/dev/null ||
-$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
-	 X"$ac_file" : 'X\(//\)[^/]' \| \
-	 X"$ac_file" : 'X\(//\)$' \| \
-	 X"$ac_file" : 'X\(/\)' \| \
-	 .     : '\(.\)' 2>/dev/null ||
-echo X"$ac_file" |
-    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
-  	  /^X\(\/\/\)[^/].*/{ s//\1/; q; }
-  	  /^X\(\/\/\)$/{ s//\1/; q; }
-  	  /^X\(\/\).*/{ s//\1/; q; }
-  	  s/.*/./; q'`
-      { if $as_mkdir_p; then
-    mkdir -p "$ac_dir"
-  else
-    as_dir="$ac_dir"
-    as_dirs=
-    while test ! -d "$as_dir"; do
-      as_dirs="$as_dir $as_dirs"
-      as_dir=`(dirname "$as_dir") 2>/dev/null ||
-$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
-	 X"$as_dir" : 'X\(//\)[^/]' \| \
-	 X"$as_dir" : 'X\(//\)$' \| \
-	 X"$as_dir" : 'X\(/\)' \| \
-	 .     : '\(.\)' 2>/dev/null ||
-echo X"$as_dir" |
-    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
-  	  /^X\(\/\/\)[^/].*/{ s//\1/; q; }
-  	  /^X\(\/\/\)$/{ s//\1/; q; }
-  	  /^X\(\/\).*/{ s//\1/; q; }
-  	  s/.*/./; q'`
-    done
-    test ! -n "$as_dirs" || mkdir $as_dirs
-  fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
-echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
-   { (exit 1); exit 1; }; }; }
-
       rm -f $ac_file
-      mv $tmp/config.h $ac_file
+      mv "$tmp/config.h" $ac_file
     fi
   else
-    cat $tmp/config.h
-    rm -f $tmp/config.h
+    echo "/* $configure_input  */"
+    cat "$ac_result"
   fi
+  rm -f "$tmp/out12"
+# Compute $ac_file's index in $config_headers.
+_am_stamp_count=1
+for _am_header in $config_headers :; do
+  case $_am_header in
+    $ac_file | $ac_file:* )
+      break ;;
+    * )
+      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
+  esac
 done
-_ACEOF
-cat >>$CONFIG_STATUS <<\_ACEOF
-
-#
-# CONFIG_COMMANDS section.
-#
-for ac_file in : $CONFIG_COMMANDS; do test "x$ac_file" = x: && continue
-  ac_dest=`echo "$ac_file" | sed 's,:.*,,'`
-  ac_source=`echo "$ac_file" | sed 's,[^:]*:,,'`
-  ac_dir=`(dirname "$ac_dest") 2>/dev/null ||
-$as_expr X"$ac_dest" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
-	 X"$ac_dest" : 'X\(//\)[^/]' \| \
-	 X"$ac_dest" : 'X\(//\)$' \| \
-	 X"$ac_dest" : 'X\(/\)' \| \
-	 .     : '\(.\)' 2>/dev/null ||
-echo X"$ac_dest" |
-    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
-  	  /^X\(\/\/\)[^/].*/{ s//\1/; q; }
-  	  /^X\(\/\/\)$/{ s//\1/; q; }
-  	  /^X\(\/\).*/{ s//\1/; q; }
-  	  s/.*/./; q'`
-  { if $as_mkdir_p; then
-    mkdir -p "$ac_dir"
+echo "timestamp for $ac_file" >`$as_dirname -- $ac_file ||
+$as_expr X$ac_file : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
+	 X$ac_file : 'X\(//\)[^/]' \| \
+	 X$ac_file : 'X\(//\)$' \| \
+	 X$ac_file : 'X\(/\)' \| . 2>/dev/null ||
+echo X$ac_file |
+    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
+	    s//\1/
+	    q
+	  }
+	  /^X\(\/\/\)[^/].*/{
+	    s//\1/
+	    q
+	  }
+	  /^X\(\/\/\)$/{
+	    s//\1/
+	    q
+	  }
+	  /^X\(\/\).*/{
+	    s//\1/
+	    q
+	  }
+	  s/.*/./; q'`/stamp-h$_am_stamp_count
+ ;;
+
+  :C)  { echo "$as_me:$LINENO: executing $ac_file commands" >&5
+echo "$as_me: executing $ac_file commands" >&6;}
+ ;;
+  esac
+
+
+  case $ac_file$ac_mode in
+    "depfiles":C) test x"$AMDEP_TRUE" != x"" || 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" ||
+$as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
+	 X"$mf" : 'X\(//\)[^/]' \| \
+	 X"$mf" : 'X\(//\)$' \| \
+	 X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
+echo X"$mf" |
+    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
+	    s//\1/
+	    q
+	  }
+	  /^X\(\/\/\)[^/].*/{
+	    s//\1/
+	    q
+	  }
+	  /^X\(\/\/\)$/{
+	    s//\1/
+	    q
+	  }
+	  /^X\(\/\).*/{
+	    s//\1/
+	    q
+	  }
+	  s/.*/./; q'`
   else
-    as_dir="$ac_dir"
+    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_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
+	 X"$file" : 'X\(//\)[^/]' \| \
+	 X"$file" : 'X\(//\)$' \| \
+	 X"$file" : 'X\(/\)' \| . 2>/dev/null ||
+echo X"$file" |
+    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
+	    s//\1/
+	    q
+	  }
+	  /^X\(\/\/\)[^/].*/{
+	    s//\1/
+	    q
+	  }
+	  /^X\(\/\/\)$/{
+	    s//\1/
+	    q
+	  }
+	  /^X\(\/\).*/{
+	    s//\1/
+	    q
+	  }
+	  s/.*/./; q'`
+    { as_dir=$dirpart/$fdir
+  case $as_dir in #(
+  -*) as_dir=./$as_dir;;
+  esac
+  test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
     as_dirs=
-    while test ! -d "$as_dir"; do
-      as_dirs="$as_dir $as_dirs"
-      as_dir=`(dirname "$as_dir") 2>/dev/null ||
+    while :; do
+      case $as_dir in #(
+      *\'*) as_qdir=`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 ||
+	 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
 echo X"$as_dir" |
-    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
-  	  /^X\(\/\/\)[^/].*/{ s//\1/; q; }
-  	  /^X\(\/\/\)$/{ s//\1/; q; }
-  	  /^X\(\/\).*/{ s//\1/; q; }
-  	  s/.*/./; q'`
+    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 ! -n "$as_dirs" || mkdir $as_dirs
-  fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
-echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
+    test -z "$as_dirs" || eval "mkdir $as_dirs"
+  } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
+echo "$as_me: error: cannot create directory $as_dir" >&2;}
    { (exit 1); exit 1; }; }; }
+    # echo "creating $dirpart/$file"
+    echo '# dummy' > "$dirpart/$file"
+  done
+done
+ ;;
 
-  ac_builddir=.
-
-if test "$ac_dir" != .; then
-  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
-  # A "../" for each directory in $ac_dir_suffix.
-  ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
-else
-  ac_dir_suffix= ac_top_builddir=
-fi
-
-case $srcdir in
-  .)  # No --srcdir option.  We are building in place.
-    ac_srcdir=.
-    if test -z "$ac_top_builddir"; then
-       ac_top_srcdir=.
-    else
-       ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
-    fi ;;
-  [\\/]* | ?:[\\/]* )  # Absolute path.
-    ac_srcdir=$srcdir$ac_dir_suffix;
-    ac_top_srcdir=$srcdir ;;
-  *) # Relative path.
-    ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
-    ac_top_srcdir=$ac_top_builddir$srcdir ;;
-esac
-
-# Do not use `cd foo && pwd` to compute absolute paths, because
-# the directories may not exist.
-case `pwd` in
-.) ac_abs_builddir="$ac_dir";;
-*)
-  case "$ac_dir" in
-  .) ac_abs_builddir=`pwd`;;
-  [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
-  *) ac_abs_builddir=`pwd`/"$ac_dir";;
-  esac;;
-esac
-case $ac_abs_builddir in
-.) ac_abs_top_builddir=${ac_top_builddir}.;;
-*)
-  case ${ac_top_builddir}. in
-  .) ac_abs_top_builddir=$ac_abs_builddir;;
-  [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
-  *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
-  esac;;
-esac
-case $ac_abs_builddir in
-.) ac_abs_srcdir=$ac_srcdir;;
-*)
-  case $ac_srcdir in
-  .) ac_abs_srcdir=$ac_abs_builddir;;
-  [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
-  *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
-  esac;;
-esac
-case $ac_abs_builddir in
-.) ac_abs_top_srcdir=$ac_top_srcdir;;
-*)
-  case $ac_top_srcdir in
-  .) ac_abs_top_srcdir=$ac_abs_builddir;;
-  [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
-  *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
-  esac;;
-esac
-
-
-  { echo "$as_me:$LINENO: executing $ac_dest commands" >&5
-echo "$as_me: executing $ac_dest commands" >&6;}
-  case $ac_dest in
-    default-1 ) test -z "$CONFIG_HEADERS" || echo timestamp > src/stamp-h ;;
   esac
-done
-_ACEOF
+done # for ac_tag
 
-cat >>$CONFIG_STATUS <<\_ACEOF
 
 { (exit 0); exit 0; }
 _ACEOF
--- wmaker-0.92.0.orig/ltmain.sh
+++ wmaker-0.92.0/ltmain.sh
@@ -1,7 +1,7 @@
 # ltmain.sh - Provide generalized library-building support services.
 # NOTE: Changing this file will not affect anything until you rerun configure.
 #
-# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004
+# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005
 # Free Software Foundation, Inc.
 # Originally by Gordon Matzigkeit <gord@gnu.ai.mit.edu>, 1996
 #
@@ -17,7 +17,7 @@
 #
 # You should have received a copy of the GNU General Public License
 # along with this program; if not, write to the Free Software
-# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
 #
 # As a special exception to the GNU General Public License, if you
 # distribute this file as part of a program that contains a
@@ -43,9 +43,14 @@
 
 PROGRAM=ltmain.sh
 PACKAGE=libtool
-VERSION=1.5.6
-TIMESTAMP=" (1.1220.2.95 2004/04/11 05:50:42) Debian$Rev: 224 $"
+VERSION="1.5.22 Debian 1.5.22-4"
+TIMESTAMP=" (1.1220.2.365 2005/12/18 22:14:06)"
 
+# See if we are running on zsh, and set the options which allow our
+# commands through without removal of \ escapes.
+if test -n "${ZSH_VERSION+set}" ; then
+  setopt NO_GLOB_SUBST
+fi
 
 # Check that we have a working $echo.
 if test "X$1" = X--no-reexec; then
@@ -83,14 +88,15 @@
 Xsed="${SED}"' -e 1s/^X//'
 sed_quote_subst='s/\([\\`\\"$\\\\]\)/\\\1/g'
 # test EBCDIC or ASCII
-case `echo A|tr A '\301'` in
- A) # EBCDIC based system
-  SP2NL="tr '\100' '\n'"
-  NL2SP="tr '\r\n' '\100\100'"
+case `echo X|tr X '\101'` in
+ A) # ASCII based system
+    # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr
+  SP2NL='tr \040 \012'
+  NL2SP='tr \015\012 \040\040'
   ;;
- *) # Assume ASCII based system
-  SP2NL="tr '\040' '\012'"
-  NL2SP="tr '\015\012' '\040\040'"
+ *) # EBCDIC based system
+  SP2NL='tr \100 \n'
+  NL2SP='tr \r\n \100\100'
   ;;
 esac
 
@@ -107,8 +113,9 @@
 fi
 
 # Make sure IFS has a sensible default
-: ${IFS=" 	
-"}
+lt_nl='
+'
+IFS=" 	$lt_nl"
 
 if test "$build_libtool_libs" != yes && test "$build_old_libs" != yes; then
   $echo "$modename: not configured to build any kind of library" 1>&2
@@ -125,6 +132,8 @@
 show="$echo"
 show_help=
 execute_dlfiles=
+duplicate_deps=no
+preserve_args=
 lo2o="s/\\.lo\$/.${objext}/"
 o2lo="s/\\.${objext}\$/.lo/"
 
@@ -132,13 +141,51 @@
 # Shell function definitions:
 # This seems to be the best place for them
 
+# func_mktempdir [string]
+# Make a temporary directory that won't clash with other running
+# libtool processes, and avoids race conditions if possible.  If
+# given, STRING is the basename for that directory.
+func_mktempdir ()
+{
+    my_template="${TMPDIR-/tmp}/${1-$progname}"
+
+    if test "$run" = ":"; then
+      # Return a directory name, but don't create it in dry-run mode
+      my_tmpdir="${my_template}-$$"
+    else
+
+      # If mktemp works, use that first and foremost
+      my_tmpdir=`mktemp -d "${my_template}-XXXXXXXX" 2>/dev/null`
+
+      if test ! -d "$my_tmpdir"; then
+	# Failing that, at least try and use $RANDOM to avoid a race
+	my_tmpdir="${my_template}-${RANDOM-0}$$"
+
+	save_mktempdir_umask=`umask`
+	umask 0077
+	$mkdir "$my_tmpdir"
+	umask $save_mktempdir_umask
+      fi
+
+      # If we're not in dry-run mode, bomb out on failure
+      test -d "$my_tmpdir" || {
+        $echo "cannot create temporary directory \`$my_tmpdir'" 1>&2
+	exit $EXIT_FAILURE
+      }
+    fi
+
+    $echo "X$my_tmpdir" | $Xsed
+}
+
+
 # func_win32_libid arg
 # return the library type of file 'arg'
 #
 # Need a lot of goo to handle *both* DLLs and import libs
 # Has to be a shell function in order to 'eat' the argument
 # that is supplied when $file_magic_command is called.
-func_win32_libid () {
+func_win32_libid ()
+{
   win32_libid_type="unknown"
   win32_fileres=`file -L $1 2>/dev/null`
   case $win32_fileres in
@@ -149,12 +196,11 @@
     if eval $OBJDUMP -f $1 | $SED -e '10q' 2>/dev/null | \
       $EGREP -e 'file format pe-i386(.*architecture: i386)?' >/dev/null ; then
       win32_nmres=`eval $NM -f posix -A $1 | \
-	sed -n -e '1,100{/ I /{x;/import/!{s/^/import/;h;p;};x;};}'`
-      if test "X$win32_nmres" = "Ximport" ; then
-        win32_libid_type="x86 archive import"
-      else
-        win32_libid_type="x86 archive static"
-      fi
+	$SED -n -e '1,100{/ I /{s,.*,import,;p;q;};}'`
+      case $win32_nmres in
+      import*)  win32_libid_type="x86 archive import";;
+      *)        win32_libid_type="x86 archive static";;
+      esac
     fi
     ;;
   *DLL*)
@@ -178,7 +224,8 @@
 # Only attempt this if the compiler in the base compile
 # command doesn't match the default compiler.
 # arg is usually of the form 'gcc ...'
-func_infer_tag () {
+func_infer_tag ()
+{
     if test -n "$available_tags" && test -z "$tagname"; then
       CC_quoted=
       for arg in $CC; do
@@ -235,12 +282,116 @@
       esac
     fi
 }
+
+
+# func_extract_an_archive dir oldlib
+func_extract_an_archive ()
+{
+    f_ex_an_ar_dir="$1"; shift
+    f_ex_an_ar_oldlib="$1"
+
+    $show "(cd $f_ex_an_ar_dir && $AR x $f_ex_an_ar_oldlib)"
+    $run eval "(cd \$f_ex_an_ar_dir && $AR x \$f_ex_an_ar_oldlib)" || exit $?
+    if ($AR t "$f_ex_an_ar_oldlib" | sort | sort -uc >/dev/null 2>&1); then
+     :
+    else
+      $echo "$modename: ERROR: object name conflicts: $f_ex_an_ar_dir/$f_ex_an_ar_oldlib" 1>&2
+      exit $EXIT_FAILURE
+    fi
+}
+
+# func_extract_archives gentop oldlib ...
+func_extract_archives ()
+{
+    my_gentop="$1"; shift
+    my_oldlibs=${1+"$@"}
+    my_oldobjs=""
+    my_xlib=""
+    my_xabs=""
+    my_xdir=""
+    my_status=""
+
+    $show "${rm}r $my_gentop"
+    $run ${rm}r "$my_gentop"
+    $show "$mkdir $my_gentop"
+    $run $mkdir "$my_gentop"
+    my_status=$?
+    if test "$my_status" -ne 0 && test ! -d "$my_gentop"; then
+      exit $my_status
+    fi
+
+    for my_xlib in $my_oldlibs; do
+      # Extract the objects.
+      case $my_xlib in
+	[\\/]* | [A-Za-z]:[\\/]*) my_xabs="$my_xlib" ;;
+	*) my_xabs=`pwd`"/$my_xlib" ;;
+      esac
+      my_xlib=`$echo "X$my_xlib" | $Xsed -e 's%^.*/%%'`
+      my_xdir="$my_gentop/$my_xlib"
+
+      $show "${rm}r $my_xdir"
+      $run ${rm}r "$my_xdir"
+      $show "$mkdir $my_xdir"
+      $run $mkdir "$my_xdir"
+      exit_status=$?
+      if test "$exit_status" -ne 0 && test ! -d "$my_xdir"; then
+	exit $exit_status
+      fi
+      case $host in
+      *-darwin*)
+	$show "Extracting $my_xabs"
+	# Do not bother doing anything if just a dry run
+	if test -z "$run"; then
+	  darwin_orig_dir=`pwd`
+	  cd $my_xdir || exit $?
+	  darwin_archive=$my_xabs
+	  darwin_curdir=`pwd`
+	  darwin_base_archive=`$echo "X$darwin_archive" | $Xsed -e 's%^.*/%%'`
+	  darwin_arches=`lipo -info "$darwin_archive" 2>/dev/null | $EGREP Architectures 2>/dev/null`
+	  if test -n "$darwin_arches"; then 
+	    darwin_arches=`echo "$darwin_arches" | $SED -e 's/.*are://'`
+	    darwin_arch=
+	    $show "$darwin_base_archive has multiple architectures $darwin_arches"
+	    for darwin_arch in  $darwin_arches ; do
+	      mkdir -p "unfat-$$/${darwin_base_archive}-${darwin_arch}"
+	      lipo -thin $darwin_arch -output "unfat-$$/${darwin_base_archive}-${darwin_arch}/${darwin_base_archive}" "${darwin_archive}"
+	      cd "unfat-$$/${darwin_base_archive}-${darwin_arch}"
+	      func_extract_an_archive "`pwd`" "${darwin_base_archive}"
+	      cd "$darwin_curdir"
+	      $rm "unfat-$$/${darwin_base_archive}-${darwin_arch}/${darwin_base_archive}"
+	    done # $darwin_arches
+      ## Okay now we have a bunch of thin objects, gotta fatten them up :)
+	    darwin_filelist=`find unfat-$$ -type f -name \*.o -print -o -name \*.lo -print| xargs basename | sort -u | $NL2SP`
+	    darwin_file=
+	    darwin_files=
+	    for darwin_file in $darwin_filelist; do
+	      darwin_files=`find unfat-$$ -name $darwin_file -print | $NL2SP`
+	      lipo -create -output "$darwin_file" $darwin_files
+	    done # $darwin_filelist
+	    ${rm}r unfat-$$
+	    cd "$darwin_orig_dir"
+	  else
+	    cd "$darwin_orig_dir"
+ 	    func_extract_an_archive "$my_xdir" "$my_xabs"
+	  fi # $darwin_arches
+	fi # $run
+	;;
+      *)
+        func_extract_an_archive "$my_xdir" "$my_xabs"
+        ;;
+      esac
+      my_oldobjs="$my_oldobjs "`find $my_xdir -name \*.$objext -print -o -name \*.lo -print | $NL2SP`
+    done
+    func_extract_archives_result="$my_oldobjs"
+}
 # End of Shell function definitions
 #####################################
 
 # Darwin sucks
 eval std_shrext=\"$shrext_cmds\"
 
+disable_libs=no
+
 # Parse our command line options once, thoroughly.
 while test "$#" -gt 0
 do
@@ -305,10 +456,10 @@
   --version)
     $echo "$PROGRAM (GNU $PACKAGE) $VERSION$TIMESTAMP"
     $echo
-    $echo "Copyright (C) 2003  Free Software Foundation, Inc."
+    $echo "Copyright (C) 2005  Free Software Foundation, Inc."
     $echo "This is free software; see the source for copying conditions.  There is NO"
     $echo "warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE."
-    exit $EXIT_SUCCESS
+    exit $?
     ;;
 
   --config)
@@ -317,7 +468,7 @@
     for tagname in $taglist; do
       ${SED} -n -e "/^# ### BEGIN LIBTOOL TAG CONFIG: $tagname$/,/^# ### END LIBTOOL TAG CONFIG: $tagname$/p" < "$progpath"
     done
-    exit $EXIT_SUCCESS
+    exit $?
     ;;
 
   --debug)
@@ -342,7 +493,7 @@
     else
       $echo "disable static libraries"
     fi
-    exit $EXIT_SUCCESS
+    exit $?
     ;;
 
   --finish) mode="finish" ;;
@@ -357,7 +508,11 @@
     preserve_args="$preserve_args $arg"
     ;;
 
-  --tag) prevopt="--tag" prev=tag ;;
+  --tag)
+    prevopt="--tag"
+    prev=tag
+    preserve_args="$preserve_args --tag"
+    ;;
   --tag=*)
     set tag "$optarg" ${1+"$@"}
     shift
@@ -389,6 +544,18 @@
   exit $EXIT_FAILURE
 fi
 
+case $disable_libs in
+no) 
+  ;;
+shared)
+  build_libtool_libs=no
+  build_old_libs=yes
+  ;;
+static)
+  build_old_libs=`case $build_libtool_libs in yes) echo no;; *) echo yes;; esac`
+  ;;
+esac
+
 # If this variable is set in any of the actions, the command in it
 # will be execed at the end.  This prevents here-documents from being
 # left over by shells.
@@ -399,7 +566,7 @@
   # Infer the operation mode.
   if test -z "$mode"; then
     $echo "*** Warning: inferring the mode of operation is deprecated." 1>&2
-    $echo "*** Future versions of Libtool will require -mode=MODE be specified." 1>&2
+    $echo "*** Future versions of Libtool will require --mode=MODE be specified." 1>&2
     case $nonopt in
     *cc | cc* | *++ | gcc* | *-gcc* | g++* | xlc*)
       mode=link
@@ -465,7 +632,7 @@
 
     for arg
     do
-      case "$arg_mode" in
+      case $arg_mode in
       arg  )
 	# do not "continue".  Instead, add this to base_compile
 	lastarg="$arg"
@@ -547,7 +714,10 @@
       case $lastarg in
       # Double-quote args containing other shell metacharacters.
       # Many Bourne shells cannot handle close brackets correctly
-      # in scan sets, so we specify it separately.
+      # in scan sets, and some SunOS ksh mistreat backslash-escaping
+      # in scan sets (worked around with variable expansion),
+      # and furthermore cannot handle '|' '&' '(' ')' in scan sets 
+      # at all, so we specify them separately.
       *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \	]*|*]*|"")
 	lastarg="\"$lastarg\""
 	;;
@@ -621,6 +791,14 @@
       esac
     done
 
+    qlibobj=`$echo "X$libobj" | $Xsed -e "$sed_quote_subst"`
+    case $qlibobj in
+      *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \	]*|*]*|"")
+	qlibobj="\"$qlibobj\"" ;;
+    esac
+    test "X$libobj" != "X$qlibobj" \
+	&& $echo "X$libobj" | grep '[]~#^*{};<>?"'"'"' 	&()|`$[]' \
+	&& $echo "$modename: libobj name \`$libobj' may not contain shell special characters."
     objname=`$echo "X$obj" | $Xsed -e 's%^.*/%%'`
     xdir=`$echo "X$obj" | $Xsed -e 's%/[^/]*$%%'`
     if test "X$xdir" = "X$obj"; then
@@ -693,12 +871,17 @@
 	$run $rm $removelist
 	exit $EXIT_FAILURE
       fi
-      $echo $srcfile > "$lockfile"
+      $echo "$srcfile" > "$lockfile"
     fi
 
     if test -n "$fix_srcfile_path"; then
       eval srcfile=\"$fix_srcfile_path\"
     fi
+    qsrcfile=`$echo "X$srcfile" | $Xsed -e "$sed_quote_subst"`
+    case $qsrcfile in
+      *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \	]*|*]*|"")
+      qsrcfile="\"$qsrcfile\"" ;;
+    esac
 
     $run $rm "$libobj" "${libobj}T"
 
@@ -720,18 +903,18 @@
       fbsd_hideous_sh_bug=$base_compile
 
       if test "$pic_mode" != no; then
-	command="$base_compile $srcfile $pic_flag"
+	command="$base_compile $qsrcfile $pic_flag"
       else
 	# Don't build PIC code
-	command="$base_compile $srcfile"
+	command="$base_compile $qsrcfile"
       fi
 
       if test ! -d "${xdir}$objdir"; then
 	$show "$mkdir ${xdir}$objdir"
 	$run $mkdir ${xdir}$objdir
-	status=$?
-	if test "$status" -ne 0 && test ! -d "${xdir}$objdir"; then
-	  exit $status
+	exit_status=$?
+	if test "$exit_status" -ne 0 && test ! -d "${xdir}$objdir"; then
+	  exit $exit_status
 	fi
       fi
 
@@ -803,9 +986,9 @@
     if test "$build_old_libs" = yes; then
       if test "$pic_mode" != yes; then
 	# Don't build PIC code
-	command="$base_compile $srcfile"
+	command="$base_compile $qsrcfile"
       else
-	command="$base_compile $srcfile $pic_flag"
+	command="$base_compile $qsrcfile $pic_flag"
       fi
       if test "$compiler_c_o" = yes; then
 	command="$command -o $obj"
@@ -934,6 +1117,7 @@
     no_install=no
     objs=
     non_pic_objects=
+    notinst_path= # paths that contain not-installed libtool libraries
     precious_files_regex=
     prefer_static_libs=no
     preload=no
@@ -962,14 +1146,15 @@
 	  if test -n "$link_static_flag"; then
 	    dlopen_self=$dlopen_self_static
 	  fi
+	  prefer_static_libs=yes
 	else
 	  if test -z "$pic_flag" && test -n "$link_static_flag"; then
 	    dlopen_self=$dlopen_self_static
 	  fi
+	  prefer_static_libs=built
 	fi
 	build_libtool_libs=no
 	build_old_libs=yes
-	prefer_static_libs=yes
 	break
 	;;
       esac
@@ -1144,6 +1329,11 @@
 		  if test -z "$pic_object" || test "$pic_object" = none ; then
 		    arg="$non_pic_object"
 		  fi
+		else
+		  # If the PIC object exists, use it instead.
+		  # $xdir was prepended to $pic_object above.
+		  non_pic_object="$pic_object"
+		  non_pic_objects="$non_pic_objects $non_pic_object"
 		fi
 	      else
 		# Only an error if not doing a dry-run.
@@ -1227,6 +1417,13 @@
 	  prev=
 	  continue
 	  ;;
+	darwin_framework|darwin_framework_skip)
+	  test "$prev" = "darwin_framework" && compiler_flags="$compiler_flags $arg"
+	  compile_command="$compile_command $arg"
+	  finalize_command="$finalize_command $arg"
+	  prev=
+	  continue
+	  ;;
 	*)
 	  eval "$prev=\"\$arg\""
 	  prev=
@@ -1285,6 +1482,18 @@
 	continue
 	;;
 
+      -framework|-arch|-isysroot)
+	case " $CC " in
+	  *" ${arg} ${1} "* | *" ${arg}	${1} "*) 
+		prev=darwin_framework_skip ;;
+	  *) compiler_flags="$compiler_flags $arg"
+	     prev=darwin_framework ;;
+	esac
+	compile_command="$compile_command $arg"
+	finalize_command="$finalize_command $arg"
+	continue
+	;;
+
       -inst-prefix-dir)
 	prev=inst_prefix
 	continue
@@ -1311,7 +1520,8 @@
 	  absdir=`cd "$dir" && pwd`
 	  if test -z "$absdir"; then
 	    $echo "$modename: cannot determine absolute directory name of \`$dir'" 1>&2
-	    exit $EXIT_FAILURE
+	    absdir="$dir"
+	    notinst_path="$notinst_path $dir"
 	  fi
 	  dir="$absdir"
 	  ;;
@@ -1325,10 +1535,15 @@
 	esac
 	case $host in
 	*-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2*)
+	  testbindir=`$echo "X$dir" | $Xsed -e 's*/lib$*/bin*'`
 	  case :$dllsearchpath: in
 	  *":$dir:"*) ;;
 	  *) dllsearchpath="$dllsearchpath:$dir";;
 	  esac
+	  case :$dllsearchpath: in
+	  *":$testbindir:"*) ;;
+	  *) dllsearchpath="$dllsearchpath:$testbindir";;
+	  esac
 	  ;;
 	esac
 	continue
@@ -1337,15 +1552,15 @@
       -l*)
 	if test "X$arg" = "X-lc" || test "X$arg" = "X-lm"; then
 	  case $host in
-	  *-*-cygwin* | *-*-pw32* | *-*-beos*)
+	  *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-beos*)
 	    # These systems don't actually have a C or math library (as such)
 	    continue
 	    ;;
-	  *-*-mingw* | *-*-os2*)
+	  *-*-os2*)
 	    # These systems don't actually have a C library (as such)
 	    test "X$arg" = "X-lc" && continue
 	    ;;
-	  *-*-openbsd* | *-*-freebsd*)
+	  *-*-openbsd* | *-*-freebsd* | *-*-dragonfly*)
 	    # Do not include libc due to us having libc/libc_r.
 	    test "X$arg" = "X-lc" && continue
 	    ;;
@@ -1353,10 +1568,19 @@
 	    # Rhapsody C and math libraries are in the System framework
 	    deplibs="$deplibs -framework System"
 	    continue
+	    ;;
+	  *-*-sco3.2v5* | *-*-sco5v6*)
+	    # Causes problems with __ctype
+	    test "X$arg" = "X-lc" && continue
+	    ;;
+	  *-*-sysv4.2uw2* | *-*-sysv5* | *-*-unixware* | *-*-OpenUNIX*)
+	    # Compiler inserts libc in the correct place for threads to work
+	    test "X$arg" = "X-lc" && continue
+	    ;;
 	  esac
 	elif test "X$arg" = "X-lc_r"; then
 	 case $host in
-	 *-*-openbsd* | *-*-freebsd*)
+	 *-*-openbsd* | *-*-freebsd* | *-*-dragonfly*)
 	   # Do not include libc_r directly, use -pthread flag.
 	   continue
 	   ;;
@@ -1366,8 +1590,20 @@
 	continue
 	;;
 
+      # Tru64 UNIX uses -model [arg] to determine the layout of C++
+      # classes, name mangling, and exception handling.
+      -model)
+	compile_command="$compile_command $arg"
+	compiler_flags="$compiler_flags $arg"
+	finalize_command="$finalize_command $arg"
+	prev=xcompiler
+	continue
+	;;
+
      -mt|-mthreads|-kthread|-Kthread|-pthread|-pthreads|--thread-safe)
-	deplibs="$deplibs $arg"
+	compiler_flags="$compiler_flags $arg"
+	compile_command="$compile_command $arg"
+	finalize_command="$finalize_command $arg"
 	continue
 	;;
 
@@ -1376,13 +1612,19 @@
 	continue
 	;;
 
-      # gcc -m* arguments should be passed to the linker via $compiler_flags
-      # in order to pass architecture information to the linker
-      # (e.g. 32 vs 64-bit).  This may also be accomplished via -Wl,-mfoo
-      # but this is not reliable with gcc because gcc may use -mfoo to
-      # select a different linker, different libraries, etc, while
-      # -Wl,-mfoo simply passes -mfoo to the linker.
-      -m*)
+      # -64, -mips[0-9] enable 64-bit mode on the SGI compiler
+      # -r[0-9][0-9]* specifies the processor on the SGI compiler
+      # -xarch=*, -xtarget=* enable 64-bit mode on the Sun compiler
+      # +DA*, +DD* enable 64-bit mode on the HP compiler
+      # -q* pass through compiler args for the IBM compiler
+      # -m* pass through architecture-specific compiler args for GCC
+      # -m*, -t[45]*, -txscale* pass through architecture-specific
+      # compiler args for GCC
+      # -pg pass through profiling flag for GCC
+      # @file GCC response files
+      -64|-mips[0-9]|-r[0-9][0-9]*|-xarch=*|-xtarget=*|+DA*|+DD*|-q*|-m*|-pg| \
+      -t[45]*|-txscale*|@*)
+
 	# Unknown arguments in both finalize_command and compile_command need
 	# to be aesthetically quoted because they are evaled later.
 	arg=`$echo "X$arg" | $Xsed -e "$sed_quote_subst"`
@@ -1393,9 +1635,7 @@
 	esac
         compile_command="$compile_command $arg"
         finalize_command="$finalize_command $arg"
-        if test "$with_gcc" = "yes" ; then
-          compiler_flags="$compiler_flags $arg"
-        fi
+        compiler_flags="$compiler_flags $arg"
         continue
         ;;
 
@@ -1633,6 +1873,11 @@
 	    if test -z "$pic_object" || test "$pic_object" = none ; then
 	      arg="$non_pic_object"
 	    fi
+	  else
+	    # If the PIC object exists, use it instead.
+	    # $xdir was prepended to $pic_object above.
+	    non_pic_object="$pic_object"
+	    non_pic_objects="$non_pic_objects $non_pic_object"
 	  fi
 	else
 	  # Only an error if not doing a dry-run.
@@ -1738,9 +1983,9 @@
     if test ! -d "$output_objdir"; then
       $show "$mkdir $output_objdir"
       $run $mkdir $output_objdir
-      status=$?
-      if test "$status" -ne 0 && test ! -d "$output_objdir"; then
-	exit $status
+      exit_status=$?
+      if test "$exit_status" -ne 0 && test ! -d "$output_objdir"; then
+	exit $exit_status
       fi
     fi
 
@@ -1803,7 +2048,6 @@
     newlib_search_path=
     need_relink=no # whether we're linking any uninstalled libtool libraries
     notinst_deplibs= # not-installed libtool libraries
-    notinst_path= # paths that contain not-installed libtool libraries
     case $linkmode in
     lib)
 	passes="conv link"
@@ -1858,7 +2102,7 @@
 	    compile_deplibs="$deplib $compile_deplibs"
 	    finalize_deplibs="$deplib $finalize_deplibs"
 	  else
-	    deplibs="$deplib $deplibs"
+	    compiler_flags="$compiler_flags $deplib"
 	  fi
 	  continue
 	  ;;
@@ -1977,7 +2221,22 @@
 	  fi
 	  case $linkmode in
 	  lib)
-	    if test "$deplibs_check_method" != pass_all; then
+	    valid_a_lib=no
+	    case $deplibs_check_method in
+	      match_pattern*)
+		set dummy $deplibs_check_method
+	        match_pattern_regex=`expr "$deplibs_check_method" : "$2 \(.*\)"`
+		if eval $echo \"$deplib\" 2>/dev/null \
+		    | $SED 10q \
+		    | $EGREP "$match_pattern_regex" > /dev/null; then
+		  valid_a_lib=yes
+		fi
+		;;
+	      pass_all)
+		valid_a_lib=yes
+		;;
+            esac
+	    if test "$valid_a_lib" != yes; then
 	      $echo
 	      $echo "*** Warning: Trying to link with static lib archive $deplib."
 	      $echo "*** I have the capability to make that library automatically link in when"
@@ -2027,7 +2286,7 @@
 	esac # case $deplib
 	if test "$found" = yes || test -f "$lib"; then :
 	else
-	  $echo "$modename: cannot find the library \`$lib'" 1>&2
+	  $echo "$modename: cannot find the library \`$lib' or unhandled argument \`$deplib'" 1>&2
 	  exit $EXIT_FAILURE
 	fi
 
@@ -2051,6 +2310,8 @@
 	# it will not redefine variables installed, or shouldnotlink
 	installed=yes
 	shouldnotlink=no
+	avoidtemprpath=
+
 
 	# Read the .la file
 	case $lib in
@@ -2149,11 +2410,19 @@
 	    dir="$libdir"
 	    absdir="$libdir"
 	  fi
+	  test "X$hardcode_automatic" = Xyes && avoidtemprpath=yes
 	else
-	  dir="$ladir/$objdir"
-	  absdir="$abs_ladir/$objdir"
-	  # Remove this search path later
-	  notinst_path="$notinst_path $abs_ladir"
+	  if test ! -f "$ladir/$objdir/$linklib" && test -f "$abs_ladir/$linklib"; then
+	    dir="$ladir"
+	    absdir="$abs_ladir"
+	    # Remove this search path later
+	    notinst_path="$notinst_path $abs_ladir"
+	  else
+	    dir="$ladir/$objdir"
+	    absdir="$abs_ladir/$objdir"
+	    # Remove this search path later
+	    notinst_path="$notinst_path $abs_ladir"
+	  fi
 	fi # $installed = yes
 	name=`$echo "X$laname" | $Xsed -e 's/\.la$//' -e 's/^lib//'`
 
@@ -2226,12 +2495,12 @@
 	  if test -n "$library_names" &&
 	     { test "$prefer_static_libs" = no || test -z "$old_library"; }; then
 	    # We need to hardcode the library path
-	    if test -n "$shlibpath_var"; then
+	    if test -n "$shlibpath_var" && test -z "$avoidtemprpath" ; then
 	      # Make sure the rpath contains only unique directories.
 	      case "$temp_rpath " in
 	      *" $dir "*) ;;
 	      *" $absdir "*) ;;
-	      *) temp_rpath="$temp_rpath $dir" ;;
+	      *) temp_rpath="$temp_rpath $absdir" ;;
 	      esac
 	    fi
 
@@ -2268,8 +2537,12 @@
 	fi
 
 	link_static=no # Whether the deplib will be linked statically
+	use_static_libs=$prefer_static_libs
+	if test "$use_static_libs" = built && test "$installed" = yes ; then
+	  use_static_libs=no
+	fi
 	if test -n "$library_names" &&
-	   { test "$prefer_static_libs" = no || test -z "$old_library"; }; then
+	   { test "$use_static_libs" = no || test -z "$old_library"; }; then
 	  if test "$installed" = no; then
 	    notinst_deplibs="$notinst_deplibs $lib"
 	    need_relink=yes
@@ -2382,11 +2655,15 @@
 	      if test "$hardcode_direct" = no; then
 		add="$dir/$linklib"
 		case $host in
-		  *-*-sco3.2v5* ) add_dir="-L$dir" ;;
+		  *-*-sco3.2v5.0.[024]*) add_dir="-L$dir" ;;
+		  *-*-sysv4*uw2*) add_dir="-L$dir" ;;
+		  *-*-sysv5OpenUNIX* | *-*-sysv5UnixWare7.[01].[10]* | \
+		    *-*-unixware7*) add_dir="-L$dir" ;;
 		  *-*-darwin* )
 		    # if the lib is a module then we can not link against
 		    # it, someone is ignoring the new warnings I added
-		    if /usr/bin/file -L $add 2> /dev/null | $EGREP "bundle" >/dev/null ; then
+		    if /usr/bin/file -L $add 2> /dev/null |
+                      $EGREP ": [^:]* bundle" >/dev/null ; then
 		      $echo "** Warning, lib $linklib is a module, not a shared library"
 		      if test -z "$old_library" ; then
 		        $echo
@@ -2417,7 +2694,7 @@
 		add_dir="-L$dir"
 		# Try looking first in the location we're being installed to.
 		if test -n "$inst_prefix_dir"; then
-		  case "$libdir" in
+		  case $libdir in
 		    [\\/]*)
 		      add_dir="$add_dir -L$inst_prefix_dir$libdir"
 		      ;;
@@ -2490,7 +2767,7 @@
 	      add_dir="-L$libdir"
 	      # Try looking first in the location we're being installed to.
 	      if test -n "$inst_prefix_dir"; then
-		case "$libdir" in
+		case $libdir in
 		  [\\/]*)
 		    add_dir="$add_dir -L$inst_prefix_dir$libdir"
 		    ;;
@@ -2551,8 +2828,6 @@
 	      fi
 	    fi
 	  else
-	    convenience="$convenience $dir/$old_library"
-	    old_convenience="$old_convenience $dir/$old_library"
 	    deplibs="$dir/$old_library $deplibs"
 	    link_static=yes
 	  fi
@@ -2670,12 +2945,12 @@
 	      *) continue ;;
 	      esac
 	      case " $deplibs " in
-	      *" $depdepl "*) ;;
-	      *) deplibs="$depdepl $deplibs" ;;
+	      *" $path "*) ;;
+	      *) deplibs="$path $deplibs" ;;
 	      esac
 	      case " $deplibs " in
-	      *" $path "*) ;;
-	      *) deplibs="$deplibs $path" ;;
+	      *" $depdepl "*) ;;
+	      *) deplibs="$depdepl $deplibs" ;;
 	      esac
 	    done
 	  fi # link_all_deplibs != no
@@ -2947,7 +3222,7 @@
 	case $current in
 	0|[1-9]|[1-9][0-9]|[1-9][0-9][0-9]|[1-9][0-9][0-9][0-9]|[1-9][0-9][0-9][0-9][0-9]) ;;
 	*)
-	  $echo "$modename: CURRENT \`$current' is not a nonnegative integer" 1>&2
+	  $echo "$modename: CURRENT \`$current' must be a nonnegative integer" 1>&2
 	  $echo "$modename: \`$vinfo' is not valid version information" 1>&2
 	  exit $EXIT_FAILURE
 	  ;;
@@ -2956,7 +3231,7 @@
 	case $revision in
 	0|[1-9]|[1-9][0-9]|[1-9][0-9][0-9]|[1-9][0-9][0-9][0-9]|[1-9][0-9][0-9][0-9][0-9]) ;;
 	*)
-	  $echo "$modename: REVISION \`$revision' is not a nonnegative integer" 1>&2
+	  $echo "$modename: REVISION \`$revision' must be a nonnegative integer" 1>&2
 	  $echo "$modename: \`$vinfo' is not valid version information" 1>&2
 	  exit $EXIT_FAILURE
 	  ;;
@@ -2965,7 +3240,7 @@
 	case $age in
 	0|[1-9]|[1-9][0-9]|[1-9][0-9][0-9]|[1-9][0-9][0-9][0-9]|[1-9][0-9][0-9][0-9][0-9]) ;;
 	*)
-	  $echo "$modename: AGE \`$age' is not a nonnegative integer" 1>&2
+	  $echo "$modename: AGE \`$age' must be a nonnegative integer" 1>&2
 	  $echo "$modename: \`$vinfo' is not valid version information" 1>&2
 	  exit $EXIT_FAILURE
 	  ;;
@@ -2991,7 +3266,7 @@
 	  versuffix="$major.$age.$revision"
 	  # Darwin ld doesn't like 0 for these options...
 	  minor_current=`expr $current + 1`
-	  verstring="-compatibility_version $minor_current -current_version $minor_current.$revision"
+	  verstring="${wl}-compatibility_version ${wl}$minor_current ${wl}-current_version ${wl}$minor_current.$revision"
 	  ;;
 
 	freebsd-aout)
@@ -3144,9 +3419,9 @@
 
       # Eliminate all temporary directories.
       for path in $notinst_path; do
-	lib_search_path=`$echo "$lib_search_path " | ${SED} -e 's% $path % %g'`
-	deplibs=`$echo "$deplibs " | ${SED} -e 's% -L$path % %g'`
-	dependency_libs=`$echo "$dependency_libs " | ${SED} -e 's% -L$path % %g'`
+	lib_search_path=`$echo "$lib_search_path " | ${SED} -e "s% $path % %g"`
+	deplibs=`$echo "$deplibs " | ${SED} -e "s% -L$path % %g"`
+	dependency_libs=`$echo "$dependency_libs " | ${SED} -e "s% -L$path % %g"`
       done
 
       if test -n "$xrpath"; then
@@ -3197,9 +3472,14 @@
 	  *-*-netbsd*)
 	    # Don't link with libc until the a.out ld.so is fixed.
 	    ;;
-	  *-*-openbsd* | *-*-freebsd*)
+	  *-*-openbsd* | *-*-freebsd* | *-*-dragonfly*)
 	    # Do not include libc due to us having libc/libc_r.
-	    test "X$arg" = "X-lc" && continue
+	    ;;
+	  *-*-sco3.2v5* | *-*-sco5v6*)
+	    # Causes problems with __ctype
+	    ;;
+	  *-*-sysv4.2uw2* | *-*-sysv5* | *-*-unixware* | *-*-OpenUNIX*)
+	    # Compiler inserts libc in the correct place for threads to work
 	    ;;
  	  *)
 	    # Add libc to deplibs on all other systems if necessary.
@@ -3243,11 +3523,11 @@
 	  int main() { return 0; }
 EOF
 	  $rm conftest
-	  $LTCC -o conftest conftest.c $deplibs
+	  $LTCC $LTCFLAGS -o conftest conftest.c $deplibs
 	  if test "$?" -eq 0 ; then
 	    ldd_output=`ldd conftest`
 	    for i in $deplibs; do
-	      name="`expr $i : '-l\(.*\)'`"
+	      name=`expr $i : '-l\(.*\)'`
 	      # If $name is empty we are operating on a -L argument.
               if test "$name" != "" && test "$name" -ne "0"; then
 		if test "X$allow_libtool_libs_with_static_runtimes" = "Xyes" ; then
@@ -3284,11 +3564,11 @@
 	    # Error occurred in the first compile.  Let's try to salvage
 	    # the situation: Compile a separate program for each library.
 	    for i in $deplibs; do
-	      name="`expr $i : '-l\(.*\)'`"
+	      name=`expr $i : '-l\(.*\)'`
 	      # If $name is empty we are operating on a -L argument.
               if test "$name" != "" && test "$name" != "0"; then
 		$rm conftest
-		$LTCC -o conftest conftest.c $i
+		$LTCC $LTCFLAGS -o conftest conftest.c $i
 		# Did it work?
 		if test "$?" -eq 0 ; then
 		  ldd_output=`ldd conftest`
@@ -3336,7 +3616,7 @@
 	  set dummy $deplibs_check_method
 	  file_magic_regex=`expr "$deplibs_check_method" : "$2 \(.*\)"`
 	  for a_deplib in $deplibs; do
-	    name="`expr $a_deplib : '-l\(.*\)'`"
+	    name=`expr $a_deplib : '-l\(.*\)'`
 	    # If $name is empty we are operating on a -L argument.
             if test "$name" != "" && test  "$name" != "0"; then
 	      if test "X$allow_libtool_libs_with_static_runtimes" = "Xyes" ; then
@@ -3405,7 +3685,7 @@
 	  set dummy $deplibs_check_method
 	  match_pattern_regex=`expr "$deplibs_check_method" : "$2 \(.*\)"`
 	  for a_deplib in $deplibs; do
-	    name="`expr $a_deplib : '-l\(.*\)'`"
+	    name=`expr $a_deplib : '-l\(.*\)'`
 	    # If $name is empty we are operating on a -L argument.
 	    if test -n "$name" && test "$name" != "0"; then
 	      if test "X$allow_libtool_libs_with_static_runtimes" = "Xyes" ; then
@@ -3535,6 +3815,35 @@
 	deplibs=$newdeplibs
       fi
 
+
+      # move library search paths that coincide with paths to not yet
+      # installed libraries to the beginning of the library search list
+      new_libs=
+      for path in $notinst_path; do
+	case " $new_libs " in
+	*" -L$path/$objdir "*) ;;
+	*)
+	  case " $deplibs " in
+	  *" -L$path/$objdir "*)
+	    new_libs="$new_libs -L$path/$objdir" ;;
+	  esac
+	  ;;
+	esac
+      done
+      for deplib in $deplibs; do
+	case $deplib in
+	-L*)
+	  case " $new_libs " in
+	  *" $deplib "*) ;;
+	  *) new_libs="$new_libs $deplib" ;;
+	  esac
+	  ;;
+	*) new_libs="$new_libs $deplib" ;;
+	esac
+      done
+      deplibs="$new_libs"
+
+
       # All the library-specific variables (install_libdir is set above).
       library_names=
       old_library=
@@ -3618,6 +3927,7 @@
 	fi
 
 	lib="$output_objdir/$realname"
+	linknames=
 	for link
 	do
 	  linknames="$linknames $link"
@@ -3646,6 +3956,9 @@
 	        # The command line is too long to execute in one step.
 	        $show "using reloadable object file for export list..."
 	        skipped_export=:
+		# Break out early, otherwise skipped_export may be
+		# set to false by a later but shorter cmd.
+		break
 	      fi
 	    done
 	    IFS="$save_ifs"
@@ -3679,67 +3992,13 @@
 	    eval libobjs=\"\$libobjs $whole_archive_flag_spec\"
 	  else
 	    gentop="$output_objdir/${outputname}x"
-	    $show "${rm}r $gentop"
-	    $run ${rm}r "$gentop"
-	    $show "$mkdir $gentop"
-	    $run $mkdir "$gentop"
-	    status=$?
-	    if test "$status" -ne 0 && test ! -d "$gentop"; then
-	      exit $status
-	    fi
 	    generated="$generated $gentop"
 
-	    for xlib in $convenience; do
-	      # Extract the objects.
-	      case $xlib in
-	      [\\/]* | [A-Za-z]:[\\/]*) xabs="$xlib" ;;
-	      *) xabs=`pwd`"/$xlib" ;;
-	      esac
-	      xlib=`$echo "X$xlib" | $Xsed -e 's%^.*/%%'`
-	      xdir="$gentop/$xlib"
-
-	      $show "${rm}r $xdir"
-	      $run ${rm}r "$xdir"
-	      $show "$mkdir $xdir"
-	      $run $mkdir "$xdir"
-	      status=$?
-	      if test "$status" -ne 0 && test ! -d "$xdir"; then
-		exit $status
-	      fi
-	      # We will extract separately just the conflicting names and we will no
-	      # longer touch any unique names. It is faster to leave these extract
-	      # automatically by $AR in one run.
-	      $show "(cd $xdir && $AR x $xabs)"
-	      $run eval "(cd \$xdir && $AR x \$xabs)" || exit $?
-	      if ($AR t "$xabs" | sort | sort -uc >/dev/null 2>&1); then
-		:
-	      else
-		$echo "$modename: warning: object name conflicts; renaming object files" 1>&2
-		$echo "$modename: warning: to ensure that they will not overwrite" 1>&2
-		$AR t "$xabs" | sort | uniq -cd | while read -r count name
-		do
-		  i=1
-		  while test "$i" -le "$count"
-		  do
-		   # Put our $i before any first dot (extension)
-		   # Never overwrite any file
-		   name_to="$name"
-		   while test "X$name_to" = "X$name" || test -f "$xdir/$name_to"
-		   do
-		     name_to=`$echo "X$name_to" | $Xsed -e "s/\([^.]*\)/\1-$i/"`
-		   done
-		   $show "(cd $xdir && $AR xN $i $xabs '$name' && $mv '$name' '$name_to')"
-		   $run eval "(cd \$xdir && $AR xN $i \$xabs '$name' && $mv '$name' '$name_to')" || exit $?
-		   i=`expr $i + 1`
-		  done
-		done
-	      fi
-
-	      libobjs="$libobjs "`find $xdir -name \*.$objext -print -o -name \*.lo -print | $NL2SP`
-	    done
+	    func_extract_archives $gentop $convenience
+	    libobjs="$libobjs $func_extract_archives_result"
 	  fi
 	fi
-
+	
 	if test "$thread_safe" = yes && test -n "$thread_safe_flag_spec"; then
 	  eval flag=\"$thread_safe_flag_spec\"
 	  linker_flags="$linker_flags $flag"
@@ -3769,7 +4028,8 @@
 	  fi
 	fi
 
-	if test "X$skipped_export" != "X:" && len=`expr "X$test_cmds" : ".*"` &&
+	if test "X$skipped_export" != "X:" &&
+	   len=`expr "X$test_cmds" : ".*" 2>/dev/null` &&
 	   test "$len" -le "$max_cmd_len" || test "$max_cmd_len" -le -1; then
 	  :
 	else
@@ -3788,6 +4048,7 @@
 	    save_libobjs=$libobjs
 	  fi
 	  save_output=$output
+	  output_la=`$echo "X$output" | $Xsed -e "$basename"`
 
 	  # Clear the reloadable object creation command queue and
 	  # initialize k to one.
@@ -3797,13 +4058,13 @@
 	  delfiles=
 	  last_robj=
 	  k=1
-	  output=$output_objdir/$save_output-${k}.$objext
+	  output=$output_objdir/$output_la-${k}.$objext
 	  # Loop over the list of objects to be linked.
 	  for obj in $save_libobjs
 	  do
 	    eval test_cmds=\"$reload_cmds $objlist $last_robj\"
 	    if test "X$objlist" = X ||
-	       { len=`expr "X$test_cmds" : ".*"` &&
+	       { len=`expr "X$test_cmds" : ".*" 2>/dev/null` &&
 		 test "$len" -le "$max_cmd_len"; }; then
 	      objlist="$objlist $obj"
 	    else
@@ -3817,9 +4078,9 @@
 		# the last one created.
 		eval concat_cmds=\"\$concat_cmds~$reload_cmds $objlist $last_robj\"
 	      fi
-	      last_robj=$output_objdir/$save_output-${k}.$objext
+	      last_robj=$output_objdir/$output_la-${k}.$objext
 	      k=`expr $k + 1`
-	      output=$output_objdir/$save_output-${k}.$objext
+	      output=$output_objdir/$output_la-${k}.$objext
 	      objlist=$obj
 	      len=1
 	    fi
@@ -3839,13 +4100,13 @@
 	    eval concat_cmds=\"\$concat_cmds~$export_symbols_cmds\"
           fi
 
-	  # Set up a command to remove the reloadale object files
+	  # Set up a command to remove the reloadable object files
 	  # after they are used.
 	  i=0
 	  while test "$i" -lt "$k"
 	  do
 	    i=`expr $i + 1`
-	    delfiles="$delfiles $output_objdir/$save_output-${i}.$objext"
+	    delfiles="$delfiles $output_objdir/$output_la-${i}.$objext"
 	  done
 
 	  $echo "creating a temporary reloadable object file: $output"
@@ -3893,13 +4154,30 @@
 	  IFS="$save_ifs"
 	  eval cmd=\"$cmd\"
 	  $show "$cmd"
-	  $run eval "$cmd" || exit $?
+	  $run eval "$cmd" || {
+	    lt_exit=$?
+
+	    # Restore the uninstalled library and exit
+	    if test "$mode" = relink; then
+	      $run eval '(cd $output_objdir && $rm ${realname}T && $mv ${realname}U $realname)'
+	    fi
+
+	    exit $lt_exit
+	  }
 	done
 	IFS="$save_ifs"
 
 	# Restore the uninstalled library and exit
 	if test "$mode" = relink; then
 	  $run eval '(cd $output_objdir && $rm ${realname}T && $mv $realname ${realname}T && $mv "$realname"U $realname)' || exit $?
+
+	  if test -n "$convenience"; then
+	    if test -z "$whole_archive_flag_spec"; then
+	      $show "${rm}r $gentop"
+	      $run ${rm}r "$gentop"
+	    fi
+	  fi
+
 	  exit $EXIT_SUCCESS
 	fi
 
@@ -3977,64 +4255,10 @@
 	  eval reload_conv_objs=\"\$reload_objs $whole_archive_flag_spec\"
 	else
 	  gentop="$output_objdir/${obj}x"
-	  $show "${rm}r $gentop"
-	  $run ${rm}r "$gentop"
-	  $show "$mkdir $gentop"
-	  $run $mkdir "$gentop"
-	  status=$?
-	  if test "$status" -ne 0 && test ! -d "$gentop"; then
-	    exit $status
-	  fi
 	  generated="$generated $gentop"
 
-	  for xlib in $convenience; do
-	    # Extract the objects.
-	    case $xlib in
-	    [\\/]* | [A-Za-z]:[\\/]*) xabs="$xlib" ;;
-	    *) xabs=`pwd`"/$xlib" ;;
-	    esac
-	    xlib=`$echo "X$xlib" | $Xsed -e 's%^.*/%%'`
-	    xdir="$gentop/$xlib"
-
-	    $show "${rm}r $xdir"
-	    $run ${rm}r "$xdir"
-	    $show "$mkdir $xdir"
-	    $run $mkdir "$xdir"
-	    status=$?
-	    if test "$status" -ne 0 && test ! -d "$xdir"; then
-	      exit $status
-	    fi
-	    # We will extract separately just the conflicting names and we will no
-	    # longer touch any unique names. It is faster to leave these extract
-	    # automatically by $AR in one run.
-	    $show "(cd $xdir && $AR x $xabs)"
-	    $run eval "(cd \$xdir && $AR x \$xabs)" || exit $?
-	    if ($AR t "$xabs" | sort | sort -uc >/dev/null 2>&1); then
-	      :
-	    else
-	      $echo "$modename: warning: object name conflicts; renaming object files" 1>&2
-	      $echo "$modename: warning: to ensure that they will not overwrite" 1>&2
-	      $AR t "$xabs" | sort | uniq -cd | while read -r count name
-	      do
-		i=1
-		while test "$i" -le "$count"
-		do
-		 # Put our $i before any first dot (extension)
-		 # Never overwrite any file
-		 name_to="$name"
-		 while test "X$name_to" = "X$name" || test -f "$xdir/$name_to"
-		 do
-		   name_to=`$echo "X$name_to" | $Xsed -e "s/\([^.]*\)/\1-$i/"`
-		 done
-		 $show "(cd $xdir && $AR xN $i $xabs '$name' && $mv '$name' '$name_to')"
-		 $run eval "(cd \$xdir && $AR xN $i \$xabs '$name' && $mv '$name' '$name_to')" || exit $?
-		 i=`expr $i + 1`
-		done
-	      done
-	    fi
-
-	    reload_conv_objs="$reload_objs "`find $xdir -name \*.$objext -print -o -name \*.lo -print | $NL2SP`
-	  done
+	  func_extract_archives $gentop $convenience
+	  reload_conv_objs="$reload_objs $func_extract_archives_result"
 	fi
       fi
 
@@ -4135,6 +4359,35 @@
         ;;
       esac
 
+
+      # move library search paths that coincide with paths to not yet
+      # installed libraries to the beginning of the library search list
+      new_libs=
+      for path in $notinst_path; do
+	case " $new_libs " in
+	*" -L$path/$objdir "*) ;;
+	*)
+	  case " $compile_deplibs " in
+	  *" -L$path/$objdir "*)
+	    new_libs="$new_libs -L$path/$objdir" ;;
+	  esac
+	  ;;
+	esac
+      done
+      for deplib in $compile_deplibs; do
+	case $deplib in
+	-L*)
+	  case " $new_libs " in
+	  *" $deplib "*) ;;
+	  *) new_libs="$new_libs $deplib" ;;
+	  esac
+	  ;;
+	*) new_libs="$new_libs $deplib" ;;
+	esac
+      done
+      compile_deplibs="$new_libs"
+
+
       compile_command="$compile_command $compile_deplibs"
       finalize_command="$finalize_command $finalize_deplibs"
 
@@ -4179,10 +4432,15 @@
 	fi
 	case $host in
 	*-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2*)
+	  testbindir=`$echo "X$libdir" | $Xsed -e 's*/lib$*/bin*'`
 	  case :$dllsearchpath: in
 	  *":$libdir:"*) ;;
 	  *) dllsearchpath="$dllsearchpath:$libdir";;
 	  esac
+	  case :$dllsearchpath: in
+	  *":$testbindir:"*) ;;
+	  *) dllsearchpath="$dllsearchpath:$testbindir";;
+	  esac
 	  ;;
 	esac
       done
@@ -4296,13 +4554,25 @@
 
 	    # Prepare the list of exported symbols
 	    if test -z "$export_symbols"; then
-	      export_symbols="$output_objdir/$output.exp"
+	      export_symbols="$output_objdir/$outputname.exp"
 	      $run $rm $export_symbols
-	      $run eval "${SED} -n -e '/^: @PROGRAM@$/d' -e 's/^.* \(.*\)$/\1/p' "'< "$nlist" > "$export_symbols"'
+	      $run eval "${SED} -n -e '/^: @PROGRAM@ $/d' -e 's/^.* \(.*\)$/\1/p' "'< "$nlist" > "$export_symbols"'
+              case $host in
+              *cygwin* | *mingw* )
+	        $run eval "echo EXPORTS "'> "$output_objdir/$outputname.def"'
+		$run eval 'cat "$export_symbols" >> "$output_objdir/$outputname.def"'
+                ;;
+              esac
 	    else
-	      $run eval "${SED} -e 's/\([][.*^$]\)/\\\1/g' -e 's/^/ /' -e 's/$/$/'"' < "$export_symbols" > "$output_objdir/$output.exp"'
-	      $run eval 'grep -f "$output_objdir/$output.exp" < "$nlist" > "$nlist"T'
+	      $run eval "${SED} -e 's/\([].[*^$]\)/\\\\\1/g' -e 's/^/ /' -e 's/$/$/'"' < "$export_symbols" > "$output_objdir/$outputname.exp"'
+	      $run eval 'grep -f "$output_objdir/$outputname.exp" < "$nlist" > "$nlist"T'
 	      $run eval 'mv "$nlist"T "$nlist"'
+              case $host in
+              *cygwin* | *mingw* )
+	        $run eval "echo EXPORTS "'> "$output_objdir/$outputname.def"'
+		$run eval 'cat "$nlist" >> "$output_objdir/$outputname.def"'
+                ;;
+              esac
 	    fi
 	  fi
 
@@ -4353,7 +4623,26 @@
 #endif
 
 /* The mapping between symbol names and symbols. */
+"
+
+	    case $host in
+	    *cygwin* | *mingw* )
+	  $echo >> "$output_objdir/$dlsyms" "\
+/* DATA imports from DLLs on WIN32 can't be const, because
+   runtime relocations are performed -- see ld's documentation
+   on pseudo-relocs */
+struct {
+"
+	      ;;
+	    * )
+	  $echo >> "$output_objdir/$dlsyms" "\
 const struct {
+"
+	      ;;
+	    esac
+
+
+	  $echo >> "$output_objdir/$dlsyms" "\
   const char *name;
   lt_ptr address;
 }
@@ -4400,16 +4689,29 @@
 	  esac
 
 	  # Now compile the dynamic symbol file.
-	  $show "(cd $output_objdir && $LTCC -c$no_builtin_flag$pic_flag_for_symtable \"$dlsyms\")"
-	  $run eval '(cd $output_objdir && $LTCC -c$no_builtin_flag$pic_flag_for_symtable "$dlsyms")' || exit $?
+	  $show "(cd $output_objdir && $LTCC  $LTCFLAGS -c$no_builtin_flag$pic_flag_for_symtable \"$dlsyms\")"
+	  $run eval '(cd $output_objdir && $LTCC  $LTCFLAGS -c$no_builtin_flag$pic_flag_for_symtable "$dlsyms")' || exit $?
 
 	  # Clean up the generated files.
 	  $show "$rm $output_objdir/$dlsyms $nlist ${nlist}S ${nlist}T"
 	  $run $rm "$output_objdir/$dlsyms" "$nlist" "${nlist}S" "${nlist}T"
 
 	  # Transform the symbol file into the correct name.
-	  compile_command=`$echo "X$compile_command" | $Xsed -e "s%@SYMFILE@%$output_objdir/${outputname}S.${objext}%"`
-	  finalize_command=`$echo "X$finalize_command" | $Xsed -e "s%@SYMFILE@%$output_objdir/${outputname}S.${objext}%"`
+          case $host in
+          *cygwin* | *mingw* )
+            if test -f "$output_objdir/${outputname}.def" ; then
+              compile_command=`$echo "X$compile_command" | $Xsed -e "s%@SYMFILE@%$output_objdir/${outputname}.def $output_objdir/${outputname}S.${objext}%"`
+              finalize_command=`$echo "X$finalize_command" | $Xsed -e "s%@SYMFILE@%$output_objdir/${outputname}.def $output_objdir/${outputname}S.${objext}%"`
+            else
+              compile_command=`$echo "X$compile_command" | $Xsed -e "s%@SYMFILE@%$output_objdir/${outputname}S.${objext}%"`
+              finalize_command=`$echo "X$finalize_command" | $Xsed -e "s%@SYMFILE@%$output_objdir/${outputname}S.${objext}%"`
+             fi
+            ;;
+          * )
+            compile_command=`$echo "X$compile_command" | $Xsed -e "s%@SYMFILE@%$output_objdir/${outputname}S.${objext}%"`
+            finalize_command=`$echo "X$finalize_command" | $Xsed -e "s%@SYMFILE@%$output_objdir/${outputname}S.${objext}%"`
+            ;;
+          esac
 	  ;;
 	*)
 	  $echo "$modename: unknown suffix for \`$dlsyms'" 1>&2
@@ -4434,7 +4736,7 @@
 	# We have no uninstalled library dependencies, so finalize right now.
 	$show "$link_command"
 	$run eval "$link_command"
-	status=$?
+	exit_status=$?
 
 	# Delete the generated files.
 	if test -n "$dlsyms"; then
@@ -4442,7 +4744,7 @@
 	  $run $rm "$output_objdir/${outputname}S.${objext}"
 	fi
 
-	exit $status
+	exit $exit_status
       fi
 
       if test -n "$shlibpath_var"; then
@@ -4582,10 +4884,12 @@
 	esac
 	case $host in
 	  *cygwin* | *mingw* )
-	    cwrappersource=`$echo ${objdir}/lt-${output}.c`
-	    cwrapper=`$echo ${output}.exe`
-	    $rm $cwrappersource $cwrapper
-	    trap "$rm $cwrappersource $cwrapper; exit $EXIT_FAILURE" 1 2 15
+            output_name=`basename $output`
+            output_path=`dirname $output`
+            cwrappersource="$output_path/$objdir/lt-$output_name.c"
+            cwrapper="$output_path/$output_name.exe"
+            $rm $cwrappersource $cwrapper
+            trap "$rm $cwrappersource $cwrapper; exit $EXIT_FAILURE" 1 2 15
 
 	    cat > $cwrappersource <<EOF
 
@@ -4610,6 +4914,9 @@
 #include <malloc.h>
 #include <stdarg.h>
 #include <assert.h>
+#include <string.h>
+#include <ctype.h>
+#include <sys/stat.h>
 
 #if defined(PATH_MAX)
 # define LT_PATHMAX PATH_MAX
@@ -4620,15 +4927,19 @@
 #endif
 
 #ifndef DIR_SEPARATOR
-#define DIR_SEPARATOR '/'
+# define DIR_SEPARATOR '/'
+# define PATH_SEPARATOR ':'
 #endif
 
 #if defined (_WIN32) || defined (__MSDOS__) || defined (__DJGPP__) || \
   defined (__OS2__)
-#define HAVE_DOS_BASED_FILE_SYSTEM
-#ifndef DIR_SEPARATOR_2
-#define DIR_SEPARATOR_2 '\\'
-#endif
+# define HAVE_DOS_BASED_FILE_SYSTEM
+# ifndef DIR_SEPARATOR_2
+#  define DIR_SEPARATOR_2 '\\'
+# endif
+# ifndef PATH_SEPARATOR_2
+#  define PATH_SEPARATOR_2 ';'
+# endif
 #endif
 
 #ifndef DIR_SEPARATOR_2
@@ -4638,17 +4949,32 @@
         (((ch) == DIR_SEPARATOR) || ((ch) == DIR_SEPARATOR_2))
 #endif /* DIR_SEPARATOR_2 */
 
+#ifndef PATH_SEPARATOR_2
+# define IS_PATH_SEPARATOR(ch) ((ch) == PATH_SEPARATOR)
+#else /* PATH_SEPARATOR_2 */
+# define IS_PATH_SEPARATOR(ch) ((ch) == PATH_SEPARATOR_2)
+#endif /* PATH_SEPARATOR_2 */
+
 #define XMALLOC(type, num)      ((type *) xmalloc ((num) * sizeof(type)))
 #define XFREE(stale) do { \
   if (stale) { free ((void *) stale); stale = 0; } \
 } while (0)
 
+/* -DDEBUG is fairly common in CFLAGS.  */
+#undef DEBUG
+#if defined DEBUGWRAPPER
+# define DEBUG(format, ...) fprintf(stderr, format, __VA_ARGS__)
+#else
+# define DEBUG(format, ...)
+#endif
+
 const char *program_name = NULL;
 
 void * xmalloc (size_t num);
 char * xstrdup (const char *string);
-char * basename (const char *name);
-char * fnqualify(const char *path);
+const char * base_name (const char *name);
+char * find_executable(const char *wrapper);
+int    check_executable(const char *path);
 char * strendzap(char *str, const char *pat);
 void lt_fatal (const char *message, ...);
 
@@ -4658,29 +4984,51 @@
   char **newargz;
   int i;
 
-  program_name = (char *) xstrdup ((char *) basename (argv[0]));
+  program_name = (char *) xstrdup (base_name (argv[0]));
+  DEBUG("(main) argv[0]      : %s\n",argv[0]);
+  DEBUG("(main) program_name : %s\n",program_name);
   newargz = XMALLOC(char *, argc+2);
 EOF
 
-	    cat >> $cwrappersource <<EOF
-  newargz[0] = "$SHELL";
+            cat >> $cwrappersource <<EOF
+  newargz[0] = (char *) xstrdup("$SHELL");
 EOF
 
-	    cat >> $cwrappersource <<"EOF"
-  newargz[1] = fnqualify(argv[0]);
+            cat >> $cwrappersource <<"EOF"
+  newargz[1] = find_executable(argv[0]);
+  if (newargz[1] == NULL)
+    lt_fatal("Couldn't find %s", argv[0]);
+  DEBUG("(main) found exe at : %s\n",newargz[1]);
   /* we know the script has the same name, without the .exe */
   /* so make sure newargz[1] doesn't end in .exe */
   strendzap(newargz[1],".exe");
   for (i = 1; i < argc; i++)
     newargz[i+1] = xstrdup(argv[i]);
   newargz[argc+1] = NULL;
+
+  for (i=0; i<argc+1; i++)
+  {
+    DEBUG("(main) newargz[%d]   : %s\n",i,newargz[i]);
+    ;
+  }
+
 EOF
 
-	    cat >> $cwrappersource <<EOF
+            case $host_os in
+              mingw*)
+                cat >> $cwrappersource <<EOF
+  execv("$SHELL",(char const **)newargz);
+EOF
+              ;;
+              *)
+                cat >> $cwrappersource <<EOF
   execv("$SHELL",newargz);
 EOF
+              ;;
+            esac
 
-	    cat >> $cwrappersource <<"EOF"
+            cat >> $cwrappersource <<"EOF"
+  return 127;
 }
 
 void *
@@ -4700,48 +5048,148 @@
 ;
 }
 
-char *
-basename (const char *name)
+const char *
+base_name (const char *name)
 {
   const char *base;
 
 #if defined (HAVE_DOS_BASED_FILE_SYSTEM)
   /* Skip over the disk name in MSDOS pathnames. */
-  if (isalpha (name[0]) && name[1] == ':')
+  if (isalpha ((unsigned char)name[0]) && name[1] == ':')
     name += 2;
 #endif
 
   for (base = name; *name; name++)
     if (IS_DIR_SEPARATOR (*name))
       base = name + 1;
-  return (char *) base;
+  return base;
 }
 
+int
+check_executable(const char * path)
+{
+  struct stat st;
+
+  DEBUG("(check_executable)  : %s\n", path ? (*path ? path : "EMPTY!") : "NULL!");
+  if ((!path) || (!*path))
+    return 0;
+
+  if ((stat (path, &st) >= 0) &&
+      (
+        /* MinGW & native WIN32 do not support S_IXOTH or S_IXGRP */
+#if defined (S_IXOTH)
+       ((st.st_mode & S_IXOTH) == S_IXOTH) ||
+#endif
+#if defined (S_IXGRP)
+       ((st.st_mode & S_IXGRP) == S_IXGRP) ||
+#endif
+       ((st.st_mode & S_IXUSR) == S_IXUSR))
+      )
+    return 1;
+  else
+    return 0;
+}
+
+/* Searches for the full path of the wrapper.  Returns
+   newly allocated full path name if found, NULL otherwise */
 char *
-fnqualify(const char *path)
+find_executable (const char* wrapper)
 {
-  size_t size;
-  char *p;
+  int has_slash = 0;
+  const char* p;
+  const char* p_next;
+  /* static buffer for getcwd */
   char tmp[LT_PATHMAX + 1];
+  int tmp_len;
+  char* concat_name;
 
-  assert(path != NULL);
+  DEBUG("(find_executable)  : %s\n", wrapper ? (*wrapper ? wrapper : "EMPTY!") : "NULL!");
 
-  /* Is it qualified already? */
+  if ((wrapper == NULL) || (*wrapper == '\0'))
+    return NULL;
+
+  /* Absolute path? */
 #if defined (HAVE_DOS_BASED_FILE_SYSTEM)
-  if (isalpha (path[0]) && path[1] == ':')
-    return xstrdup (path);
+  if (isalpha ((unsigned char)wrapper[0]) && wrapper[1] == ':')
+  {
+    concat_name = xstrdup (wrapper);
+    if (check_executable(concat_name))
+      return concat_name;
+    XFREE(concat_name);
+  }
+  else
+  {
+#endif
+    if (IS_DIR_SEPARATOR (wrapper[0]))
+    {
+      concat_name = xstrdup (wrapper);
+      if (check_executable(concat_name))
+        return concat_name;
+      XFREE(concat_name);
+    }
+#if defined (HAVE_DOS_BASED_FILE_SYSTEM)
+  }
 #endif
-  if (IS_DIR_SEPARATOR (path[0]))
-    return xstrdup (path);
 
-  /* prepend the current directory */
-  /* doesn't handle '~' */
+  for (p = wrapper; *p; p++)
+    if (*p == '/')
+    {
+      has_slash = 1;
+      break;
+    }
+  if (!has_slash)
+  {
+    /* no slashes; search PATH */
+    const char* path = getenv ("PATH");
+    if (path != NULL)
+    {
+      for (p = path; *p; p = p_next)
+      {
+        const char* q;
+        size_t p_len;
+        for (q = p; *q; q++)
+          if (IS_PATH_SEPARATOR(*q))
+            break;
+        p_len = q - p;
+        p_next = (*q == '\0' ? q : q + 1);
+        if (p_len == 0)
+        {
+          /* empty path: current directory */
+          if (getcwd (tmp, LT_PATHMAX) == NULL)
+            lt_fatal ("getcwd failed");
+          tmp_len = strlen(tmp);
+          concat_name = XMALLOC(char, tmp_len + 1 + strlen(wrapper) + 1);
+          memcpy (concat_name, tmp, tmp_len);
+          concat_name[tmp_len] = '/';
+          strcpy (concat_name + tmp_len + 1, wrapper);
+        }
+        else
+        {
+          concat_name = XMALLOC(char, p_len + 1 + strlen(wrapper) + 1);
+          memcpy (concat_name, p, p_len);
+          concat_name[p_len] = '/';
+          strcpy (concat_name + p_len + 1, wrapper);
+        }
+        if (check_executable(concat_name))
+          return concat_name;
+        XFREE(concat_name);
+      }
+    }
+    /* not found in PATH; assume curdir */
+  }
+  /* Relative path | not found in path: prepend cwd */
   if (getcwd (tmp, LT_PATHMAX) == NULL)
     lt_fatal ("getcwd failed");
-  size = strlen(tmp) + 1 + strlen(path) + 1; /* +2 for '/' and '\0' */
-  p = XMALLOC(char, size);
-  sprintf(p, "%s%c%s", tmp, DIR_SEPARATOR, path);
-  return p;
+  tmp_len = strlen(tmp);
+  concat_name = XMALLOC(char, tmp_len + 1 + strlen(wrapper) + 1);
+  memcpy (concat_name, tmp, tmp_len);
+  concat_name[tmp_len] = '/';
+  strcpy (concat_name + tmp_len + 1, wrapper);
+
+  if (check_executable(concat_name))
+    return concat_name;
+  XFREE(concat_name);
+  return NULL;
 }
 
 char *
@@ -4785,16 +5233,16 @@
   va_end (ap);
 }
 EOF
-	  # we should really use a build-platform specific compiler
-	  # here, but OTOH, the wrappers (shell script and this C one)
-	  # are only useful if you want to execute the "real" binary.
-	  # Since the "real" binary is built for $host, then this
-	  # wrapper might as well be built for $host, too.
-	  $run $LTCC -s -o $cwrapper $cwrappersource
-	  ;;
-	esac
-	$rm $output
-	trap "$rm $output; exit $EXIT_FAILURE" 1 2 15
+          # we should really use a build-platform specific compiler
+          # here, but OTOH, the wrappers (shell script and this C one)
+          # are only useful if you want to execute the "real" binary.
+          # Since the "real" binary is built for $host, then this
+          # wrapper might as well be built for $host, too.
+          $run $LTCC $LTCFLAGS -s -o $cwrapper $cwrappersource
+          ;;
+        esac
+        $rm $output
+        trap "$rm $output; exit $EXIT_FAILURE" 1 2 15
 
 	$echo > $output "\
 #! $SHELL
@@ -4815,7 +5263,7 @@
 
 # The HP-UX ksh and POSIX shell print the target directory to stdout
 # if CDPATH is set.
-if test \"\${CDPATH+set}\" = set; then CDPATH=:; export CDPATH; fi
+(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
 
 relink_command=\"$relink_command\"
 
@@ -4944,13 +5392,13 @@
 	# Backslashes separate directories on plain windows
 	*-*-mingw | *-*-os2*)
 	  $echo >> $output "\
-      exec \$progdir\\\\\$program \${1+\"\$@\"}
+      exec \"\$progdir\\\\\$program\" \${1+\"\$@\"}
 "
 	  ;;
 
 	*)
 	  $echo >> $output "\
-      exec \$progdir/\$program \${1+\"\$@\"}
+      exec \"\$progdir/\$program\" \${1+\"\$@\"}
 "
 	  ;;
 	esac
@@ -4960,7 +5408,7 @@
     fi
   else
     # The program doesn't exist.
-    \$echo \"\$0: error: \$progdir/\$program does not exist\" 1>&2
+    \$echo \"\$0: error: \\\`\$progdir/\$program' does not exist\" 1>&2
     \$echo \"This script is just a wrapper for \$program.\" 1>&2
     $echo \"See the $PACKAGE documentation for more information.\" 1>&2
     exit $EXIT_FAILURE
@@ -4992,71 +5440,73 @@
 
       if test -n "$addlibs"; then
 	gentop="$output_objdir/${outputname}x"
-	$show "${rm}r $gentop"
-	$run ${rm}r "$gentop"
-	$show "$mkdir $gentop"
-	$run $mkdir "$gentop"
-	status=$?
-	if test "$status" -ne 0 && test ! -d "$gentop"; then
-	  exit $status
-	fi
 	generated="$generated $gentop"
 
-	# Add in members from convenience archives.
-	for xlib in $addlibs; do
-	  # Extract the objects.
-	  case $xlib in
-	  [\\/]* | [A-Za-z]:[\\/]*) xabs="$xlib" ;;
-	  *) xabs=`pwd`"/$xlib" ;;
-	  esac
-	  xlib=`$echo "X$xlib" | $Xsed -e 's%^.*/%%'`
-	  xdir="$gentop/$xlib"
-
-	  $show "${rm}r $xdir"
-	  $run ${rm}r "$xdir"
-	  $show "$mkdir $xdir"
-	  $run $mkdir "$xdir"
-	  status=$?
-	  if test "$status" -ne 0 && test ! -d "$xdir"; then
-	    exit $status
-	  fi
-	  # We will extract separately just the conflicting names and we will no
-	  # longer touch any unique names. It is faster to leave these extract
-	  # automatically by $AR in one run.
-	  $show "(cd $xdir && $AR x $xabs)"
-	  $run eval "(cd \$xdir && $AR x \$xabs)" || exit $?
-	  if ($AR t "$xabs" | sort | sort -uc >/dev/null 2>&1); then
-	    :
-	  else
-	    $echo "$modename: warning: object name conflicts; renaming object files" 1>&2
-	    $echo "$modename: warning: to ensure that they will not overwrite" 1>&2
-	    $AR t "$xabs" | sort | uniq -cd | while read -r count name
-	    do
-	      i=1
-	      while test "$i" -le "$count"
-	      do
-	       # Put our $i before any first dot (extension)
-	       # Never overwrite any file
-	       name_to="$name"
-	       while test "X$name_to" = "X$name" || test -f "$xdir/$name_to"
-	       do
-		 name_to=`$echo "X$name_to" | $Xsed -e "s/\([^.]*\)/\1-$i/"`
-	       done
-	       $show "(cd $xdir && $AR xN $i $xabs '$name' && $mv '$name' '$name_to')"
-	       $run eval "(cd \$xdir && $AR xN $i \$xabs '$name' && $mv '$name' '$name_to')" || exit $?
-	       i=`expr $i + 1`
-	      done
-	    done
-	  fi
-
-	  oldobjs="$oldobjs "`find $xdir -name \*.${objext} -print -o -name \*.lo -print | $NL2SP`
-	done
+	func_extract_archives $gentop $addlibs
+	oldobjs="$oldobjs $func_extract_archives_result"
       fi
 
       # Do each command in the archive commands.
       if test -n "$old_archive_from_new_cmds" && test "$build_libtool_libs" = yes; then
        cmds=$old_archive_from_new_cmds
       else
+	# POSIX demands no paths to be encoded in archives.  We have
+	# to avoid creating archives with duplicate basenames if we
+	# might have to extract them afterwards, e.g., when creating a
+	# static archive out of a convenience library, or when linking
+	# the entirety of a libtool archive into another (currently
+	# not supported by libtool).
+	if (for obj in $oldobjs
+	    do
+	      $echo "X$obj" | $Xsed -e 's%^.*/%%'
+	    done | sort | sort -uc >/dev/null 2>&1); then
+	  :
+	else
+	  $echo "copying selected object files to avoid basename conflicts..."
+
+	  if test -z "$gentop"; then
+	    gentop="$output_objdir/${outputname}x"
+	    generated="$generated $gentop"
+
+	    $show "${rm}r $gentop"
+	    $run ${rm}r "$gentop"
+	    $show "$mkdir $gentop"
+	    $run $mkdir "$gentop"
+	    exit_status=$?
+	    if test "$exit_status" -ne 0 && test ! -d "$gentop"; then
+	      exit $exit_status
+	    fi
+	  fi
+
+	  save_oldobjs=$oldobjs
+	  oldobjs=
+	  counter=1
+	  for obj in $save_oldobjs
+	  do
+	    objbase=`$echo "X$obj" | $Xsed -e 's%^.*/%%'`
+	    case " $oldobjs " in
+	    " ") oldobjs=$obj ;;
+	    *[\ /]"$objbase "*)
+	      while :; do
+		# Make sure we don't pick an alternate name that also
+		# overlaps.
+		newobj=lt$counter-$objbase
+		counter=`expr $counter + 1`
+		case " $oldobjs " in
+		*[\ /]"$newobj "*) ;;
+		*) if test ! -f "$gentop/$newobj"; then break; fi ;;
+		esac
+	      done
+	      $show "ln $obj $gentop/$newobj || cp $obj $gentop/$newobj"
+	      $run ln "$obj" "$gentop/$newobj" ||
+	      $run cp "$obj" "$gentop/$newobj"
+	      oldobjs="$oldobjs $gentop/$newobj"
+	      ;;
+	    *) oldobjs="$oldobjs $obj" ;;
+	    esac
+	  done
+	fi
+
 	eval cmds=\"$old_archive_cmds\"
 
 	if len=`expr "X$cmds" : ".*"` &&
@@ -5070,20 +5520,7 @@
 	  objlist=
 	  concat_cmds=
 	  save_oldobjs=$oldobjs
-	  # GNU ar 2.10+ was changed to match POSIX; thus no paths are
-	  # encoded into archives.  This makes 'ar r' malfunction in
-	  # this piecewise linking case whenever conflicting object
-	  # names appear in distinct ar calls; check, warn and compensate.
-	    if (for obj in $save_oldobjs
-	    do
-	      $echo "X$obj" | $Xsed -e 's%^.*/%%'
-	    done | sort | sort -uc >/dev/null 2>&1); then
-	    :
-	  else
-	    $echo "$modename: warning: object name conflicts; overriding AR_FLAGS to 'cq'" 1>&2
-	    $echo "$modename: warning: to ensure that POSIX-compatible ar will work" 1>&2
-	    AR_FLAGS=cq
-	  fi
+
 	  # Is there a better way of finding the last object in the list?
 	  for obj in $save_oldobjs
 	  do
@@ -5094,7 +5531,7 @@
 	    oldobjs="$objlist $obj"
 	    objlist="$objlist $obj"
 	    eval test_cmds=\"$old_archive_cmds\"
-	    if len=`expr "X$test_cmds" : ".*"` &&
+	    if len=`expr "X$test_cmds" : ".*" 2>/dev/null` &&
 	       test "$len" -le "$max_cmd_len"; then
 	      :
 	    else
@@ -5291,11 +5728,11 @@
     # install_prog (especially on Windows NT).
     if test "$nonopt" = "$SHELL" || test "$nonopt" = /bin/sh ||
        # Allow the use of GNU shtool's install command.
-       $echo "X$nonopt" | $Xsed | grep shtool > /dev/null; then
+       $echo "X$nonopt" | grep shtool > /dev/null; then
       # Aesthetically quote it.
       arg=`$echo "X$nonopt" | $Xsed -e "$sed_quote_subst"`
       case $arg in
-      *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \	]*|*]*)
+      *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \	]*|*]*|"")
 	arg="\"$arg\""
 	;;
       esac
@@ -5304,14 +5741,14 @@
       shift
     else
       install_prog=
-      arg="$nonopt"
+      arg=$nonopt
     fi
 
     # The real first argument should be the name of the installation program.
     # Aesthetically quote it.
     arg=`$echo "X$arg" | $Xsed -e "$sed_quote_subst"`
     case $arg in
-    *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \	]*|*]*)
+    *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \	]*|*]*|"")
       arg="\"$arg\""
       ;;
     esac
@@ -5329,28 +5766,31 @@
     do
       if test -n "$dest"; then
 	files="$files $dest"
-	dest="$arg"
+	dest=$arg
 	continue
       fi
 
       case $arg in
       -d) isdir=yes ;;
-      -f) prev="-f" ;;
-      -g) prev="-g" ;;
-      -m) prev="-m" ;;
-      -o) prev="-o" ;;
+      -f) 
+      	case " $install_prog " in
+	*[\\\ /]cp\ *) ;;
+	*) prev=$arg ;;
+	esac
+	;;
+      -g | -m | -o) prev=$arg ;;
       -s)
 	stripme=" -s"
 	continue
 	;;
-      -*) ;;
-
+      -*)
+	;;
       *)
 	# If the previous option needed an argument, then skip it.
 	if test -n "$prev"; then
 	  prev=
 	else
-	  dest="$arg"
+	  dest=$arg
 	  continue
 	fi
 	;;
@@ -5359,7 +5799,7 @@
       # Aesthetically quote the argument.
       arg=`$echo "X$arg" | $Xsed -e "$sed_quote_subst"`
       case $arg in
-      *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \	]*|*]*)
+      *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \	]*|*]*|"")
 	arg="\"$arg\""
 	;;
       esac
@@ -5528,11 +5968,14 @@
 
 	  if test "$#" -gt 0; then
 	    # Delete the old symlinks, and create new ones.
+	    # Try `ln -sf' first, because the `ln' binary might depend on
+	    # the symlink we replace!  Solaris /bin/ln does not understand -f,
+	    # so we also need to try rm && ln -s.
 	    for linkname
 	    do
 	      if test "$linkname" != "$realname"; then
-		$show "(cd $destdir && $rm $linkname && $LN_S $realname $linkname)"
-		$run eval "(cd $destdir && $rm $linkname && $LN_S $realname $linkname)"
+                $show "(cd $destdir && { $LN_S -f $realname $linkname || { $rm $linkname && $LN_S $realname $linkname; }; })"
+                $run eval "(cd $destdir && { $LN_S -f $realname $linkname || { $rm $linkname && $LN_S $realname $linkname; }; })"
 	      fi
 	    done
 	  fi
@@ -5545,7 +5988,16 @@
 	    IFS="$save_ifs"
 	    eval cmd=\"$cmd\"
 	    $show "$cmd"
-	    $run eval "$cmd" || exit $?
+	    $run eval "$cmd" || {
+	      lt_exit=$?
+
+	      # Restore the uninstalled library and exit
+	      if test "$mode" = relink; then
+		$run eval '(cd $output_objdir && $rm ${realname}T && $mv ${realname}U $realname)'
+	      fi
+
+	      exit $lt_exit
+	    }
 	  done
 	  IFS="$save_ifs"
 	fi
@@ -5639,17 +6091,15 @@
 	  notinst_deplibs=
 	  relink_command=
 
-	  # To insure that "foo" is sourced, and not "foo.exe",
-	  # finese the cygwin/MSYS system by explicitly sourcing "foo."
-	  # which disallows the automatic-append-.exe behavior.
-	  case $build in
-	  *cygwin* | *mingw*) wrapperdot=${wrapper}. ;;
-	  *) wrapperdot=${wrapper} ;;
-	  esac
+	  # Note that it is not necessary on cygwin/mingw to append a dot to
+	  # foo even if both foo and FILE.exe exist: automatic-append-.exe
+	  # behavior happens only for exec(3), not for open(2)!  Also, sourcing
+	  # `FILE.' does not work on cygwin managed mounts.
+	  #
 	  # If there is no directory component, then add one.
-	  case $file in
-	  */* | *\\*) . ${wrapperdot} ;;
-	  *) . ./${wrapperdot} ;;
+	  case $wrapper in
+	  */* | *\\*) . ${wrapper} ;;
+	  *) . ./${wrapper} ;;
 	  esac
 
 	  # Check the variables that should have been set.
@@ -5677,34 +6127,21 @@
 	  done
 
 	  relink_command=
-	  # To insure that "foo" is sourced, and not "foo.exe",
-	  # finese the cygwin/MSYS system by explicitly sourcing "foo."
-	  # which disallows the automatic-append-.exe behavior.
-	  case $build in
-	  *cygwin* | *mingw*) wrapperdot=${wrapper}. ;;
-	  *) wrapperdot=${wrapper} ;;
-	  esac
+	  # Note that it is not necessary on cygwin/mingw to append a dot to
+	  # foo even if both foo and FILE.exe exist: automatic-append-.exe
+	  # behavior happens only for exec(3), not for open(2)!  Also, sourcing
+	  # `FILE.' does not work on cygwin managed mounts.
+	  #
 	  # If there is no directory component, then add one.
-	  case $file in
-	  */* | *\\*) . ${wrapperdot} ;;
-	  *) . ./${wrapperdot} ;;
+	  case $wrapper in
+	  */* | *\\*) . ${wrapper} ;;
+	  *) . ./${wrapper} ;;
 	  esac
 
 	  outputname=
 	  if test "$fast_install" = no && test -n "$relink_command"; then
 	    if test "$finalize" = yes && test -z "$run"; then
-	      tmpdir="/tmp"
-	      test -n "$TMPDIR" && tmpdir="$TMPDIR"
-	      tmpdir="$tmpdir/libtool-$$"
-	      save_umask=`umask`
-	      umask 0077
-	      if $mkdir "$tmpdir"; then
-	        umask $save_umask
-	      else
-	        umask $save_umask
-		$echo "$modename: error: cannot create temporary directory \`$tmpdir'" 1>&2
-		continue
-	      fi
+	      tmpdir=`func_mktempdir`
 	      file=`$echo "X$file$stripped_ext" | $Xsed -e 's%^.*/%%'`
 	      outputname="$tmpdir/$file"
 	      # Replace the output file specification.
@@ -5728,7 +6165,7 @@
 	fi
 
 	# remove .exe since cygwin /usr/bin/install will append another
-	# one anyways
+	# one anyway 
 	case $install_prog,$host in
 	*/usr/bin/install*,*cygwin*)
 	  case $file:$destfile in
@@ -5828,7 +6265,7 @@
     # Exit here if they wanted silent mode.
     test "$show" = : && exit $EXIT_SUCCESS
 
-    $echo "----------------------------------------------------------------------"
+    $echo "X----------------------------------------------------------------------" | $Xsed
     $echo "Libraries have been installed in:"
     for libdir in $libdirs; do
       $echo "   $libdir"
@@ -5861,7 +6298,7 @@
     $echo
     $echo "See any operating system documentation about shared libraries for"
     $echo "more information, such as the ld(1) and ld.so(8) manual pages."
-    $echo "----------------------------------------------------------------------"
+    $echo "X----------------------------------------------------------------------" | $Xsed
     exit $EXIT_SUCCESS
     ;;
 
@@ -6078,9 +6515,17 @@
 	    rmfiles="$rmfiles $objdir/$n"
 	  done
 	  test -n "$old_library" && rmfiles="$rmfiles $objdir/$old_library"
-	  test "$mode" = clean && rmfiles="$rmfiles $objdir/$name $objdir/${name}i"
 
-	  if test "$mode" = uninstall; then
+	  case "$mode" in
+	  clean)
+	    case "  $library_names " in
+	    # "  " in the beginning catches empty $dlname
+	    *" $dlname "*) ;;
+	    *) rmfiles="$rmfiles $objdir/$dlname" ;;
+	    esac
+	     test -n "$libdir" && rmfiles="$rmfiles $objdir/$name $objdir/${name}i"
+	    ;;
+	  uninstall)
 	    if test -n "$library_names"; then
 	      # Do each command in the postuninstall commands.
 	      cmds=$postuninstall_cmds
@@ -6113,7 +6558,8 @@
 	      IFS="$save_ifs"
 	    fi
 	    # FIXME: should reinstall the best remaining shared library.
-	  fi
+	    ;;
+	  esac
 	fi
 	;;
 
@@ -6398,7 +6844,7 @@
 $echo
 $echo "Try \`$modename --help' for more information about other modes."
 
-exit $EXIT_SUCCESS
+exit $?
 
 # The TAGs below are defined such that we never get into a situation
 # in which we disable both kinds of libraries.  Given conflicting
@@ -6412,12 +6858,11 @@
 # configuration.  But we'll never go from static-only to shared-only.
 
 # ### BEGIN LIBTOOL TAG CONFIG: disable-shared
-build_libtool_libs=no
-build_old_libs=yes
+disable_libs=shared
 # ### END LIBTOOL TAG CONFIG: disable-shared
 
 # ### BEGIN LIBTOOL TAG CONFIG: disable-static
-build_old_libs=`case $build_libtool_libs in yes) $echo no;; *) $echo yes;; esac`
+disable_libs=static
 # ### END LIBTOOL TAG CONFIG: disable-static
 
 # Local Variables:
--- wmaker-0.92.0.orig/wrlib/Makefile.in
+++ wmaker-0.92.0/wrlib/Makefile.in
@@ -1,6 +1,8 @@
-# Makefile.in generated automatically by automake 1.4-p6 from Makefile.am
+# Makefile.in generated by automake 1.9.6 from Makefile.am.
+# @configure_input@
 
-# Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc.
+# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
+# 2003, 2004, 2005  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.
@@ -10,91 +12,154 @@
 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
 # PARTICULAR PURPOSE.
 
+@SET_MAKE@
+
 
-SHELL = @SHELL@
 
 srcdir = @srcdir@
 top_srcdir = @top_srcdir@
 VPATH = @srcdir@
-prefix = @prefix@
-exec_prefix = @exec_prefix@
-
-bindir = @bindir@
-sbindir = @sbindir@
-libexecdir = @libexecdir@
-datadir = @datadir@
-sysconfdir = @sysconfdir@
-sharedstatedir = @sharedstatedir@
-localstatedir = @localstatedir@
-libdir = @libdir@
-infodir = @infodir@
-mandir = @mandir@
-includedir = @includedir@
-oldincludedir = /usr/include
-
-DESTDIR =
-
 pkgdatadir = $(datadir)/@PACKAGE@
 pkglibdir = $(libdir)/@PACKAGE@
 pkgincludedir = $(includedir)/@PACKAGE@
-
 top_builddir = ..
-
-ACLOCAL = @ACLOCAL@
-AUTOCONF = @AUTOCONF@
-AUTOMAKE = @AUTOMAKE@
-AUTOHEADER = @AUTOHEADER@
-
+am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 INSTALL = @INSTALL@
-INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
-INSTALL_DATA = @INSTALL_DATA@
-INSTALL_SCRIPT = @INSTALL_SCRIPT@
-transform = @program_transform_name@
-
+install_sh_DATA = $(install_sh) -c -m 644
+install_sh_PROGRAM = $(install_sh) -c
+install_sh_SCRIPT = $(install_sh) -c
+INSTALL_HEADER = $(INSTALL_DATA)
+transform = $(program_transform_name)
 NORMAL_INSTALL = :
 PRE_INSTALL = :
 POST_INSTALL = :
 NORMAL_UNINSTALL = :
 PRE_UNINSTALL = :
 POST_UNINSTALL = :
-host_alias = @host_alias@
+build_triplet = @build@
 host_triplet = @host@
+subdir = wrlib
+DIST_COMMON = README $(include_HEADERS) $(srcdir)/Makefile.am \
+	$(srcdir)/Makefile.in AUTHORS COPYING ChangeLog INSTALL NEWS \
+	TODO alloca.c
+ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
+am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
+	$(top_srcdir)/configure.ac
+am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
+	$(ACLOCAL_M4)
+mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
+CONFIG_HEADER = $(top_builddir)/src/config.h
+CONFIG_CLEAN_FILES =
+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|^.*/||'`;
+am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(bindir)" \
+	"$(DESTDIR)$(includedir)"
+libLTLIBRARIES_INSTALL = $(INSTALL)
+LTLIBRARIES = $(lib_LTLIBRARIES)
+libwraster_la_DEPENDENCIES = @ALLOCA@
+am_libwraster_la_OBJECTS = LookupCmap.lo StdCmap.lo CrCmap.lo \
+	DelCmap.lo CmapAlloc.lo raster.lo draw.lo color.lo load.lo \
+	save.lo gradient.lo xpixmap.lo convert.lo x86_specific.lo \
+	context.lo misc.lo scale.lo rotate.lo convolve.lo nxpm.lo \
+	xpm.lo xutil.lo ppm.lo png.lo jpeg.lo tiff.lo gif.lo
+libwraster_la_OBJECTS = $(am_libwraster_la_OBJECTS)
+binSCRIPT_INSTALL = $(INSTALL_SCRIPT)
+SCRIPTS = $(bin_SCRIPTS)
+DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)/src
+depcomp =
+am__depfiles_maybe =
+COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
+	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
+LTCOMPILE = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) \
+	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+	$(AM_CFLAGS) $(CFLAGS)
+CCLD = $(CC)
+LINK = $(LIBTOOL) --tag=CC --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
+	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+SOURCES = $(libwraster_la_SOURCES)
+DIST_SOURCES = $(libwraster_la_SOURCES)
+RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
+	html-recursive info-recursive install-data-recursive \
+	install-exec-recursive install-info-recursive \
+	install-recursive installcheck-recursive installdirs-recursive \
+	pdf-recursive ps-recursive uninstall-info-recursive \
+	uninstall-recursive
+includeHEADERS_INSTALL = $(INSTALL_HEADER)
+HEADERS = $(include_HEADERS)
+ETAGS = etags
+CTAGS = ctags
+DIST_SUBDIRS = $(SUBDIRS)
+DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+ACLOCAL = @ACLOCAL@
+ALLOCA = @ALLOCA@
+AMDEP_FALSE = @AMDEP_FALSE@
+AMDEP_TRUE = @AMDEP_TRUE@
+AMTAR = @AMTAR@
 AR = @AR@
-AS = @AS@
+AUTOCONF = @AUTOCONF@
+AUTOHEADER = @AUTOHEADER@
+AUTOMAKE = @AUTOMAKE@
+AWK = @AWK@
 CC = @CC@
+CCDEPMODE = @CCDEPMODE@
+CFLAGS = @CFLAGS@
+CPP = @CPP@
+CPPFLAGS = @CPPFLAGS@
 CPP_PATH = @CPP_PATH@
 CXX = @CXX@
 CXXCPP = @CXXCPP@
+CXXDEPMODE = @CXXDEPMODE@
+CXXFLAGS = @CXXFLAGS@
+CYGPATH_W = @CYGPATH_W@
+DEFS = @DEFS@
+DEPDIR = @DEPDIR@
 DLLIBS = @DLLIBS@
-DLLTOOL = @DLLTOOL@
 ECHO = @ECHO@
+ECHO_C = @ECHO_C@
+ECHO_N = @ECHO_N@
+ECHO_T = @ECHO_T@
 EGREP = @EGREP@
 EXEEXT = @EXEEXT@
 F77 = @F77@
-GCJ = @GCJ@
-GCJFLAGS = @GCJFLAGS@
+FFLAGS = @FFLAGS@
 GFXLIBS = @GFXLIBS@
-HAVE_LIB = @HAVE_LIB@
+GREP = @GREP@
 HEADER_SEARCH_PATH = @HEADER_SEARCH_PATH@
 ICONEXT = @ICONEXT@
+INSTALL_DATA = @INSTALL_DATA@
+INSTALL_PROGRAM = @INSTALL_PROGRAM@
+INSTALL_SCRIPT = @INSTALL_SCRIPT@
+INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 INTLIBS = @INTLIBS@
-LIB = @LIB@
+LDFLAGS = @LDFLAGS@
+LIBOBJS = @LIBOBJS@
 LIBRARY_SEARCH_PATH = @LIBRARY_SEARCH_PATH@
+LIBS = @LIBS@
 LIBTOOL = @LIBTOOL@
 LITE = @LITE@
 LN_S = @LN_S@
-LTLIB = @LTLIB@
+LTLIBOBJS = @LTLIBOBJS@
 MAKEINFO = @MAKEINFO@
 MOFILES = @MOFILES@
 NETLIBS = @NETLIBS@
 NLSDIR = @NLSDIR@
 NOSTRICTALIASING = @NOSTRICTALIASING@
-OBJDUMP = @OBJDUMP@
 OBJEXT = @OBJEXT@
 PACKAGE = @PACKAGE@
+PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
+PACKAGE_NAME = @PACKAGE_NAME@
+PACKAGE_STRING = @PACKAGE_STRING@
+PACKAGE_TARNAME = @PACKAGE_TARNAME@
+PACKAGE_VERSION = @PACKAGE_VERSION@
+PATH_SEPARATOR = @PATH_SEPARATOR@
 PKGCONFIG = @PKGCONFIG@
 RANLIB = @RANLIB@
-RC = @RC@
+SET_MAKE = @SET_MAKE@
+SHELL = @SHELL@
 STRIP = @STRIP@
 VERSION = @VERSION@
 WINGSMOFILES = @WINGSMOFILES@
@@ -106,143 +171,199 @@
 XGETTEXT = @XGETTEXT@
 XLFLAGS = @XLFLAGS@
 XLIBS = @XLIBS@
+XMKMF = @XMKMF@
+X_CFLAGS = @X_CFLAGS@
 X_EXTRA_LIBS = @X_EXTRA_LIBS@
 X_LIBRARY_PATH = @X_LIBRARY_PATH@
+X_LIBS = @X_LIBS@
+X_PRE_LIBS = @X_PRE_LIBS@
+ac_ct_CC = @ac_ct_CC@
+ac_ct_CXX = @ac_ct_CXX@
+ac_ct_F77 = @ac_ct_F77@
+am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
+am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
+am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
+am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+am__include = @am__include@
+am__leading_dot = @am__leading_dot@
+am__quote = @am__quote@
+am__tar = @am__tar@
+am__untar = @am__untar@
+bindir = @bindir@
+build = @build@
+build_alias = @build_alias@
+build_cpu = @build_cpu@
+build_os = @build_os@
+build_vendor = @build_vendor@
+datadir = @datadir@
+datarootdir = @datarootdir@
+docdir = @docdir@
+dvidir = @dvidir@
+exec_prefix = @exec_prefix@
+host = @host@
+host_alias = @host_alias@
+host_cpu = @host_cpu@
+host_os = @host_os@
+host_vendor = @host_vendor@
+htmldir = @htmldir@
+includedir = @includedir@
+infodir = @infodir@
+install_sh = @install_sh@
+libdir = @libdir@
+libexecdir = @libexecdir@
+localedir = @localedir@
+localstatedir = @localstatedir@
+mandir = @mandir@
+mkdir_p = @mkdir_p@
+oldincludedir = @oldincludedir@
+pdfdir = @pdfdir@
+prefix = @prefix@
+program_transform_name = @program_transform_name@
+psdir = @psdir@
+sbindir = @sbindir@
+sharedstatedir = @sharedstatedir@
 supported_locales = @supported_locales@
+sysconfdir = @sysconfdir@
+target_alias = @target_alias@
 wprefs_bindir = @wprefs_bindir@
 wprefs_datadir = @wprefs_datadir@
-
 SUBDIRS = . tests
-
 AUTOMAKE_OPTIONS = no-dependencies
-
 lib_LTLIBRARIES = libwraster.la
-
 libwraster_la_LDFLAGS = -version-info 4:0:1
-
 bin_SCRIPTS = get-wraster-flags
-
 include_HEADERS = wraster.h
-
-libwraster_la_SOURCES =  	LookupCmap.c		StdCmap.c		StdCmap.h		CrCmap.c		DelCmap.c		CmapAlloc.c		raster.c 		draw.c			color.c			load.c 			save.c			gradient.c 		xpixmap.c		convert.c 		x86_specific.c		context.c 		misc.c 			scale.c			rotate.c		convolve.c		nxpm.c			xpm.c 			xutil.c			ppm.c			png.c 			jpeg.c 			tiff.c			gif.c
-
+libwraster_la_SOURCES = \
+	LookupCmap.c	\
+	StdCmap.c	\
+	StdCmap.h	\
+	CrCmap.c	\
+	DelCmap.c	\
+	CmapAlloc.c	\
+	raster.c 	\
+	draw.c		\
+	color.c		\
+	load.c 		\
+	save.c		\
+	gradient.c 	\
+	xpixmap.c	\
+	convert.c 	\
+	x86_specific.c	\
+	context.c 	\
+	misc.c 		\
+	scale.c		\
+	rotate.c	\
+	convolve.c	\
+	nxpm.c		\
+	xpm.c 		\
+	xutil.c		\
+	ppm.c		\
+	png.c 		\
+	jpeg.c 		\
+	tiff.c		\
+	gif.c
 
 LTCOMPILE2 = `echo $(LTCOMPILE) | sed -e s/-fomit-frame-pointer//`
 COMPILE2 = `echo $(COMPILE) | sed -e s/-fomit-frame-pointer//`
-
 INCLUDES = $(DFLAGS) @HEADER_SEARCH_PATH@
-
 libwraster_la_LIBADD = @ALLOCA@ @LIBRARY_SEARCH_PATH@ @GFXLIBS@ @XLIBS@ -lm
-
 DISTCLEANFILES = wrlib.pc
-mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
-CONFIG_HEADER = ../src/config.h
-CONFIG_CLEAN_FILES = 
-LTLIBRARIES =  $(lib_LTLIBRARIES)
-
-
-DEFS = @DEFS@ -I. -I$(srcdir) -I../src
-CPPFLAGS = @CPPFLAGS@
-LDFLAGS = @LDFLAGS@
-LIBS = @LIBS@
-X_CFLAGS = @X_CFLAGS@
-X_LIBS = @X_LIBS@
-X_PRE_LIBS = @X_PRE_LIBS@
-libwraster_la_DEPENDENCIES =  @ALLOCA@
-libwraster_la_OBJECTS =  LookupCmap.lo StdCmap.lo CrCmap.lo DelCmap.lo \
-CmapAlloc.lo raster.lo draw.lo color.lo load.lo save.lo gradient.lo \
-xpixmap.lo convert.lo x86_specific.lo context.lo misc.lo scale.lo \
-rotate.lo convolve.lo nxpm.lo xpm.lo xutil.lo ppm.lo png.lo jpeg.lo \
-tiff.lo gif.lo
-SCRIPTS =  $(bin_SCRIPTS)
+all: all-recursive
 
-CFLAGS = @CFLAGS@
-COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
-LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
-CCLD = $(CC)
-LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
-HEADERS =  $(include_HEADERS)
-
-DIST_COMMON =  README AUTHORS COPYING ChangeLog INSTALL Makefile.am \
-Makefile.in NEWS TODO alloca.c configure.in
-
-
-DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
-
-TAR = tar
-GZIP_ENV = --best
-SOURCES = $(libwraster_la_SOURCES)
-OBJECTS = $(libwraster_la_OBJECTS)
-
-all: all-redirect
 .SUFFIXES:
-.SUFFIXES: .S .c .lo .o .obj .s
-$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.ac $(ACLOCAL_M4) 
-	cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps wrlib/Makefile
-
-Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
-	cd $(top_builddir) \
-	  && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
-
-
-mostlyclean-libLTLIBRARIES:
-
-clean-libLTLIBRARIES:
-	-test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
-
-distclean-libLTLIBRARIES:
-
-maintainer-clean-libLTLIBRARIES:
-
+.SUFFIXES: .c .lo .o .obj
+$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
+	@for dep in $?; do \
+	  case '$(am__configure_deps)' in \
+	    *$$dep*) \
+	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
+		&& exit 0; \
+	      exit 1;; \
+	  esac; \
+	done; \
+	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  wrlib/Makefile'; \
+	cd $(top_srcdir) && \
+	  $(AUTOMAKE) --gnu  wrlib/Makefile
+.PRECIOUS: Makefile
+Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
+	@case '$?' in \
+	  *config.status*) \
+	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
+	  *) \
+	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
+	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
+	esac;
+
+$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
+	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+
+$(top_srcdir)/configure:  $(am__configure_deps)
+	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
+	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 install-libLTLIBRARIES: $(lib_LTLIBRARIES)
 	@$(NORMAL_INSTALL)
-	$(mkinstalldirs) $(DESTDIR)$(libdir)
+	test -z "$(libdir)" || $(mkdir_p) "$(DESTDIR)$(libdir)"
 	@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
 	  if test -f $$p; then \
-	    echo "$(LIBTOOL)  --mode=install $(INSTALL) $$p $(DESTDIR)$(libdir)/$$p"; \
-	    $(LIBTOOL)  --mode=install $(INSTALL) $$p $(DESTDIR)$(libdir)/$$p; \
+	    f=$(am__strip_dir) \
+	    echo " $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libdir)/$$f'"; \
+	    $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(libdir)/$$f"; \
 	  else :; fi; \
 	done
 
 uninstall-libLTLIBRARIES:
 	@$(NORMAL_UNINSTALL)
-	list='$(lib_LTLIBRARIES)'; for p in $$list; do \
-	  $(LIBTOOL)  --mode=uninstall rm -f $(DESTDIR)$(libdir)/$$p; \
+	@set -x; list='$(lib_LTLIBRARIES)'; for p in $$list; do \
+	  p=$(am__strip_dir) \
+	  echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$p'"; \
+	  $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$p"; \
 	done
 
-.c.o:
-	$(COMPILE) -c $<
-
-# FIXME: We should only use cygpath when building on Windows,
-# and only if it is available.
-.c.obj:
-	$(COMPILE) -c `cygpath -w $<`
-
-.s.o:
-	$(COMPILE) -c $<
+clean-libLTLIBRARIES:
+	-test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
+	@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
+	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
+	  test "$$dir" != "$$p" || dir=.; \
+	  echo "rm -f \"$${dir}/so_locations\""; \
+	  rm -f "$${dir}/so_locations"; \
+	done
+libwraster.la: $(libwraster_la_OBJECTS) $(libwraster_la_DEPENDENCIES) 
+	$(LINK) -rpath $(libdir) $(libwraster_la_LDFLAGS) $(libwraster_la_OBJECTS) $(libwraster_la_LIBADD) $(LIBS)
+install-binSCRIPTS: $(bin_SCRIPTS)
+	@$(NORMAL_INSTALL)
+	test -z "$(bindir)" || $(mkdir_p) "$(DESTDIR)$(bindir)"
+	@list='$(bin_SCRIPTS)'; for p in $$list; do \
+	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+	  if test -f $$d$$p; then \
+	    f=`echo "$$p" | sed 's|^.*/||;$(transform)'`; \
+	    echo " $(binSCRIPT_INSTALL) '$$d$$p' '$(DESTDIR)$(bindir)/$$f'"; \
+	    $(binSCRIPT_INSTALL) "$$d$$p" "$(DESTDIR)$(bindir)/$$f"; \
+	  else :; fi; \
+	done
 
-.S.o:
-	$(COMPILE) -c $<
+uninstall-binSCRIPTS:
+	@$(NORMAL_UNINSTALL)
+	@list='$(bin_SCRIPTS)'; for p in $$list; do \
+	  f=`echo "$$p" | sed 's|^.*/||;$(transform)'`; \
+	  echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \
+	  rm -f "$(DESTDIR)$(bindir)/$$f"; \
+	done
 
 mostlyclean-compile:
-	-rm -f *.o core *.core
 	-rm -f *.$(OBJEXT)
 
-clean-compile:
-
 distclean-compile:
 	-rm -f *.tab.c
 
-maintainer-clean-compile:
-
-.c.lo:
-	$(LIBTOOL) --mode=compile $(COMPILE) -c $<
+.c.o:
+	$(COMPILE) -c $<
 
-.s.lo:
-	$(LIBTOOL) --mode=compile $(COMPILE) -c $<
+.c.obj:
+	$(COMPILE) -c `$(CYGPATH_W) '$<'`
 
-.S.lo:
-	$(LIBTOOL) --mode=compile $(COMPILE) -c $<
+.c.lo:
+	$(LTCOMPILE) -c -o $@ $<
 
 mostlyclean-libtool:
 	-rm -f *.lo
@@ -251,44 +372,24 @@
 	-rm -rf .libs _libs
 
 distclean-libtool:
-
-maintainer-clean-libtool:
-
-libwraster.la: $(libwraster_la_OBJECTS) $(libwraster_la_DEPENDENCIES)
-	$(LINK) -rpath $(libdir) $(libwraster_la_LDFLAGS) $(libwraster_la_OBJECTS) $(libwraster_la_LIBADD) $(LIBS)
-
-install-binSCRIPTS: $(bin_SCRIPTS)
-	@$(NORMAL_INSTALL)
-	$(mkinstalldirs) $(DESTDIR)$(bindir)
-	@list='$(bin_SCRIPTS)'; for p in $$list; do \
-	  if test -f $$p; then \
-	    echo " $(INSTALL_SCRIPT) $$p $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`"; \
-	    $(INSTALL_SCRIPT) $$p $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`; \
-	  else if test -f $(srcdir)/$$p; then \
-	    echo " $(INSTALL_SCRIPT) $(srcdir)/$$p $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`"; \
-	    $(INSTALL_SCRIPT) $(srcdir)/$$p $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`; \
-	  else :; fi; fi; \
-	done
-
-uninstall-binSCRIPTS:
-	@$(NORMAL_UNINSTALL)
-	list='$(bin_SCRIPTS)'; for p in $$list; do \
-	  rm -f $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`; \
-	done
-
+	-rm -f libtool
+uninstall-info-am:
 install-includeHEADERS: $(include_HEADERS)
 	@$(NORMAL_INSTALL)
-	$(mkinstalldirs) $(DESTDIR)$(includedir)
+	test -z "$(includedir)" || $(mkdir_p) "$(DESTDIR)$(includedir)"
 	@list='$(include_HEADERS)'; for p in $$list; do \
-	  if test -f "$$p"; then d= ; else d="$(srcdir)/"; fi; \
-	  echo " $(INSTALL_DATA) $$d$$p $(DESTDIR)$(includedir)/$$p"; \
-	  $(INSTALL_DATA) $$d$$p $(DESTDIR)$(includedir)/$$p; \
+	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+	  f=$(am__strip_dir) \
+	  echo " $(includeHEADERS_INSTALL) '$$d$$p' '$(DESTDIR)$(includedir)/$$f'"; \
+	  $(includeHEADERS_INSTALL) "$$d$$p" "$(DESTDIR)$(includedir)/$$f"; \
 	done
 
 uninstall-includeHEADERS:
 	@$(NORMAL_UNINSTALL)
-	list='$(include_HEADERS)'; for p in $$list; do \
-	  rm -f $(DESTDIR)$(includedir)/$$p; \
+	@list='$(include_HEADERS)'; for p in $$list; do \
+	  f=$(am__strip_dir) \
+	  echo " rm -f '$(DESTDIR)$(includedir)/$$f'"; \
+	  rm -f "$(DESTDIR)$(includedir)/$$f"; \
 	done
 
 # This directory's subdirectories are mostly independent; you can cd
@@ -297,13 +398,14 @@
 # (1) if the variable is set in `config.status', edit `config.status'
 #     (which will cause the Makefiles to be regenerated when you run `make');
 # (2) otherwise, pass the desired values on the `make' command line.
-
-@SET_MAKE@
-
-all-recursive install-data-recursive install-exec-recursive \
-installdirs-recursive install-recursive uninstall-recursive  \
-check-recursive installcheck-recursive info-recursive dvi-recursive:
-	@set fnord $(MAKEFLAGS); amf=$$2; \
+$(RECURSIVE_TARGETS):
+	@failcom='exit 1'; \
+	for f in x $$MAKEFLAGS; do \
+	  case $$f in \
+	    *=* | --[!k]*);; \
+	    *k*) failcom='fail=yes';; \
+	  esac; \
+	done; \
 	dot_seen=no; \
 	target=`echo $@ | sed s/-recursive//`; \
 	list='$(SUBDIRS)'; for subdir in $$list; do \
@@ -315,7 +417,7 @@
 	    local_target="$$target"; \
 	  fi; \
 	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
-	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
+	  || eval $$failcom; \
 	done; \
 	if test "$$dot_seen" = "no"; then \
 	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
@@ -323,13 +425,24 @@
 
 mostlyclean-recursive clean-recursive distclean-recursive \
 maintainer-clean-recursive:
-	@set fnord $(MAKEFLAGS); amf=$$2; \
+	@failcom='exit 1'; \
+	for f in x $$MAKEFLAGS; do \
+	  case $$f in \
+	    *=* | --[!k]*);; \
+	    *k*) failcom='fail=yes';; \
+	  esac; \
+	done; \
 	dot_seen=no; \
-	rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
-	  rev="$$subdir $$rev"; \
-	  test "$$subdir" != "." || dot_seen=yes; \
+	case "$@" in \
+	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
+	  *) list='$(SUBDIRS)' ;; \
+	esac; \
+	rev=''; for subdir in $$list; do \
+	  if test "$$subdir" = "."; then :; else \
+	    rev="$$subdir $$rev"; \
+	  fi; \
 	done; \
-	test "$$dot_seen" = "no" && rev=". $$rev"; \
+	rev="$$rev ."; \
 	target=`echo $@ | sed s/-recursive//`; \
 	for subdir in $$rev; do \
 	  echo "Making $$target in $$subdir"; \
@@ -339,159 +452,222 @@
 	    local_target="$$target"; \
 	  fi; \
 	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
-	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
+	  || eval $$failcom; \
 	done && test -z "$$fail"
 tags-recursive:
 	list='$(SUBDIRS)'; for subdir in $$list; do \
 	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
 	done
+ctags-recursive:
+	list='$(SUBDIRS)'; for subdir in $$list; do \
+	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
+	done
 
-tags: TAGS
-
-ID: $(HEADERS) $(SOURCES) $(LISP)
-	list='$(SOURCES) $(HEADERS)'; \
-	unique=`for i in $$list; do echo $$i; done | \
-	  awk '    { files[$$0] = 1; } \
+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; }'`; \
-	here=`pwd` && cd $(srcdir) \
-	  && mkid -f$$here/ID $$unique $(LISP)
+	mkid -fID $$unique
+tags: TAGS
 
-TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
+TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+		$(TAGS_FILES) $(LISP)
 	tags=; \
 	here=`pwd`; \
+	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
+	  include_option=--etags-include; \
+	  empty_fix=.; \
+	else \
+	  include_option=--include; \
+	  empty_fix=; \
+	fi; \
 	list='$(SUBDIRS)'; for subdir in $$list; do \
-   if test "$$subdir" = .; then :; else \
-	    test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
-   fi; \
+	  if test "$$subdir" = .; then :; else \
+	    test ! -f $$subdir/TAGS || \
+	      tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
+	  fi; \
 	done; \
-	list='$(SOURCES) $(HEADERS)'; \
-	unique=`for i in $$list; do echo $$i; done | \
-	  awk '    { files[$$0] = 1; } \
+	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; }'`; \
-	test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
-	  || (cd $(srcdir) && etags -o $$here/TAGS $(ETAGS_ARGS) $$tags  $$unique $(LISP))
-
-mostlyclean-tags:
-
-clean-tags:
+	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
+	  test -n "$$unique" || unique=$$empty_fix; \
+	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
+	    $$tags $$unique; \
+	fi
+ctags: CTAGS
+CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+		$(TAGS_FILES) $(LISP)
+	tags=; \
+	here=`pwd`; \
+	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; }'`; \
+	test -z "$(CTAGS_ARGS)$$tags$$unique" \
+	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+	     $$tags $$unique
+
+GTAGS:
+	here=`$(am__cd) $(top_builddir) && pwd` \
+	  && cd $(top_srcdir) \
+	  && gtags -i $(GTAGS_ARGS) $$here
 
 distclean-tags:
-	-rm -f TAGS ID
-
-maintainer-clean-tags:
-
-distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
-
-subdir = wrlib
+	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 
 distdir: $(DISTFILES)
-	@for file in $(DISTFILES); do \
-	  d=$(srcdir); \
+	@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; \
+	  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 \
-	    cp -pr $$d/$$file $(distdir)/$$file; \
+	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
+	      cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
+	    fi; \
+	    cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 	  else \
 	    test -f $(distdir)/$$file \
-	    || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
-	    || cp -p $$d/$$file $(distdir)/$$file || :; \
+	    || cp -p $$d/$$file $(distdir)/$$file \
+	    || exit 1; \
 	  fi; \
 	done
-	for subdir in $(SUBDIRS); do \
+	list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 	  if test "$$subdir" = .; then :; else \
-	    test -d $(distdir)/$$subdir \
-	    || mkdir $(distdir)/$$subdir \
+	    test -d "$(distdir)/$$subdir" \
+	    || $(mkdir_p) "$(distdir)/$$subdir" \
 	    || exit 1; \
-	    chmod 777 $(distdir)/$$subdir; \
-	    (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(top_distdir) distdir=../$(distdir)/$$subdir distdir) \
+	    distdir=`$(am__cd) $(distdir) && pwd`; \
+	    top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
+	    (cd $$subdir && \
+	      $(MAKE) $(AM_MAKEFLAGS) \
+	        top_distdir="$$top_distdir" \
+	        distdir="$$distdir/$$subdir" \
+	        distdir) \
 	      || exit 1; \
 	  fi; \
 	done
-info-am:
-info: info-recursive
-dvi-am:
-dvi: dvi-recursive
 check-am: all-am
 check: check-recursive
-installcheck-am:
-installcheck: installcheck-recursive
-install-exec-am: install-libLTLIBRARIES install-binSCRIPTS \
-		install-exec-local
+all-am: Makefile $(LTLIBRARIES) $(SCRIPTS) $(HEADERS)
+installdirs: installdirs-recursive
+installdirs-am:
+	for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(bindir)" "$(DESTDIR)$(includedir)"; do \
+	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
+	done
+install: install-recursive
 install-exec: install-exec-recursive
-
-install-data-am: install-includeHEADERS
 install-data: install-data-recursive
+uninstall: uninstall-recursive
 
 install-am: all-am
 	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
-install: install-recursive
-uninstall-am: uninstall-libLTLIBRARIES uninstall-binSCRIPTS \
-		uninstall-includeHEADERS
-uninstall: uninstall-recursive
-all-am: Makefile $(LTLIBRARIES) $(SCRIPTS) $(HEADERS)
-all-redirect: all-recursive
-install-strip:
-	$(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
-installdirs: installdirs-recursive
-installdirs-am:
-	$(mkinstalldirs)  $(DESTDIR)$(libdir) $(DESTDIR)$(bindir) \
-		$(DESTDIR)$(includedir)
-
 
+installcheck: installcheck-recursive
+install-strip:
+	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+	  `test -z '$(STRIP)' || \
+	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 mostlyclean-generic:
 
 clean-generic:
 
 distclean-generic:
-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
-	-rm -f config.cache config.log stamp-h stamp-h[0-9]*
+	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 	-test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
 
 maintainer-clean-generic:
-mostlyclean-am:  mostlyclean-libLTLIBRARIES mostlyclean-compile \
-		mostlyclean-libtool mostlyclean-tags \
-		mostlyclean-generic
+	@echo "This command is intended for maintainers to use"
+	@echo "it deletes files that may require special tools to rebuild."
+clean: clean-recursive
 
-mostlyclean: mostlyclean-recursive
+clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
+	mostlyclean-am
 
-clean-am:  clean-libLTLIBRARIES clean-compile clean-libtool clean-tags \
-		clean-generic mostlyclean-am
+distclean: distclean-recursive
+	-rm -f Makefile
+distclean-am: clean-am distclean-compile distclean-generic \
+	distclean-libtool distclean-tags
 
-clean: clean-recursive
+dvi: dvi-recursive
 
-distclean-am:  distclean-libLTLIBRARIES distclean-compile \
-		distclean-libtool distclean-tags distclean-generic \
-		clean-am
-	-rm -f libtool
+dvi-am:
 
-distclean: distclean-recursive
+html: html-recursive
 
-maintainer-clean-am:  maintainer-clean-libLTLIBRARIES \
-		maintainer-clean-compile maintainer-clean-libtool \
-		maintainer-clean-tags maintainer-clean-generic \
-		distclean-am
-	@echo "This command is intended for maintainers to use;"
-	@echo "it deletes files that may require special tools to rebuild."
+info: info-recursive
+
+info-am:
+
+install-data-am: install-includeHEADERS
+
+install-exec-am: install-binSCRIPTS install-exec-local \
+	install-libLTLIBRARIES
+
+install-info: install-info-recursive
+
+install-man:
+
+installcheck-am:
 
 maintainer-clean: maintainer-clean-recursive
+	-rm -f Makefile
+maintainer-clean-am: distclean-am maintainer-clean-generic
 
-.PHONY: mostlyclean-libLTLIBRARIES distclean-libLTLIBRARIES \
-clean-libLTLIBRARIES maintainer-clean-libLTLIBRARIES \
-uninstall-libLTLIBRARIES install-libLTLIBRARIES mostlyclean-compile \
-distclean-compile clean-compile maintainer-clean-compile \
-mostlyclean-libtool distclean-libtool clean-libtool \
-maintainer-clean-libtool uninstall-binSCRIPTS install-binSCRIPTS \
-uninstall-includeHEADERS install-includeHEADERS install-data-recursive \
-uninstall-data-recursive install-exec-recursive \
-uninstall-exec-recursive installdirs-recursive uninstalldirs-recursive \
-all-recursive check-recursive installcheck-recursive info-recursive \
-dvi-recursive mostlyclean-recursive distclean-recursive clean-recursive \
-maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
-distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
-dvi-am dvi check check-am installcheck-am installcheck \
-install-exec-local install-exec-am install-exec install-data-am \
-install-data install-am install uninstall-am uninstall all-redirect \
-all-am all installdirs-am installdirs mostlyclean-generic \
-distclean-generic clean-generic maintainer-clean-generic clean \
-mostlyclean distclean maintainer-clean
+mostlyclean: mostlyclean-recursive
+
+mostlyclean-am: mostlyclean-compile mostlyclean-generic \
+	mostlyclean-libtool
+
+pdf: pdf-recursive
+
+pdf-am:
+
+ps: ps-recursive
+
+ps-am:
+
+uninstall-am: uninstall-binSCRIPTS uninstall-includeHEADERS \
+	uninstall-info-am uninstall-libLTLIBRARIES
+
+uninstall-info: uninstall-info-recursive
+
+.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am \
+	clean clean-generic clean-libLTLIBRARIES clean-libtool \
+	clean-recursive ctags ctags-recursive distclean \
+	distclean-compile distclean-generic distclean-libtool \
+	distclean-recursive distclean-tags distdir dvi dvi-am html \
+	html-am info info-am install install-am install-binSCRIPTS \
+	install-data install-data-am install-exec install-exec-am \
+	install-exec-local install-includeHEADERS install-info \
+	install-info-am install-libLTLIBRARIES install-man \
+	install-strip installcheck installcheck-am installdirs \
+	installdirs-am maintainer-clean maintainer-clean-generic \
+	maintainer-clean-recursive mostlyclean mostlyclean-compile \
+	mostlyclean-generic mostlyclean-libtool mostlyclean-recursive \
+	pdf pdf-am ps ps-am tags tags-recursive uninstall uninstall-am \
+	uninstall-binSCRIPTS uninstall-includeHEADERS \
+	uninstall-info-am uninstall-libLTLIBRARIES
 
 
 # cant compile asm stuff with optimizations
@@ -510,7 +686,6 @@
 	    $(INSTALL_DATA) $$p $(DESTDIR)$(libdir)/pkgconfig/; \
 	  else :; fi; \
 	done
-
 # 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:
--- wmaker-0.92.0.orig/wrlib/tests/Makefile.am
+++ wmaker-0.92.0/wrlib/tests/Makefile.am
@@ -6,7 +6,7 @@
 
 EXTRA_DIST = test.png tile.xpm ballot_box.xpm 
 
-INCLUDES = -I.. $(DFLAGS) @HEADER_SEARCH_PATH@
+INCLUDES = -I$(top_srcdir)/wrlib $(DFLAGS) @HEADER_SEARCH_PATH@
 
 LIBLIST = $(top_builddir)/wrlib/libwraster.la
 
--- wmaker-0.92.0.orig/wrlib/tests/Makefile.in
+++ wmaker-0.92.0/wrlib/tests/Makefile.in
@@ -1,6 +1,8 @@
-# Makefile.in generated automatically by automake 1.4-p6 from Makefile.am
+# Makefile.in generated by automake 1.9.6 from Makefile.am.
+# @configure_input@
 
-# Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc.
+# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
+# 2003, 2004, 2005  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.
@@ -10,91 +12,140 @@
 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
 # PARTICULAR PURPOSE.
 
-
-SHELL = @SHELL@
+@SET_MAKE@
 
 srcdir = @srcdir@
 top_srcdir = @top_srcdir@
 VPATH = @srcdir@
-prefix = @prefix@
-exec_prefix = @exec_prefix@
-
-bindir = @bindir@
-sbindir = @sbindir@
-libexecdir = @libexecdir@
-datadir = @datadir@
-sysconfdir = @sysconfdir@
-sharedstatedir = @sharedstatedir@
-localstatedir = @localstatedir@
-libdir = @libdir@
-infodir = @infodir@
-mandir = @mandir@
-includedir = @includedir@
-oldincludedir = /usr/include
-
-DESTDIR =
-
 pkgdatadir = $(datadir)/@PACKAGE@
 pkglibdir = $(libdir)/@PACKAGE@
 pkgincludedir = $(includedir)/@PACKAGE@
-
 top_builddir = ../..
-
-ACLOCAL = @ACLOCAL@
-AUTOCONF = @AUTOCONF@
-AUTOMAKE = @AUTOMAKE@
-AUTOHEADER = @AUTOHEADER@
-
+am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 INSTALL = @INSTALL@
-INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
-INSTALL_DATA = @INSTALL_DATA@
-INSTALL_SCRIPT = @INSTALL_SCRIPT@
-transform = @program_transform_name@
-
+install_sh_DATA = $(install_sh) -c -m 644
+install_sh_PROGRAM = $(install_sh) -c
+install_sh_SCRIPT = $(install_sh) -c
+INSTALL_HEADER = $(INSTALL_DATA)
+transform = $(program_transform_name)
 NORMAL_INSTALL = :
 PRE_INSTALL = :
 POST_INSTALL = :
 NORMAL_UNINSTALL = :
 PRE_UNINSTALL = :
 POST_UNINSTALL = :
-host_alias = @host_alias@
+build_triplet = @build@
 host_triplet = @host@
+noinst_PROGRAMS = testdraw$(EXEEXT) testgrad$(EXEEXT) testrot$(EXEEXT) \
+	view$(EXEEXT)
+subdir = wrlib/tests
+DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
+ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
+am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
+	$(top_srcdir)/configure.ac
+am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
+	$(ACLOCAL_M4)
+mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
+CONFIG_HEADER = $(top_builddir)/src/config.h
+CONFIG_CLEAN_FILES =
+PROGRAMS = $(noinst_PROGRAMS)
+am_testdraw_OBJECTS = testdraw.$(OBJEXT)
+testdraw_OBJECTS = $(am_testdraw_OBJECTS)
+am__DEPENDENCIES_1 = $(top_builddir)/wrlib/libwraster.la
+testdraw_DEPENDENCIES = $(am__DEPENDENCIES_1)
+am_testgrad_OBJECTS = testgrad.$(OBJEXT)
+testgrad_OBJECTS = $(am_testgrad_OBJECTS)
+testgrad_DEPENDENCIES = $(am__DEPENDENCIES_1)
+am_testrot_OBJECTS = testrot.$(OBJEXT)
+testrot_OBJECTS = $(am_testrot_OBJECTS)
+testrot_DEPENDENCIES = $(am__DEPENDENCIES_1)
+am_view_OBJECTS = view.$(OBJEXT)
+view_OBJECTS = $(am_view_OBJECTS)
+view_DEPENDENCIES = $(am__DEPENDENCIES_1)
+DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)/src
+depcomp =
+am__depfiles_maybe =
+COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
+	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
+LTCOMPILE = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) \
+	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+	$(AM_CFLAGS) $(CFLAGS)
+CCLD = $(CC)
+LINK = $(LIBTOOL) --tag=CC --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
+	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+SOURCES = $(testdraw_SOURCES) $(testgrad_SOURCES) $(testrot_SOURCES) \
+	$(view_SOURCES)
+DIST_SOURCES = $(testdraw_SOURCES) $(testgrad_SOURCES) \
+	$(testrot_SOURCES) $(view_SOURCES)
+ETAGS = etags
+CTAGS = ctags
+DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+ACLOCAL = @ACLOCAL@
+ALLOCA = @ALLOCA@
+AMDEP_FALSE = @AMDEP_FALSE@
+AMDEP_TRUE = @AMDEP_TRUE@
+AMTAR = @AMTAR@
 AR = @AR@
-AS = @AS@
+AUTOCONF = @AUTOCONF@
+AUTOHEADER = @AUTOHEADER@
+AUTOMAKE = @AUTOMAKE@
+AWK = @AWK@
 CC = @CC@
+CCDEPMODE = @CCDEPMODE@
+CFLAGS = @CFLAGS@
+CPP = @CPP@
+CPPFLAGS = @CPPFLAGS@
 CPP_PATH = @CPP_PATH@
 CXX = @CXX@
 CXXCPP = @CXXCPP@
+CXXDEPMODE = @CXXDEPMODE@
+CXXFLAGS = @CXXFLAGS@
+CYGPATH_W = @CYGPATH_W@
+DEFS = @DEFS@
+DEPDIR = @DEPDIR@
 DLLIBS = @DLLIBS@
-DLLTOOL = @DLLTOOL@
 ECHO = @ECHO@
+ECHO_C = @ECHO_C@
+ECHO_N = @ECHO_N@
+ECHO_T = @ECHO_T@
 EGREP = @EGREP@
 EXEEXT = @EXEEXT@
 F77 = @F77@
-GCJ = @GCJ@
-GCJFLAGS = @GCJFLAGS@
+FFLAGS = @FFLAGS@
 GFXLIBS = @GFXLIBS@
-HAVE_LIB = @HAVE_LIB@
+GREP = @GREP@
 HEADER_SEARCH_PATH = @HEADER_SEARCH_PATH@
 ICONEXT = @ICONEXT@
+INSTALL_DATA = @INSTALL_DATA@
+INSTALL_PROGRAM = @INSTALL_PROGRAM@
+INSTALL_SCRIPT = @INSTALL_SCRIPT@
+INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 INTLIBS = @INTLIBS@
-LIB = @LIB@
+LDFLAGS = @LDFLAGS@
+LIBOBJS = @LIBOBJS@
 LIBRARY_SEARCH_PATH = @LIBRARY_SEARCH_PATH@
+LIBS = @LIBS@
 LIBTOOL = @LIBTOOL@
 LITE = @LITE@
 LN_S = @LN_S@
-LTLIB = @LTLIB@
+LTLIBOBJS = @LTLIBOBJS@
 MAKEINFO = @MAKEINFO@
 MOFILES = @MOFILES@
 NETLIBS = @NETLIBS@
 NLSDIR = @NLSDIR@
 NOSTRICTALIASING = @NOSTRICTALIASING@
-OBJDUMP = @OBJDUMP@
 OBJEXT = @OBJEXT@
 PACKAGE = @PACKAGE@
+PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
+PACKAGE_NAME = @PACKAGE_NAME@
+PACKAGE_STRING = @PACKAGE_STRING@
+PACKAGE_TARNAME = @PACKAGE_TARNAME@
+PACKAGE_VERSION = @PACKAGE_VERSION@
+PATH_SEPARATOR = @PATH_SEPARATOR@
 PKGCONFIG = @PKGCONFIG@
 RANLIB = @RANLIB@
-RC = @RC@
+SET_MAKE = @SET_MAKE@
+SHELL = @SHELL@
 STRIP = @STRIP@
 VERSION = @VERSION@
 WINGSMOFILES = @WINGSMOFILES@
@@ -106,128 +157,141 @@
 XGETTEXT = @XGETTEXT@
 XLFLAGS = @XLFLAGS@
 XLIBS = @XLIBS@
+XMKMF = @XMKMF@
+X_CFLAGS = @X_CFLAGS@
 X_EXTRA_LIBS = @X_EXTRA_LIBS@
 X_LIBRARY_PATH = @X_LIBRARY_PATH@
+X_LIBS = @X_LIBS@
+X_PRE_LIBS = @X_PRE_LIBS@
+ac_ct_CC = @ac_ct_CC@
+ac_ct_CXX = @ac_ct_CXX@
+ac_ct_F77 = @ac_ct_F77@
+am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
+am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
+am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
+am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+am__include = @am__include@
+am__leading_dot = @am__leading_dot@
+am__quote = @am__quote@
+am__tar = @am__tar@
+am__untar = @am__untar@
+bindir = @bindir@
+build = @build@
+build_alias = @build_alias@
+build_cpu = @build_cpu@
+build_os = @build_os@
+build_vendor = @build_vendor@
+datadir = @datadir@
+datarootdir = @datarootdir@
+docdir = @docdir@
+dvidir = @dvidir@
+exec_prefix = @exec_prefix@
+host = @host@
+host_alias = @host_alias@
+host_cpu = @host_cpu@
+host_os = @host_os@
+host_vendor = @host_vendor@
+htmldir = @htmldir@
+includedir = @includedir@
+infodir = @infodir@
+install_sh = @install_sh@
+libdir = @libdir@
+libexecdir = @libexecdir@
+localedir = @localedir@
+localstatedir = @localstatedir@
+mandir = @mandir@
+mkdir_p = @mkdir_p@
+oldincludedir = @oldincludedir@
+pdfdir = @pdfdir@
+prefix = @prefix@
+program_transform_name = @program_transform_name@
+psdir = @psdir@
+sbindir = @sbindir@
+sharedstatedir = @sharedstatedir@
 supported_locales = @supported_locales@
+sysconfdir = @sysconfdir@
+target_alias = @target_alias@
 wprefs_bindir = @wprefs_bindir@
 wprefs_datadir = @wprefs_datadir@
-
 AUTOMAKE_OPTIONS = no-dependencies
-
-noinst_PROGRAMS = testdraw testgrad testrot view
-
 EXTRA_DIST = test.png tile.xpm ballot_box.xpm 
-
-INCLUDES = -I.. $(DFLAGS) @HEADER_SEARCH_PATH@
-
+INCLUDES = -I$(top_srcdir)/wrlib $(DFLAGS) @HEADER_SEARCH_PATH@
 LIBLIST = $(top_builddir)/wrlib/libwraster.la
-
 testdraw_SOURCES = testdraw.c
 testdraw_LDADD = $(LIBLIST)
-
 testgrad_SOURCES = testgrad.c
 testgrad_LDADD = $(LIBLIST)
-
 testrot_SOURCES = testrot.c
 testrot_LDADD = $(LIBLIST)
-
 view_SOURCES = view.c
 view_LDADD = $(LIBLIST)
-mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
-CONFIG_HEADER = ../../src/config.h
-CONFIG_CLEAN_FILES = 
-noinst_PROGRAMS =  testdraw$(EXEEXT) testgrad$(EXEEXT) testrot$(EXEEXT) \
-view$(EXEEXT)
-PROGRAMS =  $(noinst_PROGRAMS)
+all: all-am
 
-
-DEFS = @DEFS@ -I. -I$(srcdir) -I../../src
-CPPFLAGS = @CPPFLAGS@
-LDFLAGS = @LDFLAGS@
-LIBS = @LIBS@
-X_CFLAGS = @X_CFLAGS@
-X_LIBS = @X_LIBS@
-X_PRE_LIBS = @X_PRE_LIBS@
-testdraw_OBJECTS =  testdraw.$(OBJEXT)
-testdraw_DEPENDENCIES =  $(top_builddir)/wrlib/libwraster.la
-testdraw_LDFLAGS = 
-testgrad_OBJECTS =  testgrad.$(OBJEXT)
-testgrad_DEPENDENCIES =  $(top_builddir)/wrlib/libwraster.la
-testgrad_LDFLAGS = 
-testrot_OBJECTS =  testrot.$(OBJEXT)
-testrot_DEPENDENCIES =  $(top_builddir)/wrlib/libwraster.la
-testrot_LDFLAGS = 
-view_OBJECTS =  view.$(OBJEXT)
-view_DEPENDENCIES =  $(top_builddir)/wrlib/libwraster.la
-view_LDFLAGS = 
-CFLAGS = @CFLAGS@
-COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
-LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
-CCLD = $(CC)
-LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
-DIST_COMMON =  Makefile.am Makefile.in
-
-
-DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
-
-TAR = tar
-GZIP_ENV = --best
-SOURCES = $(testdraw_SOURCES) $(testgrad_SOURCES) $(testrot_SOURCES) $(view_SOURCES)
-OBJECTS = $(testdraw_OBJECTS) $(testgrad_OBJECTS) $(testrot_OBJECTS) $(view_OBJECTS)
-
-all: all-redirect
 .SUFFIXES:
-.SUFFIXES: .S .c .lo .o .obj .s
-$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.ac $(ACLOCAL_M4) 
-	cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps wrlib/tests/Makefile
-
-Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
-	cd $(top_builddir) \
-	  && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
-
-
-mostlyclean-noinstPROGRAMS:
+.SUFFIXES: .c .lo .o .obj
+$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
+	@for dep in $?; do \
+	  case '$(am__configure_deps)' in \
+	    *$$dep*) \
+	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
+		&& exit 0; \
+	      exit 1;; \
+	  esac; \
+	done; \
+	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  wrlib/tests/Makefile'; \
+	cd $(top_srcdir) && \
+	  $(AUTOMAKE) --gnu  wrlib/tests/Makefile
+.PRECIOUS: Makefile
+Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
+	@case '$?' in \
+	  *config.status*) \
+	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
+	  *) \
+	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
+	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
+	esac;
+
+$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
+	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+
+$(top_srcdir)/configure:  $(am__configure_deps)
+	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
+	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
 clean-noinstPROGRAMS:
-	-test -z "$(noinst_PROGRAMS)" || rm -f $(noinst_PROGRAMS)
-
-distclean-noinstPROGRAMS:
-
-maintainer-clean-noinstPROGRAMS:
-
-.c.o:
-	$(COMPILE) -c $<
-
-# FIXME: We should only use cygpath when building on Windows,
-# and only if it is available.
-.c.obj:
-	$(COMPILE) -c `cygpath -w $<`
-
-.s.o:
-	$(COMPILE) -c $<
-
-.S.o:
-	$(COMPILE) -c $<
+	@list='$(noinst_PROGRAMS)'; for p in $$list; do \
+	  f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
+	  echo " rm -f $$p $$f"; \
+	  rm -f $$p $$f ; \
+	done
+testdraw$(EXEEXT): $(testdraw_OBJECTS) $(testdraw_DEPENDENCIES) 
+	@rm -f testdraw$(EXEEXT)
+	$(LINK) $(testdraw_LDFLAGS) $(testdraw_OBJECTS) $(testdraw_LDADD) $(LIBS)
+testgrad$(EXEEXT): $(testgrad_OBJECTS) $(testgrad_DEPENDENCIES) 
+	@rm -f testgrad$(EXEEXT)
+	$(LINK) $(testgrad_LDFLAGS) $(testgrad_OBJECTS) $(testgrad_LDADD) $(LIBS)
+testrot$(EXEEXT): $(testrot_OBJECTS) $(testrot_DEPENDENCIES) 
+	@rm -f testrot$(EXEEXT)
+	$(LINK) $(testrot_LDFLAGS) $(testrot_OBJECTS) $(testrot_LDADD) $(LIBS)
+view$(EXEEXT): $(view_OBJECTS) $(view_DEPENDENCIES) 
+	@rm -f view$(EXEEXT)
+	$(LINK) $(view_LDFLAGS) $(view_OBJECTS) $(view_LDADD) $(LIBS)
 
 mostlyclean-compile:
-	-rm -f *.o core *.core
 	-rm -f *.$(OBJEXT)
 
-clean-compile:
-
 distclean-compile:
 	-rm -f *.tab.c
 
-maintainer-clean-compile:
-
-.c.lo:
-	$(LIBTOOL) --mode=compile $(COMPILE) -c $<
+.c.o:
+	$(COMPILE) -c $<
 
-.s.lo:
-	$(LIBTOOL) --mode=compile $(COMPILE) -c $<
+.c.obj:
+	$(COMPILE) -c `$(CYGPATH_W) '$<'`
 
-.S.lo:
-	$(LIBTOOL) --mode=compile $(COMPILE) -c $<
+.c.lo:
+	$(LTCOMPILE) -c -o $@ $<
 
 mostlyclean-libtool:
 	-rm -f *.lo
@@ -236,143 +300,172 @@
 	-rm -rf .libs _libs
 
 distclean-libtool:
+	-rm -f libtool
+uninstall-info-am:
 
-maintainer-clean-libtool:
-
-testdraw$(EXEEXT): $(testdraw_OBJECTS) $(testdraw_DEPENDENCIES)
-	@rm -f testdraw$(EXEEXT)
-	$(LINK) $(testdraw_LDFLAGS) $(testdraw_OBJECTS) $(testdraw_LDADD) $(LIBS)
-
-testgrad$(EXEEXT): $(testgrad_OBJECTS) $(testgrad_DEPENDENCIES)
-	@rm -f testgrad$(EXEEXT)
-	$(LINK) $(testgrad_LDFLAGS) $(testgrad_OBJECTS) $(testgrad_LDADD) $(LIBS)
-
-testrot$(EXEEXT): $(testrot_OBJECTS) $(testrot_DEPENDENCIES)
-	@rm -f testrot$(EXEEXT)
-	$(LINK) $(testrot_LDFLAGS) $(testrot_OBJECTS) $(testrot_LDADD) $(LIBS)
-
-view$(EXEEXT): $(view_OBJECTS) $(view_DEPENDENCIES)
-	@rm -f view$(EXEEXT)
-	$(LINK) $(view_LDFLAGS) $(view_OBJECTS) $(view_LDADD) $(LIBS)
-
+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; }'`; \
+	mkid -fID $$unique
 tags: TAGS
 
-ID: $(HEADERS) $(SOURCES) $(LISP)
-	list='$(SOURCES) $(HEADERS)'; \
-	unique=`for i in $$list; do echo $$i; done | \
-	  awk '    { files[$$0] = 1; } \
+TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+		$(TAGS_FILES) $(LISP)
+	tags=; \
+	here=`pwd`; \
+	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; }'`; \
-	here=`pwd` && cd $(srcdir) \
-	  && mkid -f$$here/ID $$unique $(LISP)
-
-TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
+	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
+	  test -n "$$unique" || unique=$$empty_fix; \
+	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
+	    $$tags $$unique; \
+	fi
+ctags: CTAGS
+CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+		$(TAGS_FILES) $(LISP)
 	tags=; \
 	here=`pwd`; \
-	list='$(SOURCES) $(HEADERS)'; \
-	unique=`for i in $$list; do echo $$i; done | \
-	  awk '    { files[$$0] = 1; } \
+	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; }'`; \
-	test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
-	  || (cd $(srcdir) && etags -o $$here/TAGS $(ETAGS_ARGS) $$tags  $$unique $(LISP))
-
-mostlyclean-tags:
-
-clean-tags:
+	test -z "$(CTAGS_ARGS)$$tags$$unique" \
+	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+	     $$tags $$unique
+
+GTAGS:
+	here=`$(am__cd) $(top_builddir) && pwd` \
+	  && cd $(top_srcdir) \
+	  && gtags -i $(GTAGS_ARGS) $$here
 
 distclean-tags:
-	-rm -f TAGS ID
-
-maintainer-clean-tags:
-
-distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
-
-subdir = wrlib/tests
+	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 
 distdir: $(DISTFILES)
-	@for file in $(DISTFILES); do \
-	  d=$(srcdir); \
+	@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; \
+	  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 \
-	    cp -pr $$d/$$file $(distdir)/$$file; \
+	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
+	      cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
+	    fi; \
+	    cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 	  else \
 	    test -f $(distdir)/$$file \
-	    || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
-	    || cp -p $$d/$$file $(distdir)/$$file || :; \
+	    || cp -p $$d/$$file $(distdir)/$$file \
+	    || exit 1; \
 	  fi; \
 	done
-info-am:
-info: info-am
-dvi-am:
-dvi: dvi-am
 check-am: all-am
 check: check-am
-installcheck-am:
-installcheck: installcheck-am
-install-exec-am:
+all-am: Makefile $(PROGRAMS)
+installdirs:
+install: install-am
 install-exec: install-exec-am
-
-install-data-am:
 install-data: install-data-am
+uninstall: uninstall-am
 
 install-am: all-am
 	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
-install: install-am
-uninstall-am:
-uninstall: uninstall-am
-all-am: Makefile $(PROGRAMS)
-all-redirect: all-am
-install-strip:
-	$(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
-installdirs:
-
 
+installcheck: installcheck-am
+install-strip:
+	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+	  `test -z '$(STRIP)' || \
+	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 mostlyclean-generic:
 
 clean-generic:
 
 distclean-generic:
-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
-	-rm -f config.cache config.log stamp-h stamp-h[0-9]*
+	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
 maintainer-clean-generic:
-mostlyclean-am:  mostlyclean-noinstPROGRAMS mostlyclean-compile \
-		mostlyclean-libtool mostlyclean-tags \
-		mostlyclean-generic
+	@echo "This command is intended for maintainers to use"
+	@echo "it deletes files that may require special tools to rebuild."
+clean: clean-am
 
-mostlyclean: mostlyclean-am
+clean-am: clean-generic clean-libtool clean-noinstPROGRAMS \
+	mostlyclean-am
 
-clean-am:  clean-noinstPROGRAMS clean-compile clean-libtool clean-tags \
-		clean-generic mostlyclean-am
+distclean: distclean-am
+	-rm -f Makefile
+distclean-am: clean-am distclean-compile distclean-generic \
+	distclean-libtool distclean-tags
 
-clean: clean-am
+dvi: dvi-am
 
-distclean-am:  distclean-noinstPROGRAMS distclean-compile \
-		distclean-libtool distclean-tags distclean-generic \
-		clean-am
-	-rm -f libtool
+dvi-am:
 
-distclean: distclean-am
+html: html-am
 
-maintainer-clean-am:  maintainer-clean-noinstPROGRAMS \
-		maintainer-clean-compile maintainer-clean-libtool \
-		maintainer-clean-tags maintainer-clean-generic \
-		distclean-am
-	@echo "This command is intended for maintainers to use;"
-	@echo "it deletes files that may require special tools to rebuild."
+info: info-am
+
+info-am:
+
+install-data-am:
+
+install-exec-am:
+
+install-info: install-info-am
+
+install-man:
+
+installcheck-am:
 
 maintainer-clean: maintainer-clean-am
+	-rm -f Makefile
+maintainer-clean-am: distclean-am maintainer-clean-generic
+
+mostlyclean: mostlyclean-am
+
+mostlyclean-am: mostlyclean-compile mostlyclean-generic \
+	mostlyclean-libtool
+
+pdf: pdf-am
+
+pdf-am:
 
-.PHONY: mostlyclean-noinstPROGRAMS distclean-noinstPROGRAMS \
-clean-noinstPROGRAMS maintainer-clean-noinstPROGRAMS \
-mostlyclean-compile distclean-compile clean-compile \
-maintainer-clean-compile mostlyclean-libtool distclean-libtool \
-clean-libtool maintainer-clean-libtool tags mostlyclean-tags \
-distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
-dvi-am dvi check check-am installcheck-am installcheck install-exec-am \
-install-exec install-data-am install-data install-am install \
-uninstall-am uninstall all-redirect all-am all installdirs \
-mostlyclean-generic distclean-generic clean-generic \
-maintainer-clean-generic clean mostlyclean distclean maintainer-clean
+ps: ps-am
 
+ps-am:
+
+uninstall-am: uninstall-info-am
+
+.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
+	clean-libtool clean-noinstPROGRAMS ctags distclean \
+	distclean-compile distclean-generic distclean-libtool \
+	distclean-tags distdir dvi dvi-am html html-am info info-am \
+	install install-am install-data install-data-am install-exec \
+	install-exec-am install-info install-info-am install-man \
+	install-strip installcheck installcheck-am installdirs \
+	maintainer-clean maintainer-clean-generic mostlyclean \
+	mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
+	pdf pdf-am ps ps-am tags uninstall uninstall-am \
+	uninstall-info-am
 
 # 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.
--- wmaker-0.92.0.orig/WINGs/Makefile.in
+++ wmaker-0.92.0/WINGs/Makefile.in
@@ -1,6 +1,8 @@
-# Makefile.in generated automatically by automake 1.4-p6 from Makefile.am
+# Makefile.in generated by automake 1.9.6 from Makefile.am.
+# @configure_input@
 
-# Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc.
+# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
+# 2003, 2004, 2005  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.
@@ -10,91 +12,178 @@
 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
 # PARTICULAR PURPOSE.
 
+@SET_MAKE@
 
-SHELL = @SHELL@
 
 srcdir = @srcdir@
 top_srcdir = @top_srcdir@
 VPATH = @srcdir@
-prefix = @prefix@
-exec_prefix = @exec_prefix@
-
-bindir = @bindir@
-sbindir = @sbindir@
-libexecdir = @libexecdir@
-datadir = @datadir@
-sysconfdir = @sysconfdir@
-sharedstatedir = @sharedstatedir@
-localstatedir = @localstatedir@
-libdir = @libdir@
-infodir = @infodir@
-mandir = @mandir@
-includedir = @includedir@
-oldincludedir = /usr/include
-
-DESTDIR =
-
 pkgdatadir = $(datadir)/@PACKAGE@
 pkglibdir = $(libdir)/@PACKAGE@
 pkgincludedir = $(includedir)/@PACKAGE@
-
 top_builddir = ..
-
-ACLOCAL = @ACLOCAL@
-AUTOCONF = @AUTOCONF@
-AUTOMAKE = @AUTOMAKE@
-AUTOHEADER = @AUTOHEADER@
-
+am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 INSTALL = @INSTALL@
-INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
-INSTALL_DATA = @INSTALL_DATA@
-INSTALL_SCRIPT = @INSTALL_SCRIPT@
-transform = @program_transform_name@
-
+install_sh_DATA = $(install_sh) -c -m 644
+install_sh_PROGRAM = $(install_sh) -c
+install_sh_SCRIPT = $(install_sh) -c
+INSTALL_HEADER = $(INSTALL_DATA)
+transform = $(program_transform_name)
 NORMAL_INSTALL = :
 PRE_INSTALL = :
 POST_INSTALL = :
 NORMAL_UNINSTALL = :
 PRE_UNINSTALL = :
 POST_UNINSTALL = :
-host_alias = @host_alias@
+build_triplet = @build@
 host_triplet = @host@
+subdir = WINGs
+DIST_COMMON = README $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
+	ChangeLog NEWS TODO
+ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
+am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
+	$(top_srcdir)/configure.ac
+am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
+	$(ACLOCAL_M4)
+mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
+CONFIG_HEADER = $(top_builddir)/src/config.h
+CONFIG_CLEAN_FILES =
+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|^.*/||'`;
+am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(bindir)"
+libLIBRARIES_INSTALL = $(INSTALL_DATA)
+LIBRARIES = $(lib_LIBRARIES)
+ARFLAGS = cru
+libWINGs_a_AR = $(AR) $(ARFLAGS)
+libWINGs_a_LIBADD =
+am_libWINGs_a_OBJECTS = array.$(OBJEXT) bagtree.$(OBJEXT) \
+	configuration.$(OBJEXT) connection.$(OBJEXT) data.$(OBJEXT) \
+	dragcommon.$(OBJEXT) dragdestination.$(OBJEXT) \
+	dragsource.$(OBJEXT) error.$(OBJEXT) findfile.$(OBJEXT) \
+	handlers.$(OBJEXT) hashtable.$(OBJEXT) host.$(OBJEXT) \
+	international.$(OBJEXT) memory.$(OBJEXT) misc.$(OBJEXT) \
+	notification.$(OBJEXT) proplist.$(OBJEXT) selection.$(OBJEXT) \
+	snprintf.$(OBJEXT) string.$(OBJEXT) tree.$(OBJEXT) \
+	userdefaults.$(OBJEXT) usleep.$(OBJEXT) wapplication.$(OBJEXT) \
+	wappresource.$(OBJEXT) wballoon.$(OBJEXT) wbox.$(OBJEXT) \
+	wbrowser.$(OBJEXT) wbutton.$(OBJEXT) wcolor.$(OBJEXT) \
+	wcolorpanel.$(OBJEXT) wcolorwell.$(OBJEXT) wevent.$(OBJEXT) \
+	wfilepanel.$(OBJEXT) wframe.$(OBJEXT) wfont.$(OBJEXT) \
+	wfontpanel.$(OBJEXT) widgets.$(OBJEXT) winputmethod.$(OBJEXT) \
+	wlabel.$(OBJEXT) wlist.$(OBJEXT) wmenuitem.$(OBJEXT) \
+	wmisc.$(OBJEXT) wpanel.$(OBJEXT) wpixmap.$(OBJEXT) \
+	wpopupbutton.$(OBJEXT) wprogressindicator.$(OBJEXT) \
+	wruler.$(OBJEXT) wscroller.$(OBJEXT) wscrollview.$(OBJEXT) \
+	wslider.$(OBJEXT) wsplitview.$(OBJEXT) wtabview.$(OBJEXT) \
+	wtext.$(OBJEXT) wtextfield.$(OBJEXT) wview.$(OBJEXT) \
+	wwindow.$(OBJEXT)
+libWINGs_a_OBJECTS = $(am_libWINGs_a_OBJECTS)
+libWUtil_a_AR = $(AR) $(ARFLAGS)
+libWUtil_a_LIBADD =
+am_libWUtil_a_OBJECTS = array.$(OBJEXT) bagtree.$(OBJEXT) \
+	connection.$(OBJEXT) data.$(OBJEXT) error.$(OBJEXT) \
+	findfile.$(OBJEXT) handlers.$(OBJEXT) hashtable.$(OBJEXT) \
+	host.$(OBJEXT) international.$(OBJEXT) memory.$(OBJEXT) \
+	misc.$(OBJEXT) notification.$(OBJEXT) proplist.$(OBJEXT) \
+	snprintf.$(OBJEXT) string.$(OBJEXT) tree.$(OBJEXT) \
+	userdefaults.$(OBJEXT) usleep.$(OBJEXT) wapplication.$(OBJEXT) \
+	wutil.$(OBJEXT)
+libWUtil_a_OBJECTS = $(am_libWUtil_a_OBJECTS)
+binSCRIPT_INSTALL = $(INSTALL_SCRIPT)
+SCRIPTS = $(bin_SCRIPTS)
+DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)/src
+depcomp =
+am__depfiles_maybe =
+COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
+	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
+LTCOMPILE = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) \
+	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+	$(AM_CFLAGS) $(CFLAGS)
+CCLD = $(CC)
+LINK = $(LIBTOOL) --tag=CC --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
+	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+SOURCES = $(libWINGs_a_SOURCES) $(libWUtil_a_SOURCES)
+DIST_SOURCES = $(libWINGs_a_SOURCES) $(libWUtil_a_SOURCES)
+RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
+	html-recursive info-recursive install-data-recursive \
+	install-exec-recursive install-info-recursive \
+	install-recursive installcheck-recursive installdirs-recursive \
+	pdf-recursive ps-recursive uninstall-info-recursive \
+	uninstall-recursive
+ETAGS = etags
+CTAGS = ctags
+DIST_SUBDIRS = $(SUBDIRS)
+DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+ACLOCAL = @ACLOCAL@
+ALLOCA = @ALLOCA@
+AMDEP_FALSE = @AMDEP_FALSE@
+AMDEP_TRUE = @AMDEP_TRUE@
+AMTAR = @AMTAR@
 AR = @AR@
-AS = @AS@
+AUTOCONF = @AUTOCONF@
+AUTOHEADER = @AUTOHEADER@
+AUTOMAKE = @AUTOMAKE@
+AWK = @AWK@
 CC = @CC@
+CCDEPMODE = @CCDEPMODE@
+CFLAGS = @CFLAGS@
+CPP = @CPP@
+CPPFLAGS = @CPPFLAGS@
 CPP_PATH = @CPP_PATH@
 CXX = @CXX@
 CXXCPP = @CXXCPP@
+CXXDEPMODE = @CXXDEPMODE@
+CXXFLAGS = @CXXFLAGS@
+CYGPATH_W = @CYGPATH_W@
+DEFS = @DEFS@
+DEPDIR = @DEPDIR@
 DLLIBS = @DLLIBS@
-DLLTOOL = @DLLTOOL@
 ECHO = @ECHO@
+ECHO_C = @ECHO_C@
+ECHO_N = @ECHO_N@
+ECHO_T = @ECHO_T@
 EGREP = @EGREP@
 EXEEXT = @EXEEXT@
 F77 = @F77@
-GCJ = @GCJ@
-GCJFLAGS = @GCJFLAGS@
+FFLAGS = @FFLAGS@
 GFXLIBS = @GFXLIBS@
-HAVE_LIB = @HAVE_LIB@
+GREP = @GREP@
 HEADER_SEARCH_PATH = @HEADER_SEARCH_PATH@
 ICONEXT = @ICONEXT@
+INSTALL_DATA = @INSTALL_DATA@
+INSTALL_PROGRAM = @INSTALL_PROGRAM@
+INSTALL_SCRIPT = @INSTALL_SCRIPT@
+INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 INTLIBS = @INTLIBS@
-LIB = @LIB@
+LDFLAGS = @LDFLAGS@
+LIBOBJS = @LIBOBJS@
 LIBRARY_SEARCH_PATH = @LIBRARY_SEARCH_PATH@
+LIBS = @LIBS@
 LIBTOOL = @LIBTOOL@
 LITE = @LITE@
 LN_S = @LN_S@
-LTLIB = @LTLIB@
+LTLIBOBJS = @LTLIBOBJS@
 MAKEINFO = @MAKEINFO@
 MOFILES = @MOFILES@
 NETLIBS = @NETLIBS@
 NLSDIR = @NLSDIR@
 NOSTRICTALIASING = @NOSTRICTALIASING@
-OBJDUMP = @OBJDUMP@
 OBJEXT = @OBJEXT@
 PACKAGE = @PACKAGE@
+PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
+PACKAGE_NAME = @PACKAGE_NAME@
+PACKAGE_STRING = @PACKAGE_STRING@
+PACKAGE_TARNAME = @PACKAGE_TARNAME@
+PACKAGE_VERSION = @PACKAGE_VERSION@
+PATH_SEPARATOR = @PATH_SEPARATOR@
 PKGCONFIG = @PKGCONFIG@
 RANLIB = @RANLIB@
-RC = @RC@
+SET_MAKE = @SET_MAKE@
+SHELL = @SHELL@
 STRIP = @STRIP@
 VERSION = @VERSION@
 WINGSMOFILES = @WINGSMOFILES@
@@ -106,176 +195,269 @@
 XGETTEXT = @XGETTEXT@
 XLFLAGS = @XLFLAGS@
 XLIBS = @XLIBS@
+XMKMF = @XMKMF@
+X_CFLAGS = @X_CFLAGS@
 X_EXTRA_LIBS = @X_EXTRA_LIBS@
 X_LIBRARY_PATH = @X_LIBRARY_PATH@
+X_LIBS = @X_LIBS@
+X_PRE_LIBS = @X_PRE_LIBS@
+ac_ct_CC = @ac_ct_CC@
+ac_ct_CXX = @ac_ct_CXX@
+ac_ct_F77 = @ac_ct_F77@
+am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
+am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
+am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
+am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+am__include = @am__include@
+am__leading_dot = @am__leading_dot@
+am__quote = @am__quote@
+am__tar = @am__tar@
+am__untar = @am__untar@
+bindir = @bindir@
+build = @build@
+build_alias = @build_alias@
+build_cpu = @build_cpu@
+build_os = @build_os@
+build_vendor = @build_vendor@
+datadir = @datadir@
+datarootdir = @datarootdir@
+docdir = @docdir@
+dvidir = @dvidir@
+exec_prefix = @exec_prefix@
+host = @host@
+host_alias = @host_alias@
+host_cpu = @host_cpu@
+host_os = @host_os@
+host_vendor = @host_vendor@
+htmldir = @htmldir@
+includedir = @includedir@
+infodir = @infodir@
+install_sh = @install_sh@
+libdir = @libdir@
+libexecdir = @libexecdir@
+localedir = @localedir@
+localstatedir = @localstatedir@
+mandir = @mandir@
+mkdir_p = @mkdir_p@
+oldincludedir = @oldincludedir@
+pdfdir = @pdfdir@
+prefix = @prefix@
+program_transform_name = @program_transform_name@
+psdir = @psdir@
+sbindir = @sbindir@
+sharedstatedir = @sharedstatedir@
 supported_locales = @supported_locales@
+sysconfdir = @sysconfdir@
+target_alias = @target_alias@
 wprefs_bindir = @wprefs_bindir@
 wprefs_datadir = @wprefs_datadir@
-
 AUTOMAKE_OPTIONS = no-dependencies
-
 SUBDIRS = WINGs . po Documentation Resources Examples Extras Tests
 
 #libWINGs_la_LDFLAGS = -version-info 1:1:0
-
 bin_SCRIPTS = get-wings-flags get-wutil-flags
-
 lib_LIBRARIES = libWINGs.a libWUtil.a
-
 LDADD = libWINGs.a $(top_builddir)/wrlib/libwraster.la @INTLIBS@
-
-EXTRA_DIST = BUGS python/Makefile python/README python/WINGs.i 	python/WINGs.py python/setup.py python/test.py
+EXTRA_DIST = BUGS python/Makefile python/README python/WINGs.i \
+	python/WINGs.py python/setup.py python/test.py
 
 
 # wbutton.c 
-libWINGs_a_SOURCES =  	array.c 	bagtree.c 	configuration.c 	connection.c 	data.c 	dragcommon.c 	dragdestination.c 	dragsource.c 	error.c 	findfile.c 	handlers.c 	hashtable.c 	host.c 	international.c 	memory.c 	misc.c 	notification.c 	proplist.c 	selection.c 	snprintf.c 	string.c 	tree.c 	userdefaults.c 	usleep.c 	wapplication.c 	wappresource.c 	wballoon.c 	wbox.c 	wbrowser.c 	wbutton.c 	wcolor.c 	wcolorpanel.c 	wcolorwell.c 	wconfig.h 	wevent.c 	wfilepanel.c 	wframe.c 	wfont.c 	wfontpanel.c 	widgets.c 	winputmethod.c 	wlabel.c 	wlist.c 	wmenuitem.c 	wmisc.c 	wpanel.c 	wpixmap.c 	wpopupbutton.c 	wprogressindicator.c 	wruler.c 	wscroller.c 	wscrollview.c 	wslider.c 	wsplitview.c 	wtabview.c 	wtext.c 	wtextfield.c 	wview.c 	wwindow.c
-
-
-libWUtil_a_SOURCES =  	array.c 	bagtree.c 	connection.c 	data.c 	error.c 	findfile.c 	handlers.c 	hashtable.c 	host.c 	international.c 	memory.c 	misc.c 	notification.c 	proplist.c 	snprintf.c 	string.c 	tree.c 	userdefaults.c 	usleep.c 	wapplication.c 	wconfig.h 	wutil.c
-
+libWINGs_a_SOURCES = \
+	array.c \
+	bagtree.c \
+	configuration.c \
+	connection.c \
+	data.c \
+	dragcommon.c \
+	dragdestination.c \
+	dragsource.c \
+	error.c \
+	findfile.c \
+	handlers.c \
+	hashtable.c \
+	host.c \
+	international.c \
+	memory.c \
+	misc.c \
+	notification.c \
+	proplist.c \
+	selection.c \
+	snprintf.c \
+	string.c \
+	tree.c \
+	userdefaults.c \
+	usleep.c \
+	wapplication.c \
+	wappresource.c \
+	wballoon.c \
+	wbox.c \
+	wbrowser.c \
+	wbutton.c \
+	wcolor.c \
+	wcolorpanel.c \
+	wcolorwell.c \
+	wconfig.h \
+	wevent.c \
+	wfilepanel.c \
+	wframe.c \
+	wfont.c \
+	wfontpanel.c \
+	widgets.c \
+	winputmethod.c \
+	wlabel.c \
+	wlist.c \
+	wmenuitem.c \
+	wmisc.c \
+	wpanel.c \
+	wpixmap.c \
+	wpopupbutton.c \
+	wprogressindicator.c \
+	wruler.c \
+	wscroller.c \
+	wscrollview.c \
+	wslider.c \
+	wsplitview.c \
+	wtabview.c \
+	wtext.c \
+	wtextfield.c \
+	wview.c \
+	wwindow.c
+
+libWUtil_a_SOURCES = \
+	array.c \
+	bagtree.c \
+	connection.c \
+	data.c \
+	error.c \
+	findfile.c \
+	handlers.c \
+	hashtable.c \
+	host.c \
+	international.c \
+	memory.c \
+	misc.c \
+	notification.c \
+	proplist.c \
+	snprintf.c \
+	string.c \
+	tree.c \
+	userdefaults.c \
+	usleep.c \
+	wapplication.c \
+	wconfig.h \
+	wutil.c
 
 AM_CPPFLAGS = -DLOCALEDIR=\"$(NLSDIR)\"
-
 AM_CFLAGS = @NOSTRICTALIASING@
-
-INCLUDES = -I$(top_srcdir)/WINGs/WINGs -I$(top_srcdir)/wrlib -I$(top_srcdir)/src 	-DRESOURCE_PATH=\"$(datadir)/WINGs\" @XFTFLAGS@ @HEADER_SEARCH_PATH@ -DDEBUG
-
+INCLUDES = -I$(top_srcdir)/WINGs/WINGs -I$(top_srcdir)/wrlib -I$(top_srcdir)/src \
+	-DRESOURCE_PATH=\"$(datadir)/WINGs\" @XFTFLAGS@ @HEADER_SEARCH_PATH@ -DDEBUG
 
 DISTCLEANFILES = WINGs.pc
-mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
-CONFIG_HEADER = ../src/config.h
-CONFIG_CLEAN_FILES = 
-LIBRARIES =  $(lib_LIBRARIES)
-
-
-DEFS = @DEFS@ -I. -I$(srcdir) -I../src
-CPPFLAGS = @CPPFLAGS@
-LDFLAGS = @LDFLAGS@
-LIBS = @LIBS@
-X_CFLAGS = @X_CFLAGS@
-X_LIBS = @X_LIBS@
-X_PRE_LIBS = @X_PRE_LIBS@
-libWINGs_a_LIBADD = 
-libWINGs_a_OBJECTS =  array.$(OBJEXT) bagtree.$(OBJEXT) \
-configuration.$(OBJEXT) connection.$(OBJEXT) data.$(OBJEXT) \
-dragcommon.$(OBJEXT) dragdestination.$(OBJEXT) dragsource.$(OBJEXT) \
-error.$(OBJEXT) findfile.$(OBJEXT) handlers.$(OBJEXT) \
-hashtable.$(OBJEXT) host.$(OBJEXT) international.$(OBJEXT) \
-memory.$(OBJEXT) misc.$(OBJEXT) notification.$(OBJEXT) \
-proplist.$(OBJEXT) selection.$(OBJEXT) snprintf.$(OBJEXT) \
-string.$(OBJEXT) tree.$(OBJEXT) userdefaults.$(OBJEXT) usleep.$(OBJEXT) \
-wapplication.$(OBJEXT) wappresource.$(OBJEXT) wballoon.$(OBJEXT) \
-wbox.$(OBJEXT) wbrowser.$(OBJEXT) wbutton.$(OBJEXT) wcolor.$(OBJEXT) \
-wcolorpanel.$(OBJEXT) wcolorwell.$(OBJEXT) wevent.$(OBJEXT) \
-wfilepanel.$(OBJEXT) wframe.$(OBJEXT) wfont.$(OBJEXT) \
-wfontpanel.$(OBJEXT) widgets.$(OBJEXT) winputmethod.$(OBJEXT) \
-wlabel.$(OBJEXT) wlist.$(OBJEXT) wmenuitem.$(OBJEXT) wmisc.$(OBJEXT) \
-wpanel.$(OBJEXT) wpixmap.$(OBJEXT) wpopupbutton.$(OBJEXT) \
-wprogressindicator.$(OBJEXT) wruler.$(OBJEXT) wscroller.$(OBJEXT) \
-wscrollview.$(OBJEXT) wslider.$(OBJEXT) wsplitview.$(OBJEXT) \
-wtabview.$(OBJEXT) wtext.$(OBJEXT) wtextfield.$(OBJEXT) wview.$(OBJEXT) \
-wwindow.$(OBJEXT)
-libWUtil_a_LIBADD = 
-libWUtil_a_OBJECTS =  array.$(OBJEXT) bagtree.$(OBJEXT) \
-connection.$(OBJEXT) data.$(OBJEXT) error.$(OBJEXT) findfile.$(OBJEXT) \
-handlers.$(OBJEXT) hashtable.$(OBJEXT) host.$(OBJEXT) \
-international.$(OBJEXT) memory.$(OBJEXT) misc.$(OBJEXT) \
-notification.$(OBJEXT) proplist.$(OBJEXT) snprintf.$(OBJEXT) \
-string.$(OBJEXT) tree.$(OBJEXT) userdefaults.$(OBJEXT) usleep.$(OBJEXT) \
-wapplication.$(OBJEXT) wutil.$(OBJEXT)
-SCRIPTS =  $(bin_SCRIPTS)
+all: all-recursive
 
-CFLAGS = @CFLAGS@
-COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
-LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
-CCLD = $(CC)
-LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
-DIST_COMMON =  README ChangeLog Makefile.am Makefile.in NEWS TODO
-
-
-DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
-
-TAR = tar
-GZIP_ENV = --best
-SOURCES = $(libWINGs_a_SOURCES) $(libWUtil_a_SOURCES)
-OBJECTS = $(libWINGs_a_OBJECTS) $(libWUtil_a_OBJECTS)
-
-all: all-redirect
 .SUFFIXES:
-.SUFFIXES: .S .c .lo .o .obj .s
-$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.ac $(ACLOCAL_M4) 
-	cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps WINGs/Makefile
-
-Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
-	cd $(top_builddir) \
-	  && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
-
-
-mostlyclean-libLIBRARIES:
-
-clean-libLIBRARIES:
-	-test -z "$(lib_LIBRARIES)" || rm -f $(lib_LIBRARIES)
-
-distclean-libLIBRARIES:
-
-maintainer-clean-libLIBRARIES:
-
+.SUFFIXES: .c .lo .o .obj
+$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
+	@for dep in $?; do \
+	  case '$(am__configure_deps)' in \
+	    *$$dep*) \
+	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
+		&& exit 0; \
+	      exit 1;; \
+	  esac; \
+	done; \
+	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  WINGs/Makefile'; \
+	cd $(top_srcdir) && \
+	  $(AUTOMAKE) --gnu  WINGs/Makefile
+.PRECIOUS: Makefile
+Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
+	@case '$?' in \
+	  *config.status*) \
+	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
+	  *) \
+	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
+	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
+	esac;
+
+$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
+	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+
+$(top_srcdir)/configure:  $(am__configure_deps)
+	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
+	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 install-libLIBRARIES: $(lib_LIBRARIES)
 	@$(NORMAL_INSTALL)
-	$(mkinstalldirs) $(DESTDIR)$(libdir)
+	test -z "$(libdir)" || $(mkdir_p) "$(DESTDIR)$(libdir)"
 	@list='$(lib_LIBRARIES)'; for p in $$list; do \
 	  if test -f $$p; then \
-	    echo " $(INSTALL_DATA) $$p $(DESTDIR)$(libdir)/$$p"; \
-	    $(INSTALL_DATA) $$p $(DESTDIR)$(libdir)/$$p; \
+	    f=$(am__strip_dir) \
+	    echo " $(libLIBRARIES_INSTALL) '$$p' '$(DESTDIR)$(libdir)/$$f'"; \
+	    $(libLIBRARIES_INSTALL) "$$p" "$(DESTDIR)$(libdir)/$$f"; \
 	  else :; fi; \
 	done
 	@$(POST_INSTALL)
 	@list='$(lib_LIBRARIES)'; for p in $$list; do \
 	  if test -f $$p; then \
-	    echo " $(RANLIB) $(DESTDIR)$(libdir)/$$p"; \
-	    $(RANLIB) $(DESTDIR)$(libdir)/$$p; \
+	    p=$(am__strip_dir) \
+	    echo " $(RANLIB) '$(DESTDIR)$(libdir)/$$p'"; \
+	    $(RANLIB) "$(DESTDIR)$(libdir)/$$p"; \
 	  else :; fi; \
 	done
 
 uninstall-libLIBRARIES:
 	@$(NORMAL_UNINSTALL)
-	list='$(lib_LIBRARIES)'; for p in $$list; do \
-	  rm -f $(DESTDIR)$(libdir)/$$p; \
+	@list='$(lib_LIBRARIES)'; for p in $$list; do \
+	  p=$(am__strip_dir) \
+	  echo " rm -f '$(DESTDIR)$(libdir)/$$p'"; \
+	  rm -f "$(DESTDIR)$(libdir)/$$p"; \
 	done
 
-.c.o:
-	$(COMPILE) -c $<
-
-# FIXME: We should only use cygpath when building on Windows,
-# and only if it is available.
-.c.obj:
-	$(COMPILE) -c `cygpath -w $<`
-
-.s.o:
-	$(COMPILE) -c $<
+clean-libLIBRARIES:
+	-test -z "$(lib_LIBRARIES)" || rm -f $(lib_LIBRARIES)
+libWINGs.a: $(libWINGs_a_OBJECTS) $(libWINGs_a_DEPENDENCIES) 
+	-rm -f libWINGs.a
+	$(libWINGs_a_AR) libWINGs.a $(libWINGs_a_OBJECTS) $(libWINGs_a_LIBADD)
+	$(RANLIB) libWINGs.a
+libWUtil.a: $(libWUtil_a_OBJECTS) $(libWUtil_a_DEPENDENCIES) 
+	-rm -f libWUtil.a
+	$(libWUtil_a_AR) libWUtil.a $(libWUtil_a_OBJECTS) $(libWUtil_a_LIBADD)
+	$(RANLIB) libWUtil.a
+install-binSCRIPTS: $(bin_SCRIPTS)
+	@$(NORMAL_INSTALL)
+	test -z "$(bindir)" || $(mkdir_p) "$(DESTDIR)$(bindir)"
+	@list='$(bin_SCRIPTS)'; for p in $$list; do \
+	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+	  if test -f $$d$$p; then \
+	    f=`echo "$$p" | sed 's|^.*/||;$(transform)'`; \
+	    echo " $(binSCRIPT_INSTALL) '$$d$$p' '$(DESTDIR)$(bindir)/$$f'"; \
+	    $(binSCRIPT_INSTALL) "$$d$$p" "$(DESTDIR)$(bindir)/$$f"; \
+	  else :; fi; \
+	done
 
-.S.o:
-	$(COMPILE) -c $<
+uninstall-binSCRIPTS:
+	@$(NORMAL_UNINSTALL)
+	@list='$(bin_SCRIPTS)'; for p in $$list; do \
+	  f=`echo "$$p" | sed 's|^.*/||;$(transform)'`; \
+	  echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \
+	  rm -f "$(DESTDIR)$(bindir)/$$f"; \
+	done
 
 mostlyclean-compile:
-	-rm -f *.o core *.core
 	-rm -f *.$(OBJEXT)
 
-clean-compile:
-
 distclean-compile:
 	-rm -f *.tab.c
 
-maintainer-clean-compile:
-
-.c.lo:
-	$(LIBTOOL) --mode=compile $(COMPILE) -c $<
+.c.o:
+	$(COMPILE) -c $<
 
-.s.lo:
-	$(LIBTOOL) --mode=compile $(COMPILE) -c $<
+.c.obj:
+	$(COMPILE) -c `$(CYGPATH_W) '$<'`
 
-.S.lo:
-	$(LIBTOOL) --mode=compile $(COMPILE) -c $<
+.c.lo:
+	$(LTCOMPILE) -c -o $@ $<
 
 mostlyclean-libtool:
 	-rm -f *.lo
@@ -284,37 +466,8 @@
 	-rm -rf .libs _libs
 
 distclean-libtool:
-
-maintainer-clean-libtool:
-
-libWINGs.a: $(libWINGs_a_OBJECTS) $(libWINGs_a_DEPENDENCIES)
-	-rm -f libWINGs.a
-	$(AR) cru libWINGs.a $(libWINGs_a_OBJECTS) $(libWINGs_a_LIBADD)
-	$(RANLIB) libWINGs.a
-
-libWUtil.a: $(libWUtil_a_OBJECTS) $(libWUtil_a_DEPENDENCIES)
-	-rm -f libWUtil.a
-	$(AR) cru libWUtil.a $(libWUtil_a_OBJECTS) $(libWUtil_a_LIBADD)
-	$(RANLIB) libWUtil.a
-
-install-binSCRIPTS: $(bin_SCRIPTS)
-	@$(NORMAL_INSTALL)
-	$(mkinstalldirs) $(DESTDIR)$(bindir)
-	@list='$(bin_SCRIPTS)'; for p in $$list; do \
-	  if test -f $$p; then \
-	    echo " $(INSTALL_SCRIPT) $$p $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`"; \
-	    $(INSTALL_SCRIPT) $$p $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`; \
-	  else if test -f $(srcdir)/$$p; then \
-	    echo " $(INSTALL_SCRIPT) $(srcdir)/$$p $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`"; \
-	    $(INSTALL_SCRIPT) $(srcdir)/$$p $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`; \
-	  else :; fi; fi; \
-	done
-
-uninstall-binSCRIPTS:
-	@$(NORMAL_UNINSTALL)
-	list='$(bin_SCRIPTS)'; for p in $$list; do \
-	  rm -f $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`; \
-	done
+	-rm -f libtool
+uninstall-info-am:
 
 # This directory's subdirectories are mostly independent; you can cd
 # into them and run `make' without going through this Makefile.
@@ -322,13 +475,14 @@
 # (1) if the variable is set in `config.status', edit `config.status'
 #     (which will cause the Makefiles to be regenerated when you run `make');
 # (2) otherwise, pass the desired values on the `make' command line.
-
-@SET_MAKE@
-
-all-recursive install-data-recursive install-exec-recursive \
-installdirs-recursive install-recursive uninstall-recursive  \
-check-recursive installcheck-recursive info-recursive dvi-recursive:
-	@set fnord $(MAKEFLAGS); amf=$$2; \
+$(RECURSIVE_TARGETS):
+	@failcom='exit 1'; \
+	for f in x $$MAKEFLAGS; do \
+	  case $$f in \
+	    *=* | --[!k]*);; \
+	    *k*) failcom='fail=yes';; \
+	  esac; \
+	done; \
 	dot_seen=no; \
 	target=`echo $@ | sed s/-recursive//`; \
 	list='$(SUBDIRS)'; for subdir in $$list; do \
@@ -340,7 +494,7 @@
 	    local_target="$$target"; \
 	  fi; \
 	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
-	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
+	  || eval $$failcom; \
 	done; \
 	if test "$$dot_seen" = "no"; then \
 	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
@@ -348,13 +502,24 @@
 
 mostlyclean-recursive clean-recursive distclean-recursive \
 maintainer-clean-recursive:
-	@set fnord $(MAKEFLAGS); amf=$$2; \
+	@failcom='exit 1'; \
+	for f in x $$MAKEFLAGS; do \
+	  case $$f in \
+	    *=* | --[!k]*);; \
+	    *k*) failcom='fail=yes';; \
+	  esac; \
+	done; \
 	dot_seen=no; \
-	rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
-	  rev="$$subdir $$rev"; \
-	  test "$$subdir" != "." || dot_seen=yes; \
+	case "$@" in \
+	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
+	  *) list='$(SUBDIRS)' ;; \
+	esac; \
+	rev=''; for subdir in $$list; do \
+	  if test "$$subdir" = "."; then :; else \
+	    rev="$$subdir $$rev"; \
+	  fi; \
 	done; \
-	test "$$dot_seen" = "no" && rev=". $$rev"; \
+	rev="$$rev ."; \
 	target=`echo $@ | sed s/-recursive//`; \
 	for subdir in $$rev; do \
 	  echo "Making $$target in $$subdir"; \
@@ -364,157 +529,222 @@
 	    local_target="$$target"; \
 	  fi; \
 	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
-	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
+	  || eval $$failcom; \
 	done && test -z "$$fail"
 tags-recursive:
 	list='$(SUBDIRS)'; for subdir in $$list; do \
 	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
 	done
+ctags-recursive:
+	list='$(SUBDIRS)'; for subdir in $$list; do \
+	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
+	done
 
-tags: TAGS
-
-ID: $(HEADERS) $(SOURCES) $(LISP)
-	list='$(SOURCES) $(HEADERS)'; \
-	unique=`for i in $$list; do echo $$i; done | \
-	  awk '    { files[$$0] = 1; } \
+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; }'`; \
-	here=`pwd` && cd $(srcdir) \
-	  && mkid -f$$here/ID $$unique $(LISP)
+	mkid -fID $$unique
+tags: TAGS
 
-TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
+TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+		$(TAGS_FILES) $(LISP)
 	tags=; \
 	here=`pwd`; \
+	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
+	  include_option=--etags-include; \
+	  empty_fix=.; \
+	else \
+	  include_option=--include; \
+	  empty_fix=; \
+	fi; \
 	list='$(SUBDIRS)'; for subdir in $$list; do \
-   if test "$$subdir" = .; then :; else \
-	    test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
-   fi; \
+	  if test "$$subdir" = .; then :; else \
+	    test ! -f $$subdir/TAGS || \
+	      tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
+	  fi; \
 	done; \
-	list='$(SOURCES) $(HEADERS)'; \
-	unique=`for i in $$list; do echo $$i; done | \
-	  awk '    { files[$$0] = 1; } \
+	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; }'`; \
-	test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
-	  || (cd $(srcdir) && etags -o $$here/TAGS $(ETAGS_ARGS) $$tags  $$unique $(LISP))
-
-mostlyclean-tags:
-
-clean-tags:
+	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
+	  test -n "$$unique" || unique=$$empty_fix; \
+	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
+	    $$tags $$unique; \
+	fi
+ctags: CTAGS
+CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+		$(TAGS_FILES) $(LISP)
+	tags=; \
+	here=`pwd`; \
+	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; }'`; \
+	test -z "$(CTAGS_ARGS)$$tags$$unique" \
+	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+	     $$tags $$unique
+
+GTAGS:
+	here=`$(am__cd) $(top_builddir) && pwd` \
+	  && cd $(top_srcdir) \
+	  && gtags -i $(GTAGS_ARGS) $$here
 
 distclean-tags:
-	-rm -f TAGS ID
-
-maintainer-clean-tags:
-
-distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
-
-subdir = WINGs
+	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 
 distdir: $(DISTFILES)
-	$(mkinstalldirs) $(distdir)/python
-	@for file in $(DISTFILES); do \
-	  d=$(srcdir); \
+	$(mkdir_p) $(distdir)/python
+	@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; \
+	  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 \
-	    cp -pr $$d/$$file $(distdir)/$$file; \
+	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
+	      cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
+	    fi; \
+	    cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 	  else \
 	    test -f $(distdir)/$$file \
-	    || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
-	    || cp -p $$d/$$file $(distdir)/$$file || :; \
+	    || cp -p $$d/$$file $(distdir)/$$file \
+	    || exit 1; \
 	  fi; \
 	done
-	for subdir in $(SUBDIRS); do \
+	list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 	  if test "$$subdir" = .; then :; else \
-	    test -d $(distdir)/$$subdir \
-	    || mkdir $(distdir)/$$subdir \
+	    test -d "$(distdir)/$$subdir" \
+	    || $(mkdir_p) "$(distdir)/$$subdir" \
 	    || exit 1; \
-	    chmod 777 $(distdir)/$$subdir; \
-	    (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(top_distdir) distdir=../$(distdir)/$$subdir distdir) \
+	    distdir=`$(am__cd) $(distdir) && pwd`; \
+	    top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
+	    (cd $$subdir && \
+	      $(MAKE) $(AM_MAKEFLAGS) \
+	        top_distdir="$$top_distdir" \
+	        distdir="$$distdir/$$subdir" \
+	        distdir) \
 	      || exit 1; \
 	  fi; \
 	done
-info-am:
-info: info-recursive
-dvi-am:
-dvi: dvi-recursive
 check-am: all-am
 check: check-recursive
-installcheck-am:
-installcheck: installcheck-recursive
-install-exec-am: install-libLIBRARIES install-binSCRIPTS \
-		install-exec-local
+all-am: Makefile $(LIBRARIES) $(SCRIPTS)
+installdirs: installdirs-recursive
+installdirs-am:
+	for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(bindir)"; do \
+	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
+	done
+install: install-recursive
 install-exec: install-exec-recursive
-
-install-data-am:
 install-data: install-data-recursive
+uninstall: uninstall-recursive
 
 install-am: all-am
 	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
-install: install-recursive
-uninstall-am: uninstall-libLIBRARIES uninstall-binSCRIPTS
-uninstall: uninstall-recursive
-all-am: Makefile $(LIBRARIES) $(SCRIPTS)
-all-redirect: all-recursive
-install-strip:
-	$(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
-installdirs: installdirs-recursive
-installdirs-am:
-	$(mkinstalldirs)  $(DESTDIR)$(libdir) $(DESTDIR)$(bindir)
-
 
+installcheck: installcheck-recursive
+install-strip:
+	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+	  `test -z '$(STRIP)' || \
+	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 mostlyclean-generic:
 
 clean-generic:
 
 distclean-generic:
-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
-	-rm -f config.cache config.log stamp-h stamp-h[0-9]*
+	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 	-test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
 
 maintainer-clean-generic:
-mostlyclean-am:  mostlyclean-libLIBRARIES mostlyclean-compile \
-		mostlyclean-libtool mostlyclean-tags \
-		mostlyclean-generic
+	@echo "This command is intended for maintainers to use"
+	@echo "it deletes files that may require special tools to rebuild."
+clean: clean-recursive
 
-mostlyclean: mostlyclean-recursive
+clean-am: clean-generic clean-libLIBRARIES clean-libtool \
+	mostlyclean-am
 
-clean-am:  clean-libLIBRARIES clean-compile clean-libtool clean-tags \
-		clean-generic mostlyclean-am
+distclean: distclean-recursive
+	-rm -f Makefile
+distclean-am: clean-am distclean-compile distclean-generic \
+	distclean-libtool distclean-tags
 
-clean: clean-recursive
+dvi: dvi-recursive
 
-distclean-am:  distclean-libLIBRARIES distclean-compile \
-		distclean-libtool distclean-tags distclean-generic \
-		clean-am
-	-rm -f libtool
+dvi-am:
 
-distclean: distclean-recursive
+html: html-recursive
 
-maintainer-clean-am:  maintainer-clean-libLIBRARIES \
-		maintainer-clean-compile maintainer-clean-libtool \
-		maintainer-clean-tags maintainer-clean-generic \
-		distclean-am
-	@echo "This command is intended for maintainers to use;"
-	@echo "it deletes files that may require special tools to rebuild."
+info: info-recursive
+
+info-am:
+
+install-data-am:
+
+install-exec-am: install-binSCRIPTS install-exec-local \
+	install-libLIBRARIES
+
+install-info: install-info-recursive
+
+install-man:
+
+installcheck-am:
 
 maintainer-clean: maintainer-clean-recursive
+	-rm -f Makefile
+maintainer-clean-am: distclean-am maintainer-clean-generic
 
-.PHONY: mostlyclean-libLIBRARIES distclean-libLIBRARIES \
-clean-libLIBRARIES maintainer-clean-libLIBRARIES uninstall-libLIBRARIES \
-install-libLIBRARIES mostlyclean-compile distclean-compile \
-clean-compile maintainer-clean-compile mostlyclean-libtool \
-distclean-libtool clean-libtool maintainer-clean-libtool \
-uninstall-binSCRIPTS install-binSCRIPTS install-data-recursive \
-uninstall-data-recursive install-exec-recursive \
-uninstall-exec-recursive installdirs-recursive uninstalldirs-recursive \
-all-recursive check-recursive installcheck-recursive info-recursive \
-dvi-recursive mostlyclean-recursive distclean-recursive clean-recursive \
-maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
-distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
-dvi-am dvi check check-am installcheck-am installcheck \
-install-exec-local install-exec-am install-exec install-data-am \
-install-data install-am install uninstall-am uninstall all-redirect \
-all-am all installdirs-am installdirs mostlyclean-generic \
-distclean-generic clean-generic maintainer-clean-generic clean \
-mostlyclean distclean maintainer-clean
+mostlyclean: mostlyclean-recursive
+
+mostlyclean-am: mostlyclean-compile mostlyclean-generic \
+	mostlyclean-libtool
+
+pdf: pdf-recursive
+
+pdf-am:
+
+ps: ps-recursive
+
+ps-am:
+
+uninstall-am: uninstall-binSCRIPTS uninstall-info-am \
+	uninstall-libLIBRARIES
+
+uninstall-info: uninstall-info-recursive
+
+.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am \
+	clean clean-generic clean-libLIBRARIES clean-libtool \
+	clean-recursive ctags ctags-recursive distclean \
+	distclean-compile distclean-generic distclean-libtool \
+	distclean-recursive distclean-tags distdir dvi dvi-am html \
+	html-am info info-am install install-am install-binSCRIPTS \
+	install-data install-data-am install-exec install-exec-am \
+	install-exec-local install-info install-info-am \
+	install-libLIBRARIES install-man install-strip installcheck \
+	installcheck-am installdirs installdirs-am maintainer-clean \
+	maintainer-clean-generic maintainer-clean-recursive \
+	mostlyclean mostlyclean-compile mostlyclean-generic \
+	mostlyclean-libtool mostlyclean-recursive pdf pdf-am ps ps-am \
+	tags tags-recursive uninstall uninstall-am \
+	uninstall-binSCRIPTS uninstall-info-am uninstall-libLIBRARIES
 
 
 wcolorpanel.o: wcolorpanel.c
@@ -529,7 +759,6 @@
 	    $(INSTALL_DATA) $$p $(DESTDIR)$(libdir)/pkgconfig/; \
 	  else :; fi; \
 	done
-
 # 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:
--- wmaker-0.92.0.orig/WINGs/wapplication.c
+++ wmaker-0.92.0/WINGs/wapplication.c
@@ -120,9 +120,9 @@
      * - GNUSTEP_USER_ROOT/Applications/ApplicationName.app/ext
      * - ~/GNUstep/Applications/ApplicationName.app/ext
      * - GNUSTEP_LOCAL_ROOT/Applications/ApplicationName.app/ext
-     * - /usr/local/GNUstep/Applications/ApplicationName.app/ext
+     * - /usr/local/lib/GNUstep/System/Applications/ApplicationName.app/ext
      * - GNUSTEP_SYSTEM_ROOT/Applications/ApplicationName.app/ext
-     * - /usr/GNUstep/Applications/ApplicationName.app/ext
+     * - /usr/lib/GNUstep/System/Applications/ApplicationName.app/ext
      */
 
     if (WMApplication.resourcePath) {
@@ -175,7 +175,7 @@
         }
     }
 
-    path = checkFile("/usr/local/GNUstep", appdir, ext, resource);
+    path = checkFile("/usr/local/lib/GNUstep/System", appdir, ext, resource);
     if (path) {
         wfree(appdir);
         return path;
@@ -190,7 +190,7 @@
         }
     }
 
-    path = checkFile("/usr/GNUstep", appdir, ext, resource);
+    path = checkFile("/usr/lib/GNUstep/System", appdir, ext, resource);
     if (path) {
         wfree(appdir);
         return path;
--- wmaker-0.92.0.orig/WINGs/WINGs/Makefile.in
+++ wmaker-0.92.0/WINGs/WINGs/Makefile.in
@@ -1,6 +1,8 @@
-# Makefile.in generated automatically by automake 1.4-p6 from Makefile.am
+# Makefile.in generated by automake 1.9.6 from Makefile.am.
+# @configure_input@
 
-# Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc.
+# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
+# 2003, 2004, 2005  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.
@@ -10,90 +12,123 @@
 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
 # PARTICULAR PURPOSE.
 
-
-SHELL = @SHELL@
+@SET_MAKE@
 
 srcdir = @srcdir@
 top_srcdir = @top_srcdir@
 VPATH = @srcdir@
-prefix = @prefix@
-exec_prefix = @exec_prefix@
-
-bindir = @bindir@
-sbindir = @sbindir@
-libexecdir = @libexecdir@
-datadir = @datadir@
-sysconfdir = @sysconfdir@
-sharedstatedir = @sharedstatedir@
-localstatedir = @localstatedir@
-libdir = @libdir@
-infodir = @infodir@
-mandir = @mandir@
-oldincludedir = /usr/include
-
-DESTDIR =
-
 pkgdatadir = $(datadir)/@PACKAGE@
 pkglibdir = $(libdir)/@PACKAGE@
 pkgincludedir = $(includedir)/@PACKAGE@
-
 top_builddir = ../..
-
-ACLOCAL = @ACLOCAL@
-AUTOCONF = @AUTOCONF@
-AUTOMAKE = @AUTOMAKE@
-AUTOHEADER = @AUTOHEADER@
-
+am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 INSTALL = @INSTALL@
-INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
-INSTALL_DATA = @INSTALL_DATA@
-INSTALL_SCRIPT = @INSTALL_SCRIPT@
-transform = @program_transform_name@
-
+install_sh_DATA = $(install_sh) -c -m 644
+install_sh_PROGRAM = $(install_sh) -c
+install_sh_SCRIPT = $(install_sh) -c
+INSTALL_HEADER = $(INSTALL_DATA)
+transform = $(program_transform_name)
 NORMAL_INSTALL = :
 PRE_INSTALL = :
 POST_INSTALL = :
 NORMAL_UNINSTALL = :
 PRE_UNINSTALL = :
 POST_UNINSTALL = :
-host_alias = @host_alias@
+build_triplet = @build@
 host_triplet = @host@
+subdir = WINGs/WINGs
+DIST_COMMON = $(include_HEADERS) $(srcdir)/Makefile.am \
+	$(srcdir)/Makefile.in
+ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
+am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
+	$(top_srcdir)/configure.ac
+am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
+	$(ACLOCAL_M4)
+mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
+CONFIG_HEADER = $(top_builddir)/src/config.h
+CONFIG_CLEAN_FILES =
+depcomp =
+am__depfiles_maybe =
+SOURCES =
+DIST_SOURCES =
+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|^.*/||'`;
+am__installdirs = "$(DESTDIR)$(includedir)"
+includeHEADERS_INSTALL = $(INSTALL_HEADER)
+HEADERS = $(include_HEADERS)
+ETAGS = etags
+CTAGS = ctags
+DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+ACLOCAL = @ACLOCAL@
+ALLOCA = @ALLOCA@
+AMDEP_FALSE = @AMDEP_FALSE@
+AMDEP_TRUE = @AMDEP_TRUE@
+AMTAR = @AMTAR@
 AR = @AR@
-AS = @AS@
+AUTOCONF = @AUTOCONF@
+AUTOHEADER = @AUTOHEADER@
+AUTOMAKE = @AUTOMAKE@
+AWK = @AWK@
 CC = @CC@
+CCDEPMODE = @CCDEPMODE@
+CFLAGS = @CFLAGS@
+CPP = @CPP@
+CPPFLAGS = @CPPFLAGS@
 CPP_PATH = @CPP_PATH@
 CXX = @CXX@
 CXXCPP = @CXXCPP@
+CXXDEPMODE = @CXXDEPMODE@
+CXXFLAGS = @CXXFLAGS@
+CYGPATH_W = @CYGPATH_W@
+DEFS = @DEFS@
+DEPDIR = @DEPDIR@
 DLLIBS = @DLLIBS@
-DLLTOOL = @DLLTOOL@
 ECHO = @ECHO@
+ECHO_C = @ECHO_C@
+ECHO_N = @ECHO_N@
+ECHO_T = @ECHO_T@
 EGREP = @EGREP@
 EXEEXT = @EXEEXT@
 F77 = @F77@
-GCJ = @GCJ@
-GCJFLAGS = @GCJFLAGS@
+FFLAGS = @FFLAGS@
 GFXLIBS = @GFXLIBS@
-HAVE_LIB = @HAVE_LIB@
+GREP = @GREP@
 HEADER_SEARCH_PATH = @HEADER_SEARCH_PATH@
 ICONEXT = @ICONEXT@
+INSTALL_DATA = @INSTALL_DATA@
+INSTALL_PROGRAM = @INSTALL_PROGRAM@
+INSTALL_SCRIPT = @INSTALL_SCRIPT@
+INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 INTLIBS = @INTLIBS@
-LIB = @LIB@
+LDFLAGS = @LDFLAGS@
+LIBOBJS = @LIBOBJS@
 LIBRARY_SEARCH_PATH = @LIBRARY_SEARCH_PATH@
+LIBS = @LIBS@
 LIBTOOL = @LIBTOOL@
 LITE = @LITE@
 LN_S = @LN_S@
-LTLIB = @LTLIB@
+LTLIBOBJS = @LTLIBOBJS@
 MAKEINFO = @MAKEINFO@
 MOFILES = @MOFILES@
 NETLIBS = @NETLIBS@
 NLSDIR = @NLSDIR@
 NOSTRICTALIASING = @NOSTRICTALIASING@
-OBJDUMP = @OBJDUMP@
 OBJEXT = @OBJEXT@
 PACKAGE = @PACKAGE@
+PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
+PACKAGE_NAME = @PACKAGE_NAME@
+PACKAGE_STRING = @PACKAGE_STRING@
+PACKAGE_TARNAME = @PACKAGE_TARNAME@
+PACKAGE_VERSION = @PACKAGE_VERSION@
+PATH_SEPARATOR = @PATH_SEPARATOR@
 PKGCONFIG = @PKGCONFIG@
 RANLIB = @RANLIB@
-RC = @RC@
+SET_MAKE = @SET_MAKE@
+SHELL = @SHELL@
 STRIP = @STRIP@
 VERSION = @VERSION@
 WINGSMOFILES = @WINGSMOFILES@
@@ -105,163 +140,290 @@
 XGETTEXT = @XGETTEXT@
 XLFLAGS = @XLFLAGS@
 XLIBS = @XLIBS@
+XMKMF = @XMKMF@
+X_CFLAGS = @X_CFLAGS@
 X_EXTRA_LIBS = @X_EXTRA_LIBS@
 X_LIBRARY_PATH = @X_LIBRARY_PATH@
+X_LIBS = @X_LIBS@
+X_PRE_LIBS = @X_PRE_LIBS@
+ac_ct_CC = @ac_ct_CC@
+ac_ct_CXX = @ac_ct_CXX@
+ac_ct_F77 = @ac_ct_F77@
+am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
+am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
+am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
+am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+am__include = @am__include@
+am__leading_dot = @am__leading_dot@
+am__quote = @am__quote@
+am__tar = @am__tar@
+am__untar = @am__untar@
+bindir = @bindir@
+build = @build@
+build_alias = @build_alias@
+build_cpu = @build_cpu@
+build_os = @build_os@
+build_vendor = @build_vendor@
+datadir = @datadir@
+datarootdir = @datarootdir@
+docdir = @docdir@
+dvidir = @dvidir@
+exec_prefix = @exec_prefix@
+host = @host@
+host_alias = @host_alias@
+host_cpu = @host_cpu@
+host_os = @host_os@
+host_vendor = @host_vendor@
+htmldir = @htmldir@
+
+# is this a kluge? if so, how should i do it?
+includedir = @includedir@/WINGs
+infodir = @infodir@
+install_sh = @install_sh@
+libdir = @libdir@
+libexecdir = @libexecdir@
+localedir = @localedir@
+localstatedir = @localstatedir@
+mandir = @mandir@
+mkdir_p = @mkdir_p@
+oldincludedir = @oldincludedir@
+pdfdir = @pdfdir@
+prefix = @prefix@
+program_transform_name = @program_transform_name@
+psdir = @psdir@
+sbindir = @sbindir@
+sharedstatedir = @sharedstatedir@
 supported_locales = @supported_locales@
+sysconfdir = @sysconfdir@
+target_alias = @target_alias@
 wprefs_bindir = @wprefs_bindir@
 wprefs_datadir = @wprefs_datadir@
-
 AUTOMAKE_OPTIONS = no-dependencies
-
-# is this a kluge? if so, how should i do it?
-includedir = @includedir@/WINGs
-
 include_HEADERS = WINGs.h WUtil.h WINGsP.h proplist-compat.h
-mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
-CONFIG_HEADER = ../../src/config.h
-CONFIG_CLEAN_FILES = 
-HEADERS =  $(include_HEADERS)
-
-DIST_COMMON =  Makefile.am Makefile.in
+all: all-am
 
-
-DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
-
-TAR = tar
-GZIP_ENV = --best
-all: all-redirect
 .SUFFIXES:
-$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.ac $(ACLOCAL_M4) 
-	cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps WINGs/WINGs/Makefile
+$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
+	@for dep in $?; do \
+	  case '$(am__configure_deps)' in \
+	    *$$dep*) \
+	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
+		&& exit 0; \
+	      exit 1;; \
+	  esac; \
+	done; \
+	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  WINGs/WINGs/Makefile'; \
+	cd $(top_srcdir) && \
+	  $(AUTOMAKE) --gnu  WINGs/WINGs/Makefile
+.PRECIOUS: Makefile
+Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
+	@case '$?' in \
+	  *config.status*) \
+	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
+	  *) \
+	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
+	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
+	esac;
+
+$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
+	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+
+$(top_srcdir)/configure:  $(am__configure_deps)
+	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
+	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
-Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
-	cd $(top_builddir) \
-	  && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
+mostlyclean-libtool:
+	-rm -f *.lo
 
+clean-libtool:
+	-rm -rf .libs _libs
 
+distclean-libtool:
+	-rm -f libtool
+uninstall-info-am:
 install-includeHEADERS: $(include_HEADERS)
 	@$(NORMAL_INSTALL)
-	$(mkinstalldirs) $(DESTDIR)$(includedir)
+	test -z "$(includedir)" || $(mkdir_p) "$(DESTDIR)$(includedir)"
 	@list='$(include_HEADERS)'; for p in $$list; do \
-	  if test -f "$$p"; then d= ; else d="$(srcdir)/"; fi; \
-	  echo " $(INSTALL_DATA) $$d$$p $(DESTDIR)$(includedir)/$$p"; \
-	  $(INSTALL_DATA) $$d$$p $(DESTDIR)$(includedir)/$$p; \
+	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+	  f=$(am__strip_dir) \
+	  echo " $(includeHEADERS_INSTALL) '$$d$$p' '$(DESTDIR)$(includedir)/$$f'"; \
+	  $(includeHEADERS_INSTALL) "$$d$$p" "$(DESTDIR)$(includedir)/$$f"; \
 	done
 
 uninstall-includeHEADERS:
 	@$(NORMAL_UNINSTALL)
-	list='$(include_HEADERS)'; for p in $$list; do \
-	  rm -f $(DESTDIR)$(includedir)/$$p; \
+	@list='$(include_HEADERS)'; for p in $$list; do \
+	  f=$(am__strip_dir) \
+	  echo " rm -f '$(DESTDIR)$(includedir)/$$f'"; \
+	  rm -f "$(DESTDIR)$(includedir)/$$f"; \
 	done
 
+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; }'`; \
+	mkid -fID $$unique
 tags: TAGS
 
-ID: $(HEADERS) $(SOURCES) $(LISP)
-	list='$(SOURCES) $(HEADERS)'; \
-	unique=`for i in $$list; do echo $$i; done | \
-	  awk '    { files[$$0] = 1; } \
+TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+		$(TAGS_FILES) $(LISP)
+	tags=; \
+	here=`pwd`; \
+	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; }'`; \
-	here=`pwd` && cd $(srcdir) \
-	  && mkid -f$$here/ID $$unique $(LISP)
-
-TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
+	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
+	  test -n "$$unique" || unique=$$empty_fix; \
+	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
+	    $$tags $$unique; \
+	fi
+ctags: CTAGS
+CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+		$(TAGS_FILES) $(LISP)
 	tags=; \
 	here=`pwd`; \
-	list='$(SOURCES) $(HEADERS)'; \
-	unique=`for i in $$list; do echo $$i; done | \
-	  awk '    { files[$$0] = 1; } \
+	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; }'`; \
-	test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
-	  || (cd $(srcdir) && etags -o $$here/TAGS $(ETAGS_ARGS) $$tags  $$unique $(LISP))
-
-mostlyclean-tags:
-
-clean-tags:
+	test -z "$(CTAGS_ARGS)$$tags$$unique" \
+	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+	     $$tags $$unique
+
+GTAGS:
+	here=`$(am__cd) $(top_builddir) && pwd` \
+	  && cd $(top_srcdir) \
+	  && gtags -i $(GTAGS_ARGS) $$here
 
 distclean-tags:
-	-rm -f TAGS ID
-
-maintainer-clean-tags:
-
-distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
-
-subdir = WINGs/WINGs
+	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 
 distdir: $(DISTFILES)
-	@for file in $(DISTFILES); do \
-	  d=$(srcdir); \
+	@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; \
+	  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 \
-	    cp -pr $$d/$$file $(distdir)/$$file; \
+	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
+	      cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
+	    fi; \
+	    cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 	  else \
 	    test -f $(distdir)/$$file \
-	    || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
-	    || cp -p $$d/$$file $(distdir)/$$file || :; \
+	    || cp -p $$d/$$file $(distdir)/$$file \
+	    || exit 1; \
 	  fi; \
 	done
-info-am:
-info: info-am
-dvi-am:
-dvi: dvi-am
 check-am: all-am
 check: check-am
-installcheck-am:
-installcheck: installcheck-am
-install-exec-am:
+all-am: Makefile $(HEADERS)
+installdirs:
+	for dir in "$(DESTDIR)$(includedir)"; do \
+	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
+	done
+install: install-am
 install-exec: install-exec-am
-
-install-data-am: install-includeHEADERS
 install-data: install-data-am
+uninstall: uninstall-am
 
 install-am: all-am
 	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
-install: install-am
-uninstall-am: uninstall-includeHEADERS
-uninstall: uninstall-am
-all-am: Makefile $(HEADERS)
-all-redirect: all-am
-install-strip:
-	$(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
-installdirs:
-	$(mkinstalldirs)  $(DESTDIR)$(includedir)
-
 
+installcheck: installcheck-am
+install-strip:
+	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+	  `test -z '$(STRIP)' || \
+	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 mostlyclean-generic:
 
 clean-generic:
 
 distclean-generic:
-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
-	-rm -f config.cache config.log stamp-h stamp-h[0-9]*
+	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
 maintainer-clean-generic:
-mostlyclean-am:  mostlyclean-tags mostlyclean-generic
+	@echo "This command is intended for maintainers to use"
+	@echo "it deletes files that may require special tools to rebuild."
+clean: clean-am
 
-mostlyclean: mostlyclean-am
+clean-am: clean-generic clean-libtool mostlyclean-am
 
-clean-am:  clean-tags clean-generic mostlyclean-am
+distclean: distclean-am
+	-rm -f Makefile
+distclean-am: clean-am distclean-generic distclean-libtool \
+	distclean-tags
 
-clean: clean-am
+dvi: dvi-am
 
-distclean-am:  distclean-tags distclean-generic clean-am
-	-rm -f libtool
+dvi-am:
 
-distclean: distclean-am
+html: html-am
 
-maintainer-clean-am:  maintainer-clean-tags maintainer-clean-generic \
-		distclean-am
-	@echo "This command is intended for maintainers to use;"
-	@echo "it deletes files that may require special tools to rebuild."
+info: info-am
+
+info-am:
+
+install-data-am: install-includeHEADERS
+
+install-exec-am:
+
+install-info: install-info-am
+
+install-man:
+
+installcheck-am:
 
 maintainer-clean: maintainer-clean-am
+	-rm -f Makefile
+maintainer-clean-am: distclean-am maintainer-clean-generic
+
+mostlyclean: mostlyclean-am
+
+mostlyclean-am: mostlyclean-generic mostlyclean-libtool
+
+pdf: pdf-am
+
+pdf-am:
+
+ps: ps-am
+
+ps-am:
 
-.PHONY: uninstall-includeHEADERS install-includeHEADERS tags \
-mostlyclean-tags distclean-tags clean-tags maintainer-clean-tags \
-distdir info-am info dvi-am dvi check check-am installcheck-am \
-installcheck install-exec-am install-exec install-data-am install-data \
-install-am install uninstall-am uninstall all-redirect all-am all \
-installdirs mostlyclean-generic distclean-generic clean-generic \
-maintainer-clean-generic clean mostlyclean distclean maintainer-clean
+uninstall-am: uninstall-includeHEADERS uninstall-info-am
 
+.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
+	clean-libtool ctags distclean distclean-generic \
+	distclean-libtool distclean-tags distdir dvi dvi-am html \
+	html-am info info-am install install-am install-data \
+	install-data-am install-exec install-exec-am \
+	install-includeHEADERS install-info install-info-am \
+	install-man install-strip installcheck installcheck-am \
+	installdirs maintainer-clean maintainer-clean-generic \
+	mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
+	ps ps-am tags uninstall uninstall-am uninstall-includeHEADERS \
+	uninstall-info-am
 
 # 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.
--- wmaker-0.92.0.orig/WINGs/po/Makefile.in
+++ wmaker-0.92.0/WINGs/po/Makefile.in
@@ -1,6 +1,8 @@
-# Makefile.in generated automatically by automake 1.4-p6 from Makefile.am
+# Makefile.in generated by automake 1.9.6 from Makefile.am.
+# @configure_input@
 
-# Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc.
+# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
+# 2003, 2004, 2005  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.
@@ -10,91 +12,108 @@
 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
 # PARTICULAR PURPOSE.
 
-
-SHELL = @SHELL@
-
+@SET_MAKE@
 srcdir = @srcdir@
 top_srcdir = @top_srcdir@
 VPATH = @srcdir@
-prefix = @prefix@
-exec_prefix = @exec_prefix@
-
-bindir = @bindir@
-sbindir = @sbindir@
-libexecdir = @libexecdir@
-datadir = @datadir@
-sysconfdir = @sysconfdir@
-sharedstatedir = @sharedstatedir@
-localstatedir = @localstatedir@
-libdir = @libdir@
-infodir = @infodir@
-mandir = @mandir@
-includedir = @includedir@
-oldincludedir = /usr/include
-
-DESTDIR =
-
 pkgdatadir = $(datadir)/@PACKAGE@
 pkglibdir = $(libdir)/@PACKAGE@
 pkgincludedir = $(includedir)/@PACKAGE@
-
 top_builddir = ../..
-
-ACLOCAL = @ACLOCAL@
-AUTOCONF = @AUTOCONF@
-AUTOMAKE = @AUTOMAKE@
-AUTOHEADER = @AUTOHEADER@
-
+am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 INSTALL = @INSTALL@
-INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
-INSTALL_DATA = @INSTALL_DATA@
-INSTALL_SCRIPT = @INSTALL_SCRIPT@
-transform = @program_transform_name@
-
+install_sh_DATA = $(install_sh) -c -m 644
+install_sh_PROGRAM = $(install_sh) -c
+install_sh_SCRIPT = $(install_sh) -c
+INSTALL_HEADER = $(INSTALL_DATA)
+transform = $(program_transform_name)
 NORMAL_INSTALL = :
 PRE_INSTALL = :
 POST_INSTALL = :
 NORMAL_UNINSTALL = :
 PRE_UNINSTALL = :
 POST_UNINSTALL = :
-host_alias = @host_alias@
+build_triplet = @build@
 host_triplet = @host@
+subdir = WINGs/po
+DIST_COMMON = README $(srcdir)/Makefile.am $(srcdir)/Makefile.in
+ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
+am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
+	$(top_srcdir)/configure.ac
+am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
+	$(ACLOCAL_M4)
+mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
+CONFIG_HEADER = $(top_builddir)/src/config.h
+CONFIG_CLEAN_FILES =
+SOURCES =
+DIST_SOURCES =
+DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+ACLOCAL = @ACLOCAL@
+ALLOCA = @ALLOCA@
+AMDEP_FALSE = @AMDEP_FALSE@
+AMDEP_TRUE = @AMDEP_TRUE@
+AMTAR = @AMTAR@
 AR = @AR@
-AS = @AS@
+AUTOCONF = @AUTOCONF@
+AUTOHEADER = @AUTOHEADER@
+AUTOMAKE = @AUTOMAKE@
+AWK = @AWK@
 CC = @CC@
+CCDEPMODE = @CCDEPMODE@
+CFLAGS = @CFLAGS@
+CPP = @CPP@
+CPPFLAGS = @CPPFLAGS@
 CPP_PATH = @CPP_PATH@
 CXX = @CXX@
 CXXCPP = @CXXCPP@
+CXXDEPMODE = @CXXDEPMODE@
+CXXFLAGS = @CXXFLAGS@
+CYGPATH_W = @CYGPATH_W@
+DEFS = @DEFS@
+DEPDIR = @DEPDIR@
 DLLIBS = @DLLIBS@
-DLLTOOL = @DLLTOOL@
 ECHO = @ECHO@
+ECHO_C = @ECHO_C@
+ECHO_N = @ECHO_N@
+ECHO_T = @ECHO_T@
 EGREP = @EGREP@
 EXEEXT = @EXEEXT@
 F77 = @F77@
-GCJ = @GCJ@
-GCJFLAGS = @GCJFLAGS@
+FFLAGS = @FFLAGS@
 GFXLIBS = @GFXLIBS@
-HAVE_LIB = @HAVE_LIB@
+GREP = @GREP@
 HEADER_SEARCH_PATH = @HEADER_SEARCH_PATH@
 ICONEXT = @ICONEXT@
+INSTALL_DATA = @INSTALL_DATA@
+INSTALL_PROGRAM = @INSTALL_PROGRAM@
+INSTALL_SCRIPT = @INSTALL_SCRIPT@
+INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 INTLIBS = @INTLIBS@
-LIB = @LIB@
+LDFLAGS = @LDFLAGS@
+LIBOBJS = @LIBOBJS@
 LIBRARY_SEARCH_PATH = @LIBRARY_SEARCH_PATH@
+LIBS = @LIBS@
 LIBTOOL = @LIBTOOL@
 LITE = @LITE@
 LN_S = @LN_S@
-LTLIB = @LTLIB@
+LTLIBOBJS = @LTLIBOBJS@
 MAKEINFO = @MAKEINFO@
 MOFILES = @MOFILES@
 NETLIBS = @NETLIBS@
 NLSDIR = @NLSDIR@
 NOSTRICTALIASING = @NOSTRICTALIASING@
-OBJDUMP = @OBJDUMP@
 OBJEXT = @OBJEXT@
 PACKAGE = @PACKAGE@
+PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
+PACKAGE_NAME = @PACKAGE_NAME@
+PACKAGE_STRING = @PACKAGE_STRING@
+PACKAGE_TARNAME = @PACKAGE_TARNAME@
+PACKAGE_VERSION = @PACKAGE_VERSION@
+PATH_SEPARATOR = @PATH_SEPARATOR@
 PKGCONFIG = @PKGCONFIG@
 RANLIB = @RANLIB@
-RC = @RC@
+SET_MAKE = @SET_MAKE@
+SHELL = @SHELL@
 STRIP = @STRIP@
 VERSION = @VERSION@
 WINGSMOFILES = @WINGSMOFILES@
@@ -106,129 +125,243 @@
 XGETTEXT = @XGETTEXT@
 XLFLAGS = @XLFLAGS@
 XLIBS = @XLIBS@
+XMKMF = @XMKMF@
+X_CFLAGS = @X_CFLAGS@
 X_EXTRA_LIBS = @X_EXTRA_LIBS@
 X_LIBRARY_PATH = @X_LIBRARY_PATH@
+X_LIBS = @X_LIBS@
+X_PRE_LIBS = @X_PRE_LIBS@
+ac_ct_CC = @ac_ct_CC@
+ac_ct_CXX = @ac_ct_CXX@
+ac_ct_F77 = @ac_ct_F77@
+am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
+am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
+am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
+am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+am__include = @am__include@
+am__leading_dot = @am__leading_dot@
+am__quote = @am__quote@
+am__tar = @am__tar@
+am__untar = @am__untar@
+bindir = @bindir@
+build = @build@
+build_alias = @build_alias@
+build_cpu = @build_cpu@
+build_os = @build_os@
+build_vendor = @build_vendor@
+datadir = @datadir@
+datarootdir = @datarootdir@
+docdir = @docdir@
+dvidir = @dvidir@
+exec_prefix = @exec_prefix@
+host = @host@
+host_alias = @host_alias@
+host_cpu = @host_cpu@
+host_os = @host_os@
+host_vendor = @host_vendor@
+htmldir = @htmldir@
+includedir = @includedir@
+infodir = @infodir@
+install_sh = @install_sh@
+libdir = @libdir@
+libexecdir = @libexecdir@
+localedir = @localedir@
+localstatedir = @localstatedir@
+mandir = @mandir@
+mkdir_p = @mkdir_p@
+oldincludedir = @oldincludedir@
+pdfdir = @pdfdir@
+prefix = @prefix@
+program_transform_name = @program_transform_name@
+psdir = @psdir@
+sbindir = @sbindir@
+sharedstatedir = @sharedstatedir@
 supported_locales = @supported_locales@
+sysconfdir = @sysconfdir@
+target_alias = @target_alias@
 wprefs_bindir = @wprefs_bindir@
 wprefs_datadir = @wprefs_datadir@
-
 nlsdir = $(NLSDIR)
-
 CATALOGS = @WINGSMOFILES@
-
 CLEANFILES = $(CATALOGS) WINGs.pot
-
 EXTRA_DIST = bg.po ca.po cs.po de.po fr.po sk.po
-
-POTFILES =  	$(top_builddir)/WINGs/connection.c 	$(top_builddir)/WINGs/error.c 	$(top_builddir)/WINGs/findfile.c 	$(top_builddir)/WINGs/host.c 	$(top_builddir)/WINGs/proplist.c 	$(top_builddir)/WINGs/userdefaults.c 	$(top_builddir)/WINGs/wcolor.c 	$(top_builddir)/WINGs/wcolorpanel.c 	$(top_builddir)/WINGs/wfilepanel.c 	$(top_builddir)/WINGs/wfont.c 	$(top_builddir)/WINGs/wfontpanel.c 	$(top_builddir)/WINGs/widgets.c 	$(top_builddir)/WINGs/wruler.c
-
+POTFILES = \
+	$(top_builddir)/WINGs/connection.c \
+	$(top_builddir)/WINGs/error.c \
+	$(top_builddir)/WINGs/findfile.c \
+	$(top_builddir)/WINGs/host.c \
+	$(top_builddir)/WINGs/proplist.c \
+	$(top_builddir)/WINGs/userdefaults.c \
+	$(top_builddir)/WINGs/wcolor.c \
+	$(top_builddir)/WINGs/wcolorpanel.c \
+	$(top_builddir)/WINGs/wfilepanel.c \
+	$(top_builddir)/WINGs/wfont.c \
+	$(top_builddir)/WINGs/wfontpanel.c \
+	$(top_builddir)/WINGs/widgets.c \
+	$(top_builddir)/WINGs/wruler.c
 
 SUFFIXES = .po .mo
-mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
-CONFIG_HEADER = ../../src/config.h
-CONFIG_CLEAN_FILES = 
-CFLAGS = @CFLAGS@
-COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
-LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
-CCLD = $(CC)
-LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
-DIST_COMMON =  README Makefile.am Makefile.in
-
+all: all-am
 
-DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
-
-TAR = tar
-GZIP_ENV = --best
-all: all-redirect
 .SUFFIXES:
-.SUFFIXES: .mo .po
-$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.ac $(ACLOCAL_M4) 
-	cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps WINGs/po/Makefile
-
-Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
-	cd $(top_builddir) \
-	  && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
+.SUFFIXES: .po .mo
+$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
+	@for dep in $?; do \
+	  case '$(am__configure_deps)' in \
+	    *$$dep*) \
+	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
+		&& exit 0; \
+	      exit 1;; \
+	  esac; \
+	done; \
+	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  WINGs/po/Makefile'; \
+	cd $(top_srcdir) && \
+	  $(AUTOMAKE) --gnu  WINGs/po/Makefile
+.PRECIOUS: Makefile
+Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
+	@case '$?' in \
+	  *config.status*) \
+	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
+	  *) \
+	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
+	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
+	esac;
+
+$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
+	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+
+$(top_srcdir)/configure:  $(am__configure_deps)
+	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
+	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+
+mostlyclean-libtool:
+	-rm -f *.lo
+
+clean-libtool:
+	-rm -rf .libs _libs
 
+distclean-libtool:
+	-rm -f libtool
+uninstall-info-am:
 tags: TAGS
 TAGS:
 
+ctags: CTAGS
+CTAGS:
 
-distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
-
-subdir = WINGs/po
 
 distdir: $(DISTFILES)
-	@for file in $(DISTFILES); do \
-	  d=$(srcdir); \
+	@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; \
+	  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 \
-	    cp -pr $$d/$$file $(distdir)/$$file; \
+	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
+	      cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
+	    fi; \
+	    cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 	  else \
 	    test -f $(distdir)/$$file \
-	    || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
-	    || cp -p $$d/$$file $(distdir)/$$file || :; \
+	    || cp -p $$d/$$file $(distdir)/$$file \
+	    || exit 1; \
 	  fi; \
 	done
-info-am:
-info: info-am
-dvi-am:
-dvi: dvi-am
 check-am: all-am
 check: check-am
-installcheck-am:
-installcheck: installcheck-am
-install-exec-am:
+all-am: Makefile all-local
+installdirs:
+install: install-am
 install-exec: install-exec-am
-
-install-data-am: install-data-local
 install-data: install-data-am
+uninstall: uninstall-am
 
 install-am: all-am
 	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
-install: install-am
-uninstall-am:
-uninstall: uninstall-am
-all-am: Makefile all-local
-all-redirect: all-am
-install-strip:
-	$(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
-installdirs:
-
 
+installcheck: installcheck-am
+install-strip:
+	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+	  `test -z '$(STRIP)' || \
+	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 mostlyclean-generic:
 
 clean-generic:
 	-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
 
 distclean-generic:
-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
-	-rm -f config.cache config.log stamp-h stamp-h[0-9]*
+	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
 maintainer-clean-generic:
-mostlyclean-am:  mostlyclean-generic
+	@echo "This command is intended for maintainers to use"
+	@echo "it deletes files that may require special tools to rebuild."
+clean: clean-am
 
-mostlyclean: mostlyclean-am
+clean-am: clean-generic clean-libtool mostlyclean-am
 
-clean-am:  clean-generic mostlyclean-am
+distclean: distclean-am
+	-rm -f Makefile
+distclean-am: clean-am distclean-generic distclean-libtool
 
-clean: clean-am
+dvi: dvi-am
 
-distclean-am:  distclean-generic clean-am
-	-rm -f libtool
+dvi-am:
 
-distclean: distclean-am
+html: html-am
 
-maintainer-clean-am:  maintainer-clean-generic distclean-am
-	@echo "This command is intended for maintainers to use;"
-	@echo "it deletes files that may require special tools to rebuild."
+info: info-am
+
+info-am:
+
+install-data-am: install-data-local
+
+install-exec-am:
+
+install-info: install-info-am
+
+install-man:
+
+installcheck-am:
 
 maintainer-clean: maintainer-clean-am
+	-rm -f Makefile
+maintainer-clean-am: distclean-am maintainer-clean-generic
+
+mostlyclean: mostlyclean-am
 
-.PHONY: tags distdir info-am info dvi-am dvi check check-am \
-installcheck-am installcheck install-exec-am install-exec \
-install-data-local install-data-am install-data install-am install \
-uninstall-am uninstall all-local all-redirect all-am all installdirs \
-mostlyclean-generic distclean-generic clean-generic \
-maintainer-clean-generic clean mostlyclean distclean maintainer-clean
+mostlyclean-am: mostlyclean-generic mostlyclean-libtool
+
+pdf: pdf-am
+
+pdf-am:
+
+ps: ps-am
+
+ps-am:
+
+uninstall-am: uninstall-info-am
+
+.PHONY: all all-am all-local check check-am clean clean-generic \
+	clean-libtool distclean distclean-generic distclean-libtool \
+	distdir dvi dvi-am html html-am info info-am install \
+	install-am install-data install-data-am install-data-local \
+	install-exec install-exec-am install-info install-info-am \
+	install-man install-strip installcheck installcheck-am \
+	installdirs maintainer-clean maintainer-clean-generic \
+	mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
+	ps ps-am uninstall uninstall-am uninstall-info-am
 
 
 .po.mo: 
@@ -257,7 +390,6 @@
 			$(INSTALL_DATA) -m 644 $$n $(DESTDIR)$(nlsdir)/$$l/LC_MESSAGES/WINGs.mo; \
 		fi; \
 	done
-
 # 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:
--- wmaker-0.92.0.orig/WINGs/Documentation/Makefile.in
+++ wmaker-0.92.0/WINGs/Documentation/Makefile.in
@@ -1,6 +1,8 @@
-# Makefile.in generated automatically by automake 1.4-p6 from Makefile.am
+# Makefile.in generated by automake 1.9.6 from Makefile.am.
+# @configure_input@
 
-# Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc.
+# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
+# 2003, 2004, 2005  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.
@@ -10,91 +12,110 @@
 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
 # PARTICULAR PURPOSE.
 
-
-SHELL = @SHELL@
-
+@SET_MAKE@
 srcdir = @srcdir@
 top_srcdir = @top_srcdir@
 VPATH = @srcdir@
-prefix = @prefix@
-exec_prefix = @exec_prefix@
-
-bindir = @bindir@
-sbindir = @sbindir@
-libexecdir = @libexecdir@
-datadir = @datadir@
-sysconfdir = @sysconfdir@
-sharedstatedir = @sharedstatedir@
-localstatedir = @localstatedir@
-libdir = @libdir@
-infodir = @infodir@
-mandir = @mandir@
-includedir = @includedir@
-oldincludedir = /usr/include
-
-DESTDIR =
-
 pkgdatadir = $(datadir)/@PACKAGE@
 pkglibdir = $(libdir)/@PACKAGE@
 pkgincludedir = $(includedir)/@PACKAGE@
-
 top_builddir = ../..
-
-ACLOCAL = @ACLOCAL@
-AUTOCONF = @AUTOCONF@
-AUTOMAKE = @AUTOMAKE@
-AUTOHEADER = @AUTOHEADER@
-
+am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 INSTALL = @INSTALL@
-INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
-INSTALL_DATA = @INSTALL_DATA@
-INSTALL_SCRIPT = @INSTALL_SCRIPT@
-transform = @program_transform_name@
-
+install_sh_DATA = $(install_sh) -c -m 644
+install_sh_PROGRAM = $(install_sh) -c
+install_sh_SCRIPT = $(install_sh) -c
+INSTALL_HEADER = $(INSTALL_DATA)
+transform = $(program_transform_name)
 NORMAL_INSTALL = :
 PRE_INSTALL = :
 POST_INSTALL = :
 NORMAL_UNINSTALL = :
 PRE_UNINSTALL = :
 POST_UNINSTALL = :
-host_alias = @host_alias@
+build_triplet = @build@
 host_triplet = @host@
+subdir = WINGs/Documentation
+DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
+ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
+am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
+	$(top_srcdir)/configure.ac
+am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
+	$(ACLOCAL_M4)
+mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
+CONFIG_HEADER = $(top_builddir)/src/config.h
+CONFIG_CLEAN_FILES =
+depcomp =
+am__depfiles_maybe =
+SOURCES =
+DIST_SOURCES =
+DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+ACLOCAL = @ACLOCAL@
+ALLOCA = @ALLOCA@
+AMDEP_FALSE = @AMDEP_FALSE@
+AMDEP_TRUE = @AMDEP_TRUE@
+AMTAR = @AMTAR@
 AR = @AR@
-AS = @AS@
+AUTOCONF = @AUTOCONF@
+AUTOHEADER = @AUTOHEADER@
+AUTOMAKE = @AUTOMAKE@
+AWK = @AWK@
 CC = @CC@
+CCDEPMODE = @CCDEPMODE@
+CFLAGS = @CFLAGS@
+CPP = @CPP@
+CPPFLAGS = @CPPFLAGS@
 CPP_PATH = @CPP_PATH@
 CXX = @CXX@
 CXXCPP = @CXXCPP@
+CXXDEPMODE = @CXXDEPMODE@
+CXXFLAGS = @CXXFLAGS@
+CYGPATH_W = @CYGPATH_W@
+DEFS = @DEFS@
+DEPDIR = @DEPDIR@
 DLLIBS = @DLLIBS@
-DLLTOOL = @DLLTOOL@
 ECHO = @ECHO@
+ECHO_C = @ECHO_C@
+ECHO_N = @ECHO_N@
+ECHO_T = @ECHO_T@
 EGREP = @EGREP@
 EXEEXT = @EXEEXT@
 F77 = @F77@
-GCJ = @GCJ@
-GCJFLAGS = @GCJFLAGS@
+FFLAGS = @FFLAGS@
 GFXLIBS = @GFXLIBS@
-HAVE_LIB = @HAVE_LIB@
+GREP = @GREP@
 HEADER_SEARCH_PATH = @HEADER_SEARCH_PATH@
 ICONEXT = @ICONEXT@
+INSTALL_DATA = @INSTALL_DATA@
+INSTALL_PROGRAM = @INSTALL_PROGRAM@
+INSTALL_SCRIPT = @INSTALL_SCRIPT@
+INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 INTLIBS = @INTLIBS@
-LIB = @LIB@
+LDFLAGS = @LDFLAGS@
+LIBOBJS = @LIBOBJS@
 LIBRARY_SEARCH_PATH = @LIBRARY_SEARCH_PATH@
+LIBS = @LIBS@
 LIBTOOL = @LIBTOOL@
 LITE = @LITE@
 LN_S = @LN_S@
-LTLIB = @LTLIB@
+LTLIBOBJS = @LTLIBOBJS@
 MAKEINFO = @MAKEINFO@
 MOFILES = @MOFILES@
 NETLIBS = @NETLIBS@
 NLSDIR = @NLSDIR@
 NOSTRICTALIASING = @NOSTRICTALIASING@
-OBJDUMP = @OBJDUMP@
 OBJEXT = @OBJEXT@
 PACKAGE = @PACKAGE@
+PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
+PACKAGE_NAME = @PACKAGE_NAME@
+PACKAGE_STRING = @PACKAGE_STRING@
+PACKAGE_TARNAME = @PACKAGE_TARNAME@
+PACKAGE_VERSION = @PACKAGE_VERSION@
+PATH_SEPARATOR = @PATH_SEPARATOR@
 PKGCONFIG = @PKGCONFIG@
 RANLIB = @RANLIB@
-RC = @RC@
+SET_MAKE = @SET_MAKE@
+SHELL = @SHELL@
 STRIP = @STRIP@
 VERSION = @VERSION@
 WINGSMOFILES = @WINGSMOFILES@
@@ -106,114 +127,223 @@
 XGETTEXT = @XGETTEXT@
 XLFLAGS = @XLFLAGS@
 XLIBS = @XLIBS@
+XMKMF = @XMKMF@
+X_CFLAGS = @X_CFLAGS@
 X_EXTRA_LIBS = @X_EXTRA_LIBS@
 X_LIBRARY_PATH = @X_LIBRARY_PATH@
+X_LIBS = @X_LIBS@
+X_PRE_LIBS = @X_PRE_LIBS@
+ac_ct_CC = @ac_ct_CC@
+ac_ct_CXX = @ac_ct_CXX@
+ac_ct_F77 = @ac_ct_F77@
+am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
+am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
+am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
+am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+am__include = @am__include@
+am__leading_dot = @am__leading_dot@
+am__quote = @am__quote@
+am__tar = @am__tar@
+am__untar = @am__untar@
+bindir = @bindir@
+build = @build@
+build_alias = @build_alias@
+build_cpu = @build_cpu@
+build_os = @build_os@
+build_vendor = @build_vendor@
+datadir = @datadir@
+datarootdir = @datarootdir@
+docdir = @docdir@
+dvidir = @dvidir@
+exec_prefix = @exec_prefix@
+host = @host@
+host_alias = @host_alias@
+host_cpu = @host_cpu@
+host_os = @host_os@
+host_vendor = @host_vendor@
+htmldir = @htmldir@
+includedir = @includedir@
+infodir = @infodir@
+install_sh = @install_sh@
+libdir = @libdir@
+libexecdir = @libexecdir@
+localedir = @localedir@
+localstatedir = @localstatedir@
+mandir = @mandir@
+mkdir_p = @mkdir_p@
+oldincludedir = @oldincludedir@
+pdfdir = @pdfdir@
+prefix = @prefix@
+program_transform_name = @program_transform_name@
+psdir = @psdir@
+sbindir = @sbindir@
+sharedstatedir = @sharedstatedir@
 supported_locales = @supported_locales@
+sysconfdir = @sysconfdir@
+target_alias = @target_alias@
 wprefs_bindir = @wprefs_bindir@
 wprefs_datadir = @wprefs_datadir@
-
 AUTOMAKE_OPTIONS = no-dependencies
-
 EXTRA_DIST = README.connection
-mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
-CONFIG_HEADER = ../../src/config.h
-CONFIG_CLEAN_FILES = 
-DIST_COMMON =  Makefile.am Makefile.in
-
+all: all-am
 
-DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
-
-TAR = tar
-GZIP_ENV = --best
-all: all-redirect
 .SUFFIXES:
-$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.ac $(ACLOCAL_M4) 
-	cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps WINGs/Documentation/Makefile
+$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
+	@for dep in $?; do \
+	  case '$(am__configure_deps)' in \
+	    *$$dep*) \
+	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
+		&& exit 0; \
+	      exit 1;; \
+	  esac; \
+	done; \
+	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  WINGs/Documentation/Makefile'; \
+	cd $(top_srcdir) && \
+	  $(AUTOMAKE) --gnu  WINGs/Documentation/Makefile
+.PRECIOUS: Makefile
+Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
+	@case '$?' in \
+	  *config.status*) \
+	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
+	  *) \
+	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
+	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
+	esac;
+
+$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
+	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+
+$(top_srcdir)/configure:  $(am__configure_deps)
+	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
+	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+
+mostlyclean-libtool:
+	-rm -f *.lo
 
-Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
-	cd $(top_builddir) \
-	  && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
+clean-libtool:
+	-rm -rf .libs _libs
 
+distclean-libtool:
+	-rm -f libtool
+uninstall-info-am:
 tags: TAGS
 TAGS:
 
+ctags: CTAGS
+CTAGS:
 
-distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
-
-subdir = WINGs/Documentation
 
 distdir: $(DISTFILES)
-	@for file in $(DISTFILES); do \
-	  d=$(srcdir); \
+	@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; \
+	  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 \
-	    cp -pr $$d/$$file $(distdir)/$$file; \
+	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
+	      cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
+	    fi; \
+	    cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 	  else \
 	    test -f $(distdir)/$$file \
-	    || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
-	    || cp -p $$d/$$file $(distdir)/$$file || :; \
+	    || cp -p $$d/$$file $(distdir)/$$file \
+	    || exit 1; \
 	  fi; \
 	done
-info-am:
-info: info-am
-dvi-am:
-dvi: dvi-am
 check-am: all-am
 check: check-am
-installcheck-am:
-installcheck: installcheck-am
-install-exec-am:
+all-am: Makefile
+installdirs:
+install: install-am
 install-exec: install-exec-am
-
-install-data-am:
 install-data: install-data-am
+uninstall: uninstall-am
 
 install-am: all-am
 	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
-install: install-am
-uninstall-am:
-uninstall: uninstall-am
-all-am: Makefile
-all-redirect: all-am
-install-strip:
-	$(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
-installdirs:
-
 
+installcheck: installcheck-am
+install-strip:
+	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+	  `test -z '$(STRIP)' || \
+	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 mostlyclean-generic:
 
 clean-generic:
 
 distclean-generic:
-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
-	-rm -f config.cache config.log stamp-h stamp-h[0-9]*
+	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
 maintainer-clean-generic:
-mostlyclean-am:  mostlyclean-generic
+	@echo "This command is intended for maintainers to use"
+	@echo "it deletes files that may require special tools to rebuild."
+clean: clean-am
 
-mostlyclean: mostlyclean-am
+clean-am: clean-generic clean-libtool mostlyclean-am
 
-clean-am:  clean-generic mostlyclean-am
+distclean: distclean-am
+	-rm -f Makefile
+distclean-am: clean-am distclean-generic distclean-libtool
 
-clean: clean-am
+dvi: dvi-am
 
-distclean-am:  distclean-generic clean-am
-	-rm -f libtool
+dvi-am:
 
-distclean: distclean-am
+html: html-am
 
-maintainer-clean-am:  maintainer-clean-generic distclean-am
-	@echo "This command is intended for maintainers to use;"
-	@echo "it deletes files that may require special tools to rebuild."
+info: info-am
+
+info-am:
+
+install-data-am:
+
+install-exec-am:
+
+install-info: install-info-am
+
+install-man:
+
+installcheck-am:
 
 maintainer-clean: maintainer-clean-am
+	-rm -f Makefile
+maintainer-clean-am: distclean-am maintainer-clean-generic
+
+mostlyclean: mostlyclean-am
+
+mostlyclean-am: mostlyclean-generic mostlyclean-libtool
+
+pdf: pdf-am
+
+pdf-am:
+
+ps: ps-am
+
+ps-am:
 
-.PHONY: tags distdir info-am info dvi-am dvi check check-am \
-installcheck-am installcheck install-exec-am install-exec \
-install-data-am install-data install-am install uninstall-am uninstall \
-all-redirect all-am all installdirs mostlyclean-generic \
-distclean-generic clean-generic maintainer-clean-generic clean \
-mostlyclean distclean maintainer-clean
+uninstall-am: uninstall-info-am
 
+.PHONY: all all-am check check-am clean clean-generic clean-libtool \
+	distclean distclean-generic distclean-libtool distdir dvi \
+	dvi-am html html-am info info-am install install-am \
+	install-data install-data-am install-exec install-exec-am \
+	install-info install-info-am install-man install-strip \
+	installcheck installcheck-am installdirs maintainer-clean \
+	maintainer-clean-generic mostlyclean mostlyclean-generic \
+	mostlyclean-libtool pdf pdf-am ps ps-am uninstall uninstall-am \
+	uninstall-info-am
 
 # 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.
--- wmaker-0.92.0.orig/WINGs/Resources/Makefile.in
+++ wmaker-0.92.0/WINGs/Resources/Makefile.in
@@ -1,6 +1,8 @@
-# Makefile.in generated automatically by automake 1.4-p6 from Makefile.am
+# Makefile.in generated by automake 1.9.6 from Makefile.am.
+# @configure_input@
 
-# Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc.
+# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
+# 2003, 2004, 2005  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.
@@ -10,91 +12,118 @@
 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
 # PARTICULAR PURPOSE.
 
-
-SHELL = @SHELL@
+@SET_MAKE@
 
 srcdir = @srcdir@
 top_srcdir = @top_srcdir@
 VPATH = @srcdir@
-prefix = @prefix@
-exec_prefix = @exec_prefix@
-
-bindir = @bindir@
-sbindir = @sbindir@
-libexecdir = @libexecdir@
-datadir = @datadir@
-sysconfdir = @sysconfdir@
-sharedstatedir = @sharedstatedir@
-localstatedir = @localstatedir@
-libdir = @libdir@
-infodir = @infodir@
-mandir = @mandir@
-includedir = @includedir@
-oldincludedir = /usr/include
-
-DESTDIR =
-
 pkgdatadir = $(datadir)/@PACKAGE@
 pkglibdir = $(libdir)/@PACKAGE@
 pkgincludedir = $(includedir)/@PACKAGE@
-
 top_builddir = ../..
-
-ACLOCAL = @ACLOCAL@
-AUTOCONF = @AUTOCONF@
-AUTOMAKE = @AUTOMAKE@
-AUTOHEADER = @AUTOHEADER@
-
+am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 INSTALL = @INSTALL@
-INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
-INSTALL_DATA = @INSTALL_DATA@
-INSTALL_SCRIPT = @INSTALL_SCRIPT@
-transform = @program_transform_name@
-
+install_sh_DATA = $(install_sh) -c -m 644
+install_sh_PROGRAM = $(install_sh) -c
+install_sh_SCRIPT = $(install_sh) -c
+INSTALL_HEADER = $(INSTALL_DATA)
+transform = $(program_transform_name)
 NORMAL_INSTALL = :
 PRE_INSTALL = :
 POST_INSTALL = :
 NORMAL_UNINSTALL = :
 PRE_UNINSTALL = :
 POST_UNINSTALL = :
-host_alias = @host_alias@
+build_triplet = @build@
 host_triplet = @host@
+subdir = WINGs/Resources
+DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
+ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
+am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
+	$(top_srcdir)/configure.ac
+am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
+	$(ACLOCAL_M4)
+mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
+CONFIG_HEADER = $(top_builddir)/src/config.h
+CONFIG_CLEAN_FILES =
+SOURCES =
+DIST_SOURCES =
+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|^.*/||'`;
+am__installdirs = "$(DESTDIR)$(resdatadir)"
+resdataDATA_INSTALL = $(INSTALL_DATA)
+DATA = $(resdata_DATA)
+DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+ACLOCAL = @ACLOCAL@
+ALLOCA = @ALLOCA@
+AMDEP_FALSE = @AMDEP_FALSE@
+AMDEP_TRUE = @AMDEP_TRUE@
+AMTAR = @AMTAR@
 AR = @AR@
-AS = @AS@
+AUTOCONF = @AUTOCONF@
+AUTOHEADER = @AUTOHEADER@
+AUTOMAKE = @AUTOMAKE@
+AWK = @AWK@
 CC = @CC@
+CCDEPMODE = @CCDEPMODE@
+CFLAGS = @CFLAGS@
+CPP = @CPP@
+CPPFLAGS = @CPPFLAGS@
 CPP_PATH = @CPP_PATH@
 CXX = @CXX@
 CXXCPP = @CXXCPP@
+CXXDEPMODE = @CXXDEPMODE@
+CXXFLAGS = @CXXFLAGS@
+CYGPATH_W = @CYGPATH_W@
+DEFS = @DEFS@
+DEPDIR = @DEPDIR@
 DLLIBS = @DLLIBS@
-DLLTOOL = @DLLTOOL@
 ECHO = @ECHO@
+ECHO_C = @ECHO_C@
+ECHO_N = @ECHO_N@
+ECHO_T = @ECHO_T@
 EGREP = @EGREP@
 EXEEXT = @EXEEXT@
 F77 = @F77@
-GCJ = @GCJ@
-GCJFLAGS = @GCJFLAGS@
+FFLAGS = @FFLAGS@
 GFXLIBS = @GFXLIBS@
-HAVE_LIB = @HAVE_LIB@
+GREP = @GREP@
 HEADER_SEARCH_PATH = @HEADER_SEARCH_PATH@
 ICONEXT = @ICONEXT@
+INSTALL_DATA = @INSTALL_DATA@
+INSTALL_PROGRAM = @INSTALL_PROGRAM@
+INSTALL_SCRIPT = @INSTALL_SCRIPT@
+INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 INTLIBS = @INTLIBS@
-LIB = @LIB@
+LDFLAGS = @LDFLAGS@
+LIBOBJS = @LIBOBJS@
 LIBRARY_SEARCH_PATH = @LIBRARY_SEARCH_PATH@
+LIBS = @LIBS@
 LIBTOOL = @LIBTOOL@
 LITE = @LITE@
 LN_S = @LN_S@
-LTLIB = @LTLIB@
+LTLIBOBJS = @LTLIBOBJS@
 MAKEINFO = @MAKEINFO@
 MOFILES = @MOFILES@
 NETLIBS = @NETLIBS@
 NLSDIR = @NLSDIR@
 NOSTRICTALIASING = @NOSTRICTALIASING@
-OBJDUMP = @OBJDUMP@
 OBJEXT = @OBJEXT@
 PACKAGE = @PACKAGE@
+PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
+PACKAGE_NAME = @PACKAGE_NAME@
+PACKAGE_STRING = @PACKAGE_STRING@
+PACKAGE_TARNAME = @PACKAGE_TARNAME@
+PACKAGE_VERSION = @PACKAGE_VERSION@
+PATH_SEPARATOR = @PATH_SEPARATOR@
 PKGCONFIG = @PKGCONFIG@
 RANLIB = @RANLIB@
-RC = @RC@
+SET_MAKE = @SET_MAKE@
+SHELL = @SHELL@
 STRIP = @STRIP@
 VERSION = @VERSION@
 WINGSMOFILES = @WINGSMOFILES@
@@ -106,138 +135,244 @@
 XGETTEXT = @XGETTEXT@
 XLFLAGS = @XLFLAGS@
 XLIBS = @XLIBS@
+XMKMF = @XMKMF@
+X_CFLAGS = @X_CFLAGS@
 X_EXTRA_LIBS = @X_EXTRA_LIBS@
 X_LIBRARY_PATH = @X_LIBRARY_PATH@
+X_LIBS = @X_LIBS@
+X_PRE_LIBS = @X_PRE_LIBS@
+ac_ct_CC = @ac_ct_CC@
+ac_ct_CXX = @ac_ct_CXX@
+ac_ct_F77 = @ac_ct_F77@
+am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
+am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
+am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
+am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+am__include = @am__include@
+am__leading_dot = @am__leading_dot@
+am__quote = @am__quote@
+am__tar = @am__tar@
+am__untar = @am__untar@
+bindir = @bindir@
+build = @build@
+build_alias = @build_alias@
+build_cpu = @build_cpu@
+build_os = @build_os@
+build_vendor = @build_vendor@
+datadir = @datadir@
+datarootdir = @datarootdir@
+docdir = @docdir@
+dvidir = @dvidir@
+exec_prefix = @exec_prefix@
+host = @host@
+host_alias = @host_alias@
+host_cpu = @host_cpu@
+host_os = @host_os@
+host_vendor = @host_vendor@
+htmldir = @htmldir@
+includedir = @includedir@
+infodir = @infodir@
+install_sh = @install_sh@
+libdir = @libdir@
+libexecdir = @libexecdir@
+localedir = @localedir@
+localstatedir = @localstatedir@
+mandir = @mandir@
+mkdir_p = @mkdir_p@
+oldincludedir = @oldincludedir@
+pdfdir = @pdfdir@
+prefix = @prefix@
+program_transform_name = @program_transform_name@
+psdir = @psdir@
+sbindir = @sbindir@
+sharedstatedir = @sharedstatedir@
 supported_locales = @supported_locales@
+sysconfdir = @sysconfdir@
+target_alias = @target_alias@
 wprefs_bindir = @wprefs_bindir@
 wprefs_datadir = @wprefs_datadir@
-
 resdatadir = $(datadir)/WINGs
-
 resdata_DATA = Images.tiff Images.xpm defaultIcon.tiff defaultIcon.xpm
-
 EXTRA_DIST = $(resdata_DATA) Images.xcf
-mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
-CONFIG_HEADER = ../../src/config.h
-CONFIG_CLEAN_FILES = 
-DATA =  $(resdata_DATA)
-
-DIST_COMMON =  Makefile.am Makefile.in
-
+all: all-am
 
-DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
-
-TAR = tar
-GZIP_ENV = --best
-all: all-redirect
 .SUFFIXES:
-$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.ac $(ACLOCAL_M4) 
-	cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps WINGs/Resources/Makefile
+$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
+	@for dep in $?; do \
+	  case '$(am__configure_deps)' in \
+	    *$$dep*) \
+	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
+		&& exit 0; \
+	      exit 1;; \
+	  esac; \
+	done; \
+	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  WINGs/Resources/Makefile'; \
+	cd $(top_srcdir) && \
+	  $(AUTOMAKE) --gnu  WINGs/Resources/Makefile
+.PRECIOUS: Makefile
+Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
+	@case '$?' in \
+	  *config.status*) \
+	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
+	  *) \
+	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
+	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
+	esac;
+
+$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
+	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+
+$(top_srcdir)/configure:  $(am__configure_deps)
+	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
+	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
-Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
-	cd $(top_builddir) \
-	  && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
+mostlyclean-libtool:
+	-rm -f *.lo
 
+clean-libtool:
+	-rm -rf .libs _libs
 
+distclean-libtool:
+	-rm -f libtool
+uninstall-info-am:
 install-resdataDATA: $(resdata_DATA)
 	@$(NORMAL_INSTALL)
-	$(mkinstalldirs) $(DESTDIR)$(resdatadir)
+	test -z "$(resdatadir)" || $(mkdir_p) "$(DESTDIR)$(resdatadir)"
 	@list='$(resdata_DATA)'; for p in $$list; do \
-	  if test -f $(srcdir)/$$p; then \
-	    echo " $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(resdatadir)/$$p"; \
-	    $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(resdatadir)/$$p; \
-	  else if test -f $$p; then \
-	    echo " $(INSTALL_DATA) $$p $(DESTDIR)$(resdatadir)/$$p"; \
-	    $(INSTALL_DATA) $$p $(DESTDIR)$(resdatadir)/$$p; \
-	  fi; fi; \
+	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+	  f=$(am__strip_dir) \
+	  echo " $(resdataDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(resdatadir)/$$f'"; \
+	  $(resdataDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(resdatadir)/$$f"; \
 	done
 
 uninstall-resdataDATA:
 	@$(NORMAL_UNINSTALL)
-	list='$(resdata_DATA)'; for p in $$list; do \
-	  rm -f $(DESTDIR)$(resdatadir)/$$p; \
+	@list='$(resdata_DATA)'; for p in $$list; do \
+	  f=$(am__strip_dir) \
+	  echo " rm -f '$(DESTDIR)$(resdatadir)/$$f'"; \
+	  rm -f "$(DESTDIR)$(resdatadir)/$$f"; \
 	done
 tags: TAGS
 TAGS:
 
+ctags: CTAGS
+CTAGS:
 
-distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
-
-subdir = WINGs/Resources
 
 distdir: $(DISTFILES)
-	@for file in $(DISTFILES); do \
-	  d=$(srcdir); \
+	@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; \
+	  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 \
-	    cp -pr $$d/$$file $(distdir)/$$file; \
+	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
+	      cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
+	    fi; \
+	    cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 	  else \
 	    test -f $(distdir)/$$file \
-	    || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
-	    || cp -p $$d/$$file $(distdir)/$$file || :; \
+	    || cp -p $$d/$$file $(distdir)/$$file \
+	    || exit 1; \
 	  fi; \
 	done
-info-am:
-info: info-am
-dvi-am:
-dvi: dvi-am
 check-am: all-am
 check: check-am
-installcheck-am:
-installcheck: installcheck-am
-install-exec-am:
+all-am: Makefile $(DATA)
+installdirs:
+	for dir in "$(DESTDIR)$(resdatadir)"; do \
+	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
+	done
+install: install-am
 install-exec: install-exec-am
-
-install-data-am: install-resdataDATA
 install-data: install-data-am
+uninstall: uninstall-am
 
 install-am: all-am
 	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
-install: install-am
-uninstall-am: uninstall-resdataDATA
-uninstall: uninstall-am
-all-am: Makefile $(DATA)
-all-redirect: all-am
-install-strip:
-	$(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
-installdirs:
-	$(mkinstalldirs)  $(DESTDIR)$(resdatadir)
-
 
+installcheck: installcheck-am
+install-strip:
+	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+	  `test -z '$(STRIP)' || \
+	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 mostlyclean-generic:
 
 clean-generic:
 
 distclean-generic:
-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
-	-rm -f config.cache config.log stamp-h stamp-h[0-9]*
+	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
 maintainer-clean-generic:
-mostlyclean-am:  mostlyclean-generic
+	@echo "This command is intended for maintainers to use"
+	@echo "it deletes files that may require special tools to rebuild."
+clean: clean-am
 
-mostlyclean: mostlyclean-am
+clean-am: clean-generic clean-libtool mostlyclean-am
 
-clean-am:  clean-generic mostlyclean-am
+distclean: distclean-am
+	-rm -f Makefile
+distclean-am: clean-am distclean-generic distclean-libtool
 
-clean: clean-am
+dvi: dvi-am
 
-distclean-am:  distclean-generic clean-am
-	-rm -f libtool
+dvi-am:
 
-distclean: distclean-am
+html: html-am
 
-maintainer-clean-am:  maintainer-clean-generic distclean-am
-	@echo "This command is intended for maintainers to use;"
-	@echo "it deletes files that may require special tools to rebuild."
+info: info-am
+
+info-am:
+
+install-data-am: install-resdataDATA
+
+install-exec-am:
+
+install-info: install-info-am
+
+install-man:
+
+installcheck-am:
 
 maintainer-clean: maintainer-clean-am
+	-rm -f Makefile
+maintainer-clean-am: distclean-am maintainer-clean-generic
+
+mostlyclean: mostlyclean-am
+
+mostlyclean-am: mostlyclean-generic mostlyclean-libtool
+
+pdf: pdf-am
+
+pdf-am:
+
+ps: ps-am
+
+ps-am:
 
-.PHONY: uninstall-resdataDATA install-resdataDATA tags distdir info-am \
-info dvi-am dvi check check-am installcheck-am installcheck \
-install-exec-am install-exec install-data-am install-data install-am \
-install uninstall-am uninstall all-redirect all-am all installdirs \
-mostlyclean-generic distclean-generic clean-generic \
-maintainer-clean-generic clean mostlyclean distclean maintainer-clean
+uninstall-am: uninstall-info-am uninstall-resdataDATA
 
+.PHONY: all all-am check check-am clean clean-generic clean-libtool \
+	distclean distclean-generic distclean-libtool distdir dvi \
+	dvi-am html html-am info info-am install install-am \
+	install-data install-data-am install-exec install-exec-am \
+	install-info install-info-am install-man install-resdataDATA \
+	install-strip installcheck installcheck-am installdirs \
+	maintainer-clean maintainer-clean-generic mostlyclean \
+	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
+	uninstall uninstall-am uninstall-info-am uninstall-resdataDATA
 
 # 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.
--- wmaker-0.92.0.orig/WINGs/Examples/Makefile.in
+++ wmaker-0.92.0/WINGs/Examples/Makefile.in
@@ -1,6 +1,8 @@
-# Makefile.in generated automatically by automake 1.4-p6 from Makefile.am
+# Makefile.in generated by automake 1.9.6 from Makefile.am.
+# @configure_input@
 
-# Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc.
+# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
+# 2003, 2004, 2005  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.
@@ -10,91 +12,138 @@
 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
 # PARTICULAR PURPOSE.
 
-
-SHELL = @SHELL@
+@SET_MAKE@
 
 srcdir = @srcdir@
 top_srcdir = @top_srcdir@
 VPATH = @srcdir@
-prefix = @prefix@
-exec_prefix = @exec_prefix@
-
-bindir = @bindir@
-sbindir = @sbindir@
-libexecdir = @libexecdir@
-datadir = @datadir@
-sysconfdir = @sysconfdir@
-sharedstatedir = @sharedstatedir@
-localstatedir = @localstatedir@
-libdir = @libdir@
-infodir = @infodir@
-mandir = @mandir@
-includedir = @includedir@
-oldincludedir = /usr/include
-
-DESTDIR =
-
 pkgdatadir = $(datadir)/@PACKAGE@
 pkglibdir = $(libdir)/@PACKAGE@
 pkgincludedir = $(includedir)/@PACKAGE@
-
 top_builddir = ../..
-
-ACLOCAL = @ACLOCAL@
-AUTOCONF = @AUTOCONF@
-AUTOMAKE = @AUTOMAKE@
-AUTOHEADER = @AUTOHEADER@
-
+am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 INSTALL = @INSTALL@
-INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
-INSTALL_DATA = @INSTALL_DATA@
-INSTALL_SCRIPT = @INSTALL_SCRIPT@
-transform = @program_transform_name@
-
+install_sh_DATA = $(install_sh) -c -m 644
+install_sh_PROGRAM = $(install_sh) -c
+install_sh_SCRIPT = $(install_sh) -c
+INSTALL_HEADER = $(INSTALL_DATA)
+transform = $(program_transform_name)
 NORMAL_INSTALL = :
 PRE_INSTALL = :
 POST_INSTALL = :
 NORMAL_UNINSTALL = :
 PRE_UNINSTALL = :
 POST_UNINSTALL = :
-host_alias = @host_alias@
+build_triplet = @build@
 host_triplet = @host@
+noinst_PROGRAMS = connect$(EXEEXT) server$(EXEEXT) fontl$(EXEEXT) \
+	puzzle$(EXEEXT) colorpick$(EXEEXT)
+subdir = WINGs/Examples
+DIST_COMMON = README $(srcdir)/Makefile.am $(srcdir)/Makefile.in
+ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
+am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
+	$(top_srcdir)/configure.ac
+am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
+	$(ACLOCAL_M4)
+mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
+CONFIG_HEADER = $(top_builddir)/src/config.h
+CONFIG_CLEAN_FILES =
+PROGRAMS = $(noinst_PROGRAMS)
+colorpick_SOURCES = colorpick.c
+colorpick_OBJECTS = colorpick.$(OBJEXT)
+colorpick_LDADD = $(LDADD)
+connect_SOURCES = connect.c
+connect_OBJECTS = connect.$(OBJEXT)
+fontl_SOURCES = fontl.c
+fontl_OBJECTS = fontl.$(OBJEXT)
+fontl_LDADD = $(LDADD)
+puzzle_SOURCES = puzzle.c
+puzzle_OBJECTS = puzzle.$(OBJEXT)
+puzzle_LDADD = $(LDADD)
+server_SOURCES = server.c
+server_OBJECTS = server.$(OBJEXT)
+DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)/src
+depcomp =
+am__depfiles_maybe =
+COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
+	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
+LTCOMPILE = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) \
+	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+	$(AM_CFLAGS) $(CFLAGS)
+CCLD = $(CC)
+LINK = $(LIBTOOL) --tag=CC --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
+	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+SOURCES = colorpick.c connect.c fontl.c puzzle.c server.c
+DIST_SOURCES = colorpick.c connect.c fontl.c puzzle.c server.c
+ETAGS = etags
+CTAGS = ctags
+DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+ACLOCAL = @ACLOCAL@
+ALLOCA = @ALLOCA@
+AMDEP_FALSE = @AMDEP_FALSE@
+AMDEP_TRUE = @AMDEP_TRUE@
+AMTAR = @AMTAR@
 AR = @AR@
-AS = @AS@
+AUTOCONF = @AUTOCONF@
+AUTOHEADER = @AUTOHEADER@
+AUTOMAKE = @AUTOMAKE@
+AWK = @AWK@
 CC = @CC@
+CCDEPMODE = @CCDEPMODE@
+CFLAGS = @CFLAGS@
+CPP = @CPP@
+CPPFLAGS = @CPPFLAGS@
 CPP_PATH = @CPP_PATH@
 CXX = @CXX@
 CXXCPP = @CXXCPP@
+CXXDEPMODE = @CXXDEPMODE@
+CXXFLAGS = @CXXFLAGS@
+CYGPATH_W = @CYGPATH_W@
+DEFS = @DEFS@
+DEPDIR = @DEPDIR@
 DLLIBS = @DLLIBS@
-DLLTOOL = @DLLTOOL@
 ECHO = @ECHO@
+ECHO_C = @ECHO_C@
+ECHO_N = @ECHO_N@
+ECHO_T = @ECHO_T@
 EGREP = @EGREP@
 EXEEXT = @EXEEXT@
 F77 = @F77@
-GCJ = @GCJ@
-GCJFLAGS = @GCJFLAGS@
+FFLAGS = @FFLAGS@
 GFXLIBS = @GFXLIBS@
-HAVE_LIB = @HAVE_LIB@
+GREP = @GREP@
 HEADER_SEARCH_PATH = @HEADER_SEARCH_PATH@
 ICONEXT = @ICONEXT@
+INSTALL_DATA = @INSTALL_DATA@
+INSTALL_PROGRAM = @INSTALL_PROGRAM@
+INSTALL_SCRIPT = @INSTALL_SCRIPT@
+INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 INTLIBS = @INTLIBS@
-LIB = @LIB@
+LDFLAGS = @LDFLAGS@
+LIBOBJS = @LIBOBJS@
 LIBRARY_SEARCH_PATH = @LIBRARY_SEARCH_PATH@
+LIBS = @LIBS@
 LIBTOOL = @LIBTOOL@
 LITE = @LITE@
 LN_S = @LN_S@
-LTLIB = @LTLIB@
+LTLIBOBJS = @LTLIBOBJS@
 MAKEINFO = @MAKEINFO@
 MOFILES = @MOFILES@
 NETLIBS = @NETLIBS@
 NLSDIR = @NLSDIR@
 NOSTRICTALIASING = @NOSTRICTALIASING@
-OBJDUMP = @OBJDUMP@
 OBJEXT = @OBJEXT@
 PACKAGE = @PACKAGE@
+PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
+PACKAGE_NAME = @PACKAGE_NAME@
+PACKAGE_STRING = @PACKAGE_STRING@
+PACKAGE_TARNAME = @PACKAGE_TARNAME@
+PACKAGE_VERSION = @PACKAGE_VERSION@
+PATH_SEPARATOR = @PATH_SEPARATOR@
 PKGCONFIG = @PKGCONFIG@
 RANLIB = @RANLIB@
-RC = @RC@
+SET_MAKE = @SET_MAKE@
+SHELL = @SHELL@
 STRIP = @STRIP@
 VERSION = @VERSION@
 WINGSMOFILES = @WINGSMOFILES@
@@ -106,138 +155,150 @@
 XGETTEXT = @XGETTEXT@
 XLFLAGS = @XLFLAGS@
 XLIBS = @XLIBS@
+XMKMF = @XMKMF@
+X_CFLAGS = @X_CFLAGS@
 X_EXTRA_LIBS = @X_EXTRA_LIBS@
 X_LIBRARY_PATH = @X_LIBRARY_PATH@
+X_LIBS = @X_LIBS@
+X_PRE_LIBS = @X_PRE_LIBS@
+ac_ct_CC = @ac_ct_CC@
+ac_ct_CXX = @ac_ct_CXX@
+ac_ct_F77 = @ac_ct_F77@
+am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
+am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
+am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
+am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+am__include = @am__include@
+am__leading_dot = @am__leading_dot@
+am__quote = @am__quote@
+am__tar = @am__tar@
+am__untar = @am__untar@
+bindir = @bindir@
+build = @build@
+build_alias = @build_alias@
+build_cpu = @build_cpu@
+build_os = @build_os@
+build_vendor = @build_vendor@
+datadir = @datadir@
+datarootdir = @datarootdir@
+docdir = @docdir@
+dvidir = @dvidir@
+exec_prefix = @exec_prefix@
+host = @host@
+host_alias = @host_alias@
+host_cpu = @host_cpu@
+host_os = @host_os@
+host_vendor = @host_vendor@
+htmldir = @htmldir@
+includedir = @includedir@
+infodir = @infodir@
+install_sh = @install_sh@
+libdir = @libdir@
+libexecdir = @libexecdir@
+localedir = @localedir@
+localstatedir = @localstatedir@
+mandir = @mandir@
+mkdir_p = @mkdir_p@
+oldincludedir = @oldincludedir@
+pdfdir = @pdfdir@
+prefix = @prefix@
+program_transform_name = @program_transform_name@
+psdir = @psdir@
+sbindir = @sbindir@
+sharedstatedir = @sharedstatedir@
 supported_locales = @supported_locales@
+sysconfdir = @sysconfdir@
+target_alias = @target_alias@
 wprefs_bindir = @wprefs_bindir@
 wprefs_datadir = @wprefs_datadir@
-
 AUTOMAKE_OPTIONS = no-dependencies
-
-noinst_PROGRAMS = connect server fontl puzzle colorpick
-
-LDADD = $(top_builddir)/WINGs/libWINGs.a $(top_builddir)/wrlib/libwraster.la 	@XFTLIBS@ @INTLIBS@
-
+LDADD = $(top_builddir)/WINGs/libWINGs.a $(top_builddir)/wrlib/libwraster.la \
+	@XFTLIBS@ @INTLIBS@
 
 colorpick_DEPENDENCIES = $(top_builddir)/WINGs/libWINGs.a
-
 fontl_DEPENDENCIES = $(top_builddir)/WINGs/libWINGs.a
-
 puzzle_DEPENDENCIES = $(top_builddir)/WINGs/libWINGs.a
-
 connect_DEPENDENCIES = $(top_builddir)/WINGs/libWUtil.a
-
-connect_LDADD = $(top_builddir)/WINGs/libWUtil.a @LIBRARY_SEARCH_PATH@ 	@NETLIBS@ @INTLIBS@
-
+connect_LDADD = $(top_builddir)/WINGs/libWUtil.a @LIBRARY_SEARCH_PATH@ \
+	@NETLIBS@ @INTLIBS@
 
 server_DEPENDENCIES = $(top_builddir)/WINGs/libWUtil.a
+server_LDADD = $(top_builddir)/WINGs/libWUtil.a @LIBRARY_SEARCH_PATH@ \
+	@NETLIBS@ @INTLIBS@
 
-server_LDADD = $(top_builddir)/WINGs/libWUtil.a @LIBRARY_SEARCH_PATH@ 	@NETLIBS@ @INTLIBS@
-
-
-INCLUDES = -I$(top_srcdir)/WINGs -I$(top_srcdir)/wrlib -I$(top_srcdir)/src 	-DRESOURCE_PATH=\"$(datadir)/WINGs\" @HEADER_SEARCH_PATH@ -DDEBUG
-
-mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
-CONFIG_HEADER = ../../src/config.h
-CONFIG_CLEAN_FILES = 
-noinst_PROGRAMS =  connect$(EXEEXT) server$(EXEEXT) fontl$(EXEEXT) \
-puzzle$(EXEEXT) colorpick$(EXEEXT)
-PROGRAMS =  $(noinst_PROGRAMS)
-
-
-DEFS = @DEFS@ -I. -I$(srcdir) -I../../src
-CPPFLAGS = @CPPFLAGS@
-LDFLAGS = @LDFLAGS@
-LIBS = @LIBS@
-X_CFLAGS = @X_CFLAGS@
-X_LIBS = @X_LIBS@
-X_PRE_LIBS = @X_PRE_LIBS@
-connect_SOURCES = connect.c
-connect_OBJECTS =  connect.$(OBJEXT)
-connect_LDFLAGS = 
-server_SOURCES = server.c
-server_OBJECTS =  server.$(OBJEXT)
-server_LDFLAGS = 
-fontl_SOURCES = fontl.c
-fontl_OBJECTS =  fontl.$(OBJEXT)
-fontl_LDADD = $(LDADD)
-fontl_LDFLAGS = 
-puzzle_SOURCES = puzzle.c
-puzzle_OBJECTS =  puzzle.$(OBJEXT)
-puzzle_LDADD = $(LDADD)
-puzzle_LDFLAGS = 
-colorpick_SOURCES = colorpick.c
-colorpick_OBJECTS =  colorpick.$(OBJEXT)
-colorpick_LDADD = $(LDADD)
-colorpick_LDFLAGS = 
-CFLAGS = @CFLAGS@
-COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
-LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
-CCLD = $(CC)
-LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
-DIST_COMMON =  README Makefile.am Makefile.in
+INCLUDES = -I$(top_srcdir)/WINGs -I$(top_srcdir)/wrlib -I$(top_srcdir)/src \
+	-DRESOURCE_PATH=\"$(datadir)/WINGs\" @HEADER_SEARCH_PATH@ -DDEBUG
 
+all: all-am
 
-DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
-
-TAR = tar
-GZIP_ENV = --best
-SOURCES = connect.c server.c fontl.c puzzle.c colorpick.c
-OBJECTS = connect.$(OBJEXT) server.$(OBJEXT) fontl.$(OBJEXT) puzzle.$(OBJEXT) colorpick.$(OBJEXT)
-
-all: all-redirect
 .SUFFIXES:
-.SUFFIXES: .S .c .lo .o .obj .s
-$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.ac $(ACLOCAL_M4) 
-	cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps WINGs/Examples/Makefile
-
-Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
-	cd $(top_builddir) \
-	  && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
-
-
-mostlyclean-noinstPROGRAMS:
+.SUFFIXES: .c .lo .o .obj
+$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
+	@for dep in $?; do \
+	  case '$(am__configure_deps)' in \
+	    *$$dep*) \
+	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
+		&& exit 0; \
+	      exit 1;; \
+	  esac; \
+	done; \
+	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  WINGs/Examples/Makefile'; \
+	cd $(top_srcdir) && \
+	  $(AUTOMAKE) --gnu  WINGs/Examples/Makefile
+.PRECIOUS: Makefile
+Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
+	@case '$?' in \
+	  *config.status*) \
+	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
+	  *) \
+	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
+	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
+	esac;
+
+$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
+	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+
+$(top_srcdir)/configure:  $(am__configure_deps)
+	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
+	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
 clean-noinstPROGRAMS:
-	-test -z "$(noinst_PROGRAMS)" || rm -f $(noinst_PROGRAMS)
-
-distclean-noinstPROGRAMS:
-
-maintainer-clean-noinstPROGRAMS:
-
-.c.o:
-	$(COMPILE) -c $<
-
-# FIXME: We should only use cygpath when building on Windows,
-# and only if it is available.
-.c.obj:
-	$(COMPILE) -c `cygpath -w $<`
-
-.s.o:
-	$(COMPILE) -c $<
-
-.S.o:
-	$(COMPILE) -c $<
+	@list='$(noinst_PROGRAMS)'; for p in $$list; do \
+	  f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
+	  echo " rm -f $$p $$f"; \
+	  rm -f $$p $$f ; \
+	done
+colorpick$(EXEEXT): $(colorpick_OBJECTS) $(colorpick_DEPENDENCIES) 
+	@rm -f colorpick$(EXEEXT)
+	$(LINK) $(colorpick_LDFLAGS) $(colorpick_OBJECTS) $(colorpick_LDADD) $(LIBS)
+connect$(EXEEXT): $(connect_OBJECTS) $(connect_DEPENDENCIES) 
+	@rm -f connect$(EXEEXT)
+	$(LINK) $(connect_LDFLAGS) $(connect_OBJECTS) $(connect_LDADD) $(LIBS)
+fontl$(EXEEXT): $(fontl_OBJECTS) $(fontl_DEPENDENCIES) 
+	@rm -f fontl$(EXEEXT)
+	$(LINK) $(fontl_LDFLAGS) $(fontl_OBJECTS) $(fontl_LDADD) $(LIBS)
+puzzle$(EXEEXT): $(puzzle_OBJECTS) $(puzzle_DEPENDENCIES) 
+	@rm -f puzzle$(EXEEXT)
+	$(LINK) $(puzzle_LDFLAGS) $(puzzle_OBJECTS) $(puzzle_LDADD) $(LIBS)
+server$(EXEEXT): $(server_OBJECTS) $(server_DEPENDENCIES) 
+	@rm -f server$(EXEEXT)
+	$(LINK) $(server_LDFLAGS) $(server_OBJECTS) $(server_LDADD) $(LIBS)
 
 mostlyclean-compile:
-	-rm -f *.o core *.core
 	-rm -f *.$(OBJEXT)
 
-clean-compile:
-
 distclean-compile:
 	-rm -f *.tab.c
 
-maintainer-clean-compile:
-
-.c.lo:
-	$(LIBTOOL) --mode=compile $(COMPILE) -c $<
+.c.o:
+	$(COMPILE) -c $<
 
-.s.lo:
-	$(LIBTOOL) --mode=compile $(COMPILE) -c $<
+.c.obj:
+	$(COMPILE) -c `$(CYGPATH_W) '$<'`
 
-.S.lo:
-	$(LIBTOOL) --mode=compile $(COMPILE) -c $<
+.c.lo:
+	$(LTCOMPILE) -c -o $@ $<
 
 mostlyclean-libtool:
 	-rm -f *.lo
@@ -246,147 +307,172 @@
 	-rm -rf .libs _libs
 
 distclean-libtool:
+	-rm -f libtool
+uninstall-info-am:
 
-maintainer-clean-libtool:
-
-connect$(EXEEXT): $(connect_OBJECTS) $(connect_DEPENDENCIES)
-	@rm -f connect$(EXEEXT)
-	$(LINK) $(connect_LDFLAGS) $(connect_OBJECTS) $(connect_LDADD) $(LIBS)
-
-server$(EXEEXT): $(server_OBJECTS) $(server_DEPENDENCIES)
-	@rm -f server$(EXEEXT)
-	$(LINK) $(server_LDFLAGS) $(server_OBJECTS) $(server_LDADD) $(LIBS)
-
-fontl$(EXEEXT): $(fontl_OBJECTS) $(fontl_DEPENDENCIES)
-	@rm -f fontl$(EXEEXT)
-	$(LINK) $(fontl_LDFLAGS) $(fontl_OBJECTS) $(fontl_LDADD) $(LIBS)
-
-puzzle$(EXEEXT): $(puzzle_OBJECTS) $(puzzle_DEPENDENCIES)
-	@rm -f puzzle$(EXEEXT)
-	$(LINK) $(puzzle_LDFLAGS) $(puzzle_OBJECTS) $(puzzle_LDADD) $(LIBS)
-
-colorpick$(EXEEXT): $(colorpick_OBJECTS) $(colorpick_DEPENDENCIES)
-	@rm -f colorpick$(EXEEXT)
-	$(LINK) $(colorpick_LDFLAGS) $(colorpick_OBJECTS) $(colorpick_LDADD) $(LIBS)
-
+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; }'`; \
+	mkid -fID $$unique
 tags: TAGS
 
-ID: $(HEADERS) $(SOURCES) $(LISP)
-	list='$(SOURCES) $(HEADERS)'; \
-	unique=`for i in $$list; do echo $$i; done | \
-	  awk '    { files[$$0] = 1; } \
+TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+		$(TAGS_FILES) $(LISP)
+	tags=; \
+	here=`pwd`; \
+	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; }'`; \
-	here=`pwd` && cd $(srcdir) \
-	  && mkid -f$$here/ID $$unique $(LISP)
-
-TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
+	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
+	  test -n "$$unique" || unique=$$empty_fix; \
+	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
+	    $$tags $$unique; \
+	fi
+ctags: CTAGS
+CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+		$(TAGS_FILES) $(LISP)
 	tags=; \
 	here=`pwd`; \
-	list='$(SOURCES) $(HEADERS)'; \
-	unique=`for i in $$list; do echo $$i; done | \
-	  awk '    { files[$$0] = 1; } \
+	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; }'`; \
-	test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
-	  || (cd $(srcdir) && etags -o $$here/TAGS $(ETAGS_ARGS) $$tags  $$unique $(LISP))
-
-mostlyclean-tags:
-
-clean-tags:
+	test -z "$(CTAGS_ARGS)$$tags$$unique" \
+	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+	     $$tags $$unique
+
+GTAGS:
+	here=`$(am__cd) $(top_builddir) && pwd` \
+	  && cd $(top_srcdir) \
+	  && gtags -i $(GTAGS_ARGS) $$here
 
 distclean-tags:
-	-rm -f TAGS ID
-
-maintainer-clean-tags:
-
-distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
-
-subdir = WINGs/Examples
+	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 
 distdir: $(DISTFILES)
-	@for file in $(DISTFILES); do \
-	  d=$(srcdir); \
+	@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; \
+	  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 \
-	    cp -pr $$d/$$file $(distdir)/$$file; \
+	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
+	      cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
+	    fi; \
+	    cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 	  else \
 	    test -f $(distdir)/$$file \
-	    || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
-	    || cp -p $$d/$$file $(distdir)/$$file || :; \
+	    || cp -p $$d/$$file $(distdir)/$$file \
+	    || exit 1; \
 	  fi; \
 	done
-info-am:
-info: info-am
-dvi-am:
-dvi: dvi-am
 check-am: all-am
 check: check-am
-installcheck-am:
-installcheck: installcheck-am
-install-exec-am:
+all-am: Makefile $(PROGRAMS)
+installdirs:
+install: install-am
 install-exec: install-exec-am
-
-install-data-am:
 install-data: install-data-am
+uninstall: uninstall-am
 
 install-am: all-am
 	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
-install: install-am
-uninstall-am:
-uninstall: uninstall-am
-all-am: Makefile $(PROGRAMS)
-all-redirect: all-am
-install-strip:
-	$(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
-installdirs:
-
 
+installcheck: installcheck-am
+install-strip:
+	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+	  `test -z '$(STRIP)' || \
+	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 mostlyclean-generic:
 
 clean-generic:
 
 distclean-generic:
-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
-	-rm -f config.cache config.log stamp-h stamp-h[0-9]*
+	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
 maintainer-clean-generic:
-mostlyclean-am:  mostlyclean-noinstPROGRAMS mostlyclean-compile \
-		mostlyclean-libtool mostlyclean-tags \
-		mostlyclean-generic
+	@echo "This command is intended for maintainers to use"
+	@echo "it deletes files that may require special tools to rebuild."
+clean: clean-am
 
-mostlyclean: mostlyclean-am
+clean-am: clean-generic clean-libtool clean-noinstPROGRAMS \
+	mostlyclean-am
 
-clean-am:  clean-noinstPROGRAMS clean-compile clean-libtool clean-tags \
-		clean-generic mostlyclean-am
+distclean: distclean-am
+	-rm -f Makefile
+distclean-am: clean-am distclean-compile distclean-generic \
+	distclean-libtool distclean-tags
 
-clean: clean-am
+dvi: dvi-am
 
-distclean-am:  distclean-noinstPROGRAMS distclean-compile \
-		distclean-libtool distclean-tags distclean-generic \
-		clean-am
-	-rm -f libtool
+dvi-am:
 
-distclean: distclean-am
+html: html-am
 
-maintainer-clean-am:  maintainer-clean-noinstPROGRAMS \
-		maintainer-clean-compile maintainer-clean-libtool \
-		maintainer-clean-tags maintainer-clean-generic \
-		distclean-am
-	@echo "This command is intended for maintainers to use;"
-	@echo "it deletes files that may require special tools to rebuild."
+info: info-am
+
+info-am:
+
+install-data-am:
+
+install-exec-am:
+
+install-info: install-info-am
+
+install-man:
+
+installcheck-am:
 
 maintainer-clean: maintainer-clean-am
+	-rm -f Makefile
+maintainer-clean-am: distclean-am maintainer-clean-generic
+
+mostlyclean: mostlyclean-am
+
+mostlyclean-am: mostlyclean-compile mostlyclean-generic \
+	mostlyclean-libtool
+
+pdf: pdf-am
+
+pdf-am:
 
-.PHONY: mostlyclean-noinstPROGRAMS distclean-noinstPROGRAMS \
-clean-noinstPROGRAMS maintainer-clean-noinstPROGRAMS \
-mostlyclean-compile distclean-compile clean-compile \
-maintainer-clean-compile mostlyclean-libtool distclean-libtool \
-clean-libtool maintainer-clean-libtool tags mostlyclean-tags \
-distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
-dvi-am dvi check check-am installcheck-am installcheck install-exec-am \
-install-exec install-data-am install-data install-am install \
-uninstall-am uninstall all-redirect all-am all installdirs \
-mostlyclean-generic distclean-generic clean-generic \
-maintainer-clean-generic clean mostlyclean distclean maintainer-clean
+ps: ps-am
 
+ps-am:
+
+uninstall-am: uninstall-info-am
+
+.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
+	clean-libtool clean-noinstPROGRAMS ctags distclean \
+	distclean-compile distclean-generic distclean-libtool \
+	distclean-tags distdir dvi dvi-am html html-am info info-am \
+	install install-am install-data install-data-am install-exec \
+	install-exec-am install-info install-info-am install-man \
+	install-strip installcheck installcheck-am installdirs \
+	maintainer-clean maintainer-clean-generic mostlyclean \
+	mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
+	pdf pdf-am ps ps-am tags uninstall uninstall-am \
+	uninstall-info-am
 
 # 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.
--- wmaker-0.92.0.orig/WINGs/Extras/Makefile.in
+++ wmaker-0.92.0/WINGs/Extras/Makefile.in
@@ -1,6 +1,8 @@
-# Makefile.in generated automatically by automake 1.4-p6 from Makefile.am
+# Makefile.in generated by automake 1.9.6 from Makefile.am.
+# @configure_input@
 
-# Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc.
+# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
+# 2003, 2004, 2005  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.
@@ -10,90 +12,150 @@
 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
 # PARTICULAR PURPOSE.
 
+@SET_MAKE@
+
 
-SHELL = @SHELL@
 
 srcdir = @srcdir@
 top_srcdir = @top_srcdir@
 VPATH = @srcdir@
-prefix = @prefix@
-exec_prefix = @exec_prefix@
-
-bindir = @bindir@
-sbindir = @sbindir@
-libexecdir = @libexecdir@
-datadir = @datadir@
-sysconfdir = @sysconfdir@
-sharedstatedir = @sharedstatedir@
-localstatedir = @localstatedir@
-libdir = @libdir@
-infodir = @infodir@
-mandir = @mandir@
-oldincludedir = /usr/include
-
-DESTDIR =
-
 pkgdatadir = $(datadir)/@PACKAGE@
 pkglibdir = $(libdir)/@PACKAGE@
 pkgincludedir = $(includedir)/@PACKAGE@
-
 top_builddir = ../..
-
-ACLOCAL = @ACLOCAL@
-AUTOCONF = @AUTOCONF@
-AUTOMAKE = @AUTOMAKE@
-AUTOHEADER = @AUTOHEADER@
-
+am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 INSTALL = @INSTALL@
-INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
-INSTALL_DATA = @INSTALL_DATA@
-INSTALL_SCRIPT = @INSTALL_SCRIPT@
-transform = @program_transform_name@
-
+install_sh_DATA = $(install_sh) -c -m 644
+install_sh_PROGRAM = $(install_sh) -c
+install_sh_SCRIPT = $(install_sh) -c
+INSTALL_HEADER = $(INSTALL_DATA)
+transform = $(program_transform_name)
 NORMAL_INSTALL = :
 PRE_INSTALL = :
 POST_INSTALL = :
 NORMAL_UNINSTALL = :
 PRE_UNINSTALL = :
 POST_UNINSTALL = :
-host_alias = @host_alias@
+build_triplet = @build@
 host_triplet = @host@
+noinst_PROGRAMS = test$(EXEEXT)
+subdir = WINGs/Extras
+DIST_COMMON = $(include_HEADERS) $(srcdir)/Makefile.am \
+	$(srcdir)/Makefile.in
+ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
+am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
+	$(top_srcdir)/configure.ac
+am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
+	$(ACLOCAL_M4)
+mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
+CONFIG_HEADER = $(top_builddir)/src/config.h
+CONFIG_CLEAN_FILES =
+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|^.*/||'`;
+am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(includedir)"
+libLIBRARIES_INSTALL = $(INSTALL_DATA)
+LIBRARIES = $(lib_LIBRARIES)
+ARFLAGS = cru
+libExtraWINGs_a_AR = $(AR) $(ARFLAGS)
+libExtraWINGs_a_LIBADD =
+am_libExtraWINGs_a_OBJECTS = wtableview.$(OBJEXT) \
+	wtabledelegates.$(OBJEXT)
+libExtraWINGs_a_OBJECTS = $(am_libExtraWINGs_a_OBJECTS)
+PROGRAMS = $(noinst_PROGRAMS)
+test_SOURCES = test.c
+test_OBJECTS = test.$(OBJEXT)
+am__DEPENDENCIES_1 = $(top_builddir)/WINGs/libWINGs.a \
+	$(top_builddir)/wrlib/libwraster.la
+test_DEPENDENCIES = wtableview.o wtabledelegates.o \
+	$(am__DEPENDENCIES_1)
+DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)/src
+depcomp =
+am__depfiles_maybe =
+COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
+	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
+LTCOMPILE = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) \
+	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+	$(AM_CFLAGS) $(CFLAGS)
+CCLD = $(CC)
+LINK = $(LIBTOOL) --tag=CC --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
+	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+SOURCES = $(libExtraWINGs_a_SOURCES) test.c
+DIST_SOURCES = $(libExtraWINGs_a_SOURCES) test.c
+includeHEADERS_INSTALL = $(INSTALL_HEADER)
+HEADERS = $(include_HEADERS)
+ETAGS = etags
+CTAGS = ctags
+DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+ACLOCAL = @ACLOCAL@
+ALLOCA = @ALLOCA@
+AMDEP_FALSE = @AMDEP_FALSE@
+AMDEP_TRUE = @AMDEP_TRUE@
+AMTAR = @AMTAR@
 AR = @AR@
-AS = @AS@
+AUTOCONF = @AUTOCONF@
+AUTOHEADER = @AUTOHEADER@
+AUTOMAKE = @AUTOMAKE@
+AWK = @AWK@
 CC = @CC@
+CCDEPMODE = @CCDEPMODE@
+CFLAGS = @CFLAGS@
+CPP = @CPP@
+CPPFLAGS = @CPPFLAGS@
 CPP_PATH = @CPP_PATH@
 CXX = @CXX@
 CXXCPP = @CXXCPP@
+CXXDEPMODE = @CXXDEPMODE@
+CXXFLAGS = @CXXFLAGS@
+CYGPATH_W = @CYGPATH_W@
+DEFS = @DEFS@
+DEPDIR = @DEPDIR@
 DLLIBS = @DLLIBS@
-DLLTOOL = @DLLTOOL@
 ECHO = @ECHO@
+ECHO_C = @ECHO_C@
+ECHO_N = @ECHO_N@
+ECHO_T = @ECHO_T@
 EGREP = @EGREP@
 EXEEXT = @EXEEXT@
 F77 = @F77@
-GCJ = @GCJ@
-GCJFLAGS = @GCJFLAGS@
+FFLAGS = @FFLAGS@
 GFXLIBS = @GFXLIBS@
-HAVE_LIB = @HAVE_LIB@
+GREP = @GREP@
 HEADER_SEARCH_PATH = @HEADER_SEARCH_PATH@
 ICONEXT = @ICONEXT@
+INSTALL_DATA = @INSTALL_DATA@
+INSTALL_PROGRAM = @INSTALL_PROGRAM@
+INSTALL_SCRIPT = @INSTALL_SCRIPT@
+INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 INTLIBS = @INTLIBS@
-LIB = @LIB@
+LDFLAGS = @LDFLAGS@
+LIBOBJS = @LIBOBJS@
 LIBRARY_SEARCH_PATH = @LIBRARY_SEARCH_PATH@
+LIBS = @LIBS@
 LIBTOOL = @LIBTOOL@
 LITE = @LITE@
 LN_S = @LN_S@
-LTLIB = @LTLIB@
+LTLIBOBJS = @LTLIBOBJS@
 MAKEINFO = @MAKEINFO@
 MOFILES = @MOFILES@
 NETLIBS = @NETLIBS@
 NLSDIR = @NLSDIR@
 NOSTRICTALIASING = @NOSTRICTALIASING@
-OBJDUMP = @OBJDUMP@
 OBJEXT = @OBJEXT@
 PACKAGE = @PACKAGE@
+PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
+PACKAGE_NAME = @PACKAGE_NAME@
+PACKAGE_STRING = @PACKAGE_STRING@
+PACKAGE_TARNAME = @PACKAGE_TARNAME@
+PACKAGE_VERSION = @PACKAGE_VERSION@
+PATH_SEPARATOR = @PATH_SEPARATOR@
 PKGCONFIG = @PKGCONFIG@
 RANLIB = @RANLIB@
-RC = @RC@
+SET_MAKE = @SET_MAKE@
+SHELL = @SHELL@
 STRIP = @STRIP@
 VERSION = @VERSION@
 WINGSMOFILES = @WINGSMOFILES@
@@ -105,154 +167,173 @@
 XGETTEXT = @XGETTEXT@
 XLFLAGS = @XLFLAGS@
 XLIBS = @XLIBS@
+XMKMF = @XMKMF@
+X_CFLAGS = @X_CFLAGS@
 X_EXTRA_LIBS = @X_EXTRA_LIBS@
 X_LIBRARY_PATH = @X_LIBRARY_PATH@
+X_LIBS = @X_LIBS@
+X_PRE_LIBS = @X_PRE_LIBS@
+ac_ct_CC = @ac_ct_CC@
+ac_ct_CXX = @ac_ct_CXX@
+ac_ct_F77 = @ac_ct_F77@
+am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
+am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
+am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
+am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+am__include = @am__include@
+am__leading_dot = @am__leading_dot@
+am__quote = @am__quote@
+am__tar = @am__tar@
+am__untar = @am__untar@
+bindir = @bindir@
+build = @build@
+build_alias = @build_alias@
+build_cpu = @build_cpu@
+build_os = @build_os@
+build_vendor = @build_vendor@
+datadir = @datadir@
+datarootdir = @datarootdir@
+docdir = @docdir@
+dvidir = @dvidir@
+exec_prefix = @exec_prefix@
+host = @host@
+host_alias = @host_alias@
+host_cpu = @host_cpu@
+host_os = @host_os@
+host_vendor = @host_vendor@
+htmldir = @htmldir@
+
+# is this a kluge? if so, how should i do it?
+includedir = @includedir@/WINGs
+infodir = @infodir@
+install_sh = @install_sh@
+libdir = @libdir@
+libexecdir = @libexecdir@
+localedir = @localedir@
+localstatedir = @localstatedir@
+mandir = @mandir@
+mkdir_p = @mkdir_p@
+oldincludedir = @oldincludedir@
+pdfdir = @pdfdir@
+prefix = @prefix@
+program_transform_name = @program_transform_name@
+psdir = @psdir@
+sbindir = @sbindir@
+sharedstatedir = @sharedstatedir@
 supported_locales = @supported_locales@
+sysconfdir = @sysconfdir@
+target_alias = @target_alias@
 wprefs_bindir = @wprefs_bindir@
 wprefs_datadir = @wprefs_datadir@
-
 AUTOMAKE_OPTIONS = no-dependencies
-
-# is this a kluge? if so, how should i do it?
-includedir = @includedir@/WINGs
-
 include_HEADERS = wtableview.h wtabledelegates.h 
-
 lib_LIBRARIES = libExtraWINGs.a 
-
-noinst_PROGRAMS = test
-
 EXTRA_DIST = 
-
-libExtraWINGs_a_SOURCES =  	wtableview.c 	wtabledelegates.c 	wtableview.h 	wtabledelegates.h 
-
+libExtraWINGs_a_SOURCES = \
+	wtableview.c \
+	wtabledelegates.c \
+	wtableview.h \
+	wtabledelegates.h 
 
 AM_CFLAGS = @NOSTRICTALIASING@
+INCLUDES = -I$(top_srcdir)/wrlib -I$(top_srcdir)/WINGs \
+	-DRESOURCE_PATH=\"$(datadir)/WINGs\" @HEADER_SEARCH_PATH@ -DDEBUG
 
-INCLUDES = -I$(top_srcdir)/wrlib -I$(top_srcdir)/WINGs 	-DRESOURCE_PATH=\"$(datadir)/WINGs\" @HEADER_SEARCH_PATH@ -DDEBUG
-
-
-LDADD = $(top_builddir)/WINGs/libWINGs.a $(top_builddir)/wrlib/libwraster.la 	@XFTLIBS@ @INTLIBS@
-
+LDADD = $(top_builddir)/WINGs/libWINGs.a $(top_builddir)/wrlib/libwraster.la \
+	@XFTLIBS@ @INTLIBS@
 
 test_LDADD = wtableview.o wtabledelegates.o $(LDADD)
-mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
-CONFIG_HEADER = ../../src/config.h
-CONFIG_CLEAN_FILES = 
-LIBRARIES =  $(lib_LIBRARIES)
-
-
-DEFS = @DEFS@ -I. -I$(srcdir) -I../../src
-CPPFLAGS = @CPPFLAGS@
-LDFLAGS = @LDFLAGS@
-LIBS = @LIBS@
-X_CFLAGS = @X_CFLAGS@
-X_LIBS = @X_LIBS@
-X_PRE_LIBS = @X_PRE_LIBS@
-libExtraWINGs_a_LIBADD = 
-libExtraWINGs_a_OBJECTS =  wtableview.$(OBJEXT) \
-wtabledelegates.$(OBJEXT)
-noinst_PROGRAMS =  test$(EXEEXT)
-PROGRAMS =  $(noinst_PROGRAMS)
-
-test_SOURCES = test.c
-test_OBJECTS =  test.$(OBJEXT)
-test_DEPENDENCIES =  wtableview.o wtabledelegates.o \
-$(top_builddir)/WINGs/libWINGs.a $(top_builddir)/wrlib/libwraster.la
-test_LDFLAGS = 
-CFLAGS = @CFLAGS@
-COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
-LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
-CCLD = $(CC)
-LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
-HEADERS =  $(include_HEADERS)
+all: all-am
 
-DIST_COMMON =  Makefile.am Makefile.in
-
-
-DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
-
-TAR = tar
-GZIP_ENV = --best
-SOURCES = $(libExtraWINGs_a_SOURCES) test.c
-OBJECTS = $(libExtraWINGs_a_OBJECTS) test.$(OBJEXT)
-
-all: all-redirect
 .SUFFIXES:
-.SUFFIXES: .S .c .lo .o .obj .s
-$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.ac $(ACLOCAL_M4) 
-	cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps WINGs/Extras/Makefile
-
-Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
-	cd $(top_builddir) \
-	  && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
-
-
-mostlyclean-libLIBRARIES:
-
-clean-libLIBRARIES:
-	-test -z "$(lib_LIBRARIES)" || rm -f $(lib_LIBRARIES)
-
-distclean-libLIBRARIES:
-
-maintainer-clean-libLIBRARIES:
-
+.SUFFIXES: .c .lo .o .obj
+$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
+	@for dep in $?; do \
+	  case '$(am__configure_deps)' in \
+	    *$$dep*) \
+	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
+		&& exit 0; \
+	      exit 1;; \
+	  esac; \
+	done; \
+	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  WINGs/Extras/Makefile'; \
+	cd $(top_srcdir) && \
+	  $(AUTOMAKE) --gnu  WINGs/Extras/Makefile
+.PRECIOUS: Makefile
+Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
+	@case '$?' in \
+	  *config.status*) \
+	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
+	  *) \
+	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
+	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
+	esac;
+
+$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
+	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+
+$(top_srcdir)/configure:  $(am__configure_deps)
+	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
+	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 install-libLIBRARIES: $(lib_LIBRARIES)
 	@$(NORMAL_INSTALL)
-	$(mkinstalldirs) $(DESTDIR)$(libdir)
+	test -z "$(libdir)" || $(mkdir_p) "$(DESTDIR)$(libdir)"
 	@list='$(lib_LIBRARIES)'; for p in $$list; do \
 	  if test -f $$p; then \
-	    echo " $(INSTALL_DATA) $$p $(DESTDIR)$(libdir)/$$p"; \
-	    $(INSTALL_DATA) $$p $(DESTDIR)$(libdir)/$$p; \
+	    f=$(am__strip_dir) \
+	    echo " $(libLIBRARIES_INSTALL) '$$p' '$(DESTDIR)$(libdir)/$$f'"; \
+	    $(libLIBRARIES_INSTALL) "$$p" "$(DESTDIR)$(libdir)/$$f"; \
 	  else :; fi; \
 	done
 	@$(POST_INSTALL)
 	@list='$(lib_LIBRARIES)'; for p in $$list; do \
 	  if test -f $$p; then \
-	    echo " $(RANLIB) $(DESTDIR)$(libdir)/$$p"; \
-	    $(RANLIB) $(DESTDIR)$(libdir)/$$p; \
+	    p=$(am__strip_dir) \
+	    echo " $(RANLIB) '$(DESTDIR)$(libdir)/$$p'"; \
+	    $(RANLIB) "$(DESTDIR)$(libdir)/$$p"; \
 	  else :; fi; \
 	done
 
 uninstall-libLIBRARIES:
 	@$(NORMAL_UNINSTALL)
-	list='$(lib_LIBRARIES)'; for p in $$list; do \
-	  rm -f $(DESTDIR)$(libdir)/$$p; \
+	@list='$(lib_LIBRARIES)'; for p in $$list; do \
+	  p=$(am__strip_dir) \
+	  echo " rm -f '$(DESTDIR)$(libdir)/$$p'"; \
+	  rm -f "$(DESTDIR)$(libdir)/$$p"; \
 	done
 
-.c.o:
-	$(COMPILE) -c $<
-
-# FIXME: We should only use cygpath when building on Windows,
-# and only if it is available.
-.c.obj:
-	$(COMPILE) -c `cygpath -w $<`
-
-.s.o:
-	$(COMPILE) -c $<
+clean-libLIBRARIES:
+	-test -z "$(lib_LIBRARIES)" || rm -f $(lib_LIBRARIES)
+libExtraWINGs.a: $(libExtraWINGs_a_OBJECTS) $(libExtraWINGs_a_DEPENDENCIES) 
+	-rm -f libExtraWINGs.a
+	$(libExtraWINGs_a_AR) libExtraWINGs.a $(libExtraWINGs_a_OBJECTS) $(libExtraWINGs_a_LIBADD)
+	$(RANLIB) libExtraWINGs.a
 
-.S.o:
-	$(COMPILE) -c $<
+clean-noinstPROGRAMS:
+	@list='$(noinst_PROGRAMS)'; for p in $$list; do \
+	  f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
+	  echo " rm -f $$p $$f"; \
+	  rm -f $$p $$f ; \
+	done
+test$(EXEEXT): $(test_OBJECTS) $(test_DEPENDENCIES) 
+	@rm -f test$(EXEEXT)
+	$(LINK) $(test_LDFLAGS) $(test_OBJECTS) $(test_LDADD) $(LIBS)
 
 mostlyclean-compile:
-	-rm -f *.o core *.core
 	-rm -f *.$(OBJEXT)
 
-clean-compile:
-
 distclean-compile:
 	-rm -f *.tab.c
 
-maintainer-clean-compile:
-
-.c.lo:
-	$(LIBTOOL) --mode=compile $(COMPILE) -c $<
+.c.o:
+	$(COMPILE) -c $<
 
-.s.lo:
-	$(LIBTOOL) --mode=compile $(COMPILE) -c $<
+.c.obj:
+	$(COMPILE) -c `$(CYGPATH_W) '$<'`
 
-.S.lo:
-	$(LIBTOOL) --mode=compile $(COMPILE) -c $<
+.c.lo:
+	$(LTCOMPILE) -c -o $@ $<
 
 mostlyclean-libtool:
 	-rm -f *.lo
@@ -261,165 +342,195 @@
 	-rm -rf .libs _libs
 
 distclean-libtool:
-
-maintainer-clean-libtool:
-
-libExtraWINGs.a: $(libExtraWINGs_a_OBJECTS) $(libExtraWINGs_a_DEPENDENCIES)
-	-rm -f libExtraWINGs.a
-	$(AR) cru libExtraWINGs.a $(libExtraWINGs_a_OBJECTS) $(libExtraWINGs_a_LIBADD)
-	$(RANLIB) libExtraWINGs.a
-
-mostlyclean-noinstPROGRAMS:
-
-clean-noinstPROGRAMS:
-	-test -z "$(noinst_PROGRAMS)" || rm -f $(noinst_PROGRAMS)
-
-distclean-noinstPROGRAMS:
-
-maintainer-clean-noinstPROGRAMS:
-
-test$(EXEEXT): $(test_OBJECTS) $(test_DEPENDENCIES)
-	@rm -f test$(EXEEXT)
-	$(LINK) $(test_LDFLAGS) $(test_OBJECTS) $(test_LDADD) $(LIBS)
-
+	-rm -f libtool
+uninstall-info-am:
 install-includeHEADERS: $(include_HEADERS)
 	@$(NORMAL_INSTALL)
-	$(mkinstalldirs) $(DESTDIR)$(includedir)
+	test -z "$(includedir)" || $(mkdir_p) "$(DESTDIR)$(includedir)"
 	@list='$(include_HEADERS)'; for p in $$list; do \
-	  if test -f "$$p"; then d= ; else d="$(srcdir)/"; fi; \
-	  echo " $(INSTALL_DATA) $$d$$p $(DESTDIR)$(includedir)/$$p"; \
-	  $(INSTALL_DATA) $$d$$p $(DESTDIR)$(includedir)/$$p; \
+	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+	  f=$(am__strip_dir) \
+	  echo " $(includeHEADERS_INSTALL) '$$d$$p' '$(DESTDIR)$(includedir)/$$f'"; \
+	  $(includeHEADERS_INSTALL) "$$d$$p" "$(DESTDIR)$(includedir)/$$f"; \
 	done
 
 uninstall-includeHEADERS:
 	@$(NORMAL_UNINSTALL)
-	list='$(include_HEADERS)'; for p in $$list; do \
-	  rm -f $(DESTDIR)$(includedir)/$$p; \
+	@list='$(include_HEADERS)'; for p in $$list; do \
+	  f=$(am__strip_dir) \
+	  echo " rm -f '$(DESTDIR)$(includedir)/$$f'"; \
+	  rm -f "$(DESTDIR)$(includedir)/$$f"; \
 	done
 
+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; }'`; \
+	mkid -fID $$unique
 tags: TAGS
 
-ID: $(HEADERS) $(SOURCES) $(LISP)
-	list='$(SOURCES) $(HEADERS)'; \
-	unique=`for i in $$list; do echo $$i; done | \
-	  awk '    { files[$$0] = 1; } \
+TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+		$(TAGS_FILES) $(LISP)
+	tags=; \
+	here=`pwd`; \
+	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; }'`; \
-	here=`pwd` && cd $(srcdir) \
-	  && mkid -f$$here/ID $$unique $(LISP)
-
-TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
+	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
+	  test -n "$$unique" || unique=$$empty_fix; \
+	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
+	    $$tags $$unique; \
+	fi
+ctags: CTAGS
+CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+		$(TAGS_FILES) $(LISP)
 	tags=; \
 	here=`pwd`; \
-	list='$(SOURCES) $(HEADERS)'; \
-	unique=`for i in $$list; do echo $$i; done | \
-	  awk '    { files[$$0] = 1; } \
+	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; }'`; \
-	test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
-	  || (cd $(srcdir) && etags -o $$here/TAGS $(ETAGS_ARGS) $$tags  $$unique $(LISP))
-
-mostlyclean-tags:
-
-clean-tags:
+	test -z "$(CTAGS_ARGS)$$tags$$unique" \
+	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+	     $$tags $$unique
+
+GTAGS:
+	here=`$(am__cd) $(top_builddir) && pwd` \
+	  && cd $(top_srcdir) \
+	  && gtags -i $(GTAGS_ARGS) $$here
 
 distclean-tags:
-	-rm -f TAGS ID
-
-maintainer-clean-tags:
-
-distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
-
-subdir = WINGs/Extras
+	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 
 distdir: $(DISTFILES)
-	@for file in $(DISTFILES); do \
-	  d=$(srcdir); \
+	@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; \
+	  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 \
-	    cp -pr $$d/$$file $(distdir)/$$file; \
+	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
+	      cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
+	    fi; \
+	    cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 	  else \
 	    test -f $(distdir)/$$file \
-	    || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
-	    || cp -p $$d/$$file $(distdir)/$$file || :; \
+	    || cp -p $$d/$$file $(distdir)/$$file \
+	    || exit 1; \
 	  fi; \
 	done
-info-am:
-info: info-am
-dvi-am:
-dvi: dvi-am
 check-am: all-am
 check: check-am
-installcheck-am:
-installcheck: installcheck-am
-install-exec-am: install-libLIBRARIES
+all-am: Makefile $(LIBRARIES) $(PROGRAMS) $(HEADERS)
+installdirs:
+	for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(includedir)"; do \
+	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
+	done
+install: install-am
 install-exec: install-exec-am
-
-install-data-am: install-includeHEADERS
 install-data: install-data-am
+uninstall: uninstall-am
 
 install-am: all-am
 	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
-install: install-am
-uninstall-am: uninstall-libLIBRARIES uninstall-includeHEADERS
-uninstall: uninstall-am
-all-am: Makefile $(LIBRARIES) $(PROGRAMS) $(HEADERS)
-all-redirect: all-am
-install-strip:
-	$(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
-installdirs:
-	$(mkinstalldirs)  $(DESTDIR)$(libdir) $(DESTDIR)$(includedir)
-
 
+installcheck: installcheck-am
+install-strip:
+	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+	  `test -z '$(STRIP)' || \
+	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 mostlyclean-generic:
 
 clean-generic:
 
 distclean-generic:
-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
-	-rm -f config.cache config.log stamp-h stamp-h[0-9]*
+	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
 maintainer-clean-generic:
-mostlyclean-am:  mostlyclean-libLIBRARIES mostlyclean-compile \
-		mostlyclean-libtool mostlyclean-noinstPROGRAMS \
-		mostlyclean-tags mostlyclean-generic
+	@echo "This command is intended for maintainers to use"
+	@echo "it deletes files that may require special tools to rebuild."
+clean: clean-am
 
-mostlyclean: mostlyclean-am
+clean-am: clean-generic clean-libLIBRARIES clean-libtool \
+	clean-noinstPROGRAMS mostlyclean-am
 
-clean-am:  clean-libLIBRARIES clean-compile clean-libtool \
-		clean-noinstPROGRAMS clean-tags clean-generic \
-		mostlyclean-am
+distclean: distclean-am
+	-rm -f Makefile
+distclean-am: clean-am distclean-compile distclean-generic \
+	distclean-libtool distclean-tags
 
-clean: clean-am
+dvi: dvi-am
 
-distclean-am:  distclean-libLIBRARIES distclean-compile \
-		distclean-libtool distclean-noinstPROGRAMS \
-		distclean-tags distclean-generic clean-am
-	-rm -f libtool
+dvi-am:
 
-distclean: distclean-am
+html: html-am
 
-maintainer-clean-am:  maintainer-clean-libLIBRARIES \
-		maintainer-clean-compile maintainer-clean-libtool \
-		maintainer-clean-noinstPROGRAMS maintainer-clean-tags \
-		maintainer-clean-generic distclean-am
-	@echo "This command is intended for maintainers to use;"
-	@echo "it deletes files that may require special tools to rebuild."
+info: info-am
+
+info-am:
+
+install-data-am: install-includeHEADERS
+
+install-exec-am: install-libLIBRARIES
+
+install-info: install-info-am
+
+install-man:
+
+installcheck-am:
 
 maintainer-clean: maintainer-clean-am
+	-rm -f Makefile
+maintainer-clean-am: distclean-am maintainer-clean-generic
+
+mostlyclean: mostlyclean-am
+
+mostlyclean-am: mostlyclean-compile mostlyclean-generic \
+	mostlyclean-libtool
+
+pdf: pdf-am
+
+pdf-am:
 
-.PHONY: mostlyclean-libLIBRARIES distclean-libLIBRARIES \
-clean-libLIBRARIES maintainer-clean-libLIBRARIES uninstall-libLIBRARIES \
-install-libLIBRARIES mostlyclean-compile distclean-compile \
-clean-compile maintainer-clean-compile mostlyclean-libtool \
-distclean-libtool clean-libtool maintainer-clean-libtool \
-mostlyclean-noinstPROGRAMS distclean-noinstPROGRAMS \
-clean-noinstPROGRAMS maintainer-clean-noinstPROGRAMS \
-uninstall-includeHEADERS install-includeHEADERS tags mostlyclean-tags \
-distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
-dvi-am dvi check check-am installcheck-am installcheck install-exec-am \
-install-exec install-data-am install-data install-am install \
-uninstall-am uninstall all-redirect all-am all installdirs \
-mostlyclean-generic distclean-generic clean-generic \
-maintainer-clean-generic clean mostlyclean distclean maintainer-clean
+ps: ps-am
 
+ps-am:
+
+uninstall-am: uninstall-includeHEADERS uninstall-info-am \
+	uninstall-libLIBRARIES
+
+.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
+	clean-libLIBRARIES clean-libtool clean-noinstPROGRAMS ctags \
+	distclean distclean-compile distclean-generic \
+	distclean-libtool distclean-tags distdir dvi dvi-am html \
+	html-am info info-am install install-am install-data \
+	install-data-am install-exec install-exec-am \
+	install-includeHEADERS install-info install-info-am \
+	install-libLIBRARIES install-man install-strip installcheck \
+	installcheck-am installdirs maintainer-clean \
+	maintainer-clean-generic mostlyclean mostlyclean-compile \
+	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
+	tags uninstall uninstall-am uninstall-includeHEADERS \
+	uninstall-info-am uninstall-libLIBRARIES
 
 # 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.
--- wmaker-0.92.0.orig/WINGs/Tests/Makefile.in
+++ wmaker-0.92.0/WINGs/Tests/Makefile.in
@@ -1,6 +1,8 @@
-# Makefile.in generated automatically by automake 1.4-p6 from Makefile.am
+# Makefile.in generated by automake 1.9.6 from Makefile.am.
+# @configure_input@
 
-# Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc.
+# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
+# 2003, 2004, 2005  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.
@@ -10,91 +12,143 @@
 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
 # PARTICULAR PURPOSE.
 
-
-SHELL = @SHELL@
+@SET_MAKE@
 
 srcdir = @srcdir@
 top_srcdir = @top_srcdir@
 VPATH = @srcdir@
-prefix = @prefix@
-exec_prefix = @exec_prefix@
-
-bindir = @bindir@
-sbindir = @sbindir@
-libexecdir = @libexecdir@
-datadir = @datadir@
-sysconfdir = @sysconfdir@
-sharedstatedir = @sharedstatedir@
-localstatedir = @localstatedir@
-libdir = @libdir@
-infodir = @infodir@
-mandir = @mandir@
-includedir = @includedir@
-oldincludedir = /usr/include
-
-DESTDIR =
-
 pkgdatadir = $(datadir)/@PACKAGE@
 pkglibdir = $(libdir)/@PACKAGE@
 pkgincludedir = $(includedir)/@PACKAGE@
-
 top_builddir = ../..
-
-ACLOCAL = @ACLOCAL@
-AUTOCONF = @AUTOCONF@
-AUTOMAKE = @AUTOMAKE@
-AUTOHEADER = @AUTOHEADER@
-
+am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 INSTALL = @INSTALL@
-INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
-INSTALL_DATA = @INSTALL_DATA@
-INSTALL_SCRIPT = @INSTALL_SCRIPT@
-transform = @program_transform_name@
-
+install_sh_DATA = $(install_sh) -c -m 644
+install_sh_PROGRAM = $(install_sh) -c
+install_sh_SCRIPT = $(install_sh) -c
+INSTALL_HEADER = $(INSTALL_DATA)
+transform = $(program_transform_name)
 NORMAL_INSTALL = :
 PRE_INSTALL = :
 POST_INSTALL = :
 NORMAL_UNINSTALL = :
 PRE_UNINSTALL = :
 POST_UNINSTALL = :
-host_alias = @host_alias@
+build_triplet = @build@
 host_triplet = @host@
+noinst_PROGRAMS = wtest$(EXEEXT) wmquery$(EXEEXT) wmfile$(EXEEXT) \
+	testmywidget$(EXEEXT)
+subdir = WINGs/Tests
+DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
+ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
+am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
+	$(top_srcdir)/configure.ac
+am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
+	$(ACLOCAL_M4)
+mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
+CONFIG_HEADER = $(top_builddir)/src/config.h
+CONFIG_CLEAN_FILES =
+PROGRAMS = $(noinst_PROGRAMS)
+am_testmywidget_OBJECTS = testmywidget.$(OBJEXT) mywidget.$(OBJEXT)
+testmywidget_OBJECTS = $(am_testmywidget_OBJECTS)
+testmywidget_LDADD = $(LDADD)
+testmywidget_DEPENDENCIES = $(top_builddir)/WINGs/libWINGs.a \
+	$(top_builddir)/wrlib/libwraster.la
+wmfile_SOURCES = wmfile.c
+wmfile_OBJECTS = wmfile.$(OBJEXT)
+wmfile_LDADD = $(LDADD)
+wmfile_DEPENDENCIES = $(top_builddir)/WINGs/libWINGs.a \
+	$(top_builddir)/wrlib/libwraster.la
+wmquery_SOURCES = wmquery.c
+wmquery_OBJECTS = wmquery.$(OBJEXT)
+wmquery_LDADD = $(LDADD)
+wmquery_DEPENDENCIES = $(top_builddir)/WINGs/libWINGs.a \
+	$(top_builddir)/wrlib/libwraster.la
+wtest_SOURCES = wtest.c
+wtest_OBJECTS = wtest.$(OBJEXT)
+wtest_LDADD = $(LDADD)
+DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)/src
+depcomp =
+am__depfiles_maybe =
+COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
+	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
+LTCOMPILE = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) \
+	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+	$(AM_CFLAGS) $(CFLAGS)
+CCLD = $(CC)
+LINK = $(LIBTOOL) --tag=CC --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
+	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+SOURCES = $(testmywidget_SOURCES) wmfile.c wmquery.c wtest.c
+DIST_SOURCES = $(testmywidget_SOURCES) wmfile.c wmquery.c wtest.c
+ETAGS = etags
+CTAGS = ctags
+DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+ACLOCAL = @ACLOCAL@
+ALLOCA = @ALLOCA@
+AMDEP_FALSE = @AMDEP_FALSE@
+AMDEP_TRUE = @AMDEP_TRUE@
+AMTAR = @AMTAR@
 AR = @AR@
-AS = @AS@
+AUTOCONF = @AUTOCONF@
+AUTOHEADER = @AUTOHEADER@
+AUTOMAKE = @AUTOMAKE@
+AWK = @AWK@
 CC = @CC@
+CCDEPMODE = @CCDEPMODE@
+CFLAGS = @CFLAGS@
+CPP = @CPP@
+CPPFLAGS = @CPPFLAGS@
 CPP_PATH = @CPP_PATH@
 CXX = @CXX@
 CXXCPP = @CXXCPP@
+CXXDEPMODE = @CXXDEPMODE@
+CXXFLAGS = @CXXFLAGS@
+CYGPATH_W = @CYGPATH_W@
+DEFS = @DEFS@
+DEPDIR = @DEPDIR@
 DLLIBS = @DLLIBS@
-DLLTOOL = @DLLTOOL@
 ECHO = @ECHO@
+ECHO_C = @ECHO_C@
+ECHO_N = @ECHO_N@
+ECHO_T = @ECHO_T@
 EGREP = @EGREP@
 EXEEXT = @EXEEXT@
 F77 = @F77@
-GCJ = @GCJ@
-GCJFLAGS = @GCJFLAGS@
+FFLAGS = @FFLAGS@
 GFXLIBS = @GFXLIBS@
-HAVE_LIB = @HAVE_LIB@
+GREP = @GREP@
 HEADER_SEARCH_PATH = @HEADER_SEARCH_PATH@
 ICONEXT = @ICONEXT@
+INSTALL_DATA = @INSTALL_DATA@
+INSTALL_PROGRAM = @INSTALL_PROGRAM@
+INSTALL_SCRIPT = @INSTALL_SCRIPT@
+INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 INTLIBS = @INTLIBS@
-LIB = @LIB@
+LDFLAGS = @LDFLAGS@
+LIBOBJS = @LIBOBJS@
 LIBRARY_SEARCH_PATH = @LIBRARY_SEARCH_PATH@
+LIBS = @LIBS@
 LIBTOOL = @LIBTOOL@
 LITE = @LITE@
 LN_S = @LN_S@
-LTLIB = @LTLIB@
+LTLIBOBJS = @LTLIBOBJS@
 MAKEINFO = @MAKEINFO@
 MOFILES = @MOFILES@
 NETLIBS = @NETLIBS@
 NLSDIR = @NLSDIR@
 NOSTRICTALIASING = @NOSTRICTALIASING@
-OBJDUMP = @OBJDUMP@
 OBJEXT = @OBJEXT@
 PACKAGE = @PACKAGE@
+PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
+PACKAGE_NAME = @PACKAGE_NAME@
+PACKAGE_STRING = @PACKAGE_STRING@
+PACKAGE_TARNAME = @PACKAGE_TARNAME@
+PACKAGE_VERSION = @PACKAGE_VERSION@
+PATH_SEPARATOR = @PATH_SEPARATOR@
 PKGCONFIG = @PKGCONFIG@
 RANLIB = @RANLIB@
-RC = @RC@
+SET_MAKE = @SET_MAKE@
+SHELL = @SHELL@
 STRIP = @STRIP@
 VERSION = @VERSION@
 WINGSMOFILES = @WINGSMOFILES@
@@ -106,131 +160,140 @@
 XGETTEXT = @XGETTEXT@
 XLFLAGS = @XLFLAGS@
 XLIBS = @XLIBS@
+XMKMF = @XMKMF@
+X_CFLAGS = @X_CFLAGS@
 X_EXTRA_LIBS = @X_EXTRA_LIBS@
 X_LIBRARY_PATH = @X_LIBRARY_PATH@
+X_LIBS = @X_LIBS@
+X_PRE_LIBS = @X_PRE_LIBS@
+ac_ct_CC = @ac_ct_CC@
+ac_ct_CXX = @ac_ct_CXX@
+ac_ct_F77 = @ac_ct_F77@
+am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
+am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
+am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
+am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+am__include = @am__include@
+am__leading_dot = @am__leading_dot@
+am__quote = @am__quote@
+am__tar = @am__tar@
+am__untar = @am__untar@
+bindir = @bindir@
+build = @build@
+build_alias = @build_alias@
+build_cpu = @build_cpu@
+build_os = @build_os@
+build_vendor = @build_vendor@
+datadir = @datadir@
+datarootdir = @datarootdir@
+docdir = @docdir@
+dvidir = @dvidir@
+exec_prefix = @exec_prefix@
+host = @host@
+host_alias = @host_alias@
+host_cpu = @host_cpu@
+host_os = @host_os@
+host_vendor = @host_vendor@
+htmldir = @htmldir@
+includedir = @includedir@
+infodir = @infodir@
+install_sh = @install_sh@
+libdir = @libdir@
+libexecdir = @libexecdir@
+localedir = @localedir@
+localstatedir = @localstatedir@
+mandir = @mandir@
+mkdir_p = @mkdir_p@
+oldincludedir = @oldincludedir@
+pdfdir = @pdfdir@
+prefix = @prefix@
+program_transform_name = @program_transform_name@
+psdir = @psdir@
+sbindir = @sbindir@
+sharedstatedir = @sharedstatedir@
 supported_locales = @supported_locales@
+sysconfdir = @sysconfdir@
+target_alias = @target_alias@
 wprefs_bindir = @wprefs_bindir@
 wprefs_datadir = @wprefs_datadir@
-
 AUTOMAKE_OPTIONS = no-dependencies
-
-noinst_PROGRAMS = wtest wmquery wmfile testmywidget 
-
-LDADD = $(top_builddir)/WINGs/libWINGs.a $(top_builddir)/wrlib/libwraster.la 	@XFTLIBS@ @INTLIBS@
-
+LDADD = $(top_builddir)/WINGs/libWINGs.a $(top_builddir)/wrlib/libwraster.la \
+	@XFTLIBS@ @INTLIBS@
 
 testmywidget_SOURCES = testmywidget.c mywidget.c mywidget.h 
-
 wtest_DEPENDENCIES = $(top_builddir)/WINGs/libWINGs.a
-
 EXTRA_DIST = logo.xpm upbtn.xpm wm.html wm.png
+INCLUDES = -I$(top_srcdir)/WINGs -I$(top_srcdir)/wrlib -I$(top_srcdir)/src \
+	-DRESOURCE_PATH=\"$(datadir)/WINGs\" @XFTFLAGS@ @HEADER_SEARCH_PATH@ \
+	-DDEBUG
 
-INCLUDES = -I$(top_srcdir)/WINGs -I$(top_srcdir)/wrlib -I$(top_srcdir)/src 	-DRESOURCE_PATH=\"$(datadir)/WINGs\" @XFTFLAGS@ @HEADER_SEARCH_PATH@ 	-DDEBUG
-
-mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
-CONFIG_HEADER = ../../src/config.h
-CONFIG_CLEAN_FILES = 
-noinst_PROGRAMS =  wtest$(EXEEXT) wmquery$(EXEEXT) wmfile$(EXEEXT) \
-testmywidget$(EXEEXT)
-PROGRAMS =  $(noinst_PROGRAMS)
+all: all-am
 
-
-DEFS = @DEFS@ -I. -I$(srcdir) -I../../src
-CPPFLAGS = @CPPFLAGS@
-LDFLAGS = @LDFLAGS@
-LIBS = @LIBS@
-X_CFLAGS = @X_CFLAGS@
-X_LIBS = @X_LIBS@
-X_PRE_LIBS = @X_PRE_LIBS@
-wtest_SOURCES = wtest.c
-wtest_OBJECTS =  wtest.$(OBJEXT)
-wtest_LDADD = $(LDADD)
-wtest_LDFLAGS = 
-wmquery_SOURCES = wmquery.c
-wmquery_OBJECTS =  wmquery.$(OBJEXT)
-wmquery_LDADD = $(LDADD)
-wmquery_DEPENDENCIES =  $(top_builddir)/WINGs/libWINGs.a \
-$(top_builddir)/wrlib/libwraster.la
-wmquery_LDFLAGS = 
-wmfile_SOURCES = wmfile.c
-wmfile_OBJECTS =  wmfile.$(OBJEXT)
-wmfile_LDADD = $(LDADD)
-wmfile_DEPENDENCIES =  $(top_builddir)/WINGs/libWINGs.a \
-$(top_builddir)/wrlib/libwraster.la
-wmfile_LDFLAGS = 
-testmywidget_OBJECTS =  testmywidget.$(OBJEXT) mywidget.$(OBJEXT)
-testmywidget_LDADD = $(LDADD)
-testmywidget_DEPENDENCIES =  $(top_builddir)/WINGs/libWINGs.a \
-$(top_builddir)/wrlib/libwraster.la
-testmywidget_LDFLAGS = 
-CFLAGS = @CFLAGS@
-COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
-LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
-CCLD = $(CC)
-LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
-DIST_COMMON =  Makefile.am Makefile.in
-
-
-DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
-
-TAR = tar
-GZIP_ENV = --best
-SOURCES = wtest.c wmquery.c wmfile.c $(testmywidget_SOURCES)
-OBJECTS = wtest.$(OBJEXT) wmquery.$(OBJEXT) wmfile.$(OBJEXT) $(testmywidget_OBJECTS)
-
-all: all-redirect
 .SUFFIXES:
-.SUFFIXES: .S .c .lo .o .obj .s
-$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.ac $(ACLOCAL_M4) 
-	cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps WINGs/Tests/Makefile
-
-Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
-	cd $(top_builddir) \
-	  && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
-
-
-mostlyclean-noinstPROGRAMS:
+.SUFFIXES: .c .lo .o .obj
+$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
+	@for dep in $?; do \
+	  case '$(am__configure_deps)' in \
+	    *$$dep*) \
+	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
+		&& exit 0; \
+	      exit 1;; \
+	  esac; \
+	done; \
+	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  WINGs/Tests/Makefile'; \
+	cd $(top_srcdir) && \
+	  $(AUTOMAKE) --gnu  WINGs/Tests/Makefile
+.PRECIOUS: Makefile
+Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
+	@case '$?' in \
+	  *config.status*) \
+	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
+	  *) \
+	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
+	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
+	esac;
+
+$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
+	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+
+$(top_srcdir)/configure:  $(am__configure_deps)
+	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
+	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
 clean-noinstPROGRAMS:
-	-test -z "$(noinst_PROGRAMS)" || rm -f $(noinst_PROGRAMS)
-
-distclean-noinstPROGRAMS:
-
-maintainer-clean-noinstPROGRAMS:
-
-.c.o:
-	$(COMPILE) -c $<
-
-# FIXME: We should only use cygpath when building on Windows,
-# and only if it is available.
-.c.obj:
-	$(COMPILE) -c `cygpath -w $<`
-
-.s.o:
-	$(COMPILE) -c $<
-
-.S.o:
-	$(COMPILE) -c $<
+	@list='$(noinst_PROGRAMS)'; for p in $$list; do \
+	  f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
+	  echo " rm -f $$p $$f"; \
+	  rm -f $$p $$f ; \
+	done
+testmywidget$(EXEEXT): $(testmywidget_OBJECTS) $(testmywidget_DEPENDENCIES) 
+	@rm -f testmywidget$(EXEEXT)
+	$(LINK) $(testmywidget_LDFLAGS) $(testmywidget_OBJECTS) $(testmywidget_LDADD) $(LIBS)
+wmfile$(EXEEXT): $(wmfile_OBJECTS) $(wmfile_DEPENDENCIES) 
+	@rm -f wmfile$(EXEEXT)
+	$(LINK) $(wmfile_LDFLAGS) $(wmfile_OBJECTS) $(wmfile_LDADD) $(LIBS)
+wmquery$(EXEEXT): $(wmquery_OBJECTS) $(wmquery_DEPENDENCIES) 
+	@rm -f wmquery$(EXEEXT)
+	$(LINK) $(wmquery_LDFLAGS) $(wmquery_OBJECTS) $(wmquery_LDADD) $(LIBS)
+wtest$(EXEEXT): $(wtest_OBJECTS) $(wtest_DEPENDENCIES) 
+	@rm -f wtest$(EXEEXT)
+	$(LINK) $(wtest_LDFLAGS) $(wtest_OBJECTS) $(wtest_LDADD) $(LIBS)
 
 mostlyclean-compile:
-	-rm -f *.o core *.core
 	-rm -f *.$(OBJEXT)
 
-clean-compile:
-
 distclean-compile:
 	-rm -f *.tab.c
 
-maintainer-clean-compile:
-
-.c.lo:
-	$(LIBTOOL) --mode=compile $(COMPILE) -c $<
+.c.o:
+	$(COMPILE) -c $<
 
-.s.lo:
-	$(LIBTOOL) --mode=compile $(COMPILE) -c $<
+.c.obj:
+	$(COMPILE) -c `$(CYGPATH_W) '$<'`
 
-.S.lo:
-	$(LIBTOOL) --mode=compile $(COMPILE) -c $<
+.c.lo:
+	$(LTCOMPILE) -c -o $@ $<
 
 mostlyclean-libtool:
 	-rm -f *.lo
@@ -239,143 +302,172 @@
 	-rm -rf .libs _libs
 
 distclean-libtool:
+	-rm -f libtool
+uninstall-info-am:
 
-maintainer-clean-libtool:
-
-wtest$(EXEEXT): $(wtest_OBJECTS) $(wtest_DEPENDENCIES)
-	@rm -f wtest$(EXEEXT)
-	$(LINK) $(wtest_LDFLAGS) $(wtest_OBJECTS) $(wtest_LDADD) $(LIBS)
-
-wmquery$(EXEEXT): $(wmquery_OBJECTS) $(wmquery_DEPENDENCIES)
-	@rm -f wmquery$(EXEEXT)
-	$(LINK) $(wmquery_LDFLAGS) $(wmquery_OBJECTS) $(wmquery_LDADD) $(LIBS)
-
-wmfile$(EXEEXT): $(wmfile_OBJECTS) $(wmfile_DEPENDENCIES)
-	@rm -f wmfile$(EXEEXT)
-	$(LINK) $(wmfile_LDFLAGS) $(wmfile_OBJECTS) $(wmfile_LDADD) $(LIBS)
-
-testmywidget$(EXEEXT): $(testmywidget_OBJECTS) $(testmywidget_DEPENDENCIES)
-	@rm -f testmywidget$(EXEEXT)
-	$(LINK) $(testmywidget_LDFLAGS) $(testmywidget_OBJECTS) $(testmywidget_LDADD) $(LIBS)
-
+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; }'`; \
+	mkid -fID $$unique
 tags: TAGS
 
-ID: $(HEADERS) $(SOURCES) $(LISP)
-	list='$(SOURCES) $(HEADERS)'; \
-	unique=`for i in $$list; do echo $$i; done | \
-	  awk '    { files[$$0] = 1; } \
+TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+		$(TAGS_FILES) $(LISP)
+	tags=; \
+	here=`pwd`; \
+	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; }'`; \
-	here=`pwd` && cd $(srcdir) \
-	  && mkid -f$$here/ID $$unique $(LISP)
-
-TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
+	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
+	  test -n "$$unique" || unique=$$empty_fix; \
+	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
+	    $$tags $$unique; \
+	fi
+ctags: CTAGS
+CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+		$(TAGS_FILES) $(LISP)
 	tags=; \
 	here=`pwd`; \
-	list='$(SOURCES) $(HEADERS)'; \
-	unique=`for i in $$list; do echo $$i; done | \
-	  awk '    { files[$$0] = 1; } \
+	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; }'`; \
-	test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
-	  || (cd $(srcdir) && etags -o $$here/TAGS $(ETAGS_ARGS) $$tags  $$unique $(LISP))
-
-mostlyclean-tags:
-
-clean-tags:
+	test -z "$(CTAGS_ARGS)$$tags$$unique" \
+	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+	     $$tags $$unique
+
+GTAGS:
+	here=`$(am__cd) $(top_builddir) && pwd` \
+	  && cd $(top_srcdir) \
+	  && gtags -i $(GTAGS_ARGS) $$here
 
 distclean-tags:
-	-rm -f TAGS ID
-
-maintainer-clean-tags:
-
-distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
-
-subdir = WINGs/Tests
+	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 
 distdir: $(DISTFILES)
-	@for file in $(DISTFILES); do \
-	  d=$(srcdir); \
+	@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; \
+	  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 \
-	    cp -pr $$d/$$file $(distdir)/$$file; \
+	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
+	      cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
+	    fi; \
+	    cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 	  else \
 	    test -f $(distdir)/$$file \
-	    || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
-	    || cp -p $$d/$$file $(distdir)/$$file || :; \
+	    || cp -p $$d/$$file $(distdir)/$$file \
+	    || exit 1; \
 	  fi; \
 	done
-info-am:
-info: info-am
-dvi-am:
-dvi: dvi-am
 check-am: all-am
 check: check-am
-installcheck-am:
-installcheck: installcheck-am
-install-exec-am:
+all-am: Makefile $(PROGRAMS)
+installdirs:
+install: install-am
 install-exec: install-exec-am
-
-install-data-am:
 install-data: install-data-am
+uninstall: uninstall-am
 
 install-am: all-am
 	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
-install: install-am
-uninstall-am:
-uninstall: uninstall-am
-all-am: Makefile $(PROGRAMS)
-all-redirect: all-am
-install-strip:
-	$(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
-installdirs:
-
 
+installcheck: installcheck-am
+install-strip:
+	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+	  `test -z '$(STRIP)' || \
+	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 mostlyclean-generic:
 
 clean-generic:
 
 distclean-generic:
-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
-	-rm -f config.cache config.log stamp-h stamp-h[0-9]*
+	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
 maintainer-clean-generic:
-mostlyclean-am:  mostlyclean-noinstPROGRAMS mostlyclean-compile \
-		mostlyclean-libtool mostlyclean-tags \
-		mostlyclean-generic
+	@echo "This command is intended for maintainers to use"
+	@echo "it deletes files that may require special tools to rebuild."
+clean: clean-am
 
-mostlyclean: mostlyclean-am
+clean-am: clean-generic clean-libtool clean-noinstPROGRAMS \
+	mostlyclean-am
 
-clean-am:  clean-noinstPROGRAMS clean-compile clean-libtool clean-tags \
-		clean-generic mostlyclean-am
+distclean: distclean-am
+	-rm -f Makefile
+distclean-am: clean-am distclean-compile distclean-generic \
+	distclean-libtool distclean-tags
 
-clean: clean-am
+dvi: dvi-am
 
-distclean-am:  distclean-noinstPROGRAMS distclean-compile \
-		distclean-libtool distclean-tags distclean-generic \
-		clean-am
-	-rm -f libtool
+dvi-am:
 
-distclean: distclean-am
+html: html-am
 
-maintainer-clean-am:  maintainer-clean-noinstPROGRAMS \
-		maintainer-clean-compile maintainer-clean-libtool \
-		maintainer-clean-tags maintainer-clean-generic \
-		distclean-am
-	@echo "This command is intended for maintainers to use;"
-	@echo "it deletes files that may require special tools to rebuild."
+info: info-am
+
+info-am:
+
+install-data-am:
+
+install-exec-am:
+
+install-info: install-info-am
+
+install-man:
+
+installcheck-am:
 
 maintainer-clean: maintainer-clean-am
+	-rm -f Makefile
+maintainer-clean-am: distclean-am maintainer-clean-generic
+
+mostlyclean: mostlyclean-am
+
+mostlyclean-am: mostlyclean-compile mostlyclean-generic \
+	mostlyclean-libtool
+
+pdf: pdf-am
+
+pdf-am:
 
-.PHONY: mostlyclean-noinstPROGRAMS distclean-noinstPROGRAMS \
-clean-noinstPROGRAMS maintainer-clean-noinstPROGRAMS \
-mostlyclean-compile distclean-compile clean-compile \
-maintainer-clean-compile mostlyclean-libtool distclean-libtool \
-clean-libtool maintainer-clean-libtool tags mostlyclean-tags \
-distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
-dvi-am dvi check check-am installcheck-am installcheck install-exec-am \
-install-exec install-data-am install-data install-am install \
-uninstall-am uninstall all-redirect all-am all installdirs \
-mostlyclean-generic distclean-generic clean-generic \
-maintainer-clean-generic clean mostlyclean distclean maintainer-clean
+ps: ps-am
 
+ps-am:
+
+uninstall-am: uninstall-info-am
+
+.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
+	clean-libtool clean-noinstPROGRAMS ctags distclean \
+	distclean-compile distclean-generic distclean-libtool \
+	distclean-tags distdir dvi dvi-am html html-am info info-am \
+	install install-am install-data install-data-am install-exec \
+	install-exec-am install-info install-info-am install-man \
+	install-strip installcheck installcheck-am installdirs \
+	maintainer-clean maintainer-clean-generic mostlyclean \
+	mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
+	pdf pdf-am ps ps-am tags uninstall uninstall-am \
+	uninstall-info-am
 
 # 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.
--- wmaker-0.92.0.orig/src/Makefile.am
+++ wmaker-0.92.0/src/Makefile.am
@@ -119,6 +119,7 @@
 wmaker_LDADD = \
 	$(top_builddir)/WINGs/libWINGs.a\
 	$(top_builddir)/wrlib/libwraster.la\
+	@XLFLAGS@ \
 	@XFTLIBS@ \
 	@XLIBS@ \
 	@INTLIBS@ \
--- wmaker-0.92.0.orig/src/Makefile.in
+++ wmaker-0.92.0/src/Makefile.in
@@ -1,6 +1,8 @@
-# Makefile.in generated automatically by automake 1.4-p6 from Makefile.am
+# Makefile.in generated by automake 1.9.6 from Makefile.am.
+# @configure_input@
 
-# Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc.
+# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
+# 2003, 2004, 2005  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.
@@ -10,91 +12,147 @@
 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
 # PARTICULAR PURPOSE.
 
-
-SHELL = @SHELL@
+@SET_MAKE@
 
 srcdir = @srcdir@
 top_srcdir = @top_srcdir@
 VPATH = @srcdir@
-prefix = @prefix@
-exec_prefix = @exec_prefix@
-
-bindir = @bindir@
-sbindir = @sbindir@
-libexecdir = @libexecdir@
-datadir = @datadir@
-sysconfdir = @sysconfdir@
-sharedstatedir = @sharedstatedir@
-localstatedir = @localstatedir@
-libdir = @libdir@
-infodir = @infodir@
-mandir = @mandir@
-includedir = @includedir@
-oldincludedir = /usr/include
-
-DESTDIR =
-
 pkgdatadir = $(datadir)/@PACKAGE@
 pkglibdir = $(libdir)/@PACKAGE@
 pkgincludedir = $(includedir)/@PACKAGE@
-
 top_builddir = ..
-
-ACLOCAL = @ACLOCAL@
-AUTOCONF = @AUTOCONF@
-AUTOMAKE = @AUTOMAKE@
-AUTOHEADER = @AUTOHEADER@
-
+am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 INSTALL = @INSTALL@
-INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
-INSTALL_DATA = @INSTALL_DATA@
-INSTALL_SCRIPT = @INSTALL_SCRIPT@
-transform = @program_transform_name@
-
+install_sh_DATA = $(install_sh) -c -m 644
+install_sh_PROGRAM = $(install_sh) -c
+install_sh_SCRIPT = $(install_sh) -c
+INSTALL_HEADER = $(INSTALL_DATA)
+transform = $(program_transform_name)
 NORMAL_INSTALL = :
 PRE_INSTALL = :
 POST_INSTALL = :
 NORMAL_UNINSTALL = :
 PRE_UNINSTALL = :
 POST_UNINSTALL = :
-host_alias = @host_alias@
+build_triplet = @build@
 host_triplet = @host@
+bin_PROGRAMS = wmaker$(EXEEXT)
+subdir = src
+DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
+	$(srcdir)/config.h.in $(srcdir)/wconfig.h.in
+ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
+am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
+	$(top_srcdir)/configure.ac
+am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
+	$(ACLOCAL_M4)
+mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
+CONFIG_HEADER = config.h
+CONFIG_CLEAN_FILES = wconfig.h
+am__installdirs = "$(DESTDIR)$(bindir)"
+binPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
+PROGRAMS = $(bin_PROGRAMS)
+am_wmaker_OBJECTS = actions.$(OBJEXT) appicon.$(OBJEXT) \
+	application.$(OBJEXT) appmenu.$(OBJEXT) balloon.$(OBJEXT) \
+	client.$(OBJEXT) colormap.$(OBJEXT) cycling.$(OBJEXT) \
+	defaults.$(OBJEXT) dialog.$(OBJEXT) dock.$(OBJEXT) \
+	dockedapp.$(OBJEXT) event.$(OBJEXT) framewin.$(OBJEXT) \
+	geomview.$(OBJEXT) icon.$(OBJEXT) main.$(OBJEXT) \
+	menu.$(OBJEXT) misc.$(OBJEXT) monitor.$(OBJEXT) \
+	motif.$(OBJEXT) moveres.$(OBJEXT) pixmap.$(OBJEXT) \
+	placement.$(OBJEXT) properties.$(OBJEXT) resources.$(OBJEXT) \
+	rootmenu.$(OBJEXT) screen.$(OBJEXT) session.$(OBJEXT) \
+	shutdown.$(OBJEXT) switchpanel.$(OBJEXT) stacking.$(OBJEXT) \
+	startup.$(OBJEXT) superfluous.$(OBJEXT) switchmenu.$(OBJEXT) \
+	texture.$(OBJEXT) usermenu.$(OBJEXT) xdnd.$(OBJEXT) \
+	xinerama.$(OBJEXT) xmodifier.$(OBJEXT) xutil.$(OBJEXT) \
+	wcore.$(OBJEXT) wdefaults.$(OBJEXT) window.$(OBJEXT) \
+	winmenu.$(OBJEXT) winspector.$(OBJEXT) wmspec.$(OBJEXT) \
+	workspace.$(OBJEXT) wsound.$(OBJEXT) text.$(OBJEXT)
+wmaker_OBJECTS = $(am_wmaker_OBJECTS)
+wmaker_DEPENDENCIES = $(top_builddir)/WINGs/libWINGs.a \
+	$(top_builddir)/wrlib/libwraster.la
+DEFAULT_INCLUDES = -I. -I$(srcdir) -I.
+depcomp =
+am__depfiles_maybe =
+COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
+	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
+LTCOMPILE = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) \
+	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+	$(AM_CFLAGS) $(CFLAGS)
+CCLD = $(CC)
+LINK = $(LIBTOOL) --tag=CC --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
+	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+SOURCES = $(wmaker_SOURCES)
+DIST_SOURCES = $(wmaker_SOURCES)
+ETAGS = etags
+CTAGS = ctags
+DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+ACLOCAL = @ACLOCAL@
+ALLOCA = @ALLOCA@
+AMDEP_FALSE = @AMDEP_FALSE@
+AMDEP_TRUE = @AMDEP_TRUE@
+AMTAR = @AMTAR@
 AR = @AR@
-AS = @AS@
+AUTOCONF = @AUTOCONF@
+AUTOHEADER = @AUTOHEADER@
+AUTOMAKE = @AUTOMAKE@
+AWK = @AWK@
 CC = @CC@
+CCDEPMODE = @CCDEPMODE@
+CFLAGS = @CFLAGS@
+CPP = @CPP@
+CPPFLAGS = @CPPFLAGS@
 CPP_PATH = @CPP_PATH@
 CXX = @CXX@
 CXXCPP = @CXXCPP@
+CXXDEPMODE = @CXXDEPMODE@
+CXXFLAGS = @CXXFLAGS@
+CYGPATH_W = @CYGPATH_W@
+DEFS = @DEFS@
+DEPDIR = @DEPDIR@
 DLLIBS = @DLLIBS@
-DLLTOOL = @DLLTOOL@
 ECHO = @ECHO@
+ECHO_C = @ECHO_C@
+ECHO_N = @ECHO_N@
+ECHO_T = @ECHO_T@
 EGREP = @EGREP@
 EXEEXT = @EXEEXT@
 F77 = @F77@
-GCJ = @GCJ@
-GCJFLAGS = @GCJFLAGS@
+FFLAGS = @FFLAGS@
 GFXLIBS = @GFXLIBS@
-HAVE_LIB = @HAVE_LIB@
+GREP = @GREP@
 HEADER_SEARCH_PATH = @HEADER_SEARCH_PATH@
 ICONEXT = @ICONEXT@
+INSTALL_DATA = @INSTALL_DATA@
+INSTALL_PROGRAM = @INSTALL_PROGRAM@
+INSTALL_SCRIPT = @INSTALL_SCRIPT@
+INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 INTLIBS = @INTLIBS@
-LIB = @LIB@
+LDFLAGS = @LDFLAGS@
+LIBOBJS = @LIBOBJS@
 LIBRARY_SEARCH_PATH = @LIBRARY_SEARCH_PATH@
+LIBS = @LIBS@
 LIBTOOL = @LIBTOOL@
 LITE = @LITE@
 LN_S = @LN_S@
-LTLIB = @LTLIB@
+LTLIBOBJS = @LTLIBOBJS@
 MAKEINFO = @MAKEINFO@
 MOFILES = @MOFILES@
 NETLIBS = @NETLIBS@
 NLSDIR = @NLSDIR@
 NOSTRICTALIASING = @NOSTRICTALIASING@
-OBJDUMP = @OBJDUMP@
 OBJEXT = @OBJEXT@
 PACKAGE = @PACKAGE@
+PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
+PACKAGE_NAME = @PACKAGE_NAME@
+PACKAGE_STRING = @PACKAGE_STRING@
+PACKAGE_TARNAME = @PACKAGE_TARNAME@
+PACKAGE_VERSION = @PACKAGE_VERSION@
+PATH_SEPARATOR = @PATH_SEPARATOR@
 PKGCONFIG = @PKGCONFIG@
 RANLIB = @RANLIB@
-RC = @RC@
+SET_MAKE = @SET_MAKE@
+SHELL = @SHELL@
 STRIP = @STRIP@
 VERSION = @VERSION@
 WINGSMOFILES = @WINGSMOFILES@
@@ -106,183 +164,278 @@
 XGETTEXT = @XGETTEXT@
 XLFLAGS = @XLFLAGS@
 XLIBS = @XLIBS@
+XMKMF = @XMKMF@
+X_CFLAGS = @X_CFLAGS@
 X_EXTRA_LIBS = @X_EXTRA_LIBS@
 X_LIBRARY_PATH = @X_LIBRARY_PATH@
+X_LIBS = @X_LIBS@
+X_PRE_LIBS = @X_PRE_LIBS@
+ac_ct_CC = @ac_ct_CC@
+ac_ct_CXX = @ac_ct_CXX@
+ac_ct_F77 = @ac_ct_F77@
+am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
+am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
+am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
+am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+am__include = @am__include@
+am__leading_dot = @am__leading_dot@
+am__quote = @am__quote@
+am__tar = @am__tar@
+am__untar = @am__untar@
+bindir = @bindir@
+build = @build@
+build_alias = @build_alias@
+build_cpu = @build_cpu@
+build_os = @build_os@
+build_vendor = @build_vendor@
+datadir = @datadir@
+datarootdir = @datarootdir@
+docdir = @docdir@
+dvidir = @dvidir@
+exec_prefix = @exec_prefix@
+host = @host@
+host_alias = @host_alias@
+host_cpu = @host_cpu@
+host_os = @host_os@
+host_vendor = @host_vendor@
+htmldir = @htmldir@
+includedir = @includedir@
+infodir = @infodir@
+install_sh = @install_sh@
+libdir = @libdir@
+libexecdir = @libexecdir@
+localedir = @localedir@
+localstatedir = @localstatedir@
+mandir = @mandir@
+mkdir_p = @mkdir_p@
+oldincludedir = @oldincludedir@
+pdfdir = @pdfdir@
+prefix = @prefix@
+program_transform_name = @program_transform_name@
+psdir = @psdir@
+sbindir = @sbindir@
+sharedstatedir = @sharedstatedir@
 supported_locales = @supported_locales@
+sysconfdir = @sysconfdir@
+target_alias = @target_alias@
 wprefs_bindir = @wprefs_bindir@
 wprefs_datadir = @wprefs_datadir@
-
 AUTOMAKE_OPTIONS = no-dependencies
-
 BUILT_SOURCES = wconfig.h
 
-bin_PROGRAMS = wmaker
-
 #noinst_PROGRAMS = wsmap
-
 EXTRA_DIST = 
 
 #wsmap_SOURCES= wsmap.c
-
-wmaker_SOURCES =  	GNUstep.h 	WindowMaker.h 	actions.c 	actions.h 	appicon.c 	appicon.h 	application.c 	application.h 	appmenu.c 	appmenu.h 	balloon.c 	balloon.h 	client.c 	client.h 	colormap.c 	cycling.c 	def_pixmaps.h 	defaults.c 	defaults.h 	dialog.c 	dialog.h 	dock.c 	dockedapp.c 	dock.h 	event.c 	extend_pixmaps.h 	framewin.c 	framewin.h 	geomview.c 	geomview.h 	funcs.h 	icon.c 	icon.h 	keybind.h 	main.c 	menu.c 	menu.h 	misc.c 	monitor.c 	motif.c 	motif.h 	moveres.c 	pixmap.c 	pixmap.h 	placement.c 	properties.c 	properties.h 	resources.c 	resources.h 	rootmenu.c 	screen.c 	screen.h 	session.h 	session.c 	shutdown.c 	switchpanel.c 	switchpanel.h 	stacking.c 	stacking.h 	startup.c 	superfluous.c 	superfluous.h 	switchmenu.c 	texture.c 	texture.h 	usermenu.c 	usermenu.h 	xdnd.h 	xdnd.c 	xinerama.h 	xinerama.c 	xmodifier.h 	xmodifier.c 	xutil.c 	xutil.h 	wconfig.h 	wcore.c 	wcore.h 	wdefaults.c 	wdefaults.h 	window.c 	window.h 	winmenu.c 	winspector.h 	winspector.c 	wmspec.h 	wmspec.c 	workspace.c 	workspace.h 	wsound.c 	wsound.h 	text.c 	text.h 
-
+wmaker_SOURCES = \
+	GNUstep.h \
+	WindowMaker.h \
+	actions.c \
+	actions.h \
+	appicon.c \
+	appicon.h \
+	application.c \
+	application.h \
+	appmenu.c \
+	appmenu.h \
+	balloon.c \
+	balloon.h \
+	client.c \
+	client.h \
+	colormap.c \
+	cycling.c \
+	def_pixmaps.h \
+	defaults.c \
+	defaults.h \
+	dialog.c \
+	dialog.h \
+	dock.c \
+	dockedapp.c \
+	dock.h \
+	event.c \
+	extend_pixmaps.h \
+	framewin.c \
+	framewin.h \
+	geomview.c \
+	geomview.h \
+	funcs.h \
+	icon.c \
+	icon.h \
+	keybind.h \
+	main.c \
+	menu.c \
+	menu.h \
+	misc.c \
+	monitor.c \
+	motif.c \
+	motif.h \
+	moveres.c \
+	pixmap.c \
+	pixmap.h \
+	placement.c \
+	properties.c \
+	properties.h \
+	resources.c \
+	resources.h \
+	rootmenu.c \
+	screen.c \
+	screen.h \
+	session.h \
+	session.c \
+	shutdown.c \
+	switchpanel.c \
+	switchpanel.h \
+	stacking.c \
+	stacking.h \
+	startup.c \
+	superfluous.c \
+	superfluous.h \
+	switchmenu.c \
+	texture.c \
+	texture.h \
+	usermenu.c \
+	usermenu.h \
+	xdnd.h \
+	xdnd.c \
+	xinerama.h \
+	xinerama.c \
+	xmodifier.h \
+	xmodifier.c \
+	xutil.c \
+	xutil.h \
+	wconfig.h \
+	wcore.c \
+	wcore.h \
+	wdefaults.c \
+	wdefaults.h \
+	window.c \
+	window.h \
+	winmenu.c \
+	winspector.h \
+	winspector.c \
+	wmspec.h \
+	wmspec.c \
+	workspace.c \
+	workspace.h \
+	wsound.c \
+	wsound.h \
+	text.c \
+	text.h 
 
 AM_CPPFLAGS = $(DFLAGS) -DLOCALEDIR=\"$(NLSDIR)\"
-
 AM_CFLAGS = @NOSTRICTALIASING@
+INCLUDES = \
+	-I$(top_srcdir)/wrlib \
+	-I$(top_srcdir)/WINGs @HEADER_SEARCH_PATH@ 
+
+wmaker_LDADD = \
+	$(top_builddir)/WINGs/libWINGs.a\
+	$(top_builddir)/wrlib/libwraster.la\
+	@XLFLAGS@ \
+	@XFTLIBS@ \
+	@XLIBS@ \
+	@INTLIBS@ \
+	@DLLIBS@
 
-INCLUDES =  	-I$(top_srcdir)/wrlib 	-I$(top_srcdir)/WINGs @HEADER_SEARCH_PATH@ 
+all: $(BUILT_SOURCES) config.h
+	$(MAKE) $(AM_MAKEFLAGS) all-am
 
-
-wmaker_LDADD =  	$(top_builddir)/WINGs/libWINGs.a 	$(top_builddir)/wrlib/libwraster.la 	@XFTLIBS@ 	@XLIBS@ 	@INTLIBS@ 	@DLLIBS@
-
-mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
-CONFIG_HEADER = config.h
-CONFIG_CLEAN_FILES =  wconfig.h
-bin_PROGRAMS =  wmaker$(EXEEXT)
-PROGRAMS =  $(bin_PROGRAMS)
-
-
-DEFS = @DEFS@ -I. -I$(srcdir) -I.
-CPPFLAGS = @CPPFLAGS@
-LDFLAGS = @LDFLAGS@
-LIBS = @LIBS@
-X_CFLAGS = @X_CFLAGS@
-X_LIBS = @X_LIBS@
-X_PRE_LIBS = @X_PRE_LIBS@
-wmaker_OBJECTS =  actions.$(OBJEXT) appicon.$(OBJEXT) \
-application.$(OBJEXT) appmenu.$(OBJEXT) balloon.$(OBJEXT) \
-client.$(OBJEXT) colormap.$(OBJEXT) cycling.$(OBJEXT) \
-defaults.$(OBJEXT) dialog.$(OBJEXT) dock.$(OBJEXT) dockedapp.$(OBJEXT) \
-event.$(OBJEXT) framewin.$(OBJEXT) geomview.$(OBJEXT) icon.$(OBJEXT) \
-main.$(OBJEXT) menu.$(OBJEXT) misc.$(OBJEXT) monitor.$(OBJEXT) \
-motif.$(OBJEXT) moveres.$(OBJEXT) pixmap.$(OBJEXT) placement.$(OBJEXT) \
-properties.$(OBJEXT) resources.$(OBJEXT) rootmenu.$(OBJEXT) \
-screen.$(OBJEXT) session.$(OBJEXT) shutdown.$(OBJEXT) \
-switchpanel.$(OBJEXT) stacking.$(OBJEXT) startup.$(OBJEXT) \
-superfluous.$(OBJEXT) switchmenu.$(OBJEXT) texture.$(OBJEXT) \
-usermenu.$(OBJEXT) xdnd.$(OBJEXT) xinerama.$(OBJEXT) \
-xmodifier.$(OBJEXT) xutil.$(OBJEXT) wcore.$(OBJEXT) wdefaults.$(OBJEXT) \
-window.$(OBJEXT) winmenu.$(OBJEXT) winspector.$(OBJEXT) \
-wmspec.$(OBJEXT) workspace.$(OBJEXT) wsound.$(OBJEXT) text.$(OBJEXT)
-wmaker_DEPENDENCIES =  $(top_builddir)/WINGs/libWINGs.a \
-$(top_builddir)/wrlib/libwraster.la
-wmaker_LDFLAGS = 
-CFLAGS = @CFLAGS@
-COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
-LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
-CCLD = $(CC)
-LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
-DIST_COMMON =  ./stamp-h.in Makefile.am Makefile.in config.h.in \
-wconfig.h.in
-
-
-DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
-
-TAR = tar
-GZIP_ENV = --best
-SOURCES = $(wmaker_SOURCES)
-OBJECTS = $(wmaker_OBJECTS)
-
-all: all-redirect
 .SUFFIXES:
-.SUFFIXES: .S .c .lo .o .obj .s
-$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.ac $(ACLOCAL_M4) 
-	cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps src/Makefile
-
-Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
-	cd $(top_builddir) \
-	  && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
-
+.SUFFIXES: .c .lo .o .obj
+$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
+	@for dep in $?; do \
+	  case '$(am__configure_deps)' in \
+	    *$$dep*) \
+	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
+		&& exit 0; \
+	      exit 1;; \
+	  esac; \
+	done; \
+	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  src/Makefile'; \
+	cd $(top_srcdir) && \
+	  $(AUTOMAKE) --gnu  src/Makefile
+.PRECIOUS: Makefile
+Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
+	@case '$?' in \
+	  *config.status*) \
+	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
+	  *) \
+	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
+	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
+	esac;
+
+$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
+	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+
+$(top_srcdir)/configure:  $(am__configure_deps)
+	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
+	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
-config.h: stamp-h
+config.h: stamp-h1
 	@if test ! -f $@; then \
-		rm -f stamp-h; \
-		$(MAKE) stamp-h; \
+	  rm -f stamp-h1; \
+	  $(MAKE) stamp-h1; \
 	else :; fi
-stamp-h: $(srcdir)/config.h.in $(top_builddir)/config.status
-	cd $(top_builddir) \
-	  && CONFIG_FILES= CONFIG_HEADERS=src/config.h \
-	     $(SHELL) ./config.status
-	@echo timestamp > stamp-h 2> /dev/null
-$(srcdir)/config.h.in: $(srcdir)/stamp-h.in
-	@if test ! -f $@; then \
-		rm -f $(srcdir)/stamp-h.in; \
-		$(MAKE) $(srcdir)/stamp-h.in; \
-	else :; fi
-$(srcdir)/stamp-h.in: $(top_srcdir)/configure.ac $(ACLOCAL_M4) 
-	cd $(top_srcdir) && $(AUTOHEADER)
-	@echo timestamp > $(srcdir)/stamp-h.in 2> /dev/null
 
-mostlyclean-hdr:
-
-clean-hdr:
+stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
+	@rm -f stamp-h1
+	cd $(top_builddir) && $(SHELL) ./config.status src/config.h
+$(srcdir)/config.h.in:  $(am__configure_deps) 
+	cd $(top_srcdir) && $(AUTOHEADER)
+	rm -f stamp-h1
+	touch $@
 
 distclean-hdr:
-	-rm -f config.h
-
-maintainer-clean-hdr:
-wconfig.h: $(top_builddir)/config.status wconfig.h.in
-	cd $(top_builddir) && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
-
-mostlyclean-binPROGRAMS:
-
-clean-binPROGRAMS:
-	-test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
-
-distclean-binPROGRAMS:
-
-maintainer-clean-binPROGRAMS:
-
+	-rm -f config.h stamp-h1
+wconfig.h: $(top_builddir)/config.status $(srcdir)/wconfig.h.in
+	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
 install-binPROGRAMS: $(bin_PROGRAMS)
 	@$(NORMAL_INSTALL)
-	$(mkinstalldirs) $(DESTDIR)$(bindir)
+	test -z "$(bindir)" || $(mkdir_p) "$(DESTDIR)$(bindir)"
 	@list='$(bin_PROGRAMS)'; for p in $$list; do \
-	  if test -f $$p; then \
-	    echo " $(LIBTOOL)  --mode=install $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`"; \
-	    $(LIBTOOL)  --mode=install $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
+	  p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
+	  if test -f $$p \
+	     || test -f $$p1 \
+	  ; then \
+	    f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
+	   echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(bindir)/$$f'"; \
+	   $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(bindir)/$$f" || exit 1; \
 	  else :; fi; \
 	done
 
 uninstall-binPROGRAMS:
 	@$(NORMAL_UNINSTALL)
-	list='$(bin_PROGRAMS)'; for p in $$list; do \
-	  rm -f $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
+	@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
 
-.c.o:
-	$(COMPILE) -c $<
-
-# FIXME: We should only use cygpath when building on Windows,
-# and only if it is available.
-.c.obj:
-	$(COMPILE) -c `cygpath -w $<`
-
-.s.o:
-	$(COMPILE) -c $<
-
-.S.o:
-	$(COMPILE) -c $<
+clean-binPROGRAMS:
+	@list='$(bin_PROGRAMS)'; for p in $$list; do \
+	  f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
+	  echo " rm -f $$p $$f"; \
+	  rm -f $$p $$f ; \
+	done
+wmaker$(EXEEXT): $(wmaker_OBJECTS) $(wmaker_DEPENDENCIES) 
+	@rm -f wmaker$(EXEEXT)
+	$(LINK) $(wmaker_LDFLAGS) $(wmaker_OBJECTS) $(wmaker_LDADD) $(LIBS)
 
 mostlyclean-compile:
-	-rm -f *.o core *.core
 	-rm -f *.$(OBJEXT)
 
-clean-compile:
-
 distclean-compile:
 	-rm -f *.tab.c
 
-maintainer-clean-compile:
-
-.c.lo:
-	$(LIBTOOL) --mode=compile $(COMPILE) -c $<
+.c.o:
+	$(COMPILE) -c $<
 
-.s.lo:
-	$(LIBTOOL) --mode=compile $(COMPILE) -c $<
+.c.obj:
+	$(COMPILE) -c `$(CYGPATH_W) '$<'`
 
-.S.lo:
-	$(LIBTOOL) --mode=compile $(COMPILE) -c $<
+.c.lo:
+	$(LTCOMPILE) -c -o $@ $<
 
 mostlyclean-libtool:
 	-rm -f *.lo
@@ -291,136 +444,178 @@
 	-rm -rf .libs _libs
 
 distclean-libtool:
+	-rm -f libtool
+uninstall-info-am:
 
-maintainer-clean-libtool:
-
-wmaker$(EXEEXT): $(wmaker_OBJECTS) $(wmaker_DEPENDENCIES)
-	@rm -f wmaker$(EXEEXT)
-	$(LINK) $(wmaker_LDFLAGS) $(wmaker_OBJECTS) $(wmaker_LDADD) $(LIBS)
-
+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; }'`; \
+	mkid -fID $$unique
 tags: TAGS
 
-ID: $(HEADERS) $(SOURCES) $(LISP)
-	list='$(SOURCES) $(HEADERS)'; \
-	unique=`for i in $$list; do echo $$i; done | \
-	  awk '    { files[$$0] = 1; } \
+TAGS:  $(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; }'`; \
-	here=`pwd` && cd $(srcdir) \
-	  && mkid -f$$here/ID $$unique $(LISP)
-
-TAGS:  $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) $(LISP)
+	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
+	  test -n "$$unique" || unique=$$empty_fix; \
+	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
+	    $$tags $$unique; \
+	fi
+ctags: CTAGS
+CTAGS:  $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
+		$(TAGS_FILES) $(LISP)
 	tags=; \
 	here=`pwd`; \
-	list='$(SOURCES) $(HEADERS)'; \
-	unique=`for i in $$list; do echo $$i; done | \
-	  awk '    { files[$$0] = 1; } \
+	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 "$(ETAGS_ARGS)config.h.in$$unique$(LISP)$$tags" \
-	  || (cd $(srcdir) && etags -o $$here/TAGS $(ETAGS_ARGS) $$tags config.h.in $$unique $(LISP))
-
-mostlyclean-tags:
-
-clean-tags:
+	test -z "$(CTAGS_ARGS)$$tags$$unique" \
+	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+	     $$tags $$unique
+
+GTAGS:
+	here=`$(am__cd) $(top_builddir) && pwd` \
+	  && cd $(top_srcdir) \
+	  && gtags -i $(GTAGS_ARGS) $$here
 
 distclean-tags:
-	-rm -f TAGS ID
-
-maintainer-clean-tags:
-
-distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
-
-subdir = src
+	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 
 distdir: $(DISTFILES)
-	@for file in $(DISTFILES); do \
-	  d=$(srcdir); \
+	@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; \
+	  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 \
-	    cp -pr $$d/$$file $(distdir)/$$file; \
+	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
+	      cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
+	    fi; \
+	    cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 	  else \
 	    test -f $(distdir)/$$file \
-	    || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
-	    || cp -p $$d/$$file $(distdir)/$$file || :; \
+	    || cp -p $$d/$$file $(distdir)/$$file \
+	    || exit 1; \
 	  fi; \
 	done
-info-am:
-info: info-am
-dvi-am:
-dvi: dvi-am
 check-am: all-am
-check: check-am
-installcheck-am:
-installcheck: installcheck-am
-all-recursive-am: config.h
-	$(MAKE) $(AM_MAKEFLAGS) all-recursive
-
-install-exec-am: install-binPROGRAMS
+check: $(BUILT_SOURCES)
+	$(MAKE) $(AM_MAKEFLAGS) check-am
+all-am: Makefile $(PROGRAMS) config.h
+installdirs:
+	for dir in "$(DESTDIR)$(bindir)"; do \
+	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
+	done
+install: $(BUILT_SOURCES)
+	$(MAKE) $(AM_MAKEFLAGS) install-am
 install-exec: install-exec-am
-
-install-data-am:
 install-data: install-data-am
+uninstall: uninstall-am
 
 install-am: all-am
 	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
-install: install-am
-uninstall-am: uninstall-binPROGRAMS
-uninstall: uninstall-am
-all-am: Makefile $(PROGRAMS) config.h
-all-redirect: all-am
-install-strip:
-	$(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
-installdirs:
-	$(mkinstalldirs)  $(DESTDIR)$(bindir)
-
 
+installcheck: installcheck-am
+install-strip:
+	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+	  `test -z '$(STRIP)' || \
+	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 mostlyclean-generic:
 
 clean-generic:
 
 distclean-generic:
-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
-	-rm -f config.cache config.log stamp-h stamp-h[0-9]*
+	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
 maintainer-clean-generic:
+	@echo "This command is intended for maintainers to use"
+	@echo "it deletes files that may require special tools to rebuild."
 	-test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
-mostlyclean-am:  mostlyclean-hdr mostlyclean-binPROGRAMS \
-		mostlyclean-compile mostlyclean-libtool \
-		mostlyclean-tags mostlyclean-generic
+clean: clean-am
 
-mostlyclean: mostlyclean-am
+clean-am: clean-binPROGRAMS clean-generic clean-libtool mostlyclean-am
 
-clean-am:  clean-hdr clean-binPROGRAMS clean-compile clean-libtool \
-		clean-tags clean-generic mostlyclean-am
+distclean: distclean-am
+	-rm -f Makefile
+distclean-am: clean-am distclean-compile distclean-generic \
+	distclean-hdr distclean-libtool distclean-tags
 
-clean: clean-am
+dvi: dvi-am
 
-distclean-am:  distclean-hdr distclean-binPROGRAMS distclean-compile \
-		distclean-libtool distclean-tags distclean-generic \
-		clean-am
-	-rm -f libtool
+dvi-am:
 
-distclean: distclean-am
+html: html-am
 
-maintainer-clean-am:  maintainer-clean-hdr maintainer-clean-binPROGRAMS \
-		maintainer-clean-compile maintainer-clean-libtool \
-		maintainer-clean-tags maintainer-clean-generic \
-		distclean-am
-	@echo "This command is intended for maintainers to use;"
-	@echo "it deletes files that may require special tools to rebuild."
+info: info-am
+
+info-am:
+
+install-data-am:
+
+install-exec-am: install-binPROGRAMS
+
+install-info: install-info-am
+
+install-man:
+
+installcheck-am:
 
 maintainer-clean: maintainer-clean-am
+	-rm -f Makefile
+maintainer-clean-am: distclean-am maintainer-clean-generic
+
+mostlyclean: mostlyclean-am
 
-.PHONY: mostlyclean-hdr distclean-hdr clean-hdr maintainer-clean-hdr \
-mostlyclean-binPROGRAMS distclean-binPROGRAMS clean-binPROGRAMS \
-maintainer-clean-binPROGRAMS uninstall-binPROGRAMS install-binPROGRAMS \
-mostlyclean-compile distclean-compile clean-compile \
-maintainer-clean-compile mostlyclean-libtool distclean-libtool \
-clean-libtool maintainer-clean-libtool tags mostlyclean-tags \
-distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
-dvi-am dvi check check-am installcheck-am installcheck all-recursive-am \
-install-exec-am install-exec install-data-am install-data install-am \
-install uninstall-am uninstall all-redirect all-am all installdirs \
-mostlyclean-generic distclean-generic clean-generic \
-maintainer-clean-generic clean mostlyclean distclean maintainer-clean
+mostlyclean-am: mostlyclean-compile mostlyclean-generic \
+	mostlyclean-libtool
+
+pdf: pdf-am
+
+pdf-am:
+
+ps: ps-am
+
+ps-am:
+
+uninstall-am: uninstall-binPROGRAMS uninstall-info-am
+
+.PHONY: CTAGS GTAGS all all-am check check-am clean clean-binPROGRAMS \
+	clean-generic clean-libtool ctags distclean distclean-compile \
+	distclean-generic distclean-hdr distclean-libtool \
+	distclean-tags distdir dvi dvi-am html html-am info info-am \
+	install install-am install-binPROGRAMS install-data \
+	install-data-am install-exec install-exec-am install-info \
+	install-info-am install-man install-strip installcheck \
+	installcheck-am installdirs maintainer-clean \
+	maintainer-clean-generic mostlyclean mostlyclean-compile \
+	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
+	tags uninstall uninstall-am uninstall-binPROGRAMS \
+	uninstall-info-am
 
 
 #wsmap_LDADD = \
@@ -430,7 +625,6 @@
 #	@XLIBS@ \
 #	@INTLIBS@ \
 #	@DLLIBS@
-
 # 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:
--- wmaker-0.92.0.orig/src/config.h.in
+++ wmaker-0.92.0/src/config.h.in
@@ -191,7 +191,7 @@
 
 /* If using the C implementation of alloca, define if you know the
    direction of stack growth for your system; otherwise it will be
-   automatically deduced at run-time.
+   automatically deduced at runtime.
 	STACK_DIRECTION > 0 => grows toward higher addresses
 	STACK_DIRECTION < 0 => grows toward lower addresses
 	STACK_DIRECTION = 0 => direction of growth unknown */
--- wmaker-0.92.0.orig/src/wconfig.h.in
+++ wmaker-0.92.0/src/wconfig.h.in
@@ -213,7 +213,7 @@
 /* list of paths to look for the config files, searched in order
  * of appearance */
 #define DEF_CONFIG_PATHS \
-    "~/GNUstep/Library/WindowMaker:"PKGDATADIR
+"~/GNUstep/Library/WindowMaker:/etc/X11/WindowMaker:"PKGDATADIR
 
 #define DEF_MENU_FILE	"menu"
 
@@ -237,7 +237,16 @@
 
 /* pixmap path */
 #define DEF_PIXMAP_PATHS \
-    "(\"~/pixmaps\",\"~/GNUstep/Library/WindowMaker/Pixmaps\",\""PIXMAPDIR"\")"
+ "(\"~/pixmaps\", \
+   \"~/GNUstep/Library/WindowMaker/Backgrounds\", \
+   \"~/GNUstep/Library/WindowMaker/Pixmaps\", \
+   \"/usr/local/share/WindowMaker/Backgrounds\", \
+   \"/usr/local/share/WindowMaker/Pixmaps\", \
+   \"/usr/share/WindowMaker/Backgrounds\", \
+   \"/usr/share/WindowMaker/Pixmaps\", \
+   \"/usr/local/share/pixmaps\", \
+   \"/usr/share/pixmaps\", \
+   \"/usr/X11R6/include/X11/pixmaps\")"
 
 #ifdef USER_MENU
 #define GLOBAL_USER_MENU_PATH PKGDATADIR"/UserMenus"
@@ -247,7 +256,13 @@
 
 /* icon path */
 #define DEF_ICON_PATHS \
-    "(\"~/pixmaps\",\"~/GNUstep/Library/Icons\",\"/usr/include/X11/pixmaps/\",\""PIXMAPDIR"\")"
+ "(\"~/pixmaps\", \
+   \"~/GNUstep/Library/Icons\", \
+   \"/usr/local/share/WindowMaker/Icons\", \
+   \"/usr/share/WindowMaker/Icons\", \
+   \"/usr/local/share/icons\", \
+   \"/usr/share/icons\", \
+   \"/usr/X11R6/include/X11/pixmaps\")"
 
 
 /* window title to use for untitled windows */
@@ -257,14 +272,14 @@
 #define DEF_FRAME_COLOR   "white"
 
 
-#define DEF_TITLE_FONT "\"Trebuchet MS,Luxi Sans:bold:pixelsize=12\""
-#define DEF_MENU_TITLE_FONT "\"Trebuchet MS,Luxi Sans:bold:pixelsize=12\""
-#define DEF_MENU_ENTRY_FONT "\"Trebuchet MS,Luxi Sans:pixelsize=12\""
-#define DEF_ICON_TITLE_FONT "\"Arial,Luxi Sans:pixelsize=9\""
-#define DEF_CLIP_TITLE_FONT "\"Verdana:bold:pixelsize=10\""
-#define DEF_INFO_TEXT_FONT "\"Trebuchet MS,Luxi Sans:pixelsize=12\""
+#define DEF_TITLE_FONT "\"Arial,sans serif:bold:pixelsize=12\""
+#define DEF_MENU_TITLE_FONT "\"Arial,sans serif:bold:pixelsize=12\""
+#define DEF_MENU_ENTRY_FONT "\"Arial,sans serif:pixelsize=12\""
+#define DEF_ICON_TITLE_FONT "\"Arial,sans serif:pixelsize=9\""
+#define DEF_CLIP_TITLE_FONT "\"Arial,sans serif:bold:pixelsize=10\""
+#define DEF_INFO_TEXT_FONT "\"Arial,sans serif:pixelsize=12\""
 
-#define DEF_WORKSPACE_NAME_FONT "\"Trebuchet MS,Luxi Sans:pixelsize=24\""
+#define DEF_WORKSPACE_NAME_FONT "\"Arial Black,sans serif:pixelsize=24\""
 
 
 #define DEF_FRAME_THICKNESS 1	       /* linewidth of the move/resize frame */
@@ -383,6 +398,8 @@
 /* workspace name on switch display */
 #define WORKSPACE_NAME_FADE_DELAY 30
 
+#define VIRTUAL_DESKTOP 1
+
 #ifdef VIRTUAL_DESKTOP
 /* workspace virtual edge speed */
 #define VIRTUALEDGE_SCROLL_VSTEP 30
--- wmaker-0.92.0.orig/src/application.c
+++ wmaker-0.92.0/src/application.c
@@ -197,7 +197,7 @@
 {
     char *iconPath=NULL;
     /* Maybe the app is a .app and it has an icon in it, like
-     * /usr/local/GNUstep/Applications/WPrefs.app/WPrefs.tiff
+     * /usr/local/GNUstep/System/Applications/WPrefs.app/WPrefs.tiff
      */
     if (strstr(path, ".app")) {
         char *tmp;
--- wmaker-0.92.0.orig/src/defaults.c
+++ wmaker-0.92.0/src/defaults.c
@@ -923,7 +923,7 @@
     char path[PATH_MAX];
     struct stat stbuf;
 
-    snprintf(path, sizeof(path), "%s/WindowMaker/%s", SYSCONFDIR, domainName);
+    snprintf(path, sizeof(path), "%s/GNUstep/Defaults/%s", SYSCONFDIR, domainName);
     if (stat(path, &stbuf)>=0) {
         globalDict = WMReadPropListFromFile(path);
         if (globalDict && requireDictionary && !WMIsPLDictionary(globalDict)) {
@@ -1028,7 +1028,7 @@
         return;
 
 #ifdef GLOBAL_PREAMBLE_MENU_FILE
-    submenu = WMReadPropListFromFile(SYSCONFDIR"/WindowMaker/"GLOBAL_PREAMBLE_MENU_FILE);
+    submenu = WMReadPropListFromFile(SYSCONFDIR"/GNUstep/Defaults/"GLOBAL_PREAMBLE_MENU_FILE);
 
     if (submenu && !WMIsPLArray(submenu)) {
         wwarning(_("invalid global menu file %s"),
@@ -1043,7 +1043,7 @@
 #endif
 
 #ifdef GLOBAL_EPILOGUE_MENU_FILE
-    submenu = WMReadPropListFromFile(SYSCONFDIR"/WindowMaker/"GLOBAL_EPILOGUE_MENU_FILE);
+    submenu = WMReadPropListFromFile(SYSCONFDIR"/GNUstep/Defaults/"GLOBAL_EPILOGUE_MENU_FILE);
 
     if (submenu && !WMIsPLArray(submenu)) {
         wwarning(_("invalid global menu file %s"),
@@ -1140,7 +1140,7 @@
     }
 
     /* global system dictionary */
-    snprintf(path, sizeof(path), "%s/WindowMaker/%s", SYSCONFDIR, domain);
+    snprintf(path, sizeof(path), "%s/GNUstep/Defaults/%s", SYSCONFDIR, domain);
     if (stat(path, &stbuf)>=0) {
         shared_dict = WMReadPropListFromFile(path);
         if (shared_dict) {
--- wmaker-0.92.0.orig/src/main.c
+++ wmaker-0.92.0/src/main.c
@@ -709,7 +709,7 @@
                     printf("Window Maker %s\n", VERSION);
                     exit(0);
                 } else if (strcmp(argv[i], "--global_defaults_path")==0) {
-                    printf("%s/WindowMaker\n", SYSCONFDIR);
+                    printf("%s/GNUstep/Defaults\n", SYSCONFDIR);
                     exit(0);
 #ifdef DEBUG
                 } else if (strcmp(argv[i], "--synchronous")==0) {
--- wmaker-0.92.0.orig/src/misc.c
+++ wmaker-0.92.0/src/misc.c
@@ -115,6 +115,7 @@
     line = wmalloc(MAXLINE);
     *line = 0;
     i=1;
+    strcat(line, " -traditional -undef");
     if ((buf=getenv("HOSTNAME"))!=NULL) {
         if (buf[0]=='(') {
             wwarning(_("your machine is misconfigured. HOSTNAME is set to %s"),
--- wmaker-0.92.0.orig/util/Makefile.am
+++ wmaker-0.92.0/util/Makefile.am
@@ -55,7 +55,7 @@
 wmsetbg_LDADD = \
 	$(top_builddir)/WINGs/libWINGs.a \
 	$(top_builddir)/wrlib/libwraster.la \
-	@XLIBS@ @XFTLIBS@ @INTLIBS@ @DLLIBS@
+	@XLFLAGS@ @XLIBS@ @XFTLIBS@ @INTLIBS@ @DLLIBS@
 
 CLEANFILES = wmaker.inst
 
--- wmaker-0.92.0.orig/util/Makefile.in
+++ wmaker-0.92.0/util/Makefile.in
@@ -1,6 +1,8 @@
-# Makefile.in generated automatically by automake 1.4-p6 from Makefile.am
+# Makefile.in generated by automake 1.9.6 from Makefile.am.
+# @configure_input@
 
-# Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc.
+# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
+# 2003, 2004, 2005  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.
@@ -10,89 +12,183 @@
 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
 # PARTICULAR PURPOSE.
 
+@SET_MAKE@
 
-SHELL = @SHELL@
 
 srcdir = @srcdir@
 top_srcdir = @top_srcdir@
 VPATH = @srcdir@
-prefix = @prefix@
-exec_prefix = @exec_prefix@
-
-bindir = @bindir@
-sbindir = @sbindir@
-libexecdir = @libexecdir@
-datadir = @datadir@
-sysconfdir = @sysconfdir@
-sharedstatedir = @sharedstatedir@
-localstatedir = @localstatedir@
-libdir = @libdir@
-infodir = @infodir@
-mandir = @mandir@
-includedir = @includedir@
-oldincludedir = /usr/include
-
-DESTDIR =
 pkglibdir = $(libdir)/@PACKAGE@
 pkgincludedir = $(includedir)/@PACKAGE@
-
 top_builddir = ..
-
-ACLOCAL = @ACLOCAL@
-AUTOCONF = @AUTOCONF@
-AUTOMAKE = @AUTOMAKE@
-AUTOHEADER = @AUTOHEADER@
-
+am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 INSTALL = @INSTALL@
-INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
-INSTALL_DATA = @INSTALL_DATA@
-INSTALL_SCRIPT = @INSTALL_SCRIPT@
-transform = @program_transform_name@
-
+install_sh_DATA = $(install_sh) -c -m 644
+install_sh_PROGRAM = $(install_sh) -c
+install_sh_SCRIPT = $(install_sh) -c
+INSTALL_HEADER = $(INSTALL_DATA)
+transform = $(program_transform_name)
 NORMAL_INSTALL = :
 PRE_INSTALL = :
 POST_INSTALL = :
 NORMAL_UNINSTALL = :
 PRE_UNINSTALL = :
 POST_UNINSTALL = :
-host_alias = @host_alias@
+build_triplet = @build@
 host_triplet = @host@
+bin_PROGRAMS = wxcopy$(EXEEXT) wxpaste$(EXEEXT) wdwrite$(EXEEXT) \
+	wdread$(EXEEXT) getstyle$(EXEEXT) setstyle$(EXEEXT) \
+	convertfonts$(EXEEXT) seticons$(EXEEXT) geticonset$(EXEEXT) \
+	wmsetbg$(EXEEXT) wmsetup$(EXEEXT) wmagnify$(EXEEXT)
+subdir = util
+DIST_COMMON = README $(srcdir)/Makefile.am $(srcdir)/Makefile.in
+ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
+am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
+	$(top_srcdir)/configure.ac
+am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
+	$(ACLOCAL_M4)
+mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
+CONFIG_HEADER = $(top_builddir)/src/config.h
+CONFIG_CLEAN_FILES =
+am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(bindir)"
+binPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
+PROGRAMS = $(bin_PROGRAMS)
+am_convertfonts_OBJECTS = convertfonts.$(OBJEXT) fontconv.$(OBJEXT)
+convertfonts_OBJECTS = $(am_convertfonts_OBJECTS)
+am__DEPENDENCIES_1 =
+convertfonts_DEPENDENCIES = $(top_builddir)/WINGs/libWUtil.a \
+	$(am__DEPENDENCIES_1)
+geticonset_SOURCES = geticonset.c
+geticonset_OBJECTS = geticonset.$(OBJEXT)
+geticonset_DEPENDENCIES = $(top_builddir)/WINGs/libWUtil.a \
+	$(am__DEPENDENCIES_1)
+am_getstyle_OBJECTS = getstyle.$(OBJEXT) fontconv.$(OBJEXT)
+getstyle_OBJECTS = $(am_getstyle_OBJECTS)
+getstyle_DEPENDENCIES = $(top_builddir)/WINGs/libWUtil.a \
+	$(am__DEPENDENCIES_1)
+seticons_SOURCES = seticons.c
+seticons_OBJECTS = seticons.$(OBJEXT)
+seticons_DEPENDENCIES = $(top_builddir)/WINGs/libWUtil.a \
+	$(am__DEPENDENCIES_1)
+am_setstyle_OBJECTS = setstyle.$(OBJEXT) fontconv.$(OBJEXT)
+setstyle_OBJECTS = $(am_setstyle_OBJECTS)
+setstyle_DEPENDENCIES = $(top_builddir)/WINGs/libWUtil.a \
+	$(am__DEPENDENCIES_1)
+wdread_SOURCES = wdread.c
+wdread_OBJECTS = wdread.$(OBJEXT)
+wdread_DEPENDENCIES = $(top_builddir)/WINGs/libWUtil.a \
+	$(am__DEPENDENCIES_1)
+wdwrite_SOURCES = wdwrite.c
+wdwrite_OBJECTS = wdwrite.$(OBJEXT)
+wdwrite_DEPENDENCIES = $(top_builddir)/WINGs/libWUtil.a \
+	$(am__DEPENDENCIES_1)
+wmagnify_SOURCES = wmagnify.c
+wmagnify_OBJECTS = wmagnify.$(OBJEXT)
+wmagnify_DEPENDENCIES = $(top_builddir)/WINGs/libWINGs.a \
+	$(top_builddir)/wrlib/libwraster.la
+wmsetbg_SOURCES = wmsetbg.c
+wmsetbg_OBJECTS = wmsetbg.$(OBJEXT)
+wmsetbg_DEPENDENCIES = $(top_builddir)/WINGs/libWINGs.a \
+	$(top_builddir)/wrlib/libwraster.la
+wmsetup_SOURCES = wmsetup.c
+wmsetup_OBJECTS = wmsetup.$(OBJEXT)
+wmsetup_DEPENDENCIES = $(top_builddir)/WINGs/libWINGs.a \
+	$(top_builddir)/wrlib/libwraster.la
+wxcopy_SOURCES = wxcopy.c
+wxcopy_OBJECTS = wxcopy.$(OBJEXT)
+wxcopy_DEPENDENCIES =
+wxpaste_SOURCES = wxpaste.c
+wxpaste_OBJECTS = wxpaste.$(OBJEXT)
+wxpaste_DEPENDENCIES =
+binSCRIPT_INSTALL = $(INSTALL_SCRIPT)
+SCRIPTS = $(bin_SCRIPTS)
+DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)/src
+depcomp =
+am__depfiles_maybe =
+COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
+	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
+LTCOMPILE = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) \
+	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+	$(AM_CFLAGS) $(CFLAGS)
+CCLD = $(CC)
+LINK = $(LIBTOOL) --tag=CC --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
+	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+SOURCES = $(convertfonts_SOURCES) geticonset.c $(getstyle_SOURCES) \
+	seticons.c $(setstyle_SOURCES) wdread.c wdwrite.c wmagnify.c \
+	wmsetbg.c wmsetup.c wxcopy.c wxpaste.c
+DIST_SOURCES = $(convertfonts_SOURCES) geticonset.c \
+	$(getstyle_SOURCES) seticons.c $(setstyle_SOURCES) wdread.c \
+	wdwrite.c wmagnify.c wmsetbg.c wmsetup.c wxcopy.c wxpaste.c
+ETAGS = etags
+CTAGS = ctags
+DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+pkgdatadir = $(datadir)/@PACKAGE@
+ACLOCAL = @ACLOCAL@
+ALLOCA = @ALLOCA@
+AMDEP_FALSE = @AMDEP_FALSE@
+AMDEP_TRUE = @AMDEP_TRUE@
+AMTAR = @AMTAR@
 AR = @AR@
-AS = @AS@
+AUTOCONF = @AUTOCONF@
+AUTOHEADER = @AUTOHEADER@
+AUTOMAKE = @AUTOMAKE@
+AWK = @AWK@
 CC = @CC@
+CCDEPMODE = @CCDEPMODE@
+CFLAGS = @CFLAGS@
+CPP = @CPP@
+CPPFLAGS = @CPPFLAGS@
 CPP_PATH = @CPP_PATH@
 CXX = @CXX@
 CXXCPP = @CXXCPP@
+CXXDEPMODE = @CXXDEPMODE@
+CXXFLAGS = @CXXFLAGS@
+CYGPATH_W = @CYGPATH_W@
+DEFS = @DEFS@
+DEPDIR = @DEPDIR@
 DLLIBS = @DLLIBS@
-DLLTOOL = @DLLTOOL@
 ECHO = @ECHO@
+ECHO_C = @ECHO_C@
+ECHO_N = @ECHO_N@
+ECHO_T = @ECHO_T@
 EGREP = @EGREP@
 EXEEXT = @EXEEXT@
 F77 = @F77@
-GCJ = @GCJ@
-GCJFLAGS = @GCJFLAGS@
+FFLAGS = @FFLAGS@
 GFXLIBS = @GFXLIBS@
-HAVE_LIB = @HAVE_LIB@
+GREP = @GREP@
 HEADER_SEARCH_PATH = @HEADER_SEARCH_PATH@
 ICONEXT = @ICONEXT@
+INSTALL_DATA = @INSTALL_DATA@
+INSTALL_PROGRAM = @INSTALL_PROGRAM@
+INSTALL_SCRIPT = @INSTALL_SCRIPT@
+INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 INTLIBS = @INTLIBS@
-LIB = @LIB@
+LDFLAGS = @LDFLAGS@
+LIBOBJS = @LIBOBJS@
 LIBRARY_SEARCH_PATH = @LIBRARY_SEARCH_PATH@
+LIBS = @LIBS@
 LIBTOOL = @LIBTOOL@
 LITE = @LITE@
 LN_S = @LN_S@
-LTLIB = @LTLIB@
+LTLIBOBJS = @LTLIBOBJS@
 MAKEINFO = @MAKEINFO@
 MOFILES = @MOFILES@
 NETLIBS = @NETLIBS@
 NLSDIR = @NLSDIR@
 NOSTRICTALIASING = @NOSTRICTALIASING@
-OBJDUMP = @OBJDUMP@
 OBJEXT = @OBJEXT@
 PACKAGE = @PACKAGE@
+PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
+PACKAGE_NAME = @PACKAGE_NAME@
+PACKAGE_STRING = @PACKAGE_STRING@
+PACKAGE_TARNAME = @PACKAGE_TARNAME@
+PACKAGE_VERSION = @PACKAGE_VERSION@
+PATH_SEPARATOR = @PATH_SEPARATOR@
 PKGCONFIG = @PKGCONFIG@
 RANLIB = @RANLIB@
-RC = @RC@
+SET_MAKE = @SET_MAKE@
+SHELL = @SHELL@
 STRIP = @STRIP@
 VERSION = @VERSION@
 WINGSMOFILES = @WINGSMOFILES@
@@ -104,214 +200,232 @@
 XGETTEXT = @XGETTEXT@
 XLFLAGS = @XLFLAGS@
 XLIBS = @XLIBS@
+XMKMF = @XMKMF@
+X_CFLAGS = @X_CFLAGS@
 X_EXTRA_LIBS = @X_EXTRA_LIBS@
 X_LIBRARY_PATH = @X_LIBRARY_PATH@
+X_LIBS = @X_LIBS@
+X_PRE_LIBS = @X_PRE_LIBS@
+ac_ct_CC = @ac_ct_CC@
+ac_ct_CXX = @ac_ct_CXX@
+ac_ct_F77 = @ac_ct_F77@
+am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
+am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
+am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
+am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+am__include = @am__include@
+am__leading_dot = @am__leading_dot@
+am__quote = @am__quote@
+am__tar = @am__tar@
+am__untar = @am__untar@
+bindir = @bindir@
+build = @build@
+build_alias = @build_alias@
+build_cpu = @build_cpu@
+build_os = @build_os@
+build_vendor = @build_vendor@
+datadir = @datadir@
+datarootdir = @datarootdir@
+docdir = @docdir@
+dvidir = @dvidir@
+exec_prefix = @exec_prefix@
+host = @host@
+host_alias = @host_alias@
+host_cpu = @host_cpu@
+host_os = @host_os@
+host_vendor = @host_vendor@
+htmldir = @htmldir@
+includedir = @includedir@
+infodir = @infodir@
+install_sh = @install_sh@
+libdir = @libdir@
+libexecdir = @libexecdir@
+localedir = @localedir@
+localstatedir = @localstatedir@
+mandir = @mandir@
+mkdir_p = @mkdir_p@
+oldincludedir = @oldincludedir@
+pdfdir = @pdfdir@
+prefix = @prefix@
+program_transform_name = @program_transform_name@
+psdir = @psdir@
+sbindir = @sbindir@
+sharedstatedir = @sharedstatedir@
 supported_locales = @supported_locales@
+sysconfdir = @sysconfdir@
+target_alias = @target_alias@
 wprefs_bindir = @wprefs_bindir@
 wprefs_datadir = @wprefs_datadir@
-
 AUTOMAKE_OPTIONS = no-dependencies
-
-pkgdatadir = $(datadir)/@PACKAGE@
-
-bin_PROGRAMS = wxcopy wxpaste wdwrite wdread getstyle setstyle convertfonts 	seticons geticonset wmsetbg wmsetup wmagnify
-
-
 bin_SCRIPTS = wmaker.inst wm-oldmenu2new wkdemenu.pl
-
 EXTRA_DIST = wmaker.inst.in bughint wm-oldmenu2new directjpeg.c wkdemenu.pl
-
-INCLUDES = $(DFLAGS) -I$(top_srcdir)/WINGs -I$(top_srcdir)/wrlib 	@HEADER_SEARCH_PATH@ 	-DETCDIR=\"sysconfdir\" -DDATADIR=\"pkgdatadir\"
-
+INCLUDES = $(DFLAGS) -I$(top_srcdir)/WINGs -I$(top_srcdir)/wrlib \
+	@HEADER_SEARCH_PATH@ \
+	-DETCDIR=\"sysconfdir\" -DDATADIR=\"pkgdatadir\"
 
 liblist = @LIBRARY_SEARCH_PATH@ @INTLIBS@
-
 wdwrite_LDADD = $(top_builddir)/WINGs/libWUtil.a $(liblist)
-
 wdread_LDADD = $(top_builddir)/WINGs/libWUtil.a $(liblist)
-
 wxcopy_LDADD = @XLFLAGS@ @XLIBS@ 
-
 wxpaste_LDADD = @XLFLAGS@ @XLIBS@
-
 getstyle_LDADD = $(top_builddir)/WINGs/libWUtil.a $(liblist)
-
 getstyle_SOURCES = getstyle.c fontconv.c
-
-setstyle_LDADD =  	$(top_builddir)/WINGs/libWUtil.a 	@XLFLAGS@ @XLIBS@ $(liblist)
-
+setstyle_LDADD = \
+	$(top_builddir)/WINGs/libWUtil.a \
+	@XLFLAGS@ @XLIBS@ $(liblist)
 
 setstyle_SOURCES = setstyle.c fontconv.c
-
 convertfonts_LDADD = $(top_builddir)/WINGs/libWUtil.a $(liblist)
-
 convertfonts_SOURCES = convertfonts.c fontconv.c
-
 seticons_LDADD = $(top_builddir)/WINGs/libWUtil.a $(liblist)
-
 geticonset_LDADD = $(top_builddir)/WINGs/libWUtil.a $(liblist)
-
-wmagnify_LDADD =  	$(top_builddir)/WINGs/libWINGs.a 	$(top_builddir)/wrlib/libwraster.la 	@XFTLIBS@ @INTLIBS@ @DLLIBS@
-
-
-wmsetup_LDADD =  	$(top_builddir)/WINGs/libWINGs.a 	$(top_builddir)/wrlib/libwraster.la 	@XFTLIBS@ @INTLIBS@ @DLLIBS@
-
-
-wmsetbg_LDADD =  	$(top_builddir)/WINGs/libWINGs.a 	$(top_builddir)/wrlib/libwraster.la 	@XLIBS@ @XFTLIBS@ @INTLIBS@ @DLLIBS@
-
+wmagnify_LDADD = \
+	$(top_builddir)/WINGs/libWINGs.a \
+	$(top_builddir)/wrlib/libwraster.la \
+	@XFTLIBS@ @INTLIBS@ @DLLIBS@
+
+wmsetup_LDADD = \
+	$(top_builddir)/WINGs/libWINGs.a \
+	$(top_builddir)/wrlib/libwraster.la \
+	@XFTLIBS@ @INTLIBS@ @DLLIBS@
+
+wmsetbg_LDADD = \
+	$(top_builddir)/WINGs/libWINGs.a \
+	$(top_builddir)/wrlib/libwraster.la \
+	@XLFLAGS@ @XLIBS@ @XFTLIBS@ @INTLIBS@ @DLLIBS@
 
 CLEANFILES = wmaker.inst
-mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
-CONFIG_HEADER = ../src/config.h
-CONFIG_CLEAN_FILES = 
-bin_PROGRAMS =  wxcopy$(EXEEXT) wxpaste$(EXEEXT) wdwrite$(EXEEXT) \
-wdread$(EXEEXT) getstyle$(EXEEXT) setstyle$(EXEEXT) \
-convertfonts$(EXEEXT) seticons$(EXEEXT) geticonset$(EXEEXT) \
-wmsetbg$(EXEEXT) wmsetup$(EXEEXT) wmagnify$(EXEEXT)
-PROGRAMS =  $(bin_PROGRAMS)
-
-
-DEFS = @DEFS@ -I. -I$(srcdir) -I../src
-CPPFLAGS = @CPPFLAGS@
-LDFLAGS = @LDFLAGS@
-LIBS = @LIBS@
-X_CFLAGS = @X_CFLAGS@
-X_LIBS = @X_LIBS@
-X_PRE_LIBS = @X_PRE_LIBS@
-wxcopy_SOURCES = wxcopy.c
-wxcopy_OBJECTS =  wxcopy.$(OBJEXT)
-wxcopy_DEPENDENCIES = 
-wxcopy_LDFLAGS = 
-wxpaste_SOURCES = wxpaste.c
-wxpaste_OBJECTS =  wxpaste.$(OBJEXT)
-wxpaste_DEPENDENCIES = 
-wxpaste_LDFLAGS = 
-wdwrite_SOURCES = wdwrite.c
-wdwrite_OBJECTS =  wdwrite.$(OBJEXT)
-wdwrite_DEPENDENCIES =  $(top_builddir)/WINGs/libWUtil.a
-wdwrite_LDFLAGS = 
-wdread_SOURCES = wdread.c
-wdread_OBJECTS =  wdread.$(OBJEXT)
-wdread_DEPENDENCIES =  $(top_builddir)/WINGs/libWUtil.a
-wdread_LDFLAGS = 
-getstyle_OBJECTS =  getstyle.$(OBJEXT) fontconv.$(OBJEXT)
-getstyle_DEPENDENCIES =  $(top_builddir)/WINGs/libWUtil.a
-getstyle_LDFLAGS = 
-setstyle_OBJECTS =  setstyle.$(OBJEXT) fontconv.$(OBJEXT)
-setstyle_DEPENDENCIES =  $(top_builddir)/WINGs/libWUtil.a
-setstyle_LDFLAGS = 
-convertfonts_OBJECTS =  convertfonts.$(OBJEXT) fontconv.$(OBJEXT)
-convertfonts_DEPENDENCIES =  $(top_builddir)/WINGs/libWUtil.a
-convertfonts_LDFLAGS = 
-seticons_SOURCES = seticons.c
-seticons_OBJECTS =  seticons.$(OBJEXT)
-seticons_DEPENDENCIES =  $(top_builddir)/WINGs/libWUtil.a
-seticons_LDFLAGS = 
-geticonset_SOURCES = geticonset.c
-geticonset_OBJECTS =  geticonset.$(OBJEXT)
-geticonset_DEPENDENCIES =  $(top_builddir)/WINGs/libWUtil.a
-geticonset_LDFLAGS = 
-wmsetbg_SOURCES = wmsetbg.c
-wmsetbg_OBJECTS =  wmsetbg.$(OBJEXT)
-wmsetbg_DEPENDENCIES =  $(top_builddir)/WINGs/libWINGs.a \
-$(top_builddir)/wrlib/libwraster.la
-wmsetbg_LDFLAGS = 
-wmsetup_SOURCES = wmsetup.c
-wmsetup_OBJECTS =  wmsetup.$(OBJEXT)
-wmsetup_DEPENDENCIES =  $(top_builddir)/WINGs/libWINGs.a \
-$(top_builddir)/wrlib/libwraster.la
-wmsetup_LDFLAGS = 
-wmagnify_SOURCES = wmagnify.c
-wmagnify_OBJECTS =  wmagnify.$(OBJEXT)
-wmagnify_DEPENDENCIES =  $(top_builddir)/WINGs/libWINGs.a \
-$(top_builddir)/wrlib/libwraster.la
-wmagnify_LDFLAGS = 
-SCRIPTS =  $(bin_SCRIPTS)
-
-CFLAGS = @CFLAGS@
-COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
-LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
-CCLD = $(CC)
-LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
-DIST_COMMON =  README Makefile.am Makefile.in
-
+all: all-am
 
-DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
-
-TAR = tar
-GZIP_ENV = --best
-SOURCES = wxcopy.c wxpaste.c wdwrite.c wdread.c $(getstyle_SOURCES) $(setstyle_SOURCES) $(convertfonts_SOURCES) seticons.c geticonset.c wmsetbg.c wmsetup.c wmagnify.c
-OBJECTS = wxcopy.$(OBJEXT) wxpaste.$(OBJEXT) wdwrite.$(OBJEXT) wdread.$(OBJEXT) $(getstyle_OBJECTS) $(setstyle_OBJECTS) $(convertfonts_OBJECTS) seticons.$(OBJEXT) geticonset.$(OBJEXT) wmsetbg.$(OBJEXT) wmsetup.$(OBJEXT) wmagnify.$(OBJEXT)
-
-all: all-redirect
 .SUFFIXES:
-.SUFFIXES: .S .c .lo .o .obj .s
-$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.ac $(ACLOCAL_M4) 
-	cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps util/Makefile
-
-Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
-	cd $(top_builddir) \
-	  && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
-
-
-mostlyclean-binPROGRAMS:
-
-clean-binPROGRAMS:
-	-test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
-
-distclean-binPROGRAMS:
-
-maintainer-clean-binPROGRAMS:
-
+.SUFFIXES: .c .lo .o .obj
+$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
+	@for dep in $?; do \
+	  case '$(am__configure_deps)' in \
+	    *$$dep*) \
+	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
+		&& exit 0; \
+	      exit 1;; \
+	  esac; \
+	done; \
+	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  util/Makefile'; \
+	cd $(top_srcdir) && \
+	  $(AUTOMAKE) --gnu  util/Makefile
+.PRECIOUS: Makefile
+Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
+	@case '$?' in \
+	  *config.status*) \
+	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
+	  *) \
+	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
+	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
+	esac;
+
+$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
+	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+
+$(top_srcdir)/configure:  $(am__configure_deps)
+	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
+	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 install-binPROGRAMS: $(bin_PROGRAMS)
 	@$(NORMAL_INSTALL)
-	$(mkinstalldirs) $(DESTDIR)$(bindir)
+	test -z "$(bindir)" || $(mkdir_p) "$(DESTDIR)$(bindir)"
 	@list='$(bin_PROGRAMS)'; for p in $$list; do \
-	  if test -f $$p; then \
-	    echo " $(LIBTOOL)  --mode=install $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`"; \
-	    $(LIBTOOL)  --mode=install $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
+	  p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
+	  if test -f $$p \
+	     || test -f $$p1 \
+	  ; then \
+	    f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
+	   echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(bindir)/$$f'"; \
+	   $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(bindir)/$$f" || exit 1; \
 	  else :; fi; \
 	done
 
 uninstall-binPROGRAMS:
 	@$(NORMAL_UNINSTALL)
-	list='$(bin_PROGRAMS)'; for p in $$list; do \
-	  rm -f $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
+	@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
 
-.c.o:
-	$(COMPILE) -c $<
-
-# FIXME: We should only use cygpath when building on Windows,
-# and only if it is available.
-.c.obj:
-	$(COMPILE) -c `cygpath -w $<`
-
-.s.o:
-	$(COMPILE) -c $<
+clean-binPROGRAMS:
+	@list='$(bin_PROGRAMS)'; for p in $$list; do \
+	  f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
+	  echo " rm -f $$p $$f"; \
+	  rm -f $$p $$f ; \
+	done
+convertfonts$(EXEEXT): $(convertfonts_OBJECTS) $(convertfonts_DEPENDENCIES) 
+	@rm -f convertfonts$(EXEEXT)
+	$(LINK) $(convertfonts_LDFLAGS) $(convertfonts_OBJECTS) $(convertfonts_LDADD) $(LIBS)
+geticonset$(EXEEXT): $(geticonset_OBJECTS) $(geticonset_DEPENDENCIES) 
+	@rm -f geticonset$(EXEEXT)
+	$(LINK) $(geticonset_LDFLAGS) $(geticonset_OBJECTS) $(geticonset_LDADD) $(LIBS)
+getstyle$(EXEEXT): $(getstyle_OBJECTS) $(getstyle_DEPENDENCIES) 
+	@rm -f getstyle$(EXEEXT)
+	$(LINK) $(getstyle_LDFLAGS) $(getstyle_OBJECTS) $(getstyle_LDADD) $(LIBS)
+seticons$(EXEEXT): $(seticons_OBJECTS) $(seticons_DEPENDENCIES) 
+	@rm -f seticons$(EXEEXT)
+	$(LINK) $(seticons_LDFLAGS) $(seticons_OBJECTS) $(seticons_LDADD) $(LIBS)
+setstyle$(EXEEXT): $(setstyle_OBJECTS) $(setstyle_DEPENDENCIES) 
+	@rm -f setstyle$(EXEEXT)
+	$(LINK) $(setstyle_LDFLAGS) $(setstyle_OBJECTS) $(setstyle_LDADD) $(LIBS)
+wdread$(EXEEXT): $(wdread_OBJECTS) $(wdread_DEPENDENCIES) 
+	@rm -f wdread$(EXEEXT)
+	$(LINK) $(wdread_LDFLAGS) $(wdread_OBJECTS) $(wdread_LDADD) $(LIBS)
+wdwrite$(EXEEXT): $(wdwrite_OBJECTS) $(wdwrite_DEPENDENCIES) 
+	@rm -f wdwrite$(EXEEXT)
+	$(LINK) $(wdwrite_LDFLAGS) $(wdwrite_OBJECTS) $(wdwrite_LDADD) $(LIBS)
+wmagnify$(EXEEXT): $(wmagnify_OBJECTS) $(wmagnify_DEPENDENCIES) 
+	@rm -f wmagnify$(EXEEXT)
+	$(LINK) $(wmagnify_LDFLAGS) $(wmagnify_OBJECTS) $(wmagnify_LDADD) $(LIBS)
+wmsetbg$(EXEEXT): $(wmsetbg_OBJECTS) $(wmsetbg_DEPENDENCIES) 
+	@rm -f wmsetbg$(EXEEXT)
+	$(LINK) $(wmsetbg_LDFLAGS) $(wmsetbg_OBJECTS) $(wmsetbg_LDADD) $(LIBS)
+wmsetup$(EXEEXT): $(wmsetup_OBJECTS) $(wmsetup_DEPENDENCIES) 
+	@rm -f wmsetup$(EXEEXT)
+	$(LINK) $(wmsetup_LDFLAGS) $(wmsetup_OBJECTS) $(wmsetup_LDADD) $(LIBS)
+wxcopy$(EXEEXT): $(wxcopy_OBJECTS) $(wxcopy_DEPENDENCIES) 
+	@rm -f wxcopy$(EXEEXT)
+	$(LINK) $(wxcopy_LDFLAGS) $(wxcopy_OBJECTS) $(wxcopy_LDADD) $(LIBS)
+wxpaste$(EXEEXT): $(wxpaste_OBJECTS) $(wxpaste_DEPENDENCIES) 
+	@rm -f wxpaste$(EXEEXT)
+	$(LINK) $(wxpaste_LDFLAGS) $(wxpaste_OBJECTS) $(wxpaste_LDADD) $(LIBS)
+install-binSCRIPTS: $(bin_SCRIPTS)
+	@$(NORMAL_INSTALL)
+	test -z "$(bindir)" || $(mkdir_p) "$(DESTDIR)$(bindir)"
+	@list='$(bin_SCRIPTS)'; for p in $$list; do \
+	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+	  if test -f $$d$$p; then \
+	    f=`echo "$$p" | sed 's|^.*/||;$(transform)'`; \
+	    echo " $(binSCRIPT_INSTALL) '$$d$$p' '$(DESTDIR)$(bindir)/$$f'"; \
+	    $(binSCRIPT_INSTALL) "$$d$$p" "$(DESTDIR)$(bindir)/$$f"; \
+	  else :; fi; \
+	done
 
-.S.o:
-	$(COMPILE) -c $<
+uninstall-binSCRIPTS:
+	@$(NORMAL_UNINSTALL)
+	@list='$(bin_SCRIPTS)'; for p in $$list; do \
+	  f=`echo "$$p" | sed 's|^.*/||;$(transform)'`; \
+	  echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \
+	  rm -f "$(DESTDIR)$(bindir)/$$f"; \
+	done
 
 mostlyclean-compile:
-	-rm -f *.o core *.core
 	-rm -f *.$(OBJEXT)
 
-clean-compile:
-
 distclean-compile:
 	-rm -f *.tab.c
 
-maintainer-clean-compile:
-
-.c.lo:
-	$(LIBTOOL) --mode=compile $(COMPILE) -c $<
+.c.o:
+	$(COMPILE) -c $<
 
-.s.lo:
-	$(LIBTOOL) --mode=compile $(COMPILE) -c $<
+.c.obj:
+	$(COMPILE) -c `$(CYGPATH_W) '$<'`
 
-.S.lo:
-	$(LIBTOOL) --mode=compile $(COMPILE) -c $<
+.c.lo:
+	$(LTCOMPILE) -c -o $@ $<
 
 mostlyclean-libtool:
 	-rm -f *.lo
@@ -320,195 +434,177 @@
 	-rm -rf .libs _libs
 
 distclean-libtool:
+	-rm -f libtool
+uninstall-info-am:
 
-maintainer-clean-libtool:
-
-wxcopy$(EXEEXT): $(wxcopy_OBJECTS) $(wxcopy_DEPENDENCIES)
-	@rm -f wxcopy$(EXEEXT)
-	$(LINK) $(wxcopy_LDFLAGS) $(wxcopy_OBJECTS) $(wxcopy_LDADD) $(LIBS)
-
-wxpaste$(EXEEXT): $(wxpaste_OBJECTS) $(wxpaste_DEPENDENCIES)
-	@rm -f wxpaste$(EXEEXT)
-	$(LINK) $(wxpaste_LDFLAGS) $(wxpaste_OBJECTS) $(wxpaste_LDADD) $(LIBS)
-
-wdwrite$(EXEEXT): $(wdwrite_OBJECTS) $(wdwrite_DEPENDENCIES)
-	@rm -f wdwrite$(EXEEXT)
-	$(LINK) $(wdwrite_LDFLAGS) $(wdwrite_OBJECTS) $(wdwrite_LDADD) $(LIBS)
-
-wdread$(EXEEXT): $(wdread_OBJECTS) $(wdread_DEPENDENCIES)
-	@rm -f wdread$(EXEEXT)
-	$(LINK) $(wdread_LDFLAGS) $(wdread_OBJECTS) $(wdread_LDADD) $(LIBS)
-
-getstyle$(EXEEXT): $(getstyle_OBJECTS) $(getstyle_DEPENDENCIES)
-	@rm -f getstyle$(EXEEXT)
-	$(LINK) $(getstyle_LDFLAGS) $(getstyle_OBJECTS) $(getstyle_LDADD) $(LIBS)
-
-setstyle$(EXEEXT): $(setstyle_OBJECTS) $(setstyle_DEPENDENCIES)
-	@rm -f setstyle$(EXEEXT)
-	$(LINK) $(setstyle_LDFLAGS) $(setstyle_OBJECTS) $(setstyle_LDADD) $(LIBS)
-
-convertfonts$(EXEEXT): $(convertfonts_OBJECTS) $(convertfonts_DEPENDENCIES)
-	@rm -f convertfonts$(EXEEXT)
-	$(LINK) $(convertfonts_LDFLAGS) $(convertfonts_OBJECTS) $(convertfonts_LDADD) $(LIBS)
-
-seticons$(EXEEXT): $(seticons_OBJECTS) $(seticons_DEPENDENCIES)
-	@rm -f seticons$(EXEEXT)
-	$(LINK) $(seticons_LDFLAGS) $(seticons_OBJECTS) $(seticons_LDADD) $(LIBS)
-
-geticonset$(EXEEXT): $(geticonset_OBJECTS) $(geticonset_DEPENDENCIES)
-	@rm -f geticonset$(EXEEXT)
-	$(LINK) $(geticonset_LDFLAGS) $(geticonset_OBJECTS) $(geticonset_LDADD) $(LIBS)
-
-wmsetbg$(EXEEXT): $(wmsetbg_OBJECTS) $(wmsetbg_DEPENDENCIES)
-	@rm -f wmsetbg$(EXEEXT)
-	$(LINK) $(wmsetbg_LDFLAGS) $(wmsetbg_OBJECTS) $(wmsetbg_LDADD) $(LIBS)
-
-wmsetup$(EXEEXT): $(wmsetup_OBJECTS) $(wmsetup_DEPENDENCIES)
-	@rm -f wmsetup$(EXEEXT)
-	$(LINK) $(wmsetup_LDFLAGS) $(wmsetup_OBJECTS) $(wmsetup_LDADD) $(LIBS)
-
-wmagnify$(EXEEXT): $(wmagnify_OBJECTS) $(wmagnify_DEPENDENCIES)
-	@rm -f wmagnify$(EXEEXT)
-	$(LINK) $(wmagnify_LDFLAGS) $(wmagnify_OBJECTS) $(wmagnify_LDADD) $(LIBS)
-
-install-binSCRIPTS: $(bin_SCRIPTS)
-	@$(NORMAL_INSTALL)
-	$(mkinstalldirs) $(DESTDIR)$(bindir)
-	@list='$(bin_SCRIPTS)'; for p in $$list; do \
-	  if test -f $$p; then \
-	    echo " $(INSTALL_SCRIPT) $$p $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`"; \
-	    $(INSTALL_SCRIPT) $$p $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`; \
-	  else if test -f $(srcdir)/$$p; then \
-	    echo " $(INSTALL_SCRIPT) $(srcdir)/$$p $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`"; \
-	    $(INSTALL_SCRIPT) $(srcdir)/$$p $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`; \
-	  else :; fi; fi; \
-	done
-
-uninstall-binSCRIPTS:
-	@$(NORMAL_UNINSTALL)
-	list='$(bin_SCRIPTS)'; for p in $$list; do \
-	  rm -f $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`; \
-	done
-
+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; }'`; \
+	mkid -fID $$unique
 tags: TAGS
 
-ID: $(HEADERS) $(SOURCES) $(LISP)
-	list='$(SOURCES) $(HEADERS)'; \
-	unique=`for i in $$list; do echo $$i; done | \
-	  awk '    { files[$$0] = 1; } \
+TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+		$(TAGS_FILES) $(LISP)
+	tags=; \
+	here=`pwd`; \
+	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; }'`; \
-	here=`pwd` && cd $(srcdir) \
-	  && mkid -f$$here/ID $$unique $(LISP)
-
-TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
+	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
+	  test -n "$$unique" || unique=$$empty_fix; \
+	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
+	    $$tags $$unique; \
+	fi
+ctags: CTAGS
+CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+		$(TAGS_FILES) $(LISP)
 	tags=; \
 	here=`pwd`; \
-	list='$(SOURCES) $(HEADERS)'; \
-	unique=`for i in $$list; do echo $$i; done | \
-	  awk '    { files[$$0] = 1; } \
+	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; }'`; \
-	test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
-	  || (cd $(srcdir) && etags -o $$here/TAGS $(ETAGS_ARGS) $$tags  $$unique $(LISP))
-
-mostlyclean-tags:
-
-clean-tags:
+	test -z "$(CTAGS_ARGS)$$tags$$unique" \
+	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+	     $$tags $$unique
+
+GTAGS:
+	here=`$(am__cd) $(top_builddir) && pwd` \
+	  && cd $(top_srcdir) \
+	  && gtags -i $(GTAGS_ARGS) $$here
 
 distclean-tags:
-	-rm -f TAGS ID
-
-maintainer-clean-tags:
-
-distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
-
-subdir = util
+	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 
 distdir: $(DISTFILES)
-	@for file in $(DISTFILES); do \
-	  d=$(srcdir); \
+	@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; \
+	  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 \
-	    cp -pr $$d/$$file $(distdir)/$$file; \
+	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
+	      cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
+	    fi; \
+	    cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 	  else \
 	    test -f $(distdir)/$$file \
-	    || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
-	    || cp -p $$d/$$file $(distdir)/$$file || :; \
+	    || cp -p $$d/$$file $(distdir)/$$file \
+	    || exit 1; \
 	  fi; \
 	done
-info-am:
-info: info-am
-dvi-am:
-dvi: dvi-am
 check-am: all-am
 check: check-am
-installcheck-am:
-installcheck: installcheck-am
-install-exec-am: install-binPROGRAMS install-binSCRIPTS
+all-am: Makefile $(PROGRAMS) $(SCRIPTS)
+installdirs:
+	for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(bindir)"; do \
+	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
+	done
+install: install-am
 install-exec: install-exec-am
-
-install-data-am:
 install-data: install-data-am
+uninstall: uninstall-am
 
 install-am: all-am
 	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
-install: install-am
-uninstall-am: uninstall-binPROGRAMS uninstall-binSCRIPTS
-uninstall: uninstall-am
-all-am: Makefile $(PROGRAMS) $(SCRIPTS)
-all-redirect: all-am
-install-strip:
-	$(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
-installdirs:
-	$(mkinstalldirs)  $(DESTDIR)$(bindir) $(DESTDIR)$(bindir)
-
 
+installcheck: installcheck-am
+install-strip:
+	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+	  `test -z '$(STRIP)' || \
+	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 mostlyclean-generic:
 
 clean-generic:
 	-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
 
 distclean-generic:
-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
-	-rm -f config.cache config.log stamp-h stamp-h[0-9]*
+	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
 maintainer-clean-generic:
-mostlyclean-am:  mostlyclean-binPROGRAMS mostlyclean-compile \
-		mostlyclean-libtool mostlyclean-tags \
-		mostlyclean-generic
+	@echo "This command is intended for maintainers to use"
+	@echo "it deletes files that may require special tools to rebuild."
+clean: clean-am
 
-mostlyclean: mostlyclean-am
+clean-am: clean-binPROGRAMS clean-generic clean-libtool mostlyclean-am
 
-clean-am:  clean-binPROGRAMS clean-compile clean-libtool clean-tags \
-		clean-generic mostlyclean-am
+distclean: distclean-am
+	-rm -f Makefile
+distclean-am: clean-am distclean-compile distclean-generic \
+	distclean-libtool distclean-tags
 
-clean: clean-am
+dvi: dvi-am
 
-distclean-am:  distclean-binPROGRAMS distclean-compile distclean-libtool \
-		distclean-tags distclean-generic clean-am
-	-rm -f libtool
+dvi-am:
 
-distclean: distclean-am
+html: html-am
 
-maintainer-clean-am:  maintainer-clean-binPROGRAMS \
-		maintainer-clean-compile maintainer-clean-libtool \
-		maintainer-clean-tags maintainer-clean-generic \
-		distclean-am
-	@echo "This command is intended for maintainers to use;"
-	@echo "it deletes files that may require special tools to rebuild."
+info: info-am
+
+info-am:
+
+install-data-am:
+
+install-exec-am: install-binPROGRAMS install-binSCRIPTS
+
+install-info: install-info-am
+
+install-man:
+
+installcheck-am:
 
 maintainer-clean: maintainer-clean-am
+	-rm -f Makefile
+maintainer-clean-am: distclean-am maintainer-clean-generic
+
+mostlyclean: mostlyclean-am
+
+mostlyclean-am: mostlyclean-compile mostlyclean-generic \
+	mostlyclean-libtool
 
-.PHONY: mostlyclean-binPROGRAMS distclean-binPROGRAMS clean-binPROGRAMS \
-maintainer-clean-binPROGRAMS uninstall-binPROGRAMS install-binPROGRAMS \
-mostlyclean-compile distclean-compile clean-compile \
-maintainer-clean-compile mostlyclean-libtool distclean-libtool \
-clean-libtool maintainer-clean-libtool uninstall-binSCRIPTS \
-install-binSCRIPTS tags mostlyclean-tags distclean-tags clean-tags \
-maintainer-clean-tags distdir info-am info dvi-am dvi check check-am \
-installcheck-am installcheck install-exec-am install-exec \
-install-data-am install-data install-am install uninstall-am uninstall \
-all-redirect all-am all installdirs mostlyclean-generic \
-distclean-generic clean-generic maintainer-clean-generic clean \
-mostlyclean distclean maintainer-clean
+pdf: pdf-am
+
+pdf-am:
+
+ps: ps-am
+
+ps-am:
+
+uninstall-am: uninstall-binPROGRAMS uninstall-binSCRIPTS \
+	uninstall-info-am
+
+.PHONY: CTAGS GTAGS all all-am check check-am clean clean-binPROGRAMS \
+	clean-generic clean-libtool ctags distclean distclean-compile \
+	distclean-generic distclean-libtool distclean-tags distdir dvi \
+	dvi-am html html-am info info-am install install-am \
+	install-binPROGRAMS install-binSCRIPTS install-data \
+	install-data-am install-exec install-exec-am install-info \
+	install-info-am install-man install-strip installcheck \
+	installcheck-am installdirs maintainer-clean \
+	maintainer-clean-generic mostlyclean mostlyclean-compile \
+	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
+	tags uninstall uninstall-am uninstall-binPROGRAMS \
+	uninstall-binSCRIPTS uninstall-info-am
 
 
 wmaker.inst: $(srcdir)/wmaker.inst.in ./Makefile
@@ -521,7 +617,6 @@
 			$(srcdir)/wmaker.inst.in >wmaker.inst
 
 	chmod 755 wmaker.inst
-
 # 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:
--- wmaker-0.92.0.orig/util/getstyle.c
+++ wmaker-0.92.0/util/getstyle.c
@@ -142,7 +142,7 @@
 {
     static char path[1024];
 
-    sprintf(path, "%s/WindowMaker/%s", SYSCONFDIR, domain);
+    sprintf(path, "%s/GNUstep/Defaults/%s", SYSCONFDIR, domain);
 
     return path;
 }
--- wmaker-0.92.0.orig/util/wmsetbg.c
+++ wmaker-0.92.0/util/wmsetbg.c
@@ -1116,7 +1116,7 @@
 {
     char path[1024];
 
-    sprintf(path, "%s/WindowMaker/%s", SYSCONFDIR, domain);
+    sprintf(path, "%s/GNUstep/Defaults/%s", SYSCONFDIR, domain);
 
     return wstrdup(path);
 }
--- wmaker-0.92.0.orig/po/Makefile.in
+++ wmaker-0.92.0/po/Makefile.in
@@ -1,6 +1,8 @@
-# Makefile.in generated automatically by automake 1.4-p6 from Makefile.am
+# Makefile.in generated by automake 1.9.6 from Makefile.am.
+# @configure_input@
 
-# Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc.
+# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
+# 2003, 2004, 2005  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.
@@ -10,91 +12,108 @@
 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
 # PARTICULAR PURPOSE.
 
-
-SHELL = @SHELL@
-
+@SET_MAKE@
 srcdir = @srcdir@
 top_srcdir = @top_srcdir@
 VPATH = @srcdir@
-prefix = @prefix@
-exec_prefix = @exec_prefix@
-
-bindir = @bindir@
-sbindir = @sbindir@
-libexecdir = @libexecdir@
-datadir = @datadir@
-sysconfdir = @sysconfdir@
-sharedstatedir = @sharedstatedir@
-localstatedir = @localstatedir@
-libdir = @libdir@
-infodir = @infodir@
-mandir = @mandir@
-includedir = @includedir@
-oldincludedir = /usr/include
-
-DESTDIR =
-
 pkgdatadir = $(datadir)/@PACKAGE@
 pkglibdir = $(libdir)/@PACKAGE@
 pkgincludedir = $(includedir)/@PACKAGE@
-
 top_builddir = ..
-
-ACLOCAL = @ACLOCAL@
-AUTOCONF = @AUTOCONF@
-AUTOMAKE = @AUTOMAKE@
-AUTOHEADER = @AUTOHEADER@
-
+am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 INSTALL = @INSTALL@
-INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
-INSTALL_DATA = @INSTALL_DATA@
-INSTALL_SCRIPT = @INSTALL_SCRIPT@
-transform = @program_transform_name@
-
+install_sh_DATA = $(install_sh) -c -m 644
+install_sh_PROGRAM = $(install_sh) -c
+install_sh_SCRIPT = $(install_sh) -c
+INSTALL_HEADER = $(INSTALL_DATA)
+transform = $(program_transform_name)
 NORMAL_INSTALL = :
 PRE_INSTALL = :
 POST_INSTALL = :
 NORMAL_UNINSTALL = :
 PRE_UNINSTALL = :
 POST_UNINSTALL = :
-host_alias = @host_alias@
+build_triplet = @build@
 host_triplet = @host@
+subdir = po
+DIST_COMMON = README $(srcdir)/Makefile.am $(srcdir)/Makefile.in
+ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
+am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
+	$(top_srcdir)/configure.ac
+am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
+	$(ACLOCAL_M4)
+mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
+CONFIG_HEADER = $(top_builddir)/src/config.h
+CONFIG_CLEAN_FILES =
+SOURCES =
+DIST_SOURCES =
+DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+ACLOCAL = @ACLOCAL@
+ALLOCA = @ALLOCA@
+AMDEP_FALSE = @AMDEP_FALSE@
+AMDEP_TRUE = @AMDEP_TRUE@
+AMTAR = @AMTAR@
 AR = @AR@
-AS = @AS@
+AUTOCONF = @AUTOCONF@
+AUTOHEADER = @AUTOHEADER@
+AUTOMAKE = @AUTOMAKE@
+AWK = @AWK@
 CC = @CC@
+CCDEPMODE = @CCDEPMODE@
+CFLAGS = @CFLAGS@
+CPP = @CPP@
+CPPFLAGS = @CPPFLAGS@
 CPP_PATH = @CPP_PATH@
 CXX = @CXX@
 CXXCPP = @CXXCPP@
+CXXDEPMODE = @CXXDEPMODE@
+CXXFLAGS = @CXXFLAGS@
+CYGPATH_W = @CYGPATH_W@
+DEFS = @DEFS@
+DEPDIR = @DEPDIR@
 DLLIBS = @DLLIBS@
-DLLTOOL = @DLLTOOL@
 ECHO = @ECHO@
+ECHO_C = @ECHO_C@
+ECHO_N = @ECHO_N@
+ECHO_T = @ECHO_T@
 EGREP = @EGREP@
 EXEEXT = @EXEEXT@
 F77 = @F77@
-GCJ = @GCJ@
-GCJFLAGS = @GCJFLAGS@
+FFLAGS = @FFLAGS@
 GFXLIBS = @GFXLIBS@
-HAVE_LIB = @HAVE_LIB@
+GREP = @GREP@
 HEADER_SEARCH_PATH = @HEADER_SEARCH_PATH@
 ICONEXT = @ICONEXT@
+INSTALL_DATA = @INSTALL_DATA@
+INSTALL_PROGRAM = @INSTALL_PROGRAM@
+INSTALL_SCRIPT = @INSTALL_SCRIPT@
+INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 INTLIBS = @INTLIBS@
-LIB = @LIB@
+LDFLAGS = @LDFLAGS@
+LIBOBJS = @LIBOBJS@
 LIBRARY_SEARCH_PATH = @LIBRARY_SEARCH_PATH@
+LIBS = @LIBS@
 LIBTOOL = @LIBTOOL@
 LITE = @LITE@
 LN_S = @LN_S@
-LTLIB = @LTLIB@
+LTLIBOBJS = @LTLIBOBJS@
 MAKEINFO = @MAKEINFO@
 MOFILES = @MOFILES@
 NETLIBS = @NETLIBS@
 NLSDIR = @NLSDIR@
 NOSTRICTALIASING = @NOSTRICTALIASING@
-OBJDUMP = @OBJDUMP@
 OBJEXT = @OBJEXT@
 PACKAGE = @PACKAGE@
+PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
+PACKAGE_NAME = @PACKAGE_NAME@
+PACKAGE_STRING = @PACKAGE_STRING@
+PACKAGE_TARNAME = @PACKAGE_TARNAME@
+PACKAGE_VERSION = @PACKAGE_VERSION@
+PATH_SEPARATOR = @PATH_SEPARATOR@
 PKGCONFIG = @PKGCONFIG@
 RANLIB = @RANLIB@
-RC = @RC@
+SET_MAKE = @SET_MAKE@
+SHELL = @SHELL@
 STRIP = @STRIP@
 VERSION = @VERSION@
 WINGSMOFILES = @WINGSMOFILES@
@@ -106,131 +125,262 @@
 XGETTEXT = @XGETTEXT@
 XLFLAGS = @XLFLAGS@
 XLIBS = @XLIBS@
+XMKMF = @XMKMF@
+X_CFLAGS = @X_CFLAGS@
 X_EXTRA_LIBS = @X_EXTRA_LIBS@
 X_LIBRARY_PATH = @X_LIBRARY_PATH@
+X_LIBS = @X_LIBS@
+X_PRE_LIBS = @X_PRE_LIBS@
+ac_ct_CC = @ac_ct_CC@
+ac_ct_CXX = @ac_ct_CXX@
+ac_ct_F77 = @ac_ct_F77@
+am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
+am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
+am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
+am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+am__include = @am__include@
+am__leading_dot = @am__leading_dot@
+am__quote = @am__quote@
+am__tar = @am__tar@
+am__untar = @am__untar@
+bindir = @bindir@
+build = @build@
+build_alias = @build_alias@
+build_cpu = @build_cpu@
+build_os = @build_os@
+build_vendor = @build_vendor@
+datadir = @datadir@
+datarootdir = @datarootdir@
+docdir = @docdir@
+dvidir = @dvidir@
+exec_prefix = @exec_prefix@
+host = @host@
+host_alias = @host_alias@
+host_cpu = @host_cpu@
+host_os = @host_os@
+host_vendor = @host_vendor@
+htmldir = @htmldir@
+includedir = @includedir@
+infodir = @infodir@
+install_sh = @install_sh@
+libdir = @libdir@
+libexecdir = @libexecdir@
+localedir = @localedir@
+localstatedir = @localstatedir@
+mandir = @mandir@
+mkdir_p = @mkdir_p@
+oldincludedir = @oldincludedir@
+pdfdir = @pdfdir@
+prefix = @prefix@
+program_transform_name = @program_transform_name@
+psdir = @psdir@
+sbindir = @sbindir@
+sharedstatedir = @sharedstatedir@
 supported_locales = @supported_locales@
+sysconfdir = @sysconfdir@
+target_alias = @target_alias@
 wprefs_bindir = @wprefs_bindir@
 wprefs_datadir = @wprefs_datadir@
-
 nlsdir = $(NLSDIR)
-
 CATALOGS = @MOFILES@
-
 CLEANFILES = $(CATALOGS) WindowMaker.pot
 
 # Please keep this sorted in alphabetic order!
-EXTRA_DIST = be.po bg.po bs.po ca.po cs.po da.po de.po el.po es.po et.po 	fi.po fr.po gl.po hr.po hu.po it.po ja.po ko.po ms.po nl.po no.po 	pl.po pt.po ro.po ru.po sk.po sv.po tr.po zh_CN.po zh_TW.po
-
-
-POTFILES =  	$(top_builddir)/src/appicon.c 	$(top_builddir)/src/application.c 	$(top_builddir)/src/defaults.c 	$(top_builddir)/src/dialog.c 	$(top_builddir)/src/dock.c 	$(top_builddir)/src/dockedapp.c 	$(top_builddir)/src/framewin.c 	$(top_builddir)/src/icon.c 	$(top_builddir)/src/main.c 	$(top_builddir)/src/menu.c 	$(top_builddir)/src/misc.c 	$(top_builddir)/src/pixmap.c 	$(top_builddir)/src/resources.c 	$(top_builddir)/src/rootmenu.c 	$(top_builddir)/src/screen.c 	$(top_builddir)/src/session.c 	$(top_builddir)/src/stacking.c 	$(top_builddir)/src/startup.c 	$(top_builddir)/src/switchmenu.c 	$(top_builddir)/src/switchpanel.c 	$(top_builddir)/src/texture.c 	$(top_builddir)/src/wdefaults.c 	$(top_builddir)/src/window.c 	$(top_builddir)/src/winmenu.c 	$(top_builddir)/src/winspector.c 	$(top_builddir)/src/wmspec.c 	$(top_builddir)/src/workspace.c
-
+EXTRA_DIST = be.po bg.po bs.po ca.po cs.po da.po de.po el.po es.po et.po \
+	fi.po fr.po gl.po hr.po hu.po it.po ja.po ko.po ms.po nl.po no.po \
+	pl.po pt.po ro.po ru.po sk.po sv.po tr.po zh_CN.po zh_TW.po
+
+POTFILES = \
+	$(top_builddir)/src/appicon.c \
+	$(top_builddir)/src/application.c \
+	$(top_builddir)/src/defaults.c \
+	$(top_builddir)/src/dialog.c \
+	$(top_builddir)/src/dock.c \
+	$(top_builddir)/src/dockedapp.c \
+	$(top_builddir)/src/framewin.c \
+	$(top_builddir)/src/icon.c \
+	$(top_builddir)/src/main.c \
+	$(top_builddir)/src/menu.c \
+	$(top_builddir)/src/misc.c \
+	$(top_builddir)/src/pixmap.c \
+	$(top_builddir)/src/resources.c \
+	$(top_builddir)/src/rootmenu.c \
+	$(top_builddir)/src/screen.c \
+	$(top_builddir)/src/session.c \
+	$(top_builddir)/src/stacking.c \
+	$(top_builddir)/src/startup.c \
+	$(top_builddir)/src/switchmenu.c \
+	$(top_builddir)/src/switchpanel.c \
+	$(top_builddir)/src/texture.c \
+	$(top_builddir)/src/wdefaults.c \
+	$(top_builddir)/src/window.c \
+	$(top_builddir)/src/winmenu.c \
+	$(top_builddir)/src/winspector.c \
+	$(top_builddir)/src/wmspec.c \
+	$(top_builddir)/src/workspace.c
 
 SUFFIXES = .po .mo
-mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
-CONFIG_HEADER = ../src/config.h
-CONFIG_CLEAN_FILES = 
-CFLAGS = @CFLAGS@
-COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
-LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
-CCLD = $(CC)
-LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
-DIST_COMMON =  README Makefile.am Makefile.in
-
+all: all-am
 
-DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
-
-TAR = tar
-GZIP_ENV = --best
-all: all-redirect
 .SUFFIXES:
-.SUFFIXES: .mo .po
-$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.ac $(ACLOCAL_M4) 
-	cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps po/Makefile
-
-Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
-	cd $(top_builddir) \
-	  && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
+.SUFFIXES: .po .mo
+$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
+	@for dep in $?; do \
+	  case '$(am__configure_deps)' in \
+	    *$$dep*) \
+	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
+		&& exit 0; \
+	      exit 1;; \
+	  esac; \
+	done; \
+	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  po/Makefile'; \
+	cd $(top_srcdir) && \
+	  $(AUTOMAKE) --gnu  po/Makefile
+.PRECIOUS: Makefile
+Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
+	@case '$?' in \
+	  *config.status*) \
+	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
+	  *) \
+	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
+	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
+	esac;
+
+$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
+	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+
+$(top_srcdir)/configure:  $(am__configure_deps)
+	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
+	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+
+mostlyclean-libtool:
+	-rm -f *.lo
+
+clean-libtool:
+	-rm -rf .libs _libs
 
+distclean-libtool:
+	-rm -f libtool
+uninstall-info-am:
 tags: TAGS
 TAGS:
 
+ctags: CTAGS
+CTAGS:
 
-distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
-
-subdir = po
 
 distdir: $(DISTFILES)
-	@for file in $(DISTFILES); do \
-	  d=$(srcdir); \
+	@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; \
+	  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 \
-	    cp -pr $$d/$$file $(distdir)/$$file; \
+	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
+	      cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
+	    fi; \
+	    cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 	  else \
 	    test -f $(distdir)/$$file \
-	    || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
-	    || cp -p $$d/$$file $(distdir)/$$file || :; \
+	    || cp -p $$d/$$file $(distdir)/$$file \
+	    || exit 1; \
 	  fi; \
 	done
-info-am:
-info: info-am
-dvi-am:
-dvi: dvi-am
 check-am: all-am
 check: check-am
-installcheck-am:
-installcheck: installcheck-am
-install-exec-am:
+all-am: Makefile all-local
+installdirs:
+install: install-am
 install-exec: install-exec-am
-
-install-data-am: install-data-local
 install-data: install-data-am
+uninstall: uninstall-am
 
 install-am: all-am
 	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
-install: install-am
-uninstall-am:
-uninstall: uninstall-am
-all-am: Makefile all-local
-all-redirect: all-am
-install-strip:
-	$(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
-installdirs:
-
 
+installcheck: installcheck-am
+install-strip:
+	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+	  `test -z '$(STRIP)' || \
+	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 mostlyclean-generic:
 
 clean-generic:
 	-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
 
 distclean-generic:
-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
-	-rm -f config.cache config.log stamp-h stamp-h[0-9]*
+	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
 maintainer-clean-generic:
-mostlyclean-am:  mostlyclean-generic
+	@echo "This command is intended for maintainers to use"
+	@echo "it deletes files that may require special tools to rebuild."
+clean: clean-am
 
-mostlyclean: mostlyclean-am
+clean-am: clean-generic clean-libtool mostlyclean-am
 
-clean-am:  clean-generic mostlyclean-am
+distclean: distclean-am
+	-rm -f Makefile
+distclean-am: clean-am distclean-generic distclean-libtool
 
-clean: clean-am
+dvi: dvi-am
 
-distclean-am:  distclean-generic clean-am
-	-rm -f libtool
+dvi-am:
 
-distclean: distclean-am
+html: html-am
 
-maintainer-clean-am:  maintainer-clean-generic distclean-am
-	@echo "This command is intended for maintainers to use;"
-	@echo "it deletes files that may require special tools to rebuild."
+info: info-am
+
+info-am:
+
+install-data-am: install-data-local
+
+install-exec-am:
+
+install-info: install-info-am
+
+install-man:
+
+installcheck-am:
 
 maintainer-clean: maintainer-clean-am
+	-rm -f Makefile
+maintainer-clean-am: distclean-am maintainer-clean-generic
+
+mostlyclean: mostlyclean-am
 
-.PHONY: tags distdir info-am info dvi-am dvi check check-am \
-installcheck-am installcheck install-exec-am install-exec \
-install-data-local install-data-am install-data install-am install \
-uninstall-am uninstall all-local all-redirect all-am all installdirs \
-mostlyclean-generic distclean-generic clean-generic \
-maintainer-clean-generic clean mostlyclean distclean maintainer-clean
+mostlyclean-am: mostlyclean-generic mostlyclean-libtool
+
+pdf: pdf-am
+
+pdf-am:
+
+ps: ps-am
+
+ps-am:
+
+uninstall-am: uninstall-info-am
+
+.PHONY: all all-am all-local check check-am clean clean-generic \
+	clean-libtool distclean distclean-generic distclean-libtool \
+	distdir dvi dvi-am html html-am info info-am install \
+	install-am install-data install-data-am install-data-local \
+	install-exec install-exec-am install-info install-info-am \
+	install-man install-strip installcheck installcheck-am \
+	installdirs maintainer-clean maintainer-clean-generic \
+	mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
+	ps ps-am uninstall uninstall-am uninstall-info-am
 
 
 .po.mo: 
@@ -259,7 +409,6 @@
 			$(INSTALL_DATA) -m 644 $$n $(DESTDIR)$(nlsdir)/$$l/LC_MESSAGES/WindowMaker.mo; \
 		fi; \
 	done
-
 # 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:
--- wmaker-0.92.0.orig/WindowMaker/Makefile.in
+++ wmaker-0.92.0/WindowMaker/Makefile.in
@@ -1,6 +1,8 @@
-# Makefile.in generated automatically by automake 1.4-p6 from Makefile.am
+# Makefile.in generated by automake 1.9.6 from Makefile.am.
+# @configure_input@
 
-# Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc.
+# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
+# 2003, 2004, 2005  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.
@@ -10,91 +12,127 @@
 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
 # PARTICULAR PURPOSE.
 
-
-SHELL = @SHELL@
+@SET_MAKE@
 
 srcdir = @srcdir@
 top_srcdir = @top_srcdir@
 VPATH = @srcdir@
-prefix = @prefix@
-exec_prefix = @exec_prefix@
-
-bindir = @bindir@
-sbindir = @sbindir@
-libexecdir = @libexecdir@
-datadir = @datadir@
-sysconfdir = @sysconfdir@
-sharedstatedir = @sharedstatedir@
-localstatedir = @localstatedir@
-libdir = @libdir@
-infodir = @infodir@
-mandir = @mandir@
-includedir = @includedir@
-oldincludedir = /usr/include
-
-DESTDIR =
-
 pkgdatadir = $(datadir)/@PACKAGE@
 pkglibdir = $(libdir)/@PACKAGE@
 pkgincludedir = $(includedir)/@PACKAGE@
-
 top_builddir = ..
-
-ACLOCAL = @ACLOCAL@
-AUTOCONF = @AUTOCONF@
-AUTOMAKE = @AUTOMAKE@
-AUTOHEADER = @AUTOHEADER@
-
+am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 INSTALL = @INSTALL@
-INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
-INSTALL_DATA = @INSTALL_DATA@
-INSTALL_SCRIPT = @INSTALL_SCRIPT@
-transform = @program_transform_name@
-
+install_sh_DATA = $(install_sh) -c -m 644
+install_sh_PROGRAM = $(install_sh) -c
+install_sh_SCRIPT = $(install_sh) -c
+INSTALL_HEADER = $(INSTALL_DATA)
+transform = $(program_transform_name)
 NORMAL_INSTALL = :
 PRE_INSTALL = :
 POST_INSTALL = :
 NORMAL_UNINSTALL = :
 PRE_UNINSTALL = :
 POST_UNINSTALL = :
-host_alias = @host_alias@
+build_triplet = @build@
 host_triplet = @host@
+subdir = WindowMaker
+DIST_COMMON = README $(srcdir)/Makefile.am $(srcdir)/Makefile.in
+ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
+am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
+	$(top_srcdir)/configure.ac
+am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
+	$(ACLOCAL_M4)
+mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
+CONFIG_HEADER = $(top_builddir)/src/config.h
+CONFIG_CLEAN_FILES =
+SOURCES =
+DIST_SOURCES =
+RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
+	html-recursive info-recursive install-data-recursive \
+	install-exec-recursive install-info-recursive \
+	install-recursive installcheck-recursive installdirs-recursive \
+	pdf-recursive ps-recursive uninstall-info-recursive \
+	uninstall-recursive
+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|^.*/||'`;
+am__installdirs = "$(DESTDIR)$(prefsdatadir)"
+prefsdataDATA_INSTALL = $(INSTALL_DATA)
+DATA = $(prefsdata_DATA)
+ETAGS = etags
+CTAGS = ctags
+DIST_SUBDIRS = $(SUBDIRS)
+DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+ACLOCAL = @ACLOCAL@
+ALLOCA = @ALLOCA@
+AMDEP_FALSE = @AMDEP_FALSE@
+AMDEP_TRUE = @AMDEP_TRUE@
+AMTAR = @AMTAR@
 AR = @AR@
-AS = @AS@
+AUTOCONF = @AUTOCONF@
+AUTOHEADER = @AUTOHEADER@
+AUTOMAKE = @AUTOMAKE@
+AWK = @AWK@
 CC = @CC@
+CCDEPMODE = @CCDEPMODE@
+CFLAGS = @CFLAGS@
+CPP = @CPP@
+CPPFLAGS = @CPPFLAGS@
 CPP_PATH = @CPP_PATH@
 CXX = @CXX@
 CXXCPP = @CXXCPP@
+CXXDEPMODE = @CXXDEPMODE@
+CXXFLAGS = @CXXFLAGS@
+CYGPATH_W = @CYGPATH_W@
+DEFS = @DEFS@
+DEPDIR = @DEPDIR@
 DLLIBS = @DLLIBS@
-DLLTOOL = @DLLTOOL@
 ECHO = @ECHO@
+ECHO_C = @ECHO_C@
+ECHO_N = @ECHO_N@
+ECHO_T = @ECHO_T@
 EGREP = @EGREP@
 EXEEXT = @EXEEXT@
 F77 = @F77@
-GCJ = @GCJ@
-GCJFLAGS = @GCJFLAGS@
+FFLAGS = @FFLAGS@
 GFXLIBS = @GFXLIBS@
-HAVE_LIB = @HAVE_LIB@
+GREP = @GREP@
 HEADER_SEARCH_PATH = @HEADER_SEARCH_PATH@
 ICONEXT = @ICONEXT@
+INSTALL_DATA = @INSTALL_DATA@
+INSTALL_PROGRAM = @INSTALL_PROGRAM@
+INSTALL_SCRIPT = @INSTALL_SCRIPT@
+INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 INTLIBS = @INTLIBS@
-LIB = @LIB@
+LDFLAGS = @LDFLAGS@
+LIBOBJS = @LIBOBJS@
 LIBRARY_SEARCH_PATH = @LIBRARY_SEARCH_PATH@
+LIBS = @LIBS@
 LIBTOOL = @LIBTOOL@
 LITE = @LITE@
 LN_S = @LN_S@
-LTLIB = @LTLIB@
+LTLIBOBJS = @LTLIBOBJS@
 MAKEINFO = @MAKEINFO@
 MOFILES = @MOFILES@
 NETLIBS = @NETLIBS@
 NLSDIR = @NLSDIR@
 NOSTRICTALIASING = @NOSTRICTALIASING@
-OBJDUMP = @OBJDUMP@
 OBJEXT = @OBJEXT@
 PACKAGE = @PACKAGE@
+PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
+PACKAGE_NAME = @PACKAGE_NAME@
+PACKAGE_STRING = @PACKAGE_STRING@
+PACKAGE_TARNAME = @PACKAGE_TARNAME@
+PACKAGE_VERSION = @PACKAGE_VERSION@
+PATH_SEPARATOR = @PATH_SEPARATOR@
 PKGCONFIG = @PKGCONFIG@
 RANLIB = @RANLIB@
-RC = @RC@
+SET_MAKE = @SET_MAKE@
+SHELL = @SHELL@
 STRIP = @STRIP@
 VERSION = @VERSION@
 WINGSMOFILES = @WINGSMOFILES@
@@ -106,59 +144,176 @@
 XGETTEXT = @XGETTEXT@
 XLFLAGS = @XLFLAGS@
 XLIBS = @XLIBS@
+XMKMF = @XMKMF@
+X_CFLAGS = @X_CFLAGS@
 X_EXTRA_LIBS = @X_EXTRA_LIBS@
 X_LIBRARY_PATH = @X_LIBRARY_PATH@
+X_LIBS = @X_LIBS@
+X_PRE_LIBS = @X_PRE_LIBS@
+ac_ct_CC = @ac_ct_CC@
+ac_ct_CXX = @ac_ct_CXX@
+ac_ct_F77 = @ac_ct_F77@
+am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
+am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
+am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
+am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+am__include = @am__include@
+am__leading_dot = @am__leading_dot@
+am__quote = @am__quote@
+am__tar = @am__tar@
+am__untar = @am__untar@
+bindir = @bindir@
+build = @build@
+build_alias = @build_alias@
+build_cpu = @build_cpu@
+build_os = @build_os@
+build_vendor = @build_vendor@
+datadir = @datadir@
+datarootdir = @datarootdir@
+docdir = @docdir@
+dvidir = @dvidir@
+exec_prefix = @exec_prefix@
+host = @host@
+host_alias = @host_alias@
+host_cpu = @host_cpu@
+host_os = @host_os@
+host_vendor = @host_vendor@
+htmldir = @htmldir@
+includedir = @includedir@
+infodir = @infodir@
+install_sh = @install_sh@
+libdir = @libdir@
+libexecdir = @libexecdir@
+localedir = @localedir@
+localstatedir = @localstatedir@
+mandir = @mandir@
+mkdir_p = @mkdir_p@
+oldincludedir = @oldincludedir@
+pdfdir = @pdfdir@
+prefix = @prefix@
+program_transform_name = @program_transform_name@
+psdir = @psdir@
+sbindir = @sbindir@
+sharedstatedir = @sharedstatedir@
 supported_locales = @supported_locales@
+sysconfdir = @sysconfdir@
+target_alias = @target_alias@
 wprefs_bindir = @wprefs_bindir@
 wprefs_datadir = @wprefs_datadir@
-
 SUBDIRS = Backgrounds Defaults IconSets Icons Pixmaps Styles Themes
-
 prefsdatadir = $(pkgdatadir)
-
-prefsdata_DATA =  	README 	README.themes 	autostart.sh 	exitscript.sh 	menu 	menu.bg 	menu.ca 	menu.cz 	menu.da 	menu.de 	menu.el 	menu.es 	menu.fi 	menu.fr 	menu.gl 	menu.he 	menu.hr 	menu.hu 	menu.it 	menu.ja 	menu.ko 	menu.nl 	menu.no 	menu.pl 	menu.pt 	menu.ro 	menu.ru 	menu.se 	menu.sk 	menu.sl 	menu.tr 	menu.zh_CN 	menu.zh_TW 	plmenu 	plmenu.bg 	plmenu.da 	plmenu.de 	plmenu.es 	plmenu.fi 	plmenu.fr 	plmenu.hr 	plmenu.it 	plmenu.ja 	plmenu.ko 	plmenu.pl 	plmenu.ro 	plmenu.sk 	plmenu.zh_CN 	plmenu.zh_TW 	wmmacros 	xtree.dat
-
+prefsdata_DATA = \
+	README\
+	README.themes\
+	autostart.sh\
+	exitscript.sh\
+	menu\
+	menu.bg\
+	menu.ca\
+	menu.cz\
+	menu.da\
+	menu.de\
+	menu.el\
+	menu.es\
+	menu.fi\
+	menu.fr\
+	menu.gl\
+	menu.he\
+	menu.hr\
+	menu.hu\
+	menu.it\
+	menu.ja\
+	menu.ko\
+	menu.nl\
+	menu.no\
+	menu.pl\
+	menu.pt\
+	menu.ro\
+	menu.ru\
+	menu.se\
+	menu.sk\
+	menu.sl\
+	menu.tr\
+	menu.zh_CN\
+	menu.zh_TW\
+	plmenu\
+	plmenu.bg\
+	plmenu.da\
+	plmenu.de\
+	plmenu.es\
+	plmenu.fi\
+	plmenu.fr\
+	plmenu.hr\
+	plmenu.it\
+	plmenu.ja\
+	plmenu.ko\
+	plmenu.pl\
+	plmenu.ro\
+	plmenu.sk\
+	plmenu.zh_CN\
+	plmenu.zh_TW\
+	wmmacros\
+	xtree.dat
 
 EXTRA_DIST = $(prefsdata_DATA) mkMakefile
-mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
-CONFIG_HEADER = ../src/config.h
-CONFIG_CLEAN_FILES = 
-DATA =  $(prefsdata_DATA)
-
-DIST_COMMON =  README Makefile.am Makefile.in
+all: all-recursive
 
-
-DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
-
-TAR = tar
-GZIP_ENV = --best
-all: all-redirect
 .SUFFIXES:
-$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.ac $(ACLOCAL_M4) 
-	cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps WindowMaker/Makefile
+$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
+	@for dep in $?; do \
+	  case '$(am__configure_deps)' in \
+	    *$$dep*) \
+	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
+		&& exit 0; \
+	      exit 1;; \
+	  esac; \
+	done; \
+	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  WindowMaker/Makefile'; \
+	cd $(top_srcdir) && \
+	  $(AUTOMAKE) --gnu  WindowMaker/Makefile
+.PRECIOUS: Makefile
+Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
+	@case '$?' in \
+	  *config.status*) \
+	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
+	  *) \
+	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
+	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
+	esac;
+
+$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
+	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+
+$(top_srcdir)/configure:  $(am__configure_deps)
+	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
+	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
-Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
-	cd $(top_builddir) \
-	  && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
+mostlyclean-libtool:
+	-rm -f *.lo
 
+clean-libtool:
+	-rm -rf .libs _libs
 
+distclean-libtool:
+	-rm -f libtool
+uninstall-info-am:
 install-prefsdataDATA: $(prefsdata_DATA)
 	@$(NORMAL_INSTALL)
-	$(mkinstalldirs) $(DESTDIR)$(prefsdatadir)
+	test -z "$(prefsdatadir)" || $(mkdir_p) "$(DESTDIR)$(prefsdatadir)"
 	@list='$(prefsdata_DATA)'; for p in $$list; do \
-	  if test -f $(srcdir)/$$p; then \
-	    echo " $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(prefsdatadir)/$$p"; \
-	    $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(prefsdatadir)/$$p; \
-	  else if test -f $$p; then \
-	    echo " $(INSTALL_DATA) $$p $(DESTDIR)$(prefsdatadir)/$$p"; \
-	    $(INSTALL_DATA) $$p $(DESTDIR)$(prefsdatadir)/$$p; \
-	  fi; fi; \
+	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+	  f=$(am__strip_dir) \
+	  echo " $(prefsdataDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(prefsdatadir)/$$f'"; \
+	  $(prefsdataDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(prefsdatadir)/$$f"; \
 	done
 
 uninstall-prefsdataDATA:
 	@$(NORMAL_UNINSTALL)
-	list='$(prefsdata_DATA)'; for p in $$list; do \
-	  rm -f $(DESTDIR)$(prefsdatadir)/$$p; \
+	@list='$(prefsdata_DATA)'; for p in $$list; do \
+	  f=$(am__strip_dir) \
+	  echo " rm -f '$(DESTDIR)$(prefsdatadir)/$$f'"; \
+	  rm -f "$(DESTDIR)$(prefsdatadir)/$$f"; \
 	done
 
 # This directory's subdirectories are mostly independent; you can cd
@@ -167,13 +322,14 @@
 # (1) if the variable is set in `config.status', edit `config.status'
 #     (which will cause the Makefiles to be regenerated when you run `make');
 # (2) otherwise, pass the desired values on the `make' command line.
-
-@SET_MAKE@
-
-all-recursive install-data-recursive install-exec-recursive \
-installdirs-recursive install-recursive uninstall-recursive  \
-check-recursive installcheck-recursive info-recursive dvi-recursive:
-	@set fnord $(MAKEFLAGS); amf=$$2; \
+$(RECURSIVE_TARGETS):
+	@failcom='exit 1'; \
+	for f in x $$MAKEFLAGS; do \
+	  case $$f in \
+	    *=* | --[!k]*);; \
+	    *k*) failcom='fail=yes';; \
+	  esac; \
+	done; \
 	dot_seen=no; \
 	target=`echo $@ | sed s/-recursive//`; \
 	list='$(SUBDIRS)'; for subdir in $$list; do \
@@ -185,7 +341,7 @@
 	    local_target="$$target"; \
 	  fi; \
 	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
-	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
+	  || eval $$failcom; \
 	done; \
 	if test "$$dot_seen" = "no"; then \
 	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
@@ -193,13 +349,24 @@
 
 mostlyclean-recursive clean-recursive distclean-recursive \
 maintainer-clean-recursive:
-	@set fnord $(MAKEFLAGS); amf=$$2; \
+	@failcom='exit 1'; \
+	for f in x $$MAKEFLAGS; do \
+	  case $$f in \
+	    *=* | --[!k]*);; \
+	    *k*) failcom='fail=yes';; \
+	  esac; \
+	done; \
 	dot_seen=no; \
-	rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
-	  rev="$$subdir $$rev"; \
-	  test "$$subdir" != "." || dot_seen=yes; \
+	case "$@" in \
+	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
+	  *) list='$(SUBDIRS)' ;; \
+	esac; \
+	rev=''; for subdir in $$list; do \
+	  if test "$$subdir" = "."; then :; else \
+	    rev="$$subdir $$rev"; \
+	  fi; \
 	done; \
-	test "$$dot_seen" = "no" && rev=". $$rev"; \
+	rev="$$rev ."; \
 	target=`echo $@ | sed s/-recursive//`; \
 	for subdir in $$rev; do \
 	  echo "Making $$target in $$subdir"; \
@@ -209,142 +376,214 @@
 	    local_target="$$target"; \
 	  fi; \
 	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
-	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
+	  || eval $$failcom; \
 	done && test -z "$$fail"
 tags-recursive:
 	list='$(SUBDIRS)'; for subdir in $$list; do \
 	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
 	done
+ctags-recursive:
+	list='$(SUBDIRS)'; for subdir in $$list; do \
+	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
+	done
 
-tags: TAGS
-
-ID: $(HEADERS) $(SOURCES) $(LISP)
-	list='$(SOURCES) $(HEADERS)'; \
-	unique=`for i in $$list; do echo $$i; done | \
-	  awk '    { files[$$0] = 1; } \
+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; }'`; \
-	here=`pwd` && cd $(srcdir) \
-	  && mkid -f$$here/ID $$unique $(LISP)
+	mkid -fID $$unique
+tags: TAGS
 
-TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
+TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+		$(TAGS_FILES) $(LISP)
 	tags=; \
 	here=`pwd`; \
+	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
+	  include_option=--etags-include; \
+	  empty_fix=.; \
+	else \
+	  include_option=--include; \
+	  empty_fix=; \
+	fi; \
 	list='$(SUBDIRS)'; for subdir in $$list; do \
-   if test "$$subdir" = .; then :; else \
-	    test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
-   fi; \
+	  if test "$$subdir" = .; then :; else \
+	    test ! -f $$subdir/TAGS || \
+	      tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
+	  fi; \
 	done; \
-	list='$(SOURCES) $(HEADERS)'; \
-	unique=`for i in $$list; do echo $$i; done | \
-	  awk '    { files[$$0] = 1; } \
+	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; }'`; \
-	test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
-	  || (cd $(srcdir) && etags -o $$here/TAGS $(ETAGS_ARGS) $$tags  $$unique $(LISP))
-
-mostlyclean-tags:
-
-clean-tags:
+	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
+	  test -n "$$unique" || unique=$$empty_fix; \
+	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
+	    $$tags $$unique; \
+	fi
+ctags: CTAGS
+CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+		$(TAGS_FILES) $(LISP)
+	tags=; \
+	here=`pwd`; \
+	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; }'`; \
+	test -z "$(CTAGS_ARGS)$$tags$$unique" \
+	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+	     $$tags $$unique
+
+GTAGS:
+	here=`$(am__cd) $(top_builddir) && pwd` \
+	  && cd $(top_srcdir) \
+	  && gtags -i $(GTAGS_ARGS) $$here
 
 distclean-tags:
-	-rm -f TAGS ID
-
-maintainer-clean-tags:
-
-distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
-
-subdir = WindowMaker
+	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 
 distdir: $(DISTFILES)
-	@for file in $(DISTFILES); do \
-	  d=$(srcdir); \
+	@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; \
+	  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 \
-	    cp -pr $$d/$$file $(distdir)/$$file; \
+	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
+	      cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
+	    fi; \
+	    cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 	  else \
 	    test -f $(distdir)/$$file \
-	    || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
-	    || cp -p $$d/$$file $(distdir)/$$file || :; \
+	    || cp -p $$d/$$file $(distdir)/$$file \
+	    || exit 1; \
 	  fi; \
 	done
-	for subdir in $(SUBDIRS); do \
+	list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 	  if test "$$subdir" = .; then :; else \
-	    test -d $(distdir)/$$subdir \
-	    || mkdir $(distdir)/$$subdir \
+	    test -d "$(distdir)/$$subdir" \
+	    || $(mkdir_p) "$(distdir)/$$subdir" \
 	    || exit 1; \
-	    chmod 777 $(distdir)/$$subdir; \
-	    (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(top_distdir) distdir=../$(distdir)/$$subdir distdir) \
+	    distdir=`$(am__cd) $(distdir) && pwd`; \
+	    top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
+	    (cd $$subdir && \
+	      $(MAKE) $(AM_MAKEFLAGS) \
+	        top_distdir="$$top_distdir" \
+	        distdir="$$distdir/$$subdir" \
+	        distdir) \
 	      || exit 1; \
 	  fi; \
 	done
-info-am:
-info: info-recursive
-dvi-am:
-dvi: dvi-recursive
 check-am: all-am
 check: check-recursive
-installcheck-am:
-installcheck: installcheck-recursive
-install-exec-am:
+all-am: Makefile $(DATA)
+installdirs: installdirs-recursive
+installdirs-am:
+	for dir in "$(DESTDIR)$(prefsdatadir)"; do \
+	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
+	done
+install: install-recursive
 install-exec: install-exec-recursive
-
-install-data-am: install-prefsdataDATA
 install-data: install-data-recursive
+uninstall: uninstall-recursive
 
 install-am: all-am
 	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
-install: install-recursive
-uninstall-am: uninstall-prefsdataDATA
-uninstall: uninstall-recursive
-all-am: Makefile $(DATA)
-all-redirect: all-recursive
-install-strip:
-	$(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
-installdirs: installdirs-recursive
-installdirs-am:
-	$(mkinstalldirs)  $(DESTDIR)$(prefsdatadir)
-
 
+installcheck: installcheck-recursive
+install-strip:
+	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+	  `test -z '$(STRIP)' || \
+	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 mostlyclean-generic:
 
 clean-generic:
 
 distclean-generic:
-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
-	-rm -f config.cache config.log stamp-h stamp-h[0-9]*
+	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
 maintainer-clean-generic:
-mostlyclean-am:  mostlyclean-tags mostlyclean-generic
+	@echo "This command is intended for maintainers to use"
+	@echo "it deletes files that may require special tools to rebuild."
+clean: clean-recursive
 
-mostlyclean: mostlyclean-recursive
+clean-am: clean-generic clean-libtool mostlyclean-am
 
-clean-am:  clean-tags clean-generic mostlyclean-am
+distclean: distclean-recursive
+	-rm -f Makefile
+distclean-am: clean-am distclean-generic distclean-libtool \
+	distclean-tags
 
-clean: clean-recursive
+dvi: dvi-recursive
 
-distclean-am:  distclean-tags distclean-generic clean-am
-	-rm -f libtool
+dvi-am:
 
-distclean: distclean-recursive
+html: html-recursive
 
-maintainer-clean-am:  maintainer-clean-tags maintainer-clean-generic \
-		distclean-am
-	@echo "This command is intended for maintainers to use;"
-	@echo "it deletes files that may require special tools to rebuild."
+info: info-recursive
+
+info-am:
+
+install-data-am: install-prefsdataDATA
+
+install-exec-am:
+
+install-info: install-info-recursive
+
+install-man:
+
+installcheck-am:
 
 maintainer-clean: maintainer-clean-recursive
+	-rm -f Makefile
+maintainer-clean-am: distclean-am maintainer-clean-generic
+
+mostlyclean: mostlyclean-recursive
+
+mostlyclean-am: mostlyclean-generic mostlyclean-libtool
+
+pdf: pdf-recursive
+
+pdf-am:
+
+ps: ps-recursive
+
+ps-am:
+
+uninstall-am: uninstall-info-am uninstall-prefsdataDATA
 
-.PHONY: uninstall-prefsdataDATA install-prefsdataDATA \
-install-data-recursive uninstall-data-recursive install-exec-recursive \
-uninstall-exec-recursive installdirs-recursive uninstalldirs-recursive \
-all-recursive check-recursive installcheck-recursive info-recursive \
-dvi-recursive mostlyclean-recursive distclean-recursive clean-recursive \
-maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
-distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
-dvi-am dvi check check-am installcheck-am installcheck install-exec-am \
-install-exec install-data-am install-data install-am install \
-uninstall-am uninstall all-redirect all-am all installdirs-am \
-installdirs mostlyclean-generic distclean-generic clean-generic \
-maintainer-clean-generic clean mostlyclean distclean maintainer-clean
+uninstall-info: uninstall-info-recursive
 
+.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am \
+	clean clean-generic clean-libtool clean-recursive ctags \
+	ctags-recursive distclean distclean-generic distclean-libtool \
+	distclean-recursive distclean-tags distdir dvi dvi-am html \
+	html-am info info-am install install-am install-data \
+	install-data-am install-exec install-exec-am install-info \
+	install-info-am install-man install-prefsdataDATA \
+	install-strip installcheck installcheck-am installdirs \
+	installdirs-am maintainer-clean maintainer-clean-generic \
+	maintainer-clean-recursive mostlyclean mostlyclean-generic \
+	mostlyclean-libtool mostlyclean-recursive pdf pdf-am ps ps-am \
+	tags tags-recursive uninstall uninstall-am uninstall-info-am \
+	uninstall-prefsdataDATA
 
 # 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.
--- wmaker-0.92.0.orig/WindowMaker/wmmacros
+++ wmaker-0.92.0/WindowMaker/wmmacros
@@ -22,7 +22,7 @@
 /*
  * SETSTYLE FILE - loads a style file 
  */
-#define SETSTYLE EXEC cd $HOME/GNUstep/Library/WindowMaker/Styles; setstyle 
+#define SETSTYLE EXEC cd $GNUSTEP_USER_ROOT/Library/WindowMaker/Styles; setstyle 
 
 
 /*
@@ -56,11 +56,23 @@
 /*
  * Paths to system configuration directories
  */
-#define THEMES_DIR		#wmdatadir#/Themes
-#define STYLES_DIR		#wmdatadir#/Styles
-#define ICON_SETS_DIR		#wmdatadir#/IconSets
-#define SOUND_SETS_DIR		#wmdatadir#/SoundSets
-#define BACKGROUNDS_DIR		#wmdatadir#/Backgrounds
+#define THEMES_DIR		/usr/share/WindowMaker/Themes
+#define STYLES_DIR		/usr/share/WindowMaker/Styles
+#define ICON_SETS_DIR		/usr/share/WindowMaker/IconSets
+#define SOUND_SETS_DIR		/usr/share/WindowMaker/SoundSets
+#define BACKGROUNDS_DIR		/usr/share/WindowMaker/Backgrounds
+
+#define LOCAL_THEMES_DIR	/usr/local/share/WindowMaker/Themes
+#define LOCAL_STYLES_DIR	/usr/local/share/WindowMaker/Styles
+#define LOCAL_ICON_SETS_DIR	/usr/local/share/WindowMaker/IconSets
+#define LOCAL_SOUND_SETS_DIR	/usr/local/share/WindowMaker/SoundSets
+#define LOCAL_BACKGROUNDS_DIR	/usr/local/share/WindowMaker/Backgrounds
+
+#define USER_THEMES_DIR		$GNUSTEP_USER_ROOT/Library/WindowMaker/Themes
+#define USER_STYLES_DIR		$GNUSTEP_USER_ROOT/Library/WindowMaker/Styles
+#define USER_ICON_SETS_DIR	$GNUSTEP_USER_ROOT/Library/WindowMaker/IconSets
+#define USER_SOUND_SETS_DIR	$GNUSTEP_USER_ROOT/Library/WindowMaker/SoundSets
+#define USER_BACKGROUNDS_DIR	$GNUSTEP_USER_ROOT/Library/WindowMaker/Backgrounds
 
 
 #define StaticGray		0
--- wmaker-0.92.0.orig/WindowMaker/Backgrounds/Makefile.in
+++ wmaker-0.92.0/WindowMaker/Backgrounds/Makefile.in
@@ -1,6 +1,8 @@
-# Makefile.in generated automatically by automake 1.4-p6 from Makefile.am
+# Makefile.in generated by automake 1.9.6 from Makefile.am.
+# @configure_input@
 
-# Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc.
+# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
+# 2003, 2004, 2005  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.
@@ -10,91 +12,118 @@
 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
 # PARTICULAR PURPOSE.
 
-
-SHELL = @SHELL@
+@SET_MAKE@
 
 srcdir = @srcdir@
 top_srcdir = @top_srcdir@
 VPATH = @srcdir@
-prefix = @prefix@
-exec_prefix = @exec_prefix@
-
-bindir = @bindir@
-sbindir = @sbindir@
-libexecdir = @libexecdir@
-datadir = @datadir@
-sysconfdir = @sysconfdir@
-sharedstatedir = @sharedstatedir@
-localstatedir = @localstatedir@
-libdir = @libdir@
-infodir = @infodir@
-mandir = @mandir@
-includedir = @includedir@
-oldincludedir = /usr/include
-
-DESTDIR =
-
 pkgdatadir = $(datadir)/@PACKAGE@
 pkglibdir = $(libdir)/@PACKAGE@
 pkgincludedir = $(includedir)/@PACKAGE@
-
 top_builddir = ../..
-
-ACLOCAL = @ACLOCAL@
-AUTOCONF = @AUTOCONF@
-AUTOMAKE = @AUTOMAKE@
-AUTOHEADER = @AUTOHEADER@
-
+am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 INSTALL = @INSTALL@
-INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
-INSTALL_DATA = @INSTALL_DATA@
-INSTALL_SCRIPT = @INSTALL_SCRIPT@
-transform = @program_transform_name@
-
+install_sh_DATA = $(install_sh) -c -m 644
+install_sh_PROGRAM = $(install_sh) -c
+install_sh_SCRIPT = $(install_sh) -c
+INSTALL_HEADER = $(INSTALL_DATA)
+transform = $(program_transform_name)
 NORMAL_INSTALL = :
 PRE_INSTALL = :
 POST_INSTALL = :
 NORMAL_UNINSTALL = :
 PRE_UNINSTALL = :
 POST_UNINSTALL = :
-host_alias = @host_alias@
+build_triplet = @build@
 host_triplet = @host@
+subdir = WindowMaker/Backgrounds
+DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
+ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
+am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
+	$(top_srcdir)/configure.ac
+am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
+	$(ACLOCAL_M4)
+mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
+CONFIG_HEADER = $(top_builddir)/src/config.h
+CONFIG_CLEAN_FILES =
+SOURCES =
+DIST_SOURCES =
+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|^.*/||'`;
+am__installdirs = "$(DESTDIR)$(defsdatadir)"
+defsdataDATA_INSTALL = $(INSTALL_DATA)
+DATA = $(defsdata_DATA)
+DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+ACLOCAL = @ACLOCAL@
+ALLOCA = @ALLOCA@
+AMDEP_FALSE = @AMDEP_FALSE@
+AMDEP_TRUE = @AMDEP_TRUE@
+AMTAR = @AMTAR@
 AR = @AR@
-AS = @AS@
+AUTOCONF = @AUTOCONF@
+AUTOHEADER = @AUTOHEADER@
+AUTOMAKE = @AUTOMAKE@
+AWK = @AWK@
 CC = @CC@
+CCDEPMODE = @CCDEPMODE@
+CFLAGS = @CFLAGS@
+CPP = @CPP@
+CPPFLAGS = @CPPFLAGS@
 CPP_PATH = @CPP_PATH@
 CXX = @CXX@
 CXXCPP = @CXXCPP@
+CXXDEPMODE = @CXXDEPMODE@
+CXXFLAGS = @CXXFLAGS@
+CYGPATH_W = @CYGPATH_W@
+DEFS = @DEFS@
+DEPDIR = @DEPDIR@
 DLLIBS = @DLLIBS@
-DLLTOOL = @DLLTOOL@
 ECHO = @ECHO@
+ECHO_C = @ECHO_C@
+ECHO_N = @ECHO_N@
+ECHO_T = @ECHO_T@
 EGREP = @EGREP@
 EXEEXT = @EXEEXT@
 F77 = @F77@
-GCJ = @GCJ@
-GCJFLAGS = @GCJFLAGS@
+FFLAGS = @FFLAGS@
 GFXLIBS = @GFXLIBS@
-HAVE_LIB = @HAVE_LIB@
+GREP = @GREP@
 HEADER_SEARCH_PATH = @HEADER_SEARCH_PATH@
 ICONEXT = @ICONEXT@
+INSTALL_DATA = @INSTALL_DATA@
+INSTALL_PROGRAM = @INSTALL_PROGRAM@
+INSTALL_SCRIPT = @INSTALL_SCRIPT@
+INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 INTLIBS = @INTLIBS@
-LIB = @LIB@
+LDFLAGS = @LDFLAGS@
+LIBOBJS = @LIBOBJS@
 LIBRARY_SEARCH_PATH = @LIBRARY_SEARCH_PATH@
+LIBS = @LIBS@
 LIBTOOL = @LIBTOOL@
 LITE = @LITE@
 LN_S = @LN_S@
-LTLIB = @LTLIB@
+LTLIBOBJS = @LTLIBOBJS@
 MAKEINFO = @MAKEINFO@
 MOFILES = @MOFILES@
 NETLIBS = @NETLIBS@
 NLSDIR = @NLSDIR@
 NOSTRICTALIASING = @NOSTRICTALIASING@
-OBJDUMP = @OBJDUMP@
 OBJEXT = @OBJEXT@
 PACKAGE = @PACKAGE@
+PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
+PACKAGE_NAME = @PACKAGE_NAME@
+PACKAGE_STRING = @PACKAGE_STRING@
+PACKAGE_TARNAME = @PACKAGE_TARNAME@
+PACKAGE_VERSION = @PACKAGE_VERSION@
+PATH_SEPARATOR = @PATH_SEPARATOR@
 PKGCONFIG = @PKGCONFIG@
 RANLIB = @RANLIB@
-RC = @RC@
+SET_MAKE = @SET_MAKE@
+SHELL = @SHELL@
 STRIP = @STRIP@
 VERSION = @VERSION@
 WINGSMOFILES = @WINGSMOFILES@
@@ -106,138 +135,245 @@
 XGETTEXT = @XGETTEXT@
 XLFLAGS = @XLFLAGS@
 XLIBS = @XLIBS@
+XMKMF = @XMKMF@
+X_CFLAGS = @X_CFLAGS@
 X_EXTRA_LIBS = @X_EXTRA_LIBS@
 X_LIBRARY_PATH = @X_LIBRARY_PATH@
+X_LIBS = @X_LIBS@
+X_PRE_LIBS = @X_PRE_LIBS@
+ac_ct_CC = @ac_ct_CC@
+ac_ct_CXX = @ac_ct_CXX@
+ac_ct_F77 = @ac_ct_F77@
+am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
+am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
+am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
+am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+am__include = @am__include@
+am__leading_dot = @am__leading_dot@
+am__quote = @am__quote@
+am__tar = @am__tar@
+am__untar = @am__untar@
+bindir = @bindir@
+build = @build@
+build_alias = @build_alias@
+build_cpu = @build_cpu@
+build_os = @build_os@
+build_vendor = @build_vendor@
+datadir = @datadir@
+datarootdir = @datarootdir@
+docdir = @docdir@
+dvidir = @dvidir@
+exec_prefix = @exec_prefix@
+host = @host@
+host_alias = @host_alias@
+host_cpu = @host_cpu@
+host_os = @host_os@
+host_vendor = @host_vendor@
+htmldir = @htmldir@
+includedir = @includedir@
+infodir = @infodir@
+install_sh = @install_sh@
+libdir = @libdir@
+libexecdir = @libexecdir@
+localedir = @localedir@
+localstatedir = @localstatedir@
+mandir = @mandir@
+mkdir_p = @mkdir_p@
+oldincludedir = @oldincludedir@
+pdfdir = @pdfdir@
+prefix = @prefix@
+program_transform_name = @program_transform_name@
+psdir = @psdir@
+sbindir = @sbindir@
+sharedstatedir = @sharedstatedir@
 supported_locales = @supported_locales@
+sysconfdir = @sysconfdir@
+target_alias = @target_alias@
 wprefs_bindir = @wprefs_bindir@
 wprefs_datadir = @wprefs_datadir@
-
 defsdatadir = $(pkgdatadir)/Backgrounds
-
 defsdata_DATA = BlueImage.jpeg 
-
 EXTRA_DIST = $(defsdata_DATA)
-mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
-CONFIG_HEADER = ../../src/config.h
-CONFIG_CLEAN_FILES = 
-DATA =  $(defsdata_DATA)
-
-DIST_COMMON =  Makefile.am Makefile.in
-
+all: all-am
 
-DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
-
-TAR = tar
-GZIP_ENV = --best
-all: all-redirect
 .SUFFIXES:
-$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.ac $(ACLOCAL_M4) 
-	cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps WindowMaker/Backgrounds/Makefile
+$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
+	@for dep in $?; do \
+	  case '$(am__configure_deps)' in \
+	    *$$dep*) \
+	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
+		&& exit 0; \
+	      exit 1;; \
+	  esac; \
+	done; \
+	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  WindowMaker/Backgrounds/Makefile'; \
+	cd $(top_srcdir) && \
+	  $(AUTOMAKE) --gnu  WindowMaker/Backgrounds/Makefile
+.PRECIOUS: Makefile
+Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
+	@case '$?' in \
+	  *config.status*) \
+	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
+	  *) \
+	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
+	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
+	esac;
+
+$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
+	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+
+$(top_srcdir)/configure:  $(am__configure_deps)
+	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
+	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
-Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
-	cd $(top_builddir) \
-	  && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
+mostlyclean-libtool:
+	-rm -f *.lo
 
+clean-libtool:
+	-rm -rf .libs _libs
 
+distclean-libtool:
+	-rm -f libtool
+uninstall-info-am:
 install-defsdataDATA: $(defsdata_DATA)
 	@$(NORMAL_INSTALL)
-	$(mkinstalldirs) $(DESTDIR)$(defsdatadir)
+	test -z "$(defsdatadir)" || $(mkdir_p) "$(DESTDIR)$(defsdatadir)"
 	@list='$(defsdata_DATA)'; for p in $$list; do \
-	  if test -f $(srcdir)/$$p; then \
-	    echo " $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(defsdatadir)/$$p"; \
-	    $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(defsdatadir)/$$p; \
-	  else if test -f $$p; then \
-	    echo " $(INSTALL_DATA) $$p $(DESTDIR)$(defsdatadir)/$$p"; \
-	    $(INSTALL_DATA) $$p $(DESTDIR)$(defsdatadir)/$$p; \
-	  fi; fi; \
+	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+	  f=$(am__strip_dir) \
+	  echo " $(defsdataDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(defsdatadir)/$$f'"; \
+	  $(defsdataDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(defsdatadir)/$$f"; \
 	done
 
 uninstall-defsdataDATA:
 	@$(NORMAL_UNINSTALL)
-	list='$(defsdata_DATA)'; for p in $$list; do \
-	  rm -f $(DESTDIR)$(defsdatadir)/$$p; \
+	@list='$(defsdata_DATA)'; for p in $$list; do \
+	  f=$(am__strip_dir) \
+	  echo " rm -f '$(DESTDIR)$(defsdatadir)/$$f'"; \
+	  rm -f "$(DESTDIR)$(defsdatadir)/$$f"; \
 	done
 tags: TAGS
 TAGS:
 
+ctags: CTAGS
+CTAGS:
 
-distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
-
-subdir = WindowMaker/Backgrounds
 
 distdir: $(DISTFILES)
-	@for file in $(DISTFILES); do \
-	  d=$(srcdir); \
+	@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; \
+	  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 \
-	    cp -pr $$d/$$file $(distdir)/$$file; \
+	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
+	      cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
+	    fi; \
+	    cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 	  else \
 	    test -f $(distdir)/$$file \
-	    || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
-	    || cp -p $$d/$$file $(distdir)/$$file || :; \
+	    || cp -p $$d/$$file $(distdir)/$$file \
+	    || exit 1; \
 	  fi; \
 	done
-info-am:
-info: info-am
-dvi-am:
-dvi: dvi-am
 check-am: all-am
 check: check-am
-installcheck-am:
-installcheck: installcheck-am
-install-exec-am:
+all-am: Makefile $(DATA)
+installdirs:
+	for dir in "$(DESTDIR)$(defsdatadir)"; do \
+	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
+	done
+install: install-am
 install-exec: install-exec-am
-
-install-data-am: install-defsdataDATA
 install-data: install-data-am
+uninstall: uninstall-am
 
 install-am: all-am
 	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
-install: install-am
-uninstall-am: uninstall-defsdataDATA
-uninstall: uninstall-am
-all-am: Makefile $(DATA)
-all-redirect: all-am
-install-strip:
-	$(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
-installdirs:
-	$(mkinstalldirs)  $(DESTDIR)$(defsdatadir)
-
 
+installcheck: installcheck-am
+install-strip:
+	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+	  `test -z '$(STRIP)' || \
+	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 mostlyclean-generic:
 
 clean-generic:
 
 distclean-generic:
-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
-	-rm -f config.cache config.log stamp-h stamp-h[0-9]*
+	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
 maintainer-clean-generic:
-mostlyclean-am:  mostlyclean-generic
+	@echo "This command is intended for maintainers to use"
+	@echo "it deletes files that may require special tools to rebuild."
+clean: clean-am
 
-mostlyclean: mostlyclean-am
+clean-am: clean-generic clean-libtool mostlyclean-am
 
-clean-am:  clean-generic mostlyclean-am
+distclean: distclean-am
+	-rm -f Makefile
+distclean-am: clean-am distclean-generic distclean-libtool
 
-clean: clean-am
+dvi: dvi-am
 
-distclean-am:  distclean-generic clean-am
-	-rm -f libtool
+dvi-am:
 
-distclean: distclean-am
+html: html-am
 
-maintainer-clean-am:  maintainer-clean-generic distclean-am
-	@echo "This command is intended for maintainers to use;"
-	@echo "it deletes files that may require special tools to rebuild."
+info: info-am
+
+info-am:
+
+install-data-am: install-defsdataDATA
+
+install-exec-am:
+
+install-info: install-info-am
+
+install-man:
+
+installcheck-am:
 
 maintainer-clean: maintainer-clean-am
+	-rm -f Makefile
+maintainer-clean-am: distclean-am maintainer-clean-generic
+
+mostlyclean: mostlyclean-am
+
+mostlyclean-am: mostlyclean-generic mostlyclean-libtool
+
+pdf: pdf-am
+
+pdf-am:
+
+ps: ps-am
+
+ps-am:
 
-.PHONY: uninstall-defsdataDATA install-defsdataDATA tags distdir info-am \
-info dvi-am dvi check check-am installcheck-am installcheck \
-install-exec-am install-exec install-data-am install-data install-am \
-install uninstall-am uninstall all-redirect all-am all installdirs \
-mostlyclean-generic distclean-generic clean-generic \
-maintainer-clean-generic clean mostlyclean distclean maintainer-clean
+uninstall-am: uninstall-defsdataDATA uninstall-info-am
 
+.PHONY: all all-am check check-am clean clean-generic clean-libtool \
+	distclean distclean-generic distclean-libtool distdir dvi \
+	dvi-am html html-am info info-am install install-am \
+	install-data install-data-am install-defsdataDATA install-exec \
+	install-exec-am install-info install-info-am install-man \
+	install-strip installcheck installcheck-am installdirs \
+	maintainer-clean maintainer-clean-generic mostlyclean \
+	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
+	uninstall uninstall-am uninstall-defsdataDATA \
+	uninstall-info-am
 
 # 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.
--- wmaker-0.92.0.orig/WindowMaker/Defaults/Makefile.in
+++ wmaker-0.92.0/WindowMaker/Defaults/Makefile.in
@@ -1,6 +1,8 @@
-# Makefile.in generated automatically by automake 1.4-p6 from Makefile.am
+# Makefile.in generated by automake 1.9.6 from Makefile.am.
+# @configure_input@
 
-# Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc.
+# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
+# 2003, 2004, 2005  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.
@@ -10,91 +12,118 @@
 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
 # PARTICULAR PURPOSE.
 
-
-SHELL = @SHELL@
+@SET_MAKE@
 
 srcdir = @srcdir@
 top_srcdir = @top_srcdir@
 VPATH = @srcdir@
-prefix = @prefix@
-exec_prefix = @exec_prefix@
-
-bindir = @bindir@
-sbindir = @sbindir@
-libexecdir = @libexecdir@
-datadir = @datadir@
-sysconfdir = @sysconfdir@
-sharedstatedir = @sharedstatedir@
-localstatedir = @localstatedir@
-libdir = @libdir@
-infodir = @infodir@
-mandir = @mandir@
-includedir = @includedir@
-oldincludedir = /usr/include
-
-DESTDIR =
-
 pkgdatadir = $(datadir)/@PACKAGE@
 pkglibdir = $(libdir)/@PACKAGE@
 pkgincludedir = $(includedir)/@PACKAGE@
-
 top_builddir = ../..
-
-ACLOCAL = @ACLOCAL@
-AUTOCONF = @AUTOCONF@
-AUTOMAKE = @AUTOMAKE@
-AUTOHEADER = @AUTOHEADER@
-
+am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 INSTALL = @INSTALL@
-INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
-INSTALL_DATA = @INSTALL_DATA@
-INSTALL_SCRIPT = @INSTALL_SCRIPT@
-transform = @program_transform_name@
-
+install_sh_DATA = $(install_sh) -c -m 644
+install_sh_PROGRAM = $(install_sh) -c
+install_sh_SCRIPT = $(install_sh) -c
+INSTALL_HEADER = $(INSTALL_DATA)
+transform = $(program_transform_name)
 NORMAL_INSTALL = :
 PRE_INSTALL = :
 POST_INSTALL = :
 NORMAL_UNINSTALL = :
 PRE_UNINSTALL = :
 POST_UNINSTALL = :
-host_alias = @host_alias@
+build_triplet = @build@
 host_triplet = @host@
+subdir = WindowMaker/Defaults
+DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
+ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
+am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
+	$(top_srcdir)/configure.ac
+am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
+	$(ACLOCAL_M4)
+mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
+CONFIG_HEADER = $(top_builddir)/src/config.h
+CONFIG_CLEAN_FILES =
+SOURCES =
+DIST_SOURCES =
+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|^.*/||'`;
+am__installdirs = "$(DESTDIR)$(defsdatadir)"
+defsdataDATA_INSTALL = $(INSTALL_DATA)
+DATA = $(defsdata_DATA)
+DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+ACLOCAL = @ACLOCAL@
+ALLOCA = @ALLOCA@
+AMDEP_FALSE = @AMDEP_FALSE@
+AMDEP_TRUE = @AMDEP_TRUE@
+AMTAR = @AMTAR@
 AR = @AR@
-AS = @AS@
+AUTOCONF = @AUTOCONF@
+AUTOHEADER = @AUTOHEADER@
+AUTOMAKE = @AUTOMAKE@
+AWK = @AWK@
 CC = @CC@
+CCDEPMODE = @CCDEPMODE@
+CFLAGS = @CFLAGS@
+CPP = @CPP@
+CPPFLAGS = @CPPFLAGS@
 CPP_PATH = @CPP_PATH@
 CXX = @CXX@
 CXXCPP = @CXXCPP@
+CXXDEPMODE = @CXXDEPMODE@
+CXXFLAGS = @CXXFLAGS@
+CYGPATH_W = @CYGPATH_W@
+DEFS = @DEFS@
+DEPDIR = @DEPDIR@
 DLLIBS = @DLLIBS@
-DLLTOOL = @DLLTOOL@
 ECHO = @ECHO@
+ECHO_C = @ECHO_C@
+ECHO_N = @ECHO_N@
+ECHO_T = @ECHO_T@
 EGREP = @EGREP@
 EXEEXT = @EXEEXT@
 F77 = @F77@
-GCJ = @GCJ@
-GCJFLAGS = @GCJFLAGS@
+FFLAGS = @FFLAGS@
 GFXLIBS = @GFXLIBS@
-HAVE_LIB = @HAVE_LIB@
+GREP = @GREP@
 HEADER_SEARCH_PATH = @HEADER_SEARCH_PATH@
 ICONEXT = @ICONEXT@
+INSTALL_DATA = @INSTALL_DATA@
+INSTALL_PROGRAM = @INSTALL_PROGRAM@
+INSTALL_SCRIPT = @INSTALL_SCRIPT@
+INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 INTLIBS = @INTLIBS@
-LIB = @LIB@
+LDFLAGS = @LDFLAGS@
+LIBOBJS = @LIBOBJS@
 LIBRARY_SEARCH_PATH = @LIBRARY_SEARCH_PATH@
+LIBS = @LIBS@
 LIBTOOL = @LIBTOOL@
 LITE = @LITE@
 LN_S = @LN_S@
-LTLIB = @LTLIB@
+LTLIBOBJS = @LTLIBOBJS@
 MAKEINFO = @MAKEINFO@
 MOFILES = @MOFILES@
 NETLIBS = @NETLIBS@
 NLSDIR = @NLSDIR@
 NOSTRICTALIASING = @NOSTRICTALIASING@
-OBJDUMP = @OBJDUMP@
 OBJEXT = @OBJEXT@
 PACKAGE = @PACKAGE@
+PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
+PACKAGE_NAME = @PACKAGE_NAME@
+PACKAGE_STRING = @PACKAGE_STRING@
+PACKAGE_TARNAME = @PACKAGE_TARNAME@
+PACKAGE_VERSION = @PACKAGE_VERSION@
+PATH_SEPARATOR = @PATH_SEPARATOR@
 PKGCONFIG = @PKGCONFIG@
 RANLIB = @RANLIB@
-RC = @RC@
+SET_MAKE = @SET_MAKE@
+SHELL = @SHELL@
 STRIP = @STRIP@
 VERSION = @VERSION@
 WINGSMOFILES = @WINGSMOFILES@
@@ -106,142 +135,248 @@
 XGETTEXT = @XGETTEXT@
 XLFLAGS = @XLFLAGS@
 XLIBS = @XLIBS@
+XMKMF = @XMKMF@
+X_CFLAGS = @X_CFLAGS@
 X_EXTRA_LIBS = @X_EXTRA_LIBS@
 X_LIBRARY_PATH = @X_LIBRARY_PATH@
+X_LIBS = @X_LIBS@
+X_PRE_LIBS = @X_PRE_LIBS@
+ac_ct_CC = @ac_ct_CC@
+ac_ct_CXX = @ac_ct_CXX@
+ac_ct_F77 = @ac_ct_F77@
+am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
+am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
+am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
+am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+am__include = @am__include@
+am__leading_dot = @am__leading_dot@
+am__quote = @am__quote@
+am__tar = @am__tar@
+am__untar = @am__untar@
+bindir = @bindir@
+build = @build@
+build_alias = @build_alias@
+build_cpu = @build_cpu@
+build_os = @build_os@
+build_vendor = @build_vendor@
+datadir = @datadir@
+datarootdir = @datarootdir@
+docdir = @docdir@
+dvidir = @dvidir@
+exec_prefix = @exec_prefix@
+host = @host@
+host_alias = @host_alias@
+host_cpu = @host_cpu@
+host_os = @host_os@
+host_vendor = @host_vendor@
+htmldir = @htmldir@
+includedir = @includedir@
+infodir = @infodir@
+install_sh = @install_sh@
+libdir = @libdir@
+libexecdir = @libexecdir@
+localedir = @localedir@
+localstatedir = @localstatedir@
+mandir = @mandir@
+mkdir_p = @mkdir_p@
+oldincludedir = @oldincludedir@
+pdfdir = @pdfdir@
+prefix = @prefix@
+program_transform_name = @program_transform_name@
+psdir = @psdir@
+sbindir = @sbindir@
+sharedstatedir = @sharedstatedir@
 supported_locales = @supported_locales@
+sysconfdir = @sysconfdir@
+target_alias = @target_alias@
 wprefs_bindir = @wprefs_bindir@
 wprefs_datadir = @wprefs_datadir@
-
 defsdatadir = $(sysconfdir)/WindowMaker
-
 defsdata_DATA = WMRootMenu WMWindowAttributes WindowMaker WMState WMGLOBAL
-
 wpexecbindir = @wprefs_bindir@
-
 EXTRA_DIST = WMGLOBAL WMWindowAttributes.in WindowMaker.in WMState.in
-
 CLEANFILES = WMWindowAttributes WindowMaker WMState
-mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
-CONFIG_HEADER = ../../src/config.h
-CONFIG_CLEAN_FILES = 
-DATA =  $(defsdata_DATA)
-
-DIST_COMMON =  Makefile.am Makefile.in
-
+all: all-am
 
-DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
-
-TAR = tar
-GZIP_ENV = --best
-all: all-redirect
 .SUFFIXES:
-$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.ac $(ACLOCAL_M4) 
-	cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps WindowMaker/Defaults/Makefile
+$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
+	@for dep in $?; do \
+	  case '$(am__configure_deps)' in \
+	    *$$dep*) \
+	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
+		&& exit 0; \
+	      exit 1;; \
+	  esac; \
+	done; \
+	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  WindowMaker/Defaults/Makefile'; \
+	cd $(top_srcdir) && \
+	  $(AUTOMAKE) --gnu  WindowMaker/Defaults/Makefile
+.PRECIOUS: Makefile
+Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
+	@case '$?' in \
+	  *config.status*) \
+	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
+	  *) \
+	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
+	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
+	esac;
+
+$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
+	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+
+$(top_srcdir)/configure:  $(am__configure_deps)
+	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
+	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
-Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
-	cd $(top_builddir) \
-	  && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
+mostlyclean-libtool:
+	-rm -f *.lo
 
+clean-libtool:
+	-rm -rf .libs _libs
 
+distclean-libtool:
+	-rm -f libtool
+uninstall-info-am:
 install-defsdataDATA: $(defsdata_DATA)
 	@$(NORMAL_INSTALL)
-	$(mkinstalldirs) $(DESTDIR)$(defsdatadir)
+	test -z "$(defsdatadir)" || $(mkdir_p) "$(DESTDIR)$(defsdatadir)"
 	@list='$(defsdata_DATA)'; for p in $$list; do \
-	  if test -f $(srcdir)/$$p; then \
-	    echo " $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(defsdatadir)/$$p"; \
-	    $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(defsdatadir)/$$p; \
-	  else if test -f $$p; then \
-	    echo " $(INSTALL_DATA) $$p $(DESTDIR)$(defsdatadir)/$$p"; \
-	    $(INSTALL_DATA) $$p $(DESTDIR)$(defsdatadir)/$$p; \
-	  fi; fi; \
+	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+	  f=$(am__strip_dir) \
+	  echo " $(defsdataDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(defsdatadir)/$$f'"; \
+	  $(defsdataDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(defsdatadir)/$$f"; \
 	done
 
 uninstall-defsdataDATA:
 	@$(NORMAL_UNINSTALL)
-	list='$(defsdata_DATA)'; for p in $$list; do \
-	  rm -f $(DESTDIR)$(defsdatadir)/$$p; \
+	@list='$(defsdata_DATA)'; for p in $$list; do \
+	  f=$(am__strip_dir) \
+	  echo " rm -f '$(DESTDIR)$(defsdatadir)/$$f'"; \
+	  rm -f "$(DESTDIR)$(defsdatadir)/$$f"; \
 	done
 tags: TAGS
 TAGS:
 
+ctags: CTAGS
+CTAGS:
 
-distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
-
-subdir = WindowMaker/Defaults
 
 distdir: $(DISTFILES)
-	@for file in $(DISTFILES); do \
-	  d=$(srcdir); \
+	@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; \
+	  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 \
-	    cp -pr $$d/$$file $(distdir)/$$file; \
+	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
+	      cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
+	    fi; \
+	    cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 	  else \
 	    test -f $(distdir)/$$file \
-	    || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
-	    || cp -p $$d/$$file $(distdir)/$$file || :; \
+	    || cp -p $$d/$$file $(distdir)/$$file \
+	    || exit 1; \
 	  fi; \
 	done
-info-am:
-info: info-am
-dvi-am:
-dvi: dvi-am
 check-am: all-am
 check: check-am
-installcheck-am:
-installcheck: installcheck-am
-install-exec-am:
+all-am: Makefile $(DATA)
+installdirs:
+	for dir in "$(DESTDIR)$(defsdatadir)"; do \
+	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
+	done
+install: install-am
 install-exec: install-exec-am
-
-install-data-am: install-defsdataDATA
 install-data: install-data-am
+uninstall: uninstall-am
 
 install-am: all-am
 	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
-install: install-am
-uninstall-am: uninstall-defsdataDATA
-uninstall: uninstall-am
-all-am: Makefile $(DATA)
-all-redirect: all-am
-install-strip:
-	$(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
-installdirs:
-	$(mkinstalldirs)  $(DESTDIR)$(defsdatadir)
-
 
+installcheck: installcheck-am
+install-strip:
+	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+	  `test -z '$(STRIP)' || \
+	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 mostlyclean-generic:
 
 clean-generic:
 	-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
 
 distclean-generic:
-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
-	-rm -f config.cache config.log stamp-h stamp-h[0-9]*
+	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
 maintainer-clean-generic:
-mostlyclean-am:  mostlyclean-generic
+	@echo "This command is intended for maintainers to use"
+	@echo "it deletes files that may require special tools to rebuild."
+clean: clean-am
 
-mostlyclean: mostlyclean-am
+clean-am: clean-generic clean-libtool mostlyclean-am
 
-clean-am:  clean-generic mostlyclean-am
+distclean: distclean-am
+	-rm -f Makefile
+distclean-am: clean-am distclean-generic distclean-libtool
 
-clean: clean-am
+dvi: dvi-am
 
-distclean-am:  distclean-generic clean-am
-	-rm -f libtool
+dvi-am:
 
-distclean: distclean-am
+html: html-am
 
-maintainer-clean-am:  maintainer-clean-generic distclean-am
-	@echo "This command is intended for maintainers to use;"
-	@echo "it deletes files that may require special tools to rebuild."
+info: info-am
+
+info-am:
+
+install-data-am: install-defsdataDATA
+
+install-exec-am:
+
+install-info: install-info-am
+
+install-man:
+
+installcheck-am:
 
 maintainer-clean: maintainer-clean-am
+	-rm -f Makefile
+maintainer-clean-am: distclean-am maintainer-clean-generic
+
+mostlyclean: mostlyclean-am
 
-.PHONY: uninstall-defsdataDATA install-defsdataDATA tags distdir info-am \
-info dvi-am dvi check check-am installcheck-am installcheck \
-install-exec-am install-exec install-data-am install-data install-am \
-install uninstall-am uninstall all-redirect all-am all installdirs \
-mostlyclean-generic distclean-generic clean-generic \
-maintainer-clean-generic clean mostlyclean distclean maintainer-clean
+mostlyclean-am: mostlyclean-generic mostlyclean-libtool
+
+pdf: pdf-am
+
+pdf-am:
+
+ps: ps-am
+
+ps-am:
+
+uninstall-am: uninstall-defsdataDATA uninstall-info-am
+
+.PHONY: all all-am check check-am clean clean-generic clean-libtool \
+	distclean distclean-generic distclean-libtool distdir dvi \
+	dvi-am html html-am info info-am install install-am \
+	install-data install-data-am install-defsdataDATA install-exec \
+	install-exec-am install-info install-info-am install-man \
+	install-strip installcheck installcheck-am installdirs \
+	maintainer-clean maintainer-clean-generic mostlyclean \
+	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
+	uninstall uninstall-am uninstall-defsdataDATA \
+	uninstall-info-am
 
 
 WMWindowAttributes: $(srcdir)/WMWindowAttributes.in
@@ -263,7 +398,6 @@
 
 WMRootMenu: $(srcdir)/../plmenu
 	-cp -f $(srcdir)/../plmenu WMRootMenu
-
 # 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:
--- wmaker-0.92.0.orig/WindowMaker/Defaults/WMGLOBAL
+++ wmaker-0.92.0/WindowMaker/Defaults/WMGLOBAL
@@ -1,9 +1,9 @@
 {
-  SystemFont = "Trebuchet MS,Luxi Sans";
-  BoldSystemFont = "Trebuchet MS,Luxi Sans:bold";
+  SystemFont = "Trebuchet MS,Luxi Sans,sans serif";
+  BoldSystemFont = "Trebuchet MS,Luxi Sans,sans serif:bold";
   DefaultFontSize = 11;
   AntialiasedText = Yes;
-  FloppyPath = "/floppy";
+  FloppyPath = "/media/floppy";
   DoubleClickTime = 250;
   MouseWheelUp = Button4;
   MouseWheelDown = Button5;
--- wmaker-0.92.0.orig/WindowMaker/Defaults/WindowMaker.in
+++ wmaker-0.92.0/WindowMaker/Defaults/WindowMaker.in
@@ -1,5 +1,6 @@
 {
   SmoothWorkspaceBack = NO;
+  WindozeCycling = NO;
   PopupSwitchMenu = NO;
   MenuStyle = normal;
   DisableMiniwindows = NO;
@@ -9,24 +10,26 @@
   WorkspaceBorder = None;
   IconificationStyle = Zoom;
   IconPath = (
+    "~/pixmaps",
     "~/GNUstep/Library/Icons",
-    "#pkgdatadir#/Icons",
-    "#pkgdatadir#/Pixmaps",
-    "/usr/X11R6/include/X11/pixmaps",
-    "~/GNUstep/Library/WindowMaker/Pixmaps",
+    "/usr/local/share/WindowMaker/Icons",
+    "/usr/share/WindowMaker/Icons",
+    "/usr/local/share/icons",
     "/usr/share/icons",
-    "/usr/local/share/pixmaps",
-    "/usr/share/pixmaps"
-  );
+    "/usr/X11R6/include/X11/pixmaps"
+);
   PixmapPath = (
-    "~/GNUstep/Library/WindowMaker/Pixmaps",
+    "~/pixmaps",
     "~/GNUstep/Library/WindowMaker/Backgrounds",
-    "#pkgdatadir#/Pixmaps",
-    "#pkgdatadir#/Backgrounds",
-    "/usr/X11R6/include/X11/pixmaps",
+    "~/GNUstep/Library/WindowMaker/Pixmaps",
+    "/usr/local/share/WindowMaker/Backgrounds",
+    "/usr/local/share/WindowMaker/Pixmaps",
+    "/usr/share/WindowMaker/Backgrounds",
+    "/usr/share/WindowMaker/Pixmaps",
     "/usr/local/share/pixmaps",
-    "/usr/share/pixmaps"
-  );
+    "/usr/share/pixmaps",
+    "/usr/X11R6/include/X11/pixmaps"
+);
   WindowTitleBalloons = YES;
   IconSize = 64;
   FocusMode = manual;
--- wmaker-0.92.0.orig/WindowMaker/Defaults/WMState.in
+++ wmaker-0.92.0/WindowMaker/Defaults/WMState.in
@@ -10,8 +10,8 @@
         DropCommand = "wmsetbg -u -t %d";
       },
       {
-	Command = xterm;
-	Name = xterm.XTerm;
+	Command = "x-terminal-emulator";
+	Name = "x-terminal-emulator.XTerm";
 	AutoLaunch = No;
 	Forced = No;
 	Position = "0,1";
--- wmaker-0.92.0.orig/WindowMaker/IconSets/Makefile.in
+++ wmaker-0.92.0/WindowMaker/IconSets/Makefile.in
@@ -1,6 +1,8 @@
-# Makefile.in generated automatically by automake 1.4-p6 from Makefile.am
+# Makefile.in generated by automake 1.9.6 from Makefile.am.
+# @configure_input@
 
-# Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc.
+# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
+# 2003, 2004, 2005  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.
@@ -10,91 +12,118 @@
 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
 # PARTICULAR PURPOSE.
 
-
-SHELL = @SHELL@
+@SET_MAKE@
 
 srcdir = @srcdir@
 top_srcdir = @top_srcdir@
 VPATH = @srcdir@
-prefix = @prefix@
-exec_prefix = @exec_prefix@
-
-bindir = @bindir@
-sbindir = @sbindir@
-libexecdir = @libexecdir@
-datadir = @datadir@
-sysconfdir = @sysconfdir@
-sharedstatedir = @sharedstatedir@
-localstatedir = @localstatedir@
-libdir = @libdir@
-infodir = @infodir@
-mandir = @mandir@
-includedir = @includedir@
-oldincludedir = /usr/include
-
-DESTDIR =
-
 pkgdatadir = $(datadir)/@PACKAGE@
 pkglibdir = $(libdir)/@PACKAGE@
 pkgincludedir = $(includedir)/@PACKAGE@
-
 top_builddir = ../..
-
-ACLOCAL = @ACLOCAL@
-AUTOCONF = @AUTOCONF@
-AUTOMAKE = @AUTOMAKE@
-AUTOHEADER = @AUTOHEADER@
-
+am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 INSTALL = @INSTALL@
-INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
-INSTALL_DATA = @INSTALL_DATA@
-INSTALL_SCRIPT = @INSTALL_SCRIPT@
-transform = @program_transform_name@
-
+install_sh_DATA = $(install_sh) -c -m 644
+install_sh_PROGRAM = $(install_sh) -c
+install_sh_SCRIPT = $(install_sh) -c
+INSTALL_HEADER = $(INSTALL_DATA)
+transform = $(program_transform_name)
 NORMAL_INSTALL = :
 PRE_INSTALL = :
 POST_INSTALL = :
 NORMAL_UNINSTALL = :
 PRE_UNINSTALL = :
 POST_UNINSTALL = :
-host_alias = @host_alias@
+build_triplet = @build@
 host_triplet = @host@
+subdir = WindowMaker/IconSets
+DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
+ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
+am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
+	$(top_srcdir)/configure.ac
+am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
+	$(ACLOCAL_M4)
+mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
+CONFIG_HEADER = $(top_builddir)/src/config.h
+CONFIG_CLEAN_FILES =
+SOURCES =
+DIST_SOURCES =
+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|^.*/||'`;
+am__installdirs = "$(DESTDIR)$(defsdatadir)"
+defsdataDATA_INSTALL = $(INSTALL_DATA)
+DATA = $(defsdata_DATA)
+DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+ACLOCAL = @ACLOCAL@
+ALLOCA = @ALLOCA@
+AMDEP_FALSE = @AMDEP_FALSE@
+AMDEP_TRUE = @AMDEP_TRUE@
+AMTAR = @AMTAR@
 AR = @AR@
-AS = @AS@
+AUTOCONF = @AUTOCONF@
+AUTOHEADER = @AUTOHEADER@
+AUTOMAKE = @AUTOMAKE@
+AWK = @AWK@
 CC = @CC@
+CCDEPMODE = @CCDEPMODE@
+CFLAGS = @CFLAGS@
+CPP = @CPP@
+CPPFLAGS = @CPPFLAGS@
 CPP_PATH = @CPP_PATH@
 CXX = @CXX@
 CXXCPP = @CXXCPP@
+CXXDEPMODE = @CXXDEPMODE@
+CXXFLAGS = @CXXFLAGS@
+CYGPATH_W = @CYGPATH_W@
+DEFS = @DEFS@
+DEPDIR = @DEPDIR@
 DLLIBS = @DLLIBS@
-DLLTOOL = @DLLTOOL@
 ECHO = @ECHO@
+ECHO_C = @ECHO_C@
+ECHO_N = @ECHO_N@
+ECHO_T = @ECHO_T@
 EGREP = @EGREP@
 EXEEXT = @EXEEXT@
 F77 = @F77@
-GCJ = @GCJ@
-GCJFLAGS = @GCJFLAGS@
+FFLAGS = @FFLAGS@
 GFXLIBS = @GFXLIBS@
-HAVE_LIB = @HAVE_LIB@
+GREP = @GREP@
 HEADER_SEARCH_PATH = @HEADER_SEARCH_PATH@
 ICONEXT = @ICONEXT@
+INSTALL_DATA = @INSTALL_DATA@
+INSTALL_PROGRAM = @INSTALL_PROGRAM@
+INSTALL_SCRIPT = @INSTALL_SCRIPT@
+INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 INTLIBS = @INTLIBS@
-LIB = @LIB@
+LDFLAGS = @LDFLAGS@
+LIBOBJS = @LIBOBJS@
 LIBRARY_SEARCH_PATH = @LIBRARY_SEARCH_PATH@
+LIBS = @LIBS@
 LIBTOOL = @LIBTOOL@
 LITE = @LITE@
 LN_S = @LN_S@
-LTLIB = @LTLIB@
+LTLIBOBJS = @LTLIBOBJS@
 MAKEINFO = @MAKEINFO@
 MOFILES = @MOFILES@
 NETLIBS = @NETLIBS@
 NLSDIR = @NLSDIR@
 NOSTRICTALIASING = @NOSTRICTALIASING@
-OBJDUMP = @OBJDUMP@
 OBJEXT = @OBJEXT@
 PACKAGE = @PACKAGE@
+PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
+PACKAGE_NAME = @PACKAGE_NAME@
+PACKAGE_STRING = @PACKAGE_STRING@
+PACKAGE_TARNAME = @PACKAGE_TARNAME@
+PACKAGE_VERSION = @PACKAGE_VERSION@
+PATH_SEPARATOR = @PATH_SEPARATOR@
 PKGCONFIG = @PKGCONFIG@
 RANLIB = @RANLIB@
-RC = @RC@
+SET_MAKE = @SET_MAKE@
+SHELL = @SHELL@
 STRIP = @STRIP@
 VERSION = @VERSION@
 WINGSMOFILES = @WINGSMOFILES@
@@ -106,140 +135,247 @@
 XGETTEXT = @XGETTEXT@
 XLFLAGS = @XLFLAGS@
 XLIBS = @XLIBS@
+XMKMF = @XMKMF@
+X_CFLAGS = @X_CFLAGS@
 X_EXTRA_LIBS = @X_EXTRA_LIBS@
 X_LIBRARY_PATH = @X_LIBRARY_PATH@
+X_LIBS = @X_LIBS@
+X_PRE_LIBS = @X_PRE_LIBS@
+ac_ct_CC = @ac_ct_CC@
+ac_ct_CXX = @ac_ct_CXX@
+ac_ct_F77 = @ac_ct_F77@
+am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
+am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
+am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
+am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+am__include = @am__include@
+am__leading_dot = @am__leading_dot@
+am__quote = @am__quote@
+am__tar = @am__tar@
+am__untar = @am__untar@
+bindir = @bindir@
+build = @build@
+build_alias = @build_alias@
+build_cpu = @build_cpu@
+build_os = @build_os@
+build_vendor = @build_vendor@
+datadir = @datadir@
+datarootdir = @datarootdir@
+docdir = @docdir@
+dvidir = @dvidir@
+exec_prefix = @exec_prefix@
+host = @host@
+host_alias = @host_alias@
+host_cpu = @host_cpu@
+host_os = @host_os@
+host_vendor = @host_vendor@
+htmldir = @htmldir@
+includedir = @includedir@
+infodir = @infodir@
+install_sh = @install_sh@
+libdir = @libdir@
+libexecdir = @libexecdir@
+localedir = @localedir@
+localstatedir = @localstatedir@
+mandir = @mandir@
+mkdir_p = @mkdir_p@
+oldincludedir = @oldincludedir@
+pdfdir = @pdfdir@
+prefix = @prefix@
+program_transform_name = @program_transform_name@
+psdir = @psdir@
+sbindir = @sbindir@
+sharedstatedir = @sharedstatedir@
 supported_locales = @supported_locales@
+sysconfdir = @sysconfdir@
+target_alias = @target_alias@
 wprefs_bindir = @wprefs_bindir@
 wprefs_datadir = @wprefs_datadir@
-
 defsdatadir = $(pkgdatadir)/IconSets
-
 defsdata_DATA = Default.iconset
-
 EXTRA_DIST = 
-
 CLEANFILES = Default.iconset
-mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
-CONFIG_HEADER = ../../src/config.h
-CONFIG_CLEAN_FILES = 
-DATA =  $(defsdata_DATA)
-
-DIST_COMMON =  Makefile.am Makefile.in
-
+all: all-am
 
-DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
-
-TAR = tar
-GZIP_ENV = --best
-all: all-redirect
 .SUFFIXES:
-$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.ac $(ACLOCAL_M4) 
-	cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps WindowMaker/IconSets/Makefile
+$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
+	@for dep in $?; do \
+	  case '$(am__configure_deps)' in \
+	    *$$dep*) \
+	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
+		&& exit 0; \
+	      exit 1;; \
+	  esac; \
+	done; \
+	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  WindowMaker/IconSets/Makefile'; \
+	cd $(top_srcdir) && \
+	  $(AUTOMAKE) --gnu  WindowMaker/IconSets/Makefile
+.PRECIOUS: Makefile
+Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
+	@case '$?' in \
+	  *config.status*) \
+	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
+	  *) \
+	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
+	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
+	esac;
+
+$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
+	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+
+$(top_srcdir)/configure:  $(am__configure_deps)
+	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
+	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
-Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
-	cd $(top_builddir) \
-	  && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
+mostlyclean-libtool:
+	-rm -f *.lo
 
+clean-libtool:
+	-rm -rf .libs _libs
 
+distclean-libtool:
+	-rm -f libtool
+uninstall-info-am:
 install-defsdataDATA: $(defsdata_DATA)
 	@$(NORMAL_INSTALL)
-	$(mkinstalldirs) $(DESTDIR)$(defsdatadir)
+	test -z "$(defsdatadir)" || $(mkdir_p) "$(DESTDIR)$(defsdatadir)"
 	@list='$(defsdata_DATA)'; for p in $$list; do \
-	  if test -f $(srcdir)/$$p; then \
-	    echo " $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(defsdatadir)/$$p"; \
-	    $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(defsdatadir)/$$p; \
-	  else if test -f $$p; then \
-	    echo " $(INSTALL_DATA) $$p $(DESTDIR)$(defsdatadir)/$$p"; \
-	    $(INSTALL_DATA) $$p $(DESTDIR)$(defsdatadir)/$$p; \
-	  fi; fi; \
+	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+	  f=$(am__strip_dir) \
+	  echo " $(defsdataDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(defsdatadir)/$$f'"; \
+	  $(defsdataDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(defsdatadir)/$$f"; \
 	done
 
 uninstall-defsdataDATA:
 	@$(NORMAL_UNINSTALL)
-	list='$(defsdata_DATA)'; for p in $$list; do \
-	  rm -f $(DESTDIR)$(defsdatadir)/$$p; \
+	@list='$(defsdata_DATA)'; for p in $$list; do \
+	  f=$(am__strip_dir) \
+	  echo " rm -f '$(DESTDIR)$(defsdatadir)/$$f'"; \
+	  rm -f "$(DESTDIR)$(defsdatadir)/$$f"; \
 	done
 tags: TAGS
 TAGS:
 
+ctags: CTAGS
+CTAGS:
 
-distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
-
-subdir = WindowMaker/IconSets
 
 distdir: $(DISTFILES)
-	@for file in $(DISTFILES); do \
-	  d=$(srcdir); \
+	@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; \
+	  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 \
-	    cp -pr $$d/$$file $(distdir)/$$file; \
+	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
+	      cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
+	    fi; \
+	    cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 	  else \
 	    test -f $(distdir)/$$file \
-	    || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
-	    || cp -p $$d/$$file $(distdir)/$$file || :; \
+	    || cp -p $$d/$$file $(distdir)/$$file \
+	    || exit 1; \
 	  fi; \
 	done
-info-am:
-info: info-am
-dvi-am:
-dvi: dvi-am
 check-am: all-am
 check: check-am
-installcheck-am:
-installcheck: installcheck-am
-install-exec-am:
+all-am: Makefile $(DATA)
+installdirs:
+	for dir in "$(DESTDIR)$(defsdatadir)"; do \
+	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
+	done
+install: install-am
 install-exec: install-exec-am
-
-install-data-am: install-defsdataDATA
 install-data: install-data-am
+uninstall: uninstall-am
 
 install-am: all-am
 	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
-install: install-am
-uninstall-am: uninstall-defsdataDATA
-uninstall: uninstall-am
-all-am: Makefile $(DATA)
-all-redirect: all-am
-install-strip:
-	$(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
-installdirs:
-	$(mkinstalldirs)  $(DESTDIR)$(defsdatadir)
-
 
+installcheck: installcheck-am
+install-strip:
+	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+	  `test -z '$(STRIP)' || \
+	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 mostlyclean-generic:
 
 clean-generic:
 	-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
 
 distclean-generic:
-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
-	-rm -f config.cache config.log stamp-h stamp-h[0-9]*
+	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
 maintainer-clean-generic:
-mostlyclean-am:  mostlyclean-generic
+	@echo "This command is intended for maintainers to use"
+	@echo "it deletes files that may require special tools to rebuild."
+clean: clean-am
 
-mostlyclean: mostlyclean-am
+clean-am: clean-generic clean-libtool mostlyclean-am
 
-clean-am:  clean-generic mostlyclean-am
+distclean: distclean-am
+	-rm -f Makefile
+distclean-am: clean-am distclean-generic distclean-libtool
 
-clean: clean-am
+dvi: dvi-am
 
-distclean-am:  distclean-generic clean-am
-	-rm -f libtool
+dvi-am:
 
-distclean: distclean-am
+html: html-am
 
-maintainer-clean-am:  maintainer-clean-generic distclean-am
-	@echo "This command is intended for maintainers to use;"
-	@echo "it deletes files that may require special tools to rebuild."
+info: info-am
+
+info-am:
+
+install-data-am: install-defsdataDATA
+
+install-exec-am:
+
+install-info: install-info-am
+
+install-man:
+
+installcheck-am:
 
 maintainer-clean: maintainer-clean-am
+	-rm -f Makefile
+maintainer-clean-am: distclean-am maintainer-clean-generic
+
+mostlyclean: mostlyclean-am
 
-.PHONY: uninstall-defsdataDATA install-defsdataDATA tags distdir info-am \
-info dvi-am dvi check check-am installcheck-am installcheck \
-install-exec-am install-exec install-data-am install-data install-am \
-install uninstall-am uninstall all-redirect all-am all installdirs \
-mostlyclean-generic distclean-generic clean-generic \
-maintainer-clean-generic clean mostlyclean distclean maintainer-clean
+mostlyclean-am: mostlyclean-generic mostlyclean-libtool
+
+pdf: pdf-am
+
+pdf-am:
+
+ps: ps-am
+
+ps-am:
+
+uninstall-am: uninstall-defsdataDATA uninstall-info-am
+
+.PHONY: all all-am check check-am clean clean-generic clean-libtool \
+	distclean distclean-generic distclean-libtool distdir dvi \
+	dvi-am html html-am info info-am install install-am \
+	install-data install-data-am install-defsdataDATA install-exec \
+	install-exec-am install-info install-info-am install-man \
+	install-strip installcheck installcheck-am installdirs \
+	maintainer-clean maintainer-clean-generic mostlyclean \
+	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
+	uninstall uninstall-am uninstall-defsdataDATA \
+	uninstall-info-am
 
 
 Default.iconset: $(top_builddir)/WindowMaker/Defaults/WMWindowAttributes
@@ -248,7 +384,6 @@
 	grep Icon $(top_builddir)/WindowMaker/Defaults/WMWindowAttributes >> Default.iconset
 	echo '}' >> Default.iconset
 	chmod 644 Default.iconset
-
 # 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:
--- wmaker-0.92.0.orig/WindowMaker/Icons/Makefile.in
+++ wmaker-0.92.0/WindowMaker/Icons/Makefile.in
@@ -1,6 +1,8 @@
-# Makefile.in generated automatically by automake 1.4-p6 from Makefile.am
+# Makefile.in generated by automake 1.9.6 from Makefile.am.
+# @configure_input@
 
-# Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc.
+# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
+# 2003, 2004, 2005  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.
@@ -10,91 +12,118 @@
 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
 # PARTICULAR PURPOSE.
 
-
-SHELL = @SHELL@
+@SET_MAKE@
 
 srcdir = @srcdir@
 top_srcdir = @top_srcdir@
 VPATH = @srcdir@
-prefix = @prefix@
-exec_prefix = @exec_prefix@
-
-bindir = @bindir@
-sbindir = @sbindir@
-libexecdir = @libexecdir@
-datadir = @datadir@
-sysconfdir = @sysconfdir@
-sharedstatedir = @sharedstatedir@
-localstatedir = @localstatedir@
-libdir = @libdir@
-infodir = @infodir@
-mandir = @mandir@
-includedir = @includedir@
-oldincludedir = /usr/include
-
-DESTDIR =
-
 pkgdatadir = $(datadir)/@PACKAGE@
 pkglibdir = $(libdir)/@PACKAGE@
 pkgincludedir = $(includedir)/@PACKAGE@
-
 top_builddir = ../..
-
-ACLOCAL = @ACLOCAL@
-AUTOCONF = @AUTOCONF@
-AUTOMAKE = @AUTOMAKE@
-AUTOHEADER = @AUTOHEADER@
-
+am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 INSTALL = @INSTALL@
-INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
-INSTALL_DATA = @INSTALL_DATA@
-INSTALL_SCRIPT = @INSTALL_SCRIPT@
-transform = @program_transform_name@
-
+install_sh_DATA = $(install_sh) -c -m 644
+install_sh_PROGRAM = $(install_sh) -c
+install_sh_SCRIPT = $(install_sh) -c
+INSTALL_HEADER = $(INSTALL_DATA)
+transform = $(program_transform_name)
 NORMAL_INSTALL = :
 PRE_INSTALL = :
 POST_INSTALL = :
 NORMAL_UNINSTALL = :
 PRE_UNINSTALL = :
 POST_UNINSTALL = :
-host_alias = @host_alias@
+build_triplet = @build@
 host_triplet = @host@
+subdir = WindowMaker/Icons
+DIST_COMMON = README $(srcdir)/Makefile.am $(srcdir)/Makefile.in
+ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
+am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
+	$(top_srcdir)/configure.ac
+am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
+	$(ACLOCAL_M4)
+mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
+CONFIG_HEADER = $(top_builddir)/src/config.h
+CONFIG_CLEAN_FILES =
+SOURCES =
+DIST_SOURCES =
+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|^.*/||'`;
+am__installdirs = "$(DESTDIR)$(defsdatadir)"
+defsdataDATA_INSTALL = $(INSTALL_DATA)
+DATA = $(defsdata_DATA)
+DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+ACLOCAL = @ACLOCAL@
+ALLOCA = @ALLOCA@
+AMDEP_FALSE = @AMDEP_FALSE@
+AMDEP_TRUE = @AMDEP_TRUE@
+AMTAR = @AMTAR@
 AR = @AR@
-AS = @AS@
+AUTOCONF = @AUTOCONF@
+AUTOHEADER = @AUTOHEADER@
+AUTOMAKE = @AUTOMAKE@
+AWK = @AWK@
 CC = @CC@
+CCDEPMODE = @CCDEPMODE@
+CFLAGS = @CFLAGS@
+CPP = @CPP@
+CPPFLAGS = @CPPFLAGS@
 CPP_PATH = @CPP_PATH@
 CXX = @CXX@
 CXXCPP = @CXXCPP@
+CXXDEPMODE = @CXXDEPMODE@
+CXXFLAGS = @CXXFLAGS@
+CYGPATH_W = @CYGPATH_W@
+DEFS = @DEFS@
+DEPDIR = @DEPDIR@
 DLLIBS = @DLLIBS@
-DLLTOOL = @DLLTOOL@
 ECHO = @ECHO@
+ECHO_C = @ECHO_C@
+ECHO_N = @ECHO_N@
+ECHO_T = @ECHO_T@
 EGREP = @EGREP@
 EXEEXT = @EXEEXT@
 F77 = @F77@
-GCJ = @GCJ@
-GCJFLAGS = @GCJFLAGS@
+FFLAGS = @FFLAGS@
 GFXLIBS = @GFXLIBS@
-HAVE_LIB = @HAVE_LIB@
+GREP = @GREP@
 HEADER_SEARCH_PATH = @HEADER_SEARCH_PATH@
 ICONEXT = @ICONEXT@
+INSTALL_DATA = @INSTALL_DATA@
+INSTALL_PROGRAM = @INSTALL_PROGRAM@
+INSTALL_SCRIPT = @INSTALL_SCRIPT@
+INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 INTLIBS = @INTLIBS@
-LIB = @LIB@
+LDFLAGS = @LDFLAGS@
+LIBOBJS = @LIBOBJS@
 LIBRARY_SEARCH_PATH = @LIBRARY_SEARCH_PATH@
+LIBS = @LIBS@
 LIBTOOL = @LIBTOOL@
 LITE = @LITE@
 LN_S = @LN_S@
-LTLIB = @LTLIB@
+LTLIBOBJS = @LTLIBOBJS@
 MAKEINFO = @MAKEINFO@
 MOFILES = @MOFILES@
 NETLIBS = @NETLIBS@
 NLSDIR = @NLSDIR@
 NOSTRICTALIASING = @NOSTRICTALIASING@
-OBJDUMP = @OBJDUMP@
 OBJEXT = @OBJEXT@
 PACKAGE = @PACKAGE@
+PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
+PACKAGE_NAME = @PACKAGE_NAME@
+PACKAGE_STRING = @PACKAGE_STRING@
+PACKAGE_TARNAME = @PACKAGE_TARNAME@
+PACKAGE_VERSION = @PACKAGE_VERSION@
+PATH_SEPARATOR = @PATH_SEPARATOR@
 PKGCONFIG = @PKGCONFIG@
 RANLIB = @RANLIB@
-RC = @RC@
+SET_MAKE = @SET_MAKE@
+SHELL = @SHELL@
 STRIP = @STRIP@
 VERSION = @VERSION@
 WINGSMOFILES = @WINGSMOFILES@
@@ -106,139 +135,311 @@
 XGETTEXT = @XGETTEXT@
 XLFLAGS = @XLFLAGS@
 XLIBS = @XLIBS@
+XMKMF = @XMKMF@
+X_CFLAGS = @X_CFLAGS@
 X_EXTRA_LIBS = @X_EXTRA_LIBS@
 X_LIBRARY_PATH = @X_LIBRARY_PATH@
+X_LIBS = @X_LIBS@
+X_PRE_LIBS = @X_PRE_LIBS@
+ac_ct_CC = @ac_ct_CC@
+ac_ct_CXX = @ac_ct_CXX@
+ac_ct_F77 = @ac_ct_F77@
+am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
+am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
+am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
+am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+am__include = @am__include@
+am__leading_dot = @am__leading_dot@
+am__quote = @am__quote@
+am__tar = @am__tar@
+am__untar = @am__untar@
+bindir = @bindir@
+build = @build@
+build_alias = @build_alias@
+build_cpu = @build_cpu@
+build_os = @build_os@
+build_vendor = @build_vendor@
+datadir = @datadir@
+datarootdir = @datarootdir@
+docdir = @docdir@
+dvidir = @dvidir@
+exec_prefix = @exec_prefix@
+host = @host@
+host_alias = @host_alias@
+host_cpu = @host_cpu@
+host_os = @host_os@
+host_vendor = @host_vendor@
+htmldir = @htmldir@
+includedir = @includedir@
+infodir = @infodir@
+install_sh = @install_sh@
+libdir = @libdir@
+libexecdir = @libexecdir@
+localedir = @localedir@
+localstatedir = @localstatedir@
+mandir = @mandir@
+mkdir_p = @mkdir_p@
+oldincludedir = @oldincludedir@
+pdfdir = @pdfdir@
+prefix = @prefix@
+program_transform_name = @program_transform_name@
+psdir = @psdir@
+sbindir = @sbindir@
+sharedstatedir = @sharedstatedir@
 supported_locales = @supported_locales@
+sysconfdir = @sysconfdir@
+target_alias = @target_alias@
 wprefs_bindir = @wprefs_bindir@
 wprefs_datadir = @wprefs_datadir@
-
 defsdatadir = $(pkgdatadir)/Icons
-
-defsdata_DATA =  	BitchX.tiff 	DefaultAppIcon.tiff 	Ftp.png 	GNUstep.tiff 	GNUstep3D.tiff 	GNUstepGlow.tiff 	GNUterm.tiff 	GreenWilber.png 	ICQ.png 	Jabber.png 	Mozilla.png 	Netscape.png 	Pen.png 	Pencil.png 	Real.png 	Shell.png 	Speaker.png 	Terminal.tiff 	TerminalGNUstep.tiff 	TerminalLinux.tiff 	XChat.png 	clip.tiff 	defaultAppIcon.tiff 	defaultterm.tiff 	draw.tiff 	linuxterm.tiff 	mixer.tiff 	notepad.tiff 	pdf.tiff 	ps.tiff 	real.tiff 	sgiterm.tiff 	sound.tiff 	staroffice2.tiff 	timer.tiff 	wilber.tiff 	write.tiff 	xdvi.tiff 	xv.tiff 	BitchX.xpm 	GNUstep.xpm 	GNUstep3D.xpm 	GNUstepGlow.xpm 	GNUterm.xpm 	Terminal.xpm 	TerminalGNUstep.xpm 	TerminalLinux.xpm 	clip.xpm 	defaultAppIcon.xpm 	defaultterm.xpm 	draw.xpm 	linuxterm.xpm 	mixer.xpm 	notepad.xpm 	pdf.xpm 	ps.xpm 	real.xpm 	sgiterm.xpm 	sound.xpm 	staroffice2.xpm 	timer.xpm 	wilber.xpm 	write.xpm 	xdvi.xpm 	xv.xpm
-
+defsdata_DATA = \
+	BitchX.tiff\
+	DefaultAppIcon.tiff\
+	Ftp.png\
+	GNUstep.tiff\
+	GNUstep3D.tiff\
+	GNUstepGlow.tiff\
+	GNUterm.tiff\
+	GreenWilber.png\
+	ICQ.png\
+	Jabber.png\
+	Mozilla.png\
+	Netscape.png\
+	Pen.png\
+	Pencil.png\
+	Real.png\
+	Shell.png\
+	Speaker.png\
+	Terminal.tiff\
+	TerminalGNUstep.tiff\
+	TerminalLinux.tiff\
+	XChat.png\
+	clip.tiff\
+	defaultAppIcon.tiff\
+	defaultterm.tiff\
+	draw.tiff\
+	linuxterm.tiff\
+	mixer.tiff\
+	notepad.tiff\
+	pdf.tiff\
+	ps.tiff\
+	real.tiff\
+	sgiterm.tiff\
+	sound.tiff\
+	staroffice2.tiff\
+	timer.tiff\
+	wilber.tiff\
+	write.tiff\
+	xdvi.tiff\
+	xv.tiff\
+	BitchX.xpm\
+	GNUstep.xpm\
+	GNUstep3D.xpm\
+	GNUstepGlow.xpm\
+	GNUterm.xpm\
+	Terminal.xpm\
+	TerminalGNUstep.xpm\
+	TerminalLinux.xpm\
+	clip.xpm\
+	defaultAppIcon.xpm\
+	defaultterm.xpm\
+	draw.xpm\
+	linuxterm.xpm\
+	mixer.xpm\
+	notepad.xpm\
+	pdf.xpm\
+	ps.xpm\
+	real.xpm\
+	sgiterm.xpm\
+	sound.xpm\
+	staroffice2.xpm\
+	timer.xpm\
+	wilber.xpm\
+	write.xpm\
+	xdvi.xpm\
+	xv.xpm
 
 EXTRA_DIST = $(defsdata_DATA) 
-mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
-CONFIG_HEADER = ../../src/config.h
-CONFIG_CLEAN_FILES = 
-DATA =  $(defsdata_DATA)
-
-DIST_COMMON =  README Makefile.am Makefile.in
-
+all: all-am
 
-DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
-
-TAR = tar
-GZIP_ENV = --best
-all: all-redirect
 .SUFFIXES:
-$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.ac $(ACLOCAL_M4) 
-	cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps WindowMaker/Icons/Makefile
+$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
+	@for dep in $?; do \
+	  case '$(am__configure_deps)' in \
+	    *$$dep*) \
+	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
+		&& exit 0; \
+	      exit 1;; \
+	  esac; \
+	done; \
+	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  WindowMaker/Icons/Makefile'; \
+	cd $(top_srcdir) && \
+	  $(AUTOMAKE) --gnu  WindowMaker/Icons/Makefile
+.PRECIOUS: Makefile
+Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
+	@case '$?' in \
+	  *config.status*) \
+	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
+	  *) \
+	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
+	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
+	esac;
+
+$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
+	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+
+$(top_srcdir)/configure:  $(am__configure_deps)
+	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
+	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
-Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
-	cd $(top_builddir) \
-	  && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
+mostlyclean-libtool:
+	-rm -f *.lo
 
+clean-libtool:
+	-rm -rf .libs _libs
 
+distclean-libtool:
+	-rm -f libtool
+uninstall-info-am:
 install-defsdataDATA: $(defsdata_DATA)
 	@$(NORMAL_INSTALL)
-	$(mkinstalldirs) $(DESTDIR)$(defsdatadir)
+	test -z "$(defsdatadir)" || $(mkdir_p) "$(DESTDIR)$(defsdatadir)"
 	@list='$(defsdata_DATA)'; for p in $$list; do \
-	  if test -f $(srcdir)/$$p; then \
-	    echo " $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(defsdatadir)/$$p"; \
-	    $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(defsdatadir)/$$p; \
-	  else if test -f $$p; then \
-	    echo " $(INSTALL_DATA) $$p $(DESTDIR)$(defsdatadir)/$$p"; \
-	    $(INSTALL_DATA) $$p $(DESTDIR)$(defsdatadir)/$$p; \
-	  fi; fi; \
+	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+	  f=$(am__strip_dir) \
+	  echo " $(defsdataDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(defsdatadir)/$$f'"; \
+	  $(defsdataDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(defsdatadir)/$$f"; \
 	done
 
 uninstall-defsdataDATA:
 	@$(NORMAL_UNINSTALL)
-	list='$(defsdata_DATA)'; for p in $$list; do \
-	  rm -f $(DESTDIR)$(defsdatadir)/$$p; \
+	@list='$(defsdata_DATA)'; for p in $$list; do \
+	  f=$(am__strip_dir) \
+	  echo " rm -f '$(DESTDIR)$(defsdatadir)/$$f'"; \
+	  rm -f "$(DESTDIR)$(defsdatadir)/$$f"; \
 	done
 tags: TAGS
 TAGS:
 
+ctags: CTAGS
+CTAGS:
 
-distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
-
-subdir = WindowMaker/Icons
 
 distdir: $(DISTFILES)
-	@for file in $(DISTFILES); do \
-	  d=$(srcdir); \
+	@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; \
+	  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 \
-	    cp -pr $$d/$$file $(distdir)/$$file; \
+	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
+	      cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
+	    fi; \
+	    cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 	  else \
 	    test -f $(distdir)/$$file \
-	    || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
-	    || cp -p $$d/$$file $(distdir)/$$file || :; \
+	    || cp -p $$d/$$file $(distdir)/$$file \
+	    || exit 1; \
 	  fi; \
 	done
-info-am:
-info: info-am
-dvi-am:
-dvi: dvi-am
 check-am: all-am
 check: check-am
-installcheck-am:
-installcheck: installcheck-am
-install-exec-am:
+all-am: Makefile $(DATA)
+installdirs:
+	for dir in "$(DESTDIR)$(defsdatadir)"; do \
+	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
+	done
+install: install-am
 install-exec: install-exec-am
-
-install-data-am: install-defsdataDATA
 install-data: install-data-am
+uninstall: uninstall-am
 
 install-am: all-am
 	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
-install: install-am
-uninstall-am: uninstall-defsdataDATA
-uninstall: uninstall-am
-all-am: Makefile $(DATA)
-all-redirect: all-am
-install-strip:
-	$(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
-installdirs:
-	$(mkinstalldirs)  $(DESTDIR)$(defsdatadir)
-
 
+installcheck: installcheck-am
+install-strip:
+	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+	  `test -z '$(STRIP)' || \
+	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 mostlyclean-generic:
 
 clean-generic:
 
 distclean-generic:
-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
-	-rm -f config.cache config.log stamp-h stamp-h[0-9]*
+	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
 maintainer-clean-generic:
-mostlyclean-am:  mostlyclean-generic
+	@echo "This command is intended for maintainers to use"
+	@echo "it deletes files that may require special tools to rebuild."
+clean: clean-am
 
-mostlyclean: mostlyclean-am
+clean-am: clean-generic clean-libtool mostlyclean-am
 
-clean-am:  clean-generic mostlyclean-am
+distclean: distclean-am
+	-rm -f Makefile
+distclean-am: clean-am distclean-generic distclean-libtool
 
-clean: clean-am
+dvi: dvi-am
 
-distclean-am:  distclean-generic clean-am
-	-rm -f libtool
+dvi-am:
 
-distclean: distclean-am
+html: html-am
 
-maintainer-clean-am:  maintainer-clean-generic distclean-am
-	@echo "This command is intended for maintainers to use;"
-	@echo "it deletes files that may require special tools to rebuild."
+info: info-am
+
+info-am:
+
+install-data-am: install-defsdataDATA
+
+install-exec-am:
+
+install-info: install-info-am
+
+install-man:
+
+installcheck-am:
 
 maintainer-clean: maintainer-clean-am
+	-rm -f Makefile
+maintainer-clean-am: distclean-am maintainer-clean-generic
+
+mostlyclean: mostlyclean-am
+
+mostlyclean-am: mostlyclean-generic mostlyclean-libtool
+
+pdf: pdf-am
+
+pdf-am:
+
+ps: ps-am
+
+ps-am:
 
-.PHONY: uninstall-defsdataDATA install-defsdataDATA tags distdir info-am \
-info dvi-am dvi check check-am installcheck-am installcheck \
-install-exec-am install-exec install-data-am install-data install-am \
-install uninstall-am uninstall all-redirect all-am all installdirs \
-mostlyclean-generic distclean-generic clean-generic \
-maintainer-clean-generic clean mostlyclean distclean maintainer-clean
+uninstall-am: uninstall-defsdataDATA uninstall-info-am
 
+.PHONY: all all-am check check-am clean clean-generic clean-libtool \
+	distclean distclean-generic distclean-libtool distdir dvi \
+	dvi-am html html-am info info-am install install-am \
+	install-data install-data-am install-defsdataDATA install-exec \
+	install-exec-am install-info install-info-am install-man \
+	install-strip installcheck installcheck-am installdirs \
+	maintainer-clean maintainer-clean-generic mostlyclean \
+	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
+	uninstall uninstall-am uninstall-defsdataDATA \
+	uninstall-info-am
 
 # 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.
--- wmaker-0.92.0.orig/WindowMaker/Pixmaps/Makefile.in
+++ wmaker-0.92.0/WindowMaker/Pixmaps/Makefile.in
@@ -1,6 +1,8 @@
-# Makefile.in generated automatically by automake 1.4-p6 from Makefile.am
+# Makefile.in generated by automake 1.9.6 from Makefile.am.
+# @configure_input@
 
-# Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc.
+# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
+# 2003, 2004, 2005  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.
@@ -10,91 +12,118 @@
 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
 # PARTICULAR PURPOSE.
 
-
-SHELL = @SHELL@
+@SET_MAKE@
 
 srcdir = @srcdir@
 top_srcdir = @top_srcdir@
 VPATH = @srcdir@
-prefix = @prefix@
-exec_prefix = @exec_prefix@
-
-bindir = @bindir@
-sbindir = @sbindir@
-libexecdir = @libexecdir@
-datadir = @datadir@
-sysconfdir = @sysconfdir@
-sharedstatedir = @sharedstatedir@
-localstatedir = @localstatedir@
-libdir = @libdir@
-infodir = @infodir@
-mandir = @mandir@
-includedir = @includedir@
-oldincludedir = /usr/include
-
-DESTDIR =
-
 pkgdatadir = $(datadir)/@PACKAGE@
 pkglibdir = $(libdir)/@PACKAGE@
 pkgincludedir = $(includedir)/@PACKAGE@
-
 top_builddir = ../..
-
-ACLOCAL = @ACLOCAL@
-AUTOCONF = @AUTOCONF@
-AUTOMAKE = @AUTOMAKE@
-AUTOHEADER = @AUTOHEADER@
-
+am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 INSTALL = @INSTALL@
-INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
-INSTALL_DATA = @INSTALL_DATA@
-INSTALL_SCRIPT = @INSTALL_SCRIPT@
-transform = @program_transform_name@
-
+install_sh_DATA = $(install_sh) -c -m 644
+install_sh_PROGRAM = $(install_sh) -c
+install_sh_SCRIPT = $(install_sh) -c
+INSTALL_HEADER = $(INSTALL_DATA)
+transform = $(program_transform_name)
 NORMAL_INSTALL = :
 PRE_INSTALL = :
 POST_INSTALL = :
 NORMAL_UNINSTALL = :
 PRE_UNINSTALL = :
 POST_UNINSTALL = :
-host_alias = @host_alias@
+build_triplet = @build@
 host_triplet = @host@
+subdir = WindowMaker/Pixmaps
+DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
+ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
+am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
+	$(top_srcdir)/configure.ac
+am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
+	$(ACLOCAL_M4)
+mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
+CONFIG_HEADER = $(top_builddir)/src/config.h
+CONFIG_CLEAN_FILES =
+SOURCES =
+DIST_SOURCES =
+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|^.*/||'`;
+am__installdirs = "$(DESTDIR)$(defsdatadir)"
+defsdataDATA_INSTALL = $(INSTALL_DATA)
+DATA = $(defsdata_DATA)
+DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+ACLOCAL = @ACLOCAL@
+ALLOCA = @ALLOCA@
+AMDEP_FALSE = @AMDEP_FALSE@
+AMDEP_TRUE = @AMDEP_TRUE@
+AMTAR = @AMTAR@
 AR = @AR@
-AS = @AS@
+AUTOCONF = @AUTOCONF@
+AUTOHEADER = @AUTOHEADER@
+AUTOMAKE = @AUTOMAKE@
+AWK = @AWK@
 CC = @CC@
+CCDEPMODE = @CCDEPMODE@
+CFLAGS = @CFLAGS@
+CPP = @CPP@
+CPPFLAGS = @CPPFLAGS@
 CPP_PATH = @CPP_PATH@
 CXX = @CXX@
 CXXCPP = @CXXCPP@
+CXXDEPMODE = @CXXDEPMODE@
+CXXFLAGS = @CXXFLAGS@
+CYGPATH_W = @CYGPATH_W@
+DEFS = @DEFS@
+DEPDIR = @DEPDIR@
 DLLIBS = @DLLIBS@
-DLLTOOL = @DLLTOOL@
 ECHO = @ECHO@
+ECHO_C = @ECHO_C@
+ECHO_N = @ECHO_N@
+ECHO_T = @ECHO_T@
 EGREP = @EGREP@
 EXEEXT = @EXEEXT@
 F77 = @F77@
-GCJ = @GCJ@
-GCJFLAGS = @GCJFLAGS@
+FFLAGS = @FFLAGS@
 GFXLIBS = @GFXLIBS@
-HAVE_LIB = @HAVE_LIB@
+GREP = @GREP@
 HEADER_SEARCH_PATH = @HEADER_SEARCH_PATH@
 ICONEXT = @ICONEXT@
+INSTALL_DATA = @INSTALL_DATA@
+INSTALL_PROGRAM = @INSTALL_PROGRAM@
+INSTALL_SCRIPT = @INSTALL_SCRIPT@
+INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 INTLIBS = @INTLIBS@
-LIB = @LIB@
+LDFLAGS = @LDFLAGS@
+LIBOBJS = @LIBOBJS@
 LIBRARY_SEARCH_PATH = @LIBRARY_SEARCH_PATH@
+LIBS = @LIBS@
 LIBTOOL = @LIBTOOL@
 LITE = @LITE@
 LN_S = @LN_S@
-LTLIB = @LTLIB@
+LTLIBOBJS = @LTLIBOBJS@
 MAKEINFO = @MAKEINFO@
 MOFILES = @MOFILES@
 NETLIBS = @NETLIBS@
 NLSDIR = @NLSDIR@
 NOSTRICTALIASING = @NOSTRICTALIASING@
-OBJDUMP = @OBJDUMP@
 OBJEXT = @OBJEXT@
 PACKAGE = @PACKAGE@
+PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
+PACKAGE_NAME = @PACKAGE_NAME@
+PACKAGE_STRING = @PACKAGE_STRING@
+PACKAGE_TARNAME = @PACKAGE_TARNAME@
+PACKAGE_VERSION = @PACKAGE_VERSION@
+PATH_SEPARATOR = @PATH_SEPARATOR@
 PKGCONFIG = @PKGCONFIG@
 RANLIB = @RANLIB@
-RC = @RC@
+SET_MAKE = @SET_MAKE@
+SHELL = @SHELL@
 STRIP = @STRIP@
 VERSION = @VERSION@
 WINGSMOFILES = @WINGSMOFILES@
@@ -106,139 +135,250 @@
 XGETTEXT = @XGETTEXT@
 XLFLAGS = @XLFLAGS@
 XLIBS = @XLIBS@
+XMKMF = @XMKMF@
+X_CFLAGS = @X_CFLAGS@
 X_EXTRA_LIBS = @X_EXTRA_LIBS@
 X_LIBRARY_PATH = @X_LIBRARY_PATH@
+X_LIBS = @X_LIBS@
+X_PRE_LIBS = @X_PRE_LIBS@
+ac_ct_CC = @ac_ct_CC@
+ac_ct_CXX = @ac_ct_CXX@
+ac_ct_F77 = @ac_ct_F77@
+am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
+am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
+am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
+am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+am__include = @am__include@
+am__leading_dot = @am__leading_dot@
+am__quote = @am__quote@
+am__tar = @am__tar@
+am__untar = @am__untar@
+bindir = @bindir@
+build = @build@
+build_alias = @build_alias@
+build_cpu = @build_cpu@
+build_os = @build_os@
+build_vendor = @build_vendor@
+datadir = @datadir@
+datarootdir = @datarootdir@
+docdir = @docdir@
+dvidir = @dvidir@
+exec_prefix = @exec_prefix@
+host = @host@
+host_alias = @host_alias@
+host_cpu = @host_cpu@
+host_os = @host_os@
+host_vendor = @host_vendor@
+htmldir = @htmldir@
+includedir = @includedir@
+infodir = @infodir@
+install_sh = @install_sh@
+libdir = @libdir@
+libexecdir = @libexecdir@
+localedir = @localedir@
+localstatedir = @localstatedir@
+mandir = @mandir@
+mkdir_p = @mkdir_p@
+oldincludedir = @oldincludedir@
+pdfdir = @pdfdir@
+prefix = @prefix@
+program_transform_name = @program_transform_name@
+psdir = @psdir@
+sbindir = @sbindir@
+sharedstatedir = @sharedstatedir@
 supported_locales = @supported_locales@
+sysconfdir = @sysconfdir@
+target_alias = @target_alias@
 wprefs_bindir = @wprefs_bindir@
 wprefs_datadir = @wprefs_datadir@
-
 defsdatadir = $(pkgdatadir)/Pixmaps
-
-defsdata_DATA = tile.tiff 		tile.xpm 		swtile.png 		swback.png 		swback2.png
-
+defsdata_DATA = tile.tiff \
+		tile.xpm \
+		swtile.png \
+		swback.png \
+		swback2.png
 
 EXTRA_DIST = $(defsdata_DATA)
-mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
-CONFIG_HEADER = ../../src/config.h
-CONFIG_CLEAN_FILES = 
-DATA =  $(defsdata_DATA)
-
-DIST_COMMON =  Makefile.am Makefile.in
-
+all: all-am
 
-DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
-
-TAR = tar
-GZIP_ENV = --best
-all: all-redirect
 .SUFFIXES:
-$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.ac $(ACLOCAL_M4) 
-	cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps WindowMaker/Pixmaps/Makefile
+$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
+	@for dep in $?; do \
+	  case '$(am__configure_deps)' in \
+	    *$$dep*) \
+	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
+		&& exit 0; \
+	      exit 1;; \
+	  esac; \
+	done; \
+	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  WindowMaker/Pixmaps/Makefile'; \
+	cd $(top_srcdir) && \
+	  $(AUTOMAKE) --gnu  WindowMaker/Pixmaps/Makefile
+.PRECIOUS: Makefile
+Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
+	@case '$?' in \
+	  *config.status*) \
+	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
+	  *) \
+	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
+	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
+	esac;
+
+$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
+	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+
+$(top_srcdir)/configure:  $(am__configure_deps)
+	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
+	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
-Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
-	cd $(top_builddir) \
-	  && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
+mostlyclean-libtool:
+	-rm -f *.lo
 
+clean-libtool:
+	-rm -rf .libs _libs
 
+distclean-libtool:
+	-rm -f libtool
+uninstall-info-am:
 install-defsdataDATA: $(defsdata_DATA)
 	@$(NORMAL_INSTALL)
-	$(mkinstalldirs) $(DESTDIR)$(defsdatadir)
+	test -z "$(defsdatadir)" || $(mkdir_p) "$(DESTDIR)$(defsdatadir)"
 	@list='$(defsdata_DATA)'; for p in $$list; do \
-	  if test -f $(srcdir)/$$p; then \
-	    echo " $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(defsdatadir)/$$p"; \
-	    $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(defsdatadir)/$$p; \
-	  else if test -f $$p; then \
-	    echo " $(INSTALL_DATA) $$p $(DESTDIR)$(defsdatadir)/$$p"; \
-	    $(INSTALL_DATA) $$p $(DESTDIR)$(defsdatadir)/$$p; \
-	  fi; fi; \
+	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+	  f=$(am__strip_dir) \
+	  echo " $(defsdataDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(defsdatadir)/$$f'"; \
+	  $(defsdataDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(defsdatadir)/$$f"; \
 	done
 
 uninstall-defsdataDATA:
 	@$(NORMAL_UNINSTALL)
-	list='$(defsdata_DATA)'; for p in $$list; do \
-	  rm -f $(DESTDIR)$(defsdatadir)/$$p; \
+	@list='$(defsdata_DATA)'; for p in $$list; do \
+	  f=$(am__strip_dir) \
+	  echo " rm -f '$(DESTDIR)$(defsdatadir)/$$f'"; \
+	  rm -f "$(DESTDIR)$(defsdatadir)/$$f"; \
 	done
 tags: TAGS
 TAGS:
 
+ctags: CTAGS
+CTAGS:
 
-distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
-
-subdir = WindowMaker/Pixmaps
 
 distdir: $(DISTFILES)
-	@for file in $(DISTFILES); do \
-	  d=$(srcdir); \
+	@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; \
+	  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 \
-	    cp -pr $$d/$$file $(distdir)/$$file; \
+	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
+	      cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
+	    fi; \
+	    cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 	  else \
 	    test -f $(distdir)/$$file \
-	    || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
-	    || cp -p $$d/$$file $(distdir)/$$file || :; \
+	    || cp -p $$d/$$file $(distdir)/$$file \
+	    || exit 1; \
 	  fi; \
 	done
-info-am:
-info: info-am
-dvi-am:
-dvi: dvi-am
 check-am: all-am
 check: check-am
-installcheck-am:
-installcheck: installcheck-am
-install-exec-am:
+all-am: Makefile $(DATA)
+installdirs:
+	for dir in "$(DESTDIR)$(defsdatadir)"; do \
+	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
+	done
+install: install-am
 install-exec: install-exec-am
-
-install-data-am: install-defsdataDATA
 install-data: install-data-am
+uninstall: uninstall-am
 
 install-am: all-am
 	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
-install: install-am
-uninstall-am: uninstall-defsdataDATA
-uninstall: uninstall-am
-all-am: Makefile $(DATA)
-all-redirect: all-am
-install-strip:
-	$(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
-installdirs:
-	$(mkinstalldirs)  $(DESTDIR)$(defsdatadir)
-
 
+installcheck: installcheck-am
+install-strip:
+	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+	  `test -z '$(STRIP)' || \
+	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 mostlyclean-generic:
 
 clean-generic:
 
 distclean-generic:
-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
-	-rm -f config.cache config.log stamp-h stamp-h[0-9]*
+	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
 maintainer-clean-generic:
-mostlyclean-am:  mostlyclean-generic
+	@echo "This command is intended for maintainers to use"
+	@echo "it deletes files that may require special tools to rebuild."
+clean: clean-am
 
-mostlyclean: mostlyclean-am
+clean-am: clean-generic clean-libtool mostlyclean-am
 
-clean-am:  clean-generic mostlyclean-am
+distclean: distclean-am
+	-rm -f Makefile
+distclean-am: clean-am distclean-generic distclean-libtool
 
-clean: clean-am
+dvi: dvi-am
 
-distclean-am:  distclean-generic clean-am
-	-rm -f libtool
+dvi-am:
 
-distclean: distclean-am
+html: html-am
 
-maintainer-clean-am:  maintainer-clean-generic distclean-am
-	@echo "This command is intended for maintainers to use;"
-	@echo "it deletes files that may require special tools to rebuild."
+info: info-am
+
+info-am:
+
+install-data-am: install-defsdataDATA
+
+install-exec-am:
+
+install-info: install-info-am
+
+install-man:
+
+installcheck-am:
 
 maintainer-clean: maintainer-clean-am
+	-rm -f Makefile
+maintainer-clean-am: distclean-am maintainer-clean-generic
+
+mostlyclean: mostlyclean-am
+
+mostlyclean-am: mostlyclean-generic mostlyclean-libtool
+
+pdf: pdf-am
+
+pdf-am:
+
+ps: ps-am
+
+ps-am:
 
-.PHONY: uninstall-defsdataDATA install-defsdataDATA tags distdir info-am \
-info dvi-am dvi check check-am installcheck-am installcheck \
-install-exec-am install-exec install-data-am install-data install-am \
-install uninstall-am uninstall all-redirect all-am all installdirs \
-mostlyclean-generic distclean-generic clean-generic \
-maintainer-clean-generic clean mostlyclean distclean maintainer-clean
+uninstall-am: uninstall-defsdataDATA uninstall-info-am
 
+.PHONY: all all-am check check-am clean clean-generic clean-libtool \
+	distclean distclean-generic distclean-libtool distdir dvi \
+	dvi-am html html-am info info-am install install-am \
+	install-data install-data-am install-defsdataDATA install-exec \
+	install-exec-am install-info install-info-am install-man \
+	install-strip installcheck installcheck-am installdirs \
+	maintainer-clean maintainer-clean-generic mostlyclean \
+	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
+	uninstall uninstall-am uninstall-defsdataDATA \
+	uninstall-info-am
 
 # 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.
--- wmaker-0.92.0.orig/WindowMaker/Styles/Makefile.in
+++ wmaker-0.92.0/WindowMaker/Styles/Makefile.in
@@ -1,6 +1,8 @@
-# Makefile.in generated automatically by automake 1.4-p6 from Makefile.am
+# Makefile.in generated by automake 1.9.6 from Makefile.am.
+# @configure_input@
 
-# Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc.
+# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
+# 2003, 2004, 2005  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.
@@ -10,91 +12,118 @@
 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
 # PARTICULAR PURPOSE.
 
-
-SHELL = @SHELL@
+@SET_MAKE@
 
 srcdir = @srcdir@
 top_srcdir = @top_srcdir@
 VPATH = @srcdir@
-prefix = @prefix@
-exec_prefix = @exec_prefix@
-
-bindir = @bindir@
-sbindir = @sbindir@
-libexecdir = @libexecdir@
-datadir = @datadir@
-sysconfdir = @sysconfdir@
-sharedstatedir = @sharedstatedir@
-localstatedir = @localstatedir@
-libdir = @libdir@
-infodir = @infodir@
-mandir = @mandir@
-includedir = @includedir@
-oldincludedir = /usr/include
-
-DESTDIR =
-
 pkgdatadir = $(datadir)/@PACKAGE@
 pkglibdir = $(libdir)/@PACKAGE@
 pkgincludedir = $(includedir)/@PACKAGE@
-
 top_builddir = ../..
-
-ACLOCAL = @ACLOCAL@
-AUTOCONF = @AUTOCONF@
-AUTOMAKE = @AUTOMAKE@
-AUTOHEADER = @AUTOHEADER@
-
+am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 INSTALL = @INSTALL@
-INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
-INSTALL_DATA = @INSTALL_DATA@
-INSTALL_SCRIPT = @INSTALL_SCRIPT@
-transform = @program_transform_name@
-
+install_sh_DATA = $(install_sh) -c -m 644
+install_sh_PROGRAM = $(install_sh) -c
+install_sh_SCRIPT = $(install_sh) -c
+INSTALL_HEADER = $(INSTALL_DATA)
+transform = $(program_transform_name)
 NORMAL_INSTALL = :
 PRE_INSTALL = :
 POST_INSTALL = :
 NORMAL_UNINSTALL = :
 PRE_UNINSTALL = :
 POST_UNINSTALL = :
-host_alias = @host_alias@
+build_triplet = @build@
 host_triplet = @host@
+subdir = WindowMaker/Styles
+DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
+ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
+am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
+	$(top_srcdir)/configure.ac
+am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
+	$(ACLOCAL_M4)
+mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
+CONFIG_HEADER = $(top_builddir)/src/config.h
+CONFIG_CLEAN_FILES =
+SOURCES =
+DIST_SOURCES =
+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|^.*/||'`;
+am__installdirs = "$(DESTDIR)$(prefsdatadir)"
+prefsdataDATA_INSTALL = $(INSTALL_DATA)
+DATA = $(prefsdata_DATA)
+DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+ACLOCAL = @ACLOCAL@
+ALLOCA = @ALLOCA@
+AMDEP_FALSE = @AMDEP_FALSE@
+AMDEP_TRUE = @AMDEP_TRUE@
+AMTAR = @AMTAR@
 AR = @AR@
-AS = @AS@
+AUTOCONF = @AUTOCONF@
+AUTOHEADER = @AUTOHEADER@
+AUTOMAKE = @AUTOMAKE@
+AWK = @AWK@
 CC = @CC@
+CCDEPMODE = @CCDEPMODE@
+CFLAGS = @CFLAGS@
+CPP = @CPP@
+CPPFLAGS = @CPPFLAGS@
 CPP_PATH = @CPP_PATH@
 CXX = @CXX@
 CXXCPP = @CXXCPP@
+CXXDEPMODE = @CXXDEPMODE@
+CXXFLAGS = @CXXFLAGS@
+CYGPATH_W = @CYGPATH_W@
+DEFS = @DEFS@
+DEPDIR = @DEPDIR@
 DLLIBS = @DLLIBS@
-DLLTOOL = @DLLTOOL@
 ECHO = @ECHO@
+ECHO_C = @ECHO_C@
+ECHO_N = @ECHO_N@
+ECHO_T = @ECHO_T@
 EGREP = @EGREP@
 EXEEXT = @EXEEXT@
 F77 = @F77@
-GCJ = @GCJ@
-GCJFLAGS = @GCJFLAGS@
+FFLAGS = @FFLAGS@
 GFXLIBS = @GFXLIBS@
-HAVE_LIB = @HAVE_LIB@
+GREP = @GREP@
 HEADER_SEARCH_PATH = @HEADER_SEARCH_PATH@
 ICONEXT = @ICONEXT@
+INSTALL_DATA = @INSTALL_DATA@
+INSTALL_PROGRAM = @INSTALL_PROGRAM@
+INSTALL_SCRIPT = @INSTALL_SCRIPT@
+INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 INTLIBS = @INTLIBS@
-LIB = @LIB@
+LDFLAGS = @LDFLAGS@
+LIBOBJS = @LIBOBJS@
 LIBRARY_SEARCH_PATH = @LIBRARY_SEARCH_PATH@
+LIBS = @LIBS@
 LIBTOOL = @LIBTOOL@
 LITE = @LITE@
 LN_S = @LN_S@
-LTLIB = @LTLIB@
+LTLIBOBJS = @LTLIBOBJS@
 MAKEINFO = @MAKEINFO@
 MOFILES = @MOFILES@
 NETLIBS = @NETLIBS@
 NLSDIR = @NLSDIR@
 NOSTRICTALIASING = @NOSTRICTALIASING@
-OBJDUMP = @OBJDUMP@
 OBJEXT = @OBJEXT@
 PACKAGE = @PACKAGE@
+PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
+PACKAGE_NAME = @PACKAGE_NAME@
+PACKAGE_STRING = @PACKAGE_STRING@
+PACKAGE_TARNAME = @PACKAGE_TARNAME@
+PACKAGE_VERSION = @PACKAGE_VERSION@
+PATH_SEPARATOR = @PATH_SEPARATOR@
 PKGCONFIG = @PKGCONFIG@
 RANLIB = @RANLIB@
-RC = @RC@
+SET_MAKE = @SET_MAKE@
+SHELL = @SHELL@
 STRIP = @STRIP@
 VERSION = @VERSION@
 WINGSMOFILES = @WINGSMOFILES@
@@ -106,139 +135,281 @@
 XGETTEXT = @XGETTEXT@
 XLFLAGS = @XLFLAGS@
 XLIBS = @XLIBS@
+XMKMF = @XMKMF@
+X_CFLAGS = @X_CFLAGS@
 X_EXTRA_LIBS = @X_EXTRA_LIBS@
 X_LIBRARY_PATH = @X_LIBRARY_PATH@
+X_LIBS = @X_LIBS@
+X_PRE_LIBS = @X_PRE_LIBS@
+ac_ct_CC = @ac_ct_CC@
+ac_ct_CXX = @ac_ct_CXX@
+ac_ct_F77 = @ac_ct_F77@
+am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
+am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
+am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
+am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+am__include = @am__include@
+am__leading_dot = @am__leading_dot@
+am__quote = @am__quote@
+am__tar = @am__tar@
+am__untar = @am__untar@
+bindir = @bindir@
+build = @build@
+build_alias = @build_alias@
+build_cpu = @build_cpu@
+build_os = @build_os@
+build_vendor = @build_vendor@
+datadir = @datadir@
+datarootdir = @datarootdir@
+docdir = @docdir@
+dvidir = @dvidir@
+exec_prefix = @exec_prefix@
+host = @host@
+host_alias = @host_alias@
+host_cpu = @host_cpu@
+host_os = @host_os@
+host_vendor = @host_vendor@
+htmldir = @htmldir@
+includedir = @includedir@
+infodir = @infodir@
+install_sh = @install_sh@
+libdir = @libdir@
+libexecdir = @libexecdir@
+localedir = @localedir@
+localstatedir = @localstatedir@
+mandir = @mandir@
+mkdir_p = @mkdir_p@
+oldincludedir = @oldincludedir@
+pdfdir = @pdfdir@
+prefix = @prefix@
+program_transform_name = @program_transform_name@
+psdir = @psdir@
+sbindir = @sbindir@
+sharedstatedir = @sharedstatedir@
 supported_locales = @supported_locales@
+sysconfdir = @sysconfdir@
+target_alias = @target_alias@
 wprefs_bindir = @wprefs_bindir@
 wprefs_datadir = @wprefs_datadir@
-
 prefsdatadir = $(pkgdatadir)/Styles
-
-prefsdata_DATA =  	Autumn.style 	Black.style 	BlackTexture.style 	Blue.style 	BlueDawn.style 	BlueishGreen.style 	Brown.style 	Brownish.style 	Chumbo.style 	Copper.style 	DarkBlue.style 	DarkRed.style 	Emerald.style 	Fire.style 	Food.style 	Golden.style 	Green.style 	GreyBlue.style 	Gtk.style 	Interlace.style 	IRednBlue.style 	LightBlue.style 	NewBlue.style 	NightSky.style 	Pastel.style 	Pink.style 	Pumpkin.style 	Purple.style 	Purplish.style 	Red.style 	RednBlue.style 	Spring.style 	Summer.style 	Traditional.style 	VioletBlue.style
-
+prefsdata_DATA = \
+	Autumn.style\
+	Black.style\
+	BlackTexture.style\
+	Blue.style\
+	BlueDawn.style\
+	BlueishGreen.style\
+	Brown.style\
+	Brownish.style\
+	Chumbo.style\
+	Copper.style\
+	DarkBlue.style\
+	DarkRed.style\
+	Emerald.style\
+	Fire.style\
+	Food.style\
+	Golden.style\
+	Green.style\
+	GreyBlue.style\
+	Gtk.style\
+	Interlace.style\
+	IRednBlue.style\
+	LightBlue.style\
+	NewBlue.style\
+	NightSky.style\
+	Pastel.style\
+	Pink.style\
+	Pumpkin.style\
+	Purple.style\
+	Purplish.style\
+	Red.style\
+	RednBlue.style\
+	Spring.style\
+	Summer.style\
+	Traditional.style\
+	VioletBlue.style
 
 EXTRA_DIST = $(prefsdata_DATA)
-mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
-CONFIG_HEADER = ../../src/config.h
-CONFIG_CLEAN_FILES = 
-DATA =  $(prefsdata_DATA)
-
-DIST_COMMON =  Makefile.am Makefile.in
-
+all: all-am
 
-DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
-
-TAR = tar
-GZIP_ENV = --best
-all: all-redirect
 .SUFFIXES:
-$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.ac $(ACLOCAL_M4) 
-	cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps WindowMaker/Styles/Makefile
+$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
+	@for dep in $?; do \
+	  case '$(am__configure_deps)' in \
+	    *$$dep*) \
+	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
+		&& exit 0; \
+	      exit 1;; \
+	  esac; \
+	done; \
+	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  WindowMaker/Styles/Makefile'; \
+	cd $(top_srcdir) && \
+	  $(AUTOMAKE) --gnu  WindowMaker/Styles/Makefile
+.PRECIOUS: Makefile
+Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
+	@case '$?' in \
+	  *config.status*) \
+	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
+	  *) \
+	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
+	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
+	esac;
+
+$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
+	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+
+$(top_srcdir)/configure:  $(am__configure_deps)
+	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
+	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
-Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
-	cd $(top_builddir) \
-	  && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
+mostlyclean-libtool:
+	-rm -f *.lo
 
+clean-libtool:
+	-rm -rf .libs _libs
 
+distclean-libtool:
+	-rm -f libtool
+uninstall-info-am:
 install-prefsdataDATA: $(prefsdata_DATA)
 	@$(NORMAL_INSTALL)
-	$(mkinstalldirs) $(DESTDIR)$(prefsdatadir)
+	test -z "$(prefsdatadir)" || $(mkdir_p) "$(DESTDIR)$(prefsdatadir)"
 	@list='$(prefsdata_DATA)'; for p in $$list; do \
-	  if test -f $(srcdir)/$$p; then \
-	    echo " $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(prefsdatadir)/$$p"; \
-	    $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(prefsdatadir)/$$p; \
-	  else if test -f $$p; then \
-	    echo " $(INSTALL_DATA) $$p $(DESTDIR)$(prefsdatadir)/$$p"; \
-	    $(INSTALL_DATA) $$p $(DESTDIR)$(prefsdatadir)/$$p; \
-	  fi; fi; \
+	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+	  f=$(am__strip_dir) \
+	  echo " $(prefsdataDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(prefsdatadir)/$$f'"; \
+	  $(prefsdataDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(prefsdatadir)/$$f"; \
 	done
 
 uninstall-prefsdataDATA:
 	@$(NORMAL_UNINSTALL)
-	list='$(prefsdata_DATA)'; for p in $$list; do \
-	  rm -f $(DESTDIR)$(prefsdatadir)/$$p; \
+	@list='$(prefsdata_DATA)'; for p in $$list; do \
+	  f=$(am__strip_dir) \
+	  echo " rm -f '$(DESTDIR)$(prefsdatadir)/$$f'"; \
+	  rm -f "$(DESTDIR)$(prefsdatadir)/$$f"; \
 	done
 tags: TAGS
 TAGS:
 
+ctags: CTAGS
+CTAGS:
 
-distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
-
-subdir = WindowMaker/Styles
 
 distdir: $(DISTFILES)
-	@for file in $(DISTFILES); do \
-	  d=$(srcdir); \
+	@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; \
+	  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 \
-	    cp -pr $$d/$$file $(distdir)/$$file; \
+	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
+	      cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
+	    fi; \
+	    cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 	  else \
 	    test -f $(distdir)/$$file \
-	    || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
-	    || cp -p $$d/$$file $(distdir)/$$file || :; \
+	    || cp -p $$d/$$file $(distdir)/$$file \
+	    || exit 1; \
 	  fi; \
 	done
-info-am:
-info: info-am
-dvi-am:
-dvi: dvi-am
 check-am: all-am
 check: check-am
-installcheck-am:
-installcheck: installcheck-am
-install-exec-am:
+all-am: Makefile $(DATA)
+installdirs:
+	for dir in "$(DESTDIR)$(prefsdatadir)"; do \
+	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
+	done
+install: install-am
 install-exec: install-exec-am
-
-install-data-am: install-prefsdataDATA
 install-data: install-data-am
+uninstall: uninstall-am
 
 install-am: all-am
 	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
-install: install-am
-uninstall-am: uninstall-prefsdataDATA
-uninstall: uninstall-am
-all-am: Makefile $(DATA)
-all-redirect: all-am
-install-strip:
-	$(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
-installdirs:
-	$(mkinstalldirs)  $(DESTDIR)$(prefsdatadir)
-
 
+installcheck: installcheck-am
+install-strip:
+	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+	  `test -z '$(STRIP)' || \
+	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 mostlyclean-generic:
 
 clean-generic:
 
 distclean-generic:
-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
-	-rm -f config.cache config.log stamp-h stamp-h[0-9]*
+	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
 maintainer-clean-generic:
-mostlyclean-am:  mostlyclean-generic
+	@echo "This command is intended for maintainers to use"
+	@echo "it deletes files that may require special tools to rebuild."
+clean: clean-am
 
-mostlyclean: mostlyclean-am
+clean-am: clean-generic clean-libtool mostlyclean-am
 
-clean-am:  clean-generic mostlyclean-am
+distclean: distclean-am
+	-rm -f Makefile
+distclean-am: clean-am distclean-generic distclean-libtool
 
-clean: clean-am
+dvi: dvi-am
 
-distclean-am:  distclean-generic clean-am
-	-rm -f libtool
+dvi-am:
 
-distclean: distclean-am
+html: html-am
 
-maintainer-clean-am:  maintainer-clean-generic distclean-am
-	@echo "This command is intended for maintainers to use;"
-	@echo "it deletes files that may require special tools to rebuild."
+info: info-am
+
+info-am:
+
+install-data-am: install-prefsdataDATA
+
+install-exec-am:
+
+install-info: install-info-am
+
+install-man:
+
+installcheck-am:
 
 maintainer-clean: maintainer-clean-am
+	-rm -f Makefile
+maintainer-clean-am: distclean-am maintainer-clean-generic
+
+mostlyclean: mostlyclean-am
+
+mostlyclean-am: mostlyclean-generic mostlyclean-libtool
+
+pdf: pdf-am
+
+pdf-am:
+
+ps: ps-am
+
+ps-am:
 
-.PHONY: uninstall-prefsdataDATA install-prefsdataDATA tags distdir \
-info-am info dvi-am dvi check check-am installcheck-am installcheck \
-install-exec-am install-exec install-data-am install-data install-am \
-install uninstall-am uninstall all-redirect all-am all installdirs \
-mostlyclean-generic distclean-generic clean-generic \
-maintainer-clean-generic clean mostlyclean distclean maintainer-clean
+uninstall-am: uninstall-info-am uninstall-prefsdataDATA
 
+.PHONY: all all-am check check-am clean clean-generic clean-libtool \
+	distclean distclean-generic distclean-libtool distdir dvi \
+	dvi-am html html-am info info-am install install-am \
+	install-data install-data-am install-exec install-exec-am \
+	install-info install-info-am install-man install-prefsdataDATA \
+	install-strip installcheck installcheck-am installdirs \
+	maintainer-clean maintainer-clean-generic mostlyclean \
+	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
+	uninstall uninstall-am uninstall-info-am \
+	uninstall-prefsdataDATA
 
 # 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.
--- wmaker-0.92.0.orig/WindowMaker/Themes/Makefile.in
+++ wmaker-0.92.0/WindowMaker/Themes/Makefile.in
@@ -1,6 +1,8 @@
-# Makefile.in generated automatically by automake 1.4-p6 from Makefile.am
+# Makefile.in generated by automake 1.9.6 from Makefile.am.
+# @configure_input@
 
-# Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc.
+# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
+# 2003, 2004, 2005  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.
@@ -10,91 +12,118 @@
 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
 # PARTICULAR PURPOSE.
 
-
-SHELL = @SHELL@
+@SET_MAKE@
 
 srcdir = @srcdir@
 top_srcdir = @top_srcdir@
 VPATH = @srcdir@
-prefix = @prefix@
-exec_prefix = @exec_prefix@
-
-bindir = @bindir@
-sbindir = @sbindir@
-libexecdir = @libexecdir@
-datadir = @datadir@
-sysconfdir = @sysconfdir@
-sharedstatedir = @sharedstatedir@
-localstatedir = @localstatedir@
-libdir = @libdir@
-infodir = @infodir@
-mandir = @mandir@
-includedir = @includedir@
-oldincludedir = /usr/include
-
-DESTDIR =
-
 pkgdatadir = $(datadir)/@PACKAGE@
 pkglibdir = $(libdir)/@PACKAGE@
 pkgincludedir = $(includedir)/@PACKAGE@
-
 top_builddir = ../..
-
-ACLOCAL = @ACLOCAL@
-AUTOCONF = @AUTOCONF@
-AUTOMAKE = @AUTOMAKE@
-AUTOHEADER = @AUTOHEADER@
-
+am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 INSTALL = @INSTALL@
-INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
-INSTALL_DATA = @INSTALL_DATA@
-INSTALL_SCRIPT = @INSTALL_SCRIPT@
-transform = @program_transform_name@
-
+install_sh_DATA = $(install_sh) -c -m 644
+install_sh_PROGRAM = $(install_sh) -c
+install_sh_SCRIPT = $(install_sh) -c
+INSTALL_HEADER = $(INSTALL_DATA)
+transform = $(program_transform_name)
 NORMAL_INSTALL = :
 PRE_INSTALL = :
 POST_INSTALL = :
 NORMAL_UNINSTALL = :
 PRE_UNINSTALL = :
 POST_UNINSTALL = :
-host_alias = @host_alias@
+build_triplet = @build@
 host_triplet = @host@
+subdir = WindowMaker/Themes
+DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
+ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
+am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
+	$(top_srcdir)/configure.ac
+am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
+	$(ACLOCAL_M4)
+mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
+CONFIG_HEADER = $(top_builddir)/src/config.h
+CONFIG_CLEAN_FILES =
+SOURCES =
+DIST_SOURCES =
+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|^.*/||'`;
+am__installdirs = "$(DESTDIR)$(defsdatadir)"
+defsdataDATA_INSTALL = $(INSTALL_DATA)
+DATA = $(defsdata_DATA)
+DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+ACLOCAL = @ACLOCAL@
+ALLOCA = @ALLOCA@
+AMDEP_FALSE = @AMDEP_FALSE@
+AMDEP_TRUE = @AMDEP_TRUE@
+AMTAR = @AMTAR@
 AR = @AR@
-AS = @AS@
+AUTOCONF = @AUTOCONF@
+AUTOHEADER = @AUTOHEADER@
+AUTOMAKE = @AUTOMAKE@
+AWK = @AWK@
 CC = @CC@
+CCDEPMODE = @CCDEPMODE@
+CFLAGS = @CFLAGS@
+CPP = @CPP@
+CPPFLAGS = @CPPFLAGS@
 CPP_PATH = @CPP_PATH@
 CXX = @CXX@
 CXXCPP = @CXXCPP@
+CXXDEPMODE = @CXXDEPMODE@
+CXXFLAGS = @CXXFLAGS@
+CYGPATH_W = @CYGPATH_W@
+DEFS = @DEFS@
+DEPDIR = @DEPDIR@
 DLLIBS = @DLLIBS@
-DLLTOOL = @DLLTOOL@
 ECHO = @ECHO@
+ECHO_C = @ECHO_C@
+ECHO_N = @ECHO_N@
+ECHO_T = @ECHO_T@
 EGREP = @EGREP@
 EXEEXT = @EXEEXT@
 F77 = @F77@
-GCJ = @GCJ@
-GCJFLAGS = @GCJFLAGS@
+FFLAGS = @FFLAGS@
 GFXLIBS = @GFXLIBS@
-HAVE_LIB = @HAVE_LIB@
+GREP = @GREP@
 HEADER_SEARCH_PATH = @HEADER_SEARCH_PATH@
 ICONEXT = @ICONEXT@
+INSTALL_DATA = @INSTALL_DATA@
+INSTALL_PROGRAM = @INSTALL_PROGRAM@
+INSTALL_SCRIPT = @INSTALL_SCRIPT@
+INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 INTLIBS = @INTLIBS@
-LIB = @LIB@
+LDFLAGS = @LDFLAGS@
+LIBOBJS = @LIBOBJS@
 LIBRARY_SEARCH_PATH = @LIBRARY_SEARCH_PATH@
+LIBS = @LIBS@
 LIBTOOL = @LIBTOOL@
 LITE = @LITE@
 LN_S = @LN_S@
-LTLIB = @LTLIB@
+LTLIBOBJS = @LTLIBOBJS@
 MAKEINFO = @MAKEINFO@
 MOFILES = @MOFILES@
 NETLIBS = @NETLIBS@
 NLSDIR = @NLSDIR@
 NOSTRICTALIASING = @NOSTRICTALIASING@
-OBJDUMP = @OBJDUMP@
 OBJEXT = @OBJEXT@
 PACKAGE = @PACKAGE@
+PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
+PACKAGE_NAME = @PACKAGE_NAME@
+PACKAGE_STRING = @PACKAGE_STRING@
+PACKAGE_TARNAME = @PACKAGE_TARNAME@
+PACKAGE_VERSION = @PACKAGE_VERSION@
+PATH_SEPARATOR = @PATH_SEPARATOR@
 PKGCONFIG = @PKGCONFIG@
 RANLIB = @RANLIB@
-RC = @RC@
+SET_MAKE = @SET_MAKE@
+SHELL = @SHELL@
 STRIP = @STRIP@
 VERSION = @VERSION@
 WINGSMOFILES = @WINGSMOFILES@
@@ -106,138 +135,245 @@
 XGETTEXT = @XGETTEXT@
 XLFLAGS = @XLFLAGS@
 XLIBS = @XLIBS@
+XMKMF = @XMKMF@
+X_CFLAGS = @X_CFLAGS@
 X_EXTRA_LIBS = @X_EXTRA_LIBS@
 X_LIBRARY_PATH = @X_LIBRARY_PATH@
+X_LIBS = @X_LIBS@
+X_PRE_LIBS = @X_PRE_LIBS@
+ac_ct_CC = @ac_ct_CC@
+ac_ct_CXX = @ac_ct_CXX@
+ac_ct_F77 = @ac_ct_F77@
+am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
+am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
+am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
+am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+am__include = @am__include@
+am__leading_dot = @am__leading_dot@
+am__quote = @am__quote@
+am__tar = @am__tar@
+am__untar = @am__untar@
+bindir = @bindir@
+build = @build@
+build_alias = @build_alias@
+build_cpu = @build_cpu@
+build_os = @build_os@
+build_vendor = @build_vendor@
+datadir = @datadir@
+datarootdir = @datarootdir@
+docdir = @docdir@
+dvidir = @dvidir@
+exec_prefix = @exec_prefix@
+host = @host@
+host_alias = @host_alias@
+host_cpu = @host_cpu@
+host_os = @host_os@
+host_vendor = @host_vendor@
+htmldir = @htmldir@
+includedir = @includedir@
+infodir = @infodir@
+install_sh = @install_sh@
+libdir = @libdir@
+libexecdir = @libexecdir@
+localedir = @localedir@
+localstatedir = @localstatedir@
+mandir = @mandir@
+mkdir_p = @mkdir_p@
+oldincludedir = @oldincludedir@
+pdfdir = @pdfdir@
+prefix = @prefix@
+program_transform_name = @program_transform_name@
+psdir = @psdir@
+sbindir = @sbindir@
+sharedstatedir = @sharedstatedir@
 supported_locales = @supported_locales@
+sysconfdir = @sysconfdir@
+target_alias = @target_alias@
 wprefs_bindir = @wprefs_bindir@
 wprefs_datadir = @wprefs_datadir@
-
 defsdatadir = $(pkgdatadir)/Themes
-
 defsdata_DATA = Default.style OpenStep.style Pastel.style SteelBlueSilk.style
-
 EXTRA_DIST = $(defsdata_DATA)
-mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
-CONFIG_HEADER = ../../src/config.h
-CONFIG_CLEAN_FILES = 
-DATA =  $(defsdata_DATA)
-
-DIST_COMMON =  Makefile.am Makefile.in
-
+all: all-am
 
-DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
-
-TAR = tar
-GZIP_ENV = --best
-all: all-redirect
 .SUFFIXES:
-$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.ac $(ACLOCAL_M4) 
-	cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps WindowMaker/Themes/Makefile
+$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
+	@for dep in $?; do \
+	  case '$(am__configure_deps)' in \
+	    *$$dep*) \
+	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
+		&& exit 0; \
+	      exit 1;; \
+	  esac; \
+	done; \
+	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  WindowMaker/Themes/Makefile'; \
+	cd $(top_srcdir) && \
+	  $(AUTOMAKE) --gnu  WindowMaker/Themes/Makefile
+.PRECIOUS: Makefile
+Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
+	@case '$?' in \
+	  *config.status*) \
+	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
+	  *) \
+	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
+	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
+	esac;
+
+$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
+	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+
+$(top_srcdir)/configure:  $(am__configure_deps)
+	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
+	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
-Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
-	cd $(top_builddir) \
-	  && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
+mostlyclean-libtool:
+	-rm -f *.lo
 
+clean-libtool:
+	-rm -rf .libs _libs
 
+distclean-libtool:
+	-rm -f libtool
+uninstall-info-am:
 install-defsdataDATA: $(defsdata_DATA)
 	@$(NORMAL_INSTALL)
-	$(mkinstalldirs) $(DESTDIR)$(defsdatadir)
+	test -z "$(defsdatadir)" || $(mkdir_p) "$(DESTDIR)$(defsdatadir)"
 	@list='$(defsdata_DATA)'; for p in $$list; do \
-	  if test -f $(srcdir)/$$p; then \
-	    echo " $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(defsdatadir)/$$p"; \
-	    $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(defsdatadir)/$$p; \
-	  else if test -f $$p; then \
-	    echo " $(INSTALL_DATA) $$p $(DESTDIR)$(defsdatadir)/$$p"; \
-	    $(INSTALL_DATA) $$p $(DESTDIR)$(defsdatadir)/$$p; \
-	  fi; fi; \
+	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+	  f=$(am__strip_dir) \
+	  echo " $(defsdataDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(defsdatadir)/$$f'"; \
+	  $(defsdataDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(defsdatadir)/$$f"; \
 	done
 
 uninstall-defsdataDATA:
 	@$(NORMAL_UNINSTALL)
-	list='$(defsdata_DATA)'; for p in $$list; do \
-	  rm -f $(DESTDIR)$(defsdatadir)/$$p; \
+	@list='$(defsdata_DATA)'; for p in $$list; do \
+	  f=$(am__strip_dir) \
+	  echo " rm -f '$(DESTDIR)$(defsdatadir)/$$f'"; \
+	  rm -f "$(DESTDIR)$(defsdatadir)/$$f"; \
 	done
 tags: TAGS
 TAGS:
 
+ctags: CTAGS
+CTAGS:
 
-distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
-
-subdir = WindowMaker/Themes
 
 distdir: $(DISTFILES)
-	@for file in $(DISTFILES); do \
-	  d=$(srcdir); \
+	@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; \
+	  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 \
-	    cp -pr $$d/$$file $(distdir)/$$file; \
+	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
+	      cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
+	    fi; \
+	    cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 	  else \
 	    test -f $(distdir)/$$file \
-	    || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
-	    || cp -p $$d/$$file $(distdir)/$$file || :; \
+	    || cp -p $$d/$$file $(distdir)/$$file \
+	    || exit 1; \
 	  fi; \
 	done
-info-am:
-info: info-am
-dvi-am:
-dvi: dvi-am
 check-am: all-am
 check: check-am
-installcheck-am:
-installcheck: installcheck-am
-install-exec-am:
+all-am: Makefile $(DATA)
+installdirs:
+	for dir in "$(DESTDIR)$(defsdatadir)"; do \
+	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
+	done
+install: install-am
 install-exec: install-exec-am
-
-install-data-am: install-defsdataDATA
 install-data: install-data-am
+uninstall: uninstall-am
 
 install-am: all-am
 	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
-install: install-am
-uninstall-am: uninstall-defsdataDATA
-uninstall: uninstall-am
-all-am: Makefile $(DATA)
-all-redirect: all-am
-install-strip:
-	$(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
-installdirs:
-	$(mkinstalldirs)  $(DESTDIR)$(defsdatadir)
-
 
+installcheck: installcheck-am
+install-strip:
+	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+	  `test -z '$(STRIP)' || \
+	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 mostlyclean-generic:
 
 clean-generic:
 
 distclean-generic:
-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
-	-rm -f config.cache config.log stamp-h stamp-h[0-9]*
+	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
 maintainer-clean-generic:
-mostlyclean-am:  mostlyclean-generic
+	@echo "This command is intended for maintainers to use"
+	@echo "it deletes files that may require special tools to rebuild."
+clean: clean-am
 
-mostlyclean: mostlyclean-am
+clean-am: clean-generic clean-libtool mostlyclean-am
 
-clean-am:  clean-generic mostlyclean-am
+distclean: distclean-am
+	-rm -f Makefile
+distclean-am: clean-am distclean-generic distclean-libtool
 
-clean: clean-am
+dvi: dvi-am
 
-distclean-am:  distclean-generic clean-am
-	-rm -f libtool
+dvi-am:
 
-distclean: distclean-am
+html: html-am
 
-maintainer-clean-am:  maintainer-clean-generic distclean-am
-	@echo "This command is intended for maintainers to use;"
-	@echo "it deletes files that may require special tools to rebuild."
+info: info-am
+
+info-am:
+
+install-data-am: install-defsdataDATA
+
+install-exec-am:
+
+install-info: install-info-am
+
+install-man:
+
+installcheck-am:
 
 maintainer-clean: maintainer-clean-am
+	-rm -f Makefile
+maintainer-clean-am: distclean-am maintainer-clean-generic
+
+mostlyclean: mostlyclean-am
+
+mostlyclean-am: mostlyclean-generic mostlyclean-libtool
+
+pdf: pdf-am
+
+pdf-am:
+
+ps: ps-am
+
+ps-am:
 
-.PHONY: uninstall-defsdataDATA install-defsdataDATA tags distdir info-am \
-info dvi-am dvi check check-am installcheck-am installcheck \
-install-exec-am install-exec install-data-am install-data install-am \
-install uninstall-am uninstall all-redirect all-am all installdirs \
-mostlyclean-generic distclean-generic clean-generic \
-maintainer-clean-generic clean mostlyclean distclean maintainer-clean
+uninstall-am: uninstall-defsdataDATA uninstall-info-am
 
+.PHONY: all all-am check check-am clean clean-generic clean-libtool \
+	distclean distclean-generic distclean-libtool distdir dvi \
+	dvi-am html html-am info info-am install install-am \
+	install-data install-data-am install-defsdataDATA install-exec \
+	install-exec-am install-info install-info-am install-man \
+	install-strip installcheck installcheck-am installdirs \
+	maintainer-clean maintainer-clean-generic mostlyclean \
+	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
+	uninstall uninstall-am uninstall-defsdataDATA \
+	uninstall-info-am
 
 # 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.
--- wmaker-0.92.0.orig/WindowMaker/background.menu
+++ wmaker-0.92.0/WindowMaker/background.menu
@@ -0,0 +1,28 @@
+#include "wmmacros"
+
+"Background" MENU
+        "Solid" MENU
+                "Black" WS_BACK '(solid, black)'
+                "Blue"  WS_BACK '(solid, "#505075")'
+                "Indigo" WS_BACK '(solid, "#243e6c")'
+                "Deep Blue" WS_BACK '(solid, "#180090")'
+                "Purple" WS_BACK '(solid, "#554466")'
+                "Wheat"  WS_BACK '(solid, "wheat4")'
+                "Dark Gray"  WS_BACK '(solid, "#333340")'
+                "Wine" WS_BACK '(solid, "#400020")'
+        "Solid" END
+        "Gradient" MENU
+		"Sunset" WS_BACK '(mvgradient, deepskyblue4, black, deepskyblue4, tomato4)'
+		"Sky" WS_BACK '(vgradient, blue4, white)'
+		"Blue Shades" WS_BACK '(vgradient, "#7080a5", "#101020")'
+		"Indigo Shades" WS_BACK '(vgradient, "#746ebc", "#242e4c")'
+	    	"Purple Shades" WS_BACK '(vgradient, "#654c66", "#151426")'
+		"Wheat Shades" WS_BACK '(vgradient, "#a09060", "#302010")'
+		"Grey Shades" WS_BACK '(vgradient, "#636380", "#131318")'
+		"Wine Shades" WS_BACK '(vgradient, "#600040", "#180010")'
+        "Gradient" END
+        "Images" MENU
+            "Tiled" OPEN_MENU LOCAL_BACKGROUNDS_DIR BACKGROUNDS_DIR USER_BACKGROUNDS_DIR WITH wmsetbg -u -t
+            "Scaled" OPEN_MENU LOCAL_BACKGROUNDS_DIR BACKGROUNDS_DIR USER_BACKGROUNDS_DIR WITH wmsetbg -u -s
+        "Image" END
+"Background" END
--- wmaker-0.92.0.orig/WindowMaker/appearance.menu
+++ wmaker-0.92.0/WindowMaker/appearance.menu
@@ -0,0 +1,11 @@
+#include "wmmacros"
+
+Appearance MENU 
+  "Background" OPEN_MENU background.menu
+  "Styles" OPEN_MENU -noext LOCAL_STYLES_DIR STYLES_DIR USER_STYLES_DIR WITH setstyle
+  "Themes" OPEN_MENU -noext LOCAL_THEMES_DIR THEMES_DIR USER_THEMES_DIR WITH setstyle
+  "Icon Sets" OPEN_MENU -noext LOCAL_ICON_SETS_DIR ICON_SETS_DIR USER_ICON_SETS_DIR WITH seticons
+  "Save IconSet" EXEC geticonset USER_ICON_SETS_DIR/"%a(IconSet name)"
+  "Save Theme" EXEC getstyle -t USER_THEMES_DIR/"%a(Theme name)"
+Appearance  END 
+
--- wmaker-0.92.0.orig/wmlib/Makefile.in
+++ wmaker-0.92.0/wmlib/Makefile.in
@@ -1,6 +1,8 @@
-# Makefile.in generated automatically by automake 1.4-p6 from Makefile.am
+# Makefile.in generated by automake 1.9.6 from Makefile.am.
+# @configure_input@
 
-# Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc.
+# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
+# 2003, 2004, 2005  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.
@@ -10,91 +12,141 @@
 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
 # PARTICULAR PURPOSE.
 
+@SET_MAKE@
 
-SHELL = @SHELL@
 
 srcdir = @srcdir@
 top_srcdir = @top_srcdir@
 VPATH = @srcdir@
-prefix = @prefix@
-exec_prefix = @exec_prefix@
-
-bindir = @bindir@
-sbindir = @sbindir@
-libexecdir = @libexecdir@
-datadir = @datadir@
-sysconfdir = @sysconfdir@
-sharedstatedir = @sharedstatedir@
-localstatedir = @localstatedir@
-libdir = @libdir@
-infodir = @infodir@
-mandir = @mandir@
-includedir = @includedir@
-oldincludedir = /usr/include
-
-DESTDIR =
-
 pkgdatadir = $(datadir)/@PACKAGE@
 pkglibdir = $(libdir)/@PACKAGE@
 pkgincludedir = $(includedir)/@PACKAGE@
-
 top_builddir = ..
-
-ACLOCAL = @ACLOCAL@
-AUTOCONF = @AUTOCONF@
-AUTOMAKE = @AUTOMAKE@
-AUTOHEADER = @AUTOHEADER@
-
+am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 INSTALL = @INSTALL@
-INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
-INSTALL_DATA = @INSTALL_DATA@
-INSTALL_SCRIPT = @INSTALL_SCRIPT@
-transform = @program_transform_name@
-
+install_sh_DATA = $(install_sh) -c -m 644
+install_sh_PROGRAM = $(install_sh) -c
+install_sh_SCRIPT = $(install_sh) -c
+INSTALL_HEADER = $(INSTALL_DATA)
+transform = $(program_transform_name)
 NORMAL_INSTALL = :
 PRE_INSTALL = :
 POST_INSTALL = :
 NORMAL_UNINSTALL = :
 PRE_UNINSTALL = :
 POST_UNINSTALL = :
-host_alias = @host_alias@
+build_triplet = @build@
 host_triplet = @host@
+subdir = wmlib
+DIST_COMMON = $(include_HEADERS) $(srcdir)/Makefile.am \
+	$(srcdir)/Makefile.in COPYING.LIB
+ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
+am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
+	$(top_srcdir)/configure.ac
+am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
+	$(ACLOCAL_M4)
+mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
+CONFIG_HEADER = $(top_builddir)/src/config.h
+CONFIG_CLEAN_FILES =
+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|^.*/||'`;
+am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(includedir)"
+libLIBRARIES_INSTALL = $(INSTALL_DATA)
+LIBRARIES = $(lib_LIBRARIES)
+ARFLAGS = cru
+libWMaker_a_AR = $(AR) $(ARFLAGS)
+libWMaker_a_LIBADD =
+am_libWMaker_a_OBJECTS = menu.$(OBJEXT) app.$(OBJEXT) event.$(OBJEXT) \
+	command.$(OBJEXT)
+libWMaker_a_OBJECTS = $(am_libWMaker_a_OBJECTS)
+DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)/src
+depcomp =
+am__depfiles_maybe =
+COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
+	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
+LTCOMPILE = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) \
+	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+	$(AM_CFLAGS) $(CFLAGS)
+CCLD = $(CC)
+LINK = $(LIBTOOL) --tag=CC --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
+	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+SOURCES = $(libWMaker_a_SOURCES)
+DIST_SOURCES = $(libWMaker_a_SOURCES)
+includeHEADERS_INSTALL = $(INSTALL_HEADER)
+HEADERS = $(include_HEADERS)
+ETAGS = etags
+CTAGS = ctags
+DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+ACLOCAL = @ACLOCAL@
+ALLOCA = @ALLOCA@
+AMDEP_FALSE = @AMDEP_FALSE@
+AMDEP_TRUE = @AMDEP_TRUE@
+AMTAR = @AMTAR@
 AR = @AR@
-AS = @AS@
+AUTOCONF = @AUTOCONF@
+AUTOHEADER = @AUTOHEADER@
+AUTOMAKE = @AUTOMAKE@
+AWK = @AWK@
 CC = @CC@
+CCDEPMODE = @CCDEPMODE@
+CFLAGS = @CFLAGS@
+CPP = @CPP@
+CPPFLAGS = @CPPFLAGS@
 CPP_PATH = @CPP_PATH@
 CXX = @CXX@
 CXXCPP = @CXXCPP@
+CXXDEPMODE = @CXXDEPMODE@
+CXXFLAGS = @CXXFLAGS@
+CYGPATH_W = @CYGPATH_W@
+DEFS = @DEFS@
+DEPDIR = @DEPDIR@
 DLLIBS = @DLLIBS@
-DLLTOOL = @DLLTOOL@
 ECHO = @ECHO@
+ECHO_C = @ECHO_C@
+ECHO_N = @ECHO_N@
+ECHO_T = @ECHO_T@
 EGREP = @EGREP@
 EXEEXT = @EXEEXT@
 F77 = @F77@
-GCJ = @GCJ@
-GCJFLAGS = @GCJFLAGS@
+FFLAGS = @FFLAGS@
 GFXLIBS = @GFXLIBS@
-HAVE_LIB = @HAVE_LIB@
+GREP = @GREP@
 HEADER_SEARCH_PATH = @HEADER_SEARCH_PATH@
 ICONEXT = @ICONEXT@
+INSTALL_DATA = @INSTALL_DATA@
+INSTALL_PROGRAM = @INSTALL_PROGRAM@
+INSTALL_SCRIPT = @INSTALL_SCRIPT@
+INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 INTLIBS = @INTLIBS@
-LIB = @LIB@
+LDFLAGS = @LDFLAGS@
+LIBOBJS = @LIBOBJS@
 LIBRARY_SEARCH_PATH = @LIBRARY_SEARCH_PATH@
+LIBS = @LIBS@
 LIBTOOL = @LIBTOOL@
 LITE = @LITE@
 LN_S = @LN_S@
-LTLIB = @LTLIB@
+LTLIBOBJS = @LTLIBOBJS@
 MAKEINFO = @MAKEINFO@
 MOFILES = @MOFILES@
 NETLIBS = @NETLIBS@
 NLSDIR = @NLSDIR@
 NOSTRICTALIASING = @NOSTRICTALIASING@
-OBJDUMP = @OBJDUMP@
 OBJEXT = @OBJEXT@
 PACKAGE = @PACKAGE@
+PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
+PACKAGE_NAME = @PACKAGE_NAME@
+PACKAGE_STRING = @PACKAGE_STRING@
+PACKAGE_TARNAME = @PACKAGE_TARNAME@
+PACKAGE_VERSION = @PACKAGE_VERSION@
+PATH_SEPARATOR = @PATH_SEPARATOR@
 PKGCONFIG = @PKGCONFIG@
 RANLIB = @RANLIB@
-RC = @RC@
+SET_MAKE = @SET_MAKE@
+SHELL = @SHELL@
 STRIP = @STRIP@
 VERSION = @VERSION@
 WINGSMOFILES = @WINGSMOFILES@
@@ -106,133 +158,156 @@
 XGETTEXT = @XGETTEXT@
 XLFLAGS = @XLFLAGS@
 XLIBS = @XLIBS@
+XMKMF = @XMKMF@
+X_CFLAGS = @X_CFLAGS@
 X_EXTRA_LIBS = @X_EXTRA_LIBS@
 X_LIBRARY_PATH = @X_LIBRARY_PATH@
+X_LIBS = @X_LIBS@
+X_PRE_LIBS = @X_PRE_LIBS@
+ac_ct_CC = @ac_ct_CC@
+ac_ct_CXX = @ac_ct_CXX@
+ac_ct_F77 = @ac_ct_F77@
+am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
+am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
+am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
+am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+am__include = @am__include@
+am__leading_dot = @am__leading_dot@
+am__quote = @am__quote@
+am__tar = @am__tar@
+am__untar = @am__untar@
+bindir = @bindir@
+build = @build@
+build_alias = @build_alias@
+build_cpu = @build_cpu@
+build_os = @build_os@
+build_vendor = @build_vendor@
+datadir = @datadir@
+datarootdir = @datarootdir@
+docdir = @docdir@
+dvidir = @dvidir@
+exec_prefix = @exec_prefix@
+host = @host@
+host_alias = @host_alias@
+host_cpu = @host_cpu@
+host_os = @host_os@
+host_vendor = @host_vendor@
+htmldir = @htmldir@
+includedir = @includedir@
+infodir = @infodir@
+install_sh = @install_sh@
+libdir = @libdir@
+libexecdir = @libexecdir@
+localedir = @localedir@
+localstatedir = @localstatedir@
+mandir = @mandir@
+mkdir_p = @mkdir_p@
+oldincludedir = @oldincludedir@
+pdfdir = @pdfdir@
+prefix = @prefix@
+program_transform_name = @program_transform_name@
+psdir = @psdir@
+sbindir = @sbindir@
+sharedstatedir = @sharedstatedir@
 supported_locales = @supported_locales@
+sysconfdir = @sysconfdir@
+target_alias = @target_alias@
 wprefs_bindir = @wprefs_bindir@
 wprefs_datadir = @wprefs_datadir@
-
 AUTOMAKE_OPTIONS = no-dependencies
-
 lib_LIBRARIES = libWMaker.a
-
 include_HEADERS = WMaker.h
-
 INCLUDES = $(DFLAGS) @XCFLAGS@
-
-libWMaker_a_SOURCES =  	menu.c 			app.c 			event.c 		command.c		app.h			menu.h	
-
+libWMaker_a_SOURCES = \
+	menu.c 		\
+	app.c 		\
+	event.c 	\
+	command.c	\
+	app.h		\
+	menu.h	
 
 DISTCLEANFILES = wmlib.pc
-mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
-CONFIG_HEADER = ../src/config.h
-CONFIG_CLEAN_FILES = 
-LIBRARIES =  $(lib_LIBRARIES)
+all: all-am
 
-
-DEFS = @DEFS@ -I. -I$(srcdir) -I../src
-CPPFLAGS = @CPPFLAGS@
-LDFLAGS = @LDFLAGS@
-LIBS = @LIBS@
-X_CFLAGS = @X_CFLAGS@
-X_LIBS = @X_LIBS@
-X_PRE_LIBS = @X_PRE_LIBS@
-libWMaker_a_LIBADD = 
-libWMaker_a_OBJECTS =  menu.$(OBJEXT) app.$(OBJEXT) event.$(OBJEXT) \
-command.$(OBJEXT)
-CFLAGS = @CFLAGS@
-COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
-LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
-CCLD = $(CC)
-LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
-HEADERS =  $(include_HEADERS)
-
-DIST_COMMON =  COPYING.LIB Makefile.am Makefile.in
-
-
-DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
-
-TAR = tar
-GZIP_ENV = --best
-SOURCES = $(libWMaker_a_SOURCES)
-OBJECTS = $(libWMaker_a_OBJECTS)
-
-all: all-redirect
 .SUFFIXES:
-.SUFFIXES: .S .c .lo .o .obj .s
-$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.ac $(ACLOCAL_M4) 
-	cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps wmlib/Makefile
-
-Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
-	cd $(top_builddir) \
-	  && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
-
-
-mostlyclean-libLIBRARIES:
-
-clean-libLIBRARIES:
-	-test -z "$(lib_LIBRARIES)" || rm -f $(lib_LIBRARIES)
-
-distclean-libLIBRARIES:
-
-maintainer-clean-libLIBRARIES:
-
+.SUFFIXES: .c .lo .o .obj
+$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
+	@for dep in $?; do \
+	  case '$(am__configure_deps)' in \
+	    *$$dep*) \
+	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
+		&& exit 0; \
+	      exit 1;; \
+	  esac; \
+	done; \
+	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  wmlib/Makefile'; \
+	cd $(top_srcdir) && \
+	  $(AUTOMAKE) --gnu  wmlib/Makefile
+.PRECIOUS: Makefile
+Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
+	@case '$?' in \
+	  *config.status*) \
+	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
+	  *) \
+	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
+	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
+	esac;
+
+$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
+	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+
+$(top_srcdir)/configure:  $(am__configure_deps)
+	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
+	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 install-libLIBRARIES: $(lib_LIBRARIES)
 	@$(NORMAL_INSTALL)
-	$(mkinstalldirs) $(DESTDIR)$(libdir)
+	test -z "$(libdir)" || $(mkdir_p) "$(DESTDIR)$(libdir)"
 	@list='$(lib_LIBRARIES)'; for p in $$list; do \
 	  if test -f $$p; then \
-	    echo " $(INSTALL_DATA) $$p $(DESTDIR)$(libdir)/$$p"; \
-	    $(INSTALL_DATA) $$p $(DESTDIR)$(libdir)/$$p; \
+	    f=$(am__strip_dir) \
+	    echo " $(libLIBRARIES_INSTALL) '$$p' '$(DESTDIR)$(libdir)/$$f'"; \
+	    $(libLIBRARIES_INSTALL) "$$p" "$(DESTDIR)$(libdir)/$$f"; \
 	  else :; fi; \
 	done
 	@$(POST_INSTALL)
 	@list='$(lib_LIBRARIES)'; for p in $$list; do \
 	  if test -f $$p; then \
-	    echo " $(RANLIB) $(DESTDIR)$(libdir)/$$p"; \
-	    $(RANLIB) $(DESTDIR)$(libdir)/$$p; \
+	    p=$(am__strip_dir) \
+	    echo " $(RANLIB) '$(DESTDIR)$(libdir)/$$p'"; \
+	    $(RANLIB) "$(DESTDIR)$(libdir)/$$p"; \
 	  else :; fi; \
 	done
 
 uninstall-libLIBRARIES:
 	@$(NORMAL_UNINSTALL)
-	list='$(lib_LIBRARIES)'; for p in $$list; do \
-	  rm -f $(DESTDIR)$(libdir)/$$p; \
+	@list='$(lib_LIBRARIES)'; for p in $$list; do \
+	  p=$(am__strip_dir) \
+	  echo " rm -f '$(DESTDIR)$(libdir)/$$p'"; \
+	  rm -f "$(DESTDIR)$(libdir)/$$p"; \
 	done
 
-.c.o:
-	$(COMPILE) -c $<
-
-# FIXME: We should only use cygpath when building on Windows,
-# and only if it is available.
-.c.obj:
-	$(COMPILE) -c `cygpath -w $<`
-
-.s.o:
-	$(COMPILE) -c $<
-
-.S.o:
-	$(COMPILE) -c $<
+clean-libLIBRARIES:
+	-test -z "$(lib_LIBRARIES)" || rm -f $(lib_LIBRARIES)
+libWMaker.a: $(libWMaker_a_OBJECTS) $(libWMaker_a_DEPENDENCIES) 
+	-rm -f libWMaker.a
+	$(libWMaker_a_AR) libWMaker.a $(libWMaker_a_OBJECTS) $(libWMaker_a_LIBADD)
+	$(RANLIB) libWMaker.a
 
 mostlyclean-compile:
-	-rm -f *.o core *.core
 	-rm -f *.$(OBJEXT)
 
-clean-compile:
-
 distclean-compile:
 	-rm -f *.tab.c
 
-maintainer-clean-compile:
-
-.c.lo:
-	$(LIBTOOL) --mode=compile $(COMPILE) -c $<
+.c.o:
+	$(COMPILE) -c $<
 
-.s.lo:
-	$(LIBTOOL) --mode=compile $(COMPILE) -c $<
+.c.obj:
+	$(COMPILE) -c `$(CYGPATH_W) '$<'`
 
-.S.lo:
-	$(LIBTOOL) --mode=compile $(COMPILE) -c $<
+.c.lo:
+	$(LTCOMPILE) -c -o $@ $<
 
 mostlyclean-libtool:
 	-rm -f *.lo
@@ -241,150 +316,196 @@
 	-rm -rf .libs _libs
 
 distclean-libtool:
-
-maintainer-clean-libtool:
-
-libWMaker.a: $(libWMaker_a_OBJECTS) $(libWMaker_a_DEPENDENCIES)
-	-rm -f libWMaker.a
-	$(AR) cru libWMaker.a $(libWMaker_a_OBJECTS) $(libWMaker_a_LIBADD)
-	$(RANLIB) libWMaker.a
-
+	-rm -f libtool
+uninstall-info-am:
 install-includeHEADERS: $(include_HEADERS)
 	@$(NORMAL_INSTALL)
-	$(mkinstalldirs) $(DESTDIR)$(includedir)
+	test -z "$(includedir)" || $(mkdir_p) "$(DESTDIR)$(includedir)"
 	@list='$(include_HEADERS)'; for p in $$list; do \
-	  if test -f "$$p"; then d= ; else d="$(srcdir)/"; fi; \
-	  echo " $(INSTALL_DATA) $$d$$p $(DESTDIR)$(includedir)/$$p"; \
-	  $(INSTALL_DATA) $$d$$p $(DESTDIR)$(includedir)/$$p; \
+	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+	  f=$(am__strip_dir) \
+	  echo " $(includeHEADERS_INSTALL) '$$d$$p' '$(DESTDIR)$(includedir)/$$f'"; \
+	  $(includeHEADERS_INSTALL) "$$d$$p" "$(DESTDIR)$(includedir)/$$f"; \
 	done
 
 uninstall-includeHEADERS:
 	@$(NORMAL_UNINSTALL)
-	list='$(include_HEADERS)'; for p in $$list; do \
-	  rm -f $(DESTDIR)$(includedir)/$$p; \
+	@list='$(include_HEADERS)'; for p in $$list; do \
+	  f=$(am__strip_dir) \
+	  echo " rm -f '$(DESTDIR)$(includedir)/$$f'"; \
+	  rm -f "$(DESTDIR)$(includedir)/$$f"; \
 	done
 
+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; }'`; \
+	mkid -fID $$unique
 tags: TAGS
 
-ID: $(HEADERS) $(SOURCES) $(LISP)
-	list='$(SOURCES) $(HEADERS)'; \
-	unique=`for i in $$list; do echo $$i; done | \
-	  awk '    { files[$$0] = 1; } \
+TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+		$(TAGS_FILES) $(LISP)
+	tags=; \
+	here=`pwd`; \
+	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; }'`; \
-	here=`pwd` && cd $(srcdir) \
-	  && mkid -f$$here/ID $$unique $(LISP)
-
-TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
+	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
+	  test -n "$$unique" || unique=$$empty_fix; \
+	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
+	    $$tags $$unique; \
+	fi
+ctags: CTAGS
+CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+		$(TAGS_FILES) $(LISP)
 	tags=; \
 	here=`pwd`; \
-	list='$(SOURCES) $(HEADERS)'; \
-	unique=`for i in $$list; do echo $$i; done | \
-	  awk '    { files[$$0] = 1; } \
+	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; }'`; \
-	test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
-	  || (cd $(srcdir) && etags -o $$here/TAGS $(ETAGS_ARGS) $$tags  $$unique $(LISP))
-
-mostlyclean-tags:
-
-clean-tags:
+	test -z "$(CTAGS_ARGS)$$tags$$unique" \
+	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+	     $$tags $$unique
+
+GTAGS:
+	here=`$(am__cd) $(top_builddir) && pwd` \
+	  && cd $(top_srcdir) \
+	  && gtags -i $(GTAGS_ARGS) $$here
 
 distclean-tags:
-	-rm -f TAGS ID
-
-maintainer-clean-tags:
-
-distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
-
-subdir = wmlib
+	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 
 distdir: $(DISTFILES)
-	@for file in $(DISTFILES); do \
-	  d=$(srcdir); \
+	@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; \
+	  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 \
-	    cp -pr $$d/$$file $(distdir)/$$file; \
+	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
+	      cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
+	    fi; \
+	    cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 	  else \
 	    test -f $(distdir)/$$file \
-	    || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
-	    || cp -p $$d/$$file $(distdir)/$$file || :; \
+	    || cp -p $$d/$$file $(distdir)/$$file \
+	    || exit 1; \
 	  fi; \
 	done
-info-am:
-info: info-am
-dvi-am:
-dvi: dvi-am
 check-am: all-am
 check: check-am
-installcheck-am:
-installcheck: installcheck-am
-install-exec-am: install-libLIBRARIES install-exec-local
+all-am: Makefile $(LIBRARIES) $(HEADERS)
+installdirs:
+	for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(includedir)"; do \
+	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
+	done
+install: install-am
 install-exec: install-exec-am
-
-install-data-am: install-includeHEADERS
 install-data: install-data-am
+uninstall: uninstall-am
 
 install-am: all-am
 	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
-install: install-am
-uninstall-am: uninstall-libLIBRARIES uninstall-includeHEADERS
-uninstall: uninstall-am
-all-am: Makefile $(LIBRARIES) $(HEADERS)
-all-redirect: all-am
-install-strip:
-	$(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
-installdirs:
-	$(mkinstalldirs)  $(DESTDIR)$(libdir) $(DESTDIR)$(includedir)
-
 
+installcheck: installcheck-am
+install-strip:
+	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+	  `test -z '$(STRIP)' || \
+	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 mostlyclean-generic:
 
 clean-generic:
 
 distclean-generic:
-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
-	-rm -f config.cache config.log stamp-h stamp-h[0-9]*
+	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 	-test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
 
 maintainer-clean-generic:
-mostlyclean-am:  mostlyclean-libLIBRARIES mostlyclean-compile \
-		mostlyclean-libtool mostlyclean-tags \
-		mostlyclean-generic
+	@echo "This command is intended for maintainers to use"
+	@echo "it deletes files that may require special tools to rebuild."
+clean: clean-am
 
-mostlyclean: mostlyclean-am
+clean-am: clean-generic clean-libLIBRARIES clean-libtool \
+	mostlyclean-am
 
-clean-am:  clean-libLIBRARIES clean-compile clean-libtool clean-tags \
-		clean-generic mostlyclean-am
+distclean: distclean-am
+	-rm -f Makefile
+distclean-am: clean-am distclean-compile distclean-generic \
+	distclean-libtool distclean-tags
 
-clean: clean-am
+dvi: dvi-am
 
-distclean-am:  distclean-libLIBRARIES distclean-compile \
-		distclean-libtool distclean-tags distclean-generic \
-		clean-am
-	-rm -f libtool
+dvi-am:
 
-distclean: distclean-am
+html: html-am
 
-maintainer-clean-am:  maintainer-clean-libLIBRARIES \
-		maintainer-clean-compile maintainer-clean-libtool \
-		maintainer-clean-tags maintainer-clean-generic \
-		distclean-am
-	@echo "This command is intended for maintainers to use;"
-	@echo "it deletes files that may require special tools to rebuild."
+info: info-am
+
+info-am:
+
+install-data-am: install-includeHEADERS
+
+install-exec-am: install-exec-local install-libLIBRARIES
+
+install-info: install-info-am
+
+install-man:
+
+installcheck-am:
 
 maintainer-clean: maintainer-clean-am
+	-rm -f Makefile
+maintainer-clean-am: distclean-am maintainer-clean-generic
+
+mostlyclean: mostlyclean-am
 
-.PHONY: mostlyclean-libLIBRARIES distclean-libLIBRARIES \
-clean-libLIBRARIES maintainer-clean-libLIBRARIES uninstall-libLIBRARIES \
-install-libLIBRARIES mostlyclean-compile distclean-compile \
-clean-compile maintainer-clean-compile mostlyclean-libtool \
-distclean-libtool clean-libtool maintainer-clean-libtool \
-uninstall-includeHEADERS install-includeHEADERS tags mostlyclean-tags \
-distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
-dvi-am dvi check check-am installcheck-am installcheck \
-install-exec-local install-exec-am install-exec install-data-am \
-install-data install-am install uninstall-am uninstall all-redirect \
-all-am all installdirs mostlyclean-generic distclean-generic \
-clean-generic maintainer-clean-generic clean mostlyclean distclean \
-maintainer-clean
+mostlyclean-am: mostlyclean-compile mostlyclean-generic \
+	mostlyclean-libtool
+
+pdf: pdf-am
+
+pdf-am:
+
+ps: ps-am
+
+ps-am:
+
+uninstall-am: uninstall-includeHEADERS uninstall-info-am \
+	uninstall-libLIBRARIES
+
+.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
+	clean-libLIBRARIES clean-libtool ctags distclean \
+	distclean-compile distclean-generic distclean-libtool \
+	distclean-tags distdir dvi dvi-am html html-am info info-am \
+	install install-am install-data install-data-am install-exec \
+	install-exec-am install-exec-local install-includeHEADERS \
+	install-info install-info-am install-libLIBRARIES install-man \
+	install-strip installcheck installcheck-am installdirs \
+	maintainer-clean maintainer-clean-generic mostlyclean \
+	mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
+	pdf pdf-am ps ps-am tags uninstall uninstall-am \
+	uninstall-includeHEADERS uninstall-info-am \
+	uninstall-libLIBRARIES
 
 
 install-exec-local:
@@ -396,7 +517,6 @@
 	    $(INSTALL_DATA) $$p $(DESTDIR)$(libdir)/pkgconfig/; \
 	  else :; fi; \
 	done
-
 # 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:
--- wmaker-0.92.0.orig/test/Makefile.in
+++ wmaker-0.92.0/test/Makefile.in
@@ -1,6 +1,8 @@
-# Makefile.in generated automatically by automake 1.4-p6 from Makefile.am
+# Makefile.in generated by automake 1.9.6 from Makefile.am.
+# @configure_input@
 
-# Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc.
+# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
+# 2003, 2004, 2005  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.
@@ -10,91 +12,127 @@
 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
 # PARTICULAR PURPOSE.
 
-
-SHELL = @SHELL@
+@SET_MAKE@
 
 srcdir = @srcdir@
 top_srcdir = @top_srcdir@
 VPATH = @srcdir@
-prefix = @prefix@
-exec_prefix = @exec_prefix@
-
-bindir = @bindir@
-sbindir = @sbindir@
-libexecdir = @libexecdir@
-datadir = @datadir@
-sysconfdir = @sysconfdir@
-sharedstatedir = @sharedstatedir@
-localstatedir = @localstatedir@
-libdir = @libdir@
-infodir = @infodir@
-mandir = @mandir@
-includedir = @includedir@
-oldincludedir = /usr/include
-
-DESTDIR =
-
 pkgdatadir = $(datadir)/@PACKAGE@
 pkglibdir = $(libdir)/@PACKAGE@
 pkgincludedir = $(includedir)/@PACKAGE@
-
 top_builddir = ..
-
-ACLOCAL = @ACLOCAL@
-AUTOCONF = @AUTOCONF@
-AUTOMAKE = @AUTOMAKE@
-AUTOHEADER = @AUTOHEADER@
-
+am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 INSTALL = @INSTALL@
-INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
-INSTALL_DATA = @INSTALL_DATA@
-INSTALL_SCRIPT = @INSTALL_SCRIPT@
-transform = @program_transform_name@
-
+install_sh_DATA = $(install_sh) -c -m 644
+install_sh_PROGRAM = $(install_sh) -c
+install_sh_SCRIPT = $(install_sh) -c
+INSTALL_HEADER = $(INSTALL_DATA)
+transform = $(program_transform_name)
 NORMAL_INSTALL = :
 PRE_INSTALL = :
 POST_INSTALL = :
 NORMAL_UNINSTALL = :
 PRE_UNINSTALL = :
 POST_UNINSTALL = :
-host_alias = @host_alias@
+build_triplet = @build@
 host_triplet = @host@
+noinst_PROGRAMS = wtest$(EXEEXT)
+subdir = test
+DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
+ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
+am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
+	$(top_srcdir)/configure.ac
+am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
+	$(ACLOCAL_M4)
+mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
+CONFIG_HEADER = $(top_builddir)/src/config.h
+CONFIG_CLEAN_FILES =
+PROGRAMS = $(noinst_PROGRAMS)
+am_wtest_OBJECTS = wtest.$(OBJEXT)
+wtest_OBJECTS = $(am_wtest_OBJECTS)
+wtest_DEPENDENCIES = $(top_builddir)/wmlib/libWMaker.a
+DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)/src
+depcomp =
+am__depfiles_maybe =
+COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
+	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
+LTCOMPILE = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) \
+	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+	$(AM_CFLAGS) $(CFLAGS)
+CCLD = $(CC)
+LINK = $(LIBTOOL) --tag=CC --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
+	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+SOURCES = $(wtest_SOURCES)
+DIST_SOURCES = $(wtest_SOURCES)
+ETAGS = etags
+CTAGS = ctags
+DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+ACLOCAL = @ACLOCAL@
+ALLOCA = @ALLOCA@
+AMDEP_FALSE = @AMDEP_FALSE@
+AMDEP_TRUE = @AMDEP_TRUE@
+AMTAR = @AMTAR@
 AR = @AR@
-AS = @AS@
+AUTOCONF = @AUTOCONF@
+AUTOHEADER = @AUTOHEADER@
+AUTOMAKE = @AUTOMAKE@
+AWK = @AWK@
 CC = @CC@
+CCDEPMODE = @CCDEPMODE@
+CFLAGS = @CFLAGS@
+CPP = @CPP@
+CPPFLAGS = @CPPFLAGS@
 CPP_PATH = @CPP_PATH@
 CXX = @CXX@
 CXXCPP = @CXXCPP@
+CXXDEPMODE = @CXXDEPMODE@
+CXXFLAGS = @CXXFLAGS@
+CYGPATH_W = @CYGPATH_W@
+DEFS = @DEFS@
+DEPDIR = @DEPDIR@
 DLLIBS = @DLLIBS@
-DLLTOOL = @DLLTOOL@
 ECHO = @ECHO@
+ECHO_C = @ECHO_C@
+ECHO_N = @ECHO_N@
+ECHO_T = @ECHO_T@
 EGREP = @EGREP@
 EXEEXT = @EXEEXT@
 F77 = @F77@
-GCJ = @GCJ@
-GCJFLAGS = @GCJFLAGS@
+FFLAGS = @FFLAGS@
 GFXLIBS = @GFXLIBS@
-HAVE_LIB = @HAVE_LIB@
+GREP = @GREP@
 HEADER_SEARCH_PATH = @HEADER_SEARCH_PATH@
 ICONEXT = @ICONEXT@
+INSTALL_DATA = @INSTALL_DATA@
+INSTALL_PROGRAM = @INSTALL_PROGRAM@
+INSTALL_SCRIPT = @INSTALL_SCRIPT@
+INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 INTLIBS = @INTLIBS@
-LIB = @LIB@
+LDFLAGS = @LDFLAGS@
+LIBOBJS = @LIBOBJS@
 LIBRARY_SEARCH_PATH = @LIBRARY_SEARCH_PATH@
+LIBS = @LIBS@
 LIBTOOL = @LIBTOOL@
 LITE = @LITE@
 LN_S = @LN_S@
-LTLIB = @LTLIB@
+LTLIBOBJS = @LTLIBOBJS@
 MAKEINFO = @MAKEINFO@
 MOFILES = @MOFILES@
 NETLIBS = @NETLIBS@
 NLSDIR = @NLSDIR@
 NOSTRICTALIASING = @NOSTRICTALIASING@
-OBJDUMP = @OBJDUMP@
 OBJEXT = @OBJEXT@
 PACKAGE = @PACKAGE@
+PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
+PACKAGE_NAME = @PACKAGE_NAME@
+PACKAGE_STRING = @PACKAGE_STRING@
+PACKAGE_TARNAME = @PACKAGE_TARNAME@
+PACKAGE_VERSION = @PACKAGE_VERSION@
+PATH_SEPARATOR = @PATH_SEPARATOR@
 PKGCONFIG = @PKGCONFIG@
 RANLIB = @RANLIB@
-RC = @RC@
+SET_MAKE = @SET_MAKE@
+SHELL = @SHELL@
 STRIP = @STRIP@
 VERSION = @VERSION@
 WINGSMOFILES = @WINGSMOFILES@
@@ -106,108 +144,125 @@
 XGETTEXT = @XGETTEXT@
 XLFLAGS = @XLFLAGS@
 XLIBS = @XLIBS@
+XMKMF = @XMKMF@
+X_CFLAGS = @X_CFLAGS@
 X_EXTRA_LIBS = @X_EXTRA_LIBS@
 X_LIBRARY_PATH = @X_LIBRARY_PATH@
+X_LIBS = @X_LIBS@
+X_PRE_LIBS = @X_PRE_LIBS@
+ac_ct_CC = @ac_ct_CC@
+ac_ct_CXX = @ac_ct_CXX@
+ac_ct_F77 = @ac_ct_F77@
+am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
+am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
+am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
+am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+am__include = @am__include@
+am__leading_dot = @am__leading_dot@
+am__quote = @am__quote@
+am__tar = @am__tar@
+am__untar = @am__untar@
+bindir = @bindir@
+build = @build@
+build_alias = @build_alias@
+build_cpu = @build_cpu@
+build_os = @build_os@
+build_vendor = @build_vendor@
+datadir = @datadir@
+datarootdir = @datarootdir@
+docdir = @docdir@
+dvidir = @dvidir@
+exec_prefix = @exec_prefix@
+host = @host@
+host_alias = @host_alias@
+host_cpu = @host_cpu@
+host_os = @host_os@
+host_vendor = @host_vendor@
+htmldir = @htmldir@
+includedir = @includedir@
+infodir = @infodir@
+install_sh = @install_sh@
+libdir = @libdir@
+libexecdir = @libexecdir@
+localedir = @localedir@
+localstatedir = @localstatedir@
+mandir = @mandir@
+mkdir_p = @mkdir_p@
+oldincludedir = @oldincludedir@
+pdfdir = @pdfdir@
+prefix = @prefix@
+program_transform_name = @program_transform_name@
+psdir = @psdir@
+sbindir = @sbindir@
+sharedstatedir = @sharedstatedir@
 supported_locales = @supported_locales@
+sysconfdir = @sysconfdir@
+target_alias = @target_alias@
 wprefs_bindir = @wprefs_bindir@
 wprefs_datadir = @wprefs_datadir@
-
 AUTOMAKE_OPTIONS = no-dependencies
-
 EXTRA_DIST = notest.c
-
-noinst_PROGRAMS = wtest
-
 wtest_SOURCES = wtest.c
-
 wtest_LDADD = $(top_builddir)/wmlib/libWMaker.a @XLFLAGS@ @XLIBS@ 
-
 INCLUDES = -g -D_BSD_SOURCE @XCFLAGS@ -I$(top_srcdir)/wmlib 
-mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
-CONFIG_HEADER = ../src/config.h
-CONFIG_CLEAN_FILES = 
-noinst_PROGRAMS =  wtest$(EXEEXT)
-PROGRAMS =  $(noinst_PROGRAMS)
-
+all: all-am
 
-DEFS = @DEFS@ -I. -I$(srcdir) -I../src
-CPPFLAGS = @CPPFLAGS@
-LDFLAGS = @LDFLAGS@
-LIBS = @LIBS@
-X_CFLAGS = @X_CFLAGS@
-X_LIBS = @X_LIBS@
-X_PRE_LIBS = @X_PRE_LIBS@
-wtest_OBJECTS =  wtest.$(OBJEXT)
-wtest_DEPENDENCIES =  $(top_builddir)/wmlib/libWMaker.a
-wtest_LDFLAGS = 
-CFLAGS = @CFLAGS@
-COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
-LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
-CCLD = $(CC)
-LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
-DIST_COMMON =  Makefile.am Makefile.in
-
-
-DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
-
-TAR = tar
-GZIP_ENV = --best
-SOURCES = $(wtest_SOURCES)
-OBJECTS = $(wtest_OBJECTS)
-
-all: all-redirect
 .SUFFIXES:
-.SUFFIXES: .S .c .lo .o .obj .s
-$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.ac $(ACLOCAL_M4) 
-	cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps test/Makefile
-
-Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
-	cd $(top_builddir) \
-	  && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
-
-
-mostlyclean-noinstPROGRAMS:
+.SUFFIXES: .c .lo .o .obj
+$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
+	@for dep in $?; do \
+	  case '$(am__configure_deps)' in \
+	    *$$dep*) \
+	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
+		&& exit 0; \
+	      exit 1;; \
+	  esac; \
+	done; \
+	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  test/Makefile'; \
+	cd $(top_srcdir) && \
+	  $(AUTOMAKE) --gnu  test/Makefile
+.PRECIOUS: Makefile
+Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
+	@case '$?' in \
+	  *config.status*) \
+	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
+	  *) \
+	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
+	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
+	esac;
+
+$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
+	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+
+$(top_srcdir)/configure:  $(am__configure_deps)
+	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
+	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
 clean-noinstPROGRAMS:
-	-test -z "$(noinst_PROGRAMS)" || rm -f $(noinst_PROGRAMS)
-
-distclean-noinstPROGRAMS:
-
-maintainer-clean-noinstPROGRAMS:
-
-.c.o:
-	$(COMPILE) -c $<
-
-# FIXME: We should only use cygpath when building on Windows,
-# and only if it is available.
-.c.obj:
-	$(COMPILE) -c `cygpath -w $<`
-
-.s.o:
-	$(COMPILE) -c $<
-
-.S.o:
-	$(COMPILE) -c $<
+	@list='$(noinst_PROGRAMS)'; for p in $$list; do \
+	  f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
+	  echo " rm -f $$p $$f"; \
+	  rm -f $$p $$f ; \
+	done
+wtest$(EXEEXT): $(wtest_OBJECTS) $(wtest_DEPENDENCIES) 
+	@rm -f wtest$(EXEEXT)
+	$(LINK) $(wtest_LDFLAGS) $(wtest_OBJECTS) $(wtest_LDADD) $(LIBS)
 
 mostlyclean-compile:
-	-rm -f *.o core *.core
 	-rm -f *.$(OBJEXT)
 
-clean-compile:
-
 distclean-compile:
 	-rm -f *.tab.c
 
-maintainer-clean-compile:
-
-.c.lo:
-	$(LIBTOOL) --mode=compile $(COMPILE) -c $<
+.c.o:
+	$(COMPILE) -c $<
 
-.s.lo:
-	$(LIBTOOL) --mode=compile $(COMPILE) -c $<
+.c.obj:
+	$(COMPILE) -c `$(CYGPATH_W) '$<'`
 
-.S.lo:
-	$(LIBTOOL) --mode=compile $(COMPILE) -c $<
+.c.lo:
+	$(LTCOMPILE) -c -o $@ $<
 
 mostlyclean-libtool:
 	-rm -f *.lo
@@ -216,131 +271,172 @@
 	-rm -rf .libs _libs
 
 distclean-libtool:
+	-rm -f libtool
+uninstall-info-am:
 
-maintainer-clean-libtool:
-
-wtest$(EXEEXT): $(wtest_OBJECTS) $(wtest_DEPENDENCIES)
-	@rm -f wtest$(EXEEXT)
-	$(LINK) $(wtest_LDFLAGS) $(wtest_OBJECTS) $(wtest_LDADD) $(LIBS)
-
+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; }'`; \
+	mkid -fID $$unique
 tags: TAGS
 
-ID: $(HEADERS) $(SOURCES) $(LISP)
-	list='$(SOURCES) $(HEADERS)'; \
-	unique=`for i in $$list; do echo $$i; done | \
-	  awk '    { files[$$0] = 1; } \
+TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+		$(TAGS_FILES) $(LISP)
+	tags=; \
+	here=`pwd`; \
+	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; }'`; \
-	here=`pwd` && cd $(srcdir) \
-	  && mkid -f$$here/ID $$unique $(LISP)
-
-TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
+	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
+	  test -n "$$unique" || unique=$$empty_fix; \
+	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
+	    $$tags $$unique; \
+	fi
+ctags: CTAGS
+CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+		$(TAGS_FILES) $(LISP)
 	tags=; \
 	here=`pwd`; \
-	list='$(SOURCES) $(HEADERS)'; \
-	unique=`for i in $$list; do echo $$i; done | \
-	  awk '    { files[$$0] = 1; } \
+	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; }'`; \
-	test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
-	  || (cd $(srcdir) && etags -o $$here/TAGS $(ETAGS_ARGS) $$tags  $$unique $(LISP))
-
-mostlyclean-tags:
-
-clean-tags:
+	test -z "$(CTAGS_ARGS)$$tags$$unique" \
+	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+	     $$tags $$unique
+
+GTAGS:
+	here=`$(am__cd) $(top_builddir) && pwd` \
+	  && cd $(top_srcdir) \
+	  && gtags -i $(GTAGS_ARGS) $$here
 
 distclean-tags:
-	-rm -f TAGS ID
-
-maintainer-clean-tags:
-
-distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
-
-subdir = test
+	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 
 distdir: $(DISTFILES)
-	@for file in $(DISTFILES); do \
-	  d=$(srcdir); \
+	@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; \
+	  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 \
-	    cp -pr $$d/$$file $(distdir)/$$file; \
+	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
+	      cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
+	    fi; \
+	    cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 	  else \
 	    test -f $(distdir)/$$file \
-	    || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
-	    || cp -p $$d/$$file $(distdir)/$$file || :; \
+	    || cp -p $$d/$$file $(distdir)/$$file \
+	    || exit 1; \
 	  fi; \
 	done
-info-am:
-info: info-am
-dvi-am:
-dvi: dvi-am
 check-am: all-am
 check: check-am
-installcheck-am:
-installcheck: installcheck-am
-install-exec-am:
+all-am: Makefile $(PROGRAMS)
+installdirs:
+install: install-am
 install-exec: install-exec-am
-
-install-data-am:
 install-data: install-data-am
+uninstall: uninstall-am
 
 install-am: all-am
 	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
-install: install-am
-uninstall-am:
-uninstall: uninstall-am
-all-am: Makefile $(PROGRAMS)
-all-redirect: all-am
-install-strip:
-	$(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
-installdirs:
-
 
+installcheck: installcheck-am
+install-strip:
+	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+	  `test -z '$(STRIP)' || \
+	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 mostlyclean-generic:
 
 clean-generic:
 
 distclean-generic:
-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
-	-rm -f config.cache config.log stamp-h stamp-h[0-9]*
+	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
 maintainer-clean-generic:
-mostlyclean-am:  mostlyclean-noinstPROGRAMS mostlyclean-compile \
-		mostlyclean-libtool mostlyclean-tags \
-		mostlyclean-generic
+	@echo "This command is intended for maintainers to use"
+	@echo "it deletes files that may require special tools to rebuild."
+clean: clean-am
 
-mostlyclean: mostlyclean-am
+clean-am: clean-generic clean-libtool clean-noinstPROGRAMS \
+	mostlyclean-am
 
-clean-am:  clean-noinstPROGRAMS clean-compile clean-libtool clean-tags \
-		clean-generic mostlyclean-am
+distclean: distclean-am
+	-rm -f Makefile
+distclean-am: clean-am distclean-compile distclean-generic \
+	distclean-libtool distclean-tags
 
-clean: clean-am
+dvi: dvi-am
 
-distclean-am:  distclean-noinstPROGRAMS distclean-compile \
-		distclean-libtool distclean-tags distclean-generic \
-		clean-am
-	-rm -f libtool
+dvi-am:
 
-distclean: distclean-am
+html: html-am
 
-maintainer-clean-am:  maintainer-clean-noinstPROGRAMS \
-		maintainer-clean-compile maintainer-clean-libtool \
-		maintainer-clean-tags maintainer-clean-generic \
-		distclean-am
-	@echo "This command is intended for maintainers to use;"
-	@echo "it deletes files that may require special tools to rebuild."
+info: info-am
+
+info-am:
+
+install-data-am:
+
+install-exec-am:
+
+install-info: install-info-am
+
+install-man:
+
+installcheck-am:
 
 maintainer-clean: maintainer-clean-am
+	-rm -f Makefile
+maintainer-clean-am: distclean-am maintainer-clean-generic
+
+mostlyclean: mostlyclean-am
+
+mostlyclean-am: mostlyclean-compile mostlyclean-generic \
+	mostlyclean-libtool
+
+pdf: pdf-am
+
+pdf-am:
 
-.PHONY: mostlyclean-noinstPROGRAMS distclean-noinstPROGRAMS \
-clean-noinstPROGRAMS maintainer-clean-noinstPROGRAMS \
-mostlyclean-compile distclean-compile clean-compile \
-maintainer-clean-compile mostlyclean-libtool distclean-libtool \
-clean-libtool maintainer-clean-libtool tags mostlyclean-tags \
-distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
-dvi-am dvi check check-am installcheck-am installcheck install-exec-am \
-install-exec install-data-am install-data install-am install \
-uninstall-am uninstall all-redirect all-am all installdirs \
-mostlyclean-generic distclean-generic clean-generic \
-maintainer-clean-generic clean mostlyclean distclean maintainer-clean
+ps: ps-am
 
+ps-am:
+
+uninstall-am: uninstall-info-am
+
+.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
+	clean-libtool clean-noinstPROGRAMS ctags distclean \
+	distclean-compile distclean-generic distclean-libtool \
+	distclean-tags distdir dvi dvi-am html html-am info info-am \
+	install install-am install-data install-data-am install-exec \
+	install-exec-am install-info install-info-am install-man \
+	install-strip installcheck installcheck-am installdirs \
+	maintainer-clean maintainer-clean-generic mostlyclean \
+	mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
+	pdf pdf-am ps ps-am tags uninstall uninstall-am \
+	uninstall-info-am
 
 # 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.
--- wmaker-0.92.0.orig/WPrefs.app/README
+++ wmaker-0.92.0/WPrefs.app/README
@@ -15,9 +15,10 @@
 of WindowMaker that are not related to configuration.
 
     To run WPrefs, do not put it in your search path. Instead, run it
-with the full path, like /usr/local/GNUstep/Applications/WPrefs.app/WPrefs
-Then, dock it's application icon. The dock will automatically detect it's
-icon and use it.
+with the full path, like
+/usr/lib/GNUstep/System/Applications/WPrefs.app/WPrefs Then, dock it's
+application icon. The dock will automatically detect it's icon and use
+it.
 
     If you change configuration often, you might want to leave WPrefs
 always running, leaving it hidden while not in use. You can also make it
@@ -73,20 +74,21 @@
 Customized Installation
 -----------------------
 
-By default, WPrefs.app will be installed in the GNUstep applications directory, 
-which is /usr/local/GNUstep/Applications. If you want to install it somewhere 
-else, like in /some_weird_path/Applications, set the GNUSTEP_LOCAL_ROOT
-environment variable to some_weird_path before running configure for
-WindowMaker. You can also configure Window Maker supplying the --with-appspath
-option to configure, like ./configure --with-appspath=/usr/GNUstep/Applications
-If you change your mind after installing, you can move the .app directory 
-to one of the following GNUstep/Applications directories:
+By default, WPrefs.app will be installed in the GNUstep applications
+directory, which is /usr/lib/GNUstep/System/Applications. If you want to
+install it somewhere else, like in /some_weird_path/Applications, set
+the GNUSTEP_LOCAL_ROOT environment variable to some_weird_path before
+running configure for WindowMaker. You can also configure Window Maker
+supplying the --with-appspath option to configure, like ./configure
+--with-appspath=/usr/lib/GNUstep/System/Applications If you change your
+mind after installing, you can move the .app directory to one of the
+following GNUstep/Applications directories:
 
-/usr/GNUstep/Applications
+/usr/lib/GNUstep/System/Applications
 
 OR
 
-/usr/local/GNUstep/Applications
+/usr/local/lib/GNUstep/System/Applications
 
 OR
 
--- wmaker-0.92.0.orig/WPrefs.app/Makefile.in
+++ wmaker-0.92.0/WPrefs.app/Makefile.in
@@ -1,6 +1,8 @@
-# Makefile.in generated automatically by automake 1.4-p6 from Makefile.am
+# Makefile.in generated by automake 1.9.6 from Makefile.am.
+# @configure_input@
 
-# Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc.
+# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
+# 2003, 2004, 2005  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.
@@ -10,91 +12,152 @@
 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
 # PARTICULAR PURPOSE.
 
+@SET_MAKE@
 
-SHELL = @SHELL@
 
 srcdir = @srcdir@
 top_srcdir = @top_srcdir@
 VPATH = @srcdir@
-prefix = @prefix@
-exec_prefix = @exec_prefix@
-
-bindir = @bindir@
-sbindir = @sbindir@
-libexecdir = @libexecdir@
-datadir = @datadir@
-sysconfdir = @sysconfdir@
-sharedstatedir = @sharedstatedir@
-localstatedir = @localstatedir@
-libdir = @libdir@
-infodir = @infodir@
-mandir = @mandir@
-includedir = @includedir@
-oldincludedir = /usr/include
-
-DESTDIR =
-
 pkgdatadir = $(datadir)/@PACKAGE@
 pkglibdir = $(libdir)/@PACKAGE@
 pkgincludedir = $(includedir)/@PACKAGE@
-
 top_builddir = ..
-
-ACLOCAL = @ACLOCAL@
-AUTOCONF = @AUTOCONF@
-AUTOMAKE = @AUTOMAKE@
-AUTOHEADER = @AUTOHEADER@
-
+am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 INSTALL = @INSTALL@
-INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
-INSTALL_DATA = @INSTALL_DATA@
-INSTALL_SCRIPT = @INSTALL_SCRIPT@
-transform = @program_transform_name@
-
+install_sh_DATA = $(install_sh) -c -m 644
+install_sh_PROGRAM = $(install_sh) -c
+install_sh_SCRIPT = $(install_sh) -c
+INSTALL_HEADER = $(INSTALL_DATA)
+transform = $(program_transform_name)
 NORMAL_INSTALL = :
 PRE_INSTALL = :
 POST_INSTALL = :
 NORMAL_UNINSTALL = :
 PRE_UNINSTALL = :
 POST_UNINSTALL = :
-host_alias = @host_alias@
+build_triplet = @build@
 host_triplet = @host@
+wpexecbin_PROGRAMS = WPrefs$(EXEEXT)
+subdir = WPrefs.app
+DIST_COMMON = README $(srcdir)/Makefile.am $(srcdir)/Makefile.in
+ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
+am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
+	$(top_srcdir)/configure.ac
+am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
+	$(ACLOCAL_M4)
+mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
+CONFIG_HEADER = $(top_builddir)/src/config.h
+CONFIG_CLEAN_FILES =
+am__installdirs = "$(DESTDIR)$(wpexecbindir)" "$(DESTDIR)$(wpdatadir)"
+wpexecbinPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
+PROGRAMS = $(wpexecbin_PROGRAMS)
+am_WPrefs_OBJECTS = main.$(OBJEXT) WPrefs.$(OBJEXT) \
+	Appearance.$(OBJEXT) Configurations.$(OBJEXT) Expert.$(OBJEXT) \
+	Focus.$(OBJEXT) FontSimple.$(OBJEXT) Icons.$(OBJEXT) \
+	KeyboardSettings.$(OBJEXT) KeyboardShortcuts.$(OBJEXT) \
+	Menu.$(OBJEXT) MenuPreferences.$(OBJEXT) \
+	MouseSettings.$(OBJEXT) Paths.$(OBJEXT) Preferences.$(OBJEXT) \
+	TexturePanel.$(OBJEXT) Themes.$(OBJEXT) \
+	WindowHandling.$(OBJEXT) Workspace.$(OBJEXT) double.$(OBJEXT) \
+	editmenu.$(OBJEXT) imagebrowser.$(OBJEXT) xmodifier.$(OBJEXT)
+WPrefs_OBJECTS = $(am_WPrefs_OBJECTS)
+DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)/src
+depcomp =
+am__depfiles_maybe =
+COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
+	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
+LTCOMPILE = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) \
+	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+	$(AM_CFLAGS) $(CFLAGS)
+CCLD = $(CC)
+LINK = $(LIBTOOL) --tag=CC --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
+	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+SOURCES = $(WPrefs_SOURCES)
+DIST_SOURCES = $(WPrefs_SOURCES)
+RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
+	html-recursive info-recursive install-data-recursive \
+	install-exec-recursive install-info-recursive \
+	install-recursive installcheck-recursive installdirs-recursive \
+	pdf-recursive ps-recursive uninstall-info-recursive \
+	uninstall-recursive
+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|^.*/||'`;
+wpdataDATA_INSTALL = $(INSTALL_DATA)
+DATA = $(wpdata_DATA)
+ETAGS = etags
+CTAGS = ctags
+DIST_SUBDIRS = $(SUBDIRS)
+DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+ACLOCAL = @ACLOCAL@
+ALLOCA = @ALLOCA@
+AMDEP_FALSE = @AMDEP_FALSE@
+AMDEP_TRUE = @AMDEP_TRUE@
+AMTAR = @AMTAR@
 AR = @AR@
-AS = @AS@
+AUTOCONF = @AUTOCONF@
+AUTOHEADER = @AUTOHEADER@
+AUTOMAKE = @AUTOMAKE@
+AWK = @AWK@
 CC = @CC@
+CCDEPMODE = @CCDEPMODE@
+CFLAGS = @CFLAGS@
+CPP = @CPP@
+CPPFLAGS = @CPPFLAGS@
 CPP_PATH = @CPP_PATH@
 CXX = @CXX@
 CXXCPP = @CXXCPP@
+CXXDEPMODE = @CXXDEPMODE@
+CXXFLAGS = @CXXFLAGS@
+CYGPATH_W = @CYGPATH_W@
+DEFS = @DEFS@
+DEPDIR = @DEPDIR@
 DLLIBS = @DLLIBS@
-DLLTOOL = @DLLTOOL@
 ECHO = @ECHO@
+ECHO_C = @ECHO_C@
+ECHO_N = @ECHO_N@
+ECHO_T = @ECHO_T@
 EGREP = @EGREP@
 EXEEXT = @EXEEXT@
 F77 = @F77@
-GCJ = @GCJ@
-GCJFLAGS = @GCJFLAGS@
+FFLAGS = @FFLAGS@
 GFXLIBS = @GFXLIBS@
-HAVE_LIB = @HAVE_LIB@
+GREP = @GREP@
 HEADER_SEARCH_PATH = @HEADER_SEARCH_PATH@
 ICONEXT = @ICONEXT@
+INSTALL_DATA = @INSTALL_DATA@
+INSTALL_PROGRAM = @INSTALL_PROGRAM@
+INSTALL_SCRIPT = @INSTALL_SCRIPT@
+INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 INTLIBS = @INTLIBS@
-LIB = @LIB@
+LDFLAGS = @LDFLAGS@
+LIBOBJS = @LIBOBJS@
 LIBRARY_SEARCH_PATH = @LIBRARY_SEARCH_PATH@
+LIBS = @LIBS@
 LIBTOOL = @LIBTOOL@
 LITE = @LITE@
 LN_S = @LN_S@
-LTLIB = @LTLIB@
+LTLIBOBJS = @LTLIBOBJS@
 MAKEINFO = @MAKEINFO@
 MOFILES = @MOFILES@
 NETLIBS = @NETLIBS@
 NLSDIR = @NLSDIR@
 NOSTRICTALIASING = @NOSTRICTALIASING@
-OBJDUMP = @OBJDUMP@
 OBJEXT = @OBJEXT@
 PACKAGE = @PACKAGE@
+PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
+PACKAGE_NAME = @PACKAGE_NAME@
+PACKAGE_STRING = @PACKAGE_STRING@
+PACKAGE_TARNAME = @PACKAGE_TARNAME@
+PACKAGE_VERSION = @PACKAGE_VERSION@
+PATH_SEPARATOR = @PATH_SEPARATOR@
 PKGCONFIG = @PKGCONFIG@
 RANLIB = @RANLIB@
-RC = @RC@
+SET_MAKE = @SET_MAKE@
+SHELL = @SHELL@
 STRIP = @STRIP@
 VERSION = @VERSION@
 WINGSMOFILES = @WINGSMOFILES@
@@ -106,148 +169,187 @@
 XGETTEXT = @XGETTEXT@
 XLFLAGS = @XLFLAGS@
 XLIBS = @XLIBS@
+XMKMF = @XMKMF@
+X_CFLAGS = @X_CFLAGS@
 X_EXTRA_LIBS = @X_EXTRA_LIBS@
 X_LIBRARY_PATH = @X_LIBRARY_PATH@
+X_LIBS = @X_LIBS@
+X_PRE_LIBS = @X_PRE_LIBS@
+ac_ct_CC = @ac_ct_CC@
+ac_ct_CXX = @ac_ct_CXX@
+ac_ct_F77 = @ac_ct_F77@
+am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
+am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
+am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
+am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+am__include = @am__include@
+am__leading_dot = @am__leading_dot@
+am__quote = @am__quote@
+am__tar = @am__tar@
+am__untar = @am__untar@
+bindir = @bindir@
+build = @build@
+build_alias = @build_alias@
+build_cpu = @build_cpu@
+build_os = @build_os@
+build_vendor = @build_vendor@
+datadir = @datadir@
+datarootdir = @datarootdir@
+docdir = @docdir@
+dvidir = @dvidir@
+exec_prefix = @exec_prefix@
+host = @host@
+host_alias = @host_alias@
+host_cpu = @host_cpu@
+host_os = @host_os@
+host_vendor = @host_vendor@
+htmldir = @htmldir@
+includedir = @includedir@
+infodir = @infodir@
+install_sh = @install_sh@
+libdir = @libdir@
+libexecdir = @libexecdir@
+localedir = @localedir@
+localstatedir = @localstatedir@
+mandir = @mandir@
+mkdir_p = @mkdir_p@
+oldincludedir = @oldincludedir@
+pdfdir = @pdfdir@
+prefix = @prefix@
+program_transform_name = @program_transform_name@
+psdir = @psdir@
+sbindir = @sbindir@
+sharedstatedir = @sharedstatedir@
 supported_locales = @supported_locales@
+sysconfdir = @sysconfdir@
+target_alias = @target_alias@
 wprefs_bindir = @wprefs_bindir@
 wprefs_datadir = @wprefs_datadir@
-
 SUBDIRS = xpm tiff po
-
 AUTOMAKE_OPTIONS = no-dependencies
-
 wpexecbindir = @wprefs_bindir@
-
-wpexecbin_PROGRAMS = WPrefs 
-
 wpdatadir = @wprefs_datadir@
-
 wpdata_DATA = WPrefs.tiff WPrefs.xpm
-
 EXTRA_DIST = $(wpdata_DATA)
-
-WPrefs_SOURCES =  	main.c 	WPrefs.c 	WPrefs.h 	Appearance.c 	Configurations.c 	Expert.c 	Focus.c 	FontSimple.c 	Icons.c 	KeyboardSettings.c 	KeyboardShortcuts.c 	Menu.c 	MenuPreferences.c 	MouseSettings.c 	Paths.c 	Preferences.c 	TexturePanel.c 	TexturePanel.h 	Themes.c 	WindowHandling.c 	Workspace.c 	double.c 	double.h 	editmenu.c 	editmenu.h 	imagebrowser.c 	imagebrowser.h 	xmodifier.c
-
+WPrefs_SOURCES = \
+	main.c \
+	WPrefs.c \
+	WPrefs.h \
+	Appearance.c \
+	Configurations.c \
+	Expert.c \
+	Focus.c \
+	FontSimple.c \
+	Icons.c \
+	KeyboardSettings.c \
+	KeyboardShortcuts.c \
+	Menu.c \
+	MenuPreferences.c \
+	MouseSettings.c \
+	Paths.c \
+	Preferences.c \
+	TexturePanel.c \
+	TexturePanel.h \
+	Themes.c \
+	WindowHandling.c \
+	Workspace.c \
+	double.c \
+	double.h \
+	editmenu.c \
+	editmenu.h \
+	imagebrowser.c \
+	imagebrowser.h \
+	xmodifier.c
 
 AM_CPPFLAGS = -DLOCALEDIR=\"$(NLSDIR)\"
-
 AM_CFLAGS = @NOSTRICTALIASING@
-
 INCLUDES = -I$(top_srcdir)/wrlib -I$(top_srcdir)/WINGs @HEADER_SEARCH_PATH@ 
-
 WPrefs_DEPENDENCIES = $(top_builddir)/WINGs/libWINGs.a
+WPrefs_LDADD = \
+	$(top_builddir)/WINGs/libWINGs.a\
+	$(top_builddir)/wrlib/libwraster.la \
+	@XFTLIBS@ \
+	@INTLIBS@
 
-WPrefs_LDADD =  	$(top_builddir)/WINGs/libWINGs.a 	$(top_builddir)/wrlib/libwraster.la 	@XFTLIBS@ 	@INTLIBS@
-
-mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
-CONFIG_HEADER = ../src/config.h
-CONFIG_CLEAN_FILES = 
-wpexecbin_PROGRAMS =  WPrefs$(EXEEXT)
-PROGRAMS =  $(wpexecbin_PROGRAMS)
-
+all: all-recursive
 
-DEFS = @DEFS@ -I. -I$(srcdir) -I../src
-CPPFLAGS = @CPPFLAGS@
-LDFLAGS = @LDFLAGS@
-LIBS = @LIBS@
-X_CFLAGS = @X_CFLAGS@
-X_LIBS = @X_LIBS@
-X_PRE_LIBS = @X_PRE_LIBS@
-WPrefs_OBJECTS =  main.$(OBJEXT) WPrefs.$(OBJEXT) Appearance.$(OBJEXT) \
-Configurations.$(OBJEXT) Expert.$(OBJEXT) Focus.$(OBJEXT) \
-FontSimple.$(OBJEXT) Icons.$(OBJEXT) KeyboardSettings.$(OBJEXT) \
-KeyboardShortcuts.$(OBJEXT) Menu.$(OBJEXT) MenuPreferences.$(OBJEXT) \
-MouseSettings.$(OBJEXT) Paths.$(OBJEXT) Preferences.$(OBJEXT) \
-TexturePanel.$(OBJEXT) Themes.$(OBJEXT) WindowHandling.$(OBJEXT) \
-Workspace.$(OBJEXT) double.$(OBJEXT) editmenu.$(OBJEXT) \
-imagebrowser.$(OBJEXT) xmodifier.$(OBJEXT)
-WPrefs_LDFLAGS = 
-CFLAGS = @CFLAGS@
-COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
-LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
-CCLD = $(CC)
-LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
-DATA =  $(wpdata_DATA)
-
-DIST_COMMON =  README Makefile.am Makefile.in
-
-
-DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
-
-TAR = tar
-GZIP_ENV = --best
-SOURCES = $(WPrefs_SOURCES)
-OBJECTS = $(WPrefs_OBJECTS)
-
-all: all-redirect
 .SUFFIXES:
-.SUFFIXES: .S .c .lo .o .obj .s
-$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.ac $(ACLOCAL_M4) 
-	cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps WPrefs.app/Makefile
-
-Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
-	cd $(top_builddir) \
-	  && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
-
-
-mostlyclean-wpexecbinPROGRAMS:
-
-clean-wpexecbinPROGRAMS:
-	-test -z "$(wpexecbin_PROGRAMS)" || rm -f $(wpexecbin_PROGRAMS)
-
-distclean-wpexecbinPROGRAMS:
-
-maintainer-clean-wpexecbinPROGRAMS:
-
+.SUFFIXES: .c .lo .o .obj
+$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
+	@for dep in $?; do \
+	  case '$(am__configure_deps)' in \
+	    *$$dep*) \
+	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
+		&& exit 0; \
+	      exit 1;; \
+	  esac; \
+	done; \
+	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  WPrefs.app/Makefile'; \
+	cd $(top_srcdir) && \
+	  $(AUTOMAKE) --gnu  WPrefs.app/Makefile
+.PRECIOUS: Makefile
+Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
+	@case '$?' in \
+	  *config.status*) \
+	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
+	  *) \
+	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
+	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
+	esac;
+
+$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
+	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+
+$(top_srcdir)/configure:  $(am__configure_deps)
+	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
+	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 install-wpexecbinPROGRAMS: $(wpexecbin_PROGRAMS)
 	@$(NORMAL_INSTALL)
-	$(mkinstalldirs) $(DESTDIR)$(wpexecbindir)
+	test -z "$(wpexecbindir)" || $(mkdir_p) "$(DESTDIR)$(wpexecbindir)"
 	@list='$(wpexecbin_PROGRAMS)'; for p in $$list; do \
-	  if test -f $$p; then \
-	    echo " $(LIBTOOL)  --mode=install $(INSTALL_PROGRAM) $$p $(DESTDIR)$(wpexecbindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`"; \
-	    $(LIBTOOL)  --mode=install $(INSTALL_PROGRAM) $$p $(DESTDIR)$(wpexecbindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
+	  p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
+	  if test -f $$p \
+	     || test -f $$p1 \
+	  ; then \
+	    f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
+	   echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(wpexecbinPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(wpexecbindir)/$$f'"; \
+	   $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(wpexecbinPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(wpexecbindir)/$$f" || exit 1; \
 	  else :; fi; \
 	done
 
 uninstall-wpexecbinPROGRAMS:
 	@$(NORMAL_UNINSTALL)
-	list='$(wpexecbin_PROGRAMS)'; for p in $$list; do \
-	  rm -f $(DESTDIR)$(wpexecbindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
+	@list='$(wpexecbin_PROGRAMS)'; for p in $$list; do \
+	  f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
+	  echo " rm -f '$(DESTDIR)$(wpexecbindir)/$$f'"; \
+	  rm -f "$(DESTDIR)$(wpexecbindir)/$$f"; \
 	done
 
-.c.o:
-	$(COMPILE) -c $<
-
-# FIXME: We should only use cygpath when building on Windows,
-# and only if it is available.
-.c.obj:
-	$(COMPILE) -c `cygpath -w $<`
-
-.s.o:
-	$(COMPILE) -c $<
-
-.S.o:
-	$(COMPILE) -c $<
+clean-wpexecbinPROGRAMS:
+	@list='$(wpexecbin_PROGRAMS)'; for p in $$list; do \
+	  f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
+	  echo " rm -f $$p $$f"; \
+	  rm -f $$p $$f ; \
+	done
+WPrefs$(EXEEXT): $(WPrefs_OBJECTS) $(WPrefs_DEPENDENCIES) 
+	@rm -f WPrefs$(EXEEXT)
+	$(LINK) $(WPrefs_LDFLAGS) $(WPrefs_OBJECTS) $(WPrefs_LDADD) $(LIBS)
 
 mostlyclean-compile:
-	-rm -f *.o core *.core
 	-rm -f *.$(OBJEXT)
 
-clean-compile:
-
 distclean-compile:
 	-rm -f *.tab.c
 
-maintainer-clean-compile:
-
-.c.lo:
-	$(LIBTOOL) --mode=compile $(COMPILE) -c $<
+.c.o:
+	$(COMPILE) -c $<
 
-.s.lo:
-	$(LIBTOOL) --mode=compile $(COMPILE) -c $<
+.c.obj:
+	$(COMPILE) -c `$(CYGPATH_W) '$<'`
 
-.S.lo:
-	$(LIBTOOL) --mode=compile $(COMPILE) -c $<
+.c.lo:
+	$(LTCOMPILE) -c -o $@ $<
 
 mostlyclean-libtool:
 	-rm -f *.lo
@@ -256,30 +358,24 @@
 	-rm -rf .libs _libs
 
 distclean-libtool:
-
-maintainer-clean-libtool:
-
-WPrefs$(EXEEXT): $(WPrefs_OBJECTS) $(WPrefs_DEPENDENCIES)
-	@rm -f WPrefs$(EXEEXT)
-	$(LINK) $(WPrefs_LDFLAGS) $(WPrefs_OBJECTS) $(WPrefs_LDADD) $(LIBS)
-
+	-rm -f libtool
+uninstall-info-am:
 install-wpdataDATA: $(wpdata_DATA)
 	@$(NORMAL_INSTALL)
-	$(mkinstalldirs) $(DESTDIR)$(wpdatadir)
+	test -z "$(wpdatadir)" || $(mkdir_p) "$(DESTDIR)$(wpdatadir)"
 	@list='$(wpdata_DATA)'; for p in $$list; do \
-	  if test -f $(srcdir)/$$p; then \
-	    echo " $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(wpdatadir)/$$p"; \
-	    $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(wpdatadir)/$$p; \
-	  else if test -f $$p; then \
-	    echo " $(INSTALL_DATA) $$p $(DESTDIR)$(wpdatadir)/$$p"; \
-	    $(INSTALL_DATA) $$p $(DESTDIR)$(wpdatadir)/$$p; \
-	  fi; fi; \
+	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+	  f=$(am__strip_dir) \
+	  echo " $(wpdataDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(wpdatadir)/$$f'"; \
+	  $(wpdataDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(wpdatadir)/$$f"; \
 	done
 
 uninstall-wpdataDATA:
 	@$(NORMAL_UNINSTALL)
-	list='$(wpdata_DATA)'; for p in $$list; do \
-	  rm -f $(DESTDIR)$(wpdatadir)/$$p; \
+	@list='$(wpdata_DATA)'; for p in $$list; do \
+	  f=$(am__strip_dir) \
+	  echo " rm -f '$(DESTDIR)$(wpdatadir)/$$f'"; \
+	  rm -f "$(DESTDIR)$(wpdatadir)/$$f"; \
 	done
 
 # This directory's subdirectories are mostly independent; you can cd
@@ -288,13 +384,14 @@
 # (1) if the variable is set in `config.status', edit `config.status'
 #     (which will cause the Makefiles to be regenerated when you run `make');
 # (2) otherwise, pass the desired values on the `make' command line.
-
-@SET_MAKE@
-
-all-recursive install-data-recursive install-exec-recursive \
-installdirs-recursive install-recursive uninstall-recursive  \
-check-recursive installcheck-recursive info-recursive dvi-recursive:
-	@set fnord $(MAKEFLAGS); amf=$$2; \
+$(RECURSIVE_TARGETS):
+	@failcom='exit 1'; \
+	for f in x $$MAKEFLAGS; do \
+	  case $$f in \
+	    *=* | --[!k]*);; \
+	    *k*) failcom='fail=yes';; \
+	  esac; \
+	done; \
 	dot_seen=no; \
 	target=`echo $@ | sed s/-recursive//`; \
 	list='$(SUBDIRS)'; for subdir in $$list; do \
@@ -306,7 +403,7 @@
 	    local_target="$$target"; \
 	  fi; \
 	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
-	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
+	  || eval $$failcom; \
 	done; \
 	if test "$$dot_seen" = "no"; then \
 	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
@@ -314,13 +411,24 @@
 
 mostlyclean-recursive clean-recursive distclean-recursive \
 maintainer-clean-recursive:
-	@set fnord $(MAKEFLAGS); amf=$$2; \
+	@failcom='exit 1'; \
+	for f in x $$MAKEFLAGS; do \
+	  case $$f in \
+	    *=* | --[!k]*);; \
+	    *k*) failcom='fail=yes';; \
+	  esac; \
+	done; \
 	dot_seen=no; \
-	rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
-	  rev="$$subdir $$rev"; \
-	  test "$$subdir" != "." || dot_seen=yes; \
+	case "$@" in \
+	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
+	  *) list='$(SUBDIRS)' ;; \
+	esac; \
+	rev=''; for subdir in $$list; do \
+	  if test "$$subdir" = "."; then :; else \
+	    rev="$$subdir $$rev"; \
+	  fi; \
 	done; \
-	test "$$dot_seen" = "no" && rev=". $$rev"; \
+	rev="$$rev ."; \
 	target=`echo $@ | sed s/-recursive//`; \
 	for subdir in $$rev; do \
 	  echo "Making $$target in $$subdir"; \
@@ -330,155 +438,219 @@
 	    local_target="$$target"; \
 	  fi; \
 	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
-	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
+	  || eval $$failcom; \
 	done && test -z "$$fail"
 tags-recursive:
 	list='$(SUBDIRS)'; for subdir in $$list; do \
 	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
 	done
+ctags-recursive:
+	list='$(SUBDIRS)'; for subdir in $$list; do \
+	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
+	done
 
-tags: TAGS
-
-ID: $(HEADERS) $(SOURCES) $(LISP)
-	list='$(SOURCES) $(HEADERS)'; \
-	unique=`for i in $$list; do echo $$i; done | \
-	  awk '    { files[$$0] = 1; } \
+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; }'`; \
-	here=`pwd` && cd $(srcdir) \
-	  && mkid -f$$here/ID $$unique $(LISP)
+	mkid -fID $$unique
+tags: TAGS
 
-TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
+TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+		$(TAGS_FILES) $(LISP)
 	tags=; \
 	here=`pwd`; \
+	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
+	  include_option=--etags-include; \
+	  empty_fix=.; \
+	else \
+	  include_option=--include; \
+	  empty_fix=; \
+	fi; \
 	list='$(SUBDIRS)'; for subdir in $$list; do \
-   if test "$$subdir" = .; then :; else \
-	    test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
-   fi; \
+	  if test "$$subdir" = .; then :; else \
+	    test ! -f $$subdir/TAGS || \
+	      tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
+	  fi; \
 	done; \
-	list='$(SOURCES) $(HEADERS)'; \
-	unique=`for i in $$list; do echo $$i; done | \
-	  awk '    { files[$$0] = 1; } \
+	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; }'`; \
-	test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
-	  || (cd $(srcdir) && etags -o $$here/TAGS $(ETAGS_ARGS) $$tags  $$unique $(LISP))
-
-mostlyclean-tags:
-
-clean-tags:
+	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
+	  test -n "$$unique" || unique=$$empty_fix; \
+	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
+	    $$tags $$unique; \
+	fi
+ctags: CTAGS
+CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+		$(TAGS_FILES) $(LISP)
+	tags=; \
+	here=`pwd`; \
+	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; }'`; \
+	test -z "$(CTAGS_ARGS)$$tags$$unique" \
+	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+	     $$tags $$unique
+
+GTAGS:
+	here=`$(am__cd) $(top_builddir) && pwd` \
+	  && cd $(top_srcdir) \
+	  && gtags -i $(GTAGS_ARGS) $$here
 
 distclean-tags:
-	-rm -f TAGS ID
-
-maintainer-clean-tags:
-
-distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
-
-subdir = WPrefs.app
+	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 
 distdir: $(DISTFILES)
-	@for file in $(DISTFILES); do \
-	  d=$(srcdir); \
+	@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; \
+	  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 \
-	    cp -pr $$d/$$file $(distdir)/$$file; \
+	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
+	      cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
+	    fi; \
+	    cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 	  else \
 	    test -f $(distdir)/$$file \
-	    || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
-	    || cp -p $$d/$$file $(distdir)/$$file || :; \
+	    || cp -p $$d/$$file $(distdir)/$$file \
+	    || exit 1; \
 	  fi; \
 	done
-	for subdir in $(SUBDIRS); do \
+	list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 	  if test "$$subdir" = .; then :; else \
-	    test -d $(distdir)/$$subdir \
-	    || mkdir $(distdir)/$$subdir \
+	    test -d "$(distdir)/$$subdir" \
+	    || $(mkdir_p) "$(distdir)/$$subdir" \
 	    || exit 1; \
-	    chmod 777 $(distdir)/$$subdir; \
-	    (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(top_distdir) distdir=../$(distdir)/$$subdir distdir) \
+	    distdir=`$(am__cd) $(distdir) && pwd`; \
+	    top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
+	    (cd $$subdir && \
+	      $(MAKE) $(AM_MAKEFLAGS) \
+	        top_distdir="$$top_distdir" \
+	        distdir="$$distdir/$$subdir" \
+	        distdir) \
 	      || exit 1; \
 	  fi; \
 	done
-info-am:
-info: info-recursive
-dvi-am:
-dvi: dvi-recursive
 check-am: all-am
 check: check-recursive
-installcheck-am:
-installcheck: installcheck-recursive
-install-exec-am: install-wpexecbinPROGRAMS
+all-am: Makefile $(PROGRAMS) $(DATA)
+installdirs: installdirs-recursive
+installdirs-am:
+	for dir in "$(DESTDIR)$(wpexecbindir)" "$(DESTDIR)$(wpdatadir)"; do \
+	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
+	done
+install: install-recursive
 install-exec: install-exec-recursive
-
-install-data-am: install-wpdataDATA
 install-data: install-data-recursive
+uninstall: uninstall-recursive
 
 install-am: all-am
 	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
-install: install-recursive
-uninstall-am: uninstall-wpexecbinPROGRAMS uninstall-wpdataDATA
-uninstall: uninstall-recursive
-all-am: Makefile $(PROGRAMS) $(DATA)
-all-redirect: all-recursive
-install-strip:
-	$(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
-installdirs: installdirs-recursive
-installdirs-am:
-	$(mkinstalldirs)  $(DESTDIR)$(wpexecbindir) $(DESTDIR)$(wpdatadir)
-
 
+installcheck: installcheck-recursive
+install-strip:
+	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+	  `test -z '$(STRIP)' || \
+	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 mostlyclean-generic:
 
 clean-generic:
 
 distclean-generic:
-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
-	-rm -f config.cache config.log stamp-h stamp-h[0-9]*
+	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
 maintainer-clean-generic:
-mostlyclean-am:  mostlyclean-wpexecbinPROGRAMS mostlyclean-compile \
-		mostlyclean-libtool mostlyclean-tags \
-		mostlyclean-generic
+	@echo "This command is intended for maintainers to use"
+	@echo "it deletes files that may require special tools to rebuild."
+clean: clean-recursive
 
-mostlyclean: mostlyclean-recursive
+clean-am: clean-generic clean-libtool clean-wpexecbinPROGRAMS \
+	mostlyclean-am
 
-clean-am:  clean-wpexecbinPROGRAMS clean-compile clean-libtool \
-		clean-tags clean-generic mostlyclean-am
+distclean: distclean-recursive
+	-rm -f Makefile
+distclean-am: clean-am distclean-compile distclean-generic \
+	distclean-libtool distclean-tags
 
-clean: clean-recursive
+dvi: dvi-recursive
 
-distclean-am:  distclean-wpexecbinPROGRAMS distclean-compile \
-		distclean-libtool distclean-tags distclean-generic \
-		clean-am
-	-rm -f libtool
+dvi-am:
 
-distclean: distclean-recursive
+html: html-recursive
 
-maintainer-clean-am:  maintainer-clean-wpexecbinPROGRAMS \
-		maintainer-clean-compile maintainer-clean-libtool \
-		maintainer-clean-tags maintainer-clean-generic \
-		distclean-am
-	@echo "This command is intended for maintainers to use;"
-	@echo "it deletes files that may require special tools to rebuild."
+info: info-recursive
+
+info-am:
+
+install-data-am: install-wpdataDATA
+
+install-exec-am: install-wpexecbinPROGRAMS
+
+install-info: install-info-recursive
+
+install-man:
+
+installcheck-am:
 
 maintainer-clean: maintainer-clean-recursive
+	-rm -f Makefile
+maintainer-clean-am: distclean-am maintainer-clean-generic
+
+mostlyclean: mostlyclean-recursive
+
+mostlyclean-am: mostlyclean-compile mostlyclean-generic \
+	mostlyclean-libtool
+
+pdf: pdf-recursive
+
+pdf-am:
 
-.PHONY: mostlyclean-wpexecbinPROGRAMS distclean-wpexecbinPROGRAMS \
-clean-wpexecbinPROGRAMS maintainer-clean-wpexecbinPROGRAMS \
-uninstall-wpexecbinPROGRAMS install-wpexecbinPROGRAMS \
-mostlyclean-compile distclean-compile clean-compile \
-maintainer-clean-compile mostlyclean-libtool distclean-libtool \
-clean-libtool maintainer-clean-libtool uninstall-wpdataDATA \
-install-wpdataDATA install-data-recursive uninstall-data-recursive \
-install-exec-recursive uninstall-exec-recursive installdirs-recursive \
-uninstalldirs-recursive all-recursive check-recursive \
-installcheck-recursive info-recursive dvi-recursive \
-mostlyclean-recursive distclean-recursive clean-recursive \
-maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
-distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
-dvi-am dvi check check-am installcheck-am installcheck install-exec-am \
-install-exec install-data-am install-data install-am install \
-uninstall-am uninstall all-redirect all-am all installdirs-am \
-installdirs mostlyclean-generic distclean-generic clean-generic \
-maintainer-clean-generic clean mostlyclean distclean maintainer-clean
+ps: ps-recursive
 
+ps-am:
+
+uninstall-am: uninstall-info-am uninstall-wpdataDATA \
+	uninstall-wpexecbinPROGRAMS
+
+uninstall-info: uninstall-info-recursive
+
+.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am \
+	clean clean-generic clean-libtool clean-recursive \
+	clean-wpexecbinPROGRAMS ctags ctags-recursive distclean \
+	distclean-compile distclean-generic distclean-libtool \
+	distclean-recursive distclean-tags distdir dvi dvi-am html \
+	html-am info info-am install install-am install-data \
+	install-data-am install-exec install-exec-am install-info \
+	install-info-am install-man install-strip install-wpdataDATA \
+	install-wpexecbinPROGRAMS installcheck installcheck-am \
+	installdirs installdirs-am maintainer-clean \
+	maintainer-clean-generic maintainer-clean-recursive \
+	mostlyclean mostlyclean-compile mostlyclean-generic \
+	mostlyclean-libtool mostlyclean-recursive pdf pdf-am ps ps-am \
+	tags tags-recursive uninstall uninstall-am uninstall-info-am \
+	uninstall-wpdataDATA uninstall-wpexecbinPROGRAMS
 
 # 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.
--- wmaker-0.92.0.orig/WPrefs.app/Paths.c
+++ wmaker-0.92.0/WPrefs.app/Paths.c
@@ -85,11 +85,12 @@
             wwarning(_("bad value in option IconPath. Using default path list"));
         addPathToList(panel->icoL, -1, "~/pixmaps");
         addPathToList(panel->icoL, -1, "~/GNUstep/Library/Icons");
-        addPathToList(panel->icoL, -1, "/usr/include/X11/pixmaps");
         addPathToList(panel->icoL, -1, "/usr/local/share/WindowMaker/Icons");
-        addPathToList(panel->icoL, -1, "/usr/local/share/WindowMaker/Pixmaps");
         addPathToList(panel->icoL, -1, "/usr/share/WindowMaker/Icons");
-    } else {
+        addPathToList(panel->icoL, -1, "/usr/local/share/icons");
+        addPathToList(panel->icoL, -1, "/usr/share/icons");
+        addPathToList(panel->icoL, -1, "/usr/X11R6/include/X11/pixmaps");
+} else {
         for (i=0; i<WMGetPropListItemCount(array); i++) {
             val = WMGetFromPLArray(array, i);
             addPathToList(panel->icoL, -1, WMGetFromPLString(val));
@@ -103,6 +104,10 @@
         addPathToList(panel->pixL, -1, "~/pixmaps");
         addPathToList(panel->pixL, -1, "~/GNUstep/Library/WindowMaker/Pixmaps");
         addPathToList(panel->pixL, -1, "/usr/local/share/WindowMaker/Pixmaps");
+        addPathToList(panel->pixL, -1, "/usr/share/WindowMaker/Pixmaps");
+        addPathToList(panel->pixL, -1, "/usr/local/share/pixmaps");
+        addPathToList(panel->pixL, -1, "/usr/share/pixmaps");
+        addPathToList(panel->pixL, -1, "/usr/X11R6/include/X11/pixmaps");
     } else {
         for (i=0; i<WMGetPropListItemCount(array); i++) {
             val = WMGetFromPLArray(array, i);
--- wmaker-0.92.0.orig/WPrefs.app/xpm/Makefile.in
+++ wmaker-0.92.0/WPrefs.app/xpm/Makefile.in
@@ -1,6 +1,8 @@
-# Makefile.in generated automatically by automake 1.4-p6 from Makefile.am
+# Makefile.in generated by automake 1.9.6 from Makefile.am.
+# @configure_input@
 
-# Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc.
+# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
+# 2003, 2004, 2005  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.
@@ -10,91 +12,118 @@
 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
 # PARTICULAR PURPOSE.
 
-
-SHELL = @SHELL@
+@SET_MAKE@
 
 srcdir = @srcdir@
 top_srcdir = @top_srcdir@
 VPATH = @srcdir@
-prefix = @prefix@
-exec_prefix = @exec_prefix@
-
-bindir = @bindir@
-sbindir = @sbindir@
-libexecdir = @libexecdir@
-datadir = @datadir@
-sysconfdir = @sysconfdir@
-sharedstatedir = @sharedstatedir@
-localstatedir = @localstatedir@
-libdir = @libdir@
-infodir = @infodir@
-mandir = @mandir@
-includedir = @includedir@
-oldincludedir = /usr/include
-
-DESTDIR =
-
 pkgdatadir = $(datadir)/@PACKAGE@
 pkglibdir = $(libdir)/@PACKAGE@
 pkgincludedir = $(includedir)/@PACKAGE@
-
 top_builddir = ../..
-
-ACLOCAL = @ACLOCAL@
-AUTOCONF = @AUTOCONF@
-AUTOMAKE = @AUTOMAKE@
-AUTOHEADER = @AUTOHEADER@
-
+am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 INSTALL = @INSTALL@
-INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
-INSTALL_DATA = @INSTALL_DATA@
-INSTALL_SCRIPT = @INSTALL_SCRIPT@
-transform = @program_transform_name@
-
+install_sh_DATA = $(install_sh) -c -m 644
+install_sh_PROGRAM = $(install_sh) -c
+install_sh_SCRIPT = $(install_sh) -c
+INSTALL_HEADER = $(INSTALL_DATA)
+transform = $(program_transform_name)
 NORMAL_INSTALL = :
 PRE_INSTALL = :
 POST_INSTALL = :
 NORMAL_UNINSTALL = :
 PRE_UNINSTALL = :
 POST_UNINSTALL = :
-host_alias = @host_alias@
+build_triplet = @build@
 host_triplet = @host@
+subdir = WPrefs.app/xpm
+DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
+ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
+am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
+	$(top_srcdir)/configure.ac
+am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
+	$(ACLOCAL_M4)
+mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
+CONFIG_HEADER = $(top_builddir)/src/config.h
+CONFIG_CLEAN_FILES =
+SOURCES =
+DIST_SOURCES =
+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|^.*/||'`;
+am__installdirs = "$(DESTDIR)$(xpmdatadir)"
+xpmdataDATA_INSTALL = $(INSTALL_DATA)
+DATA = $(xpmdata_DATA)
+DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+ACLOCAL = @ACLOCAL@
+ALLOCA = @ALLOCA@
+AMDEP_FALSE = @AMDEP_FALSE@
+AMDEP_TRUE = @AMDEP_TRUE@
+AMTAR = @AMTAR@
 AR = @AR@
-AS = @AS@
+AUTOCONF = @AUTOCONF@
+AUTOHEADER = @AUTOHEADER@
+AUTOMAKE = @AUTOMAKE@
+AWK = @AWK@
 CC = @CC@
+CCDEPMODE = @CCDEPMODE@
+CFLAGS = @CFLAGS@
+CPP = @CPP@
+CPPFLAGS = @CPPFLAGS@
 CPP_PATH = @CPP_PATH@
 CXX = @CXX@
 CXXCPP = @CXXCPP@
+CXXDEPMODE = @CXXDEPMODE@
+CXXFLAGS = @CXXFLAGS@
+CYGPATH_W = @CYGPATH_W@
+DEFS = @DEFS@
+DEPDIR = @DEPDIR@
 DLLIBS = @DLLIBS@
-DLLTOOL = @DLLTOOL@
 ECHO = @ECHO@
+ECHO_C = @ECHO_C@
+ECHO_N = @ECHO_N@
+ECHO_T = @ECHO_T@
 EGREP = @EGREP@
 EXEEXT = @EXEEXT@
 F77 = @F77@
-GCJ = @GCJ@
-GCJFLAGS = @GCJFLAGS@
+FFLAGS = @FFLAGS@
 GFXLIBS = @GFXLIBS@
-HAVE_LIB = @HAVE_LIB@
+GREP = @GREP@
 HEADER_SEARCH_PATH = @HEADER_SEARCH_PATH@
 ICONEXT = @ICONEXT@
+INSTALL_DATA = @INSTALL_DATA@
+INSTALL_PROGRAM = @INSTALL_PROGRAM@
+INSTALL_SCRIPT = @INSTALL_SCRIPT@
+INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 INTLIBS = @INTLIBS@
-LIB = @LIB@
+LDFLAGS = @LDFLAGS@
+LIBOBJS = @LIBOBJS@
 LIBRARY_SEARCH_PATH = @LIBRARY_SEARCH_PATH@
+LIBS = @LIBS@
 LIBTOOL = @LIBTOOL@
 LITE = @LITE@
 LN_S = @LN_S@
-LTLIB = @LTLIB@
+LTLIBOBJS = @LTLIBOBJS@
 MAKEINFO = @MAKEINFO@
 MOFILES = @MOFILES@
 NETLIBS = @NETLIBS@
 NLSDIR = @NLSDIR@
 NOSTRICTALIASING = @NOSTRICTALIASING@
-OBJDUMP = @OBJDUMP@
 OBJEXT = @OBJEXT@
 PACKAGE = @PACKAGE@
+PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
+PACKAGE_NAME = @PACKAGE_NAME@
+PACKAGE_STRING = @PACKAGE_STRING@
+PACKAGE_TARNAME = @PACKAGE_TARNAME@
+PACKAGE_VERSION = @PACKAGE_VERSION@
+PATH_SEPARATOR = @PATH_SEPARATOR@
 PKGCONFIG = @PKGCONFIG@
 RANLIB = @RANLIB@
-RC = @RC@
+SET_MAKE = @SET_MAKE@
+SHELL = @SHELL@
 STRIP = @STRIP@
 VERSION = @VERSION@
 WINGSMOFILES = @WINGSMOFILES@
@@ -106,148 +135,317 @@
 XGETTEXT = @XGETTEXT@
 XLFLAGS = @XLFLAGS@
 XLIBS = @XLIBS@
+XMKMF = @XMKMF@
+X_CFLAGS = @X_CFLAGS@
 X_EXTRA_LIBS = @X_EXTRA_LIBS@
 X_LIBRARY_PATH = @X_LIBRARY_PATH@
+X_LIBS = @X_LIBS@
+X_PRE_LIBS = @X_PRE_LIBS@
+ac_ct_CC = @ac_ct_CC@
+ac_ct_CXX = @ac_ct_CXX@
+ac_ct_F77 = @ac_ct_F77@
+am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
+am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
+am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
+am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+am__include = @am__include@
+am__leading_dot = @am__leading_dot@
+am__quote = @am__quote@
+am__tar = @am__tar@
+am__untar = @am__untar@
+bindir = @bindir@
+build = @build@
+build_alias = @build_alias@
+build_cpu = @build_cpu@
+build_os = @build_os@
+build_vendor = @build_vendor@
+datadir = @datadir@
+datarootdir = @datarootdir@
+docdir = @docdir@
+dvidir = @dvidir@
+exec_prefix = @exec_prefix@
+host = @host@
+host_alias = @host_alias@
+host_cpu = @host_cpu@
+host_os = @host_os@
+host_vendor = @host_vendor@
+htmldir = @htmldir@
+includedir = @includedir@
+infodir = @infodir@
+install_sh = @install_sh@
+libdir = @libdir@
+libexecdir = @libexecdir@
+localedir = @localedir@
+localstatedir = @localstatedir@
+mandir = @mandir@
+mkdir_p = @mkdir_p@
+oldincludedir = @oldincludedir@
+pdfdir = @pdfdir@
+prefix = @prefix@
+program_transform_name = @program_transform_name@
+psdir = @psdir@
+sbindir = @sbindir@
+sharedstatedir = @sharedstatedir@
 supported_locales = @supported_locales@
+sysconfdir = @sysconfdir@
+target_alias = @target_alias@
 wprefs_bindir = @wprefs_bindir@
 wprefs_datadir = @wprefs_datadir@
-
 xpmdatadir = $(wprefs_datadir)/xpm
-
-EXTRA_DIST =  	advancetonewworkspace.xpm 	animations.xpm 	appearance.xpm 	clip.xpm 	configs.xpm 	cycleworkspaces.xpm 	dock.xpm 	dontlinkworkspaces.xpm 	ergonomic.xpm 	expert.xpm 	fonts.xpm 	iconprefs.xpm 	keyboard.xpm 	keyboardprefs.xpm 	keyshortcuts.xpm 	menualign1.xpm 	menualign2.xpm 	menuprefs.xpm 	menus.xpm 	moreanim.xpm 	mousesettings.xpm 	mousespeed.xpm 	msty1.xpm 	msty2.xpm 	msty3.xpm 	newstyle.xpm 	nonopaque.xpm 	oldstyle.xpm 	opaque.xpm 	paths.xpm 	smooth.xpm 	sound.xpm 	speed0.xpm 	speed0s.xpm 	speed1.xpm 	speed1s.xpm 	speed2.xpm 	speed2s.xpm 	speed3.xpm 	speed3s.xpm 	speed4.xpm 	speed4s.xpm 	tdel.xpm 	tedit.xpm 	textr.xpm 	theme.xpm 	timer0.xpm 	timer0s.xpm 	timer1.xpm 	timer1s.xpm 	timer2.xpm 	timer2s.xpm 	timer3.xpm 	timer3s.xpm 	timer4.xpm 	timer4s.xpm 	timer5.xpm 	timer5s.xpm 	tnew.xpm 	whandling.xpm 	windowfocus.xpm 	workspace.xpm 	workspacename.xpm 	xis.xpm 
-
+EXTRA_DIST = \
+	advancetonewworkspace.xpm \
+	animations.xpm \
+	appearance.xpm \
+	clip.xpm \
+	configs.xpm \
+	cycleworkspaces.xpm \
+	dock.xpm \
+	dontlinkworkspaces.xpm \
+	ergonomic.xpm \
+	expert.xpm \
+	fonts.xpm \
+	iconprefs.xpm \
+	keyboard.xpm \
+	keyboardprefs.xpm \
+	keyshortcuts.xpm \
+	menualign1.xpm \
+	menualign2.xpm \
+	menuprefs.xpm \
+	menus.xpm \
+	moreanim.xpm \
+	mousesettings.xpm \
+	mousespeed.xpm \
+	msty1.xpm \
+	msty2.xpm \
+	msty3.xpm \
+	newstyle.xpm \
+	nonopaque.xpm \
+	oldstyle.xpm \
+	opaque.xpm \
+	paths.xpm \
+	smooth.xpm \
+	sound.xpm \
+	speed0.xpm \
+	speed0s.xpm \
+	speed1.xpm \
+	speed1s.xpm \
+	speed2.xpm \
+	speed2s.xpm \
+	speed3.xpm \
+	speed3s.xpm \
+	speed4.xpm \
+	speed4s.xpm \
+	tdel.xpm \
+	tedit.xpm \
+	textr.xpm \
+	theme.xpm \
+	timer0.xpm \
+	timer0s.xpm \
+	timer1.xpm \
+	timer1s.xpm \
+	timer2.xpm \
+	timer2s.xpm \
+	timer3.xpm \
+	timer3s.xpm \
+	timer4.xpm \
+	timer4s.xpm \
+	timer5.xpm \
+	timer5s.xpm \
+	tnew.xpm \
+	whandling.xpm \
+	windowfocus.xpm \
+	workspace.xpm \
+	workspacename.xpm \
+	xis.xpm 
 
 XPM_FILES = 
-
 xpmdata_DATA = $(XPM_FILES)
-mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
-CONFIG_HEADER = ../../src/config.h
-CONFIG_CLEAN_FILES = 
-DATA =  $(xpmdata_DATA)
-
-DIST_COMMON =  Makefile.am Makefile.in
+all: all-am
 
-
-DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
-
-TAR = tar
-GZIP_ENV = --best
-all: all-redirect
 .SUFFIXES:
-$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.ac $(ACLOCAL_M4) 
-	cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps WPrefs.app/xpm/Makefile
+$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
+	@for dep in $?; do \
+	  case '$(am__configure_deps)' in \
+	    *$$dep*) \
+	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
+		&& exit 0; \
+	      exit 1;; \
+	  esac; \
+	done; \
+	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  WPrefs.app/xpm/Makefile'; \
+	cd $(top_srcdir) && \
+	  $(AUTOMAKE) --gnu  WPrefs.app/xpm/Makefile
+.PRECIOUS: Makefile
+Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
+	@case '$?' in \
+	  *config.status*) \
+	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
+	  *) \
+	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
+	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
+	esac;
+
+$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
+	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+
+$(top_srcdir)/configure:  $(am__configure_deps)
+	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
+	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
-Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
-	cd $(top_builddir) \
-	  && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
+mostlyclean-libtool:
+	-rm -f *.lo
 
+clean-libtool:
+	-rm -rf .libs _libs
 
+distclean-libtool:
+	-rm -f libtool
+uninstall-info-am:
 install-xpmdataDATA: $(xpmdata_DATA)
 	@$(NORMAL_INSTALL)
-	$(mkinstalldirs) $(DESTDIR)$(xpmdatadir)
+	test -z "$(xpmdatadir)" || $(mkdir_p) "$(DESTDIR)$(xpmdatadir)"
 	@list='$(xpmdata_DATA)'; for p in $$list; do \
-	  if test -f $(srcdir)/$$p; then \
-	    echo " $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(xpmdatadir)/$$p"; \
-	    $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(xpmdatadir)/$$p; \
-	  else if test -f $$p; then \
-	    echo " $(INSTALL_DATA) $$p $(DESTDIR)$(xpmdatadir)/$$p"; \
-	    $(INSTALL_DATA) $$p $(DESTDIR)$(xpmdatadir)/$$p; \
-	  fi; fi; \
+	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+	  f=$(am__strip_dir) \
+	  echo " $(xpmdataDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(xpmdatadir)/$$f'"; \
+	  $(xpmdataDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(xpmdatadir)/$$f"; \
 	done
 
 uninstall-xpmdataDATA:
 	@$(NORMAL_UNINSTALL)
-	list='$(xpmdata_DATA)'; for p in $$list; do \
-	  rm -f $(DESTDIR)$(xpmdatadir)/$$p; \
+	@list='$(xpmdata_DATA)'; for p in $$list; do \
+	  f=$(am__strip_dir) \
+	  echo " rm -f '$(DESTDIR)$(xpmdatadir)/$$f'"; \
+	  rm -f "$(DESTDIR)$(xpmdatadir)/$$f"; \
 	done
 tags: TAGS
 TAGS:
 
+ctags: CTAGS
+CTAGS:
 
-distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
-
-subdir = WPrefs.app/xpm
 
 distdir: $(DISTFILES)
-	@for file in $(DISTFILES); do \
-	  d=$(srcdir); \
+	@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; \
+	  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 \
-	    cp -pr $$d/$$file $(distdir)/$$file; \
+	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
+	      cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
+	    fi; \
+	    cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 	  else \
 	    test -f $(distdir)/$$file \
-	    || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
-	    || cp -p $$d/$$file $(distdir)/$$file || :; \
+	    || cp -p $$d/$$file $(distdir)/$$file \
+	    || exit 1; \
 	  fi; \
 	done
-info-am:
-info: info-am
-dvi-am:
-dvi: dvi-am
 check-am: all-am
 check: check-am
-installcheck-am:
-installcheck: installcheck-am
-install-exec-am:
+all-am: Makefile $(DATA)
+installdirs:
+	for dir in "$(DESTDIR)$(xpmdatadir)"; do \
+	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
+	done
+install: install-am
 install-exec: install-exec-am
-
-install-data-am: install-xpmdataDATA install-data-local
 install-data: install-data-am
+uninstall: uninstall-am
 
 install-am: all-am
 	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
-install: install-am
-uninstall-am: uninstall-xpmdataDATA
-uninstall: uninstall-am
-all-am: Makefile $(DATA)
-all-redirect: all-am
-install-strip:
-	$(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
-installdirs:
-	$(mkinstalldirs)  $(DESTDIR)$(xpmdatadir)
-
 
+installcheck: installcheck-am
+install-strip:
+	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+	  `test -z '$(STRIP)' || \
+	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 mostlyclean-generic:
 
 clean-generic:
 
 distclean-generic:
-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
-	-rm -f config.cache config.log stamp-h stamp-h[0-9]*
+	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
 maintainer-clean-generic:
-mostlyclean-am:  mostlyclean-generic
+	@echo "This command is intended for maintainers to use"
+	@echo "it deletes files that may require special tools to rebuild."
+clean: clean-am
 
-mostlyclean: mostlyclean-am
+clean-am: clean-generic clean-libtool mostlyclean-am
 
-clean-am:  clean-generic mostlyclean-am
+distclean: distclean-am
+	-rm -f Makefile
+distclean-am: clean-am distclean-generic distclean-libtool
 
-clean: clean-am
+dvi: dvi-am
 
-distclean-am:  distclean-generic clean-am
-	-rm -f libtool
+dvi-am:
 
-distclean: distclean-am
+html: html-am
 
-maintainer-clean-am:  maintainer-clean-generic distclean-am
-	@echo "This command is intended for maintainers to use;"
-	@echo "it deletes files that may require special tools to rebuild."
+info: info-am
+
+info-am:
+
+install-data-am: install-data-local install-xpmdataDATA
+
+install-exec-am:
+
+install-info: install-info-am
+
+install-man:
+
+installcheck-am:
 
 maintainer-clean: maintainer-clean-am
+	-rm -f Makefile
+maintainer-clean-am: distclean-am maintainer-clean-generic
+
+mostlyclean: mostlyclean-am
 
-.PHONY: uninstall-xpmdataDATA install-xpmdataDATA tags distdir info-am \
-info dvi-am dvi check check-am installcheck-am installcheck \
-install-exec-am install-exec install-data-local install-data-am \
-install-data install-am install uninstall-am uninstall all-redirect \
-all-am all installdirs mostlyclean-generic distclean-generic \
-clean-generic maintainer-clean-generic clean mostlyclean distclean \
-maintainer-clean
+mostlyclean-am: mostlyclean-generic mostlyclean-libtool
+
+pdf: pdf-am
+
+pdf-am:
+
+ps: ps-am
+
+ps-am:
+
+uninstall-am: uninstall-info-am uninstall-xpmdataDATA
+
+.PHONY: all all-am check check-am clean clean-generic clean-libtool \
+	distclean distclean-generic distclean-libtool distdir dvi \
+	dvi-am html html-am info info-am install install-am \
+	install-data install-data-am install-data-local install-exec \
+	install-exec-am install-info install-info-am install-man \
+	install-strip install-xpmdataDATA installcheck installcheck-am \
+	installdirs maintainer-clean maintainer-clean-generic \
+	mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
+	ps ps-am uninstall uninstall-am uninstall-info-am \
+	uninstall-xpmdataDATA
 
 
 install-data-local:
 	if [ @ICONEXT@ = "xpm" -a x"$(XPM_FILES)" = "x" ] ; then\
 		$(MAKE) install-data XPM_FILES="$(EXTRA_DIST)";\
 	fi
-
 # 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:
--- wmaker-0.92.0.orig/WPrefs.app/tiff/Makefile.in
+++ wmaker-0.92.0/WPrefs.app/tiff/Makefile.in
@@ -1,6 +1,8 @@
-# Makefile.in generated automatically by automake 1.4-p6 from Makefile.am
+# Makefile.in generated by automake 1.9.6 from Makefile.am.
+# @configure_input@
 
-# Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc.
+# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
+# 2003, 2004, 2005  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.
@@ -10,91 +12,118 @@
 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
 # PARTICULAR PURPOSE.
 
-
-SHELL = @SHELL@
+@SET_MAKE@
 
 srcdir = @srcdir@
 top_srcdir = @top_srcdir@
 VPATH = @srcdir@
-prefix = @prefix@
-exec_prefix = @exec_prefix@
-
-bindir = @bindir@
-sbindir = @sbindir@
-libexecdir = @libexecdir@
-datadir = @datadir@
-sysconfdir = @sysconfdir@
-sharedstatedir = @sharedstatedir@
-localstatedir = @localstatedir@
-libdir = @libdir@
-infodir = @infodir@
-mandir = @mandir@
-includedir = @includedir@
-oldincludedir = /usr/include
-
-DESTDIR =
-
 pkgdatadir = $(datadir)/@PACKAGE@
 pkglibdir = $(libdir)/@PACKAGE@
 pkgincludedir = $(includedir)/@PACKAGE@
-
 top_builddir = ../..
-
-ACLOCAL = @ACLOCAL@
-AUTOCONF = @AUTOCONF@
-AUTOMAKE = @AUTOMAKE@
-AUTOHEADER = @AUTOHEADER@
-
+am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 INSTALL = @INSTALL@
-INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
-INSTALL_DATA = @INSTALL_DATA@
-INSTALL_SCRIPT = @INSTALL_SCRIPT@
-transform = @program_transform_name@
-
+install_sh_DATA = $(install_sh) -c -m 644
+install_sh_PROGRAM = $(install_sh) -c
+install_sh_SCRIPT = $(install_sh) -c
+INSTALL_HEADER = $(INSTALL_DATA)
+transform = $(program_transform_name)
 NORMAL_INSTALL = :
 PRE_INSTALL = :
 POST_INSTALL = :
 NORMAL_UNINSTALL = :
 PRE_UNINSTALL = :
 POST_UNINSTALL = :
-host_alias = @host_alias@
+build_triplet = @build@
 host_triplet = @host@
+subdir = WPrefs.app/tiff
+DIST_COMMON = README $(srcdir)/Makefile.am $(srcdir)/Makefile.in
+ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
+am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
+	$(top_srcdir)/configure.ac
+am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
+	$(ACLOCAL_M4)
+mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
+CONFIG_HEADER = $(top_builddir)/src/config.h
+CONFIG_CLEAN_FILES =
+SOURCES =
+DIST_SOURCES =
+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|^.*/||'`;
+am__installdirs = "$(DESTDIR)$(tiffdatadir)"
+tiffdataDATA_INSTALL = $(INSTALL_DATA)
+DATA = $(tiffdata_DATA)
+DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+ACLOCAL = @ACLOCAL@
+ALLOCA = @ALLOCA@
+AMDEP_FALSE = @AMDEP_FALSE@
+AMDEP_TRUE = @AMDEP_TRUE@
+AMTAR = @AMTAR@
 AR = @AR@
-AS = @AS@
+AUTOCONF = @AUTOCONF@
+AUTOHEADER = @AUTOHEADER@
+AUTOMAKE = @AUTOMAKE@
+AWK = @AWK@
 CC = @CC@
+CCDEPMODE = @CCDEPMODE@
+CFLAGS = @CFLAGS@
+CPP = @CPP@
+CPPFLAGS = @CPPFLAGS@
 CPP_PATH = @CPP_PATH@
 CXX = @CXX@
 CXXCPP = @CXXCPP@
+CXXDEPMODE = @CXXDEPMODE@
+CXXFLAGS = @CXXFLAGS@
+CYGPATH_W = @CYGPATH_W@
+DEFS = @DEFS@
+DEPDIR = @DEPDIR@
 DLLIBS = @DLLIBS@
-DLLTOOL = @DLLTOOL@
 ECHO = @ECHO@
+ECHO_C = @ECHO_C@
+ECHO_N = @ECHO_N@
+ECHO_T = @ECHO_T@
 EGREP = @EGREP@
 EXEEXT = @EXEEXT@
 F77 = @F77@
-GCJ = @GCJ@
-GCJFLAGS = @GCJFLAGS@
+FFLAGS = @FFLAGS@
 GFXLIBS = @GFXLIBS@
-HAVE_LIB = @HAVE_LIB@
+GREP = @GREP@
 HEADER_SEARCH_PATH = @HEADER_SEARCH_PATH@
 ICONEXT = @ICONEXT@
+INSTALL_DATA = @INSTALL_DATA@
+INSTALL_PROGRAM = @INSTALL_PROGRAM@
+INSTALL_SCRIPT = @INSTALL_SCRIPT@
+INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 INTLIBS = @INTLIBS@
-LIB = @LIB@
+LDFLAGS = @LDFLAGS@
+LIBOBJS = @LIBOBJS@
 LIBRARY_SEARCH_PATH = @LIBRARY_SEARCH_PATH@
+LIBS = @LIBS@
 LIBTOOL = @LIBTOOL@
 LITE = @LITE@
 LN_S = @LN_S@
-LTLIB = @LTLIB@
+LTLIBOBJS = @LTLIBOBJS@
 MAKEINFO = @MAKEINFO@
 MOFILES = @MOFILES@
 NETLIBS = @NETLIBS@
 NLSDIR = @NLSDIR@
 NOSTRICTALIASING = @NOSTRICTALIASING@
-OBJDUMP = @OBJDUMP@
 OBJEXT = @OBJEXT@
 PACKAGE = @PACKAGE@
+PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
+PACKAGE_NAME = @PACKAGE_NAME@
+PACKAGE_STRING = @PACKAGE_STRING@
+PACKAGE_TARNAME = @PACKAGE_TARNAME@
+PACKAGE_VERSION = @PACKAGE_VERSION@
+PATH_SEPARATOR = @PATH_SEPARATOR@
 PKGCONFIG = @PKGCONFIG@
 RANLIB = @RANLIB@
-RC = @RC@
+SET_MAKE = @SET_MAKE@
+SHELL = @SHELL@
 STRIP = @STRIP@
 VERSION = @VERSION@
 WINGSMOFILES = @WINGSMOFILES@
@@ -106,148 +135,317 @@
 XGETTEXT = @XGETTEXT@
 XLFLAGS = @XLFLAGS@
 XLIBS = @XLIBS@
+XMKMF = @XMKMF@
+X_CFLAGS = @X_CFLAGS@
 X_EXTRA_LIBS = @X_EXTRA_LIBS@
 X_LIBRARY_PATH = @X_LIBRARY_PATH@
+X_LIBS = @X_LIBS@
+X_PRE_LIBS = @X_PRE_LIBS@
+ac_ct_CC = @ac_ct_CC@
+ac_ct_CXX = @ac_ct_CXX@
+ac_ct_F77 = @ac_ct_F77@
+am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
+am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
+am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
+am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+am__include = @am__include@
+am__leading_dot = @am__leading_dot@
+am__quote = @am__quote@
+am__tar = @am__tar@
+am__untar = @am__untar@
+bindir = @bindir@
+build = @build@
+build_alias = @build_alias@
+build_cpu = @build_cpu@
+build_os = @build_os@
+build_vendor = @build_vendor@
+datadir = @datadir@
+datarootdir = @datarootdir@
+docdir = @docdir@
+dvidir = @dvidir@
+exec_prefix = @exec_prefix@
+host = @host@
+host_alias = @host_alias@
+host_cpu = @host_cpu@
+host_os = @host_os@
+host_vendor = @host_vendor@
+htmldir = @htmldir@
+includedir = @includedir@
+infodir = @infodir@
+install_sh = @install_sh@
+libdir = @libdir@
+libexecdir = @libexecdir@
+localedir = @localedir@
+localstatedir = @localstatedir@
+mandir = @mandir@
+mkdir_p = @mkdir_p@
+oldincludedir = @oldincludedir@
+pdfdir = @pdfdir@
+prefix = @prefix@
+program_transform_name = @program_transform_name@
+psdir = @psdir@
+sbindir = @sbindir@
+sharedstatedir = @sharedstatedir@
 supported_locales = @supported_locales@
+sysconfdir = @sysconfdir@
+target_alias = @target_alias@
 wprefs_bindir = @wprefs_bindir@
 wprefs_datadir = @wprefs_datadir@
-
 tiffdatadir = $(wprefs_datadir)/tiff
-
-EXTRA_DIST =  	advancetonewworkspace.tiff 	animations.tiff 	appearance.tiff 	clip.tiff 	configs.tiff 	cycleworkspaces.tiff 	dock.tiff 	dontlinkworkspaces.tiff 	ergonomic.tiff 	expert.tiff 	fonts.tiff 	iconprefs.tiff 	keyboard.tiff 	keyboardprefs.tiff 	keyshortcuts.tiff 	menualign1.tiff 	menualign2.tiff 	menuprefs.tiff 	menus.tiff 	moreanim.tiff 	mousesettings.tiff 	mousespeed.tiff 	msty1.tiff 	msty2.tiff 	msty3.tiff 	newstyle.tiff 	nonopaque.tiff 	oldstyle.tiff 	opaque.tiff 	paths.tiff 	smooth.tiff 	sound.tiff 	speed0.tiff 	speed0s.tiff 	speed1.tiff 	speed1s.tiff 	speed2.tiff 	speed2s.tiff 	speed3.tiff 	speed3s.tiff 	speed4.tiff 	speed4s.tiff 	tdel.tiff 	tedit.tiff 	textr.tiff 	theme.tiff 	timer0.tiff 	timer0s.tiff 	timer1.tiff 	timer1s.tiff 	timer2.tiff 	timer2s.tiff 	timer3.tiff 	timer3s.tiff 	timer4.tiff 	timer4s.tiff 	timer5.tiff 	timer5s.tiff 	tnew.tiff 	whandling.tiff 	windowfocus.tiff 	workspace.tiff 	workspacename.tiff 	xis.tiff 
-
+EXTRA_DIST = \
+	advancetonewworkspace.tiff \
+	animations.tiff \
+	appearance.tiff \
+	clip.tiff \
+	configs.tiff \
+	cycleworkspaces.tiff \
+	dock.tiff \
+	dontlinkworkspaces.tiff \
+	ergonomic.tiff \
+	expert.tiff \
+	fonts.tiff \
+	iconprefs.tiff \
+	keyboard.tiff \
+	keyboardprefs.tiff \
+	keyshortcuts.tiff \
+	menualign1.tiff \
+	menualign2.tiff \
+	menuprefs.tiff \
+	menus.tiff \
+	moreanim.tiff \
+	mousesettings.tiff \
+	mousespeed.tiff \
+	msty1.tiff \
+	msty2.tiff \
+	msty3.tiff \
+	newstyle.tiff \
+	nonopaque.tiff \
+	oldstyle.tiff \
+	opaque.tiff \
+	paths.tiff \
+	smooth.tiff \
+	sound.tiff \
+	speed0.tiff \
+	speed0s.tiff \
+	speed1.tiff \
+	speed1s.tiff \
+	speed2.tiff \
+	speed2s.tiff \
+	speed3.tiff \
+	speed3s.tiff \
+	speed4.tiff \
+	speed4s.tiff \
+	tdel.tiff \
+	tedit.tiff \
+	textr.tiff \
+	theme.tiff \
+	timer0.tiff \
+	timer0s.tiff \
+	timer1.tiff \
+	timer1s.tiff \
+	timer2.tiff \
+	timer2s.tiff \
+	timer3.tiff \
+	timer3s.tiff \
+	timer4.tiff \
+	timer4s.tiff \
+	timer5.tiff \
+	timer5s.tiff \
+	tnew.tiff \
+	whandling.tiff \
+	windowfocus.tiff \
+	workspace.tiff \
+	workspacename.tiff \
+	xis.tiff 
 
 TIFF_FILES = 
-
 tiffdata_DATA = $(TIFF_FILES)
-mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
-CONFIG_HEADER = ../../src/config.h
-CONFIG_CLEAN_FILES = 
-DATA =  $(tiffdata_DATA)
-
-DIST_COMMON =  README Makefile.am Makefile.in
+all: all-am
 
-
-DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
-
-TAR = tar
-GZIP_ENV = --best
-all: all-redirect
 .SUFFIXES:
-$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.ac $(ACLOCAL_M4) 
-	cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps WPrefs.app/tiff/Makefile
+$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
+	@for dep in $?; do \
+	  case '$(am__configure_deps)' in \
+	    *$$dep*) \
+	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
+		&& exit 0; \
+	      exit 1;; \
+	  esac; \
+	done; \
+	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  WPrefs.app/tiff/Makefile'; \
+	cd $(top_srcdir) && \
+	  $(AUTOMAKE) --gnu  WPrefs.app/tiff/Makefile
+.PRECIOUS: Makefile
+Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
+	@case '$?' in \
+	  *config.status*) \
+	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
+	  *) \
+	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
+	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
+	esac;
+
+$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
+	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+
+$(top_srcdir)/configure:  $(am__configure_deps)
+	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
+	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
-Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
-	cd $(top_builddir) \
-	  && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
+mostlyclean-libtool:
+	-rm -f *.lo
 
+clean-libtool:
+	-rm -rf .libs _libs
 
+distclean-libtool:
+	-rm -f libtool
+uninstall-info-am:
 install-tiffdataDATA: $(tiffdata_DATA)
 	@$(NORMAL_INSTALL)
-	$(mkinstalldirs) $(DESTDIR)$(tiffdatadir)
+	test -z "$(tiffdatadir)" || $(mkdir_p) "$(DESTDIR)$(tiffdatadir)"
 	@list='$(tiffdata_DATA)'; for p in $$list; do \
-	  if test -f $(srcdir)/$$p; then \
-	    echo " $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(tiffdatadir)/$$p"; \
-	    $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(tiffdatadir)/$$p; \
-	  else if test -f $$p; then \
-	    echo " $(INSTALL_DATA) $$p $(DESTDIR)$(tiffdatadir)/$$p"; \
-	    $(INSTALL_DATA) $$p $(DESTDIR)$(tiffdatadir)/$$p; \
-	  fi; fi; \
+	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+	  f=$(am__strip_dir) \
+	  echo " $(tiffdataDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(tiffdatadir)/$$f'"; \
+	  $(tiffdataDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(tiffdatadir)/$$f"; \
 	done
 
 uninstall-tiffdataDATA:
 	@$(NORMAL_UNINSTALL)
-	list='$(tiffdata_DATA)'; for p in $$list; do \
-	  rm -f $(DESTDIR)$(tiffdatadir)/$$p; \
+	@list='$(tiffdata_DATA)'; for p in $$list; do \
+	  f=$(am__strip_dir) \
+	  echo " rm -f '$(DESTDIR)$(tiffdatadir)/$$f'"; \
+	  rm -f "$(DESTDIR)$(tiffdatadir)/$$f"; \
 	done
 tags: TAGS
 TAGS:
 
+ctags: CTAGS
+CTAGS:
 
-distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
-
-subdir = WPrefs.app/tiff
 
 distdir: $(DISTFILES)
-	@for file in $(DISTFILES); do \
-	  d=$(srcdir); \
+	@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; \
+	  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 \
-	    cp -pr $$d/$$file $(distdir)/$$file; \
+	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
+	      cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
+	    fi; \
+	    cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 	  else \
 	    test -f $(distdir)/$$file \
-	    || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
-	    || cp -p $$d/$$file $(distdir)/$$file || :; \
+	    || cp -p $$d/$$file $(distdir)/$$file \
+	    || exit 1; \
 	  fi; \
 	done
-info-am:
-info: info-am
-dvi-am:
-dvi: dvi-am
 check-am: all-am
 check: check-am
-installcheck-am:
-installcheck: installcheck-am
-install-exec-am:
+all-am: Makefile $(DATA)
+installdirs:
+	for dir in "$(DESTDIR)$(tiffdatadir)"; do \
+	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
+	done
+install: install-am
 install-exec: install-exec-am
-
-install-data-am: install-tiffdataDATA install-data-local
 install-data: install-data-am
+uninstall: uninstall-am
 
 install-am: all-am
 	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
-install: install-am
-uninstall-am: uninstall-tiffdataDATA
-uninstall: uninstall-am
-all-am: Makefile $(DATA)
-all-redirect: all-am
-install-strip:
-	$(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
-installdirs:
-	$(mkinstalldirs)  $(DESTDIR)$(tiffdatadir)
-
 
+installcheck: installcheck-am
+install-strip:
+	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+	  `test -z '$(STRIP)' || \
+	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 mostlyclean-generic:
 
 clean-generic:
 
 distclean-generic:
-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
-	-rm -f config.cache config.log stamp-h stamp-h[0-9]*
+	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
 maintainer-clean-generic:
-mostlyclean-am:  mostlyclean-generic
+	@echo "This command is intended for maintainers to use"
+	@echo "it deletes files that may require special tools to rebuild."
+clean: clean-am
 
-mostlyclean: mostlyclean-am
+clean-am: clean-generic clean-libtool mostlyclean-am
 
-clean-am:  clean-generic mostlyclean-am
+distclean: distclean-am
+	-rm -f Makefile
+distclean-am: clean-am distclean-generic distclean-libtool
 
-clean: clean-am
+dvi: dvi-am
 
-distclean-am:  distclean-generic clean-am
-	-rm -f libtool
+dvi-am:
 
-distclean: distclean-am
+html: html-am
 
-maintainer-clean-am:  maintainer-clean-generic distclean-am
-	@echo "This command is intended for maintainers to use;"
-	@echo "it deletes files that may require special tools to rebuild."
+info: info-am
+
+info-am:
+
+install-data-am: install-data-local install-tiffdataDATA
+
+install-exec-am:
+
+install-info: install-info-am
+
+install-man:
+
+installcheck-am:
 
 maintainer-clean: maintainer-clean-am
+	-rm -f Makefile
+maintainer-clean-am: distclean-am maintainer-clean-generic
+
+mostlyclean: mostlyclean-am
 
-.PHONY: uninstall-tiffdataDATA install-tiffdataDATA tags distdir info-am \
-info dvi-am dvi check check-am installcheck-am installcheck \
-install-exec-am install-exec install-data-local install-data-am \
-install-data install-am install uninstall-am uninstall all-redirect \
-all-am all installdirs mostlyclean-generic distclean-generic \
-clean-generic maintainer-clean-generic clean mostlyclean distclean \
-maintainer-clean
+mostlyclean-am: mostlyclean-generic mostlyclean-libtool
+
+pdf: pdf-am
+
+pdf-am:
+
+ps: ps-am
+
+ps-am:
+
+uninstall-am: uninstall-info-am uninstall-tiffdataDATA
+
+.PHONY: all all-am check check-am clean clean-generic clean-libtool \
+	distclean distclean-generic distclean-libtool distdir dvi \
+	dvi-am html html-am info info-am install install-am \
+	install-data install-data-am install-data-local install-exec \
+	install-exec-am install-info install-info-am install-man \
+	install-strip install-tiffdataDATA installcheck \
+	installcheck-am installdirs maintainer-clean \
+	maintainer-clean-generic mostlyclean mostlyclean-generic \
+	mostlyclean-libtool pdf pdf-am ps ps-am uninstall uninstall-am \
+	uninstall-info-am uninstall-tiffdataDATA
 
 
 install-data-local:
 	if [ @ICONEXT@ = "tiff" -a x"$(TIFF_FILES)" = "x" ] ; then\
 		$(MAKE) install-data TIFF_FILES="$(EXTRA_DIST)";\
 	fi
-
 # 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:
--- wmaker-0.92.0.orig/WPrefs.app/po/Makefile.in
+++ wmaker-0.92.0/WPrefs.app/po/Makefile.in
@@ -1,6 +1,8 @@
-# Makefile.in generated automatically by automake 1.4-p6 from Makefile.am
+# Makefile.in generated by automake 1.9.6 from Makefile.am.
+# @configure_input@
 
-# Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc.
+# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
+# 2003, 2004, 2005  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.
@@ -10,91 +12,108 @@
 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
 # PARTICULAR PURPOSE.
 
-
-SHELL = @SHELL@
-
+@SET_MAKE@
 srcdir = @srcdir@
 top_srcdir = @top_srcdir@
 VPATH = @srcdir@
-prefix = @prefix@
-exec_prefix = @exec_prefix@
-
-bindir = @bindir@
-sbindir = @sbindir@
-libexecdir = @libexecdir@
-datadir = @datadir@
-sysconfdir = @sysconfdir@
-sharedstatedir = @sharedstatedir@
-localstatedir = @localstatedir@
-libdir = @libdir@
-infodir = @infodir@
-mandir = @mandir@
-includedir = @includedir@
-oldincludedir = /usr/include
-
-DESTDIR =
-
 pkgdatadir = $(datadir)/@PACKAGE@
 pkglibdir = $(libdir)/@PACKAGE@
 pkgincludedir = $(includedir)/@PACKAGE@
-
 top_builddir = ../..
-
-ACLOCAL = @ACLOCAL@
-AUTOCONF = @AUTOCONF@
-AUTOMAKE = @AUTOMAKE@
-AUTOHEADER = @AUTOHEADER@
-
+am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 INSTALL = @INSTALL@
-INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
-INSTALL_DATA = @INSTALL_DATA@
-INSTALL_SCRIPT = @INSTALL_SCRIPT@
-transform = @program_transform_name@
-
+install_sh_DATA = $(install_sh) -c -m 644
+install_sh_PROGRAM = $(install_sh) -c
+install_sh_SCRIPT = $(install_sh) -c
+INSTALL_HEADER = $(INSTALL_DATA)
+transform = $(program_transform_name)
 NORMAL_INSTALL = :
 PRE_INSTALL = :
 POST_INSTALL = :
 NORMAL_UNINSTALL = :
 PRE_UNINSTALL = :
 POST_UNINSTALL = :
-host_alias = @host_alias@
+build_triplet = @build@
 host_triplet = @host@
+subdir = WPrefs.app/po
+DIST_COMMON = README $(srcdir)/Makefile.am $(srcdir)/Makefile.in
+ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
+am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
+	$(top_srcdir)/configure.ac
+am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
+	$(ACLOCAL_M4)
+mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
+CONFIG_HEADER = $(top_builddir)/src/config.h
+CONFIG_CLEAN_FILES =
+SOURCES =
+DIST_SOURCES =
+DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+ACLOCAL = @ACLOCAL@
+ALLOCA = @ALLOCA@
+AMDEP_FALSE = @AMDEP_FALSE@
+AMDEP_TRUE = @AMDEP_TRUE@
+AMTAR = @AMTAR@
 AR = @AR@
-AS = @AS@
+AUTOCONF = @AUTOCONF@
+AUTOHEADER = @AUTOHEADER@
+AUTOMAKE = @AUTOMAKE@
+AWK = @AWK@
 CC = @CC@
+CCDEPMODE = @CCDEPMODE@
+CFLAGS = @CFLAGS@
+CPP = @CPP@
+CPPFLAGS = @CPPFLAGS@
 CPP_PATH = @CPP_PATH@
 CXX = @CXX@
 CXXCPP = @CXXCPP@
+CXXDEPMODE = @CXXDEPMODE@
+CXXFLAGS = @CXXFLAGS@
+CYGPATH_W = @CYGPATH_W@
+DEFS = @DEFS@
+DEPDIR = @DEPDIR@
 DLLIBS = @DLLIBS@
-DLLTOOL = @DLLTOOL@
 ECHO = @ECHO@
+ECHO_C = @ECHO_C@
+ECHO_N = @ECHO_N@
+ECHO_T = @ECHO_T@
 EGREP = @EGREP@
 EXEEXT = @EXEEXT@
 F77 = @F77@
-GCJ = @GCJ@
-GCJFLAGS = @GCJFLAGS@
+FFLAGS = @FFLAGS@
 GFXLIBS = @GFXLIBS@
-HAVE_LIB = @HAVE_LIB@
+GREP = @GREP@
 HEADER_SEARCH_PATH = @HEADER_SEARCH_PATH@
 ICONEXT = @ICONEXT@
+INSTALL_DATA = @INSTALL_DATA@
+INSTALL_PROGRAM = @INSTALL_PROGRAM@
+INSTALL_SCRIPT = @INSTALL_SCRIPT@
+INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 INTLIBS = @INTLIBS@
-LIB = @LIB@
+LDFLAGS = @LDFLAGS@
+LIBOBJS = @LIBOBJS@
 LIBRARY_SEARCH_PATH = @LIBRARY_SEARCH_PATH@
+LIBS = @LIBS@
 LIBTOOL = @LIBTOOL@
 LITE = @LITE@
 LN_S = @LN_S@
-LTLIB = @LTLIB@
+LTLIBOBJS = @LTLIBOBJS@
 MAKEINFO = @MAKEINFO@
 MOFILES = @MOFILES@
 NETLIBS = @NETLIBS@
 NLSDIR = @NLSDIR@
 NOSTRICTALIASING = @NOSTRICTALIASING@
-OBJDUMP = @OBJDUMP@
 OBJEXT = @OBJEXT@
 PACKAGE = @PACKAGE@
+PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
+PACKAGE_NAME = @PACKAGE_NAME@
+PACKAGE_STRING = @PACKAGE_STRING@
+PACKAGE_TARNAME = @PACKAGE_TARNAME@
+PACKAGE_VERSION = @PACKAGE_VERSION@
+PATH_SEPARATOR = @PATH_SEPARATOR@
 PKGCONFIG = @PKGCONFIG@
 RANLIB = @RANLIB@
-RC = @RC@
+SET_MAKE = @SET_MAKE@
+SHELL = @SHELL@
 STRIP = @STRIP@
 VERSION = @VERSION@
 WINGSMOFILES = @WINGSMOFILES@
@@ -106,130 +125,252 @@
 XGETTEXT = @XGETTEXT@
 XLFLAGS = @XLFLAGS@
 XLIBS = @XLIBS@
+XMKMF = @XMKMF@
+X_CFLAGS = @X_CFLAGS@
 X_EXTRA_LIBS = @X_EXTRA_LIBS@
 X_LIBRARY_PATH = @X_LIBRARY_PATH@
+X_LIBS = @X_LIBS@
+X_PRE_LIBS = @X_PRE_LIBS@
+ac_ct_CC = @ac_ct_CC@
+ac_ct_CXX = @ac_ct_CXX@
+ac_ct_F77 = @ac_ct_F77@
+am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
+am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
+am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
+am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+am__include = @am__include@
+am__leading_dot = @am__leading_dot@
+am__quote = @am__quote@
+am__tar = @am__tar@
+am__untar = @am__untar@
+bindir = @bindir@
+build = @build@
+build_alias = @build_alias@
+build_cpu = @build_cpu@
+build_os = @build_os@
+build_vendor = @build_vendor@
+datadir = @datadir@
+datarootdir = @datarootdir@
+docdir = @docdir@
+dvidir = @dvidir@
+exec_prefix = @exec_prefix@
+host = @host@
+host_alias = @host_alias@
+host_cpu = @host_cpu@
+host_os = @host_os@
+host_vendor = @host_vendor@
+htmldir = @htmldir@
+includedir = @includedir@
+infodir = @infodir@
+install_sh = @install_sh@
+libdir = @libdir@
+libexecdir = @libexecdir@
+localedir = @localedir@
+localstatedir = @localstatedir@
+mandir = @mandir@
+mkdir_p = @mkdir_p@
+oldincludedir = @oldincludedir@
+pdfdir = @pdfdir@
+prefix = @prefix@
+program_transform_name = @program_transform_name@
+psdir = @psdir@
+sbindir = @sbindir@
+sharedstatedir = @sharedstatedir@
 supported_locales = @supported_locales@
+sysconfdir = @sysconfdir@
+target_alias = @target_alias@
 wprefs_bindir = @wprefs_bindir@
 wprefs_datadir = @wprefs_datadir@
-
 CATALOGS = @WPMOFILES@
-
 nlsdir = $(NLSDIR)
-
 CLEANFILES = WPrefs.pot $(CATALOGS)
+EXTRA_DIST = bg.po ca.po cs.po de.po es.po et.po fi.po fr.po hr.po hu.po \
+	it.po ja.po ko.po pt.po ru.po sk.po zh_CN.po zh_TW.po
 
-EXTRA_DIST = bg.po ca.po cs.po de.po es.po et.po fi.po fr.po hr.po hu.po 	it.po ja.po ko.po pt.po ru.po sk.po zh_CN.po zh_TW.po
-
-
-POTFILES =  	$(top_builddir)/WPrefs.app/Appearance.c 	$(top_builddir)/WPrefs.app/Configurations.c 	$(top_builddir)/WPrefs.app/Expert.c 	$(top_builddir)/WPrefs.app/Focus.c 	$(top_builddir)/WPrefs.app/FontSimple.c 	$(top_builddir)/WPrefs.app/Icons.c 	$(top_builddir)/WPrefs.app/KeyboardSettings.c 	$(top_builddir)/WPrefs.app/KeyboardShortcuts.c 	$(top_builddir)/WPrefs.app/Menu.c 	$(top_builddir)/WPrefs.app/MenuPreferences.c 	$(top_builddir)/WPrefs.app/MouseSettings.c 	$(top_builddir)/WPrefs.app/Paths.c 	$(top_builddir)/WPrefs.app/Preferences.c 	$(top_builddir)/WPrefs.app/TexturePanel.c 	$(top_builddir)/WPrefs.app/Themes.c 	$(top_builddir)/WPrefs.app/WPrefs.c 	$(top_builddir)/WPrefs.app/WindowHandling.c 	$(top_builddir)/WPrefs.app/Workspace.c 	$(top_builddir)/WPrefs.app/imagebrowser.c 	$(top_builddir)/WPrefs.app/main.c
-
+POTFILES = \
+	$(top_builddir)/WPrefs.app/Appearance.c \
+	$(top_builddir)/WPrefs.app/Configurations.c \
+	$(top_builddir)/WPrefs.app/Expert.c \
+	$(top_builddir)/WPrefs.app/Focus.c \
+	$(top_builddir)/WPrefs.app/FontSimple.c \
+	$(top_builddir)/WPrefs.app/Icons.c \
+	$(top_builddir)/WPrefs.app/KeyboardSettings.c \
+	$(top_builddir)/WPrefs.app/KeyboardShortcuts.c \
+	$(top_builddir)/WPrefs.app/Menu.c \
+	$(top_builddir)/WPrefs.app/MenuPreferences.c \
+	$(top_builddir)/WPrefs.app/MouseSettings.c \
+	$(top_builddir)/WPrefs.app/Paths.c \
+	$(top_builddir)/WPrefs.app/Preferences.c \
+	$(top_builddir)/WPrefs.app/TexturePanel.c \
+	$(top_builddir)/WPrefs.app/Themes.c \
+	$(top_builddir)/WPrefs.app/WPrefs.c \
+	$(top_builddir)/WPrefs.app/WindowHandling.c \
+	$(top_builddir)/WPrefs.app/Workspace.c \
+	$(top_builddir)/WPrefs.app/imagebrowser.c \
+	$(top_builddir)/WPrefs.app/main.c
 
 SUFFIXES = .po .mo
-mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
-CONFIG_HEADER = ../../src/config.h
-CONFIG_CLEAN_FILES = 
-CFLAGS = @CFLAGS@
-COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
-LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
-CCLD = $(CC)
-LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
-DIST_COMMON =  README Makefile.am Makefile.in
-
+all: all-am
 
-DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
-
-TAR = tar
-GZIP_ENV = --best
-all: all-redirect
 .SUFFIXES:
-.SUFFIXES: .mo .po
-$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.ac $(ACLOCAL_M4) 
-	cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps WPrefs.app/po/Makefile
-
-Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
-	cd $(top_builddir) \
-	  && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
+.SUFFIXES: .po .mo
+$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
+	@for dep in $?; do \
+	  case '$(am__configure_deps)' in \
+	    *$$dep*) \
+	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
+		&& exit 0; \
+	      exit 1;; \
+	  esac; \
+	done; \
+	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  WPrefs.app/po/Makefile'; \
+	cd $(top_srcdir) && \
+	  $(AUTOMAKE) --gnu  WPrefs.app/po/Makefile
+.PRECIOUS: Makefile
+Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
+	@case '$?' in \
+	  *config.status*) \
+	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
+	  *) \
+	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
+	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
+	esac;
+
+$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
+	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+
+$(top_srcdir)/configure:  $(am__configure_deps)
+	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
+	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+
+mostlyclean-libtool:
+	-rm -f *.lo
+
+clean-libtool:
+	-rm -rf .libs _libs
 
+distclean-libtool:
+	-rm -f libtool
+uninstall-info-am:
 tags: TAGS
 TAGS:
 
+ctags: CTAGS
+CTAGS:
 
-distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
-
-subdir = WPrefs.app/po
 
 distdir: $(DISTFILES)
-	@for file in $(DISTFILES); do \
-	  d=$(srcdir); \
+	@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; \
+	  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 \
-	    cp -pr $$d/$$file $(distdir)/$$file; \
+	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
+	      cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
+	    fi; \
+	    cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 	  else \
 	    test -f $(distdir)/$$file \
-	    || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
-	    || cp -p $$d/$$file $(distdir)/$$file || :; \
+	    || cp -p $$d/$$file $(distdir)/$$file \
+	    || exit 1; \
 	  fi; \
 	done
-info-am:
-info: info-am
-dvi-am:
-dvi: dvi-am
 check-am: all-am
 check: check-am
-installcheck-am:
-installcheck: installcheck-am
-install-exec-am:
+all-am: Makefile all-local
+installdirs:
+install: install-am
 install-exec: install-exec-am
-
-install-data-am: install-data-local
 install-data: install-data-am
+uninstall: uninstall-am
 
 install-am: all-am
 	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
-install: install-am
-uninstall-am:
-uninstall: uninstall-am
-all-am: Makefile all-local
-all-redirect: all-am
-install-strip:
-	$(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
-installdirs:
-
 
+installcheck: installcheck-am
+install-strip:
+	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+	  `test -z '$(STRIP)' || \
+	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 mostlyclean-generic:
 
 clean-generic:
 	-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
 
 distclean-generic:
-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
-	-rm -f config.cache config.log stamp-h stamp-h[0-9]*
+	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
 maintainer-clean-generic:
-mostlyclean-am:  mostlyclean-generic
+	@echo "This command is intended for maintainers to use"
+	@echo "it deletes files that may require special tools to rebuild."
+clean: clean-am
 
-mostlyclean: mostlyclean-am
+clean-am: clean-generic clean-libtool mostlyclean-am
 
-clean-am:  clean-generic mostlyclean-am
+distclean: distclean-am
+	-rm -f Makefile
+distclean-am: clean-am distclean-generic distclean-libtool
 
-clean: clean-am
+dvi: dvi-am
 
-distclean-am:  distclean-generic clean-am
-	-rm -f libtool
+dvi-am:
 
-distclean: distclean-am
+html: html-am
 
-maintainer-clean-am:  maintainer-clean-generic distclean-am
-	@echo "This command is intended for maintainers to use;"
-	@echo "it deletes files that may require special tools to rebuild."
+info: info-am
+
+info-am:
+
+install-data-am: install-data-local
+
+install-exec-am:
+
+install-info: install-info-am
+
+install-man:
+
+installcheck-am:
 
 maintainer-clean: maintainer-clean-am
+	-rm -f Makefile
+maintainer-clean-am: distclean-am maintainer-clean-generic
+
+mostlyclean: mostlyclean-am
 
-.PHONY: tags distdir info-am info dvi-am dvi check check-am \
-installcheck-am installcheck install-exec-am install-exec \
-install-data-local install-data-am install-data install-am install \
-uninstall-am uninstall all-local all-redirect all-am all installdirs \
-mostlyclean-generic distclean-generic clean-generic \
-maintainer-clean-generic clean mostlyclean distclean maintainer-clean
+mostlyclean-am: mostlyclean-generic mostlyclean-libtool
+
+pdf: pdf-am
+
+pdf-am:
+
+ps: ps-am
+
+ps-am:
+
+uninstall-am: uninstall-info-am
+
+.PHONY: all all-am all-local check check-am clean clean-generic \
+	clean-libtool distclean distclean-generic distclean-libtool \
+	distdir dvi dvi-am html html-am info info-am install \
+	install-am install-data install-data-am install-data-local \
+	install-exec install-exec-am install-info install-info-am \
+	install-man install-strip installcheck installcheck-am \
+	installdirs maintainer-clean maintainer-clean-generic \
+	mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
+	ps ps-am uninstall uninstall-am uninstall-info-am
 
 
 .po.mo: 
@@ -258,7 +399,6 @@
 			$(INSTALL_DATA) -m 644 $$n $(DESTDIR)$(nlsdir)/$$l/LC_MESSAGES/WPrefs.mo; \
 		fi; \
 	done
-
 # 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:
--- wmaker-0.92.0.orig/doc/Makefile.in
+++ wmaker-0.92.0/doc/Makefile.in
@@ -1,6 +1,8 @@
-# Makefile.in generated automatically by automake 1.4-p6 from Makefile.am
+# Makefile.in generated by automake 1.9.6 from Makefile.am.
+# @configure_input@
 
-# Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc.
+# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
+# 2003, 2004, 2005  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.
@@ -10,91 +12,121 @@
 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
 # PARTICULAR PURPOSE.
 
-
-SHELL = @SHELL@
-
+@SET_MAKE@
 srcdir = @srcdir@
 top_srcdir = @top_srcdir@
 VPATH = @srcdir@
-prefix = @prefix@
-exec_prefix = @exec_prefix@
-
-bindir = @bindir@
-sbindir = @sbindir@
-libexecdir = @libexecdir@
-datadir = @datadir@
-sysconfdir = @sysconfdir@
-sharedstatedir = @sharedstatedir@
-localstatedir = @localstatedir@
-libdir = @libdir@
-infodir = @infodir@
-mandir = @mandir@
-includedir = @includedir@
-oldincludedir = /usr/include
-
-DESTDIR =
-
 pkgdatadir = $(datadir)/@PACKAGE@
 pkglibdir = $(libdir)/@PACKAGE@
 pkgincludedir = $(includedir)/@PACKAGE@
-
 top_builddir = ..
-
-ACLOCAL = @ACLOCAL@
-AUTOCONF = @AUTOCONF@
-AUTOMAKE = @AUTOMAKE@
-AUTOHEADER = @AUTOHEADER@
-
+am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 INSTALL = @INSTALL@
-INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
-INSTALL_DATA = @INSTALL_DATA@
-INSTALL_SCRIPT = @INSTALL_SCRIPT@
-transform = @program_transform_name@
-
+install_sh_DATA = $(install_sh) -c -m 644
+install_sh_PROGRAM = $(install_sh) -c
+install_sh_SCRIPT = $(install_sh) -c
+INSTALL_HEADER = $(INSTALL_DATA)
+transform = $(program_transform_name)
 NORMAL_INSTALL = :
 PRE_INSTALL = :
 POST_INSTALL = :
 NORMAL_UNINSTALL = :
 PRE_UNINSTALL = :
 POST_UNINSTALL = :
-host_alias = @host_alias@
+build_triplet = @build@
 host_triplet = @host@
+subdir = doc
+DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
+ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
+am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
+	$(top_srcdir)/configure.ac
+am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
+	$(ACLOCAL_M4)
+mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
+CONFIG_HEADER = $(top_builddir)/src/config.h
+CONFIG_CLEAN_FILES =
+SOURCES =
+DIST_SOURCES =
+RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
+	html-recursive info-recursive install-data-recursive \
+	install-exec-recursive install-info-recursive \
+	install-recursive installcheck-recursive installdirs-recursive \
+	pdf-recursive ps-recursive uninstall-info-recursive \
+	uninstall-recursive
+man1dir = $(mandir)/man1
+am__installdirs = "$(DESTDIR)$(man1dir)"
+NROFF = nroff
+MANS = $(man_MANS)
+ETAGS = etags
+CTAGS = ctags
+DIST_SUBDIRS = $(SUBDIRS)
+DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+ACLOCAL = @ACLOCAL@
+ALLOCA = @ALLOCA@
+AMDEP_FALSE = @AMDEP_FALSE@
+AMDEP_TRUE = @AMDEP_TRUE@
+AMTAR = @AMTAR@
 AR = @AR@
-AS = @AS@
+AUTOCONF = @AUTOCONF@
+AUTOHEADER = @AUTOHEADER@
+AUTOMAKE = @AUTOMAKE@
+AWK = @AWK@
 CC = @CC@
+CCDEPMODE = @CCDEPMODE@
+CFLAGS = @CFLAGS@
+CPP = @CPP@
+CPPFLAGS = @CPPFLAGS@
 CPP_PATH = @CPP_PATH@
 CXX = @CXX@
 CXXCPP = @CXXCPP@
+CXXDEPMODE = @CXXDEPMODE@
+CXXFLAGS = @CXXFLAGS@
+CYGPATH_W = @CYGPATH_W@
+DEFS = @DEFS@
+DEPDIR = @DEPDIR@
 DLLIBS = @DLLIBS@
-DLLTOOL = @DLLTOOL@
 ECHO = @ECHO@
+ECHO_C = @ECHO_C@
+ECHO_N = @ECHO_N@
+ECHO_T = @ECHO_T@
 EGREP = @EGREP@
 EXEEXT = @EXEEXT@
 F77 = @F77@
-GCJ = @GCJ@
-GCJFLAGS = @GCJFLAGS@
+FFLAGS = @FFLAGS@
 GFXLIBS = @GFXLIBS@
-HAVE_LIB = @HAVE_LIB@
+GREP = @GREP@
 HEADER_SEARCH_PATH = @HEADER_SEARCH_PATH@
 ICONEXT = @ICONEXT@
+INSTALL_DATA = @INSTALL_DATA@
+INSTALL_PROGRAM = @INSTALL_PROGRAM@
+INSTALL_SCRIPT = @INSTALL_SCRIPT@
+INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 INTLIBS = @INTLIBS@
-LIB = @LIB@
+LDFLAGS = @LDFLAGS@
+LIBOBJS = @LIBOBJS@
 LIBRARY_SEARCH_PATH = @LIBRARY_SEARCH_PATH@
+LIBS = @LIBS@
 LIBTOOL = @LIBTOOL@
 LITE = @LITE@
 LN_S = @LN_S@
-LTLIB = @LTLIB@
+LTLIBOBJS = @LTLIBOBJS@
 MAKEINFO = @MAKEINFO@
 MOFILES = @MOFILES@
 NETLIBS = @NETLIBS@
 NLSDIR = @NLSDIR@
 NOSTRICTALIASING = @NOSTRICTALIASING@
-OBJDUMP = @OBJDUMP@
 OBJEXT = @OBJEXT@
 PACKAGE = @PACKAGE@
+PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
+PACKAGE_NAME = @PACKAGE_NAME@
+PACKAGE_STRING = @PACKAGE_STRING@
+PACKAGE_TARNAME = @PACKAGE_TARNAME@
+PACKAGE_VERSION = @PACKAGE_VERSION@
+PATH_SEPARATOR = @PATH_SEPARATOR@
 PKGCONFIG = @PKGCONFIG@
 RANLIB = @RANLIB@
-RC = @RC@
+SET_MAKE = @SET_MAKE@
+SHELL = @SHELL@
 STRIP = @STRIP@
 VERSION = @VERSION@
 WINGSMOFILES = @WINGSMOFILES@
@@ -106,46 +138,123 @@
 XGETTEXT = @XGETTEXT@
 XLFLAGS = @XLFLAGS@
 XLIBS = @XLIBS@
+XMKMF = @XMKMF@
+X_CFLAGS = @X_CFLAGS@
 X_EXTRA_LIBS = @X_EXTRA_LIBS@
 X_LIBRARY_PATH = @X_LIBRARY_PATH@
+X_LIBS = @X_LIBS@
+X_PRE_LIBS = @X_PRE_LIBS@
+ac_ct_CC = @ac_ct_CC@
+ac_ct_CXX = @ac_ct_CXX@
+ac_ct_F77 = @ac_ct_F77@
+am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
+am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
+am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
+am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+am__include = @am__include@
+am__leading_dot = @am__leading_dot@
+am__quote = @am__quote@
+am__tar = @am__tar@
+am__untar = @am__untar@
+bindir = @bindir@
+build = @build@
+build_alias = @build_alias@
+build_cpu = @build_cpu@
+build_os = @build_os@
+build_vendor = @build_vendor@
+datadir = @datadir@
+datarootdir = @datarootdir@
+docdir = @docdir@
+dvidir = @dvidir@
+exec_prefix = @exec_prefix@
+host = @host@
+host_alias = @host_alias@
+host_cpu = @host_cpu@
+host_os = @host_os@
+host_vendor = @host_vendor@
+htmldir = @htmldir@
+includedir = @includedir@
+infodir = @infodir@
+install_sh = @install_sh@
+libdir = @libdir@
+libexecdir = @libexecdir@
+localedir = @localedir@
+localstatedir = @localstatedir@
+mandir = @mandir@
+mkdir_p = @mkdir_p@
+oldincludedir = @oldincludedir@
+pdfdir = @pdfdir@
+prefix = @prefix@
+program_transform_name = @program_transform_name@
+psdir = @psdir@
+sbindir = @sbindir@
+sharedstatedir = @sharedstatedir@
 supported_locales = @supported_locales@
+sysconfdir = @sysconfdir@
+target_alias = @target_alias@
 wprefs_bindir = @wprefs_bindir@
 wprefs_datadir = @wprefs_datadir@
-
 SUBDIRS = sk
-
-man_MANS =  	geticonset.1x 	getstyle.1x 	seticons.1x 	setstyle.1x 	wdwrite.1x 	wmaker.1x 	wmsetbg.1x 	wxcopy.1x 	wxpaste.1x
-
+man_MANS = \
+	geticonset.1x \
+	getstyle.1x \
+	seticons.1x \
+	setstyle.1x \
+	wdwrite.1x \
+	wmaker.1x \
+	wmsetbg.1x \
+	wxcopy.1x \
+	wxpaste.1x
 
 EXTRA_DIST = $(man_MANS)
-mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
-CONFIG_HEADER = ../src/config.h
-CONFIG_CLEAN_FILES = 
-man1dir = $(mandir)/man1
-MANS = $(man_MANS)
-
-NROFF = nroff
-DIST_COMMON =  Makefile.am Makefile.in
+all: all-recursive
 
-
-DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
-
-TAR = tar
-GZIP_ENV = --best
-all: all-redirect
 .SUFFIXES:
-$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.ac $(ACLOCAL_M4) 
-	cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps doc/Makefile
+$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
+	@for dep in $?; do \
+	  case '$(am__configure_deps)' in \
+	    *$$dep*) \
+	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
+		&& exit 0; \
+	      exit 1;; \
+	  esac; \
+	done; \
+	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  doc/Makefile'; \
+	cd $(top_srcdir) && \
+	  $(AUTOMAKE) --gnu  doc/Makefile
+.PRECIOUS: Makefile
+Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
+	@case '$?' in \
+	  *config.status*) \
+	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
+	  *) \
+	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
+	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
+	esac;
+
+$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
+	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+
+$(top_srcdir)/configure:  $(am__configure_deps)
+	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
+	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
-Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
-	cd $(top_builddir) \
-	  && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
+mostlyclean-libtool:
+	-rm -f *.lo
 
+clean-libtool:
+	-rm -rf .libs _libs
 
-install-man1:
-	$(mkinstalldirs) $(DESTDIR)$(man1dir)
-	@list='$(man1_MANS)'; \
-	l2='$(man_MANS)'; for i in $$l2; do \
+distclean-libtool:
+	-rm -f libtool
+uninstall-info-am:
+install-man1: $(man1_MANS) $(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; \
@@ -154,32 +263,37 @@
 	  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; \
+	  echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \
+	  $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man1dir)/$$inst"; \
 	done
-
 uninstall-man1:
-	@list='$(man1_MANS)'; \
-	l2='$(man_MANS)'; for i in $$l2; do \
+	@$(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; \
+	  echo " rm -f '$(DESTDIR)$(man1dir)/$$inst'"; \
+	  rm -f "$(DESTDIR)$(man1dir)/$$inst"; \
 	done
-install-man: $(MANS)
-	@$(NORMAL_INSTALL)
-	$(MAKE) $(AM_MAKEFLAGS) install-man1
-uninstall-man:
-	@$(NORMAL_UNINSTALL)
-	$(MAKE) $(AM_MAKEFLAGS) uninstall-man1
 
 # This directory's subdirectories are mostly independent; you can cd
 # into them and run `make' without going through this Makefile.
@@ -187,13 +301,14 @@
 # (1) if the variable is set in `config.status', edit `config.status'
 #     (which will cause the Makefiles to be regenerated when you run `make');
 # (2) otherwise, pass the desired values on the `make' command line.
-
-@SET_MAKE@
-
-all-recursive install-data-recursive install-exec-recursive \
-installdirs-recursive install-recursive uninstall-recursive  \
-check-recursive installcheck-recursive info-recursive dvi-recursive:
-	@set fnord $(MAKEFLAGS); amf=$$2; \
+$(RECURSIVE_TARGETS):
+	@failcom='exit 1'; \
+	for f in x $$MAKEFLAGS; do \
+	  case $$f in \
+	    *=* | --[!k]*);; \
+	    *k*) failcom='fail=yes';; \
+	  esac; \
+	done; \
 	dot_seen=no; \
 	target=`echo $@ | sed s/-recursive//`; \
 	list='$(SUBDIRS)'; for subdir in $$list; do \
@@ -205,7 +320,7 @@
 	    local_target="$$target"; \
 	  fi; \
 	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
-	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
+	  || eval $$failcom; \
 	done; \
 	if test "$$dot_seen" = "no"; then \
 	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
@@ -213,13 +328,24 @@
 
 mostlyclean-recursive clean-recursive distclean-recursive \
 maintainer-clean-recursive:
-	@set fnord $(MAKEFLAGS); amf=$$2; \
+	@failcom='exit 1'; \
+	for f in x $$MAKEFLAGS; do \
+	  case $$f in \
+	    *=* | --[!k]*);; \
+	    *k*) failcom='fail=yes';; \
+	  esac; \
+	done; \
 	dot_seen=no; \
-	rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
-	  rev="$$subdir $$rev"; \
-	  test "$$subdir" != "." || dot_seen=yes; \
+	case "$@" in \
+	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
+	  *) list='$(SUBDIRS)' ;; \
+	esac; \
+	rev=''; for subdir in $$list; do \
+	  if test "$$subdir" = "."; then :; else \
+	    rev="$$subdir $$rev"; \
+	  fi; \
 	done; \
-	test "$$dot_seen" = "no" && rev=". $$rev"; \
+	rev="$$rev ."; \
 	target=`echo $@ | sed s/-recursive//`; \
 	for subdir in $$rev; do \
 	  echo "Making $$target in $$subdir"; \
@@ -229,142 +355,216 @@
 	    local_target="$$target"; \
 	  fi; \
 	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
-	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
+	  || eval $$failcom; \
 	done && test -z "$$fail"
 tags-recursive:
 	list='$(SUBDIRS)'; for subdir in $$list; do \
 	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
 	done
+ctags-recursive:
+	list='$(SUBDIRS)'; for subdir in $$list; do \
+	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
+	done
 
-tags: TAGS
-
-ID: $(HEADERS) $(SOURCES) $(LISP)
-	list='$(SOURCES) $(HEADERS)'; \
-	unique=`for i in $$list; do echo $$i; done | \
-	  awk '    { files[$$0] = 1; } \
+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; }'`; \
-	here=`pwd` && cd $(srcdir) \
-	  && mkid -f$$here/ID $$unique $(LISP)
+	mkid -fID $$unique
+tags: TAGS
 
-TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
+TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+		$(TAGS_FILES) $(LISP)
 	tags=; \
 	here=`pwd`; \
+	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
+	  include_option=--etags-include; \
+	  empty_fix=.; \
+	else \
+	  include_option=--include; \
+	  empty_fix=; \
+	fi; \
 	list='$(SUBDIRS)'; for subdir in $$list; do \
-   if test "$$subdir" = .; then :; else \
-	    test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
-   fi; \
+	  if test "$$subdir" = .; then :; else \
+	    test ! -f $$subdir/TAGS || \
+	      tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
+	  fi; \
 	done; \
-	list='$(SOURCES) $(HEADERS)'; \
-	unique=`for i in $$list; do echo $$i; done | \
-	  awk '    { files[$$0] = 1; } \
+	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; }'`; \
-	test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
-	  || (cd $(srcdir) && etags -o $$here/TAGS $(ETAGS_ARGS) $$tags  $$unique $(LISP))
-
-mostlyclean-tags:
-
-clean-tags:
+	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
+	  test -n "$$unique" || unique=$$empty_fix; \
+	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
+	    $$tags $$unique; \
+	fi
+ctags: CTAGS
+CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+		$(TAGS_FILES) $(LISP)
+	tags=; \
+	here=`pwd`; \
+	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; }'`; \
+	test -z "$(CTAGS_ARGS)$$tags$$unique" \
+	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+	     $$tags $$unique
+
+GTAGS:
+	here=`$(am__cd) $(top_builddir) && pwd` \
+	  && cd $(top_srcdir) \
+	  && gtags -i $(GTAGS_ARGS) $$here
 
 distclean-tags:
-	-rm -f TAGS ID
-
-maintainer-clean-tags:
-
-distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
-
-subdir = doc
+	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 
 distdir: $(DISTFILES)
-	@for file in $(DISTFILES); do \
-	  d=$(srcdir); \
+	@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; \
+	  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 \
-	    cp -pr $$d/$$file $(distdir)/$$file; \
+	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
+	      cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
+	    fi; \
+	    cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 	  else \
 	    test -f $(distdir)/$$file \
-	    || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
-	    || cp -p $$d/$$file $(distdir)/$$file || :; \
+	    || cp -p $$d/$$file $(distdir)/$$file \
+	    || exit 1; \
 	  fi; \
 	done
-	for subdir in $(SUBDIRS); do \
+	list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 	  if test "$$subdir" = .; then :; else \
-	    test -d $(distdir)/$$subdir \
-	    || mkdir $(distdir)/$$subdir \
+	    test -d "$(distdir)/$$subdir" \
+	    || $(mkdir_p) "$(distdir)/$$subdir" \
 	    || exit 1; \
-	    chmod 777 $(distdir)/$$subdir; \
-	    (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(top_distdir) distdir=../$(distdir)/$$subdir distdir) \
+	    distdir=`$(am__cd) $(distdir) && pwd`; \
+	    top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
+	    (cd $$subdir && \
+	      $(MAKE) $(AM_MAKEFLAGS) \
+	        top_distdir="$$top_distdir" \
+	        distdir="$$distdir/$$subdir" \
+	        distdir) \
 	      || exit 1; \
 	  fi; \
 	done
-info-am:
-info: info-recursive
-dvi-am:
-dvi: dvi-recursive
 check-am: all-am
 check: check-recursive
-installcheck-am:
-installcheck: installcheck-recursive
-install-exec-am:
+all-am: Makefile $(MANS)
+installdirs: installdirs-recursive
+installdirs-am:
+	for dir in "$(DESTDIR)$(man1dir)"; do \
+	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
+	done
+install: install-recursive
 install-exec: install-exec-recursive
-
-install-data-am: install-man
 install-data: install-data-recursive
+uninstall: uninstall-recursive
 
 install-am: all-am
 	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
-install: install-recursive
-uninstall-am: uninstall-man
-uninstall: uninstall-recursive
-all-am: Makefile $(MANS)
-all-redirect: all-recursive
-install-strip:
-	$(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
-installdirs: installdirs-recursive
-installdirs-am:
-	$(mkinstalldirs)  $(DESTDIR)$(mandir)/man1
-
 
+installcheck: installcheck-recursive
+install-strip:
+	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+	  `test -z '$(STRIP)' || \
+	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 mostlyclean-generic:
 
 clean-generic:
 
 distclean-generic:
-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
-	-rm -f config.cache config.log stamp-h stamp-h[0-9]*
+	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
 maintainer-clean-generic:
-mostlyclean-am:  mostlyclean-tags mostlyclean-generic
+	@echo "This command is intended for maintainers to use"
+	@echo "it deletes files that may require special tools to rebuild."
+clean: clean-recursive
 
-mostlyclean: mostlyclean-recursive
+clean-am: clean-generic clean-libtool mostlyclean-am
 
-clean-am:  clean-tags clean-generic mostlyclean-am
+distclean: distclean-recursive
+	-rm -f Makefile
+distclean-am: clean-am distclean-generic distclean-libtool \
+	distclean-tags
 
-clean: clean-recursive
+dvi: dvi-recursive
 
-distclean-am:  distclean-tags distclean-generic clean-am
-	-rm -f libtool
+dvi-am:
 
-distclean: distclean-recursive
+html: html-recursive
 
-maintainer-clean-am:  maintainer-clean-tags maintainer-clean-generic \
-		distclean-am
-	@echo "This command is intended for maintainers to use;"
-	@echo "it deletes files that may require special tools to rebuild."
+info: info-recursive
+
+info-am:
+
+install-data-am: install-man
+
+install-exec-am:
+
+install-info: install-info-recursive
+
+install-man: install-man1
+
+installcheck-am:
 
 maintainer-clean: maintainer-clean-recursive
+	-rm -f Makefile
+maintainer-clean-am: distclean-am maintainer-clean-generic
+
+mostlyclean: mostlyclean-recursive
+
+mostlyclean-am: mostlyclean-generic mostlyclean-libtool
+
+pdf: pdf-recursive
+
+pdf-am:
+
+ps: ps-recursive
+
+ps-am:
+
+uninstall-am: uninstall-info-am uninstall-man
+
+uninstall-info: uninstall-info-recursive
 
-.PHONY: install-man1 uninstall-man1 install-man uninstall-man \
-install-data-recursive uninstall-data-recursive install-exec-recursive \
-uninstall-exec-recursive installdirs-recursive uninstalldirs-recursive \
-all-recursive check-recursive installcheck-recursive info-recursive \
-dvi-recursive mostlyclean-recursive distclean-recursive clean-recursive \
-maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
-distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
-dvi-am dvi check check-am installcheck-am installcheck install-exec-am \
-install-exec install-data-am install-data install-am install \
-uninstall-am uninstall all-redirect all-am all installdirs-am \
-installdirs mostlyclean-generic distclean-generic clean-generic \
-maintainer-clean-generic clean mostlyclean distclean maintainer-clean
+uninstall-man: uninstall-man1
 
+.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am \
+	clean clean-generic clean-libtool clean-recursive ctags \
+	ctags-recursive distclean distclean-generic distclean-libtool \
+	distclean-recursive distclean-tags distdir dvi dvi-am html \
+	html-am info info-am install install-am install-data \
+	install-data-am install-exec install-exec-am install-info \
+	install-info-am install-man install-man1 install-strip \
+	installcheck installcheck-am installdirs installdirs-am \
+	maintainer-clean maintainer-clean-generic \
+	maintainer-clean-recursive mostlyclean mostlyclean-generic \
+	mostlyclean-libtool mostlyclean-recursive pdf pdf-am ps ps-am \
+	tags tags-recursive uninstall uninstall-am uninstall-info-am \
+	uninstall-man uninstall-man1
 
 # 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.
--- wmaker-0.92.0.orig/doc/wmaker.1x
+++ wmaker-0.92.0/doc/wmaker.1x
@@ -100,10 +100,7 @@
 Window Maker looks for theme files here (ibid)
 .TP
 .B /usr/share/WindowMaker/Pixmaps/
-System wide pixmaps are located here...
-.TP
-.B /usr/share/WindowMaker/Pixmaps/
-and here.
+System wide pixmaps are located here
 .TP
 .B /usr/share/WindowMaker/Styles/
 System wide styles are here
--- wmaker-0.92.0.orig/doc/sk/Makefile.in
+++ wmaker-0.92.0/doc/sk/Makefile.in
@@ -1,6 +1,8 @@
-# Makefile.in generated automatically by automake 1.4-p6 from Makefile.am
+# Makefile.in generated by automake 1.9.6 from Makefile.am.
+# @configure_input@
 
-# Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc.
+# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
+# 2003, 2004, 2005  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.
@@ -10,90 +12,112 @@
 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
 # PARTICULAR PURPOSE.
 
-
-SHELL = @SHELL@
-
+@SET_MAKE@
 srcdir = @srcdir@
 top_srcdir = @top_srcdir@
 VPATH = @srcdir@
-prefix = @prefix@
-exec_prefix = @exec_prefix@
-
-bindir = @bindir@
-sbindir = @sbindir@
-libexecdir = @libexecdir@
-datadir = @datadir@
-sysconfdir = @sysconfdir@
-sharedstatedir = @sharedstatedir@
-localstatedir = @localstatedir@
-libdir = @libdir@
-infodir = @infodir@
-includedir = @includedir@
-oldincludedir = /usr/include
-
-DESTDIR =
-
 pkgdatadir = $(datadir)/@PACKAGE@
 pkglibdir = $(libdir)/@PACKAGE@
 pkgincludedir = $(includedir)/@PACKAGE@
-
 top_builddir = ../..
-
-ACLOCAL = @ACLOCAL@
-AUTOCONF = @AUTOCONF@
-AUTOMAKE = @AUTOMAKE@
-AUTOHEADER = @AUTOHEADER@
-
+am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 INSTALL = @INSTALL@
-INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
-INSTALL_DATA = @INSTALL_DATA@
-INSTALL_SCRIPT = @INSTALL_SCRIPT@
-transform = @program_transform_name@
-
+install_sh_DATA = $(install_sh) -c -m 644
+install_sh_PROGRAM = $(install_sh) -c
+install_sh_SCRIPT = $(install_sh) -c
+INSTALL_HEADER = $(INSTALL_DATA)
+transform = $(program_transform_name)
 NORMAL_INSTALL = :
 PRE_INSTALL = :
 POST_INSTALL = :
 NORMAL_UNINSTALL = :
 PRE_UNINSTALL = :
 POST_UNINSTALL = :
-host_alias = @host_alias@
+build_triplet = @build@
 host_triplet = @host@
+subdir = doc/sk
+DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
+ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
+am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
+	$(top_srcdir)/configure.ac
+am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
+	$(ACLOCAL_M4)
+mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
+CONFIG_HEADER = $(top_builddir)/src/config.h
+CONFIG_CLEAN_FILES =
+SOURCES =
+DIST_SOURCES =
+man1dir = $(mandir)/man1
+am__installdirs = "$(DESTDIR)$(man1dir)"
+NROFF = nroff
+MANS = $(man_MANS)
+DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+ACLOCAL = @ACLOCAL@
+ALLOCA = @ALLOCA@
+AMDEP_FALSE = @AMDEP_FALSE@
+AMDEP_TRUE = @AMDEP_TRUE@
+AMTAR = @AMTAR@
 AR = @AR@
-AS = @AS@
+AUTOCONF = @AUTOCONF@
+AUTOHEADER = @AUTOHEADER@
+AUTOMAKE = @AUTOMAKE@
+AWK = @AWK@
 CC = @CC@
+CCDEPMODE = @CCDEPMODE@
+CFLAGS = @CFLAGS@
+CPP = @CPP@
+CPPFLAGS = @CPPFLAGS@
 CPP_PATH = @CPP_PATH@
 CXX = @CXX@
 CXXCPP = @CXXCPP@
+CXXDEPMODE = @CXXDEPMODE@
+CXXFLAGS = @CXXFLAGS@
+CYGPATH_W = @CYGPATH_W@
+DEFS = @DEFS@
+DEPDIR = @DEPDIR@
 DLLIBS = @DLLIBS@
-DLLTOOL = @DLLTOOL@
 ECHO = @ECHO@
+ECHO_C = @ECHO_C@
+ECHO_N = @ECHO_N@
+ECHO_T = @ECHO_T@
 EGREP = @EGREP@
 EXEEXT = @EXEEXT@
 F77 = @F77@
-GCJ = @GCJ@
-GCJFLAGS = @GCJFLAGS@
+FFLAGS = @FFLAGS@
 GFXLIBS = @GFXLIBS@
-HAVE_LIB = @HAVE_LIB@
+GREP = @GREP@
 HEADER_SEARCH_PATH = @HEADER_SEARCH_PATH@
 ICONEXT = @ICONEXT@
+INSTALL_DATA = @INSTALL_DATA@
+INSTALL_PROGRAM = @INSTALL_PROGRAM@
+INSTALL_SCRIPT = @INSTALL_SCRIPT@
+INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 INTLIBS = @INTLIBS@
-LIB = @LIB@
+LDFLAGS = @LDFLAGS@
+LIBOBJS = @LIBOBJS@
 LIBRARY_SEARCH_PATH = @LIBRARY_SEARCH_PATH@
+LIBS = @LIBS@
 LIBTOOL = @LIBTOOL@
 LITE = @LITE@
 LN_S = @LN_S@
-LTLIB = @LTLIB@
+LTLIBOBJS = @LTLIBOBJS@
 MAKEINFO = @MAKEINFO@
 MOFILES = @MOFILES@
 NETLIBS = @NETLIBS@
 NLSDIR = @NLSDIR@
 NOSTRICTALIASING = @NOSTRICTALIASING@
-OBJDUMP = @OBJDUMP@
 OBJEXT = @OBJEXT@
 PACKAGE = @PACKAGE@
+PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
+PACKAGE_NAME = @PACKAGE_NAME@
+PACKAGE_STRING = @PACKAGE_STRING@
+PACKAGE_TARNAME = @PACKAGE_TARNAME@
+PACKAGE_VERSION = @PACKAGE_VERSION@
+PATH_SEPARATOR = @PATH_SEPARATOR@
 PKGCONFIG = @PKGCONFIG@
 RANLIB = @RANLIB@
-RC = @RC@
+SET_MAKE = @SET_MAKE@
+SHELL = @SHELL@
 STRIP = @STRIP@
 VERSION = @VERSION@
 WINGSMOFILES = @WINGSMOFILES@
@@ -105,46 +129,122 @@
 XGETTEXT = @XGETTEXT@
 XLFLAGS = @XLFLAGS@
 XLIBS = @XLIBS@
+XMKMF = @XMKMF@
+X_CFLAGS = @X_CFLAGS@
 X_EXTRA_LIBS = @X_EXTRA_LIBS@
 X_LIBRARY_PATH = @X_LIBRARY_PATH@
+X_LIBS = @X_LIBS@
+X_PRE_LIBS = @X_PRE_LIBS@
+ac_ct_CC = @ac_ct_CC@
+ac_ct_CXX = @ac_ct_CXX@
+ac_ct_F77 = @ac_ct_F77@
+am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
+am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
+am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
+am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+am__include = @am__include@
+am__leading_dot = @am__leading_dot@
+am__quote = @am__quote@
+am__tar = @am__tar@
+am__untar = @am__untar@
+bindir = @bindir@
+build = @build@
+build_alias = @build_alias@
+build_cpu = @build_cpu@
+build_os = @build_os@
+build_vendor = @build_vendor@
+datadir = @datadir@
+datarootdir = @datarootdir@
+docdir = @docdir@
+dvidir = @dvidir@
+exec_prefix = @exec_prefix@
+host = @host@
+host_alias = @host_alias@
+host_cpu = @host_cpu@
+host_os = @host_os@
+host_vendor = @host_vendor@
+htmldir = @htmldir@
+includedir = @includedir@
+infodir = @infodir@
+install_sh = @install_sh@
+libdir = @libdir@
+libexecdir = @libexecdir@
+localedir = @localedir@
+localstatedir = @localstatedir@
+mandir = @mandir@/sk
+mkdir_p = @mkdir_p@
+oldincludedir = @oldincludedir@
+pdfdir = @pdfdir@
+prefix = @prefix@
+program_transform_name = @program_transform_name@
+psdir = @psdir@
+sbindir = @sbindir@
+sharedstatedir = @sharedstatedir@
 supported_locales = @supported_locales@
+sysconfdir = @sysconfdir@
+target_alias = @target_alias@
 wprefs_bindir = @wprefs_bindir@
 wprefs_datadir = @wprefs_datadir@
-
-mandir = @mandir@/sk
-
-man_MANS =  	geticonset.1x 	setstyle.1x 	wxpaste.1x 	getstyle.1x 	wdwrite.1x 	wmsetbg.1x 	seticons.1x 	wmaker.1x 	wxcopy.1x
-
+man_MANS = \
+	geticonset.1x \
+	setstyle.1x \
+	wxpaste.1x \
+	getstyle.1x \
+	wdwrite.1x \
+	wmsetbg.1x \
+	seticons.1x \
+	wmaker.1x \
+	wxcopy.1x
 
 EXTRA_DIST = $(man_MANS)
-mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
-CONFIG_HEADER = ../../src/config.h
-CONFIG_CLEAN_FILES = 
-man1dir = $(mandir)/man1
-MANS = $(man_MANS)
-
-NROFF = nroff
-DIST_COMMON =  Makefile.am Makefile.in
-
-
-DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
+all: all-am
 
-TAR = tar
-GZIP_ENV = --best
-all: all-redirect
 .SUFFIXES:
-$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.ac $(ACLOCAL_M4) 
-	cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps doc/sk/Makefile
+$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
+	@for dep in $?; do \
+	  case '$(am__configure_deps)' in \
+	    *$$dep*) \
+	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
+		&& exit 0; \
+	      exit 1;; \
+	  esac; \
+	done; \
+	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  doc/sk/Makefile'; \
+	cd $(top_srcdir) && \
+	  $(AUTOMAKE) --gnu  doc/sk/Makefile
+.PRECIOUS: Makefile
+Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
+	@case '$?' in \
+	  *config.status*) \
+	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
+	  *) \
+	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
+	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
+	esac;
+
+$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
+	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+
+$(top_srcdir)/configure:  $(am__configure_deps)
+	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
+	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
-Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
-	cd $(top_builddir) \
-	  && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
+mostlyclean-libtool:
+	-rm -f *.lo
 
+clean-libtool:
+	-rm -rf .libs _libs
 
-install-man1:
-	$(mkinstalldirs) $(DESTDIR)$(man1dir)
-	@list='$(man1_MANS)'; \
-	l2='$(man_MANS)'; for i in $$l2; do \
+distclean-libtool:
+	-rm -f libtool
+uninstall-info-am:
+install-man1: $(man1_MANS) $(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; \
@@ -153,113 +253,160 @@
 	  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; \
+	  echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \
+	  $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man1dir)/$$inst"; \
 	done
-
 uninstall-man1:
-	@list='$(man1_MANS)'; \
-	l2='$(man_MANS)'; for i in $$l2; do \
+	@$(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; \
+	  echo " rm -f '$(DESTDIR)$(man1dir)/$$inst'"; \
+	  rm -f "$(DESTDIR)$(man1dir)/$$inst"; \
 	done
-install-man: $(MANS)
-	@$(NORMAL_INSTALL)
-	$(MAKE) $(AM_MAKEFLAGS) install-man1
-uninstall-man:
-	@$(NORMAL_UNINSTALL)
-	$(MAKE) $(AM_MAKEFLAGS) uninstall-man1
 tags: TAGS
 TAGS:
 
+ctags: CTAGS
+CTAGS:
 
-distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
-
-subdir = doc/sk
 
 distdir: $(DISTFILES)
-	@for file in $(DISTFILES); do \
-	  d=$(srcdir); \
+	@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; \
+	  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 \
-	    cp -pr $$d/$$file $(distdir)/$$file; \
+	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
+	      cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
+	    fi; \
+	    cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 	  else \
 	    test -f $(distdir)/$$file \
-	    || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
-	    || cp -p $$d/$$file $(distdir)/$$file || :; \
+	    || cp -p $$d/$$file $(distdir)/$$file \
+	    || exit 1; \
 	  fi; \
 	done
-info-am:
-info: info-am
-dvi-am:
-dvi: dvi-am
 check-am: all-am
 check: check-am
-installcheck-am:
-installcheck: installcheck-am
-install-exec-am:
+all-am: Makefile $(MANS)
+installdirs:
+	for dir in "$(DESTDIR)$(man1dir)"; do \
+	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
+	done
+install: install-am
 install-exec: install-exec-am
-
-install-data-am: install-man
 install-data: install-data-am
+uninstall: uninstall-am
 
 install-am: all-am
 	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
-install: install-am
-uninstall-am: uninstall-man
-uninstall: uninstall-am
-all-am: Makefile $(MANS)
-all-redirect: all-am
-install-strip:
-	$(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
-installdirs:
-	$(mkinstalldirs)  $(DESTDIR)$(mandir)/man1
-
 
+installcheck: installcheck-am
+install-strip:
+	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+	  `test -z '$(STRIP)' || \
+	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 mostlyclean-generic:
 
 clean-generic:
 
 distclean-generic:
-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
-	-rm -f config.cache config.log stamp-h stamp-h[0-9]*
+	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
 maintainer-clean-generic:
-mostlyclean-am:  mostlyclean-generic
+	@echo "This command is intended for maintainers to use"
+	@echo "it deletes files that may require special tools to rebuild."
+clean: clean-am
 
-mostlyclean: mostlyclean-am
+clean-am: clean-generic clean-libtool mostlyclean-am
 
-clean-am:  clean-generic mostlyclean-am
+distclean: distclean-am
+	-rm -f Makefile
+distclean-am: clean-am distclean-generic distclean-libtool
 
-clean: clean-am
+dvi: dvi-am
 
-distclean-am:  distclean-generic clean-am
-	-rm -f libtool
+dvi-am:
 
-distclean: distclean-am
+html: html-am
 
-maintainer-clean-am:  maintainer-clean-generic distclean-am
-	@echo "This command is intended for maintainers to use;"
-	@echo "it deletes files that may require special tools to rebuild."
+info: info-am
+
+info-am:
+
+install-data-am: install-man
+
+install-exec-am:
+
+install-info: install-info-am
+
+install-man: install-man1
+
+installcheck-am:
 
 maintainer-clean: maintainer-clean-am
+	-rm -f Makefile
+maintainer-clean-am: distclean-am maintainer-clean-generic
+
+mostlyclean: mostlyclean-am
+
+mostlyclean-am: mostlyclean-generic mostlyclean-libtool
+
+pdf: pdf-am
+
+pdf-am:
+
+ps: ps-am
+
+ps-am:
+
+uninstall-am: uninstall-info-am uninstall-man
 
-.PHONY: install-man1 uninstall-man1 install-man uninstall-man tags \
-distdir info-am info dvi-am dvi check check-am installcheck-am \
-installcheck install-exec-am install-exec install-data-am install-data \
-install-am install uninstall-am uninstall all-redirect all-am all \
-installdirs mostlyclean-generic distclean-generic clean-generic \
-maintainer-clean-generic clean mostlyclean distclean maintainer-clean
+uninstall-man: uninstall-man1
 
+.PHONY: all all-am check check-am clean clean-generic clean-libtool \
+	distclean distclean-generic distclean-libtool distdir dvi \
+	dvi-am html html-am info info-am install install-am \
+	install-data install-data-am 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-generic mostlyclean-libtool pdf pdf-am ps ps-am \
+	uninstall uninstall-am uninstall-info-am uninstall-man \
+	uninstall-man1
 
 # 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.
--- wmaker-0.92.0.orig/contrib/Makefile.in
+++ wmaker-0.92.0/contrib/Makefile.in
@@ -1,6 +1,8 @@
-# Makefile.in generated automatically by automake 1.4-p6 from Makefile.am
+# Makefile.in generated by automake 1.9.6 from Makefile.am.
+# @configure_input@
 
-# Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc.
+# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
+# 2003, 2004, 2005  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.
@@ -10,91 +12,109 @@
 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
 # PARTICULAR PURPOSE.
 
-
-SHELL = @SHELL@
-
+@SET_MAKE@
 srcdir = @srcdir@
 top_srcdir = @top_srcdir@
 VPATH = @srcdir@
-prefix = @prefix@
-exec_prefix = @exec_prefix@
-
-bindir = @bindir@
-sbindir = @sbindir@
-libexecdir = @libexecdir@
-datadir = @datadir@
-sysconfdir = @sysconfdir@
-sharedstatedir = @sharedstatedir@
-localstatedir = @localstatedir@
-libdir = @libdir@
-infodir = @infodir@
-mandir = @mandir@
-includedir = @includedir@
-oldincludedir = /usr/include
-
-DESTDIR =
-
 pkgdatadir = $(datadir)/@PACKAGE@
 pkglibdir = $(libdir)/@PACKAGE@
 pkgincludedir = $(includedir)/@PACKAGE@
-
 top_builddir = ..
-
-ACLOCAL = @ACLOCAL@
-AUTOCONF = @AUTOCONF@
-AUTOMAKE = @AUTOMAKE@
-AUTOHEADER = @AUTOHEADER@
-
+am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 INSTALL = @INSTALL@
-INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
-INSTALL_DATA = @INSTALL_DATA@
-INSTALL_SCRIPT = @INSTALL_SCRIPT@
-transform = @program_transform_name@
-
+install_sh_DATA = $(install_sh) -c -m 644
+install_sh_PROGRAM = $(install_sh) -c
+install_sh_SCRIPT = $(install_sh) -c
+INSTALL_HEADER = $(INSTALL_DATA)
+transform = $(program_transform_name)
 NORMAL_INSTALL = :
 PRE_INSTALL = :
 POST_INSTALL = :
 NORMAL_UNINSTALL = :
 PRE_UNINSTALL = :
 POST_UNINSTALL = :
-host_alias = @host_alias@
+build_triplet = @build@
 host_triplet = @host@
+subdir = contrib
+DIST_COMMON = README $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
+	$(srcdir)/WindowMaker.spec.in
+ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
+am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
+	$(top_srcdir)/configure.ac
+am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
+	$(ACLOCAL_M4)
+mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
+CONFIG_HEADER = $(top_builddir)/src/config.h
+CONFIG_CLEAN_FILES = WindowMaker.spec
+SOURCES =
+DIST_SOURCES =
+DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+ACLOCAL = @ACLOCAL@
+ALLOCA = @ALLOCA@
+AMDEP_FALSE = @AMDEP_FALSE@
+AMDEP_TRUE = @AMDEP_TRUE@
+AMTAR = @AMTAR@
 AR = @AR@
-AS = @AS@
+AUTOCONF = @AUTOCONF@
+AUTOHEADER = @AUTOHEADER@
+AUTOMAKE = @AUTOMAKE@
+AWK = @AWK@
 CC = @CC@
+CCDEPMODE = @CCDEPMODE@
+CFLAGS = @CFLAGS@
+CPP = @CPP@
+CPPFLAGS = @CPPFLAGS@
 CPP_PATH = @CPP_PATH@
 CXX = @CXX@
 CXXCPP = @CXXCPP@
+CXXDEPMODE = @CXXDEPMODE@
+CXXFLAGS = @CXXFLAGS@
+CYGPATH_W = @CYGPATH_W@
+DEFS = @DEFS@
+DEPDIR = @DEPDIR@
 DLLIBS = @DLLIBS@
-DLLTOOL = @DLLTOOL@
 ECHO = @ECHO@
+ECHO_C = @ECHO_C@
+ECHO_N = @ECHO_N@
+ECHO_T = @ECHO_T@
 EGREP = @EGREP@
 EXEEXT = @EXEEXT@
 F77 = @F77@
-GCJ = @GCJ@
-GCJFLAGS = @GCJFLAGS@
+FFLAGS = @FFLAGS@
 GFXLIBS = @GFXLIBS@
-HAVE_LIB = @HAVE_LIB@
+GREP = @GREP@
 HEADER_SEARCH_PATH = @HEADER_SEARCH_PATH@
 ICONEXT = @ICONEXT@
+INSTALL_DATA = @INSTALL_DATA@
+INSTALL_PROGRAM = @INSTALL_PROGRAM@
+INSTALL_SCRIPT = @INSTALL_SCRIPT@
+INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 INTLIBS = @INTLIBS@
-LIB = @LIB@
+LDFLAGS = @LDFLAGS@
+LIBOBJS = @LIBOBJS@
 LIBRARY_SEARCH_PATH = @LIBRARY_SEARCH_PATH@
+LIBS = @LIBS@
 LIBTOOL = @LIBTOOL@
 LITE = @LITE@
 LN_S = @LN_S@
-LTLIB = @LTLIB@
+LTLIBOBJS = @LTLIBOBJS@
 MAKEINFO = @MAKEINFO@
 MOFILES = @MOFILES@
 NETLIBS = @NETLIBS@
 NLSDIR = @NLSDIR@
 NOSTRICTALIASING = @NOSTRICTALIASING@
-OBJDUMP = @OBJDUMP@
 OBJEXT = @OBJEXT@
 PACKAGE = @PACKAGE@
+PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
+PACKAGE_NAME = @PACKAGE_NAME@
+PACKAGE_STRING = @PACKAGE_STRING@
+PACKAGE_TARNAME = @PACKAGE_TARNAME@
+PACKAGE_VERSION = @PACKAGE_VERSION@
+PATH_SEPARATOR = @PATH_SEPARATOR@
 PKGCONFIG = @PKGCONFIG@
 RANLIB = @RANLIB@
-RC = @RC@
+SET_MAKE = @SET_MAKE@
+SHELL = @SHELL@
 STRIP = @STRIP@
 VERSION = @VERSION@
 WINGSMOFILES = @WINGSMOFILES@
@@ -106,114 +126,224 @@
 XGETTEXT = @XGETTEXT@
 XLFLAGS = @XLFLAGS@
 XLIBS = @XLIBS@
+XMKMF = @XMKMF@
+X_CFLAGS = @X_CFLAGS@
 X_EXTRA_LIBS = @X_EXTRA_LIBS@
 X_LIBRARY_PATH = @X_LIBRARY_PATH@
+X_LIBS = @X_LIBS@
+X_PRE_LIBS = @X_PRE_LIBS@
+ac_ct_CC = @ac_ct_CC@
+ac_ct_CXX = @ac_ct_CXX@
+ac_ct_F77 = @ac_ct_F77@
+am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
+am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
+am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
+am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+am__include = @am__include@
+am__leading_dot = @am__leading_dot@
+am__quote = @am__quote@
+am__tar = @am__tar@
+am__untar = @am__untar@
+bindir = @bindir@
+build = @build@
+build_alias = @build_alias@
+build_cpu = @build_cpu@
+build_os = @build_os@
+build_vendor = @build_vendor@
+datadir = @datadir@
+datarootdir = @datarootdir@
+docdir = @docdir@
+dvidir = @dvidir@
+exec_prefix = @exec_prefix@
+host = @host@
+host_alias = @host_alias@
+host_cpu = @host_cpu@
+host_os = @host_os@
+host_vendor = @host_vendor@
+htmldir = @htmldir@
+includedir = @includedir@
+infodir = @infodir@
+install_sh = @install_sh@
+libdir = @libdir@
+libexecdir = @libexecdir@
+localedir = @localedir@
+localstatedir = @localstatedir@
+mandir = @mandir@
+mkdir_p = @mkdir_p@
+oldincludedir = @oldincludedir@
+pdfdir = @pdfdir@
+prefix = @prefix@
+program_transform_name = @program_transform_name@
+psdir = @psdir@
+sbindir = @sbindir@
+sharedstatedir = @sharedstatedir@
 supported_locales = @supported_locales@
+sysconfdir = @sysconfdir@
+target_alias = @target_alias@
 wprefs_bindir = @wprefs_bindir@
 wprefs_datadir = @wprefs_datadir@
-
 EXTRA_DIST = README single_click.diff WindowMaker.spec.in workspace_flip.patch yubn_moveres.diff
-mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
-CONFIG_HEADER = ../src/config.h
-CONFIG_CLEAN_FILES =  WindowMaker.spec
-DIST_COMMON =  README Makefile.am Makefile.in WindowMaker.spec.in
-
+all: all-am
 
-DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
-
-TAR = tar
-GZIP_ENV = --best
-all: all-redirect
 .SUFFIXES:
-$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.ac $(ACLOCAL_M4) 
-	cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps contrib/Makefile
+$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
+	@for dep in $?; do \
+	  case '$(am__configure_deps)' in \
+	    *$$dep*) \
+	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
+		&& exit 0; \
+	      exit 1;; \
+	  esac; \
+	done; \
+	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  contrib/Makefile'; \
+	cd $(top_srcdir) && \
+	  $(AUTOMAKE) --gnu  contrib/Makefile
+.PRECIOUS: Makefile
+Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
+	@case '$?' in \
+	  *config.status*) \
+	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
+	  *) \
+	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
+	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
+	esac;
+
+$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
+	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+
+$(top_srcdir)/configure:  $(am__configure_deps)
+	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
+	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+WindowMaker.spec: $(top_builddir)/config.status $(srcdir)/WindowMaker.spec.in
+	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
+
+mostlyclean-libtool:
+	-rm -f *.lo
 
-Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
-	cd $(top_builddir) \
-	  && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
+clean-libtool:
+	-rm -rf .libs _libs
 
-WindowMaker.spec: $(top_builddir)/config.status WindowMaker.spec.in
-	cd $(top_builddir) && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
+distclean-libtool:
+	-rm -f libtool
+uninstall-info-am:
 tags: TAGS
 TAGS:
 
+ctags: CTAGS
+CTAGS:
 
-distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
-
-subdir = contrib
 
 distdir: $(DISTFILES)
-	@for file in $(DISTFILES); do \
-	  d=$(srcdir); \
+	@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; \
+	  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 \
-	    cp -pr $$d/$$file $(distdir)/$$file; \
+	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
+	      cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
+	    fi; \
+	    cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 	  else \
 	    test -f $(distdir)/$$file \
-	    || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
-	    || cp -p $$d/$$file $(distdir)/$$file || :; \
+	    || cp -p $$d/$$file $(distdir)/$$file \
+	    || exit 1; \
 	  fi; \
 	done
-info-am:
-info: info-am
-dvi-am:
-dvi: dvi-am
 check-am: all-am
 check: check-am
-installcheck-am:
-installcheck: installcheck-am
-install-exec-am:
+all-am: Makefile
+installdirs:
+install: install-am
 install-exec: install-exec-am
-
-install-data-am:
 install-data: install-data-am
+uninstall: uninstall-am
 
 install-am: all-am
 	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
-install: install-am
-uninstall-am:
-uninstall: uninstall-am
-all-am: Makefile
-all-redirect: all-am
-install-strip:
-	$(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
-installdirs:
-
 
+installcheck: installcheck-am
+install-strip:
+	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+	  `test -z '$(STRIP)' || \
+	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 mostlyclean-generic:
 
 clean-generic:
 
 distclean-generic:
-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
-	-rm -f config.cache config.log stamp-h stamp-h[0-9]*
+	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
 maintainer-clean-generic:
-mostlyclean-am:  mostlyclean-generic
+	@echo "This command is intended for maintainers to use"
+	@echo "it deletes files that may require special tools to rebuild."
+clean: clean-am
 
-mostlyclean: mostlyclean-am
+clean-am: clean-generic clean-libtool mostlyclean-am
 
-clean-am:  clean-generic mostlyclean-am
+distclean: distclean-am
+	-rm -f Makefile
+distclean-am: clean-am distclean-generic distclean-libtool
 
-clean: clean-am
+dvi: dvi-am
 
-distclean-am:  distclean-generic clean-am
-	-rm -f libtool
+dvi-am:
 
-distclean: distclean-am
+html: html-am
 
-maintainer-clean-am:  maintainer-clean-generic distclean-am
-	@echo "This command is intended for maintainers to use;"
-	@echo "it deletes files that may require special tools to rebuild."
+info: info-am
+
+info-am:
+
+install-data-am:
+
+install-exec-am:
+
+install-info: install-info-am
+
+install-man:
+
+installcheck-am:
 
 maintainer-clean: maintainer-clean-am
+	-rm -f Makefile
+maintainer-clean-am: distclean-am maintainer-clean-generic
+
+mostlyclean: mostlyclean-am
+
+mostlyclean-am: mostlyclean-generic mostlyclean-libtool
+
+pdf: pdf-am
+
+pdf-am:
+
+ps: ps-am
+
+ps-am:
 
-.PHONY: tags distdir info-am info dvi-am dvi check check-am \
-installcheck-am installcheck install-exec-am install-exec \
-install-data-am install-data install-am install uninstall-am uninstall \
-all-redirect all-am all installdirs mostlyclean-generic \
-distclean-generic clean-generic maintainer-clean-generic clean \
-mostlyclean distclean maintainer-clean
+uninstall-am: uninstall-info-am
 
+.PHONY: all all-am check check-am clean clean-generic clean-libtool \
+	distclean distclean-generic distclean-libtool distdir dvi \
+	dvi-am html html-am info info-am install install-am \
+	install-data install-data-am install-exec install-exec-am \
+	install-info install-info-am install-man install-strip \
+	installcheck installcheck-am installdirs maintainer-clean \
+	maintainer-clean-generic mostlyclean mostlyclean-generic \
+	mostlyclean-libtool pdf pdf-am ps ps-am uninstall uninstall-am \
+	uninstall-info-am
 
 # 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.
--- wmaker-0.92.0.orig/debian/Debian.theme
+++ wmaker-0.92.0/debian/Debian.theme
@@ -0,0 +1,26 @@
+{
+  TitleJustify = left;
+  WindowTitleFont = "-*-helvetica-bold-r-normal-*-12-*-*-*-*-*-*-*";
+  MenuTitleFont = "-*-helvetica-bold-r-normal-*-12-*-*-*-*-*-*-*";
+  MenuTextFont = "-*-helvetica-medium-r-normal-*-12-*-*-*-*-*-*-*";
+  IconTitleFont = "-*-helvetica-medium-r-normal-*-8-*-*-*-*-*-*-*";
+  ClipTitleFont = "-*-helvetica-bold-r-normal-*-10-*-*-*-*-*-*-*";
+  DisplayFont = "-*-helvetica-medium-r-normal-*-12-*-*-*-*-*-*-*";
+  HighlightColor = white;
+  HighlightTextColor = black;
+  ClipTitleColor = black;
+  CClipTitleColor = "rgb:61/61/61";
+  FTitleColor = white;
+  PTitleColor = white;
+  UTitleColor = black;
+  FTitleBack = (hgradient, "rgb:50/5a/5e", "rgb:20/2a/2e");
+  PTitleBack = (hgradient, "rgb:51/50/55", "rgb:80/80/80");
+  UTitleBack = (hgradient, "rgb:c2/c0/c5", "rgb:82/80/85");
+  MenuTitleColor = white;
+  MenuTextColor = black;
+  MenuDisabledColor = gray40;
+  MenuTitleBack = (hgradient, "rgb:50/5a/5e", "rgb:20/2a/2e");
+  MenuTextBack = (hgradient, "rgb:c2/c0/c5", "rgb:82/80/85");
+  WorkspaceBack = (spixmap, debian.tiff, "rgb:8c/81/65");
+  IconBack = (dgradient, "rgb:a6/a6/b6", "rgb:51/55/61");
+}
--- wmaker-0.92.0.orig/debian/wmaker.docs
+++ wmaker-0.92.0/debian/wmaker.docs
@@ -0,0 +1,9 @@
+AUTHORS
+BUGFORM
+BUGS
+NEWS
+README
+TODO
+FAQ
+FAQ.I18N
+debian/Debian.theme.txt
--- wmaker-0.92.0.orig/debian/changelog
+++ wmaker-0.92.0/debian/changelog
@@ -0,0 +1,1988 @@
+wmaker (0.92.0-6.1) unstable; urgency=high
+
+  * Non-maintainer upload.
+  * 70_fix_overrun.diff: New patch, fix buffer overrun when creating new
+    workspaces in Romanian locales. (Closes: #397412)
+
+ -- Steinar H. Gunderson <sesse@debian.org>  Fri, 15 Dec 2006 18:22:42 +0100
+
+wmaker (0.92.0-6) unstable; urgency=medium
+
+  * New Maintainer.
+  * Fixed URLs in debian/copyright and debian/control.
+  * Bump standards version.
+  * Added manual page patch for wmagnify. (Closes: #358333)
+  * Added more manual pages patch. (Closes: #302048)
+  * Updated build-depends and depends (X transition).
+  * Updated FSF address in debian/copyright.
+  * Removed debian/conffiles since /etc stuff is automatically conf file.
+  * Updated the default theme. (Closes: #286344)
+  * Added Etch artwork background image of
+    Andre L. R. Ferreira. (Closes: #59625)
+  * Replaced generated postinst with a cleaned wmaker.postinst.
+  * NMU ACKs. (Closes: #249320, #249461, #361096, #349704, #349187, #150328)
+
+ -- Gürkan Sengün <gurkan@linuks.mine.nu>  Mon, 25 Sep 2006 22:41:28 +0200
+
+wmaker (0.92.0-5.3) unstable; urgency=low
+
+  * Non-maintainer upload.
+    Fix library search path: Add XLFLAGS to src/Makefile.am and 
+    util/Makefile.am. Thanks to Goswin von Brederlow for the patch.
+    (Closes: #358540)
+
+ -- Frederik Schüler <fs@debian.org>  Thu,  6 Apr 2006 14:29:05 +0000
+
+wmaker (0.92.0-5.2) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Add libxinerama-dev to the list of build dependencies. 
+    (Closes: #349524, #349466)
+
+ -- Frederik Schüler <fs@debian.org>  Tue, 24 Jan 2006 16:43:03 +0000
+
+wmaker (0.92.0-5.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Replace build-dependency on xlibs-dev with an explicit build-dependency
+    on each required package. (Closes: #347058)
+
+ -- Steinar H. Gunderson <sesse@debian.org>  Sat, 21 Jan 2006 14:23:19 +0100
+
+wmaker (0.92.0-5) unstable; urgency=low
+
+  * Wee!
+  * debian/control: bring old code back from the death to match -4 (closes:
+    bug#321307)
+  * Weeheeh!
+
+ -- Marcelo E. Magallon <mmagallo@debian.org>  Mon, 19 Sep 2005 20:42:40 -0600
+
+wmaker (0.92.0-4) unstable; urgency=low
+
+  * debian/control: b-d on automake1.4, libtool (closes: bug#328781)
+
+ -- Marcelo E. Magallon <mmagallo@debian.org>  Sat, 17 Sep 2005 19:15:48 -0600
+
+wmaker (0.92.0-3) unstable; urgency=low
+
+  * debian/control, debian/rules: use grep-dctrl to extract version from
+    dpkg-parsechangelog output
+  * debian/rules: add 2005 to copyright.
+  * debian/rules: it's "gnustepdir" not "appspath" (the change was
+    documented, I just didn't do anything about it) (thanks Paul,
+    Daniel) (closes: bug#320429)
+  * debian/rules: reverse sort list of patches (thanks Daniel)
+  * debian/control: add libxkbfile-dev to B-D (thanks Harald) (closes:
+    bug#322894)
+  * configure.ac: used valid x86 but invalid x86-64 instructions to test for
+    x86.  (thanks Len) (sent upstream) (closes: bug#321307)
+
+ -- Marcelo E. Magallon <mmagallo@debian.org>  Thu, 15 Sep 2005 14:40:57 -0600
+
+wmaker (0.92.0-2) unstable; urgency=low
+
+  * src/screen.c: upstream applied patch.  Remove redundant code.
+  * debian/patches/10_gcc4_asm.diff: get to compile with GCC 4.
+
+ -- Marcelo E. Magallon <mmagallo@debian.org>  Sat, 09 Jul 2005 18:34:19 -0600
+
+wmaker (0.92.0-1) unstable; urgency=low
+
+  * New upstream version
+  * Removed patches applied upstream: 20_endian+64bit.diff,
+    60_optional_switch_panel.diff, 70_gnustep_focus.diff, 30_menu_stuff.diff,
+    35_nocycleraise.diff
+  * Updated patches: debian/patches/21_endian+64bit.diff
+
+ -- Marcelo E. Magallon <mmagallo@debian.org>  Sat, 09 Jul 2005 10:58:02 -0600
+
+wmaker (0.91.0-9) unstable; urgency=low
+
+  * debian/patches/21_endian+64bit.diff: stolen from Gentoo (closes:
+    bug#311563)
+  * debian/patches/70_gnustep_focus.diff: taken out of CVS, fixes
+    problem with GNUstep applications.
+  * debian/rules: install wmmacros (closes: bug#315984)
+  * Ack Steve's NMUs (closes: bug#279489)
+
+ -- Marcelo E. Magallon <mmagallo@debian.org>  Sat, 02 Jul 2005 17:00:31 -0600
+
+wmaker (0.91.0-8) unstable; urgency=low
+
+  * debian/rules: don't ship wkdemenu.pl (closes: bug#189542)
+
+ -- Marcelo E. Magallon <mmagallo@debian.org>  Sun, 06 Feb 2005 11:47:37 -0600
+
+wmaker (0.91.0-7.2) unstable; urgency=high
+
+  * Non-maintainer upload.
+  * High-urgency upload for sarge-targetted RC bugfix.
+  * Fix a glaring typo in the previous NMU patch that made it a complete
+    no-op.  Thanks to Steinar Gunderson for catching me on this.
+    Really closes: #279489.
+
+ -- Steve Langasek <vorlon@debian.org>  Tue, 31 May 2005 07:41:06 -0700
+
+wmaker (0.91.0-7.1) unstable; urgency=high
+
+  * Non-maintainer upload.
+  * High-urgency upload for sarge-targetted RC bugfix.
+  * Make sure wmaker falls back to "fixed" in the absence of gsfonts-x11,
+    since X clients can't depend directly on font packages for their
+    operation.  Thanks to Timo Lindfors for finding this bug.
+    Closes: #279489.
+  * Remove debian/patches/40_switchpanel.diff, which conflicts with
+    debian/patches/60_switchpanel.diff; merge the patches together,
+    otherwise dpatch doesn't unpatch cleanly in the "clean" target.
+
+ -- Steve Langasek <vorlon@debian.org>  Wed, 11 May 2005 22:56:50 -0700
+
+wmaker (0.91.0-7) unstable; urgency=low
+
+  * debian/rules: move the ugly hack earlier in the rules, I'm stepping
+    on my own toes.
+
+ -- Marcelo E. Magallon <mmagallo@debian.org>  Sat, 29 Jan 2005 06:13:57 -0600
+
+wmaker (0.91.0-6) unstable; urgency=low
+
+  * debian/patches/35_unix_cycling.diff: stolen from CVS, recover Unix
+    cycling before people get mad (myself included) (closes: bug#289509)
+  * debian/patches/60_optional_switch_panel.diff: stolen from CVS, make
+    switch panel optional.  Closes the other half of 289509 (if you are
+    going to report multiple issues, submit multiple bugs, I don't mind
+    that)
+
+ -- Marcelo E. Magallon <mmagallo@debian.org>  Tue, 11 Jan 2005 20:58:23 -0600
+
+wmaker (0.91.0-5) unstable; urgency=low
+
+  * debian/patches/40_switchpanel.diff: Paul Seelig pointed to a patch
+    by Iain Patterson that fixes a slight glitch with the switch panel.
+    (closes: bug#289195)
+  * debian/patches/20_endian+64bit.diff: pulled out of CVS.  Dan Pascu
+    suggested to use this instead, since it actually fixes the reported
+    problems. Thanks Dan! (closes: bug#281185)
+
+ -- Marcelo E. Magallon <mmagallo@debian.org>  Fri, 07 Jan 2005 19:50:36 -0600
+
+wmaker (0.91.0-4) unstable; urgency=low
+
+  * debian/rules: Ugly hack to put defaults where WindowMaker is looking for
+    them (closes: bug#288730)
+  * debian/patches/20_endian+64bit.diff: fix from David M. Cooke (resent
+    upstream) (closes: bug#288857)
+
+ -- Marcelo E. Magallon <mmagallo@debian.org>  Wed, 05 Jan 2005 21:06:43 -0600
+
+wmaker (0.91.0-3) unstable; urgency=low
+
+  * debian/control: add libxft-dev to libwings-dev dependencies
+  * debian/control: remove hermes from libwraster3-dev's dependencies.
+  * debian/rules: get-wings-flags --libs doesn't include -lXft (closes:
+    bug#283283)
+  * debian/patches/30_menu_stuff.diff: fix GNUstep problems (closes:
+    bug#286343)
+  * debian/patches/50_net_wm_name.diff: add _NET_WM_NAME to helper window.
+  * debian/control: add libfontconfig1-dev to libwings-dev Dependencies (and
+    to Build-Depends, too) (thanks to Kevin McCarty for spotting this)
+  * debian/patches/35_nocycleraise.diff: include a couple fixes from cvs
+    for cycling.c; attempt to fix the "always raise on focus change"
+    misbehaviour; thanks to Marc Martinez for the actual work.
+
+ -- Marcelo E. Magallon <mmagallo@debian.org>  Sun, 14 Nov 2004 14:22:04 -0600
+
+wmaker (0.91.0-2) unstable; urgency=low
+
+  * debian/wmaker.menu-method: output UTF-8 (thanks Bill) (closes: bug#280011,
+    bug#280199)
+  * debian/rules: include zh_TW again (thanks Geoffrey) (closes: bug#280098)
+  * debian/wmaker: don't recurse into subdirectories (closes: bug#279577)
+  * debian/README.Debian: removed outdated information
+  * src/misc.c: Patch stolen from CVS.
+  * debian/rules: Add support for noopt DEB_BUILD_OPTIONS
+  * debian/README.build: remove old info, update current
+  * debian/patches/20_endian+64bit.diff: patch from Julien Blache to fix
+    endianess and 64-bit problems (closes: bug#281185, bug#279884)
+
+ -- Marcelo E. Magallon <mmagallo@debian.org>  Wed, 10 Nov 2004 14:05:30 -0600
+
+wmaker (0.91.0-1) unstable; urgency=low
+
+  * debian/control: fix tyops (closes: bug#277247)
+  * debian/wmaker: fix tpo (converfonts -> convertfonts)
+
+ -- Marcelo E. Magallon <mmagallo@debian.org>  Sat, 30 Oct 2004 10:07:53 -0600
+
+wmaker (0.91.0-0) unstable; urgency=low
+
+  * New upstream release
+  * Upstream incorporated fixes in util/Makefile.in
+  * debian/rules: make a symlink from /usr/bin/WindowMaker to
+    /usr/lib/WindowMaker/WindowMaker, else restart fails.  This will be
+    removed in sarge+1.  (woody has a /usr/bin/WindowMaker, sarge will, too)
+
+ -- Marcelo E. Magallon <mmagallo@debian.org>  Tue, 26 Oct 2004 13:56:16 -0600
+
+wmaker (0.90.0-5) unstable; urgency=low
+
+  * debian/patches/20_make-vdesktop-dynamic.diff: make the vdesktop setting
+    modifiable at runtime (i.e. no need to restart)
+  * src/defaults.c: set VirtualEdgeThickness to 0 (disables the virtual
+    desktop code)
+
+ -- Marcelo E. Magallon <mmagallo@debian.org>  Sun, 24 Oct 2004 18:48:52 -0600
+
+wmaker (0.90.0-4) unstable; urgency=low
+
+  * Here's to you, Dan :-)
+  * debian/control: Dan Pascu pointed out that the correct build dependency is
+    Xft, not fontconfig.
+  * debian/wmaker: He also pointed out that WMGLOBAL needs to be converted,
+    too.
+  * Hopefully this release will be ironed out when it finally manages to get
+    past whichever girl is the one that has to do her thing...
+
+ -- Marcelo E. Magallon <mmagallo@debian.org>  Sun, 24 Oct 2004 12:01:12 -0600
+
+wmaker (0.90.0-3) unstable; urgency=low
+
+  * debian/control: added fontconfig and removed hermes from build
+    dependencies.
+  * debian/wmaker: run convertfonts if needed.
+  * debian/rules, debian/wmaker.dirs: put WindowMaker in
+    /usr/lib/WindowMaker/WindowMaker.  Likewise for convertfonts.
+
+ -- Marcelo E. Magallon <mmagallo@debian.org>  Sun, 24 Oct 2004 08:20:06 -0600
+
+wmaker (0.90.0-2) unstable; urgency=low
+
+  * Readded patches accidentally forgotten.  Thanks Marc-Christian Petersen.
+  * Fix urgency, I hope.
+
+ -- Marcelo E. Magallon <mmagallo@debian.org>  Sun, 24 Oct 2004 07:34:27 -0600
+
+wmaker (0.90.0-1) unstable; urgency=medium
+
+  * New upstream version
+  * Ack NMUs.  Many thanks to Bill for doing so much of the grunt work.
+    Closes: #203817, #262545, #262844, #250018, #250326, #250315, #232258,
+    #43887, #92265, #154671, #115682, #241554, #220497, #241520, #165139,
+    #196936, #234587, #192741, #243612, #195102.
+  * AFAIUI the following entry from the previous changelog does indeed
+    correspond to a bugfix (IOW, I can't reproduce it anymore).
+        + Change menu-methods to mark GNUSTEP_USER_ROOT as an absolute path.
+          Together with menu 2.1.16, this will fix bugs #252637 and #252891.
+          Closes: #252637, #252891
+  * debian/rules: Is zh_TW.Big5 still fubared?
+  * debian/rules: remove HINTS, DEBUG, SOUND
+  * debian/rules: clean up patch rules
+  * debian/rules: Disable messing around with automake and stuff.
+  * debian/control: libwraster3
+
+ -- Marcelo E. Magallon <mmagallo@debian.org>  Sat, 23 Oct 2004 13:02:08 -0600
+
+wmaker (0.80.2-0.4) unstable; urgency=medium
+
+  * NMU with Marcelo approval.
+  * Add patch 12_wm_focus.diff (closes: #203817). Thanks to Alexis S. L.
+    Carvalho, Alexey Spiridonov and Julien Wajsberg.
+  * debian/wmaker.menu-method, debian/appearance.menu-method,
+    debian/wmakerpl.menu-method: 
+    + Change menu-methods to mark GNUSTEP_USER_ROOT as an absolute path.
+      Together with menu 2.1.16, this will fix bugs #252637 and #252891.
+
+ -- Bill Allombert <ballombe@debian.org>  Fri,  6 Aug 2004 00:11:37 +0200
+
+wmaker (0.80.2-0.3) unstable; urgency=medium
+
+  * NMU
+  * Recompile against libtiff4 and change dependencies of libwraster2-dev
+    accordingly (Closes: #262545, #262844).
+
+ -- Andreas Metzler <ametzler@debian.org>  Mon,  2 Aug 2004 05:23:32 +0200
+
+wmaker (0.80.2-0.2) unstable; urgency=low
+
+  * NMU with maintainer approval (Thanks Marcelo!)
+  * configure.ac: AM_INIT_AUTOMAKE: bump version to 0.80.2 since upstream
+    forgot to do it (closes: #250018, #250326). 
+  * debian/appearance.menu-method: (closes: #250315)
+    + Add support for GNUSTEP_USER_ROOT, thanks Patrice Neff.
+  * util/wmchlocale.in: (closes: #232258)
+    + fix typo preventing script to start, thanks Dirk Schulz.
+  * debian/wmaker.menu:
+    + Move Exit and Exit Session at top-level (closes: #43887).
+    + Move other needs=wmaker entries to WindowManagers/Modules 
+      (closes: #92265).
+  * debian/wmaker.menu-method: 
+    + Use SHEXEC instead of EXEC (closes: #154671).
+  * doc/wmaker.1x: (closes: #115682)
+    + Remove duplicate pixmap path. Thanks Daniel Bonniot.
+  * debian/rules: get rid of /usr/X11R6/bin/wmaker symlink.
+    
+ -- Bill Allombert <ballombe@debian.org>  Mon, 31 May 2004 08:58:54 +0200
+
+wmaker (0.80.2-0.1) unstable; urgency=low
+
+  * NMU with maintainer approval, see #249461.
+  * New upstream release, by request of Marcelo (closes: #195102).
+  * This version include the fix to wrlib/raster.c.
+  * Build with current libtool (1.5.6-1).
+  * src/Makefile.am: Fix FTBFS with new libtool.
+    + Add @LIBRARY_SEARCH_PATH@. 
+  * debian/wmaker.menu-methods: 
+    + Add outputencoding="ISO-8859-1" (closes: #234587).
+    + Add support for GNUSTEP_USER_ROOT (closes: #192741, #243612).
+    + Use title() not $title and convert " to '.
+  * debian/wmaker.menu: quote 'needs' fields. (27 lintian warnings)
+  * debian/control: 
+    + Add Conflicts with menu (<<2.1.10) (needed for shell()).
+    + Remove broken link in wmaker description (closes: #196936), thanks Jay
+      Bonci.
+    + Add Homepage: <http://www.windowmaker.org/> in wmaker description
+    + Remove extraneous comma in Uploaders: field.
+    + Set libpng build-dependency to libpng12-dev (>= 1.2.5.0-4)
+      (closes: #165139).
+    + Apply patch from Kevin B. McCarty for more fine grained X11 deps. 
+      (closes: #241520).
+    + Change section of -dev packages to libdevel to match overrides file.
+    + Bump Standard-Version to 3.6.1.
+    + Remove dots at the end of the short descriptions (3 lintian warnings).
+  * debian/wmaker:
+    + Apply patch by Kevin B. McCarty to handle spaces in GNUSTEP_USER_ROOT.
+      (closes: #220497).
+  * debian/wmaker.desktop: Added (closes: #241554), thanks Sylvain Le Gall.
+    + DISCLAIMER: This should not be construed as an endorsement of 
+      /usr/share/xsessions, however. see the comments in #241554.
+  * debian/rules: 
+    + Install wmaker.desktop in /usr/share/xsessions. 
+    + Add --noscripts to dh_installmenu since we handle them manually.
+  * debian/changelog: convert to UTF-8.
+    + Remove obsolete user emacs settings (5 lintian warnings).
+  * The maintainer scripts below were removed, since they are copy of
+    automatically generated scripts by debhelper for the /usr/share/doc
+    transition: (14 lintian warnings)
+    + debian/libwings-dev.postinst, debian/libwings-dev.prerm
+    + debian/libwmaker0-dev.postinst, debian/libwmaker0-dev.prerm
+    + debian/libwraster2-dev.postinst, debian/libwraster2-dev.prerm
+    + debian/libdockapp-dev.postinst, debian/libdockapp-dev.prerm
+    + debian/libwraster2.prerm
+  * debian/libwraster2.postinst (2 lintian warnings)
+    + Replace debhelper generated part by DEBHELPER token.
+    + Fix "unkow" typo.
+  * debian/wmaker.postinst.tmpl, debian/wmaker.prerm: 
+    + Remove /usr/share/doc transition code. (1 lintian warning)
+  * debian/wmaker.postinst.tmpl, debian/wmaker.prerm, debian/wmaker.preinst:
+    + Add DEBHELPER token. (3 lintian warnings)
+  * debian/wmaker.postrm
+    + Add DEBHELPER token. (1 lintian warning)
+    + Fix inst variable that still refered to wmstyle.
+
+ -- Bill Allombert <ballombe@debian.org>  Tue, 18 May 2004 15:16:28 +0200
+
+wmaker (0.80.1-8) unstable; urgency=low
+
+  * debian/patches/11_alt_focus.diff: patch from the mailing list to fix yet
+    another focus problem.  Thanks to Alexey Voinov (voins at
+    voins.program.ru)
+
+ -- Marcelo E. Magallon <mmagallo@debian.org>  Sun, 10 Aug 2003 10:26:03 +0200
+
+wmaker (0.80.1-7) unstable; urgency=low
+
+  * debian/patches/10_gtk2_flicker.diff: patch lifted from the mailing list to
+    fix the GTK+ 2 flashing thing.  Thanks to Alexey Spiridonov
+    (lesha at netman.ru) (closes: bug#154362, bug#152892)
+
+ -- Marcelo E. Magallon  <mmagallo@debian.org>  Thu, 31 Jul 2003 14:28:02 +0200
+
+wmaker (0.80.1-6) unstable; urgency=low
+
+  * debian/patches/01_wm-windowlistmenu.diff: update
+  * debian/rules: tweak the patch/unpatch stuff to be able to use CVS diffs
+  * debian/README.build: document the previous modification
+  * debian/patches/01_wm-windowlistmenu.diff: fix thinko (actually call
+    initialization function) (closes: bug#177796, bug#178485, bug#178916)
+
+ -- Marcelo E. Magallon <mmagallo@debian.org>  Sat, 01 Feb 2003 13:34:15 +0100
+
+wmaker (0.80.1-5) unstable; urgency=low
+
+  * debian/patches/*.patch: rename to .diff, duh. (closes: bug#165636)
+    debian/rules scans for debian/patches/*.diff *only*.
+  * debian/README.build: ok, ok, I complain about undocumented obscure build
+    systems and I fail to document this thing myself.
+  * src/xinerama.c: add a missing WMRect declaration which prevents the
+    xinerama-enabled Window Maker from building.  The patch mentioned in the
+    bug report has been merged upstream AFAICS.  (closes: bug#112670)
+  * debian/README.Debian: added Xinerama-building info (thanks to Craig
+    Ringer).
+  * wrlib/raster.c: update fix for 168164 from upstream.
+  * debian/patches/06_windows_cycling_fix.diff: fix for NON-windows-style
+    cycling bug. (thanks to Jan Hudec) (closes: bug#167101)
+  * debian/control: add Conflicts with the current versions of everything that
+    declares a Build-Dependency on wraster.
+  * debian/rules: update shlibs info for libwraster2.
+  * debian/control: build depend on libpng12-0-dev (ugly names are trendy, I
+    see)
+
+ -- Marcelo E. Magallon <mmagallo@debian.org>  Sun, 19 Jan 2003 18:10:27 +0100
+
+wmaker (0.80.1-4) unstable; urgency=low
+
+  * Correct buffer overflow DSA-190-1 (closes: bug#168164)
+
+ -- John H. Robinson, IV <jaqque@debian.org>  Sat,  9 Nov 2002 10:37:59 -0800
+
+wmaker (0.80.1-3.1) unstable; urgency=low
+
+  * debian/patches/*.patch renamed to .diff, duh
+  * debian/patches/99_trance.diff: transparent menus.
+
+ -- Marcelo E. Magallon <mmagallo@debian.org>  Mon, 14 Oct 2002 22:13:10 +0200
+
+wmaker (0.80.1-3) unstable; urgency=low
+
+  * debian/patches/00_window_levels.diff: Patch from Jeff Teunissen to
+    fix some invalid pointer dereferences.
+  * debian/control: add John and Martin to the Uploaders field.
+  * (XXX: UNTESTED) debian/patches: new patches from Marc-Christian Petersen
+        01_wm-windowlistmenu.patch: accepted upstream
+        02_wm-WINGs-fix.patch: simple WINGs patch
+        03_wm_autoscale.patch: decide automatically if a background has to be
+            scaled or tiled.
+        05_wm_multiscreen.patch: fixes some xinerama(?) bugs
+
+ -- Marcelo E. Magallon <mmagallo@debian.org>  Sun, 06 Oct 2002 11:33:48 +0200
+
+wmaker (0.80.1-2) unstable; urgency=low
+
+  * debian/WMWindowAttributes: correct path for WPrefs.tiff, thanks to Lionel
+    Elie Mamane (closes: bug#106737)
+  * Scanned sources for other instances of /Apps; got to double check this
+  * src/misc.c: rework MakeCPPArgs()
+  * src/misc.c: add DefaultConfigPath(), I'm trying to get WindowMaker to use
+    GNUSTEP_USER_ROOT more uniformly.
+  * Replaced DEF_CONFIG_PATH with DefaultConfigPath() all over the place
+    (closes: bug#154030)
+
+ -- Marcelo E. Magallon <mmagallo@debian.org>  Sat, 27 Jul 2002 12:17:23 +0200
+
+wmaker (0.80.1-1) unstable; urgency=low
+
+  * New upstream, yay!
+  * debian/patches/*, remove
+  * debian/rules: filter out zh_TW.Big5, msgfmt barfs on it.
+
+ -- Marcelo E. Magallon <mmagallo@debian.org>  Thu,  4 Jul 2002 10:17:29 +0200
+
+wmaker (0.80.0-5) unstable; urgency=low
+
+  * Ewww... there's a big mess with libpng2/libpng3 it seems.
+  * debian/control: Build depend on libpng2-dev.  Make libwraster2-dev depend
+    on libpng2-dev.
+  * debian/rules: make get-wraster-flags *not* include things other than
+    -lwraster.  Let the linker figure out the dependencies.
+  * Change shlib.deps for libwraster2 to this version to make sure that newly
+    compiled packages get the proper library.
+
+ -- Marcelo E. Magallon <mmagallo@debian.org>  Mon, 20 May 2002 20:24:56 +0200
+
+wmaker (0.80.0-4) unstable; urgency=high
+
+  * debian/patches/01_buffer_overflow.diff: buffer overflow patch from
+    upstream (apply after next patch!)
+  * debian/patches/00_0.80.0.diff: update, fixes several crashes
+  * WINGs/wapplication.c: use GNUstep/System and Applications, too. (closes:
+    bug#141840)
+  * doc/wcopy.1x: change description a little, apparently .SH doesn't
+    work with multiple commands and descriptions. (closes: bug#135085)
+  * src/defaults.c: fix braino when updating a patch, it's GNUstep/Defaults,
+    not GNUstep/Defaults/WindowMaker.  Thanks Torbjørn Andersson (and sorry
+    about the long delay) (closes: bug#129466, bug#127718)
+  * debian/rules: rm -f src/wconfig.h when configuring wmaker, I'm not sure
+    I understand why this is suddenly a problem.
+  * debian/control: s/libpng2-dev/libpng-dev/, please send a message with RED
+    BLINKING TEXT to d-d-a when you do something like this.  There's a bunch
+    of stuff that depends on libpng-dev and another bunch which depends on
+    libpng2-dev.  This is not nice for users.  SCREW UP THE AUTOBUILDERS.
+  * Ack NMU (closes: bug#141607, bug#129960)
+
+ -- Marcelo E. Magallon <mmagallo@debian.org>  Sun, 14 Apr 2002 11:51:36 +0200
+
+wmaker (0.80.0-3.1) unstable; urgency=low
+
+  * Change GNUstep directory to /usr/lib/GNUstep/System (closes: #129960).
+
+ -- Matthias Klose <doko@debian.org>  Sun,  7 Apr 2002 12:00:10 +0200
+
+wmaker (0.80.0-3) unstable; urgency=low
+
+  * debian/copyright: Add LGPL note (closes: bug#131775)
+
+ -- Marcelo E. Magallon <mmagallo@debian.org>  Sun,  3 Feb 2002 18:02:56 +0100
+
+wmaker (0.80.0-2) unstable; urgency=low
+
+  * debian/patches/00_0.80.0.diff: 0.80.0 to current CVS, fixes some crashing
+    bugs.
+
+ -- Marcelo E. Magallon <mmagallo@debian.org>  Sat,  2 Feb 2002 17:17:43 +0100
+
+wmaker (0.80.0-1) unstable; urgency=low
+
+  * Damn.
+  * New upstream version.
+
+ -- Marcelo E. Magallon <mmagallo@debian.org>  Sun, 23 Dec 2001 23:38:49 +0100
+
+wmaker (0.70.0-2) unstable; urgency=low
+
+  * debian/rules: add patch and unpatch targets
+  * debian/patches: contains patches that I don't want on my CVS tree for
+    whatever reason
+  * debian/patches/00_0.70.1.diff: pulled out of CVS, fixes a number of
+    bugs in wmaker.
+  * debian/rules: include -I/usr/X11R6/include in get-*-flags --cflags
+  * debian/rules: add /usr/X11R6/bin/wmaker -> /usr/bin/wmaker symlink to
+    accommodate people who hardcode paths.  This will be removed in woody+1.
+    (closes: bug#114746)
+  * Patch from Les Schaffer to get the GNOME pager working again (closes:
+    bug#115177)
+
+ -- Marcelo E. Magallon <mmagallo@debian.org>  Sat, 24 Nov 2001 22:15:40 +0100
+
+wmaker (0.70.0-1) unstable; urgency=low
+
+  * New upstream version
+  * debian/control: doesn't depend on libproplist anymore
+
+ -- Marcelo E. Magallon <mmagallo@debian.org>  Fri,  5 Oct 2001 08:52:51 +0200
+
+wmaker (0.65.1-3) unstable; urgency=high
+
+  * debian/rules: really fix what the previous entry says I fixed.
+
+ -- Marcelo E. Magallon <mmagallo@debian.org>  Thu,  4 Oct 2001 14:36:33 +0200
+
+wmaker (0.65.1-2) unstable; urgency=high
+
+  * debian/rules: woops, removed too much information from the get-* scripts
+
+ -- Marcelo E. Magallon <mmagallo@debian.org>  Sun, 19 Aug 2001 19:27:52 +0200
+
+wmaker (0.65.1-1) unstable; urgency=high
+
+  * New upstream version.
+
+ -- Marcelo E. Magallon <mmagallo@debian.org>  Tue, 24 Jul 2001 11:43:42 +0200
+
+wmaker (0.65.0-5) unstable; urgency=high
+
+  * debian/wmaker.menu-method: quote menu section names (thanks William)
+    (closes: bug#105484)
+  * debian/control: added dependencies on foo-dev to libwraster-dev (closes:
+    bug#105623)
+  * util/wsetfont: remove bashisms, sent upstream (closes: bug#106228)
+  * src/switchmenu.c: patch from upstream to fix buffer overflow
+
+ -- Marcelo E. Magallon <mmagallo@debian.org>  Tue, 24 Jul 2001 08:19:47 +0200
+
+wmaker (0.65.0-4) unstable; urgency=low
+
+  * debian/rules: fix assignment of W?FLAGS variables. (closes: bug#103412)
+  * Replace sigaction() on SIGPIPE with SIG_DFL to a dummy empty signal
+    handler to avoid passing SIG_DFL on SIGPIPEs to children. (thanks Phil)
+    (closes: bug#104016)
+
+ -- Marcelo E. Magallon <mmagallo@debian.org>  Wed,  4 Jul 2001 09:54:43 +0200
+
+wmaker (0.65.0-3) unstable; urgency=low
+
+  * Use upstream's patch for bug#99311
+  * Kill window instance numbers.  This feature drives all the Window Maker
+    users I know up the wall.
+  * src/wconfig.h.in: cheat regarding the dissapearing WorkSpace name.
+    Window Maker is compiled with I18N, which makes LargeDisplayFont
+    -*-*-medium-r-normal--24-*, which, with some combination of font
+    pakcages, selects some non 8859-1 font, which means nothing is
+    displayed.  Changing this to -*-*-bold-r-normal--24-* makes the Xserver
+    (?) pick something else.  Someone with a clue regarding MB please help.
+
+ -- Marcelo E. Magallon <mmagallo@debian.org>  Sat, 16 Jun 2001 20:29:16 +0200
+
+wmaker (0.65.0-2) unstable; urgency=low
+
+  * We have moved.  Please visit us at our new location in /usr.
+  * src/actions.c: fix fullscreen maximization (this way it makes sense to me,
+    but I'm not 100% sure this is what the developers intended) (thanks Joey)
+    (closes: bug#99311)
+
+ -- Marcelo E. Magallon <mmagallo@debian.org>  Sat,  2 Jun 2001 22:26:18 +0200
+
+wmaker (0.65.0-1) unstable; urgency=low
+ 
+  * New upstream version (AYBABTU)
+  * This version fixes the speckles on PowerPC (closes bug#79272)
+  * debian/rules: added versioned dependency for libwraster2.
+  * debian/rules: undo filtering out of zh_TW.Big5 in LINGUAS (thanks Anthony!)
+    (sent new file upstream)
+  * po/zh_CH.po: remove -80 from charset, per Anthony's suggestion.  Sent
+    upstream.
+  * debian/rules: add hermes1-dev to Build-Depends.
+
+ -- Marcelo E. Magallon <mmagallo@debian.org>  Fri, 11 May 2001 09:49:18 +0200
+
+wmaker (0.64.0-6) unstable; urgency=low
+
+  * debian/wmaker.menu-method: Fixed reference to menu's documentation
+    (closes: bug#90585)
+  * debian/control: s/xlib6g-dev/xlibs-dev/
+  * debian/control: remove superfluous suggests
+  * debian/rules: %s/TMPDIR/DEBTMPDIR/g (/me hides) (thanks zarq)
+  * debian/rules: filter-out zh_TW.Big5 in LINGUAS.  Want it back?  Figure out
+    what's wrong with it.  I really can't see the problem.
+
+ -- Marcelo E. Magallon <mmagallo@debian.org>  Sun,  6 May 2001 15:33:01 +0200
+
+wmaker (0.64.0-5) unstable; urgency=low
+
+  * Woops, typo in code that moves man from X11R6 to share (thanks for noticing,
+    Jordi)
+  * debian/manpages/WindowMaker.1x: change to '.so man1/wmaker.1x' (thanks to
+    joeyh)
+
+ -- Marcelo E. Magallon <mmagallo@debian.org>  Mon, 12 Mar 2001 23:03:38 +0100
+
+wmaker (0.64.0-4) unstable; urgency=low
+
+  * WindowMaker/Defaults/Makefile.am: added a missing $(srddir) (sent
+    upstream) (thanks Gordon Sadler)
+  * debian/rules: got rid of that silly RPATHTOXBINDIR thing.
+  * debian/rules: some clean up.
+  * debian/manpages/: added manpages for WPrefs and upgrade-wmaker-defaults.
+  * debian/rules: use dh_installman to install manpages
+
+ -- Marcelo E. Magallon <mmagallo@debian.org>  Sat, 10 Mar 2001 09:09:08 +0100
+
+wmaker (0.64.0-3) unstable; urgency=low
+
+  * debian/wmaker.prerm: remove 'upgrade' from the cases where the
+    x-window-manager alternative is removed. (closes: bug#87333)
+
+ -- Marcelo E. Magallon <mmagallo@debian.org>  Mon, 12 Feb 2001 22:53:43 +0100
+
+wmaker (0.64.0-2) unstable; urgency=low
+
+  * redo fix from 0.63.1-4 (partially)
+
+ -- Marcelo E. Magallon <mmagallo@debian.org>  Mon, 12 Feb 2001 22:53:43 +0100
+
+wmaker (0.64.0-1) unstable; urgency=low
+
+  * *sigh* I finally upload a fixed get-foo-flags and the next day a new
+    upstream comes out.
+  * oh, new upstream, btw.
+
+ -- Marcelo E. Magallon <mmagallo@debian.org>  Sun, 11 Feb 2001 23:36:55 +0100
+
+wmaker (0.63.1-4) unstable; urgency=low
+
+  * debian/rules: *sigh* fix /usr/X11R6/include/WINGs.  This might change
+    depending on what upstream does in the next version.  For now no other
+    debian package should be changed because of this.
+
+ -- Marcelo E. Magallon <mmagallo@debian.org>  Sat, 10 Feb 2001 01:13:49 +0100
+
+wmaker (0.63.1-3) unstable; urgency=low
+
+  * debian/rules: remove wmsetup
+  * debian/manpages/wmaker.1x: update
+  * debian/WindowMaker, WindowMaker/Defaults/WMGLOBAL: MultiByteText set
+    to AUTO
+
+ -- Marcelo E. Magallon <mmagallo@debian.org>  Sun, 21 Jan 2001 14:39:05 +0100
+
+wmaker (0.63.1-2) unstable; urgency=low
+
+  * Install /etc/GNUstep/Defaults/WMRootMenu (closes: bug#82195)
+
+ -- Marcelo E. Magallon <mmagallo@debian.org>  Sun, 14 Jan 2001 19:19:16 +0100
+
+wmaker (0.63.1-1) unstable; urgency=low
+
+  * New upstream version.  Weee!
+
+ -- Marcelo E. Magallon <mmagallo@debian.org>  Sun,  7 Jan 2001 13:33:39 +0100
+
+wmaker (0.63.0-1) unstable; urgency=low
+
+  * New upstream version.
+  * debian/control: added dependencies on libwraster-dev and libproplist-dev
+    for libwings-dev (closes: bug#49277, bug#74530)
+  * debian/rules: put get-*-flags where they belong (sorry, missed this one
+    for a long time) (closes: bug#49357)
+  * debian/README.Debian: remove reference to second faq (thanks Stephane
+    Bortzmeyer) (closes: bug#59822)
+
+ -- Marcelo E. Magallon <mmagallo@debian.org>  Sat,  6 Jan 2001 13:24:15 +0100
+
+wmaker (0.62.1-3) unstable; urgency=low
+
+  * Thanks to Matthew Ashton <mashton@stormix.com> for taking a look and
+    providing most of the fixes in this release.  (You guys at Stormix are
+    cool, did I say that before?)
+  * WindowMaker/background.menu: add to submenus: Tiled and Scaled (closes:
+    bug#62302)
+  * debian/control: Removed hard coded dependency on libproplist0 (wtf
+    is that doing there?!?)
+  * Bumped standards version to 3.3.1 and added Build-Depends.
+  * debian/WMWindowAttributes: added entries for NTerm, NXTerm and KTerm.
+  * WindowMaker/Defaults/WMState.in: s/xterm/x-terminal-emulator/ (closes:
+    bug#59268)
+  * fixed icon for WPrefs.app on the default desktop (closes: #67787)
+  * Recompiled using libungif4 (thanks to Jeff "Deek" Teunissen
+    <deek@dusknet.dhs.org> for pointing this out)
+  * debian/WindowMaker.default: KbdModeLock=No (does this fix the empty
+    box on the window titles bug?)
+
+ -- Marcelo E. Magallon <mmagallo@debian.org>  Sun, 26 Nov 2000 13:35:51 +0100
+
+wmaker (0.62.1-2) unstable; urgency=low
+
+  * debian/Debian.jpg.uu cropped to have a 4/3 aspect ratio
+  * src/misc.c: removed code that inserts -I<path to current file> in the
+    preprocessor arguments, it's not required as that is what 
+    '#include "foo"' does (closes: bug#76317)
+  * debian/manpages/wmaker.1x: removed Debian options, there aren't any
+    of them now. (closes: bug#76260)
+  * debian/wmaker.menu: Added Preferences to WindowManagers (wmaker) menu
+    (closes: bug#61284)
+  * debian/wmaker.docs: add FAQ.I18N
+
+ -- Marcelo E. Magallon <mmagallo@debian.org>  Sat, 18 Nov 2000 09:49:06 +0100
+
+wmaker (0.62.1-1) unstable; urgency=low
+
+  * New maintainer.
+  * src/wconfig.h.in: s/I18N_MB/I18N/g (closes: 58089)
+
+ -- Marcelo E. Magallon <mmagallo@debian.org>  Sun, 12 Nov 2000 14:04:06 +0100
+
+wmaker (0.62.1-0.1) unstable; urgency=low
+
+  * NMU.
+  * New upstream version.
+  * src/moveres.c: removed misplaced patch (somehow trying to fix an
+    aspect bug, a patch got merged into the code that draws the resizing
+    lines in technical style, sorry Chris, my fault probably)
+  * docklib removed upstream... uh?
+  * debian/rules: removed docklib references
+  * debian/control: removed libdockapp package.
+  * debian/rules: s/??.po/*.po/ (don't ignore zh_CN.po and friends)
+  * debian/rules: install README.definable-cursor
+  * debian/rules: libwraster's version is now 2.
+  * debian/control: s/libwraster1/libwraster2/
+
+ -- Marcelo E. Magallon <mmagallo@debian.org>  Sun, 16 Jul 2000 21:07:12 +0200
+
+wmaker (0.61.1-4) frozen unstable; urgency=low
+
+  * Added x-window-manager to Provides: line in control.
+
+ -- Chris McKillop <cdm@debian.org>  Sun,  6 Feb 2000 21:15:36 -0500
+
+wmaker (0.61.1-3) frozen; urgency=low
+
+  * Added --enable-modelock for different X input methods.
+  * Added calls to x-terminal-emulator instead of xterm in
+    default settings.
+  * Cleaned up the control file.
+  * 
+
+ -- Chris McKillop <cdm@debian.org>  Tue,  1 Feb 2000 00:42:12 -0500
+
+wmaker (0.61.1-2) frozen; urgency=low
+
+  * Merged wmaker-[plain,kde,gnome] into the wmaker package.
+    o This new single binary supports all forms of hinting.
+  * Added the Debian theme as the default setup for new users.
+  * Added support for the x-window-manager convention.
+
+ -- Chris McKillop <cdm@debian.org>  Sun, 16 Jan 2000 20:06:12 -0500
+
+wmaker (0.61.1-1) unstable; urgency=low
+
+  * New upstream release
+  * Added linking to /usr/doc in all packages.
+
+ -- Chris McKillop <cdm@debian.org>  Sun, 17 Oct 1999 17:46:58 -0500
+
+wmaker (0.61.0-1) unstable; urgency=low
+
+  * New upstream version.
+  * Skipped, never uploaded.
+  * New maintainer
+
+ -- Chris McKillop <cdm@debian.org>  Mon, 20 Sep 1999 18:33:03 -0600
+
+wmaker (0.60.0.19990831-3) unstable; urgency=low
+
+  * debian/control: shortened short descriptions for wmaker, wmaker-plain,
+    wmaker-gnome and wmaker-kde (closes: bug#45542)
+
+ -- Marcelo E. Magallon <mmagallo@debian.org>  Mon, 20 Sep 1999 10:14:13 -0600
+
+wmaker (0.60.0.19990831-2) unstable; urgency=low
+
+  * debian/rules: /usr/share/doc, /usr/share/man
+
+ -- Marcelo E. Magallon <mmagallo@debian.org>  Tue, 14 Sep 1999 10:12:57 -0600
+
+wmaker (0.60.0.19990831-1) unstable; urgency=low
+
+  * "new" upstream version.
+
+ -- Marcelo E. Magallon <mmagallo@debian.org>  Mon, 13 Sep 1999 11:55:18 -0600
+
+wmaker (0.60.0-5) unstable; urgency=low
+
+  * debian/wmaker.menu: removed "Window Maker (debian)" entry.  It's
+    confusing. (closes: bug#37994)
+  * wrlib/xpm.c::RGetImageFromXPMData: handles all the defined xpm color
+    specification formats. (sent upstream) (closes: bug#35502)
+  * Splitted wmaker into wmaker and wmaker-plain.  wmaker depends on
+    each of wmaker-{plain,gnome,kde}; each of them depends on wmaker (=
+    ${Source-Version}).  This ensures upgrades will be performed
+    smoothly.
+  * debian/wmaker-gnome.prerm: s/debian/gnome/
+  * debian/wmaker.postinst.tmpl: removes WindowMaker-debian alternative
+    upon installation.
+  * debian/wmaker.prerm: removed code to remove alternative.
+  * debian/wmaker-{gnome,kde}.menu: removed.  Those are confusing people.
+  * debian/control: modified wmaker's description.  (s/afterstep//gi)
+  * debian/wmaker.menu: fixed sort keys for several entries
+  * WindowMaker/wmmacros, debian/wmaker: uses $GNUSTEP_USER_ROOT instead
+    of $HOME/GNUstep. (closes: bug#43578)
+
+ -- Marcelo E. Magallon <mmagallo@debian.org>  Sat,  4 Sep 1999 09:36:32 -0600
+
+wmaker (0.60.0-4) unstable; urgency=low
+
+  * debian/wmaker.menu-method, debian/appearance.menu-method: updated to
+    make it compatible with new menu package. (closes: bug#39836,
+    bug#37994)
+
+ -- Marcelo E. Magallon <mmagallo@debian.org>  Thu,  1 Jul 1999 21:59:46 -0600
+
+wmaker (0.60.0-3) unstable; urgency=low
+
+  * WINGs/WINGs.h: changed #include <WUtil.h> to #include "WUtil.h" before
+    Roman sends black choppers this way :) (closes: bug#39852)
+
+ -- Marcelo E. Magallon <mmagallo@debian.org>  Tue, 29 Jun 1999 10:09:57 -0600
+
+wmaker (0.60.0-2) unstable; urgency=low
+
+  * debina/rules::build-wmaker-debian-stamp: removes leftovers that
+    shouldn't be in the tarball in the first place.  Since I'm using a
+    VPATH build, make in checking in $(builddir)/WindowMaker/Defaults for
+    WMWindowAttributes, WindowMaker and WMState, and _also_ in
+    $(srcdir)/WindowMaker/Defaults.  Since it finds that the $(srcdir)
+    versions are newer than their `.in' dependencies, it doesn't
+    regenerate the files in $(builddir), which is _bad_ because
+    WindowMaker/IconSets/Makefile.am searches for WMWindowAttributes in
+    ../Defaults (or something equivalent to that). (closes: bug#38572)
+  * debian/wmaker.menu: modified placement of Exit, Exit Session and
+    Restart commands.  Added Info Panel and Legal Panel.  (closes:
+    bug#37634)
+
+ -- Marcelo E. Magallon <mmagallo@debian.org>  Sun, 13 Jun 1999 13:02:46 -0600
+
+wmaker (0.60.0-1) unstable; urgency=low
+
+  * New upstream release
+  * Oops... this is going to be problematic.  I stupidly `corrected'
+    libwraster's libtool version on the last release.  That produced
+    libwraster2.  But upstream didn't made this change.  Now the libtool
+    version has been correctly changed wrt 0.53.0, but my fix wasn't
+    incorporated.  That means libtool version is now 3:0:2, instead of
+    3:0:1.  That produces libwraster1, not libwraster2.  This is
+    technically wrong, but I'll stick to upstream's version.  Guy's gonna
+    kill me... I submitted a bug asking for the removal of libwraster1
+    from the archive.  Now I'll have to ask for the removal of libwraster2
+    and have libwraster1 reincorporated into the archive.
+  * debian/control: went back to libwraster1.
+  * debian/wmaker.menu-method: added SHORTCUT support. (Thanks blue!)
+  * debian/README: updated to reflect SHORTCUT support.
+  * debian/rules: yet another try at shlibs info.  This time I have
+    finally got this right.
+
+ -- Marcelo E. Magallon <mmagallo@debian.org>  Thu,  3 Jun 1999 23:19:53 -0600
+
+wmaker (0.53.0-3) unstable; urgency=low
+
+  * src/misc.c: added -undef to cpp call.  Undefines non-standard
+    macros. (closes: bug#28595)
+
+ -- Marcelo E. Magallon <mmagallo@debian.org>  Sat, 29 May 1999 12:13:07 -0600
+
+wmaker (0.53.0-2) unstable; urgency=low
+
+  * debian/rules: removed --enable-lite for KDE.  Looking at the diffs in
+    README.KDE between 0.52.0 and 0.53.0 it seems --enable-lite is not
+    such a good idea afterall.
+  * debian/wmaker.postinst.tml: try to cope with a dangling symlink in the
+    alternatives.
+  * debian/wmaker-{gnome,kde}.prerm: added.  Reread packaging manual.
+    Alternatives are removed on prerm, NOT postrm. (closes: bug#34526,
+    bug#34286)
+  * debian/wmaker-{gnome,kde}.postrm: removed.  Ditto.
+  * debian/README.Debian: updated.
+
+ -- Marcelo E. Magallon <mmagallo@debian.org>  Sat, 24 Apr 1999 11:20:06 -0600
+
+wmaker (0.53.0-1) unstable; urgency=low
+
+  * New upstream version.
+
+ -- Marcelo E. Magallon <mmagallo@debian.org>  Wed, 21 Apr 1999 21:46:25 -0600
+
+wmaker (0.52.0-2) unstable; urgency=low
+
+  * Ok.  One more try at fixing the dependency problems.
+
+ -- Marcelo E. Magallon <mmagallo@debian.org>  Sat, 10 Apr 1999 22:27:22 -0600
+
+wmaker (0.52.0-1) unstable; urgency=low
+
+  * New upstream version
+  * debian/rules: changed dependency of libwraster to (>= 0.52.0)
+  * debian/wmaker-gnome.menu: menu entries specific to
+    wmaker-gnome. (thanks squirk!) (closes: bug#35148)
+  * debian/wmaker-kde.menu: menu entries especific to wmaker-kde.
+  * debian/wmaker.menu: added entry for "Debian" wmaker.
+  * debian/WMWindowAttributes: added gnome stuff. (thanks Crow!) (closes:
+    bug#34557)
+  * debian/README.Debian: Updated.
+  * debian/wmaker: no longer creates ~/GNUstep/.AppInfo, wmaker itself
+    will create the directory if needed.
+  * deban/wmakerpl.menu-method: new file, experimental.  It works, but I'm
+    not really sure what I should do with it.  Right now it builds
+    /etc/X11/WindowMaker/plmenu.hook, but nothing else uses it.  I was
+    thinking about changing WPrefs.app to use it for it's ``template''
+    file but I'm not convinced that's a good idea.
+  * debian/rules: new target to create debian/shlibs.local -- I keep
+    forgetting to edit the file.  The version information is now located
+    at the top of debian/rules.  clean target removes debian/shlibs.local
+  * Still pondering splitting wmaker into wmaker and wmaker-debian.
+    wmaker-debian, wmaker-gnome and wmaker-kde would provide
+    `wmaker-binary' (better name anyone?) and wmaker would depend on
+    that.  This would make wmaker ~ 220 kB smaller.
+  * debian/rules::install-wmaker-debian-stamp: Speaking of smaller, nuked
+    /usr/lib/GNUstep/Apps/WPrefs.app/xpm.  WTH do I want that for if I
+    have WPrefs.app/tiff _and_ tiff support is compiled in?
+  * debian/rules::install-wmaker-debian-stamp: nuked .xpm counterparts of
+    .tiff icons.  There are _too_ many of them and it's pure bloat.
+
+ -- Marcelo E. Magallon <mmagallo@debian.org>  Thu,  1 Apr 1999 18:13:25 -0600
+
+wmaker (0.51.2-2) unstable; urgency=low
+
+  * Finally fixed this annoying "can't build bug".  Tested.  Tested again.
+    Tested yet one more time. (closes: bug#33409, bug#34523, bug#34583,
+    bug#34657)
+
+ -- Marcelo E. Magallon <mmagallo@debian.org>  Tue, 16 Mar 1999 09:48:29 -0600
+
+wmaker (0.51.2-1) unstable; urgency=low
+
+  * New upstream version
+
+ -- Marcelo E. Magallon <mmagallo@debian.org>  Fri, 12 Mar 1999 21:12:55 -0600
+
+wmaker (0.51.1.2pre2-2) unstable; urgency=low
+
+  * Fixed location of global defaults... again.
+
+ -- Marcelo E. Magallon <mmagallo@debian.org>  Thu, 11 Mar 1999 06:57:11 -0600
+
+wmaker (0.51.1.2pre2-1) unstable; urgency=low
+
+  * New upstream pre release version.
+
+ -- Marcelo E. Magallon <mmagallo@debian.org>  Tue,  9 Mar 1999 10:16:53 -0600
+
+wmaker (0.51.1-1) unstable; urgency=low
+
+  * New upstream version.
+  * New package, libwraster2.
+  * debian/rules, debian/control, debian/shlibs: changed because of
+    previous point.
+  * debian/rules: wmkdemenu, installed in wmaker-kde.
+  * Icons copyright situation cleared: wmaker is GPL.  The libraries are
+    LGPL.  The icons are OPL.
+  * wrlib/Makefile.am: changed version info to 2:0:0, interface is
+    different!
+  * debian/rules: README.GNOME installed in wmaker-gnome
+  * debian/rules: README.KDE installed in wmaker-kde
+  * debian/rules: wkdemenu.pl installed in wmaker-kde
+  * src/*.c, WINGs/*.c, WPrefs/*.c: global defaults are installed in
+    /etc/GNUstep/Defaults! `sysconfdir' is `/etc', `sysconfdir/GNUstep'
+    and `sysconfdir/X11/WindowMaker' used where required.
+  * Added libdockapp-dev package.
+    + debian/control: added libdockapp-dev entry.
+    + debian/rules: added libdockapp-dev targets
+
+ -- Marcelo E. Magallon <mmagallo@debian.org>  Sun,  7 Mar 1999 12:49:25 -0600
+
+wmaker (0.51.0-5) unstable; urgency=low
+
+  * debian/rules: added a couple of comments regarding KANJI and DEBUG.
+  * debian/rules: Redid dependencies between configure, aclocal.m4,
+    ltconfig, Makefile.in and Makefile.am.  Straightened out a lot of
+    bogus dependencies between these files.  I think I can say I got them
+    right now, but there's still room for improvement.  This should clear
+    "I-can't-build-it-why-can-you?" type of bugs.
+
+ -- Marcelo E. Magallon <mmagallo@debian.org>  Sat,  6 Mar 1999 14:24:11 -0600
+
+wmaker (0.51.0-4) unstable; urgency=low
+
+  * src/actions.c: patch by Matt Armstrong <matt_armstrong@bigfoot.com>
+    (closes: bug#33976)
+
+ -- Marcelo E. Magallon <mmagallo@debian.org>  Thu,  4 Mar 1999 12:10:32 -0600
+
+wmaker (0.51.0-3) unstable; urgency=low
+
+  * debian/control: added wmaker-gnome (hey! we are back in the "build
+    takes long because there are a gazillion different versions" times!)
+    (closes: bug#32905)
+  * debian/control: added wmaker-kde.  Wait! Don't jump on me just yet!
+    If this can make your soul rest easier, think of wmaker-kde as a
+    window manager that implements a funky communications protocol.
+  * debian/rules: changed a lot of stuff to handle the new package in a
+    sane way.
+  * WindowMaker/Defaults/Makefile.am: removed dependency of some files on
+    ./Makfile (what the heck is that for?) (sent upstream)
+  * WindowMaker/IconSets/Makefile.am: ditto.
+
+ -- Marcelo E. Magallon <mmagallo@debian.org>  Mon,  8 Feb 1999 15:26:37 -0600
+
+wmaker (0.51.0-2) unstable; urgency=low
+
+  * Added changes from 0.20.3-5.
+  * debian/control: Changed recommendation for asclock to suggestion.
+  * debian/control: removed dependency of libwmaker-dev on
+    libwmaker. (closes: bug#32707)
+  * src/misc.c: Added -traditional to cpp call in MakeCPPArgs.
+
+ -- Marcelo E. Magallon <mmagallo@debian.org>  Sat,  6 Feb 1999 21:18:14 -0600
+
+wmaker (0.51.0-1) unstable; urgency=low
+
+  * New upstream version
+  * Removed many patches, most are incorporated upstream. With some others
+    it's obvious they won't be incorporated and it doesn't make sense to
+    keep pushing them in the Debian diff's (they are mostly cosmetic
+    things related to how things are built)
+  * debian/rules: removes wrlib/get-wraster-flags on clean
+  * debian/control: removed libwmaker0 package; only a static library is
+    built now.
+  * src/main.c: fixed message for unknown options; actually prints help if
+    requested
+  * doc/wmaker.1x: updated to reflect new option syntax.
+  * debian/manpages/wmaker.1x: ditto.
+  * doc/*: updated manpages.
+  * debian/rules: After looking at what exactly does --enable-kanji do, it
+    is obvious that the MB patch is not up to date with the rest of the
+    code; this means I'm removing --enable-kanji from the configure
+    options until someone fixes and TESTS it with iso-8859-1 characteres.
+    I can't do it because I understand zip about the way MB works.  I
+    _think_ the problem is in the lenght of the string and/or the way it's
+    encoded, but I'm problably wrong.
+  * Fixed wmsetbg PixmapPath thing.  Now 'wmsetbg Image' works.
+
+ -- Marcelo E. Magallon <mmagallo@debian.org>  Sat, 30 Jan 1999 15:06:05 -0600
+
+wmaker (0.50.2-0.0.4) unstable; urgency=low
+
+  * Really fixed the '%a(blah)' bug 
+
+ -- Marcelo E. Magallon <mmagallo@debian.org>  Mon, 11 Jan 1999 18:11:52 -0600
+
+wmaker (0.50.2-0.0.3) unstable; urgency=low
+
+  * src/misc.c: fixed bug in '%a(title,prompt)' constructs
+  * util/wmsetbg.c: added quoted arround image name
+  * util/getstyle.c: added check for NULL values when querying PixmapPath.
+
+ -- Marcelo E. Magallon <mmagallo@debian.org>  Mon, 11 Jan 1999 16:12:30 -0600
+
+wmaker (0.50.2-0.0.2) unstable; urgency=low
+
+  * Added '-traditional' again (fixes some reported bugs, don't have the
+    number handy)
+  * debian/wmaker.menu-method: added escapes for '*' (closes: bug#30622)
+  * src/rootmenu.c: removed call to wsyserror if the directory specified
+    my OPEN_MENU doesn't exist.
+  * po/Makefile.am: removed double $(DESTDIR) in NLSPATH.  I patched it,
+    upstream patched it somewhere else... :-(  Funny error dpkg gives with
+    this: "corrupted tarball" or something like that.
+  * WPrefs.app/po: ditto
+  * debian/control: added 'Recommends: wmaker-usersguide'
+  * debian/manpages/wmaker.1x: synced with upstream
+  * Some fiddling with debian/rules
+
+ -- Marcelo E. Magallon <mmagallo@debian.org>  Mon, 11 Jan 1999 10:31:25 -0600
+
+wmaker (0.50.2-0.0.1) unstable; urgency=low
+
+  * New upstream version
+  * Installed missing readmes
+  * Removed '-traditional' from cpp call
+
+ -- Marcelo E. Magallon <mmagallo@debian.org>  Sun, 10 Jan 1999 20:31:12 -0600
+
+wmaker (0.50.1-0.0.2) unstable; urgency=low
+
+  * Added '-traditional' to cpp call.
+
+ -- Marcelo E. Magallon <mmagallo@debian.org>  Sat,  9 Jan 1999 21:10:06 -0600
+
+wmaker (0.50.1-0.0.1) unstable; urgency=low
+
+  * New upstream version
+
+ -- Marcelo E. Magallon <mmagallo@debian.org>  Sat,  9 Jan 1999 20:25:21 -0600
+
+wmaker (0.50.0-0.0.1) unstable; urgency=low
+
+  * Woa! Big version leap... no, I didn't skip any <g>
+  * Just a note: in the previous version it's not 'SSH', it's 'SHM'.
+  * Redid a lot of patches
+  * debian/rules: remove code that removes extensions.  Handled by Window
+    Maker now.
+  * debian/wmaker.menu: added '-noext' to some OPEN_MENU's
+
+ -- Marcelo E. Magallon <mmagallo@debian.org>  Thu,  7 Jan 1999 15:57:16 -0600
+
+wmaker (0.20.3-5) frozen; urgency=low
+
+  * debian/wmaker.preinst: really fixed the diversion problem.  After
+    reading the reports, I think I figured out what's going on.  A legacy
+    diversion of asclock's manpage seems to be in place.  The diverted
+    version is there and the real file is also there (the real file comes
+    from asclock).  The approach taken: save the `good' file, remove the
+    diversion, put the `good' file back in place.  How do I know which one
+    the good file is?  Simple: asclock conflicts with wmaker << 0.15.0 and
+    afterstep <= 1.4-6; wmaker >= 0.15.0 didn't provide any of the
+    diverted files, so if there's a diversion and there's no original
+    file, the diversion is the `good' file.  If the diversion and the
+    original file are there, the `good' file is the original file. (Thanks
+    Adam Di Carlo, Michael Babcock, Czako Krisztian, Kevin Dalley and
+    `slapic') (closes: bug#31419, bug#32649)
+  * debian/README: minor modifications (mostly aesthetics)
+
+ -- Marcelo E. Magallon <mmagallo@debian.org>  Thu,  4 Feb 1999 21:19:04 -0600
+
+wmaker (0.20.3-4) frozen; urgency=low
+
+  * debian/wmaker.preinst: how the heck did it work on the machines I
+    tested this, I have no idea.  Adam Di Carlo provided enough
+    information regarding this bug and I was able to reproduce the
+    scenario where it triggers.  Thanks Adam! (closes: bug#31419)
+
+ -- Marcelo E. Magallon <mmagallo@debian.org>  Mon, 25 Jan 1999 16:04:22 -0600
+
+wmaker (0.20.3-3) frozen; urgency=low
+
+  * debian/wmaker.preinst: Arrrggghhh! I forgot to move the fix for
+    bug#31419 from 0.50.2-0.0.4 into 0.20.3-2!!! I had installed a fixed
+    version of 0.50.2-0.0.4 on my development machine and, of course, the
+    diversion wasn't there anymore, so when I installed 0.20.3-2 on the
+    same machine I didn't notice the fix wasn't there...  I need another
+    slink machine!!! (Hmmm... there's a victim at the other end of the
+    room) (closes: bug#31419)
+  * debian/control: Changed 'Recommends: wmaker-usersguide' to 'Suggests:
+    wmaker-userguide'.  First, someone files a bug because there's no
+    documentation, and now someone doesn't like the fact that there's
+    documentation.  I don't understand you people...
+  * debian/wmaker.postrm: fixed horrendous bug in abort-upgrade.  This has
+    been there for ages... funny how people catch more bugs during deep
+    freeze stages. (closes: bug#32320)
+
+ -- Marcelo E. Magallon <mmagallo@debian.org>  Sun, 24 Jan 1999 08:55:52 -0600
+
+wmaker (0.20.3-2) frozen; urgency=low
+
+  * src/wconfig.h.in: Added '-traditional' to cpp (closes: bug#30665)
+  * debian/control: added 'Recommends: wmaker-usersguide' (closes:
+    bug#20483)
+  * po/Makefile.am: fixed $(DESTDIR) (closes... no, the bug isn't on the
+    BTS, it was mailed to me directly)
+  * WPrefs.app/po/Makefile.am: ditto.
+  * debian/wmaker.menu-method: added escapes for '*' (closes: bug#30622,
+    bug#30624, bug#30637, bug#30679)
+  * debian/wmaker.preinst: fixed old diversion removal (closes: bug#31419)
+  * debian/control: bumped Standards-Version to 2.5.0
+  * debian/control: Recommends: asclock (closes: bug#31132)
+
+ -- Marcelo E. Magallon <mmagallo@debian.org>  Sat, 16 Jan 1999 11:53:47 -0600
+
+wmaker (0.20.3-1) frozen unstable; urgency=low
+
+  * New upstream version. Incorporates all the upstream patches in
+    0.20.2-1, 0.20.2-2 and 0.20.2-3. (Makes the diff.gz *much* smaller)
+    and fixes some more bugs.
+  * Fixes problems with SSH (namely bug#29505) (closes: bug#29505)
+  * Also fixes problems with SSH over networks (closes: bug#30026)
+  * Upstream removed some ${SHELL} hacks. (closes: bug#29658, bug#30298)
+  * Fixes "migrating xv windows" (closes: bug#30381)
+  * WindowMaker/appearance.menu, WindowMaker/background.menu: copied from
+    my local /etc/X11/WindowMaker/ files; those are the files are menu
+    generates them which is a good thing in case some is not running menu.
+
+ -- Marcelo E. Magallon <mmagallo@debian.org>  Thu, 10 Dec 1998 13:07:56 -0600
+
+wmaker (0.20.3-0.0.1) frozen unstable; urgency=low
+
+  * New upstream version. Incorporates all the upstream patches in
+    0.20.2-1, 0.20.2-2 and 0.20.2-3. (Makes the diff.gz *much* smaller)
+    and fixes some more bugs.
+
+ -- Marcelo E. Magallon <mmagallo@debian.org>  Thu,  3 Dec 1998 11:44:40 -0600
+
+wmaker (0.20.2-3) frozen unstable; urgency=low
+
+  * Applied more upstream patches: grayscale and 8bit jpeg support; fixed
+    client restoration in restart/exit in multiheads; fixed problem with
+    docked programs that have names with spaces; updated WPrefs.app for
+    iconificationstyle; added -static command line option; put redundant
+    NoWindowOverDock; fixed overlapping clip icon bug; extended window
+    level code; added KeepOnBottom hint; added iconification style to
+    WPrefs.app; fixed crash with bad value in defaults file; changed icon
+    stacking code; added primitive support for 5 button mouse (for
+    switching workspaces); fixed BadAccess and crash on programs that do
+    XGrabButton; fixed bug with rootmenu Exec not working when stty is
+    called from ~/.tcshrc; fixed bug with Move menu and sloppy focus;
+    temporarily removed SHELL support in apps menu.
+  * Someone pointed out that due to a patch applied in 0.20.2-2, Window
+    Maker thinks its version is "0.20.3" instead of "0.20.2". Since
+    there's no 0.20.3 upstream source yet, I guess we can live with that.
+
+ -- Marcelo E. Magallon <mmagallo@debian.org>  Sat, 28 Nov 1998 10:42:02 -0600
+
+wmaker (0.20.2-2) frozen unstable; urgency=low
+
+  * Rebuilt with new X packages (release -7 specifically)
+  * New X packages ship X locales with xlib6g (closes: bug#28967)
+  * Applied upstream patches that fixes several bugs. Cut-and-paste from
+    the updated changelog: fixed bug in miniaturizing atribute panel,
+    fixed bug for 64bit machines, fixed bug for apps that put strings with
+    "." in WM_CLASS, added handling for reparented client windows, fixed
+    bug with window positioning (this one is bug#24770 I think -- I need
+    confirmation from the submitter), fixed cascade window placement to
+    account for dock, fixed bug in window positioning by clients, fixed
+    problem with random window placement.
+  * configure.in: reverted patch to --with-appspath. debian/rules:
+    modified to reflect this (closes: bug#28620, bug#28627, bug#28632,
+    bug#28865)
+  * debian/rules: dockit is gone but manpage is still installed
+  * debian/wmaker.postinst.tmpl: removed the code to add Window Maker to
+    /etc/X11/window-managers and replaced with register-window-manager
+    (the interface provided by the the xbase package). This fixes #28841
+    partially (that's two bugs in one, this is the not-so-important part)
+  * debian/wmaker.postrm: ditto for removal from /etc/X11/window-managers
+  * On my system bug #26682 doesn't show up with this build and the new
+    set of X pacakges. I'm not closing it because I've seen this come and
+    go rather randomly.
+  * Release 0.20.1-2 fixed bug #27411, I should have noted this on the
+    changelog (I actually did but I never mentioned the bug number). It
+    also fixed bug #27433.
+  * WindowMaker/wmmacros: added macros for LOCAL_THEMES_DIR,
+    LOCAL_STYLES_DIR, LOCAL_ICON_SETS_DIR, LOCAL_SOUND_SETS_DIR,
+    LOCAL_BACKGROUNDS_DIR, USER_THEMES_DIR, USER_STYLES_DIR,
+    USER_ICON_SETS_DIR, USER_SOUND_SETS_DIR, USER_BACKGROUNDS_DIR
+  * WindowMaker/appearance.menu, WindowMaker/background.menu: added
+    LOCAL_* paths and changed ~/GNUstep/... to USER_* (closes: bug#29473)
+  * wrlib/Makefile.am: oops. Actually change shared version to
+    1:0:0... hmmm... no wonder this made so much trouble.
+  * debian/rules: fixed call to dh_shlibdeps... wrong dependencies were
+    computed!
+
+ -- Marcelo E. Magallon <mmagallo@debian.org>  Tue, 17 Nov 1998 12:53:50 -0600
+
+wmaker (0.20.2-1) frozen unstable; urgency=low
+
+  * New upstream version, fixes quite a few bugs, outstanding: timer bug
+    (it is not possible to leave Window Maker <= 0.20.1 running for more
+    than approx 28 days), the Emacs crash bug (fixed in previous Debian
+    releases), focus bugs, crash bug with transient windows (The Gimp,
+    etc), fixed crash bug with bad mgradients, better dithering in 8bpp.
+  * Modified default IconPath and PixmapPath to more sensible values
+    (/usr/local/<stuff> added)
+  * WindowMaker/Defaults/WindowMaker.in: IconPath and PixmapPath changed
+  * WPrefs.app/Paths.c: modified default values for IconPath and
+    PixmapPath
+  * src/wconfig.h.in: modified default values for IconPath and PixmapPath
+  * debian/README.Debian: modified IconPath and PixmapPath
+  * Upstream incorporated patch from 0.20.1-2 (Re: aspect ratio)
+  * debian/README.Debian: fixed some grammar mistakes.
+  * debian/control: fixed description per user's request.
+  * Redid libtool patch. Sent upstream again. Maybe this time they'll take
+    it as it seems Alfredo and/or Dan have begun putting shared library
+    support in configure.in (sent upstream)
+  * configure.in: modified handling of libPropList. It seems Alfredo
+    and/or Dan are trying to get this thing to be foolproof, but in the
+    process they are making it very difficult to get wmaker to build for
+    ppl who happen to read the docs... :-(
+  * WINGs/wapplication.c: modified to use --with-appspath from
+    configure (sent upstream)
+  * debian/rules: I give up! Forget about telling WindowMaker its Defaults
+    directory lives in /etc/GNUstep. Use the darned symlink. Removed all
+    the patches that made this work... I'm sick of reapplying those.
+  * debian/*: s/WindowMaker/Window Maker/ in several places.
+  * debian/rules: moves wm-oldmenu2new to /usr/doc/wmaker; the script it's
+    a hack. It works but YMMV.
+  * WINGs/wevent.c: added patch from Pascal Hofstee
+    <daeron@Wit401305.student.utwente.nl>. Fixes a bug with select
+    complaining about an invalid argument.
+  * Added several entries for The Gimp, which make it look lots nicer
+    and more usable under WindowMaker.
+
+ -- Marcelo E. Magallon <mmagallo@debian.org>  Sun, 25 Oct 1998 20:38:55 -0600
+
+wmaker (0.20.1-2) unstable; urgency=low
+
+  * src/window.c: fixed bug in aspect ratio code (sent upstream)
+  * debian/control: changed all Recommends to Suggests
+  * src/defaults.c: moved a pice of code to put the background color on
+    the root window before the background image...
+  * debian/README.Debian: added a note about WPrefs segfaulting with the
+    nice looking menu button. READ IT, it's at the end.
+  * debian/wmaker: I wrote wmaker.1x yet it seems I didn't read
+    it... GNUSTEP_USER_ROOT holds the full path to the root directory for
+    the user, NOT the directory name under ${HOME}.
+  * debian/wmaker: copies WMRootMenu. This is an ugly-freeze-is-tomorrow
+    fix.
+
+ -- Marcelo E. Magallon <mmagallo@debian.org>  Tue, 13 Oct 1998 09:20:42 -0600
+
+wmaker (0.20.1-1) unstable; urgency=low
+
+  * New upstream release
+  * Squashed bug Re: incorrect filenames in Themes.
+  * debian/wmaker.menu-method: fixed inclusion of pre and post-hook files.
+  * debian/patch.wmaker: fixed things a bit to get INCLUDES = -D_REENTRANT
+    for libraries.
+  * configure.in: removed test for X_LOCALE
+  * WINGs/wapplication.c: changed /usr/local/share/GNUstep to
+    /usr/local/lib/GNUstep to get it in sync with the rest of the paths.
+  * po/Makefile.am: added $(DESTDIR)/ in front of @NLSDIR@ to get it to
+    install properly. Added WindowMaker.pot to CLEAN_FILES.
+  * WPrefs/po/Makefile.am: added $(DESTDIR)/ in front of @NLSDIR@ to get
+    it to install properly. Added WPrefs.pot to CLEAN_FILES.
+
+ -- Marcelo E. Magallon <mmagallo@debian.org>  Tue, 29 Sep 1998 15:03:35 -0600
+
+wmaker (0.20.0-1) unstable; urgency=low
+
+  * New upstream version.
+  * Redid some patches for configure.in
+  * Reviewed old changes in the source code. Bugs dealt with: #22743
+    (Incorrect error message), #22744 (wmaker contains sloppy code),
+    #23708 (wm overwrites configuration files) (closes: bug#22743,
+    bug#22744, bug#23708)
+  * Browse buttom for selecting the appicon works, forgot to close the
+    bugreport (closes: bug#20771)
+  * Bug #24753 (asload shift the screen) is not reproducible and has
+    nothing to do with WindowMaker (or asclock, either) (closes:
+    bug#24753)
+  * Bug #24756 (Messes up afterstep) has already been taken care of
+    (0.15.0-0), the only problem is no version beyond 0.14.1-7 will ever
+    be installed on hamm (closes: bug#24756)
+  * Added dependency for debianutils (>= 1.6) because of 'tempfile'
+    (closes: bug#25323)
+  * The problem with -DX_LOCALE has been fixed in 0.19.3-2; thanks to all
+    the people that reported the problem (too many to name here); special
+    thanks to Branden Robinson for taking care of the problem *really
+    fast* (closes: bug#26401, bug#26430)
+  * Modified WindowMaker/Themes/OpenStep: .jpeg extension removed from
+    background image filename. Same for the Night theme. (closes:
+    bug#26885)
+  * wmaker now suggests wmakerconf. It doesn't recommend it because of
+    WPrefs.app (closes: bug#24978)
+  * my own experience says bug#22160 (exit session doesn't terminate
+    netscape) is fixed (I could reproduce it in the past) (closes:
+    bug#22160)
+  * wmaker handles off-screen menus better; I just realized that (don't
+    know which version fixed this) (closes: bug#24089)
+  * Ok. There. One or two bugs remain open. Working on those. :-)
+  * debian/rules: added WPREFSSRCDIR. Holds the source dir for WPrefs.app
+  * Added -D_REENTRANT to libraries.
+  * Added -D_SVID_SOURCE when XSHM is in use.
+  * Undefined BIRTH_ANIMATION in src/wconfig.h.in; it's hideous, I won't
+    include that.
+  * Removed sentence about WMsound not available as a package in
+    debian/control.
+  * Removed convertstyle-related stuff from debian/rules as that script is
+    not longer distributed with wmaker.
+
+ -- Marcelo E. Magallon <mmagallo@debian.org>  Thu, 24 Sep 1998 12:42:28 -0600
+
+wmaker (0.19.3-2) unstable; urgency=low
+
+  * Recompiled against new xlib6g. Removed X libraries from shlibs.local
+
+ -- Marcelo E. Magallon <mmagallo@debian.org>  Tue, 15 Sep 1998 07:16:12 -0600
+
+wmaker (0.19.3-1) unstable; urgency=low
+
+  * New upstream version.
+  * Cleaned Makefile a bit... spotted the bug where Background/\(*\).ext
+    wasn't moved to Background/\1
+  * Upstream includes GIF support now (yucks!). Compiled against
+    libungif. libwraster changed a bit because of this; bumped the
+    dependency information.
+  * Changed shlibs.local *again*; reading xlib6g's changelog reveals
+    X's maintainer introduced -DX_LOCALE on version 3.3.2.3-1:
+       "config/cf/linux.cf: build with -DX_LOCALE flag, which fixes a
+        number of obscure locale problems"
+
+ -- Marcelo E. Magallon <mmagallo@debian.org>  Fri, 11 Sep 1998 09:25:30 -0600
+
+wmaker (0.19.2-1) unstable; urgency=low
+
+  * Woha! First time that debian's diff.gz applies cleanly. Ever. (New
+    upstream version)
+  * Moved /usr/share/GNUstep to /usr/lib/GNUstep
+  * Modified the Makefile to cope with a future different location of
+    GNUstep
+  * Moved WPrefs to /usr/X11R6/bin/WPrefs and put a relative symlink in
+    the lib/GNUstep/Apps directory.
+  * Included xlib6g in shlibs.local to work arround the bug in
+    xlib6g-dev. It requires xlib6g (>= 3.3.2.1) which is the oldest one I
+    know works.
+  * Fixed WINGs/wapplication.c to reflect the change from /usr/share to
+    /usr/lib
+
+ -- Marcelo E. Magallon <mmagallo@debian.org>  Mon,  7 Sep 1998 15:20:08 -0600
+
+wmaker (0.19.1-1) unstable; urgency=low
+
+  * New upstream version with most (all?) of the patches applied.
+  * Included WPrefs' README.
+  * Manpages integrated upstream (yeah!). wmaker.1x should still be a bit
+    Debian specific, so there's a local copy.
+  * Moved convertstyle.1 to /usr/man/man1/convertstyle.1 in debian/rules
+
+ -- Marcelo E. Magallon <mmagallo@debian.org>  Fri,  4 Sep 1998 08:50:34 -0600
+
+wmaker (0.19.0-2) unstable; urgency=low
+
+  * Removed WINGs-flags on debian/rules:clean
+  * Documenting changes is *good*... remembering to do so is also
+    good. Changes in 0.19.0-1:
+    - applied patch by Jim Knoble to pot files
+    - applied patch by Alfredo Kojima to fix some problems with WINGs
+    - modified configure.in to get it to pass correct gnustep_dir and
+      gnustep_defaults_dir to other makefiles.
+    - moved a bunch of old stuff from debian/ into debian/old_releases and
+      the custom package stuff into debian/custom
+    - modified debian/upgrade-windowmaker-defaults to cope with YAKMC (yet
+      another key name change) in G/D/WMWindowAttributes that makes
+      WindowMaker crash upon start.
+    - Put a symlink /usr/share/WindowMaker/Defaults ->
+      /etc/GNUstep/Defaults until I get to figure out where the h*ll are
+      some functions getting /usr/share/WindowMaker/Defaults from.
+    - Changed README.Debian, spells out some upgrade issues.
+  * Changed shlibs.local entries
+  * Changed README.Debian again. Lowered a bit the tone of the warning.
+  * Added a sed scriptlet to debian/rules to fix the location of WPrefs in
+    WMState.
+  * Submited bugs against lintian regarding warnings about menu structure.
+  * Fixed mess up with $critical_version in wmaker.postinst.tmpl and added
+    a proper comment to remind myself how $critical_version is suppossed
+    to be set.
+
+ -- Marcelo E. Magallon <mmagallo@debian.org>  Thu,  3 Sep 1998 17:30:41 -0600
+
+wmaker (0.19.0-1) unstable; urgency=low
+
+  * New upstream release.
+  * Patched WINGs/wapplication.c and WINGs/userdefaults.c to the this
+    thing in sync with the FHS.
+
+ -- Marcelo E. Magallon <mmagallo@debian.org>  Wed,  2 Sep 1998 16:57:07 -0600
+
+wmaker (0.18.1b-1) unstable; urgency=low
+
+  * New upstream version.
+  * Patched src/dialog.c to get the Icon browser dialog NOT to ignore
+    some valid paths in GNUstep/Defaults/WindowMaker
+  * Removed second instance of ~/GNUstep/Library/WindowMaker/Pixmaps in
+    WindowMaker/Defaults/WindowMaker.in, which I don't know how got there
+    in the first place.
+
+ -- Marcelo E. Magallon <mmagallo@debian.org>  Sat, 22 Aug 1998 16:14:06 -0600
+
+wmaker (0.17.5-4) unstable; urgency=low
+
+  * Moved headers in -dev packages from /usr/X11R6/include/X11 to
+    /usr/X11R6/include.
+
+ -- Marcelo E. Magallon <mmagallo@debian.org>  Sat, 15 Aug 1998 17:45:47 -0600
+
+wmaker (0.17.5-3) unstable; urgency=low
+
+  * Created new package libwings-dev to provide support for WINGs-based
+    applications, like Aeleron and wmss.
+  * Updated wmaker.1x
+  * Modified the appearance.menu, yet again.
+
+ -- Marcelo E. Magallon <mmagallo@debian.org>  Sun,  9 Aug 1998 17:12:07 -0600
+
+wmaker (0.17.5-2) unstable; urgency=low
+
+  * Changed src/defaults.c to look for DEFAUTLS_DIR in DEF_GNUSTEP_DIR, which
+    is defined as /etc/GNUstep in Debian. (closes: bug#25207)
+  * Fixed README.Debian (closes: bug#25208) and added some extra notes.
+  * Changed postinst to ask about upgrading the defaults only if it's
+    requiered.
+
+ -- Marcelo E. Magallon <mmagallo@debian.org>  Thu, 30 Jul 1998 10:05:16 -0600
+
+wmaker (0.17.5-1) unstable; urgency=low
+
+  * New upstream version. Adds GNUstep/Library/Icons and moves icons to
+    that directory, but this version still looks in G/L/W/Pixmaps to
+    preserve backwards compatibility.
+  * Added XConsole to WMWindowAttributes (closes: bug#22405).
+
+ -- Marcelo E. Magallon <mmagallo@debian.org>  Tue, 28 Jul 1998 14:54:46 -0600
+
+wmaker (0.17.3-1) unstable; urgency=low
+
+  * New upstream version.
+
+ -- Marcelo E. Magallon <mmagallo@debian.org>  Wed, 22 Jul 1998 08:42:52 -0600
+
+wmaker (0.17.2-1) unstable; urgency=low
+
+  * New upstream version. Give me a break! Three versions in three
+    days... I haven't even been able to test and upload the previous
+    ones. :-)
+  * Changed upgrade-windowmaker-defaults to cope with new changes (/me
+    sees bug reports coming this way, I'm working on a fix to stop the
+    script asking the same questions over and over again)
+
+ -- Marcelo E. Magallon <mmagallo@debian.org>  Tue, 21 Jul 1998 08:49:27 -0600
+
+wmaker (0.17.0-1) unstable; urgency=low
+
+  * New upstream version.
+  * Removed wmaker-sound.
+
+ -- Marcelo E. Magallon <mmagallo@debian.org>  Mon, 20 Jul 1998 08:53:13 -0600
+
+wmaker (0.16.1-0) unstable; urgency=low
+
+  * New upstream version. wmaker-superfluous and wmaker-traditional are
+    gone :-( (I liked that little kludge of mine, it served me well ;-)
+    Changed control, postinst and postrm accordingly.
+  * Added a new package to compensate for the lost of the other two:
+    wmaker-sound (it was about time!). It's not tested, and WMSound is not
+    Debianized, I don't promise anything.
+
+ -- Marcelo E. Magallon <mmagallo@debian.org>  Tue,  7 Jul 1998 09:23:30 -0600
+
+wmaker (0.16.0-0) unstable; urgency=low
+
+  * New upstream release.
+  * Modified rootmenu.c to get OPEN_MENU to work.
+  * Modified "our" wmaker script. It doesn't copy the global files
+    now. WindowMaker will happly read the global ones.
+
+ -- Marcelo E. Magallon <mmagallo@debian.org>  Fri,  3 Jul 1998 13:04:19 -0600
+
+wmaker (0.15.1-0) unstable; urgency=low
+
+  * New upstream version. Version 0.15.0-0 was not uploaded to master.
+  * Fixed bug from version 0.15.0-0: a typo in /usr/X11R6/bin/wmaker
+    prevented WindowMaker from starting.
+  * First attempt to ease upgrade from version 0.14.1-6. It still doesn't
+    upgrade smoothly.
+  * Applied several patches from the WindowMaker list. Most important: a
+    memory leak problem/bogus requests handling patch by Pete Bentley
+    (pete@sorted.org), that incidentally allows cgoban to run (closes
+    #00000); a patch by Jim Knoble (jmknoble@pobox.com) that fixes
+    handling of WorkspaceBack = none (allows running xearth, for example)
+
+ -- Marcelo E. Magallon <mmagallo@debian.org>  Sat, 13 Jun 1998 17:25:55 -0600
+
+wmaker (0.15.0-0) unstable; urgency=low
+
+  * New upstream version available. New features: The Fiend is gone. The
+    Clip is here. Theme support improved. Better dithering, performs
+    better on low end systems. Workspaces are more independent of each
+    other. 
+  * Rearranged directory layout. Should support themes better. Is not
+    really FSSTND complaint, because the FSSTND doesn't really say
+    anything about /usr/share, but it goes better with the FHS.
+  * Removed asclock from the package
+  * Tried to clean debian/rules a bit
+  * Patch from 0.14.1-2 incorporated upstream
+  * Patches applied in 0.14.1-6 incorporated upstream
+  * Patch from wmaker list applied. It looks like it crashed under certain
+    conditions involving autofocus and attract icons.
+  * Patched to get wmaker in line with FSSTND... again. Sent upstream...
+    again. Menus and GNUstep/Defaults are configuration files, damm it!
+  * This package doesn't make a smooth transition from 0.14.1-6 (in hamm)
+    to this version, hence the release number. This package is expected to
+    be buggy. I need feedback!
+  * Updated the manpages.
+
+ -- Marcelo E. Magallon <mmagallo@debian.org>  Sun, 31 May 1998 18:47:47 -0600
+
+wmaker (0.14.1-6) frozen unstable; urgency=low
+
+  * Added menu.prehook and menu.posthook to the default menu. The menu
+    file still puts Exit, Exit Session and Restart under WindowManagers,
+    but users can copy /usr/lib/menu/wmaker to /etc/menu/wmaker, edit it,
+    and edit /etc/X11/WindowMaker/menu.posthook to "move" those items
+    outside the WindowManagers menu. (closes: bug#20194)
+  * Patched src/moveres.c to get rid of a bug that can make WindowMaker
+    crash when using "outline" mode for moving and resizing windows.
+  * Patched wrlib/context.c to include an improved dithering
+    algorithm. It is now possible to start *most* of the WindowMaker
+    applets at the same time. (closes: bug#19764)
+
+ -- Marcelo E. Magallon <mmagallo@debian.org>  Sun, 10 May 1998 15:31:23 -0600
+
+wmaker (0.14.1-5) frozen unstable; urgency=low
+
+  * Fixed README.Debian to give pointers to some real documentation. This
+    should take care of some bugs (closes: bug#20483)
+
+ -- Marcelo E. Magallon <mmagallo@debian.org>  Mon, 27 Apr 1998 20:18:57 -0600
+
+wmaker (0.14.1-4) frozen unstable; urgency=low
+
+  * Fixed behaviour if /etc/X11/window-managers doesn't exist when
+    postinst is run. It properly creates the file with more or less the
+    same contents xbase creates it (comments explaining what the files
+    does, plus entries for twm and wmaker). (closes: bug#21315)
+  * 0.14.1-3 was stupidly uploaded ONLY to unstable.
+
+ -- Marcelo E. Magallon <mmagallo@debian.org>  Sun, 19 Apr 1998 14:49:21 -0600
+
+wmaker (0.14.1-3) unstable; urgency=low
+
+  * Fixed behaviour if /etc/X11/window-managers doesn't exist when
+    postinst is run. It properly creates the file with more or less the
+    same contents xbase creates it (comments explaining what the files
+    does, plus entries for twm and wmaker. (closes: bug#21315)
+
+ -- Marcelo E. Magallon <mmagallo@debian.org>  Sat, 18 Apr 1998 14:23:18 -0600
+
+wmaker (0.14.1-2) frozen unstable; urgency=low
+
+  * Changed src/text.c to make WindowMaker display inverse text on input
+    when MB support is on (Debian's package uses MB). Patch sent upstream.
+    (closes: bug#20488)
+  * Modifies rules to make config.guess and config.sub executable and
+    allow debbuild to do its job (closes: bug#20962)
+
+ -- Marcelo E. Magallon <mmagallo@debian.org>  Sun, 12 Apr 1998 14:53:56 -0600
+
+wmaker (0.14.1-1) frozen unstable; urgency=low
+
+  * New upstream version. Fixes several bugs. Outstanding: bug that made
+    fiend's rewind button to not work on PPC (doesn't mention which OS, I
+    presume it's Linux); bug that caused crash in certain conditions when
+    using Sloppy focus; small mem-leak when destroying a workspace; bug
+    when loading missing domains that caused WindowMaker to crash; bug in
+    attribute editor that incorrectly create the appicon for an
+    application, and could make WindowMaker to crash in certain
+    conditions.
+  * Upstream's added features: complete theme support (spixmap and tpixmap
+    now work); Fiend enhancements (the idle indicator now lights if
+    Fiend's not collapsed)
+  * Fixed several lintian warnings related to excecutable .la files.
+  * /etc/menu-methods/* are excecutable files in the deb (lintian); it
+    doesn't make sense to -x them
+  * Wrote manpages for several utilities included with WindowMaker
+    (getstyle, setstyle, savews, geticonset, seticons, wdwrite, wxcopy,
+    wxpaste and wmsetbg)
+  * Fixed a few update-wmstyle-menu glitches: non-sense actions when ran
+    as root; doesn't update the root menu when run; looks for themes
+    (*.theme).
+  * moved convertstlye to /usr/doc/wmaker directory. It's a tcl script,
+    and it's useful ONLY to people upgrading from 0.6.3 who want to
+    convert the old styles to the new ones. It's not as useful as it
+    sounds, because it's easier to start over.
+
+ -- Marcelo E. Magallon <mmagallo@debian.org>  Sun, 29 Mar 1998 20:59:41 -0600
+
+wmaker (0.14.0-4) frozen unstable; urgency=low
+
+  * Added "Suggests: menu" as per discussion on debian-bugs-dist.
+  * Polished package descriptions.
+  * Previous release (0.14.0-3) fixed a bug that prevented the package
+    from installing on some systems, notably those where 0.6.3-1 has been
+    used before, i.e., bo systems, and long ago installed hamm systems,
+    but the fact wasn't noted on the changelog. (closes: bug#19585,
+    bug#19836, bug#19560)
+
+ -- Marcelo E. Magallon <mmagallo@debian.org>  Mon, 23 Mar 1998 21:27:45 -0600
+
+wmaker (0.14.0-3) frozen unstable; urgency=low
+
+  * Applied patch to wrlib. Better dithering for low end systems; uses an
+    smaller fraction of the colorspace.
+  * Reworked preinst and postinst script to handle the existance of a
+    diversion of asclock by wmaker 0.6.3-1, and upgrades from that version.
+
+ -- Marcelo E. Magallon <mmagallo@efis.ucr.ac.cr>  Sun, 22 Mar 1998 18:54:41 -0600
+
+wmaker (0.14.0-2) unstable; urgency=low
+
+  * Fixed postinst. It's "tempfile", not "tmpfile"! Removed extra
+    whitespace. Rewrote some parts (closes: bug#19560, bug#19585)
+  * Cleaned preinst
+  * Added WindowMaker-happy version of asclock to the package, because
+    asclock is not available as a package but instead it's packaged together
+    with AfterStep. Added diversion of asclock to asclock.afterstep because
+    it does NOT requiere WindowMaker.
+
+ -- Marcelo E. Magallon <mmagallo@debian.org>  Thu, 15 Mar 1998 8:51:00 -0600
+
+wmaker (0.14.0-1) unstable; urgency=high
+
+  * New upstream release, sporting an all new Fiend clone!
+  * New maintainer, Marcelo E. Magallon <mmagallo@debian.org>.
+  * The libtool patch that 0.13.1-0.1 depended on has been incorporated on
+    the Debian package, but not upstream. One has to be careful as to ALWAYS
+    run libtoolize --copy in order to get Debian's version instead of
+    upstream's.
+  * Previous version wasn't uploaded. It closed several lintian reported
+    bugs and a nasty bug that wiped user modified files (closes: bug#17664)
+  * Conffiles are absolute (closes: bug#18501)
+  * Modified postinst. It will, hopefully, ask the user to modify
+    /etc/X11/window-managers to make WindowMaker the default only if there's
+    no previous WindowMaker entry there. It handles a rather curious syntax
+    used by AfterStep's postinst which will deinstall WindowMaker's entry
+    when AfterStep is deinstalled from the system (I think).
+  * Changed a couple of file names in debian.
+  * Wrote a manpage for wmaker.
+  * Ran several files through ispell. Gosh! Hope I my grammar not as bad as
+    my spelin is.
+
+ -- Marcelo E. Magallon <mmagallo@debian.org>  Thu, 8 Mar 1998 14:14:00 -0600
+
+wmaker (0.13.1-0.1) unstable; urgency=high
+
+  * New upstream release.
+  * /etc/menu-methods/wmaker and /etc/menu-methods/wmstyle are
+    configuration files. (closes: bug#17664)
+  * /usr/X11R6/bin/wmaker is no longer a configuration file
+  * Fixed a couple of bugs in postrm. (remove and purge were not working
+    according to policy)
+  * Updated to Standards 2.4.0.0
+  * Fixed FSF address (lintian)
+  * Fixed undocumented manpage references, 1x -> 7 (lintian)
+  * conffiles are absolute (lintian)
+  * inter-library dependency information included, but depends on
+    patch for libtool not in the main distribution (lintian)
+
+ -- Marcelo E. Magallon <mmagallo@efis.ucr.ac.cr>  Thu, 14 Feb 1998 10:54:00 -0600
+
+wmaker (0.13.0-0.1) unstable; urgency=low
+
+  * New upstream release.
+
+ -- Marcelo E. Magallon <mmagallo@efis.ucr.ac.cr>  Thu, 29 Jan 1998 16:35:00 -0600
+
+wmaker (0.12.3-0.5) unstable; urgency=low
+
+  * Fixed menu entry and handling of menu file. Many many thanks Joey!
+    (fixes: bug#17014)
+  * Fixes a stupid typo in libwmaker0 postinst (fixes: bug#16919,
+    bug#17359, bug#17335, bug#17392)
+  * libwmaker0-dev, which now replaces wmlib-dev, doesn't have a typo
+    in depends (fixes: bug#16666)
+  * Added wmaker-traditional, per user's request. This is yet another
+    alternative; it doesn't have the newstyle look.
+  * Changed Priorities to optional for all the packages.
+
+ -- Marcelo E. Magallon <mmagallo@efis.ucr.ac.cr>  Mon, 25 Jan 1998 22:00:00 -0600
+
+wmaker (0.12.3-0.4) unstable; urgency=low
+
+  * Cleaned debian/rules to include Section and Priority in the packages
+  * Changed Priorities for wmaker-superfluous, libwmaker0, libwmaker0-dev
+    and libwraster0-dev to extra.
+
+ -- Marcelo E. Magallon <mmagallo@efis.ucr.ac.cr>  Sun, 18 Jan 1998 17:24:21 -0600
+
+wmaker (0.12.3-0.3) unstable; urgency=low
+
+  * Added wmaker-superfluous package per user's request.
+  * Appended Neil's changelog to this one.
+  * Bugs closed in previous releases: focusing problem fixed (#14038);
+    wxcopy and wxpaste are included (#14100); compiled using gnulibc 2 and
+    g-libraries (closes #14799); postrm seems to be ok (closes #15651);
+    preserves z-order during restarts (closes #11371)
+
+ -- Marcelo E. Magallon <mmagallo@efis.ucr.ac.cr>  Mon, 29 Dec 1997 21:21:31 -0600
+
+wmaker (0.12.3-0.2) unstable; urgency=low
+
+  * Fixed a serious mistake regarding wmaker.inst. Removed the script from
+    the package and all references to it from the program. Added another
+    script wmaker, and renamed the original wmaker to WindowMaker.
+  * Fixed entries in wmaker's configuration, to get it in sync with
+    whatever goes in the package, and not whatever is on my system. <g>
+
+ -- Marcelo E. Magallon <mmagallo@efis.ucr.ac.cr>  Mon, 29 Dec 1997 09:53:18 -0600
+
+wmaker (0.12.3-0.1) unstable; urgency=low
+
+  * New upstream version
+  * Converted to debhelper
+  * First Public Release announced on debian-devel and wmaker@eosys.com
+  * Upstream version drops patches from 0.12.0-0.1 :^( (according to Dan
+    Pascu <dan@services.iiruc.ro>, he never got the patches, they will be
+    hopefully incorporated again in the next release) so they are in the
+    source package diffs again.
+  * Some fine tuning to the libtool patches. It now compiles ok and wmaker
+    uses wrlib!!!
+  * Patched source code (sent upstream) to preserve z-order during
+    restarts. (closes #11371)
+  * Modifications to the menu file to incorporate Debian menu system.
+  * Added --with-gnustepdir to configure.in (sent upstream); this allows
+    to build WindowMaker in a FSSTND complaint fashion.
+  * Modified PixmapPath (again?!?) to make it Debian friendly.
+  * Moved .so symlinks from base packages to development packages (debian
+    policy)
+
+ -- Marcelo E. Magallon <mmagallo@efis.ucr.ac.cr>  Sun, 28 Dec 1997 10:24:25 -0600
+
+wmaker (0.12.2-0.1) unstable; urgency=low
+
+  * New upstream version
+  * Upstream version incorporates patches from 0.12.0-0.1
+  * New patches to configure.in to support libPropList (available as a
+    Debian package, libproplist0 and libproplist0-dev)
+  * Used libtool to produce shared and static versions of wrasterlib and
+    wmlib, but wmaker doesn't use them
+
+ -- Marcelo E. Magallon <mmagallo@efis.ucr.ac.cr>  Tue, 16 Dec 1997 20:45:04 -0600
+
+wmaker (0.12.1-0.1) unstable; urgency=low
+
+  * New upstream version
+
+ -- Marcelo E. Magallon <mmagallo@efis.ucr.ac.cr>  Sat, 13 Dec 1997 16:23:54 -0600
+
+wmaker (0.12.0-0.1) unstable; urgency=low
+
+  * New upstream version
+  * Non maintainer release. Changed debian version to make it policy
+    complaint
+  * Modified configure.in to add --with-pixmapdir. Patch sent to upstream
+    maintainer.
+  * Yet another try at pixmaps. This one seems to be the definite one; it
+    mimicks what gnome is using, I assume that's the Right Thing ;-)
+  * Upstream version seems to have corrected focusing problem (closes
+    #14038)
+  * wxcopy and wxpaste included (closes #14100)
+  * Compiled using gnulibc 2 and g-libraries (closes #14799)
+  * post-remove script created using deb-make (closes #15651)
+
+ -- Marcelo E. Magallon <mmagallo@efis.ucr.ac.cr>  Sun,  7 Dec 1997 22:32:53 -0600
+
+wmaker (0.11.1-0.1) unstable; urgency=low
+
+  * New upstream version
+  * Patches from 0.6.3-0.1 incorporated to upstream
+  * Changed priority to optional
+  * Support for internationalization compiled in
+  * New paths for configuration and default pixmaps (yet another try!)
+
+ -- Marcelo E. Magallon <mmagallo@efis.ucr.ac.cr>  Sun, 23 Nov 1997 14:05:07 -0600
+
+wmaker (0.6.3-0.1) unstable; urgency=low
+
+  * Initial Release.
+  * Added support for Debian menu system.
+  * Changed paths to make it conform FSSTD.
+  * Compiled using gnulibc, aka libc6
+  * Improved runtime configuration (from the sysadmin point of view)
+    adding some patches to CPP invocation.
+
+ -- Marcelo E. Magallon <mmagallo@efis.ucr.ac.cr>  Sat,  1 Nov 1997 15:31:28 -0600
+
+wmaker (0.6.3-1) unstable; urgency=low
+
+  * Added Requires: cpp.  (Fixes Bug#11866)
+  * Added support for Debian menu system.  (Thanks to Oliver Schoenherr
+    for his config file examples.  Thanks also to others who have made
+    suggestions.)  (Fixes Bug#10677)
+  * Added wmlib-dev binary package with libWMaker and libwraster
+    libraries and header files.  A package with shared libraries may
+    follow once the interfaces settle down a bit.
+  * Small change to package description.
+  * Now builds asclock (patched to work with the Dock) and installs it,
+    diverting the version from afterstep (if installed) in the process.
+  * Added debian/X11/window-managers file so that wmaker gets added
+    to /etc/X11/window-managers.
+  * New upstream release.
+  * Switched to CVS control.
+
+ -- Neil A. Rubin <nar5@po.cwru.edu>  Sun, 31 Aug 1997 17:24:43 -0400
+
+wmaker (0.6.0-1) unstable; urgency=low
+
+  * Added info documentation to info system.
+  * Added html documentation to dwww menu.
+  * Fixed wconfig.h.in so that it correctly looks at /etc/X11/wmaker/
+    for config files.  I don't know how that slipped past.
+    (Fixes Bug#11045 and Bug#11357)
+  * Built against libc6.
+  * New upstream release. (Fixes Bug#11352)
+
+ -- Neil A. Rubin <nar5@po.cwru.edu>  Fri, 25 Jul 1997 12:14:20 -0400
+
+wmaker (0.5.0-1) unstable; urgency=low
+
+  * New upstream release.
+
+ -- Neil A. Rubin <nar5@po.cwru.edu>  Tue, 17 Jun 1997 22:08:26 -0400
+
+wmaker (0.4.3-1) unstable; urgency=low
+
+  * Changed things so that the package doesn't use /lib/ld-linux.so.2
+    from libc6.
+  * New upstream release.
+
+ -- Neil A. Rubin <nar5@po.cwru.edu>  Tue, 27 May 1997 22:06:42 -0400
+
+wmaker (0.4.2-1) unstable; urgency=low
+
+  * Added dockapp script missing in upstream tarball. 
+  * New upstream release.
+
+ -- Neil A. Rubin <nar5@po.cwru.edu>  Tue, 27 May 1997 11:13:00 -0400
+
+wmaker (0.4.1-1) unstable; urgency=low
+
+  * Added Debian control files and changed configuration file locations.
+  * Initial Experimental Release.  There are many known problems with this
+    release, but it does work.  Please read /usr/doc/wmaker/README.debian.
+
+ -- Neil A. Rubin <nar5@po.cwru.edu>  Sun, 18 May 1997 18:02:24 -0400
--- wmaker-0.92.0.orig/debian/libwings-dev.dirs
+++ wmaker-0.92.0/debian/libwings-dev.dirs
@@ -0,0 +1,2 @@
+usr/include/X11
+usr/lib
--- wmaker-0.92.0.orig/debian/wmaker.prerm
+++ wmaker-0.92.0/debian/wmaker.prerm
@@ -0,0 +1,22 @@
+#!/bin/sh
+
+set -e
+
+case "$1" in
+    failed-upgrade|abort-upgrade|deconfigure)
+        update-alternatives --remove x-window-manager /usr/bin/wmaker
+    ;;
+    remove)
+        update-alternatives --remove x-window-manager /usr/bin/wmaker
+    ;;
+    upgrade)
+    ;;
+    *)
+        echo "postrm called with unknown argument \`$1'" >&2
+        exit 1
+    ;;
+esac
+
+#DEBHELPER#
+
+exit 0
--- wmaker-0.92.0.orig/debian/debian.tiff.uu
+++ wmaker-0.92.0/debian/debian.tiff.uu
@@ -0,0 +1,5683 @@
+begin 644 DebianEtch.tiff
+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
+MQAW'6GEU:L<[/N?+R-/WZ85W<,>Y!>]@]=?@FN4MF>/]%L/;28XK3DSZ6'\$
+M\VC!.W*_%^>$4C(/OOT1JW*E.?$>F`<)ZL:X)V=?>GT5&?,0G6=:^N,=DCXM
+M8<(IYM$S[^#LPR;OJ#`^3K536\0EO.6T&IUWH'U^\@ZG>LF>F:,[O>3)'"?O
+M\+WN3LWRR3NV.G&_7^?LC;EM5._!8GW><>SGU^8=SQ:<.^/QP<BKH<II=3#T
+MWGG'0LNGEH?*!P?7++?F'6?EW)CZ,;&233T]+^K&!WG&`^&#HC,>'?".5%ZK
+M'GSPS_WV8/.2,QZ/+*)$0T'&/$K7W5+.4)03BE)]A)S3\LQ#P]-^GK+PZ\BM
+MOS8/7+Y]Q/8?V7DF@KS6<>>+'GC'>ETQC]$URT?G'9(^M>8=J/&9FN52'[1M
+MWZOK);MFCL:\`^;S'>>TBDU\_L5]<'#>(:F3->]@U7_RCN$URT?G'=S]%S_.
+M<QZP+&$>UKR#.SY90R2^(^2U4Q?0N:',WMZ(=Y3DM9(-\9=V>>I<S*OS#DD;
+M:_&.];HQ]6.B8GQ$]A7+QT=JHU7G]<-:ZHUWL.:]DS*NF$<O/KB.QOO;_:%]
+M$EV#5%U)$.5/QL%)M^[68A['?%:I,P<$9<*4O5][?NCJ*`DI?/%8?YT_YW^'
+MS6E%XCI6>R\"S\G<.?+JM_\/H*S5KP`3```!`P`!````/08```$!`P`!````
+MK@0```(!`P`$````W.4#``,!`P`!````"`````8!`P`!`````@````H!`P`!
+M`````0````T!`@`?````Y.4#`!$!!``!````"````!(!`P`!`````0```!4!
+M`P`!````!````!8!`P`!````K@0``!<!!``!````Z>0#`!H!!0`!````!.8#
+M`!L!!0`!````#.8#`!P!`P`!`````0```"@!`P`!`````0```#$!`@`Z````
+M%.8#`#T!`P`!`````@```%(!`P`!`````@`````````(``@`"``(`&1E8FEA
+M;BUW86QL<&%P97(Q-C`P>#$R,#`N=&EF9@``````2`````$```!(`````4EM
+M86=E36%G:6-K(#8N,BXT(#`Y+S$Q+S`V(%$Q-B!H='1P.B\O=W=W+FEM86=E
++;6%G:6-K+F]R9P``
+`
+end
--- wmaker-0.92.0.orig/debian/WMWindowAttributes
+++ wmaker-0.92.0/debian/WMWindowAttributes
@@ -0,0 +1,56 @@
+{
+  Logo.WMDock = {Icon = GNUstep.tiff;};
+  Logo.WMPanel = {Icon = GNUstep.tiff;};
+  Tile.WMClip = {Icon = clip.tiff;};
+  WPrefs = {Icon = "/usr/lib/GNUstep/System/Applications/WPrefs.app/WPrefs.tiff";};
+  Dockit = {Icon = GNUstep.tiff;};
+  WMSoundServer = {Icon = Sound.tiff;};
+  "*" = {Icon = defaultAppIcon.tiff;};
+  Rxvt = {Icon = GNUterm.tiff;};
+  KTerm = {Icon = GNUterm.tiff;};
+  NXTerm = {Icon = GNUterm.tiff;};
+  XTerm = {Icon = GNUterm.tiff;};
+  Netscape = {Icon = "wmaker-netscape.tif";};
+  "Mozilla-bin" = {Icon = "wmaker-nav.tif";};
+  emacs = {Icon = "wmaker-emacs.tif";};
+  Gimp = {AlwaysUserIcon = Yes;Icon = "wmaker-gimp2.tif";};
+  toolbox.Gimp = {NoAppIcon = Yes;Icon = "wmaker-gimp2.tif";};
+  gimp_startup.Gimp = {
+    Icon = "wmaker-gimp2.tif";
+    AlwaysUserIcon = Yes;
+    NoTitlebar = Yes;
+    NoResizebar = Yes;
+    NotClosable = Yes;
+    NotMiniaturizable = Yes;
+  };
+  tip_of_the_day.Gimp = {
+    Icon = "wmaker-gimp2.tif";
+    AlwaysUserIcon = Yes;
+    NoResizebar = Yes;
+    NoCloseButton = Yes;
+    NoMiniaturizeButton = Yes;
+    KeepOnTop = Yes;
+  };
+  image_window.Gimp = {Icon = "wmaker-gimp-work.tif";AlwaysUserIcon = Yes;};
+  brushselection.Gimp = {Icon = "wmaker-gimp-brushes.tif";AlwaysUserIcon = Yes;};
+  patternselection.Gimp = {Icon = "wmaker-gimp-patterns.tif";AlwaysUserIcon = Yes;};
+  color_palette.Gimp = {
+    Icon = "wmaker-gimp-palette.tif";
+    AlwaysUserIcon = Yes;
+    NoResizebar = Yes;
+  };
+  gradient_editor.Gimp = {Icon = "wmaker-gimp-gradient.tif";AlwaysUserIcon = Yes;};
+  tool_options.Gimp = {Icon = "wmaker-gimp-tooloption.tif";AlwaysUserIcon = Yes;};
+  layers_and_channels.Gimp = {Icon = "wmaker-gimp-layers.tif";AlwaysUserIcon = Yes;};
+  indexed_color_palette.Gimp = {
+    Icon = "wmaker-gimp-palette.tif";
+    AlwaysUserIcon = Yes;
+    NoResizebar = Yes;
+  };
+  "Script-fu" = {Icon = "wmaker-gimp-script-fu.tif";};
+  "script-fu.Script-fu" = {Icon = "wmaker-gimp-script-fu.tif";};
+  preferences.Gimp = {Icon = "wmaker-gimp-prefs.tif";AlwaysUserIcon = Yes;};
+  panel = {NoAppIcon = Yes;};
+  gmc = {NoAppIcon = Yes;Omnipresent = Yes;SkipWindowList = Yes;};
+  Logo.WMClip = {Icon = clip.tiff;};
+}
--- wmaker-0.92.0.orig/debian/Debian.theme.txt
+++ wmaker-0.92.0/debian/Debian.theme.txt
@@ -0,0 +1,20 @@
+Begin3
+Title:		Debian
+Version:	1.0
+Entered-date:	June 5, 1999
+Description:	Debian swirl theme for WindowMaker
+		This theme was inspired by the new Debian logo.
+		The background art is derived from copyright-free
+		stock artwork.  GIMP was used for the imaging.
+
+Keywords:	Wmaker, theme, debian, swirl
+Author:		gfburke@earthlink.net (Gary Burke)
+Maintained-by:	gfburke@earthlink.net (Gary Burke)
+Primary-site:	wm.themes.org
+		Debian.tar.gz
+		186123 Backgrounds/Debian
+		1117 Themes/Debian
+
+Platforms:	WindowMaker, XFree86 window manager
+Copying-policy: GPL
+End
--- wmaker-0.92.0.orig/debian/wmaker.desktop
+++ wmaker-0.92.0/debian/wmaker.desktop
@@ -0,0 +1,8 @@
+[Desktop Entry]
+Encoding=UTF-8
+Name=Window maker
+Comment=This session logs you into Window Maker
+Exec=/usr/bin/wmaker
+# no icon yet, only the top three are currently used
+Icon=
+Type=Application
--- wmaker-0.92.0.orig/debian/wmaker.menu-method
+++ wmaker-0.92.0/debian/wmaker.menu-method
@@ -0,0 +1,45 @@
+#!/usr/bin/install-menu
+#
+# Generates Window Maker menus for all registered applications.
+
+!include menu.h
+compat="menu-1";
+outputencoding="UTF-8"
+
+genmenu="menu.hook"
+rootprefix="/etc/X11/WindowMaker/"
+userprefix=shell("echo -n /${GNUSTEP_USER_ROOT-GNUstep}") "/Library/WindowMaker/"
+treewalk="(M)"
+rootsection="/Debian"
+
+
+function mytitle()=replacewith(title(),"\"","'")
+
+function exec($action,$com)= \
+        "  \"" mytitle() "\" " ifnempty($shortcut, "SHORTCUT " $shortcut " ") $action " " esc($com,"*") "\n" 
+
+supported
+x11=	exec("SHEXEC",$command) 
+wm=	exec("RESTART",$command) 
+text=	exec("SHEXEC",term())
+wmaker= exec("",$command ifnempty($arg," " $arg))
+endsupported
+
+preoutput= "/* Automatically generated file. Do not edit (see /usr/share/doc/menu/menu.txt.gz) */\n\n#include \"wmmacros\"\n"
+
+mainmenutitle=""
+submenutitle= ""
+
+startmenu= "\n" \
+           ifelse( \
+                title(), \
+                "\"" mytitle() "\" MENU", \
+                "Debian MENU\n\n#include <menu.prehook>" \
+           ) \
+           "\n"
+endmenu=   ifelse( \
+                title(), \
+                "\"" mytitle() "\" END", \
+                "\n#include <menu.posthook>\n\nDebian END" \
+           ) \
+           "\n"
--- wmaker-0.92.0.orig/debian/README.Debian
+++ wmaker-0.92.0/debian/README.Debian
@@ -0,0 +1,255 @@
+Window Maker for DEBIAN
+=======================
+
+This is Debian GNU/Linux's prepackaged version of Window Maker, yet
+another window manager, written mostly from scratch by Alfredo Kojima
+in an attempt to provide as much of the useful OpenStep functionality
+as possible under X11.  It is the natural step after AfterStep.
+
+There are some changes in the paths, added support for Debian menu
+system, improved user configuration (from the sysadmin point of view).
+ 
+To run Window Maker put this at the end of ~/.xsession:
+
+exec /usr/bin/wmaker
+
+and remove other exec lines if present.  I have done my best to
+overcome certain glitches and gotchas regarding Window Maker
+installation. /usr/bin/wmaker is a shell script that tries to
+make sure things are properly set up.  Take a look at it to see what's
+going on.  Please read wmaker(1x).
+
+
+Other sources for documentation
+-------------------------------
+
+* The Window Maker web site
+  http://www.windowmaker.info/
+
+  You can find all sorts of information here. It's kept very up to
+  date.
+
+* The Window Maker manual written by Alfredo Kojima
+  ftp://ftp.windowmaker.info/pub/wmaker/docs/
+
+  Please note the manual documents version 0.10.x of Window Maker, and
+  many features/changes have occured since then.  To find out what has
+  changed, please read file:/usr/doc/wmaker/NEWS.gz and
+  file:/usr/doc/wmaker/changelog.gz.  A new version of this manual is
+  being developed.  If you want to contribute to the manual please
+  contact wm-user@windowmaker.info
+
+* The Window Maker mailing list
+  http://www.windowmaker.info/lists.html
+
+  There's a Window Maker mailing list.  There you can ask questions about
+  Window Maker and *related* applications (s/n is _way_ low nowadays
+  due to unrelated discussions).
+
+  Please read the archives before asking!
+
+* The Window Maker FAQ
+  http://www.dpo.uab.edu/~grapeape/wmfaq.html
+
+  This is NOT file:/usr/share/doc/wmaker/FAQ.gz, but another document.
+  It contains information about several aspects of Window Maker that are
+  not covered on the FAQ included alongside with this Readme.
+
+* The Window Maker Configuration documents
+  ftp://ftp.windowmaker.info/pub/wmaker/docs/WindowMaker-*-Config.txt.gz
+
+  This documents the files found on ~/GNUstep/Defaults/. It's kept as
+  up to date as possible.
+
+As a sidenote, I can't package these files with wmaker because they
+don't have a copyright statement that permits redistribution.
+
+
+IF YOU ARE UPGRADING FROM 0.6.3 or earlier
+------------------------------------------
+
+  * The directory name has changed form gnustep to GNUstep
+  * The format of the style files and Window Maker file has
+    changed.
+
+IF YOU ARE UPGRADING FROM 0.14.1 or earlier (but newer than 0.6.3)
+------------------------------------------------------------------
+
+  * The Fiend has been renamed to Clip (in order to avoid hurting
+    certain people's feelings... does that ring a bell or
+    what?!?).  Look up "Fiend" in the dictionary... therefore, every
+    keyword on Defaults/WindowMaker that says "Fiend" has to be
+    replaced by "Clip".  The installation package tries to fix this
+    globally, i.e, both in the system wide files and the user's files.
+  * The ~/GNUstep/Library/WindowMaker/Style directory is no longer
+    called that, but "Styles" instead.  Update accordingly.  The wrapper
+    script tries to be smart about this...
+
+IF YOU ARE UPGRADING FROM 0.15.0 or earlier
+-------------------------------------------
+
+  * WindowPlaceOrigin syntax changed. The old was:
+      WindowPlaceOrigin = "64, 64"
+    The new one is:
+      WindowPlaceOrigin = (64, 64)
+    The installation package also fixes this.
+
+IF YOU ARE UPGRADING FROM 0.17.3 or earlier
+-------------------------------------------
+
+  * Please note there's a new Icons directory under ~/GNUstep/Library,
+    and a new key IconPath. Read the section on paths.
+
+IF YOU ARE UPGRADING FROM 0.17.5 or earlier
+-------------------------------------------
+
+  * Pandora's Box has been opened: Beware that some features of recent
+    releases may not be compatible with those of 0.17.5; PLEASE read
+    the NEWS file and the ChangeLog.  If you don't have problems
+    upgrading, consider it a gift from the gods.  PLEASE NOTE: WPrefs
+    is a work in progress.  SAVE YOUR CONFIGURATION. READ THE READMEs.
+  * Please note that WPrefs' Menu Guru REQUIERES a menu in "Property
+    List" format to work properly.  It's very likely that you have an
+    old format menu.  There's a script called wm-oldmenu2new alongside
+    this file that converts your menu to the new format.  It's a hack,
+    it won't be installed anywhere else.
+
+
+Debian specific notes
+---------------------
+
+Debian prepackaged version of Window Maker will search
+~/GNUstep/Library/WindowMaker and etc/X11/WindowMaker (in that order)
+for its configuration files. It will read defaults from files in
+~/GNUstep/Defaults and /etc/GNUstep/Defaults. The files in the
+WindowMaker directories are preprocessed using cpp. It will read both
+WindowMaker directories searching for #included files.
+
+WindowMaker makes a (little) difference between Pixmaps and Icons, and
+there are two configurable options for setting the paths Window Maker
+would search Pixmaps and Icons in, namely, PixmapPath and
+IconPath. The compiled in defaults are:
+
+    PixmapPath = (
+      "~/pixmaps",
+      "~/GNUstep/Library/WindowMaker/Pixmaps",
+      "/usr/local/share/WindowMaker/Pixmaps",
+      "/usr/share/WindowMaker/Pixmaps",
+      "/usr/local/share/pixmaps",
+      "/usr/share/pixmaps",
+      "/usr/X11R6/include/X11/pixmaps"
+    );
+    
+    IconPath = (
+      "~/pixmaps",
+      "~/GNUstep/Library/Icons",
+      "/usr/local/share/WindowMaker/Icons",
+      "/usr/share/WindowMaker/Icons",
+      "/usr/local/share/icons",
+      "/usr/share/icons",
+      "/usr/X11R6/include/X11/pixmaps"
+    );
+
+Please note that the internal default doesn't include the "Pixmaps"
+paths anymore, but you are free to modify your Window Maker file in any
+way you see fit.  Please note that the /usr/X11R6/include/X11/pixmaps
+is not going to be supported in future releases.
+
+Other Window Maker packages should put pixmaps in
+/usr/share/WindowMaker/Pixmaps and icons in
+/usr/share/WindowMaker/Icons, ONLY.
+
+The structure Window Maker tries to use is like this:
+
+GNUstep
+  +.AppInfo
+  +Defaults
+  +Library
+     +WindowMaker
+        + Backgrounds [*]
+        + IconSets [*]
+        + Pixmaps
+        + Sounds
+        + Styles [*]
+        + Themes [*]
+     +Icons
+
+Please note Icons are not considered Window Maker-only resources.
+
+[*] these directories are OPEN_MENU'ed WITH the right
+application. That means you can put the *file* "Great Debian Theme" on
+Themes, it will show up in the menu, and will be opened using
+setstyle, which installs it, i.e., sets that theme as the current
+theme.
+
+If you don't like the arrangement of the Appearance menu, you can put
+a file "appearance.menu" in ~/GNUstep/Library/WindowMaker, and it will
+override the default one. Look at /etc/X11/WindowMaker/appearance.menu
+for an example.
+
+Shortcuts
+---------
+
+Thanks to a suggestion, there's support for Shortcuts.  If you want to
+have Shift F1 launch an XTerm, you can:
+
+$ cp /usr/lib/menu/xterm /etc/menu
+$ sensible-editor /etc/menu/xterm
+
+add:
+
+        shortcut=Shift+F1
+
+and run update-menus.
+
+Sound Support
+-------------
+
+This version of Window Maker is compiled with sound support. The sound
+server is available as a separate package, but may not be in sync with
+the current release.
+
+Changing the menus (or "WPrefs segfaults when I click the cute menu icon")
+--------------------------------------------------------------------------
+
+First of all, I have this urge to say that it doesn't segfault for
+me.  It gives me a nice warning about being unable to use my current
+menu.
+
+The problem is that wmaker now is capable of using a new type of menu,
+namely a PropList menu.  It looks something like this:
+
+(
+  Applications,
+  (Debian, OPEN_MENU, menu.hook),
+  (
+    WorkSpace,
+    (Appearance, OPEN_MENU, appearance.menu),
+    (Workspaces, WORKSPACE_MENU),
+    ("Arrange Icons", ARRANGE_ICONS),
+    ("Hide Others", HIDE_OTHERS),
+    ("Show All Windows", SHOW_ALL),
+    ("Clear Session", CLEAR_SESSION),
+    ("Save Session", EXEC, "")
+  ),
+  (About..., INFO_PANEL),
+  (Exit, SHUTDOWN)
+)
+
+That cute looking menu button (let's call it by its name: the Menu
+Guru) in WPrefs expects to find a menu in this format.  I considered
+changing the menu-method to something that spits out a menu in this
+format (it's quite easy) but there's a little tiny problem: see that
+line that reads "OPEN_MENU" in the example above... well, it happens
+that appearance.menu has to be in the old format.  That means that if
+I make the menu method produce a new style menu, that menu has to be
+the root menu.  And that is not a good idea (the reason is left as an
+exercise to the reader, take into account the people that aren't using
+menu.hook as the root menu in the first place).
+
+Still want to use WPrefs to edit you menu? Cut and paste the example
+above into ~/GNUstep/Defaults/WMRootMenu, start WPrefs, click the Menu
+Guru (the 9th icon, left to right).  Now go read the docs.  That's the
+reason they are there.
+
+Marcelo E. Magallon <mmagallo@debian.org>, Thr, 1 Apr 1999 18:47:30 -0600
--- wmaker-0.92.0.orig/debian/wmaker.preinst
+++ wmaker-0.92.0/debian/wmaker.preinst
@@ -0,0 +1,69 @@
+#! /bin/sh
+
+# set some variables to make the thing a bit more readable...
+
+remove_diversion ()
+{
+  real_file=$1
+  temp_file=$1.wmaker-tmp
+  diversion=$2
+
+  if [ -e ${real_file} ] ; then
+    mv ${real_file} ${temp_file}
+  fi
+  dpkg-divert --remove --rename --quiet --package wmaker \
+    --divert ${diversion} ${real_file}
+  if [ -e ${temp_file} ] ; then
+    mv ${temp_file} ${real_file}
+  fi
+}
+
+# asclock's location and its diversion
+
+asclock=/usr/X11R6/bin/asclock
+asclock_divert_to=/usr/X11R6/bin/asclock.afterstep
+
+# asclock's manpage and its diversions
+
+asclock_man=/usr/X11R6/man/man1/asclock.1x.gz
+asclock_man_divert_to=/usr/X11R6/man/man1/asclock.afterstep.1x.gz
+old_asclock_man_divert_to=/usr/X11R6/man/man1/asclock.1x.afterstep.gz
+
+# are the diversions present?
+
+asclock_diversion=$(dpkg-divert --list | grep 'asclock .*by wmaker')
+asclock_man_diversion=$(dpkg-divert --list | grep 'asclock\.afterstep\.1x.*by wmaker')
+old_man_diversion=$(dpkg-divert --list | grep 'asclock\.1x\.afterstep.*by wmaker')
+
+# ... and set a safety net in case something goes really wrong
+
+set -e
+
+case "$1" in
+  upgrade|install)
+    if [ "$old_man_diversion" ] ; then
+      echo "Removing really old diversion of asclock manpage by wmaker..."
+      remove_diversion ${asclock_man} ${old_asclock_man_divert_to} 
+    fi
+
+    if [ "$asclock_diversion" ] ; then
+      echo "Removing diversion of asclock to asclock.afterstep..."
+      remove_diversion ${asclock} ${asclock_divert_to}
+    fi
+
+    if [ "$asclock_man_diversion" ] ; then
+      echo "Removing diversion of asclock.1x to asclock.afterstep.1x..."
+      remove_diversion ${asclock_man} ${asclock_man_divert_to}
+    fi
+
+    exit 0
+  ;;
+  abort-upgrade)
+    # the postrm has failed; preinst is only called like this after
+    # a failed upgrade and the current postrm also fails. Now,
+    # in what situation does this happen? Force non-zero exit code.
+    exit 1
+  ;;
+esac
+
+#DEBHELPER#
--- wmaker-0.92.0.orig/debian/wmaker.dirs
+++ wmaker-0.92.0/debian/wmaker.dirs
@@ -0,0 +1,9 @@
+etc/GNUstep/Defaults
+etc/X11/WindowMaker
+etc/menu-methods
+usr/bin
+usr/sbin
+usr/share/doc/wmaker
+usr/lib/menu
+usr/share/xsessions
+usr/lib/WindowMaker
--- wmaker-0.92.0.orig/debian/copyright
+++ wmaker-0.92.0/debian/copyright
@@ -0,0 +1,97 @@
+This package was debianized by Marcelo E. Magallon
+<mmagallo@debian.org> on Sat, 1 Nov 1997 15:21:20 -0600.
+
+The original package was debianized by Neil A. Rubin <nar5@po.cwru.edu>
+on Sun, 18 May 1997 18:02:24 -0400.
+
+It was downloaded from ftp://ftp.windowmaker.info/pub/source/release
+
+Window Maker X11 Window Manager
+Copyright (c) 1997 Alfredo Kengi Kojima
+
+Window Maker is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or
+(at your option) any later version.
+
+The libraries accompanying Window Maker, wrlib (libwraster), wmlib and
+WINGs (libwings-dev) are distributed under the terms of the GNU Library
+General Public License as published by the Free Software Foundation;
+either version 2 of the license, or (at your option) any later version.
+
+Window Maker is distributed in the hope that it will be useful,
+but WITHOUT ANY WARRANTY; without even the implied warranty of
+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+GNU General Public License for more details.
+
+You can find a copy of the GNU General Public License and the GNU
+Library Public License in the directory /usr/share/common-licenses, in
+the file GPL and LGPL respectively; if not, you can obtain a copy
+writing to the Free Software Foundation, Inc., 51 Franklin Street,
+Fifth Floor, Boston, MA 02110-1301 USA
+
+The icons that are distributed with this program and were made by
+Marco van Hylckama Vlieg are licensed through the OpenContent
+License. Read the /usr/doc/wmaker/COPYING.OPL file for the complete
+license.
+
+NeXT, OpenStep and NEXTSTEP are trademarks of NeXT Computer, Inc.
+All other trademarks are property of their respective owners.
+
+The authors reserve the right to make changes in the software without
+prior notice.
+
+The following artwork were created by Banlu Kemiyatorn and
+are distributed through the license in this file:
+
+GNUstepGlow.tiff
+GNUstepGlow.xpm
+Magnify.tiff
+Magnify.xpm
+Terminal.tiff
+Terminal.xpm
+TerminalGNUstep.tiff
+TerminalGNUstep.xpm
+TerminalLinux.tiff
+TerminalLinux.xpm
+tiff/msty1.tiff
+tiff/msty2.tiff
+tiff/msty3.tiff
+xpm/msty1.xpm
+xpm/msty2.xpm
+xpm/msty3.xpm
+WPrefs.tiff
+WPrefs.xpm
+tiff/tdel.tiff
+tiff/tedit.tiff
+tiff/textr.tiff
+tiff/tnew.tiff
+xpm/tdel.xpm
+xpm/tedit.xpm
+xpm/textr.xpm
+xpm/tnew.xpm
+inside Resources/Images.tiff "the little house", "the trash can",
+"the folder", "the floppies"
+Ear.png
+Ftp.png
+ICQ.png
+Jabber.png
+Mozilla.png
+Pen.png
+Pencil.png
+Shell.png
+Speaker.png
+XChat.png
+
+do What The Fuck you want to Public License
+
+Version 1.0, March 2000
+Copyright (C) 2000 Banlu Kemiyatorn (]d).
+136 Nives 7 Jangwattana 14 Laksi Bangkok
+Everyone is permitted to copy and distribute verbatim copies
+of this license document, but changing it is not allowed.
+
+Ok, the purpose of this license is simple
+and you just
+
+DO WHAT THE FUCK YOU WANT TO. 
--- wmaker-0.92.0.orig/debian/patches/70_fix_overrun.diff
+++ wmaker-0.92.0/debian/patches/70_fix_overrun.diff
@@ -0,0 +1,11 @@
+--- wmaker/src/wconfig.h.in	2006-12-15 18:20:27.000000000 +0100
++++ wmaker/src/wconfig.h.in	2006-12-15 18:21:00.000000000 +0100
+@@ -470,7 +470,7 @@
+ 
+ #define HRESIZE_THRESHOLD	3
+ 
+-#define MAX_WORKSPACENAME_WIDTH	32
++#define MAX_WORKSPACENAME_WIDTH	64
+ #define MAX_WINDOWLIST_WIDTH	160     /* max width of window title in
+                                          * window list */
+ 
--- wmaker-0.92.0.orig/debian/patches/21_endian+64bit.diff
+++ wmaker-0.92.0/debian/patches/21_endian+64bit.diff
@@ -0,0 +1,94 @@
+diff -ur WindowMaker-0.91.0/src/wmspec.c WindowMaker-0.91.0-test/src/wmspec.c
+--- WindowMaker-0.91.0/src/wmspec.c	2004-10-24 15:36:15.000000000 -0400
++++ WindowMaker-0.91.0-test/src/wmspec.c	2005-03-13 14:25:18.860008096 -0500
+@@ -27,6 +27,7 @@
+ 
+ #include <X11/Xlib.h>
+ #include <X11/Xatom.h>
++#include <X11/Xarch.h>
+ #include <string.h>
+ 
+ #include "WindowMaker.h"
+@@ -314,15 +315,15 @@
+ void
+ wNETWMUpdateDesktop(WScreen *scr)
+ {
+-    CARD32 *views, sizes[2];
++    long *views, sizes[2];
+     int count, i;
+ 
+     if (scr->workspace_count==0)
+         return;
+ 
+     count = scr->workspace_count * 2;
+-    views = wmalloc(sizeof(CARD32) * count);
+-    /*memset(views, 0, sizeof(CARD32) * count);*/
++    views = wmalloc(sizeof(long) * count);
++    /*memset(views, 0, sizeof(long) * count);*/
+ 
+ #ifdef VIRTUAL_DESKTOP
+     sizes[0] = scr->workspaces[scr->current_workspace]->width;
+@@ -362,7 +363,7 @@
+                                0, 1, &count);
+     if (prop)
+     {
+-        int desktop= *(CARD32*)prop;
++        int desktop= *(long*)prop;
+         XFree(prop);
+         return desktop;
+     }
+@@ -426,7 +441,7 @@
+ static void
+ updateShowDesktop(WScreen * scr, Bool show)
+ {
+-    CARD32 foo;
++    long foo;
+ 
+     foo = (show == True);
+     XChangeProperty(dpy, scr->root_win, net_showing_desktop, XA_CARDINAL, 32,
+@@ -599,7 +614,7 @@
+ void
+ wNETWMUpdateWorkarea(WScreen *scr, WArea usableArea)
+ {
+-    CARD32 *area;
++    long *area;
+     int count, i;
+ 
+     /* XXX: not Xinerama compatible,
+@@ -609,7 +624,7 @@
+         return;
+ 
+     count = scr->workspace_count * 4;
+-    area = wmalloc(sizeof(CARD32) * count);
++    area = wmalloc(sizeof(long) * count);
+     for (i=0; i<scr->workspace_count; i++) {
+         area[4*i + 0] = usableArea.x1;
+         area[4*i + 1] = usableArea.y1;
+@@ -732,7 +747,7 @@
+ static void
+ updateWorkspaceCount(WScreen *scr) /* changeable */
+ {
+-    CARD32 count;
++    long count;
+ 
+     count = scr->workspace_count;
+ 
+@@ -744,7 +759,7 @@
+ static void
+ updateCurrentWorkspace(WScreen *scr) /* changeable */
+ {
+-    CARD32 count;
++    long count;
+ 
+     count = scr->current_workspace;
+ 
+@@ -791,7 +806,7 @@
+ static void
+ updateWorkspaceHint(WWindow *wwin, Bool fake, Bool del)
+ {
+-    CARD32 l;
++    long l;
+ 
+     if (del) {
+         XDeleteProperty(dpy, wwin->client_win, net_wm_desktop);
+Only in WindowMaker-0.91.0-test/src: wmspec.c.orig
--- wmaker-0.92.0.orig/debian/patches/.keepme
+++ wmaker-0.92.0/debian/patches/.keepme
@@ -0,0 +1 @@
+Don't remove this directory
--- wmaker-0.92.0.orig/debian/patches/50_net_wm_name.diff
+++ wmaker-0.92.0/debian/patches/50_net_wm_name.diff
@@ -0,0 +1,25 @@
+Index: src/wmspec.c
+===================================================================
+RCS file: /cvsroot/wm/src/wmspec.c,v
+retrieving revision 1.11
+diff -u -r1.11 wmspec.c
+--- src/wmspec.c	31 Oct 2004 00:57:25 -0000	1.11
++++ src/wmspec.c	31 Dec 2004 16:10:48 -0000
+@@ -236,6 +236,7 @@
+ setSupportedHints(WScreen *scr)
+ {
+     Atom atom[atomNr];
++    char * my_name = "Window Maker";
+     int i = 0;
+ 
+     /* set supported hints list */
+@@ -308,6 +309,9 @@
+ 
+     XChangeProperty(dpy, scr->info_window, net_supporting_wm_check, XA_WINDOW,
+                     32, PropModeReplace, (unsigned char*)&scr->info_window, 1);
++
++    XChangeProperty(dpy, scr->info_window, net_wm_name, utf8_string,
++                    8, PropModeReplace, my_name, strlen(my_name));
+ }
+ 
+ 
--- wmaker-0.92.0.orig/debian/patches/35_unix_cycling.diff
+++ wmaker-0.92.0/debian/patches/35_unix_cycling.diff
@@ -0,0 +1,119 @@
+Index: src/actions.c
+===================================================================
+RCS file: /cvsroot/wm/src/actions.c,v
+retrieving revision 1.69
+diff -u -r1.69 actions.c
+--- src/actions.c	22 Oct 2004 23:39:11 -0000	1.69
++++ src/actions.c	4 Jan 2005 10:32:18 -0000
+@@ -175,15 +175,30 @@
+     /* if this is not the focused window focus it */
+     if (focused!=wwin) {
+         /* change the focus window list order */
+-        if (wwin->prev)
+-            wwin->prev->next = wwin->next;
+-
+-        if (wwin->next)
+-            wwin->next->prev = wwin->prev;
+-
+-        wwin->prev = focused;
+-        focused->next = wwin;
+-        wwin->next = NULL;
++        if (wPreferences.windows_cycling ) {
++            /* swap wwin and focused */
++            if (wwin->prev)
++                wwin->prev->next = wwin->next;
++
++            if (wwin->next)
++                wwin->next->prev = wwin->prev;
++
++            wwin->prev = focused;
++            focused->next = wwin;
++            wwin->next = NULL;
++        } else {
++            /* reorder the linked list without changing windows order */
++            WWindow * last = wwin, *first = focused;
++            while (last->prev) last = last->prev;
++            while (first->next) first = first->next;
++            
++            last->prev = first;
++            first->next = last;
++
++            if (wwin->next)
++                wwin->next->prev = NULL;
++            wwin->next = NULL;
++        }
+         scr->focused_window = wwin;
+ 
+         if (oapp && oapp != napp) {
+Index: src/defaults.c
+===================================================================
+RCS file: /cvsroot/wm/src/defaults.c,v
+retrieving revision 1.95
+diff -u -r1.95 defaults.c
+--- src/defaults.c	27 Oct 2004 02:54:32 -0000	1.95
++++ src/defaults.c	4 Jan 2005 10:32:22 -0000
+@@ -407,6 +407,9 @@
+     {"RaiseDelay",	"0",			NULL,
+     &wPreferences.raise_delay,	getInt,		NULL
+     },
++    {"WindozeCycling",  "YES",			NULL,
++	  &wPreferences.windows_cycling,getBool,	NULL
++    },
+     {"CirculateRaise",	"NO",			NULL,
+     &wPreferences.circ_raise, 	getBool, 	NULL
+     },
+Index: src/workspace.c
+===================================================================
+RCS file: /cvsroot/wm/src/workspace.c,v
+retrieving revision 1.52
+diff -u -r1.52 workspace.c
+--- src/workspace.c	26 Oct 2004 03:03:02 -0000	1.52
++++ src/workspace.c	4 Jan 2005 10:32:23 -0000
+@@ -575,13 +575,45 @@
+         if (scr->focused_window->flags.mapped && !foc) {
+             foc = scr->focused_window;
+         }
++		
++        if (!wPreferences.windows_cycling) {
++			/* Reorder window list. All windows in the current
++			workspace are moved at the end of the list */
++            WWindow * current_ws = NULL, *other_ws = NULL;
++		    WWindow * tmp = scr->focused_window; //foc;
++		    while (tmp->next) tmp = tmp->next;
++            
++		    while (tmp) {
++                if (tmp->prev) tmp->prev->next = tmp->next;
++                if (tmp->next) tmp->next->prev = tmp->prev;
++
++	            if (tmp->frame->workspace == workspace) {
++                    tmp->next = current_ws;
++                    if (current_ws) current_ws->prev = tmp;
++                    current_ws = tmp;
++                } else {
++                    tmp->next = other_ws;
++                    if (other_ws) other_ws->prev = tmp;
++                    other_ws = tmp;
++                }
++                tmp = tmp->prev;
++		    }
++            if (current_ws && other_ws) {
++                other_ws->prev = NULL;
++
++		        while (other_ws->next) other_ws = other_ws->next;
++
++                current_ws->prev = other_ws;
++                other_ws->next = current_ws;
++            }
++        }
++		  
+         if (wPreferences.focus_mode == WKF_CLICK) {
+             wSetFocusTo(scr, foc);
+         } else {
+             unsigned int mask;
+             int foo;
+             Window bar, win;
+-            WWindow *tmp;
+ 
+             tmp = NULL;
+             if (XQueryPointer(dpy, scr->root_win, &bar, &win,
+
--- wmaker-0.92.0.orig/debian/patches/30_fullscreen.diff
+++ wmaker-0.92.0/debian/patches/30_fullscreen.diff
@@ -0,0 +1,15 @@
+Index: src/event.c
+===================================================================
+--- src/event.c	(revision 41)
++++ src/event.c	(working copy)
+@@ -559,6 +559,10 @@
+             wwin->flags.skip_next_animation = 1;
+             wIconifyWindow(wwin);
+         }
++        if (wwin->flags.fullscreen) {
++            wwin->flags.fullscreen = 0;
++            wFullscreenWindow(wwin);
++        }
+         if (wwin->flags.hidden) {
+             WApplication *wapp = wApplicationOf(wwin->main_window);
+ 
--- wmaker-0.92.0.orig/debian/patches/10_gcc4_asm.diff
+++ wmaker-0.92.0/debian/patches/10_gcc4_asm.diff
@@ -0,0 +1,145 @@
+Index: wrlib/x86_specific.c
+===================================================================
+--- wrlib/x86_specific.c	(revision 41)
++++ wrlib/x86_specific.c	(working copy)
+@@ -98,15 +98,23 @@
+                            int height,
+                            int line_offset)
+ {
+-    long long rrggbbaa;
+-    long long pixel;
++    union {
++	long long rrggbbaa;
++	struct {short int rr, gg, bb, aa;} words;
++    } rrggbbaa;
++    
++    union {
++	long long pixel;
++	struct {short int rr, gg, bb, aa;} words;
++    } pixel;
++
+     short *tmp_err;
+     short *tmp_nerr;
+     int x;
+ 
+     asm volatile
+         (
+-         "pushal                        \n\t"
++         "pushl %%ebx                        \n\t"
+ 
+          // pack dr, dg and db into mm6
+          "movl  %7, %%eax               \n\t"
+@@ -290,7 +298,7 @@
+ 
+ ".Enda:                                 \n\t" // THE END
+          "emms                          \n\t"
+-         "popal                         \n\t"
++         "popl %%ebx                         \n\t"
+          :
+          :
+          "m" (image),                      // %0
+@@ -309,17 +317,18 @@
+          "m" (width),                      // %13
+          "m" (height),                     // %14
+          "m" (line_offset),                // %15
+-         "m" (rrggbbaa),                   // %16 (access to rr)
+-         "m" ((*((short*)(&rrggbbaa)+1))), // %17 (access to gg)
+-         "m" ((*((short*)(&rrggbbaa)+2))), // %18 (access to bb)
+-         "m" ((*((short*)(&rrggbbaa)+3))), // %19 (access to aa)
+-         "m" (pixel),                      // %20 (access to pixel.r)
+-         "m" ((*((short*)(&pixel)+1))),    // %21 (access to pixel.g)
+-         "m" ((*((short*)(&pixel)+2))),    // %22 (access to pixel.b)
+-         "m" ((*((short*)(&pixel)+3))),    // %23 (access to pixel.a)
++         "m" (rrggbbaa.rrggbbaa),          // %16 (access to rr)
++         "m" (rrggbbaa.words.gg),          // %17 (access to gg)
++         "m" (rrggbbaa.words.bb),          // %18 (access to bb)
++         "m" (rrggbbaa.words.aa),          // %19 (access to aa)
++         "m" (pixel.pixel),                // %20 (access to pixel.r)
++         "m" (pixel.words.gg),             // %21 (access to pixel.g)
++         "m" (pixel.words.bb),             // %22 (access to pixel.b)
++         "m" (pixel.words.aa),             // %23 (access to pixel.a)
+          "m" (tmp_err),                    // %24
+          "m" (tmp_nerr),                   // %25
+          "m" (x)                           // %26
++	 : "eax", "ecx", "edx", "esi", "edi"
+         );
+ }
+ 
+@@ -342,8 +351,15 @@
+                            int height,
+                            int line_offset)
+ {
+-    long long rrggbbaa;
+-    long long pixel;
++    union {
++	long long rrggbbaa;
++	struct {short int rr, gg, bb, aa;} words;
++    } rrggbbaa;
++    
++    union {
++	long long pixel;
++	struct {short int rr, gg, bb, aa;} words;
++    } pixel;
+ 
+     short *tmp_err;
+     short *tmp_nerr;
+@@ -354,7 +370,7 @@
+ 
+     asm volatile
+         (
+-         "pushal                        \n\t"
++         "pushl %%ebx                        \n\t"
+ 
+          "movl %13, %%eax               \n\t" // eax = width
+          "movl %%eax, %%ebx             \n\t"
+@@ -424,7 +440,7 @@
+ 
+ ".Endc:                                 \n\t" // THE END
+          "emms                          \n\t"
+-         "popal                         \n\t"
++         "popl %%ebx                         \n\t"
+          :
+          :
+          "m" (image),                      // %0
+@@ -443,19 +459,20 @@
+          "m" (width),                      // %13
+          "m" (height),                     // %14
+          "m" (line_offset),                // %15
+-         "m" (rrggbbaa),                   // %16 (access to rr)
+-         "m" ((*((short*)(&rrggbbaa)+1))), // %17 (access to gg)
+-         "m" ((*((short*)(&rrggbbaa)+2))), // %18 (access to bb)
+-         "m" ((*((short*)(&rrggbbaa)+3))), // %19 (access to aa)
+-         "m" (pixel),                      // %20 (access to pixel.r)
+-         "m" ((*((short*)(&pixel)+1))),    // %21 (access to pixel.g)
+-         "m" ((*((short*)(&pixel)+2))),    // %22 (access to pixel.b)
+-         "m" ((*((short*)(&pixel)+3))),    // %23 (access to pixel.a)
++         "m" (rrggbbaa.rrggbbaa),          // %16 (access to rr)
++         "m" (rrggbbaa.words.gg),          // %17 (access to gg)
++         "m" (rrggbbaa.words.bb),          // %18 (access to bb)
++         "m" (rrggbbaa.words.aa),          // %19 (access to aa)
++         "m" (pixel.pixel),                // %20 (access to pixel.r)
++         "m" (pixel.words.gg),             // %21 (access to pixel.g)
++         "m" (pixel.words.bb),             // %22 (access to pixel.b)
++         "m" (pixel.words.aa),             // %23 (access to pixel.a)
+          "m" (tmp_err),                    // %24
+          "m" (tmp_nerr),                   // %25
+          "m" (x),                          // %26
+          "m" (w1),                         // %27
+          "m" (w2)                          // %28
++	  : "eax", "ecx", "edx", "esi", "edi"
+         );
+ }
+ 
+Index: configure.ac
+===================================================================
+--- configure.ac	(revision 44)
++++ configure.ac	(working copy)
+@@ -197,7 +197,7 @@
+ 
+     AC_CACHE_CHECK(whether gcc supports x86 inline asm,
+                    ac_cv_c_inline_asm,
+-                   [AC_TRY_LINK(,[{int x; asm volatile("movl %%eax, %%ebx\n"::
++                   [AC_TRY_LINK(,[{int x; asm volatile("movl %%eax, %%ebx\n\t pushal\n\t popal"::
+                           "m" (x),"m" (x),"m" (x),"m" (x),"m" (x),"m" (x),
+                           "m" (x),"m" (x),"m" (x),"m" (x),"m" (x),"m" (x));}],
+                    ac_cv_c_inline_asm=yes,
--- wmaker-0.92.0.orig/debian/README.build
+++ wmaker-0.92.0/debian/README.build
@@ -0,0 +1,79 @@
+Building Window Maker for Debian
+--------------------------------
+
+* The patches
+
+  debian/rules scans debian/patches/ for files named *.diff and these
+  are sorted _alphabetically_ before being applied.
+
+  You can apply these patches by calling
+
+  	$ debian/rules patch-wmaker-stamp
+
+  and remove them with
+
+  	$ debian/rules unpatch-wmaker
+
+  Why are some patches in debian/patches and others are stored in the
+  debian .diff?
+  
+	  For starters I (still) dislike the idea of doing:
+
+		$ dpkg -x package.dsc
+
+	  and being left with something that is not the source from
+	  which the package is built.  It makes NMUs harder for both the
+	  NMUer and the maintainer, mostly because people tend to get it
+	  wrong (since it's undocumented).  I use CVS for (almost all
+	  of) my packages, and I like to be able to take a look at the
+	  source used to build certain release of a package _without_
+	  having to check out that release.  On the other hand, I try to
+	  send patches upstream, and over the years I've learned that
+	  Debian's source package format is really not the best thing to
+	  use in this context.  Merging between debian's source and
+	  upstream's (after accepting patches) is messy.
+
+	  The system used by this package is a compromise between these
+	  two things: "most" of the patches are applied directly by just
+	  unpacking the Debian sources, and some are left out.  The
+	  things that are left out (those stored in debian/patches) are
+	  in general things that should go upstream.  Things that aren't
+	  really Debian specific.  Security fixes, patches submitted
+	  upstream by other people, that kind of thing.  This keeps the
+	  patches nicely separated, makes it easy to send the upstream,
+	  to take them out and to update them if that becomes necessary.
+	  In general, if it's Debian specific, patch the sources
+	  directly.  If it should go upstream, put it in debian/patches.
+
+  The easiest way to generate patches is to use CVS.  Patches coming out
+  of 'cvs diff -u whaterver/you.modded' will just work if you put them
+  in debian/patches.  If you can't use CVS for whatever reason, just:
+
+  $ diff -u wmaker.orig wmaker > your.patch
+
+  will do the right thing.
+
+* Building options
+
+  The following make variables are used to pass options to the configure
+  script:
+
+	XLOCALE  := --disable-locale
+	MODELOCK := --enable-modelock
+
+	VDESKTOP := --enable-vdesktop
+	XINERAMA := --enable-xinerama
+
+	(*) These are not used by default
+
+  Since these are make variables, you can do something like:
+
+  	$ SOUND=--disable-sound debian/rules build
+
+  If you want to build a debugging version, this will do it:
+
+  $ export DEB_BUILD_OPTIONS=nostrip,debug,noopt
+  $ fakeroot debian/rules binary
+
+-- 
+vim: tw=72 ft=text
--- wmaker-0.92.0.orig/debian/manpages/get-wraster-flags.1
+++ wmaker-0.92.0/debian/manpages/get-wraster-flags.1
@@ -0,0 +1,32 @@
+.TH "get-wraster-flags" "1" "22 March 2005"
+.SH "NAME"
+\fBget-wraster-flags\fR \- output libwraster compile and linker flags
+.PP
+.SH "SYNOPSIS"
+.B get-wraster-flags \fR[ \fI\-\-cflags \fR] [ \fI\-\-ldflags \fR] 
+[ \fI\-\-libs \fR]
+.PP
+.SH "DESCRIPTION"
+\fBget-wraster-flags \fR\- output include path, library search path or 
+library archive names needed to compile and link with libwraster.
+.PP
+.SH "OPTIONS"
+.TP
+.B \-\-cflags
+\fRoutput include file search path to find all header files needed to compile 
+source code using libwraster functions.
+.TP
+.B \-\-ldflags
+\fRoutput library search path required to find all library archives needed to 
+link object files with libwraster.
+.TP
+.B \-\-libs 
+\fRoutput library archive names required to link object filed with libwraster.
+.PP
+.SH "AUTHOR"
+get-wraster-flags is a part of Window Maker, wich was written by 
+Alfredo K. Kojima <kojima@windowmaker.info> and Dan Pascu <dan@windowmaker.info>,
+with contributions from many people around the Internet.
+.PP
+This manpage was written by Frederik Schueler <fschueler@gmx.net> for the 
+Debian GNU/Linux system (but may be used by others).
--- wmaker-0.92.0.orig/debian/manpages/get-wings-flags.1
+++ wmaker-0.92.0/debian/manpages/get-wings-flags.1
@@ -0,0 +1,32 @@
+.TH "get-wings-flags" "1" "22 March 2005"
+.SH "NAME"
+\fBget-wings-flags\fR \- output libWINGs compile and linker flags
+.PP
+.SH "SYNOPSIS"
+.B get-wings-flags \fR[ \fI\-\-cflags \fR] [ \fI\-\-ldflags \fR] 
+[ \fI\-\-libs \fR]
+.PP
+.SH "DESCRIPTION"
+\fBget-wings-flags \fR\- output include path, library search path or 
+library archive names needed to compile and link with libWINGs.
+.PP
+.SH "OPTIONS"
+.TP
+.B \-\-cflags
+\fRoutput include file search path to find all header files needed to compile 
+source code using libWINGs functions.
+.TP
+.B \-\-ldflags
+\fRoutput library search path required to find all library archives needed to 
+link object files with libWINGs.
+.TP
+.B \-\-libs 
+\fRoutput library archive names required to link object filed with libWINGs.
+.PP
+.SH "AUTHOR"
+get-wings-flags is a part of Window Maker, wich was written by 
+Alfredo K. Kojima <kojima@windowmaker.info> and Dan Pascu <dan@windowmaker.info>,
+with contributions from many people around the Internet.
+.PP
+This manpage was written by Frederik Schueler <fschueler@gmx.net> for the 
+Debian GNU/Linux system (but may be used by others).
--- wmaker-0.92.0.orig/debian/manpages/get-wutil-flags.1
+++ wmaker-0.92.0/debian/manpages/get-wutil-flags.1
@@ -0,0 +1,32 @@
+.TH "get-wutil-flags" "1" "22 March 2005"
+.SH "NAME"
+\fBget-wutil-flags\fR \- output libwutil compile and linker flags
+.PP
+.SH "SYNOPSIS"
+.B get-wutil-flags \fR[ \fI\-\-cflags \fR] [ \fI\-\-ldflags \fR] 
+[ \fI\-\-libs \fR]
+.PP
+.SH "DESCRIPTION"
+\fBget-wutil-flags \fR\- output include path, library search path or 
+library archive names needed to compile and link with libWUtil.
+.PP
+.SH "OPTIONS"
+.TP
+.B \-\-cflags
+\fRoutput include file search path to find all header files needed to compile 
+source code using libWUtil functions.
+.TP
+.B \-\-ldflags
+\fRoutput library search path required to find all library archives needed to 
+link object files with libWUtil.
+.TP
+.B \-\-libs 
+\fRoutput library archive names required to link object filed with libWUtil.
+.PP
+.SH "AUTHOR"
+get-wutil-flags is a part of Window Maker, wich was written by 
+Alfredo K. Kojima <kojima@windowmaker.info> and Dan Pascu <dan@windowmaker.info>,
+with contributions from many people around the Internet.
+.PP
+This manpage was written by Frederik Schueler <fschueler@gmx.net> for the 
+Debian GNU/Linux system (but may be used by others).
--- wmaker-0.92.0.orig/debian/manpages/WPrefs.1x
+++ wmaker-0.92.0/debian/manpages/WPrefs.1x
@@ -0,0 +1,56 @@
+.TH "Window Maker" 1x "March 2001" "Debian Project"
+.SH NAME
+WPrefs \- Window Maker configuration tool
+.SH SYNOPSIS
+.B WPrefs
+.I "[-options]"
+.SH "DESCRIPTION"
+WPrefs.app is the preferences "editor" for the WindowMaker window manager. It
+can be used to set most of the preference options of WindowMaker and define
+it's applications menu. It also can change some settings that do not belong to
+WindowMaker.
+.PP
+Although WPrefs.app is designed to be easy to use, you should read the
+user guide to be fully aware of all available options and other features
+of WindowMaker that are not related to configuration.
+.PP
+\fIOnly options that have different values than what is found in the 
+system-wide configuration file is saved.\fP
+.SH "OPTIONS"
+.TP
+.B \-display host:display.screen
+specify display to use.
+.TP
+.B \-\-version
+display version number and exit
+.TP
+.B \-\-help
+display help message and exit
+.SH FILES
+.TP
+.B ~/GNUstep/Defaults/WindowMaker
+general Window Maker defaults.
+.TP
+.B /etc/GNUstep/Defaults/WindowMaker
+system wide Window Maker defaults.
+.TP
+.B ~/GNUstep/Defaults/WMRootMenu
+Contains the name of the file to read the root menu from or the
+menu itself, in property list format.
+.TP
+.B ~/GNUstep/Library/WindowMaker/autostart
+This script is automatically executed when Window Maker is started.  WPrefs
+saves the mouse speed configuration is saved as a call for xset here.
+.SH SEE ALSO
+The Window Maker User Guide
+.PP
+The Window Maker FAQ
+.PP
+.BR wmaker (1x)
+.SH AUTHOR
+Window Maker was written by Alfredo K. Kojima <kojima@windowmaker.info>,
+Dan Pascu <dan@windowmaker.info> with contributions from many people around
+the Internet.
+.PP
+This manual page was written by Marcelo E. Magallon, <mmagallo@debian.org>,
+for the Debian Project and might be used freely by others.
--- wmaker-0.92.0.orig/debian/manpages/wmagnify.1x
+++ wmaker-0.92.0/debian/manpages/wmagnify.1x
@@ -0,0 +1,48 @@
+.TH WMAGNIFY 1 "March 22, 2006" "" "User Commands"
+
+.SH NAME
+wmagnify \- magnify parts of the screen 
+
+.SH SYNOPSIS
+\fBwmagnify\fR [\fIoptions\fR]
+
+.SH DESCRIPTION
+\fBwmagnify\fR is a tool which allows you to magnify parts of the screen. The
+main difference from \fBxmag\fR is that the image is refreshed automatically,
+following the cursor on the screen.
+
+.SH OPTIONS
+The following command line options are available.
+.TP
+\fB\-m\fR \fIfactor\fR
+Change the magnification factor, default is 2. You can change this also while
+running the program, using the keys described below.
+.TP
+\fB\-r\fR \fIdelay\fR
+Change the refresh delay, in milliseconds. Default is 200.
+.TP
+\fB\-display\fR \fIdisplay\fR
+Use \fIdisplay\fR instead of the default one.
+
+.SH KEYS
+The following keys can be pressed while \fBwmagnify\fR is running to change its
+behaviour.
+.TP
+\fB1,2,3,4,5,6,7,8,9\fR
+Change the magnification factor.
+.TP
+\fB<space>, f\fR
+Freeze the camera, making it magnify only the current position.
+.TP
+\fBn\fR
+Create a new window.
+.TP
+\fBm\fR
+Show/hide the pointer hotspot mark.
+
+.SH SEE ALSO
+\fBxmag(1)\fR, \fBwmaker(1)\fR
+
+.SH AUTHOR
+This manual page was written by Andrea Bolognani <eof@kiyuko.org> for the
+Debian project, but may be used by others.
--- wmaker-0.92.0.orig/debian/manpages/upgrade-windowmaker-defaults.8
+++ wmaker-0.92.0/debian/manpages/upgrade-windowmaker-defaults.8
@@ -0,0 +1,23 @@
+.TH "Window Maker" 8 "March 2001" "Debian Project"
+.SH NAME
+upgrade-windowmaker-defaults \- Convert old wmaker configuration files
+.SH SYNOPSIS
+.B upgrade-windowmaker-defaults
+.SH DESCRIPTION
+Some old versions of Window Maker used different names or different syntax
+for some configuration options, which in turn used to cause some newer
+versions of Window Maker not to start up correctly.  Nowadays this is no
+longer a problem but this utility is provided to support upgrades from these
+old versions of Window Maker.
+.SH SEE ALSO
+The Window Maker User Guide
+.PP
+The Window Maker FAQ
+.PP
+The Window Maker changelog and NEWS files (in /usr/share/doc/wmaker)
+.PP
+.BR wmaker (1x)
+.SH AUTHOR
+This utility and manpage were written by Marcelo E. Magallon,
+<mmagallo@debian.org>, for the Debian Project.  It might be used freely by
+others.
--- wmaker-0.92.0.orig/debian/manpages/wmaker.1x
+++ wmaker-0.92.0/debian/manpages/wmaker.1x
@@ -0,0 +1,167 @@
+.\" Hey, Emacs!  This is an -*- nroff -*- source file.
+.TH "Window Maker" 1x "January 1999" "Debian Project"
+.SH NAME
+wmaker \- X11 window manager with a NEXTSTEP look
+.SH SYNOPSIS
+.B wmaker
+.I "[-options]"
+.SH "DESCRIPTION"
+Window Maker is a X11 window manager with a NEXTSTEP look. It tries to
+emulate NeXT's look as much as possible, but it deviates from it as
+necessary.
+.PP
+\fIPlease note this manpage has been modified to reflect changes in the
+Debian installation of Window Maker.\fP
+.SH "OPTIONS"
+.TP
+.B \-display host:display.screen
+specify display to use.
+On multiheaded machines, Window Maker will automatically manage all screens.
+If you want Window Maker to manage only a specific screen, you must supply
+the screen number you want to have managed with the 
+.B \-display
+command line argument. For example, if you want Window Maker to manage only
+screen 1, start it as:
+.B wmaker -display :0.1
+.TP
+.B \-\-no\-cpp
+disable preprocessing of configuration files
+.TP
+.B \-\-no\-dock
+do not show the application Dock
+.TP
+.B \-\-no\-clip
+do not show the workspace Clip
+.TP
+.B \-\-no\-autolaunch
+do not autolaunch applications
+.TP
+.B \-\-dont\-restore
+do not restore saved session
+.TP
+.B \-\-locale locale
+specify the locale to use
+.TP
+.B \-\-create-stdcmap
+create the standard colormap hint in PseudoColor visuals
+.TP
+.B \-\-visual\-id
+visual id of visual to use
+.TP
+.B \-\-static
+do not update or save configurations
+.TP
+.B \-\-version
+display version number and exit
+.TP
+.B \-\-visual\-id
+specify the ID of the visual to use. See
+.BR xdpyinfo (1x)
+for a list of visuals available in your display.
+.TP
+.B \-\-help
+print a brief help message
+.PP
+.SH FILES
+.TP
+.B ~/GNUstep/Defaults/WindowMaker
+general Window Maker defaults.
+.TP
+.B ~/GNUstep/Defaults/WMState
+information about the Dock and Clip. DON'T edit this while running
+Window Maker. It will be overwritten.
+.TP
+.B ~/GNUstep/Defaults/WMRootMenu
+Contains the name of the file to read the root menu from or the
+menu itself, in property list format.
+.TP
+.B ~/GNUstep/Defaults/WMWindowAttributes
+Attributes for different application classes and instances. Use the
+Attribute Editor (right drag the application's title bar, select
+Attributes) instead of modifying this file directly. There are just a
+few options not available using the Attributes Editor.
+.TP
+.B /etc/GNUstep/Defaults/
+All the above-mentioned files are READ from here if not found except
+for WMState, which is COPIED from here. No matter where they are read
+from, if it's necesary to write configuration changes back into this
+files, user's files will be written to.
+.TP
+.B ~/GNUstep/Library/WindowMaker/autostart
+This script is automatically executed when Window Maker is started.
+.TP
+.B ~/GNUstep/Library/WindowMaker/exitscript
+This script is automatically executed immediately before Window Maker is 
+exited.
+.B Note:
+If you need to run something that requires the X server to be running
+from this script, make sure you do not use the
+.I SHUTDOWN
+command from the root menu to exit Window Maker. Otherwise, the X server
+might be shut down before the script is executed.
+.TP
+.B ~/GNUstep/Library/WindowMaker/
+The menu file indicated in WMRootMenu is looked for here...
+.TP
+.B /etc/X11/WindowMaker/
+and here, in that order. Unless, the indicated path is an absolute path.
+.TP
+.B ~/GNUstep/Library/WindowMaker/Pixmaps/
+Window Maker looks for \fBpixmaps\fP here
+.TP
+.B ~/GNUstep/Library/Icons/
+Window Maker looks for \fBicons\fP here
+.TP
+.B ~/GNUstep/Library/WindowMaker/Backgrounds/
+Window Maker looks for backgrounds here
+.TP
+.B ~/GNUstep/Library/WindowMaker/Styles/
+Window Maker looks for style files here (not true... it looks like it
+does, but you have to specify the full path anyway, it's just a place
+to keep things nicely ordered)
+.TP
+.B ~/GNUstep/Library/WindowMaker/Themes/
+Window Maker looks for theme files here (ibid)
+.TP
+.B /usr/share/WindowMaker/Pixmaps/
+System-wide (Window Maker-specific) pixmaps are located here
+.TP
+.B /usr/share/WindowMaker/Styles/
+System wide styles are here
+.TP
+.B /usr/share/WindowMaker/Themes/
+Guess... ;-)
+.SH ENVIRONMENT
+.IP GNUSTEP_USER_ROOT
+specifies the initial path for the Defaults directory. "Defaults/" is
+appended to this variable to determine the actual location of the
+databases. If the varialbe is not set, it defaults to "~/GNUstep"
+.IP GNUSTEP_LOCAL_ROOT
+specifies the location of the system-wide \fBlocal\fP GNUstep
+directory (this is useful, for example, in those cases where the
+system-wide location is really a network wide location). If this
+variable is empty, GNUSTEP_SYSTEM_ROOT is looked for.
+.IP GNUSTEP_SYSTEM_ROOT
+specifies the location of the system-wide GNUstep directory. If this
+variable is empty, it defaults to /etc/GNUstep
+.SH SEE ALSO
+The Window Maker User Guide
+.PP
+The Window Maker FAQ
+.PP
+.BR X (1x),
+.BR wdwrite (1x),
+.BR wxcopy (1x),
+.BR geticonset (1x),
+.BR seticons (1x),
+.BR wmaker (1x),
+.BR wxpaste (1x),
+.BR getstyle (1x),
+.BR setstyle (1x),
+.BR wmsetbg (1x)
+.SH AUTHOR
+Window Maker was written by Alfredo K. Kojima <kojima@windowmaker.info>,
+Dan Pascu <dan@windowmaker.info> with contributions from many people around
+the Internet.
+.PP
+This manual page was written by Marcelo E. Magallon, <mmagallo@debian.org>.
--- wmaker-0.92.0.orig/debian/manpages/WindowMaker.1x
+++ wmaker-0.92.0/debian/manpages/WindowMaker.1x
@@ -0,0 +1 @@
+.so man1/wmaker.1x
--- wmaker-0.92.0.orig/debian/compat
+++ wmaker-0.92.0/debian/compat
@@ -0,0 +1 @@
+4
--- wmaker-0.92.0.orig/debian/TODO
+++ wmaker-0.92.0/debian/TODO
@@ -0,0 +1,11 @@
+TODO list for Debian wmaker package
+===================================
+
+* Clean the mess in debian/rules, split it maybe, make a
+  debian/patches directory, read xfree's or libc6's debian/rules
+* Fix the upgrade script (translate it to perl, use getpwent to go
+  thru the entire list of users, read /etc/login.defs to figure out
+  which id's are "regular" users)
+* fix the "depends on version just built" problem.  Look for some
+  package that gets this right; asked on -mentors, but there was no
+  reply.
--- wmaker-0.92.0.orig/debian/wmaker.postrm
+++ wmaker-0.92.0/debian/wmaker.postrm
@@ -0,0 +1,60 @@
+#!/bin/sh
+
+set -e
+
+inst="/etc/menu-methods/wmaker /etc/menu-methods/wmappearance"
+asclock="/usr/X11R6/bin/asclock"
+asclock_diversion="/usr/X11R6/bin/asclock.afterstep"
+asclock_man="/usr/X11R6/man/man1/asclock.1x.gz"
+asclock_man_diversion="/usr/X11R6/man/man1/asclock.afterstep.1x.gz"
+old_asclock_man_diversion="/usr/X11R6/man/man1/asclock.1x.afterstep.gz"
+
+case "$1" in
+  remove)
+    for file in $inst ; do
+      if [ -f $file ] ; then
+        chmod a-x $file
+      fi
+    done
+  ;;
+  purge)
+    if [ -x /usr/sbin/register-window-manager ]; then
+      register-window-manager --remove wmaker
+    fi
+
+    if [ -x /usr/bin/update-menus ] ; then
+      update-menus
+      rm -f /etc/X11/WindowMaker/menu.hook /etc/X11/WindowMaker/plmenu.hook
+    fi
+
+    # Hmmm...
+    rmdir -p /etc/GNUstep/Defaults /etc/X11/WindowMaker || true
+  ;;
+  upgrade|abort-install|disappear)
+    # nothing to do
+  ;;
+  failed-upgrade)
+    # this is an upgrade, and it has failed. What can fail?
+    exit 1
+  ;;
+  abort-upgrade)
+    # preinst failed, leave things like they were
+    if dpkg --compare-versions $2 eq 0.6.3-1 ; then
+      # reinstall the removed diversions
+      dpkg-divert --quiet --rename --package wmaker \
+        --divert $asclock_man_diversion --remove $asclock_man
+      dpkg-divert --quiet --rename --package wmaker \
+        --divert $old_asclock_man_diversion --add $asclock_man
+      dpkg-divert --quiet --rename --package wmaker \
+        --divert $asclock_diversion --add $asclock
+    fi
+  ;;
+  *)
+    echo "postrm called with unknown argument \`$1'" >&2
+    exit 1
+  ;;
+esac
+
+#DEBHELPER#
+
+exit 0
--- wmaker-0.92.0.orig/debian/wmaker.menu
+++ wmaker-0.92.0/debian/wmaker.menu
@@ -0,0 +1,69 @@
+?package(wmaker):needs="wm" \
+	section="WindowManagers" title="Window Maker" \
+	command="/usr/bin/wmaker"
+?package(wmaker):needs="wmaker" \
+	section="/" title="Exit" sort="ZZ" \
+        command="EXIT"
+?package(wmaker):needs="wmaker" \
+	section="/" title="Exit session" sort="ZZ" \
+        command="SHUTDOWN"
+?package(wmaker):needs="wmaker" \
+	section="WindowManagers/Modules" title="Restart" \
+        command="RESTART"
+?package(wmaker):needs="wmaker" \
+        section="WindowManagers/Modules" title="Info Panel ..." \
+        command="INFO_PANEL"
+?package(wmaker):needs="wmaker" \
+        section="WindowManagers/Modules" title="Legal Panel ..." \
+        command="LEGAL_PANEL"
+?package(wmaker):needs="wmaker" \
+        section="WindowManagers/Modules" title="Preferences" \
+        command="EXEC" arg="WPrefs"
+?package(wmaker):needs="wmaker" \
+	section="WorkSpace" title="Workspaces" \
+        command="WORKSPACE_MENU"
+?package(wmaker):needs="wmaker" \
+	section="WorkSpace" title="Hide Others" \
+        command="HIDE_OTHERS"  
+?package(wmaker):needs="wmaker" \
+	section="WorkSpace" title="Show All" \
+        command="SHOW_ALL"
+?package(wmaker):needs="wmaker" \
+	section="WorkSpace" title="Arrange Icons" \
+        command="ARRANGE_ICONS"
+?package(wmaker):needs="wmaker" \
+	section="WorkSpace" title="Save Session" \
+        command="SAVE_SESSION"
+?package(wmaker):needs="wmaker" \
+	section="WorkSpace" title="Clear Session" \
+        command="CLEAR_SESSION"
+?package(wmaker):needs="wmaker" \
+	section="WindowManagers/Modules" title="Refresh screen" \
+        command="REFRESH"
+?package(wmaker):needs="wmaker" \
+        section="WorkSpace" title="Appearance" \
+        command="OPEN_MENU" arg="appearance.menu"
+?package(wmaker):needs="wmappearance" \
+	section="Appearance" title="Background"\
+        sort="$" \
+        command="OPEN_MENU background.menu"
+?package(wmaker):needs="wmappearance" \
+	section="Appearance" title="Styles"\
+        sort="$" \
+        command="OPEN_MENU -noext LOCAL_STYLES_DIR STYLES_DIR USER_STYLES_DIR WITH setstyle"
+?package(wmaker):needs="wmappearance" \
+	section="Appearance" title="Themes"\
+        sort="$" \
+        command="OPEN_MENU -noext LOCAL_THEMES_DIR THEMES_DIR USER_THEMES_DIR WITH setstyle"
+?package(wmaker):needs="wmappearance" \
+	section="Appearance" title="Icon Sets"\
+        sort="ss" \
+        command="OPEN_MENU -noext LOCAL_ICON_SETS_DIR ICON_SETS_DIR USER_ICON_SETS_DIR WITH seticons"
+?package(wmaker):needs="wmappearance" \
+	section="Appearance" title="Save IconSet"\
+        sort="zz" \
+        command="EXEC geticonset USER_ICON_SETS_DIR/\"%a(IconSet name)\""
+?package(wmaker):needs="wmappearance" \
+	section="Appearance" title="Save Theme"\
+        sort="zz" \
+        command="EXEC getstyle -t USER_THEMES_DIR/\"%a(Theme name)\""
--- wmaker-0.92.0.orig/debian/control
+++ wmaker-0.92.0/debian/control
@@ -0,0 +1,64 @@
+Source: wmaker
+Section: x11
+Priority: optional
+Maintainer: Gürkan Sengün <gurkan@linuks.mine.nu>
+Uploaders: John H. Robinson IV <jaqque@debian.org>, Martin F. Krafft <madduck@debian.org>, Marcelo E. Magallon <mmagallo@debian.org>
+Standards-Version: 3.7.2
+Build-Depends: debhelper (>= 4), automake1.4, gettext, grep-dctrl, libfontconfig1-dev, libjpeg62-dev, libpng12-dev, libsm-dev, libtiff4-dev, libtool, libungif4-dev, libx11-dev, libxext-dev, libxft-dev, libxinerama-dev, libxkbfile-dev, libxpm-dev, libxt-dev, libxrender-dev, sharutils
+
+Package: wmaker
+Architecture: any
+Section: x11
+Priority: optional
+Depends: ${shlibs:Depends}, cpp
+Provides: x-window-manager
+Suggests: wmaker-data, menu, asclock
+Description: NeXTSTEP-like window manager for X
+ Written by Alfredo Kojima almost from scratch, resembles the NeXTStep look
+ very closely, and it is now an official GNU project.  Window Maker is not
+ overloaded with features, and it is easier to configure than most other window
+ managers.  Its final goal is to produce a window manager that doesn't require
+ editing of configuration files.  Window Maker is fast and doesn't require tons
+ of memory to run.
+ .
+  Homepage: http://www.windowmaker.info/
+
+Package: libwmaker0-dev
+Architecture: any
+Section: libdevel
+Priority: optional
+Depends: libc6-dev, libx11-dev
+Description: Static libraries and headers for Window Maker applications
+ Contains libWMaker and header files, for building Window Maker aware
+ applications.
+
+Package: libwraster3-dev
+Architecture: any
+Section: libdevel
+Priority: optional
+Depends: libwraster3 (= ${Source-Version}), libc6-dev, libx11-dev, libxext-dev, libxpm-dev, libjpeg62-dev, libpng12-0-dev, libungif4-dev, libtiff4-dev
+Provides: libwraster-dev
+Description: Static libraries and headers of Window Maker rasterizer
+ Contains libwraster and header files, for manipulating and
+ rasterizing images.
+
+Package: libwraster3
+Architecture: any
+Section: libs
+Priority: optional
+Depends: ${shlibs:Depends}
+Description: Shared libraries of Window Maker rasterizer
+ Contains libwraster, for manipulating and rasterizing images.
+
+Package: libwings-dev
+Architecture: any
+Section: libdevel
+Priority: optional
+Depends: libc6-dev, libx11-dev, libxext-dev, libwraster3-dev, libxft-dev, libfontconfig1-dev
+Description: Window Maker's own widget set
+ WINGs Is Not GNUstep (WINGs) is a small widget set with the NeXTSTEP
+ look and feel. Its API is inspired in OpenSTEP and its
+ implementation borrows some ideas from Tk. It has a reasonable set of
+ widgets, sufficient for building small applications like a CDPlayer
+ or hacking something like rxvt.  It is used for basic widgets in
+ the WindowMaker window manager.
--- wmaker-0.92.0.orig/debian/rules
+++ wmaker-0.92.0/debian/rules
@@ -0,0 +1,411 @@
+#!/usr/bin/make -f
+# GNU Copyright 1997-2005 Marcelo Magallon <mmagallo@debian.org>
+
+package := wmaker
+version := $(shell dpkg-parsechangelog | grep-dctrl -ne -sVersion -FVersion .)
+
+# use '(>= some_version)' whenever version dependencies are needed
+# libwraster_deps := (>= 0.90.0-1)
+
+SHELL=/bin/sh
+
+CFLAGS = -g -Wall
+
+ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
+CFLAGS += -O0
+else
+CFLAGS += -O2
+endif
+
+ifneq (,$(findstring debug,$(DEB_BUILD_OPTIONS)))
+CFLAGS += -DDEBUG
+endif
+
+LINGUAS           := $(patsubst po/%.po, %, $(wildcard po/*.po))
+#LINGUAS           := $(filter-out zh_TW.Big5, $(LINGUAS))
+
+# Options, options and more options!!!
+
+XLOCALE           := --disable-locale
+MODELOCK          := --enable-modelock
+
+VDESKTOP	  := --enable-vdesktop
+XINERAMA	  := --enable-xinerama
+
+# USERMENU	  := --enable-usermenu
+
+# SHAPE_EXT	  := --disable-shape
+# USE_SHM	  := --disable-shm
+
+# USE_XPM	  := --disable-xpm
+# USE_PNG	  := --disable-png
+# USE_JPEG	  := --disable-jpeg
+# USE_GIF	  := --disable-gif
+# USE_TIFF	  := --disable-tiff
+
+WMAKER_OPTIONS := $(XLOCALE) $(MODELOCK) $(VDESKTOP) $(XINERAMA) \
+	$(USERMENU) $(SHAPE_EXT) $(USE_SHM) \
+	$(USE_XPM) $(USE_PNG) $(USE_JPEG) $(USE_GIF) $(USE_TIFF)
+
+TOPSRCDIR         := $(shell pwd)
+DEBTMPDIR         := $(TOPSRCDIR)/debian/wmaker
+
+WMAKER            := wmaker
+WMAKER_BD         := $(TOPSRCDIR)/$(WMAKER)
+WMAKER_TMP        := $(DEBTMPDIR)
+
+# Be careful with the leading / because some of these values are going
+# to be hardcoded into the executables
+
+BASEDIR           := /usr
+CONFDIR           := /etc
+BINDIR            := $(BASEDIR)/bin
+INCLUDEDIR        := $(BASEDIR)/include
+SHAREDIR          := $(BASEDIR)/share
+DOCDIR            := $(SHAREDIR)/doc
+MANDIR            := $(SHAREDIR)/man
+MAN1DIR           := $(MANDIR)/man1
+MAN8DIR           := $(MANDIR)/man8
+LIBDIR            := $(BASEDIR)/lib
+PKGLIBDIR         := $(BASEDIR)/lib/WindowMaker
+NLSDIR            := $(SHAREDIR)/locale
+WMCONFDIR         := $(CONFDIR)/X11/WindowMaker
+WMSHAREDIR        := $(SHAREDIR)/WindowMaker
+WMDOCDIR          := $(DOCDIR)/wmaker
+GNUSTEPDIR        := $(LIBDIR)/GNUstep/System
+GNUSTEPCONFDIR    := $(CONFDIR)/GNUstep
+DEFAULTSDIR       := $(GNUSTEPCONFDIR)/Defaults
+PIXMAPDIR         := $(INCLUDEDIR)/X11/pixmaps
+GNUSTEPAPPS       := $(GNUSTEPDIR)/Applications
+WPREFSAPPDIR      := $(GNUSTEPAPPS)/WPrefs.app
+
+WPREFSSRCDIR      := $(TOPSRCDIR)/WPrefs.app
+WRASTERSRCDIR     := $(TOPSRCDIR)/wrlib
+WINGSSRCDIR       := $(TOPSRCDIR)/WINGs
+
+LIBWRASTER        := libwraster3
+LIBWRASTER_TMP    := $(DEBTMPDIR)/../$(LIBWRASTER)
+LIBWMAKER         := libwmaker0
+LIBWINGS          := libwings-dev
+LIBWINGS_TMP      := $(DEBTMPDIR)/../$(LIBWINGS)
+
+RM		  := rm -f
+
+COMMON_OPTIONS    := --prefix=$(BASEDIR)              \
+                     --mandir=$(MANDIR)               \
+                     --includedir=$(INCLUDEDIR)       \
+                     --sysconfdir=$(CONFDIR)          \
+                     --datadir=$(SHAREDIR)            \
+                     --with-nlsdir=$(NLSDIR)          \
+                     --with-pixmapdir=$(PIXMAPDIR)    \
+                     --with-gnustepdir=$(GNUSTEPDIR)  \
+                     --with-xft
+
+AUTOMAKE_FILES    := $(shell find -name Makefile.am)
+IN_MAKEFILES      := $(patsubst %.am,%.in,$(AUTOMAKE_FILES))
+IN_FILES          := $(filter-out $(IN_MAKEFILES),$(shell find -name \*.in))
+GEN_FILES         := $(patsubst %.in,%,$(IN_FILES))
+
+LIST_PATCHES      := find debian/patches -mindepth 1 -maxdepth 1 -name \*.diff -type f | sort
+RLIST_PATCHES     := find debian/patches -mindepth 1 -maxdepth 1 -name \*.diff -type f | sort -r
+
+install_file      := install -p    -o root -g root -m 0644
+install_prog      := install -p    -o root -g root -m 0755
+install_dir       := install -p -d -o root -g root -m 0755
+
+build: build-stamp
+build-stamp: build-wmaker-stamp
+	touch $@
+
+build-wmaker-stamp: config-wmaker-stamp
+	$(RM) $(patsubst %.in,%,$(shell find WindowMaker -name \*.in ! -name Makefile.in))
+	$(MAKE) -C $(WMAKER_BD)
+	touch $@
+
+config-wmaker-stamp: patch-wmaker-stamp configure
+	dh_testdir
+	chmod +x config.guess config.sub
+	find -name \*.h.in | sed -e 's/\.in$$//' | xargs -r rm -f
+	mkdir -p $(WMAKER_BD)
+	cd $(WMAKER_BD) && \
+	LINGUAS="$(LINGUAS)" $(TOPSRCDIR)/configure $(COMMON_OPTIONS) \
+	 $(WMAKER_OPTIONS) CFLAGS="$(CFLAGS)"
+	touch $@
+
+patch-wmaker-stamp:
+	@$(LIST_PATCHES) | \
+	while read patch ; do \
+	    echo $$patch ; \
+	    if head -1 $$patch | grep -q ^Index: ; then \
+		patch -p0 < $$patch ; \
+	    else \
+		patch -p1 < $$patch ; \
+	    fi ; \
+	    echo ; \
+	done
+	touch $@
+
+test-patch-wmaker:
+	@$(LIST_PATCHES) | \
+	while read patch ; do \
+	    echo $$patch ; \
+	    if head -1 $$patch | grep -q ^Index: ; then \
+		patch --dry-run -p0 < $$patch ; \
+	    else \
+		patch --dry-run -p1 < $$patch ; \
+	    fi ; \
+	    echo ; \
+	done
+
+unpatch-wmaker:
+	@if [ -e patch-wmaker-stamp ] ; then \
+	    $(RLIST_PATCHES) | \
+	    while read patch ; do \
+		echo $$patch ; \
+		if head -1 $$patch | grep -q ^Index: ; then \
+		    patch -p0 -R < $$patch ; \
+		else \
+		    patch -p1 -R < $$patch ; \
+		fi ; \
+		echo ; \
+	    done ; \
+	    rm patch-wmaker-stamp ; \
+	fi
+
+clean:
+	dh_testdir
+	dh_testroot
+#	-$(MAKE) distclean
+	debian/rules unpatch-wmaker
+	$(RM) \
+	  config.log
+	$(RM) *-stamp \
+	  debian/*.files \
+	  debian/shlibs.local
+#	  debian/conffiles 
+	$(RM) -r $(WMAKER_BD)
+ifeq (skip,)
+	$(RM) \
+	  configure \
+	  config.guess \
+	  config.sub \
+	  aclocal.m4 \
+	  ltmain.sh
+	$(RM) $(IN_MAKEFILES) $(GEN_FILES)
+endif
+	dh_clean
+
+binary-indep: build
+#	dh_testdir -i
+#	dh_testroot
+#	dh_clean -i -k
+
+binary-arch: build
+	dh_testdir -a
+	dh_testroot
+	dh_clean -a -k
+	dh_installdirs -a
+	debian/rules install-wmaker-stamp
+	debian/rules debian/$(LIBWRASTER)-dev.files
+	debian/rules debian/$(LIBWRASTER).files
+	debian/rules debian/$(LIBWMAKER)-dev.files
+	debian/rules debian/$(LIBWINGS).files
+	dh_movefiles -a --sourcedir=debian/wmaker
+# Remove cruft
+	$(RM) $(DEBTMPDIR)/usr/bin/wkdemenu.pl
+# deal with menus
+	dh_installmenu -a --noscripts
+	$(install_prog) debian/appearance.menu-method \
+		$(DEBTMPDIR)/etc/menu-methods/wmappearance
+	$(install_file) WindowMaker/appearance.menu \
+		$(DEBTMPDIR)/$(WMCONFDIR)/
+	$(install_file) WindowMaker/background.menu \
+		$(DEBTMPDIR)/$(WMCONFDIR)/
+	$(install_file) WindowMaker/wmmacros \
+		$(DEBTMPDIR)/$(WMCONFDIR)/
+	touch $(DEBTMPDIR)/$(WMCONFDIR)/menu.prehook
+	touch $(DEBTMPDIR)/$(WMCONFDIR)/menu.posthook
+	$(install_file) debian/wmaker.desktop $(DEBTMPDIR)/usr/share/xsessions
+# build a conffiles list AFTER installing the menus
+# the sed part is there because of policy
+#	-cd $(DEBTMPDIR) && \
+#		find etc ! -type d \
+#		| sed -e "s:^etc/:/etc/:" > ../conffiles
+	dh_installdocs -a
+	$(install_file) $(WINGSSRCDIR)/README \
+		$(LIBWINGS_TMP)/$(DOCDIR)/$(LIBWINGS)/README.WINGs
+	$(install_file) $(WRASTERSRCDIR)/README \
+		$(LIBWRASTER_TMP)/$(DOCDIR)/$(LIBWRASTER)/README.wrlib
+	$(install_dir) $(DEBTMPDIR)/$(MAN1DIR)
+	$(RM) $(DEBTMPDIR)/$(MAN1DIR)/convertstyle*
+	dh_installman -pwmaker debian/manpages/*.1x
+	dh_installman -pwmaker debian/manpages/*.8
+	dh_installman -plibwraster3-dev debian/manpages/get-wraster-flags.1
+	dh_installman -plibwings-dev debian/manpages/get-wings-flags.1
+	dh_installman -plibwings-dev debian/manpages/get-wutil-flags.1
+	dh_installchangelogs -a ChangeLog
+	dh_strip -a
+	dh_compress -a
+	dh_fixperms -a
+	cd debian && find -name \*.la -exec chmod a-X {} \;
+	dh_installdeb -a
+	dh_makeshlibs -p$(LIBWRASTER) -V '$(LIBWRASTER) $(libwraster_deps)'
+	dh_shlibdeps -u-L$(LIBWRASTER_TMP)/DEBIAN/shlibs
+	dh_gencontrol -a -u-isp
+	dh_md5sums -a
+	find debian -type d -empty -print0 | xargs -0r rm -rf
+	dh_builddeb -a
+
+binary:	binary-indep binary-arch
+
+install-wmaker-stamp: DH_OPTIONS=-pwmaker
+install-wmaker-stamp: build-wmaker-stamp
+	dh_testdir
+	dh_installdirs
+	$(MAKE) -C $(WMAKER_BD) install DESTDIR=$(DEBTMPDIR)/
+# Ugly hack, FIXME
+	mv $(DEBTMPDIR)/etc/WindowMaker/* $(DEBTMPDIR)/$(DEFAULTSDIR)/
+
+# Now begin fixing stuff
+
+# First, provide a wrapper to compensate for Window Maker's funny first
+# start up requierements
+	mv $(DEBTMPDIR)/$(BINDIR)/wmaker $(DEBTMPDIR)/$(PKGLIBDIR)/WindowMaker
+	dh_link $(PKGLIBDIR)/WindowMaker $(BINDIR)/WindowMaker
+	$(install_prog) debian/wmaker.sh $(DEBTMPDIR)/$(BINDIR)/wmaker
+
+	-mv $(DEBTMPDIR)/$(BINDIR)/convertfonts $(DEBTMPDIR)/$(PKGLIBDIR)/
+
+# place wm-oldmenu2new under a more appropiate directory
+	-mv $(DEBTMPDIR)/$(BINDIR)/wm-oldmenu2new $(DEBTMPDIR)/$(WMDOCDIR)
+
+# put a symlink in place because there's some hardcoded value that says
+# Defaults is under /usr/share/WindowMaker.
+	ln -s $(DEFAULTSDIR) $(DEBTMPDIR)/$(WMSHAREDIR)/Defaults
+# the next is stricly not necessary, because there's a symlink in place,
+# but I don't want to abuse it. Some dumb program uses that path and is a
+# PITA to modify it)
+	perl -pi -e 's:/$(WPREFSAPPDIR)/WPrefs:/$(BINDIR)/WPrefs:' \
+	   $(DEBTMPDIR)/$(DEFAULTSDIR)/WMState
+
+# Ditch this!
+	$(RM) $(DEBTMPDIR)/$(BINDIR)/wmaker.inst
+	$(RM) $(DEBTMPDIR)/$(BINDIR)/wmsetup
+# this copyright is located in /$(DOCDIR)/wmaker
+	$(RM) $(DEBTMPDIR)/$(WMCONFDIR)/Copyright
+
+# Fix permissions
+	chmod +x $(DEBTMPDIR)/usr/share/WindowMaker/autostart.sh
+	chmod +x $(DEBTMPDIR)/usr/share/WindowMaker/exitscript.sh
+
+# Install our transition script
+	$(install_prog) debian/upgrade-windowmaker-defaults \
+	  $(DEBTMPDIR)/usr/sbin/upgrade-windowmaker-defaults
+
+# This file qualifies as "unpatchable"
+	cp debian/WMWindowAttributes $(DEBTMPDIR)/$(DEFAULTSDIR)/
+# Need this file for start up
+	echo '"menu.hook"' > $(DEBTMPDIR)/$(DEFAULTSDIR)/WMRootMenu
+
+# the plethora of readmes
+	-mv $(DEBTMPDIR)/$(WMCONFDIR)/README \
+		$(DEBTMPDIR)/$(WMDOCDIR)/README.preferences
+	-mv $(DEBTMPDIR)/$(WMCONFDIR)/README.themes \
+		$(DEBTMPDIR)/$(WMDOCDIR)/README.themes
+	-cp $(TOPSRCDIR)/README.GNOME \
+		$(DEBTMPDIR)/$(WMDOCDIR)/README.GNOME
+	-cp $(TOPSRCDIR)/README.KDE \
+		$(DEBTMPDIR)/$(WMDOCDIR)/README.KDE
+	-cp $(TOPSRCDIR)/po/README \
+		$(DEBTMPDIR)/$(WMDOCDIR)/README.po
+	-cp $(TOPSRCDIR)/README.definable-cursor \
+		$(DEBTMPDIR)/$(WMDOCDIR)/README.definable-cursor
+	-cp $(WPREFSSRCDIR)/README \
+		$(DEBTMPDIR)/$(WMDOCDIR)/README.WPrefs
+	-cp $(WPREFSSRCDIR)/po/README \
+		$(DEBTMPDIR)/$(WMDOCDIR)/README.WPrefs.po
+
+# Copy in the Debian theme
+	cp debian/Debian.theme $(DEBTMPDIR)/$(WMSHAREDIR)/Themes/Debian
+	uudecode -o $(DEBTMPDIR)/$(WMSHAREDIR)/Backgrounds/debian.tiff \
+	    debian/debian.tiff.uu
+# This has the new default Debian theme settings.
+	cp debian/WindowMaker.default $(DEBTMPDIR)/$(DEFAULTSDIR)/WindowMaker
+
+# Merry Christmas
+	-mv $(DEBTMPDIR)/$(WMCONFDIR)/xtree.dat $(DEBTMPDIR)/$(WMSHAREDIR)
+
+# Overrides lintian warnings
+	dh_installdirs usr/share/lintian/overrides
+	cp debian/wmaker.overrides debian/wmaker/usr/share/lintian/overrides/wmaker
+
+# WPrefs
+# fix the location of WPrefs
+	# mv $(DEBTMPDIR)/$(WPREFSAPPDIR)/WPrefs $(DEBTMPDIR)/$(BINDIR)
+	# dh_link $(BINDIR)/WPrefs $(WPREFSAPPDIR)/WPrefs
+	dh_link $(WPREFSAPPDIR)/WPrefs $(BINDIR)/WPrefs
+# libwraster is compiled with tiff support, we don't need the xpm version
+	$(RM) -r $(DEBTMPDIR)/$(WPREFSAPPDIR)/xpm
+	$(RM) $(patsubst %.tiff,%.xpm,$(wildcard $(DEBTMPDIR)/$(WMSHAREDIR)/Icons/*.tiff))
+
+# Fix the get-*-flags scripts
+	perl -pi -e '/^WCFLAGS/ && s:=.*:="-I/usr/X11R6/include":; /^WLFLAGS/ && s:=.*:="-L/usr/X11R6/lib":;' `find $(DEBTMPDIR) -name get-*-flags`
+	perl -pi -e '/^WLIBS/ && s:=.*:="-lwraster":' `find $(DEBTMPDIR) -name get-wraster-flags`
+	perl -pi -e '/^WLIBS/ && s:=.*:="-lWINGs -lwraster -lXft":' `find $(DEBTMPDIR) -name get-wings-flags`
+	perl -pi -e '/^WLIBS/ && s:=.*:="-lWUtil -lX11":' `find $(DEBTMPDIR) -name get-wutil-flags`
+
+ifeq (skip,)
+	if [ -d $(DEBTMPDIR)/usr/include/WINGs ] ; then \
+	    mv $(DEBTMPDIR)/usr/include/WINGs/* \
+	       $(DEBTMPDIR)/usr/include ; \
+	    rmdir $(DEBTMPDIR)/usr/include/WINGs ; \
+	fi
+endif
+
+debian/$(LIBWRASTER)-dev.files: build
+	( find $(DEBTMPDIR)/$(INCLUDEDIR) $(DEBTMPDIR)/$(LIBDIR) \
+		   -name '*wraster*.h' \
+		-o -name '*wraster*.a' \
+		-o -name '*wraster*.la' \
+		-o -name '*wraster*.so' ; \
+	  cd $(DEBTMPDIR) && \
+		find usr -name get-wraster-flags \
+	) | sed -e 's:$(DEBTMPDIR)/*::'> $@
+
+debian/$(LIBWRASTER).files: build
+	( find $(DEBTMPDIR)/$(INCLUDEDIR) $(DEBTMPDIR)/$(LIBDIR) \
+		   -name '*wraster*.so.*' \
+	) | sed -e 's:$(DEBTMPDIR)/*::'> $@
+
+debian/$(LIBWMAKER)-dev.files: build
+	( find $(DEBTMPDIR)/$(INCLUDEDIR) $(DEBTMPDIR)/$(LIBDIR) \
+		   -name '*WM*.h' \
+		-o -name '*WM*.a' \
+		-o -name '*WM*.la' \
+		-o -name '*WM*.so' \
+	) | sed -e 's:$(DEBTMPDIR)/*::'> $@
+
+debian/libwings-dev.files: build
+	( find $(DEBTMPDIR)/$(INCLUDEDIR) $(DEBTMPDIR)/$(LIBDIR) \
+		    -name '*WINGs*'   \
+		 -o -name '*WUtil*' ; \
+	  cd $(DEBTMPDIR) && \
+		find usr -name get-wutil-flags -o -name get-wings-flags \
+	) | sed -e 's:$(DEBTMPDIR)/*::'> $@
+
+debian/shlibs.local:
+	echo 'libwraster  $(patsubst libwraster%,%, $(LIBWRASTER))  $(LIBWRASTER) $(libwraster_deps)' > $@
+
+aclocal.m4: acinclude.m4 configure.ac
+	aclocal
+
+ltmain.sh: aclocal.m4 /usr/share/libtool/ltmain.sh
+	libtoolize --force --copy --automake
+
+$(IN_MAKEFILES): %.in: ltmain.sh %.am
+	automake
+
+configure: $(IN_MAKEFILES) configure.ac
+	autoconf
+
+.PHONY: binary binary-arch binary-indep binary-custom clean build unpatch-wmaker
--- wmaker-0.92.0.orig/debian/wmaker.postinst
+++ wmaker-0.92.0/debian/wmaker.postinst
@@ -0,0 +1,46 @@
+#! /bin/sh -e
+#
+# Window Maker postinst.
+# 
+# Marcelo Magallon <mmagallo@debian.org>
+
+inst="/etc/menu-methods/wmaker /etc/menu-methods/wmappearance"
+x_wm_link=/etc/alternatives/x-window-manager
+x_wm_man_link=/usr/share/man/man1/x-window-manager.1.gz
+
+case "$1" in
+  configure)
+    update-alternatives --install /usr/bin/x-window-manager \
+        x-window-manager /usr/bin/wmaker 50 \
+        --slave /usr/share/man/man1/x-window-manager.1.gz \
+        x-window-manager.1.gz /usr/share/man/man1/wmaker.1x.gz
+
+    if readlink ${x_wm_link} | grep wmaker > /dev/null ; then
+        ln -sf /usr/bin/wmaker ${x_wm_link}
+        ln -sf /usr/share/man/man1/wmaker.1x.gz ${x_wm_man_link}
+    fi
+
+    for file in $inst ; do
+        if [ -f $file ] ; then
+            chmod a+x $file
+        fi
+    done
+
+    if [ -x /usr/bin/update-menus -a -x /usr/bin/install-menu ] ; then
+        update-menus
+    fi		
+  ;;
+
+  abort-upgrade|abort-deconfigure|abort-remove)
+    # how did we got here? Force a non-zero exit code
+    exit 1
+  ;;
+
+  *)
+    echo "postinst called with unkown argument: \$1" >&2
+  ;;
+esac
+
+#DEBHELPER#
+
+exit 0
--- wmaker-0.92.0.orig/debian/appearance.menu-method
+++ wmaker-0.92.0/debian/appearance.menu-method
@@ -0,0 +1,26 @@
+#!/usr/bin/install-menu
+#
+# Generates the Window Maker Appereance menu
+compat="menu-1"
+
+#!include menu.h
+
+genmenu="appearance.menu"
+rootprefix="/etc/X11/WindowMaker"
+userprefix=shell("echo -n /${GNUSTEP_USER_ROOT-GNUstep}") "/Library/WindowMaker"
+treewalk=(M)
+
+supported
+wmappearance = "  \"" $title "\" " $command "\n"
+endsupported
+
+# Please note that items should specify "section=Appearance"
+
+preoutput="/* Automatically generated file. Do not edit. */\n\n#include \"wmmacros\"\n\n"
+
+postoutput="\n"
+
+mainmenutitle=""
+submenutitle= ""
+startmenu= ifnempty ($title, $title " MENU \n")
+endmenu= ifnempty ($title, $title "  END \n")
--- wmaker-0.92.0.orig/debian/libwraster3-dev.docs
+++ wmaker-0.92.0/debian/libwraster3-dev.docs
@@ -0,0 +1,3 @@
+wrlib/NEWS
+wrlib/README
+wrlib/TODO
--- wmaker-0.92.0.orig/debian/libwraster3-dev.dirs
+++ wmaker-0.92.0/debian/libwraster3-dev.dirs
@@ -0,0 +1,3 @@
+usr/include/X11
+usr/lib
+usr/share/doc/libwraster3-dev
--- wmaker-0.92.0.orig/debian/wmaker.sh
+++ wmaker-0.92.0/debian/wmaker.sh
@@ -0,0 +1,80 @@
+#!/bin/sh
+
+set -e
+
+[ -n "$GNUSTEP_USER_ROOT" ] || export GNUSTEP_USER_ROOT="$HOME/GNUstep"
+gs_base="$GNUSTEP_USER_ROOT"
+gs_defaults="$gs_base/Defaults"
+gs_system_defaults=/etc/GNUstep/Defaults
+wm_base="$gs_base/Library/WindowMaker"
+wm_backgrounds="$wm_base/Backgrounds"
+wm_iconsets="$wm_base/IconSets"
+wm_soundsets="$wm_base/SoundSets"
+wm_pixmaps="$wm_base/Pixmaps"
+gs_icons="$gs_base/Library/Icons"
+wm_style="$wm_base/Style"
+wm_styles="$wm_base/Styles"
+wm_sounds="$wm_base/Sounds"
+wm_themes="$wm_base/Themes"
+WindowMaker=/usr/lib/WindowMaker/WindowMaker
+convertfonts=/usr/lib/WindowMaker/convertfonts
+
+make_dir_if_needed ()
+{
+    if [ ! -d "$1" ] ; then
+        install -m 0755 -d "$1"
+    fi
+}
+
+rename_dir_if_possible ()
+{
+    if [ ! -d "$2" ] ; then
+       if [ -d "$1" ] ; then
+          mv "$1" "$2"
+       fi
+    fi
+}
+
+copy_defaults_if_needed ()
+{
+    file="$gs_defaults/$1"
+    system_file="$gs_system_defaults/$1"
+    if [ ! -f "$file" ] ; then
+        install -m 0644 "$system_file" "$file"
+    fi
+}
+
+make_dir_if_needed     "$gs_defaults"
+make_dir_if_needed     "$wm_base"
+make_dir_if_needed     "$wm_backgrounds"
+make_dir_if_needed     "$wm_iconsets"
+make_dir_if_needed     "$wm_soundsets"
+make_dir_if_needed     "$wm_pixmaps"
+make_dir_if_needed     "$gs_icons"
+make_dir_if_needed     "$wm_sounds"
+rename_dir_if_possible "$wm_style"        "$wm_styles"
+make_dir_if_needed     "$wm_styles"
+make_dir_if_needed     "$wm_themes"
+
+copy_defaults_if_needed WindowMaker
+copy_defaults_if_needed WMRootMenu
+copy_defaults_if_needed WMState
+#copy_defaults_if_needed WMWindowAttributes
+
+if [ -x $convertfonts -a ! -e "$wm_base/.fonts_converted" ] ; then
+# --keep-xlfd is used in order to preserve the original information
+    $convertfonts --keep-xlfd "$gs_defaults/WindowMaker"
+    if [ -f "$gs_defaults/WMGLOBAL" ] ; then
+        $convertfonts --keep-xlfd "$gs_defaults/WMGLOBAL"
+    fi
+    find "$wm_styles" -type f -print0 -mindepth 1 -maxdepth 1 |
+    xargs -0 -r -n 1 $convertfonts --keep-xlfd
+    touch "$wm_base/.fonts_converted"
+fi
+
+if [ -n "$1" -a -x "$WindowMaker$1" ] ; then
+    WindowMaker="$WindowMaker$1"
+    shift
+fi
+
+exec "$WindowMaker" "$@"
--- wmaker-0.92.0.orig/debian/libwmaker0-dev.dirs
+++ wmaker-0.92.0/debian/libwmaker0-dev.dirs
@@ -0,0 +1,3 @@
+usr/include/X11
+usr/lib
+usr/share/doc/libwmaker0-dev
--- wmaker-0.92.0.orig/debian/libwraster3.dirs
+++ wmaker-0.92.0/debian/libwraster3.dirs
@@ -0,0 +1,2 @@
+usr/lib
+usr/share/doc/libwraster3
--- wmaker-0.92.0.orig/debian/libwraster3.postinst
+++ wmaker-0.92.0/debian/libwraster3.postinst
@@ -0,0 +1,20 @@
+#! /bin/sh -e
+
+case "$1" in
+  configure)
+    ldconfig
+  ;;
+
+  abort-upgrade|abort-deconfigure|abort-remove)
+    # how did we got here? Force a non-zero exit code
+    exit 1
+  ;;
+
+  *)
+    echo "postinst called with unknown argument: \$1" >&2
+  ;;
+esac
+
+#DEBHELPER#
+
+exit 0
--- wmaker-0.92.0.orig/debian/WindowMaker.default
+++ wmaker-0.92.0/debian/WindowMaker.default
@@ -0,0 +1,35 @@
+{
+  LargeDisplayFont = "-*-helvetica-bold-r-normal-*-24-*-*-*-*-*-*-*";
+  HighlightColor = white;
+  FTitleColor = white;
+  MenuTextFont = "-*-helvetica-bold-r-normal-*-12-*-*-*-*-*-*-*";
+  WorkspaceBack = (
+    spixmap,
+    "/usr/share/WindowMaker/Backgrounds/debian.tiff",
+    gray20
+  );
+  UTitleBack = (solid, "rgb:aa/aa/aa");
+  IconTitleFont = "-*-helvetica-bold-r-normal-*-9-*-*-*-*-*-*-*";
+  PTitleBack = (solid, gray40);
+  WindowTitleFont = "-*-helvetica-bold-r-normal-*-12-*-*-*-*-*-*-*";
+  UTitleColor = black;
+  ClipTitleFont = "Verdana:bold:pixelsize=10";
+  MenuDisabledColor = gray40;
+  MenuStyle = normal;
+  MenuTextBack = (solid, "rgb:aa/aa/aa");
+  PTitleColor = white;
+  IconBack = (dgradient, "rgb:a6/a6/b6", "rgb:51/55/61");
+  DisplayFont = "-*-helvetica-bold-r-normal-*-12-*-*-*-*-*-*-*";
+  MenuTitleBack = (solid, black);
+  FTitleBack = (solid, black);
+  TitleJustify = center;
+  CClipTitleColor = gray20;
+  ResizebarBack = (solid, "rgb:aa/aa/aa");
+  MenuTextColor = black;
+  ClipTitleColor = black;
+  IconTitleBack = black;
+  HighlightTextColor = black;
+  IconTitleColor = white;
+  MenuTitleFont = "-*-helvetica-bold-r-normal-*-12-*-*-*-*-*-*-*";
+  MenuTitleColor = white;
+}
--- wmaker-0.92.0.orig/debian/upgrade-windowmaker-defaults
+++ wmaker-0.92.0/debian/upgrade-windowmaker-defaults
@@ -0,0 +1,153 @@
+#! /bin/sh
+# (c) 1998 Marcelo Magallon <mmagallo@debian.org>
+# this script is distributed under the terms and conditions of the GPL.
+#
+# TODO:
+#
+# * Fix that ugly hack with fix*
+#   Is there something in the shell like Perl's hashes? It could be nice to
+#   do something like "foreach $var (keys %fixes)" to associate fixes with
+#   file names so I don't have to track things all over the place
+#
+# * Fix also the code that iterates over user directories to include system
+#   directories in one run  
+#
+# upgrade-windowmaker-defaults (0.3)
+# 
+# * Handles upgrade to Window Maker 0.19.0
+#   Logo.Clip -> Tile.Clip (crashing)
+#
+# upgrade-windowmaker-defaults (0.2)
+# 
+# * Handles keyname changes between 0.16.1 and 0.17.2
+#
+# Tue Jul 21 08:05:00 CST 1998
+#
+# upgrade-windowmaker-defaults (0.1)
+# 
+# * Initial release
+# * Handles WindowPlaceOrigin syntax change
+# * Handles name change Fiend -> Clip
+#
+# Sat Jun 13 16:18:36 CST 1998
+
+# Fixes (these are not-optional changes)
+# this one changes WindowPlaceOrigin = "..." to WindowPlaceOrigin = (...)
+fix1='s/\(.*WindowPlaceOrigin = \)"\(.*\)";/\1(\2);/'
+# and this one substitutes Fiend with Clip
+fix2='s/\(.*\)Fiend\(.*\)=/\1Clip\2=/'
+# this one applies to WMState
+fix3='s/\( *\)Fiend\( *\)=/\1Clip\2=/'
+fix4='s/\(.*\)Logo\.\(WMFiend\|WMClip\)\(.*\)=/\1Tile.WMClip\3=/'
+# this one applies to Window Maker
+fix5='s/\(.*\)NoSound\(.*\)=/\1DisableSound\2=/'
+fix6='s/\(.*\)NoAutoWarp\(.*\)=/\1DontLinkWorspaces\2=/'
+# this one is for WMWindowAttributes
+
+# try to screen system accounts in the /etc/passwd file. If somebody
+# has a better method for doing this, I'm open to suggestions. Please
+# note that Debian Policy states accounts 0-99 are reserved for the
+# Project, and 100 onwards *could* be used by the local sysadmin, but
+# the default is 1000 and up
+users='^[[:alnum:]]*:[[:alnum:]]*:[[:digit:]]\{4,\}:'
+
+ask_n ()
+{
+  echo -n $*'? [yN] '
+  read yn
+  test -n "$yn" || yn=n
+  case "$yn" in
+    [yY]*)
+      return 1
+    ;;
+    *)
+      return 0
+    ;;
+  esac
+}
+
+apply_fix ()
+{
+  file_to_fix=$1; shift
+  if [ -e $file_to_fix ] ; then
+    echo -n "Fixing $file_to_fix... "
+    while [ $# -gt 0 ] ; do
+      sed -e "$1" $file_to_fix > $tempfile
+      cat $tempfile > $file_to_fix
+      shift
+    done
+    echo done.
+  fi
+}
+
+ask_permission ()
+{
+  cat <<EOF
+I can try to fix certain configuration parameters that have changed
+between previous versions of Window Maker and this one, namely:
+
+ * WindowPlaceOrigin syntax change from "..." to (...)
+ * Name change of Fiend to Clip
+ * WMWindowAttributes: Logo.Clip -> Tile.Clip (crashing)
+
+NOT fixing this could prevent Window Maker from starting. Please read
+/usr/doc/wmaker/NEWS.gz and /usr/doc/wmaker/changelog.gz
+
+I will fix *both* the system defaults and each user's files.
+
+EOF
+  if ! ask_n "Do you want to proceed with the changes" ; then
+    return 0
+  else
+    return 1
+  fi
+}
+
+set -e
+
+gs_dir=GNUstep
+[ $GNUSTEP_USER_ROOT ] && gs_dir=$GNUSTEP_USER_ROOT 
+gs_defaults=$gs_dir/Defaults
+gs_system_defaults=/etc/GNUstep/Defaults
+
+if [ "$1" = "--non-interactive" ] || ask_permission ; then
+  tempfile=`tempfile`
+
+  # fix users' files
+  for dir in `cut -d : -f 6 /etc/passwd | sort -u` ; do
+    apply_fix $dir/$gs_defaults/WindowMaker "$fix1" "$fix2" "$fix5" "$fix6"
+    apply_fix $dir/$gs_defaults/WMState "$fix3"
+    apply_fix $dir/$gs_defaults/WMWindowAttributes "$fix4"
+  done
+
+  # fix system files
+  apply_fix $gs_system_defaults/WindowMaker "$fix1" "$fix2" "$fix5" "$fix6"
+  apply_fix $gs_system_defaults/WMState "$fix3"
+  apply_fix $gs_system_defaults/WMWindowAttributes "$fix4"
+
+  rm $tempfile
+
+cat <<EOF
+
+Done fixing things. If you want to run this script again you can do so by
+typing:
+
+$ $0
+EOF
+
+else
+cat <<EOF
+
+Ok, leaving things as they are now... you can run this script again using:
+
+$ $0
+EOF
+fi
+
+cat <<EOF
+
+Press [ENTER] to continue...
+EOF
+
+read dummy
+exit 0
--- wmaker-0.92.0.orig/debian/wmaker.overrides
+++ wmaker-0.92.0/debian/wmaker.overrides
@@ -0,0 +1,5 @@
+wmaker: image-file-in-usr-lib
+wmaker: menu-item-creates-new-root-section
+wmaker: menu-command-not-in-package
+wmaker: menu-item-contains-unknown-tag
+wmaker: menu-item-needs-tag-has-unknown-value
