Merge branch 'master' into ppa-daily-trunk
authorJean-Philippe Orsini <jeanfi@gmail.com>
Mon, 1 Sep 2014 16:00:20 +0000 (18:00 +0200)
committerJean-Philippe Orsini <jeanfi@gmail.com>
Mon, 1 Sep 2014 16:00:20 +0000 (18:00 +0200)
Conflicts:
debian/changelog

23 files changed:
1  2 
Makefile.in
aclocal.m4
config.h.in
configure
debian/psensor.install
doc/Makefile.in
icons/hicolor/14x14/Makefile.in
icons/hicolor/16x16/Makefile.in
icons/hicolor/22x22/Makefile.in
icons/hicolor/24x24/Makefile.in
icons/hicolor/32x32/Makefile.in
icons/hicolor/48x48/Makefile.in
icons/hicolor/64x64/Makefile.in
icons/hicolor/scalable/Makefile.in
icons/ubuntu-mono-dark/apps/22/Makefile.in
icons/ubuntu-mono-dark/status/22/Makefile.in
icons/ubuntu-mono-light/status/22/Makefile.in
src/Makefile.in
src/glade/Makefile.in
src/lib/Makefile.in
src/server/Makefile.in
tests/Makefile.in
www/Makefile.in

diff --cc Makefile.in
@@@ -1,9 -1,9 +1,8 @@@
--# Makefile.in generated by automake 1.11.6 from Makefile.am.
++# Makefile.in generated by automake 1.14.1 from Makefile.am.
  # @configure_input@
  
--# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
--# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
--# Foundation, Inc.
++# Copyright (C) 1994-2013 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.
  @SET_MAKE@
  
  VPATH = @srcdir@
--am__make_dryrun = \
--  { \
--    am__dry=no; \
++am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
++am__make_running_with_option = \
++  case $${target_option-} in \
++      ?) ;; \
++      *) echo "am__make_running_with_option: internal error: invalid" \
++              "target option '$${target_option-}' specified" >&2; \
++         exit 1;; \
++  esac; \
++  has_opt=no; \
++  sane_makeflags=$$MAKEFLAGS; \
++  if $(am__is_gnu_make); then \
++    sane_makeflags=$$MFLAGS; \
++  else \
      case $$MAKEFLAGS in \
        *\\[\ \ ]*) \
--        echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
--          | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
--      *) \
--        for am__flg in $$MAKEFLAGS; do \
--          case $$am__flg in \
--            *=*|--*) ;; \
--            *n*) am__dry=yes; break;; \
--          esac; \
--        done;; \
++        bs=\\; \
++        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
++          | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
      esac; \
--    test $$am__dry = yes; \
--  }
++  fi; \
++  skip_next=no; \
++  strip_trailopt () \
++  { \
++    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
++  }; \
++  for flg in $$sane_makeflags; do \
++    test $$skip_next = yes && { skip_next=no; continue; }; \
++    case $$flg in \
++      *=*|--*) continue;; \
++        -*I) strip_trailopt 'I'; skip_next=yes;; \
++      -*I?*) strip_trailopt 'I';; \
++        -*O) strip_trailopt 'O'; skip_next=yes;; \
++      -*O?*) strip_trailopt 'O';; \
++        -*l) strip_trailopt 'l'; skip_next=yes;; \
++      -*l?*) strip_trailopt 'l';; \
++      -[dEDm]) skip_next=yes;; \
++      -[JT]) skip_next=yes;; \
++    esac; \
++    case $$flg in \
++      *$$target_option*) has_opt=yes; break;; \
++    esac; \
++  done; \
++  test $$has_opt = yes
++am__make_dryrun = (target_option=n; $(am__make_running_with_option))
++am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
  pkgdatadir = $(datadir)/@PACKAGE@
  pkgincludedir = $(includedir)/@PACKAGE@
  pkglibdir = $(libdir)/@PACKAGE@
@@@ -52,14 -52,14 +79,18 @@@ POST_UNINSTALL = 
  build_triplet = @build@
  host_triplet = @host@
  subdir = .
--DIST_COMMON = README $(am__configure_deps) $(dist_doc_DATA) \
--      $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
--      $(srcdir)/config.h.in $(top_srcdir)/configure ABOUT-NLS \
--      AUTHORS COPYING ChangeLog INSTALL NEWS ar-lib compile \
--      config.guess config.rpath config.sub depcomp install-sh \
--      missing
++DIST_COMMON = INSTALL NEWS README AUTHORS ChangeLog \
++      $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
++      $(top_srcdir)/configure $(am__configure_deps) \
++      $(srcdir)/config.h.in ABOUT-NLS $(dist_doc_DATA) COPYING \
++      ar-lib compile config.guess config.rpath config.sub depcomp \
++      install-sh missing
  ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
--am__aclocal_m4_deps = $(top_srcdir)/configure.ac
++am__aclocal_m4_deps = $(top_srcdir)/m4/gettext.m4 \
++      $(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/lib-ld.m4 \
++      $(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \
++      $(top_srcdir)/m4/nls.m4 $(top_srcdir)/m4/po.m4 \
++      $(top_srcdir)/m4/progtest.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 \
@@@ -68,15 -68,15 +99,28 @@@ mkinstalldirs = $(install_sh) -
  CONFIG_HEADER = config.h
  CONFIG_CLEAN_FILES =
  CONFIG_CLEAN_VPATH_FILES =
++AM_V_P = $(am__v_P_@AM_V@)
++am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
++am__v_P_0 = false
++am__v_P_1 = :
++AM_V_GEN = $(am__v_GEN_@AM_V@)
++am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
++am__v_GEN_0 = @echo "  GEN     " $@;
++am__v_GEN_1 = 
++AM_V_at = $(am__v_at_@AM_V@)
++am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
++am__v_at_0 = @
++am__v_at_1 = 
  SOURCES =
  DIST_SOURCES =
--RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
--      html-recursive info-recursive install-data-recursive \
--      install-dvi-recursive install-exec-recursive \
--      install-html-recursive install-info-recursive \
--      install-pdf-recursive install-ps-recursive install-recursive \
--      installcheck-recursive installdirs-recursive pdf-recursive \
--      ps-recursive uninstall-recursive
++RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
++      ctags-recursive dvi-recursive html-recursive info-recursive \
++      install-data-recursive install-dvi-recursive \
++      install-exec-recursive install-html-recursive \
++      install-info-recursive install-pdf-recursive \
++      install-ps-recursive install-recursive installcheck-recursive \
++      installdirs-recursive pdf-recursive ps-recursive \
++      tags-recursive uninstall-recursive
  am__can_run_installinfo = \
    case $$AM_UPDATE_INFO_DIR in \
      n|no|NO) false;; \
@@@ -113,11 -113,11 +157,33 @@@ am__installdirs = "$(DESTDIR)$(desktopd
  DATA = $(desktop_DATA) $(dist_doc_DATA)
  RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive       \
    distclean-recursive maintainer-clean-recursive
--AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
--      $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
--      distdir dist dist-all distcheck
++am__recursive_targets = \
++  $(RECURSIVE_TARGETS) \
++  $(RECURSIVE_CLEAN_TARGETS) \
++  $(am__extra_recursive_targets)
++AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
++      cscope distdir dist dist-all distcheck
++am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \
++      $(LISP)config.h.in
++# Read a list of newline-separated strings from the standard input,
++# and print each of them once, without duplicates.  Input order is
++# *not* preserved.
++am__uniquify_input = $(AWK) '\
++  BEGIN { nonempty = 0; } \
++  { items[$$0] = 1; nonempty = 1; } \
++  END { if (nonempty) { for (i in items) print i; }; } \
++'
++# Make sure the list of sources is unique.  This is necessary because,
++# e.g., the same source file might be shared among _SOURCES variables
++# for different programs/libraries.
++am__define_uniq_tagged_files = \
++  list='$(am__tagged_files)'; \
++  unique=`for i in $$list; do \
++    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
++  done | $(am__uniquify_input)`
  ETAGS = etags
  CTAGS = ctags
++CSCOPE = cscope
  DIST_SUBDIRS = $(SUBDIRS)
  DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  distdir = $(PACKAGE)-$(VERSION)
@@@ -128,6 -128,6 +194,7 @@@ am__remove_distdir = 
        && rm -rf "$(distdir)" \
        || { sleep 5 && rm -rf "$(distdir)"; }; \
    else :; fi
++am__post_remove_distdir = $(am__remove_distdir)
  am__relativize = \
    dir0=`pwd`; \
    sed_first='s,^\([^/]*\)/.*$$,\1,'; \
    reldir="$$dir2"
  DIST_ARCHIVES = $(distdir).tar.gz
  GZIP_ENV = --best
++DIST_TARGETS = dist-gzip
  distuninstallcheck_listfiles = find . -type f -print
  am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
    | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
  distcleancheck_listfiles = find . -type f -print
  ACLOCAL = @ACLOCAL@
  AMTAR = @AMTAR@
++AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
  APPINDICATOR_CFLAGS = @APPINDICATOR_CFLAGS@
  APPINDICATOR_LIBS = @APPINDICATOR_LIBS@
  AR = @AR@
@@@ -185,12 -186,8 +255,7 @@@ ECHO_N = @ECHO_N
  ECHO_T = @ECHO_T@
  EGREP = @EGREP@
  EXEEXT = @EXEEXT@
- GCONFTOOL = @GCONFTOOL@
- GCONF_CFLAGS = @GCONF_CFLAGS@
- GCONF_LIBS = @GCONF_LIBS@
- GCONF_SCHEMA_CONFIG_SOURCE = @GCONF_SCHEMA_CONFIG_SOURCE@
- GCONF_SCHEMA_FILE_DIR = @GCONF_SCHEMA_FILE_DIR@
--GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
+ GLIB_COMPILE_SCHEMAS = @GLIB_COMPILE_SCHEMAS@
  GMSGFMT = @GMSGFMT@
  GMSGFMT_015 = @GMSGFMT_015@
  GREP = @GREP@
@@@ -245,7 -243,7 +311,6 @@@ PKG_CONFIG_PATH = @PKG_CONFIG_PATH
  POSUB = @POSUB@
  PTHREAD_LIBS = @PTHREAD_LIBS@
  RANLIB = @RANLIB@
--SED = @SED@
  SENSORS_LIBS = @SENSORS_LIBS@
  SET_MAKE = @SET_MAKE@
  SHELL = @SHELL@
@@@ -260,7 -258,7 +325,6 @@@ XEXT_CFLAGS = @XEXT_CFLAGS
  XEXT_LIBS = @XEXT_LIBS@
  XGETTEXT = @XGETTEXT@
  XGETTEXT_015 = @XGETTEXT_015@
--XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@
  XMKMF = @XMKMF@
  abs_builddir = @abs_builddir@
  abs_srcdir = @abs_srcdir@
@@@ -381,8 -380,8 +446,8 @@@ $(ACLOCAL_M4):  $(am__aclocal_m4_deps
  $(am__aclocal_m4_deps):
  
  config.h: stamp-h1
--      @if test ! -f $@; then rm -f stamp-h1; else :; fi
--      @if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) stamp-h1; else :; fi
++      @test -f $@ || rm -f stamp-h1
++      @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
  
  stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
        @rm -f stamp-h1
@@@ -438,22 -437,22 +503,25 @@@ uninstall-dist_docDATA
        dir='$(DESTDIR)$(docdir)'; $(am__uninstall_files_from_dir)
  
  # This directory's subdirectories are mostly independent; you can cd
--# into them and run `make' without going through this Makefile.
--# To change the values of `make' variables: instead of editing Makefiles,
--# (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.
--$(RECURSIVE_TARGETS):
--      @fail= failcom='exit 1'; \
--      for f in x $$MAKEFLAGS; do \
--        case $$f in \
--          *=* | --[!k]*);; \
--          *k*) failcom='fail=yes';; \
--        esac; \
--      done; \
++# into them and run 'make' without going through this Makefile.
++# To change the values of 'make' variables: instead of editing Makefiles,
++# (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.
++$(am__recursive_targets):
++      @fail=; \
++      if $(am__make_keepgoing); then \
++        failcom='fail=yes'; \
++      else \
++        failcom='exit 1'; \
++      fi; \
        dot_seen=no; \
        target=`echo $@ | sed s/-recursive//`; \
--      list='$(SUBDIRS)'; for subdir in $$list; do \
++      case "$@" in \
++        distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
++        *) list='$(SUBDIRS)' ;; \
++      esac; \
++      for subdir in $$list; do \
          echo "Making $$target in $$subdir"; \
          if test "$$subdir" = "."; then \
            dot_seen=yes; \
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
        fi; test -z "$$fail"
  
--$(RECURSIVE_CLEAN_TARGETS):
--      @fail= failcom='exit 1'; \
--      for f in x $$MAKEFLAGS; do \
--        case $$f in \
--          *=* | --[!k]*);; \
--          *k*) failcom='fail=yes';; \
--        esac; \
--      done; \
--      dot_seen=no; \
--      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; \
--      rev="$$rev ."; \
--      target=`echo $@ | sed s/-recursive//`; \
--      for subdir in $$rev; do \
--        echo "Making $$target in $$subdir"; \
--        if test "$$subdir" = "."; then \
--          local_target="$$target-am"; \
--        else \
--          local_target="$$target"; \
--        fi; \
--        ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
--        || eval $$failcom; \
--      done && test -z "$$fail"
--tags-recursive:
--      list='$(SUBDIRS)'; for subdir in $$list; do \
--        test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
--      done
--ctags-recursive:
--      list='$(SUBDIRS)'; for subdir in $$list; do \
--        test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
--      done
++ID: $(am__tagged_files)
++      $(am__define_uniq_tagged_files); mkid -fID $$unique
++tags: tags-recursive
++TAGS: tags
  
--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; nonempty = 1; } \
--            END { if (nonempty) { for (i in files) print i; }; }'`; \
--      mkid -fID $$unique
--tags: TAGS
--
--TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
--              $(TAGS_FILES) $(LISP)
++tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
        set x; \
        here=`pwd`; \
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
          fi; \
        done; \
--      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; nonempty = 1; } \
--            END { if (nonempty) { for (i in files) print i; }; }'`; \
++      $(am__define_uniq_tagged_files); \
        shift; \
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
          test -n "$$unique" || unique=$$empty_fix; \
              $$unique; \
          fi; \
        fi
--ctags: CTAGS
--CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
--              $(TAGS_FILES) $(LISP)
--      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; nonempty = 1; } \
--            END { if (nonempty) { for (i in files) print i; }; }'`; \
++ctags: ctags-recursive
++
++CTAGS: ctags
++ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
++      $(am__define_uniq_tagged_files); \
        test -z "$(CTAGS_ARGS)$$unique" \
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
             $$unique
@@@ -568,9 -567,9 +582,31 @@@ GTAGS
        here=`$(am__cd) $(top_builddir) && pwd` \
          && $(am__cd) $(top_srcdir) \
          && gtags -i $(GTAGS_ARGS) "$$here"
++cscope: cscope.files
++      test ! -s cscope.files \
++        || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
++clean-cscope:
++      -rm -f cscope.files
++cscope.files: clean-cscope cscopelist
++cscopelist: cscopelist-recursive
++
++cscopelist-am: $(am__tagged_files)
++      list='$(am__tagged_files)'; \
++      case "$(srcdir)" in \
++        [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
++        *) sdir=$(subdir)/$(srcdir) ;; \
++      esac; \
++      for i in $$list; do \
++        if test -f "$$i"; then \
++          echo "$(subdir)/$$i"; \
++        else \
++          echo "$$sdir/$$i"; \
++        fi; \
++      done >> $(top_builddir)/cscope.files
  
  distclean-tags:
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
++      -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
  
  distdir: $(DISTFILES)
        $(am__remove_distdir)
        || chmod -R a+r "$(distdir)"
  dist-gzip: distdir
        tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
--      $(am__remove_distdir)
++      $(am__post_remove_distdir)
  
  dist-bzip2: distdir
        tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
--      $(am__remove_distdir)
++      $(am__post_remove_distdir)
  
  dist-lzip: distdir
        tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
--      $(am__remove_distdir)
--
--dist-lzma: distdir
--      tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
--      $(am__remove_distdir)
++      $(am__post_remove_distdir)
  
  dist-xz: distdir
        tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
--      $(am__remove_distdir)
++      $(am__post_remove_distdir)
  
  dist-tarZ: distdir
++      @echo WARNING: "Support for shar distribution archives is" \
++                     "deprecated." >&2
++      @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
        tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
--      $(am__remove_distdir)
++      $(am__post_remove_distdir)
  
  dist-shar: distdir
++      @echo WARNING: "Support for distribution archives compressed with" \
++                     "legacy program 'compress' is deprecated." >&2
++      @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
        shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
--      $(am__remove_distdir)
++      $(am__post_remove_distdir)
  
  dist-zip: distdir
        -rm -f $(distdir).zip
        zip -rq $(distdir).zip $(distdir)
--      $(am__remove_distdir)
++      $(am__post_remove_distdir)
  
--dist dist-all: distdir
--      tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
--      $(am__remove_distdir)
++dist dist-all:
++      $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
++      $(am__post_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
@@@ -682,8 -681,8 +720,6 @@@ distcheck: dis
          GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
        *.tar.bz2*) \
          bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
--      *.tar.lzma*) \
--        lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
        *.tar.lz*) \
          lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
        *.tar.xz*) \
        *.zip*) \
          unzip $(distdir).zip ;;\
        esac
--      chmod -R a-w $(distdir); chmod u+w $(distdir)
--      mkdir $(distdir)/_build
--      mkdir $(distdir)/_inst
++      chmod -R a-w $(distdir)
++      chmod u+w $(distdir)
++      mkdir $(distdir)/_build $(distdir)/_inst
        chmod a-w $(distdir)
        test -d $(distdir)/_build || exit 0; \
        dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
          && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
          && am__cwd=`pwd` \
          && $(am__cd) $(distdir)/_build \
--        && ../configure --srcdir=.. --prefix="$$dc_install_base" \
++        && ../configure \
            $(AM_DISTCHECK_CONFIGURE_FLAGS) \
            $(DISTCHECK_CONFIGURE_FLAGS) \
++          --srcdir=.. --prefix="$$dc_install_base" \
          && $(MAKE) $(AM_MAKEFLAGS) \
          && $(MAKE) $(AM_MAKEFLAGS) dvi \
          && $(MAKE) $(AM_MAKEFLAGS) check \
          && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
          && cd "$$am__cwd" \
          || exit 1
--      $(am__remove_distdir)
++      $(am__post_remove_distdir)
        @(echo "$(distdir) archives ready for distribution: "; \
          list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
          sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
@@@ -866,13 -865,13 +903,12 @@@ ps-am
  
  uninstall-am: uninstall-desktopDATA uninstall-dist_docDATA
  
--.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all \
--      ctags-recursive install-am install-strip tags-recursive
++.MAKE: $(am__recursive_targets) all install-am install-strip
  
--.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
--      all all-am am--refresh check check-am clean clean-generic \
--      ctags ctags-recursive dist dist-all dist-bzip2 dist-gzip \
--      dist-lzip dist-lzma dist-shar dist-tarZ dist-xz dist-zip \
++.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
++      am--refresh check check-am clean clean-cscope clean-generic \
++      cscope cscopelist-am ctags ctags-am dist dist-all dist-bzip2 \
++      dist-gzip dist-lzip dist-shar dist-tarZ dist-xz dist-zip \
        distcheck distclean distclean-generic distclean-hdr \
        distclean-tags distcleancheck distdir distuninstallcheck dvi \
        dvi-am html html-am info info-am install install-am \
        install-ps install-ps-am install-strip installcheck \
        installcheck-am installdirs installdirs-am maintainer-clean \
        maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
--      pdf-am ps ps-am tags tags-recursive uninstall uninstall-am \
++      pdf-am ps ps-am tags tags-am uninstall uninstall-am \
        uninstall-desktopDATA uninstall-dist_docDATA
  
  
diff --cc aclocal.m4
@@@ -1,8 -1,8 +1,7 @@@
--# generated automatically by aclocal 1.11.6 -*- Autoconf -*-
++# generated automatically by aclocal 1.14.1 -*- Autoconf -*-
++
++# Copyright (C) 1996-2013 Free Software Foundation, Inc.
  
--# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
--# 2005, 2006, 2007, 2008, 2009, 2010, 2011 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.
  # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
  # PARTICULAR PURPOSE.
  
++m4_ifndef([AC_CONFIG_MACRO_DIRS], [m4_defun([_AM_CONFIG_MACRO_DIRS], [])m4_defun([AC_CONFIG_MACRO_DIRS], [_AM_CONFIG_MACRO_DIRS($@)])])
  m4_ifndef([AC_AUTOCONF_VERSION],
    [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
  m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.69],,
  [m4_warning([this file was generated for autoconf 2.69.
  You have another version of autoconf.  It may work, but is not guaranteed to.
  If you have problems, you may need to regenerate the build system entirely.
--To do so, use the procedure documented by the package, typically `autoreconf'.])])
 -
 -# gettext.m4 serial 66 (gettext-0.18.2)
 -dnl Copyright (C) 1995-2013 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
 -dnl This file can can be used in projects which are not available under
 -dnl the GNU General Public License or the GNU Library General Public
 -dnl License but which still want to provide support for the GNU gettext
 -dnl functionality.
 -dnl Please note that the actual code of the GNU gettext library is covered
 -dnl by the GNU Library General Public License, and the rest of the GNU
 -dnl gettext package package is covered by the GNU General Public License.
 -dnl They are *not* in the public domain.
 -
 -dnl Authors:
 -dnl   Ulrich Drepper <drepper@cygnus.com>, 1995-2000.
 -dnl   Bruno Haible <haible@clisp.cons.org>, 2000-2006, 2008-2010.
 -
 -dnl Macro to add for using GNU gettext.
 -
 -dnl Usage: AM_GNU_GETTEXT([INTLSYMBOL], [NEEDSYMBOL], [INTLDIR]).
 -dnl INTLSYMBOL can be one of 'external', 'no-libtool', 'use-libtool'. The
 -dnl    default (if it is not specified or empty) is 'no-libtool'.
 -dnl    INTLSYMBOL should be 'external' for packages with no intl directory,
 -dnl    and 'no-libtool' or 'use-libtool' for packages with an intl directory.
 -dnl    If INTLSYMBOL is 'use-libtool', then a libtool library
 -dnl    $(top_builddir)/intl/libintl.la will be created (shared and/or static,
 -dnl    depending on --{enable,disable}-{shared,static} and on the presence of
 -dnl    AM-DISABLE-SHARED). If INTLSYMBOL is 'no-libtool', a static library
 -dnl    $(top_builddir)/intl/libintl.a will be created.
 -dnl If NEEDSYMBOL is specified and is 'need-ngettext', then GNU gettext
 -dnl    implementations (in libc or libintl) without the ngettext() function
 -dnl    will be ignored.  If NEEDSYMBOL is specified and is
 -dnl    'need-formatstring-macros', then GNU gettext implementations that don't
 -dnl    support the ISO C 99 <inttypes.h> formatstring macros will be ignored.
 -dnl INTLDIR is used to find the intl libraries.  If empty,
 -dnl    the value '$(top_builddir)/intl/' is used.
 -dnl
 -dnl The result of the configuration is one of three cases:
 -dnl 1) GNU gettext, as included in the intl subdirectory, will be compiled
 -dnl    and used.
 -dnl    Catalog format: GNU --> install in $(datadir)
 -dnl    Catalog extension: .mo after installation, .gmo in source tree
 -dnl 2) GNU gettext has been found in the system's C library.
 -dnl    Catalog format: GNU --> install in $(datadir)
 -dnl    Catalog extension: .mo after installation, .gmo in source tree
 -dnl 3) No internationalization, always use English msgid.
 -dnl    Catalog format: none
 -dnl    Catalog extension: none
 -dnl If INTLSYMBOL is 'external', only cases 2 and 3 can occur.
 -dnl The use of .gmo is historical (it was needed to avoid overwriting the
 -dnl GNU format catalogs when building on a platform with an X/Open gettext),
 -dnl but we keep it in order not to force irrelevant filename changes on the
 -dnl maintainers.
 -dnl
 -AC_DEFUN([AM_GNU_GETTEXT],
 -[
 -  dnl Argument checking.
 -  ifelse([$1], [], , [ifelse([$1], [external], , [ifelse([$1], [no-libtool], , [ifelse([$1], [use-libtool], ,
 -    [errprint([ERROR: invalid first argument to AM_GNU_GETTEXT
 -])])])])])
 -  ifelse(ifelse([$1], [], [old])[]ifelse([$1], [no-libtool], [old]), [old],
 -    [AC_DIAGNOSE([obsolete], [Use of AM_GNU_GETTEXT without [external] argument is deprecated.])])
 -  ifelse([$2], [], , [ifelse([$2], [need-ngettext], , [ifelse([$2], [need-formatstring-macros], ,
 -    [errprint([ERROR: invalid second argument to AM_GNU_GETTEXT
 -])])])])
 -  define([gt_included_intl],
 -    ifelse([$1], [external],
 -      ifdef([AM_GNU_GETTEXT_][INTL_SUBDIR], [yes], [no]),
 -      [yes]))
 -  define([gt_libtool_suffix_prefix], ifelse([$1], [use-libtool], [l], []))
 -  gt_NEEDS_INIT
 -  AM_GNU_GETTEXT_NEED([$2])
 -
 -  AC_REQUIRE([AM_PO_SUBDIRS])dnl
 -  ifelse(gt_included_intl, yes, [
 -    AC_REQUIRE([AM_INTL_SUBDIR])dnl
 -  ])
 -
 -  dnl Prerequisites of AC_LIB_LINKFLAGS_BODY.
 -  AC_REQUIRE([AC_LIB_PREPARE_PREFIX])
 -  AC_REQUIRE([AC_LIB_RPATH])
 -
 -  dnl Sometimes libintl requires libiconv, so first search for libiconv.
 -  dnl Ideally we would do this search only after the
 -  dnl      if test "$USE_NLS" = "yes"; then
 -  dnl        if { eval "gt_val=\$$gt_func_gnugettext_libc"; test "$gt_val" != "yes"; }; then
 -  dnl tests. But if configure.in invokes AM_ICONV after AM_GNU_GETTEXT
 -  dnl the configure script would need to contain the same shell code
 -  dnl again, outside any 'if'. There are two solutions:
 -  dnl - Invoke AM_ICONV_LINKFLAGS_BODY here, outside any 'if'.
 -  dnl - Control the expansions in more detail using AC_PROVIDE_IFELSE.
 -  dnl Since AC_PROVIDE_IFELSE is only in autoconf >= 2.52 and not
 -  dnl documented, we avoid it.
 -  ifelse(gt_included_intl, yes, , [
 -    AC_REQUIRE([AM_ICONV_LINKFLAGS_BODY])
 -  ])
 -
 -  dnl Sometimes, on Mac OS X, libintl requires linking with CoreFoundation.
 -  gt_INTL_MACOSX
 -
 -  dnl Set USE_NLS.
 -  AC_REQUIRE([AM_NLS])
 -
 -  ifelse(gt_included_intl, yes, [
 -    BUILD_INCLUDED_LIBINTL=no
 -    USE_INCLUDED_LIBINTL=no
 -  ])
 -  LIBINTL=
 -  LTLIBINTL=
 -  POSUB=
 -
 -  dnl Add a version number to the cache macros.
 -  case " $gt_needs " in
 -    *" need-formatstring-macros "*) gt_api_version=3 ;;
 -    *" need-ngettext "*) gt_api_version=2 ;;
 -    *) gt_api_version=1 ;;
 -  esac
 -  gt_func_gnugettext_libc="gt_cv_func_gnugettext${gt_api_version}_libc"
 -  gt_func_gnugettext_libintl="gt_cv_func_gnugettext${gt_api_version}_libintl"
 -
 -  dnl If we use NLS figure out what method
 -  if test "$USE_NLS" = "yes"; then
 -    gt_use_preinstalled_gnugettext=no
 -    ifelse(gt_included_intl, yes, [
 -      AC_MSG_CHECKING([whether included gettext is requested])
 -      AC_ARG_WITH([included-gettext],
 -        [  --with-included-gettext use the GNU gettext library included here],
 -        nls_cv_force_use_gnu_gettext=$withval,
 -        nls_cv_force_use_gnu_gettext=no)
 -      AC_MSG_RESULT([$nls_cv_force_use_gnu_gettext])
 -
 -      nls_cv_use_gnu_gettext="$nls_cv_force_use_gnu_gettext"
 -      if test "$nls_cv_force_use_gnu_gettext" != "yes"; then
 -    ])
 -        dnl User does not insist on using GNU NLS library.  Figure out what
 -        dnl to use.  If GNU gettext is available we use this.  Else we have
 -        dnl to fall back to GNU NLS library.
 -
 -        if test $gt_api_version -ge 3; then
 -          gt_revision_test_code='
 -#ifndef __GNU_GETTEXT_SUPPORTED_REVISION
 -#define __GNU_GETTEXT_SUPPORTED_REVISION(major) ((major) == 0 ? 0 : -1)
 -#endif
 -changequote(,)dnl
 -typedef int array [2 * (__GNU_GETTEXT_SUPPORTED_REVISION(0) >= 1) - 1];
 -changequote([,])dnl
 -'
 -        else
 -          gt_revision_test_code=
 -        fi
 -        if test $gt_api_version -ge 2; then
 -          gt_expression_test_code=' + * ngettext ("", "", 0)'
 -        else
 -          gt_expression_test_code=
 -        fi
 -
 -        AC_CACHE_CHECK([for GNU gettext in libc], [$gt_func_gnugettext_libc],
 -         [AC_LINK_IFELSE(
 -            [AC_LANG_PROGRAM(
 -               [[
 -#include <libintl.h>
 -$gt_revision_test_code
 -extern int _nl_msg_cat_cntr;
 -extern int *_nl_domain_bindings;
 -               ]],
 -               [[
 -bindtextdomain ("", "");
 -return * gettext ("")$gt_expression_test_code + _nl_msg_cat_cntr + *_nl_domain_bindings
 -               ]])],
 -            [eval "$gt_func_gnugettext_libc=yes"],
 -            [eval "$gt_func_gnugettext_libc=no"])])
 -
 -        if { eval "gt_val=\$$gt_func_gnugettext_libc"; test "$gt_val" != "yes"; }; then
 -          dnl Sometimes libintl requires libiconv, so first search for libiconv.
 -          ifelse(gt_included_intl, yes, , [
 -            AM_ICONV_LINK
 -          ])
 -          dnl Search for libintl and define LIBINTL, LTLIBINTL and INCINTL
 -          dnl accordingly. Don't use AC_LIB_LINKFLAGS_BODY([intl],[iconv])
 -          dnl because that would add "-liconv" to LIBINTL and LTLIBINTL
 -          dnl even if libiconv doesn't exist.
 -          AC_LIB_LINKFLAGS_BODY([intl])
 -          AC_CACHE_CHECK([for GNU gettext in libintl],
 -            [$gt_func_gnugettext_libintl],
 -           [gt_save_CPPFLAGS="$CPPFLAGS"
 -            CPPFLAGS="$CPPFLAGS $INCINTL"
 -            gt_save_LIBS="$LIBS"
 -            LIBS="$LIBS $LIBINTL"
 -            dnl Now see whether libintl exists and does not depend on libiconv.
 -            AC_LINK_IFELSE(
 -              [AC_LANG_PROGRAM(
 -                 [[
 -#include <libintl.h>
 -$gt_revision_test_code
 -extern int _nl_msg_cat_cntr;
 -extern
 -#ifdef __cplusplus
 -"C"
 -#endif
 -const char *_nl_expand_alias (const char *);
 -                 ]],
 -                 [[
 -bindtextdomain ("", "");
 -return * gettext ("")$gt_expression_test_code + _nl_msg_cat_cntr + *_nl_expand_alias ("")
 -                 ]])],
 -              [eval "$gt_func_gnugettext_libintl=yes"],
 -              [eval "$gt_func_gnugettext_libintl=no"])
 -            dnl Now see whether libintl exists and depends on libiconv.
 -            if { eval "gt_val=\$$gt_func_gnugettext_libintl"; test "$gt_val" != yes; } && test -n "$LIBICONV"; then
 -              LIBS="$LIBS $LIBICONV"
 -              AC_LINK_IFELSE(
 -                [AC_LANG_PROGRAM(
 -                   [[
 -#include <libintl.h>
 -$gt_revision_test_code
 -extern int _nl_msg_cat_cntr;
 -extern
 -#ifdef __cplusplus
 -"C"
 -#endif
 -const char *_nl_expand_alias (const char *);
 -                   ]],
 -                   [[
 -bindtextdomain ("", "");
 -return * gettext ("")$gt_expression_test_code + _nl_msg_cat_cntr + *_nl_expand_alias ("")
 -                   ]])],
 -                [LIBINTL="$LIBINTL $LIBICONV"
 -                 LTLIBINTL="$LTLIBINTL $LTLIBICONV"
 -                 eval "$gt_func_gnugettext_libintl=yes"
 -                ])
 -            fi
 -            CPPFLAGS="$gt_save_CPPFLAGS"
 -            LIBS="$gt_save_LIBS"])
 -        fi
 -
 -        dnl If an already present or preinstalled GNU gettext() is found,
 -        dnl use it.  But if this macro is used in GNU gettext, and GNU
 -        dnl gettext is already preinstalled in libintl, we update this
 -        dnl libintl.  (Cf. the install rule in intl/Makefile.in.)
 -        if { eval "gt_val=\$$gt_func_gnugettext_libc"; test "$gt_val" = "yes"; } \
 -           || { { eval "gt_val=\$$gt_func_gnugettext_libintl"; test "$gt_val" = "yes"; } \
 -                && test "$PACKAGE" != gettext-runtime \
 -                && test "$PACKAGE" != gettext-tools; }; then
 -          gt_use_preinstalled_gnugettext=yes
 -        else
 -          dnl Reset the values set by searching for libintl.
 -          LIBINTL=
 -          LTLIBINTL=
 -          INCINTL=
 -        fi
 -
 -    ifelse(gt_included_intl, yes, [
 -        if test "$gt_use_preinstalled_gnugettext" != "yes"; then
 -          dnl GNU gettext is not found in the C library.
 -          dnl Fall back on included GNU gettext library.
 -          nls_cv_use_gnu_gettext=yes
 -        fi
 -      fi
 -
 -      if test "$nls_cv_use_gnu_gettext" = "yes"; then
 -        dnl Mark actions used to generate GNU NLS library.
 -        BUILD_INCLUDED_LIBINTL=yes
 -        USE_INCLUDED_LIBINTL=yes
 -        LIBINTL="ifelse([$3],[],\${top_builddir}/intl,[$3])/libintl.[]gt_libtool_suffix_prefix[]a $LIBICONV $LIBTHREAD"
 -        LTLIBINTL="ifelse([$3],[],\${top_builddir}/intl,[$3])/libintl.[]gt_libtool_suffix_prefix[]a $LTLIBICONV $LTLIBTHREAD"
 -        LIBS=`echo " $LIBS " | sed -e 's/ -lintl / /' -e 's/^ //' -e 's/ $//'`
 -      fi
 -
 -      CATOBJEXT=
 -      if test "$gt_use_preinstalled_gnugettext" = "yes" \
 -         || test "$nls_cv_use_gnu_gettext" = "yes"; then
 -        dnl Mark actions to use GNU gettext tools.
 -        CATOBJEXT=.gmo
 -      fi
 -    ])
 -
 -    if test -n "$INTL_MACOSX_LIBS"; then
 -      if test "$gt_use_preinstalled_gnugettext" = "yes" \
 -         || test "$nls_cv_use_gnu_gettext" = "yes"; then
 -        dnl Some extra flags are needed during linking.
 -        LIBINTL="$LIBINTL $INTL_MACOSX_LIBS"
 -        LTLIBINTL="$LTLIBINTL $INTL_MACOSX_LIBS"
 -      fi
 -    fi
 -
 -    if test "$gt_use_preinstalled_gnugettext" = "yes" \
 -       || test "$nls_cv_use_gnu_gettext" = "yes"; then
 -      AC_DEFINE([ENABLE_NLS], [1],
 -        [Define to 1 if translation of program messages to the user's native language
 -   is requested.])
 -    else
 -      USE_NLS=no
 -    fi
 -  fi
 -
 -  AC_MSG_CHECKING([whether to use NLS])
 -  AC_MSG_RESULT([$USE_NLS])
 -  if test "$USE_NLS" = "yes"; then
 -    AC_MSG_CHECKING([where the gettext function comes from])
 -    if test "$gt_use_preinstalled_gnugettext" = "yes"; then
 -      if { eval "gt_val=\$$gt_func_gnugettext_libintl"; test "$gt_val" = "yes"; }; then
 -        gt_source="external libintl"
 -      else
 -        gt_source="libc"
 -      fi
 -    else
 -      gt_source="included intl directory"
 -    fi
 -    AC_MSG_RESULT([$gt_source])
 -  fi
 -
 -  if test "$USE_NLS" = "yes"; then
 -
 -    if test "$gt_use_preinstalled_gnugettext" = "yes"; then
 -      if { eval "gt_val=\$$gt_func_gnugettext_libintl"; test "$gt_val" = "yes"; }; then
 -        AC_MSG_CHECKING([how to link with libintl])
 -        AC_MSG_RESULT([$LIBINTL])
 -        AC_LIB_APPENDTOVAR([CPPFLAGS], [$INCINTL])
 -      fi
 -
 -      dnl For backward compatibility. Some packages may be using this.
 -      AC_DEFINE([HAVE_GETTEXT], [1],
 -       [Define if the GNU gettext() function is already present or preinstalled.])
 -      AC_DEFINE([HAVE_DCGETTEXT], [1],
 -       [Define if the GNU dcgettext() function is already present or preinstalled.])
 -    fi
 -
 -    dnl We need to process the po/ directory.
 -    POSUB=po
 -  fi
 -
 -  ifelse(gt_included_intl, yes, [
 -    dnl If this is used in GNU gettext we have to set BUILD_INCLUDED_LIBINTL
 -    dnl to 'yes' because some of the testsuite requires it.
 -    if test "$PACKAGE" = gettext-runtime || test "$PACKAGE" = gettext-tools; then
 -      BUILD_INCLUDED_LIBINTL=yes
 -    fi
 -
 -    dnl Make all variables we use known to autoconf.
 -    AC_SUBST([BUILD_INCLUDED_LIBINTL])
 -    AC_SUBST([USE_INCLUDED_LIBINTL])
 -    AC_SUBST([CATOBJEXT])
 -
 -    dnl For backward compatibility. Some configure.ins may be using this.
 -    nls_cv_header_intl=
 -    nls_cv_header_libgt=
 -
 -    dnl For backward compatibility. Some Makefiles may be using this.
 -    DATADIRNAME=share
 -    AC_SUBST([DATADIRNAME])
 -
 -    dnl For backward compatibility. Some Makefiles may be using this.
 -    INSTOBJEXT=.mo
 -    AC_SUBST([INSTOBJEXT])
 -
 -    dnl For backward compatibility. Some Makefiles may be using this.
 -    GENCAT=gencat
 -    AC_SUBST([GENCAT])
 -
 -    dnl For backward compatibility. Some Makefiles may be using this.
 -    INTLOBJS=
 -    if test "$USE_INCLUDED_LIBINTL" = yes; then
 -      INTLOBJS="\$(GETTOBJS)"
 -    fi
 -    AC_SUBST([INTLOBJS])
 -
 -    dnl Enable libtool support if the surrounding package wishes it.
 -    INTL_LIBTOOL_SUFFIX_PREFIX=gt_libtool_suffix_prefix
 -    AC_SUBST([INTL_LIBTOOL_SUFFIX_PREFIX])
 -  ])
 -
 -  dnl For backward compatibility. Some Makefiles may be using this.
 -  INTLLIBS="$LIBINTL"
 -  AC_SUBST([INTLLIBS])
 -
 -  dnl Make all documented variables known to autoconf.
 -  AC_SUBST([LIBINTL])
 -  AC_SUBST([LTLIBINTL])
 -  AC_SUBST([POSUB])
 -])
 -
 -
 -dnl gt_NEEDS_INIT ensures that the gt_needs variable is initialized.
 -m4_define([gt_NEEDS_INIT],
 -[
 -  m4_divert_text([DEFAULTS], [gt_needs=])
 -  m4_define([gt_NEEDS_INIT], [])
 -])
 -
 -
 -dnl Usage: AM_GNU_GETTEXT_NEED([NEEDSYMBOL])
 -AC_DEFUN([AM_GNU_GETTEXT_NEED],
 -[
 -  m4_divert_text([INIT_PREPARE], [gt_needs="$gt_needs $1"])
 -])
 -
 -
 -dnl Usage: AM_GNU_GETTEXT_VERSION([gettext-version])
 -AC_DEFUN([AM_GNU_GETTEXT_VERSION], [])
++To do so, use the procedure documented by the package, typically 'autoreconf'.])])
  
- dnl AM_GCONF_SOURCE_2
- dnl Defines GCONF_SCHEMA_CONFIG_SOURCE which is where you should install schemas
- dnl  (i.e. pass to gconftool-2
- dnl Defines GCONF_SCHEMA_FILE_DIR which is a filesystem directory where
- dnl  you should install foo.schemas files
+ dnl GLIB_GSETTINGS
+ dnl Defines GSETTINGS_SCHEMAS_INSTALL which controls whether
+ dnl the schema should be compiled
  dnl
  
- AC_DEFUN([AM_GCONF_SOURCE_2],
+ AC_DEFUN([GLIB_GSETTINGS],
  [
-   if test "x$GCONF_SCHEMA_INSTALL_SOURCE" = "x"; then
-     GCONF_SCHEMA_CONFIG_SOURCE=`gconftool-2 --get-default-source`
+   m4_pattern_allow([AM_V_GEN])
+   AC_ARG_ENABLE(schemas-compile,
+                 AS_HELP_STRING([--disable-schemas-compile],
+                                [Disable regeneration of gschemas.compiled on install]),
+                 [case ${enableval} in
+                   yes) GSETTINGS_DISABLE_SCHEMAS_COMPILE=""  ;;
+                   no)  GSETTINGS_DISABLE_SCHEMAS_COMPILE="1" ;;
+                   *) AC_MSG_ERROR([bad value ${enableval} for --enable-schemas-compile]) ;;
+                  esac])
+   AC_SUBST([GSETTINGS_DISABLE_SCHEMAS_COMPILE])
+   PKG_PROG_PKG_CONFIG([0.16])
+   AC_SUBST(gsettingsschemadir, [${datadir}/glib-2.0/schemas])
+   if test x$cross_compiling != xyes; then
+     GLIB_COMPILE_SCHEMAS=`$PKG_CONFIG --variable glib_compile_schemas gio-2.0`
    else
-     GCONF_SCHEMA_CONFIG_SOURCE=$GCONF_SCHEMA_INSTALL_SOURCE
-   fi
-   AC_ARG_WITH([gconf-source],
-             AC_HELP_STRING([--with-gconf-source=sourceaddress],
-                            [Config database for installing schema files.]),
-             [GCONF_SCHEMA_CONFIG_SOURCE="$withval"],)
-   AC_SUBST(GCONF_SCHEMA_CONFIG_SOURCE)
-   AC_MSG_RESULT([Using config source $GCONF_SCHEMA_CONFIG_SOURCE for schema installation])
-   if test "x$GCONF_SCHEMA_FILE_DIR" = "x"; then
-     GCONF_SCHEMA_FILE_DIR='$(sysconfdir)/gconf/schemas'
-   fi
-   AC_ARG_WITH([gconf-schema-file-dir],
-             AC_HELP_STRING([--with-gconf-schema-file-dir=dir],
-                            [Directory for installing schema files.]),
-             [GCONF_SCHEMA_FILE_DIR="$withval"],)
-   AC_SUBST(GCONF_SCHEMA_FILE_DIR)
-   AC_MSG_RESULT([Using $GCONF_SCHEMA_FILE_DIR as install directory for schema files])
-   AC_ARG_ENABLE(schemas-install,
-       AC_HELP_STRING([--disable-schemas-install],
-                      [Disable the schemas installation]),
-      [case ${enableval} in
-        yes|no) ;;
-        *) AC_MSG_ERROR([bad value ${enableval} for --enable-schemas-install]) ;;
-       esac])
-   AM_CONDITIONAL([GCONF_SCHEMAS_INSTALL], [test "$enable_schemas_install" != no])
- ])
- # gettext.m4 serial 66 (gettext-0.18.2)
- dnl Copyright (C) 1995-2013 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
- dnl This file can can be used in projects which are not available under
- dnl the GNU General Public License or the GNU Library General Public
- dnl License but which still want to provide support for the GNU gettext
- dnl functionality.
- dnl Please note that the actual code of the GNU gettext library is covered
- dnl by the GNU Library General Public License, and the rest of the GNU
- dnl gettext package package is covered by the GNU General Public License.
- dnl They are *not* in the public domain.
- dnl Authors:
- dnl   Ulrich Drepper <drepper@cygnus.com>, 1995-2000.
- dnl   Bruno Haible <haible@clisp.cons.org>, 2000-2006, 2008-2010.
- dnl Macro to add for using GNU gettext.
- dnl Usage: AM_GNU_GETTEXT([INTLSYMBOL], [NEEDSYMBOL], [INTLDIR]).
- dnl INTLSYMBOL can be one of 'external', 'no-libtool', 'use-libtool'. The
- dnl    default (if it is not specified or empty) is 'no-libtool'.
- dnl    INTLSYMBOL should be 'external' for packages with no intl directory,
- dnl    and 'no-libtool' or 'use-libtool' for packages with an intl directory.
- dnl    If INTLSYMBOL is 'use-libtool', then a libtool library
- dnl    $(top_builddir)/intl/libintl.la will be created (shared and/or static,
- dnl    depending on --{enable,disable}-{shared,static} and on the presence of
- dnl    AM-DISABLE-SHARED). If INTLSYMBOL is 'no-libtool', a static library
- dnl    $(top_builddir)/intl/libintl.a will be created.
- dnl If NEEDSYMBOL is specified and is 'need-ngettext', then GNU gettext
- dnl    implementations (in libc or libintl) without the ngettext() function
- dnl    will be ignored.  If NEEDSYMBOL is specified and is
- dnl    'need-formatstring-macros', then GNU gettext implementations that don't
- dnl    support the ISO C 99 <inttypes.h> formatstring macros will be ignored.
- dnl INTLDIR is used to find the intl libraries.  If empty,
- dnl    the value '$(top_builddir)/intl/' is used.
- dnl
- dnl The result of the configuration is one of three cases:
- dnl 1) GNU gettext, as included in the intl subdirectory, will be compiled
- dnl    and used.
- dnl    Catalog format: GNU --> install in $(datadir)
- dnl    Catalog extension: .mo after installation, .gmo in source tree
- dnl 2) GNU gettext has been found in the system's C library.
- dnl    Catalog format: GNU --> install in $(datadir)
- dnl    Catalog extension: .mo after installation, .gmo in source tree
- dnl 3) No internationalization, always use English msgid.
- dnl    Catalog format: none
- dnl    Catalog extension: none
- dnl If INTLSYMBOL is 'external', only cases 2 and 3 can occur.
- dnl The use of .gmo is historical (it was needed to avoid overwriting the
- dnl GNU format catalogs when building on a platform with an X/Open gettext),
- dnl but we keep it in order not to force irrelevant filename changes on the
- dnl maintainers.
- dnl
- AC_DEFUN([AM_GNU_GETTEXT],
- [
-   dnl Argument checking.
-   ifelse([$1], [], , [ifelse([$1], [external], , [ifelse([$1], [no-libtool], , [ifelse([$1], [use-libtool], ,
-     [errprint([ERROR: invalid first argument to AM_GNU_GETTEXT
- ])])])])])
-   ifelse(ifelse([$1], [], [old])[]ifelse([$1], [no-libtool], [old]), [old],
-     [AC_DIAGNOSE([obsolete], [Use of AM_GNU_GETTEXT without [external] argument is deprecated.])])
-   ifelse([$2], [], , [ifelse([$2], [need-ngettext], , [ifelse([$2], [need-formatstring-macros], ,
-     [errprint([ERROR: invalid second argument to AM_GNU_GETTEXT
- ])])])])
-   define([gt_included_intl],
-     ifelse([$1], [external],
-       ifdef([AM_GNU_GETTEXT_][INTL_SUBDIR], [yes], [no]),
-       [yes]))
-   define([gt_libtool_suffix_prefix], ifelse([$1], [use-libtool], [l], []))
-   gt_NEEDS_INIT
-   AM_GNU_GETTEXT_NEED([$2])
-   AC_REQUIRE([AM_PO_SUBDIRS])dnl
-   ifelse(gt_included_intl, yes, [
-     AC_REQUIRE([AM_INTL_SUBDIR])dnl
-   ])
-   dnl Prerequisites of AC_LIB_LINKFLAGS_BODY.
-   AC_REQUIRE([AC_LIB_PREPARE_PREFIX])
-   AC_REQUIRE([AC_LIB_RPATH])
-   dnl Sometimes libintl requires libiconv, so first search for libiconv.
-   dnl Ideally we would do this search only after the
-   dnl      if test "$USE_NLS" = "yes"; then
-   dnl        if { eval "gt_val=\$$gt_func_gnugettext_libc"; test "$gt_val" != "yes"; }; then
-   dnl tests. But if configure.in invokes AM_ICONV after AM_GNU_GETTEXT
-   dnl the configure script would need to contain the same shell code
-   dnl again, outside any 'if'. There are two solutions:
-   dnl - Invoke AM_ICONV_LINKFLAGS_BODY here, outside any 'if'.
-   dnl - Control the expansions in more detail using AC_PROVIDE_IFELSE.
-   dnl Since AC_PROVIDE_IFELSE is only in autoconf >= 2.52 and not
-   dnl documented, we avoid it.
-   ifelse(gt_included_intl, yes, , [
-     AC_REQUIRE([AM_ICONV_LINKFLAGS_BODY])
-   ])
-   dnl Sometimes, on Mac OS X, libintl requires linking with CoreFoundation.
-   gt_INTL_MACOSX
-   dnl Set USE_NLS.
-   AC_REQUIRE([AM_NLS])
-   ifelse(gt_included_intl, yes, [
-     BUILD_INCLUDED_LIBINTL=no
-     USE_INCLUDED_LIBINTL=no
-   ])
-   LIBINTL=
-   LTLIBINTL=
-   POSUB=
-   dnl Add a version number to the cache macros.
-   case " $gt_needs " in
-     *" need-formatstring-macros "*) gt_api_version=3 ;;
-     *" need-ngettext "*) gt_api_version=2 ;;
-     *) gt_api_version=1 ;;
-   esac
-   gt_func_gnugettext_libc="gt_cv_func_gnugettext${gt_api_version}_libc"
-   gt_func_gnugettext_libintl="gt_cv_func_gnugettext${gt_api_version}_libintl"
-   dnl If we use NLS figure out what method
-   if test "$USE_NLS" = "yes"; then
-     gt_use_preinstalled_gnugettext=no
-     ifelse(gt_included_intl, yes, [
-       AC_MSG_CHECKING([whether included gettext is requested])
-       AC_ARG_WITH([included-gettext],
-         [  --with-included-gettext use the GNU gettext library included here],
-         nls_cv_force_use_gnu_gettext=$withval,
-         nls_cv_force_use_gnu_gettext=no)
-       AC_MSG_RESULT([$nls_cv_force_use_gnu_gettext])
-       nls_cv_use_gnu_gettext="$nls_cv_force_use_gnu_gettext"
-       if test "$nls_cv_force_use_gnu_gettext" != "yes"; then
-     ])
-         dnl User does not insist on using GNU NLS library.  Figure out what
-         dnl to use.  If GNU gettext is available we use this.  Else we have
-         dnl to fall back to GNU NLS library.
-         if test $gt_api_version -ge 3; then
-           gt_revision_test_code='
- #ifndef __GNU_GETTEXT_SUPPORTED_REVISION
- #define __GNU_GETTEXT_SUPPORTED_REVISION(major) ((major) == 0 ? 0 : -1)
- #endif
- changequote(,)dnl
- typedef int array [2 * (__GNU_GETTEXT_SUPPORTED_REVISION(0) >= 1) - 1];
- changequote([,])dnl
- '
-         else
-           gt_revision_test_code=
-         fi
-         if test $gt_api_version -ge 2; then
-           gt_expression_test_code=' + * ngettext ("", "", 0)'
-         else
-           gt_expression_test_code=
-         fi
-         AC_CACHE_CHECK([for GNU gettext in libc], [$gt_func_gnugettext_libc],
-          [AC_LINK_IFELSE(
-             [AC_LANG_PROGRAM(
-                [[
- #include <libintl.h>
- $gt_revision_test_code
- extern int _nl_msg_cat_cntr;
- extern int *_nl_domain_bindings;
-                ]],
-                [[
- bindtextdomain ("", "");
- return * gettext ("")$gt_expression_test_code + _nl_msg_cat_cntr + *_nl_domain_bindings
-                ]])],
-             [eval "$gt_func_gnugettext_libc=yes"],
-             [eval "$gt_func_gnugettext_libc=no"])])
-         if { eval "gt_val=\$$gt_func_gnugettext_libc"; test "$gt_val" != "yes"; }; then
-           dnl Sometimes libintl requires libiconv, so first search for libiconv.
-           ifelse(gt_included_intl, yes, , [
-             AM_ICONV_LINK
-           ])
-           dnl Search for libintl and define LIBINTL, LTLIBINTL and INCINTL
-           dnl accordingly. Don't use AC_LIB_LINKFLAGS_BODY([intl],[iconv])
-           dnl because that would add "-liconv" to LIBINTL and LTLIBINTL
-           dnl even if libiconv doesn't exist.
-           AC_LIB_LINKFLAGS_BODY([intl])
-           AC_CACHE_CHECK([for GNU gettext in libintl],
-             [$gt_func_gnugettext_libintl],
-            [gt_save_CPPFLAGS="$CPPFLAGS"
-             CPPFLAGS="$CPPFLAGS $INCINTL"
-             gt_save_LIBS="$LIBS"
-             LIBS="$LIBS $LIBINTL"
-             dnl Now see whether libintl exists and does not depend on libiconv.
-             AC_LINK_IFELSE(
-               [AC_LANG_PROGRAM(
-                  [[
- #include <libintl.h>
- $gt_revision_test_code
- extern int _nl_msg_cat_cntr;
- extern
- #ifdef __cplusplus
- "C"
- #endif
- const char *_nl_expand_alias (const char *);
-                  ]],
-                  [[
- bindtextdomain ("", "");
- return * gettext ("")$gt_expression_test_code + _nl_msg_cat_cntr + *_nl_expand_alias ("")
-                  ]])],
-               [eval "$gt_func_gnugettext_libintl=yes"],
-               [eval "$gt_func_gnugettext_libintl=no"])
-             dnl Now see whether libintl exists and depends on libiconv.
-             if { eval "gt_val=\$$gt_func_gnugettext_libintl"; test "$gt_val" != yes; } && test -n "$LIBICONV"; then
-               LIBS="$LIBS $LIBICONV"
-               AC_LINK_IFELSE(
-                 [AC_LANG_PROGRAM(
-                    [[
- #include <libintl.h>
- $gt_revision_test_code
- extern int _nl_msg_cat_cntr;
- extern
- #ifdef __cplusplus
- "C"
- #endif
- const char *_nl_expand_alias (const char *);
-                    ]],
-                    [[
- bindtextdomain ("", "");
- return * gettext ("")$gt_expression_test_code + _nl_msg_cat_cntr + *_nl_expand_alias ("")
-                    ]])],
-                 [LIBINTL="$LIBINTL $LIBICONV"
-                  LTLIBINTL="$LTLIBINTL $LTLIBICONV"
-                  eval "$gt_func_gnugettext_libintl=yes"
-                 ])
-             fi
-             CPPFLAGS="$gt_save_CPPFLAGS"
-             LIBS="$gt_save_LIBS"])
-         fi
-         dnl If an already present or preinstalled GNU gettext() is found,
-         dnl use it.  But if this macro is used in GNU gettext, and GNU
-         dnl gettext is already preinstalled in libintl, we update this
-         dnl libintl.  (Cf. the install rule in intl/Makefile.in.)
-         if { eval "gt_val=\$$gt_func_gnugettext_libc"; test "$gt_val" = "yes"; } \
-            || { { eval "gt_val=\$$gt_func_gnugettext_libintl"; test "$gt_val" = "yes"; } \
-                 && test "$PACKAGE" != gettext-runtime \
-                 && test "$PACKAGE" != gettext-tools; }; then
-           gt_use_preinstalled_gnugettext=yes
-         else
-           dnl Reset the values set by searching for libintl.
-           LIBINTL=
-           LTLIBINTL=
-           INCINTL=
-         fi
-     ifelse(gt_included_intl, yes, [
-         if test "$gt_use_preinstalled_gnugettext" != "yes"; then
-           dnl GNU gettext is not found in the C library.
-           dnl Fall back on included GNU gettext library.
-           nls_cv_use_gnu_gettext=yes
-         fi
-       fi
-       if test "$nls_cv_use_gnu_gettext" = "yes"; then
-         dnl Mark actions used to generate GNU NLS library.
-         BUILD_INCLUDED_LIBINTL=yes
-         USE_INCLUDED_LIBINTL=yes
-         LIBINTL="ifelse([$3],[],\${top_builddir}/intl,[$3])/libintl.[]gt_libtool_suffix_prefix[]a $LIBICONV $LIBTHREAD"
-         LTLIBINTL="ifelse([$3],[],\${top_builddir}/intl,[$3])/libintl.[]gt_libtool_suffix_prefix[]a $LTLIBICONV $LTLIBTHREAD"
-         LIBS=`echo " $LIBS " | sed -e 's/ -lintl / /' -e 's/^ //' -e 's/ $//'`
-       fi
-       CATOBJEXT=
-       if test "$gt_use_preinstalled_gnugettext" = "yes" \
-          || test "$nls_cv_use_gnu_gettext" = "yes"; then
-         dnl Mark actions to use GNU gettext tools.
-         CATOBJEXT=.gmo
-       fi
-     ])
-     if test -n "$INTL_MACOSX_LIBS"; then
-       if test "$gt_use_preinstalled_gnugettext" = "yes" \
-          || test "$nls_cv_use_gnu_gettext" = "yes"; then
-         dnl Some extra flags are needed during linking.
-         LIBINTL="$LIBINTL $INTL_MACOSX_LIBS"
-         LTLIBINTL="$LTLIBINTL $INTL_MACOSX_LIBS"
-       fi
-     fi
-     if test "$gt_use_preinstalled_gnugettext" = "yes" \
-        || test "$nls_cv_use_gnu_gettext" = "yes"; then
-       AC_DEFINE([ENABLE_NLS], [1],
-         [Define to 1 if translation of program messages to the user's native language
-    is requested.])
-     else
-       USE_NLS=no
-     fi
-   fi
-   AC_MSG_CHECKING([whether to use NLS])
-   AC_MSG_RESULT([$USE_NLS])
-   if test "$USE_NLS" = "yes"; then
-     AC_MSG_CHECKING([where the gettext function comes from])
-     if test "$gt_use_preinstalled_gnugettext" = "yes"; then
-       if { eval "gt_val=\$$gt_func_gnugettext_libintl"; test "$gt_val" = "yes"; }; then
-         gt_source="external libintl"
-       else
-         gt_source="libc"
-       fi
-     else
-       gt_source="included intl directory"
-     fi
-     AC_MSG_RESULT([$gt_source])
+     AC_PATH_PROG(GLIB_COMPILE_SCHEMAS, glib-compile-schemas)
    fi
-   if test "$USE_NLS" = "yes"; then
-     if test "$gt_use_preinstalled_gnugettext" = "yes"; then
-       if { eval "gt_val=\$$gt_func_gnugettext_libintl"; test "$gt_val" = "yes"; }; then
-         AC_MSG_CHECKING([how to link with libintl])
-         AC_MSG_RESULT([$LIBINTL])
-         AC_LIB_APPENDTOVAR([CPPFLAGS], [$INCINTL])
-       fi
-       dnl For backward compatibility. Some packages may be using this.
-       AC_DEFINE([HAVE_GETTEXT], [1],
-        [Define if the GNU gettext() function is already present or preinstalled.])
-       AC_DEFINE([HAVE_DCGETTEXT], [1],
-        [Define if the GNU dcgettext() function is already present or preinstalled.])
-     fi
-     dnl We need to process the po/ directory.
-     POSUB=po
-   fi
-   ifelse(gt_included_intl, yes, [
-     dnl If this is used in GNU gettext we have to set BUILD_INCLUDED_LIBINTL
-     dnl to 'yes' because some of the testsuite requires it.
-     if test "$PACKAGE" = gettext-runtime || test "$PACKAGE" = gettext-tools; then
-       BUILD_INCLUDED_LIBINTL=yes
-     fi
-     dnl Make all variables we use known to autoconf.
-     AC_SUBST([BUILD_INCLUDED_LIBINTL])
-     AC_SUBST([USE_INCLUDED_LIBINTL])
-     AC_SUBST([CATOBJEXT])
-     dnl For backward compatibility. Some configure.ins may be using this.
-     nls_cv_header_intl=
-     nls_cv_header_libgt=
-     dnl For backward compatibility. Some Makefiles may be using this.
-     DATADIRNAME=share
-     AC_SUBST([DATADIRNAME])
-     dnl For backward compatibility. Some Makefiles may be using this.
-     INSTOBJEXT=.mo
-     AC_SUBST([INSTOBJEXT])
-     dnl For backward compatibility. Some Makefiles may be using this.
-     GENCAT=gencat
-     AC_SUBST([GENCAT])
-     dnl For backward compatibility. Some Makefiles may be using this.
-     INTLOBJS=
-     if test "$USE_INCLUDED_LIBINTL" = yes; then
-       INTLOBJS="\$(GETTOBJS)"
-     fi
-     AC_SUBST([INTLOBJS])
-     dnl Enable libtool support if the surrounding package wishes it.
-     INTL_LIBTOOL_SUFFIX_PREFIX=gt_libtool_suffix_prefix
-     AC_SUBST([INTL_LIBTOOL_SUFFIX_PREFIX])
-   ])
-   dnl For backward compatibility. Some Makefiles may be using this.
-   INTLLIBS="$LIBINTL"
-   AC_SUBST([INTLLIBS])
-   dnl Make all documented variables known to autoconf.
-   AC_SUBST([LIBINTL])
-   AC_SUBST([LTLIBINTL])
-   AC_SUBST([POSUB])
- ])
- dnl gt_NEEDS_INIT ensures that the gt_needs variable is initialized.
- m4_define([gt_NEEDS_INIT],
- [
-   m4_divert_text([DEFAULTS], [gt_needs=])
-   m4_define([gt_NEEDS_INIT], [])
- ])
- dnl Usage: AM_GNU_GETTEXT_NEED([NEEDSYMBOL])
- AC_DEFUN([AM_GNU_GETTEXT_NEED],
- [
-   m4_divert_text([INIT_PREPARE], [gt_needs="$gt_needs $1"])
- ])
- dnl Usage: AM_GNU_GETTEXT_VERSION([gettext-version])
- AC_DEFUN([AM_GNU_GETTEXT_VERSION], [])
- # iconv.m4 serial 18 (gettext-0.18.2)
- dnl Copyright (C) 2000-2002, 2007-2013 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_DEFUN([AM_ICONV_LINKFLAGS_BODY],
- [
-   dnl Prerequisites of AC_LIB_LINKFLAGS_BODY.
-   AC_REQUIRE([AC_LIB_PREPARE_PREFIX])
-   AC_REQUIRE([AC_LIB_RPATH])
-   dnl Search for libiconv and define LIBICONV, LTLIBICONV and INCICONV
-   dnl accordingly.
-   AC_LIB_LINKFLAGS_BODY([iconv])
- ])
- AC_DEFUN([AM_ICONV_LINK],
- [
-   dnl Some systems have iconv in libc, some have it in libiconv (OSF/1 and
-   dnl those with the standalone portable GNU libiconv installed).
-   AC_REQUIRE([AC_CANONICAL_HOST]) dnl for cross-compiles
-   dnl Search for libiconv and define LIBICONV, LTLIBICONV and INCICONV
-   dnl accordingly.
-   AC_REQUIRE([AM_ICONV_LINKFLAGS_BODY])
-   dnl Add $INCICONV to CPPFLAGS before performing the following checks,
-   dnl because if the user has installed libiconv and not disabled its use
-   dnl via --without-libiconv-prefix, he wants to use it. The first
-   dnl AC_LINK_IFELSE will then fail, the second AC_LINK_IFELSE will succeed.
-   am_save_CPPFLAGS="$CPPFLAGS"
-   AC_LIB_APPENDTOVAR([CPPFLAGS], [$INCICONV])
-   AC_CACHE_CHECK([for iconv], [am_cv_func_iconv], [
-     am_cv_func_iconv="no, consider installing GNU libiconv"
-     am_cv_lib_iconv=no
-     AC_LINK_IFELSE(
-       [AC_LANG_PROGRAM(
-          [[
- #include <stdlib.h>
- #include <iconv.h>
-          ]],
-          [[iconv_t cd = iconv_open("","");
-            iconv(cd,NULL,NULL,NULL,NULL);
-            iconv_close(cd);]])],
-       [am_cv_func_iconv=yes])
-     if test "$am_cv_func_iconv" != yes; then
-       am_save_LIBS="$LIBS"
-       LIBS="$LIBS $LIBICONV"
-       AC_LINK_IFELSE(
-         [AC_LANG_PROGRAM(
-            [[
- #include <stdlib.h>
- #include <iconv.h>
-            ]],
-            [[iconv_t cd = iconv_open("","");
-              iconv(cd,NULL,NULL,NULL,NULL);
-              iconv_close(cd);]])],
-         [am_cv_lib_iconv=yes]
-         [am_cv_func_iconv=yes])
-       LIBS="$am_save_LIBS"
-     fi
-   ])
-   if test "$am_cv_func_iconv" = yes; then
-     AC_CACHE_CHECK([for working iconv], [am_cv_func_iconv_works], [
-       dnl This tests against bugs in AIX 5.1, AIX 6.1..7.1, HP-UX 11.11,
-       dnl Solaris 10.
-       am_save_LIBS="$LIBS"
-       if test $am_cv_lib_iconv = yes; then
-         LIBS="$LIBS $LIBICONV"
-       fi
-       AC_RUN_IFELSE(
-         [AC_LANG_SOURCE([[
- #include <iconv.h>
- #include <string.h>
- int main ()
- {
-   int result = 0;
-   /* Test against AIX 5.1 bug: Failures are not distinguishable from successful
-      returns.  */
-   {
-     iconv_t cd_utf8_to_88591 = iconv_open ("ISO8859-1", "UTF-8");
-     if (cd_utf8_to_88591 != (iconv_t)(-1))
-       {
-         static const char input[] = "\342\202\254"; /* EURO SIGN */
-         char buf[10];
-         const char *inptr = input;
-         size_t inbytesleft = strlen (input);
-         char *outptr = buf;
-         size_t outbytesleft = sizeof (buf);
-         size_t res = iconv (cd_utf8_to_88591,
-                             (char **) &inptr, &inbytesleft,
-                             &outptr, &outbytesleft);
-         if (res == 0)
-           result |= 1;
-         iconv_close (cd_utf8_to_88591);
-       }
-   }
-   /* Test against Solaris 10 bug: Failures are not distinguishable from
-      successful returns.  */
-   {
-     iconv_t cd_ascii_to_88591 = iconv_open ("ISO8859-1", "646");
-     if (cd_ascii_to_88591 != (iconv_t)(-1))
-       {
-         static const char input[] = "\263";
-         char buf[10];
-         const char *inptr = input;
-         size_t inbytesleft = strlen (input);
-         char *outptr = buf;
-         size_t outbytesleft = sizeof (buf);
-         size_t res = iconv (cd_ascii_to_88591,
-                             (char **) &inptr, &inbytesleft,
-                             &outptr, &outbytesleft);
-         if (res == 0)
-           result |= 2;
-         iconv_close (cd_ascii_to_88591);
-       }
-   }
-   /* Test against AIX 6.1..7.1 bug: Buffer overrun.  */
-   {
-     iconv_t cd_88591_to_utf8 = iconv_open ("UTF-8", "ISO-8859-1");
-     if (cd_88591_to_utf8 != (iconv_t)(-1))
-       {
-         static const char input[] = "\304";
-         static char buf[2] = { (char)0xDE, (char)0xAD };
-         const char *inptr = input;
-         size_t inbytesleft = 1;
-         char *outptr = buf;
-         size_t outbytesleft = 1;
-         size_t res = iconv (cd_88591_to_utf8,
-                             (char **) &inptr, &inbytesleft,
-                             &outptr, &outbytesleft);
-         if (res != (size_t)(-1) || outptr - buf > 1 || buf[1] != (char)0xAD)
-           result |= 4;
-         iconv_close (cd_88591_to_utf8);
-       }
-   }
- #if 0 /* This bug could be worked around by the caller.  */
-   /* Test against HP-UX 11.11 bug: Positive return value instead of 0.  */
-   {
-     iconv_t cd_88591_to_utf8 = iconv_open ("utf8", "iso88591");
-     if (cd_88591_to_utf8 != (iconv_t)(-1))
-       {
-         static const char input[] = "\304rger mit b\366sen B\374bchen ohne Augenma\337";
-         char buf[50];
-         const char *inptr = input;
-         size_t inbytesleft = strlen (input);
-         char *outptr = buf;
-         size_t outbytesleft = sizeof (buf);
-         size_t res = iconv (cd_88591_to_utf8,
-                             (char **) &inptr, &inbytesleft,
-                             &outptr, &outbytesleft);
-         if ((int)res > 0)
-           result |= 8;
-         iconv_close (cd_88591_to_utf8);
-       }
-   }
- #endif
-   /* Test against HP-UX 11.11 bug: No converter from EUC-JP to UTF-8 is
-      provided.  */
-   if (/* Try standardized names.  */
-       iconv_open ("UTF-8", "EUC-JP") == (iconv_t)(-1)
-       /* Try IRIX, OSF/1 names.  */
-       && iconv_open ("UTF-8", "eucJP") == (iconv_t)(-1)
-       /* Try AIX names.  */
-       && iconv_open ("UTF-8", "IBM-eucJP") == (iconv_t)(-1)
-       /* Try HP-UX names.  */
-       && iconv_open ("utf8", "eucJP") == (iconv_t)(-1))
-     result |= 16;
-   return result;
- }]])],
-         [am_cv_func_iconv_works=yes],
-         [am_cv_func_iconv_works=no],
-         [
- changequote(,)dnl
-          case "$host_os" in
-            aix* | hpux*) am_cv_func_iconv_works="guessing no" ;;
-            *)            am_cv_func_iconv_works="guessing yes" ;;
-          esac
- changequote([,])dnl
-         ])
-       LIBS="$am_save_LIBS"
-     ])
-     case "$am_cv_func_iconv_works" in
-       *no) am_func_iconv=no am_cv_lib_iconv=no ;;
-       *)   am_func_iconv=yes ;;
-     esac
+   AC_SUBST(GLIB_COMPILE_SCHEMAS)
+   if test "x$GLIB_COMPILE_SCHEMAS" = "x"; then
+     ifelse([$2],,[AC_MSG_ERROR([glib-compile-schemas not found.])],[$2])
    else
-     am_func_iconv=no am_cv_lib_iconv=no
-   fi
-   if test "$am_func_iconv" = yes; then
-     AC_DEFINE([HAVE_ICONV], [1],
-       [Define if you have the iconv() function and it works.])
+     ifelse([$1],,[:],[$1])
    fi
-   if test "$am_cv_lib_iconv" = yes; then
-     AC_MSG_CHECKING([how to link with libiconv])
-     AC_MSG_RESULT([$LIBICONV])
-   else
-     dnl If $LIBICONV didn't lead to a usable library, we don't need $INCICONV
-     dnl either.
-     CPPFLAGS="$am_save_CPPFLAGS"
-     LIBICONV=
-     LTLIBICONV=
-   fi
-   AC_SUBST([LIBICONV])
-   AC_SUBST([LTLIBICONV])
- ])
  
- dnl Define AM_ICONV using AC_DEFUN_ONCE for Autoconf >= 2.64, in order to
- dnl avoid warnings like
- dnl "warning: AC_REQUIRE: `AM_ICONV' was expanded before it was required".
- dnl This is tricky because of the way 'aclocal' is implemented:
- dnl - It requires defining an auxiliary macro whose name ends in AC_DEFUN.
- dnl   Otherwise aclocal's initial scan pass would miss the macro definition.
- dnl - It requires a line break inside the AC_DEFUN_ONCE and AC_DEFUN expansions.
- dnl   Otherwise aclocal would emit many "Use of uninitialized value $1"
- dnl   warnings.
- m4_define([gl_iconv_AC_DEFUN],
-   m4_version_prereq([2.64],
-     [[AC_DEFUN_ONCE(
-         [$1], [$2])]],
-     [m4_ifdef([gl_00GNULIB],
-        [[AC_DEFUN_ONCE(
-            [$1], [$2])]],
-        [[AC_DEFUN(
-            [$1], [$2])]])]))
- gl_iconv_AC_DEFUN([AM_ICONV],
- [
-   AM_ICONV_LINK
-   if test "$am_cv_func_iconv" = yes; then
-     AC_MSG_CHECKING([for iconv declaration])
-     AC_CACHE_VAL([am_cv_proto_iconv], [
-       AC_COMPILE_IFELSE(
-         [AC_LANG_PROGRAM(
-            [[
- #include <stdlib.h>
- #include <iconv.h>
- extern
- #ifdef __cplusplus
- "C"
- #endif
- #if defined(__STDC__) || defined(_MSC_VER) || defined(__cplusplus)
- size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
- #else
- size_t iconv();
- #endif
-            ]],
-            [[]])],
-         [am_cv_proto_iconv_arg1=""],
-         [am_cv_proto_iconv_arg1="const"])
-       am_cv_proto_iconv="extern size_t iconv (iconv_t cd, $am_cv_proto_iconv_arg1 char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);"])
-     am_cv_proto_iconv=`echo "[$]am_cv_proto_iconv" | tr -s ' ' | sed -e 's/( /(/'`
-     AC_MSG_RESULT([
-          $am_cv_proto_iconv])
-     AC_DEFINE_UNQUOTED([ICONV_CONST], [$am_cv_proto_iconv_arg1],
-       [Define as const if the declaration of iconv() needs const.])
-     dnl Also substitute ICONV_CONST in the gnulib generated <iconv.h>.
-     m4_ifdef([gl_ICONV_H_DEFAULTS],
-       [AC_REQUIRE([gl_ICONV_H_DEFAULTS])
-        if test -n "$am_cv_proto_iconv_arg1"; then
-          ICONV_CONST="const"
-        fi
-       ])
-   fi
- ])
+   GSETTINGS_RULES='
+ .PHONY : uninstall-gsettings-schemas install-gsettings-schemas clean-gsettings-schemas
  
- # intlmacosx.m4 serial 5 (gettext-0.18.2)
- dnl Copyright (C) 2004-2013 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
- dnl This file can can be used in projects which are not available under
- dnl the GNU General Public License or the GNU Library General Public
- dnl License but which still want to provide support for the GNU gettext
- dnl functionality.
- dnl Please note that the actual code of the GNU gettext library is covered
- dnl by the GNU Library General Public License, and the rest of the GNU
- dnl gettext package package is covered by the GNU General Public License.
- dnl They are *not* in the public domain.
- dnl Checks for special options needed on Mac OS X.
- dnl Defines INTL_MACOSX_LIBS.
- AC_DEFUN([gt_INTL_MACOSX],
- [
-   dnl Check for API introduced in Mac OS X 10.2.
-   AC_CACHE_CHECK([for CFPreferencesCopyAppValue],
-     [gt_cv_func_CFPreferencesCopyAppValue],
-     [gt_save_LIBS="$LIBS"
-      LIBS="$LIBS -Wl,-framework -Wl,CoreFoundation"
-      AC_LINK_IFELSE(
-        [AC_LANG_PROGRAM(
-           [[#include <CoreFoundation/CFPreferences.h>]],
-           [[CFPreferencesCopyAppValue(NULL, NULL)]])],
-        [gt_cv_func_CFPreferencesCopyAppValue=yes],
-        [gt_cv_func_CFPreferencesCopyAppValue=no])
-      LIBS="$gt_save_LIBS"])
-   if test $gt_cv_func_CFPreferencesCopyAppValue = yes; then
-     AC_DEFINE([HAVE_CFPREFERENCESCOPYAPPVALUE], [1],
-       [Define to 1 if you have the Mac OS X function CFPreferencesCopyAppValue in the CoreFoundation framework.])
-   fi
-   dnl Check for API introduced in Mac OS X 10.3.
-   AC_CACHE_CHECK([for CFLocaleCopyCurrent], [gt_cv_func_CFLocaleCopyCurrent],
-     [gt_save_LIBS="$LIBS"
-      LIBS="$LIBS -Wl,-framework -Wl,CoreFoundation"
-      AC_LINK_IFELSE(
-        [AC_LANG_PROGRAM(
-           [[#include <CoreFoundation/CFLocale.h>]],
-           [[CFLocaleCopyCurrent();]])],
-        [gt_cv_func_CFLocaleCopyCurrent=yes],
-        [gt_cv_func_CFLocaleCopyCurrent=no])
-      LIBS="$gt_save_LIBS"])
-   if test $gt_cv_func_CFLocaleCopyCurrent = yes; then
-     AC_DEFINE([HAVE_CFLOCALECOPYCURRENT], [1],
-       [Define to 1 if you have the Mac OS X function CFLocaleCopyCurrent in the CoreFoundation framework.])
-   fi
-   INTL_MACOSX_LIBS=
-   if test $gt_cv_func_CFPreferencesCopyAppValue = yes || test $gt_cv_func_CFLocaleCopyCurrent = yes; then
-     INTL_MACOSX_LIBS="-Wl,-framework -Wl,CoreFoundation"
-   fi
-   AC_SUBST([INTL_MACOSX_LIBS])
- ])
+ mostlyclean-am: clean-gsettings-schemas
  
- # lib-ld.m4 serial 6
- dnl Copyright (C) 1996-2003, 2009-2013 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/_*LT_PATH/AC_LIB_PROG/ and s/lt_/acl_/ to avoid
- dnl collision with libtool.m4.
- dnl From libtool-2.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 lds 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
- ])
+ gsettings__enum_file = $(addsuffix .enums.xml,$(gsettings_ENUM_NAMESPACE))
  
- dnl From libtool-2.4. Sets the variable LD.
- AC_DEFUN([AC_LIB_PROG_LD],
- [AC_REQUIRE([AC_PROG_CC])dnl
- AC_REQUIRE([AC_CANONICAL_HOST])dnl
- AC_ARG_WITH([gnu-ld],
-     [AS_HELP_STRING([--with-gnu-ld],
-         [assume the C compiler uses GNU ld [default=no]])],
-     [test "$withval" = no || with_gnu_ld=yes],
-     [with_gnu_ld=no])dnl
- # Prepare PATH_SEPARATOR.
- # The user is always right.
- if test "${PATH_SEPARATOR+set}" != set; then
-   # Determine PATH_SEPARATOR by trying to find /bin/sh in a PATH which
-   # contains only /bin. Note that ksh looks also at the FPATH variable,
-   # so we have to set that as well for the test.
-   PATH_SEPARATOR=:
-   (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 \
-     && { (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 \
-            || PATH_SEPARATOR=';'
-        }
- fi
+ %.gschema.valid: %.gschema.xml $(gsettings__enum_file)
+       $(AM_V_GEN) $(GLIB_COMPILE_SCHEMAS) --strict --dry-run $(addprefix --schema-file=,$(gsettings__enum_file)) --schema-file=$< && mkdir -p [$](@D) && touch [$]@
  
- 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 $CC])
-   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.
-     [[\\/]]* | ?:[[\\/]]*)
-       re_direlt='/[[^/]][[^/]]*/\.\./'
-       # Canonicalize the pathname 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
-   acl_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
-   for ac_dir in $PATH; do
-     IFS="$acl_save_ifs"
-     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 variants of GNU ld 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="$acl_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
- ])
- # lib-link.m4 serial 26 (gettext-0.18.2)
- dnl Copyright (C) 2001-2013 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.54])
- 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.
- dnl Sets and AC_SUBSTs the LIB${NAME}_PREFIX variable to nonempty if libname
- dnl was found in ${LIB${NAME}_PREFIX}/$acl_libdirstem.
- AC_DEFUN([AC_LIB_LINKFLAGS],
- [
-   AC_REQUIRE([AC_LIB_PREPARE_PREFIX])
-   AC_REQUIRE([AC_LIB_RPATH])
-   pushdef([Name],[m4_translit([$1],[./+-], [____])])
-   pushdef([NAME],[m4_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"
-     ac_cv_lib[]Name[]_prefix="$LIB[]NAME[]_PREFIX"
-   ])
-   LIB[]NAME="$ac_cv_lib[]Name[]_libs"
-   LTLIB[]NAME="$ac_cv_lib[]Name[]_ltlibs"
-   INC[]NAME="$ac_cv_lib[]Name[]_cppflags"
-   LIB[]NAME[]_PREFIX="$ac_cv_lib[]Name[]_prefix"
-   AC_LIB_APPENDTOVAR([CPPFLAGS], [$INC]NAME)
-   AC_SUBST([LIB]NAME)
-   AC_SUBST([LTLIB]NAME)
-   AC_SUBST([LIB]NAME[_PREFIX])
-   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
-   popdef([NAME])
-   popdef([Name])
- ])
- dnl AC_LIB_HAVE_LINKFLAGS(name, dependencies, includes, testcode, [missing-message])
- 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. The missing-message
- dnl defaults to 'no' and may contain additional hints for the user.
- dnl If found, it sets and AC_SUBSTs HAVE_LIB${NAME}=yes and the LIB${NAME}
- dnl and 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.
- dnl Sets and AC_SUBSTs the LIB${NAME}_PREFIX variable to nonempty if libname
- dnl was found in ${LIB${NAME}_PREFIX}/$acl_libdirstem.
- AC_DEFUN([AC_LIB_HAVE_LINKFLAGS],
- [
-   AC_REQUIRE([AC_LIB_PREPARE_PREFIX])
-   AC_REQUIRE([AC_LIB_RPATH])
-   pushdef([Name],[m4_translit([$1],[./+-], [____])])
-   pushdef([NAME],[m4_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"
-     dnl If $LIB[]NAME contains some -l options, add it to the end of LIBS,
-     dnl because these -l options might require -L options that are present in
-     dnl LIBS. -l options benefit only from the -L options listed before it.
-     dnl Otherwise, add it to the front of LIBS, because it may be a static
-     dnl library that depends on another static library that is present in LIBS.
-     dnl Static libraries benefit only from the static libraries listed after
-     dnl it.
-     case " $LIB[]NAME" in
-       *" -l"*) LIBS="$LIBS $LIB[]NAME" ;;
-       *)       LIBS="$LIB[]NAME $LIBS" ;;
-     esac
-     AC_LINK_IFELSE(
-       [AC_LANG_PROGRAM([[$3]], [[$4]])],
-       [ac_cv_lib[]Name=yes],
-       [ac_cv_lib[]Name='m4_if([$5], [], [no], [[$5]])'])
-     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 lib][$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=
-     LIB[]NAME[]_PREFIX=
-   fi
-   AC_SUBST([HAVE_LIB]NAME)
-   AC_SUBST([LIB]NAME)
-   AC_SUBST([LTLIB]NAME)
-   AC_SUBST([LIB]NAME[_PREFIX])
-   popdef([NAME])
-   popdef([Name])
- ])
- dnl Determine the platform dependent parameters needed to use rpath:
- dnl   acl_libext,
- dnl   acl_shlibext,
- dnl   acl_libname_spec,
- dnl   acl_library_names_spec,
- dnl   acl_hardcode_libdir_flag_spec,
- dnl   acl_hardcode_libdir_separator,
- dnl   acl_hardcode_direct,
- dnl   acl_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"
-   acl_libext="$acl_cv_libext"
-   acl_shlibext="$acl_cv_shlibext"
-   acl_libname_spec="$acl_cv_libname_spec"
-   acl_library_names_spec="$acl_cv_library_names_spec"
-   acl_hardcode_libdir_flag_spec="$acl_cv_hardcode_libdir_flag_spec"
-   acl_hardcode_libdir_separator="$acl_cv_hardcode_libdir_separator"
-   acl_hardcode_direct="$acl_cv_hardcode_direct"
-   acl_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_FROMPACKAGE(name, package)
- dnl declares that libname comes from the given package. The configure file
- dnl will then not have a --with-libname-prefix option but a
- dnl --with-package-prefix option. Several libraries can come from the same
- dnl package. This declaration must occur before an AC_LIB_LINKFLAGS or similar
- dnl macro call that searches for libname.
- AC_DEFUN([AC_LIB_FROMPACKAGE],
- [
-   pushdef([NAME],[m4_translit([$1],[abcdefghijklmnopqrstuvwxyz./+-],
-                                    [ABCDEFGHIJKLMNOPQRSTUVWXYZ____])])
-   define([acl_frompackage_]NAME, [$2])
-   popdef([NAME])
-   pushdef([PACK],[$2])
-   pushdef([PACKUP],[m4_translit(PACK,[abcdefghijklmnopqrstuvwxyz./+-],
-                                      [ABCDEFGHIJKLMNOPQRSTUVWXYZ____])])
-   define([acl_libsinpackage_]PACKUP,
-     m4_ifdef([acl_libsinpackage_]PACKUP, [m4_defn([acl_libsinpackage_]PACKUP)[, ]],)[lib$1])
-   popdef([PACKUP])
-   popdef([PACK])
- ])
- 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.
- dnl Also, sets the LIB${NAME}_PREFIX variable to nonempty if libname was found
- dnl in ${LIB${NAME}_PREFIX}/$acl_libdirstem.
- AC_DEFUN([AC_LIB_LINKFLAGS_BODY],
- [
-   AC_REQUIRE([AC_LIB_PREPARE_MULTILIB])
-   pushdef([NAME],[m4_translit([$1],[abcdefghijklmnopqrstuvwxyz./+-],
-                                    [ABCDEFGHIJKLMNOPQRSTUVWXYZ____])])
-   pushdef([PACK],[m4_ifdef([acl_frompackage_]NAME, [acl_frompackage_]NAME, lib[$1])])
-   pushdef([PACKUP],[m4_translit(PACK,[abcdefghijklmnopqrstuvwxyz./+-],
-                                      [ABCDEFGHIJKLMNOPQRSTUVWXYZ____])])
-   pushdef([PACKLIBS],[m4_ifdef([acl_frompackage_]NAME, [acl_libsinpackage_]PACKUP, lib[$1])])
-   dnl Autoconf >= 2.61 supports dots in --with options.
-   pushdef([P_A_C_K],[m4_if(m4_version_compare(m4_defn([m4_PACKAGE_VERSION]),[2.61]),[-1],[m4_translit(PACK,[.],[_])],PACK)])
-   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_ARG_WITH(P_A_C_K[-prefix],
- [[  --with-]]P_A_C_K[[-prefix[=DIR]  search for ]PACKLIBS[ in DIR/include and DIR/lib
-   --without-]]P_A_C_K[[-prefix     don't search for ]PACKLIBS[ 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/$acl_libdirstem"
-         if test "$acl_libdirstem2" != "$acl_libdirstem" \
-            && ! test -d "$withval/$acl_libdirstem"; then
-           additional_libdir="$withval/$acl_libdirstem2"
-         fi
-       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=
-   LIB[]NAME[]_PREFIX=
-   dnl HAVE_LIB${NAME} is an indicator that LIB${NAME}, LTLIB${NAME} have been
-   dnl computed. So it has to be reset here.
-   HAVE_LIB[]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=
-           eval libname=\"$acl_libname_spec\"    # typically: libname=lib$name
-           if test -n "$acl_shlibext"; then
-             shrext=".$acl_shlibext"             # typically: shrext=.so
-           else
-             shrext=
-           fi
-           if test $use_additional = yes; then
-             dir="$additional_libdir"
-             dnl The same code as in the loop below:
-             dnl First look for a shared library.
-             if test -n "$acl_shlibext"; then
-               if test -f "$dir/$libname$shrext"; then
-                 found_dir="$dir"
-                 found_so="$dir/$libname$shrext"
-               else
-                 if test "$acl_library_names_spec" = '$libname$shrext$versuffix'; then
-                   ver=`(cd "$dir" && \
-                         for f in "$libname$shrext".*; do echo "$f"; done \
-                         | sed -e "s,^$libname$shrext\\\\.,," \
-                         | sort -t '.' -n -r -k1,1 -k2,2 -k3,3 -k4,4 -k5,5 \
-                         | sed 1q ) 2>/dev/null`
-                   if test -n "$ver" && test -f "$dir/$libname$shrext.$ver"; then
-                     found_dir="$dir"
-                     found_so="$dir/$libname$shrext.$ver"
-                   fi
-                 else
-                   eval library_names=\"$acl_library_names_spec\"
-                   for f in $library_names; do
-                     if test -f "$dir/$f"; then
-                       found_dir="$dir"
-                       found_so="$dir/$f"
-                       break
-                     fi
-                   done
-                 fi
-               fi
-             fi
-             dnl Then look for a static library.
-             if test "X$found_dir" = "X"; then
-               if test -f "$dir/$libname.$acl_libext"; then
-                 found_dir="$dir"
-                 found_a="$dir/$libname.$acl_libext"
-               fi
-             fi
-             if test "X$found_dir" != "X"; then
-               if test -f "$dir/$libname.la"; then
-                 found_la="$dir/$libname.la"
-               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//'`
-                   dnl First look for a shared library.
-                   if test -n "$acl_shlibext"; then
-                     if test -f "$dir/$libname$shrext"; then
-                       found_dir="$dir"
-                       found_so="$dir/$libname$shrext"
-                     else
-                       if test "$acl_library_names_spec" = '$libname$shrext$versuffix'; then
-                         ver=`(cd "$dir" && \
-                               for f in "$libname$shrext".*; do echo "$f"; done \
-                               | sed -e "s,^$libname$shrext\\\\.,," \
-                               | sort -t '.' -n -r -k1,1 -k2,2 -k3,3 -k4,4 -k5,5 \
-                               | sed 1q ) 2>/dev/null`
-                         if test -n "$ver" && test -f "$dir/$libname$shrext.$ver"; then
-                           found_dir="$dir"
-                           found_so="$dir/$libname$shrext.$ver"
-                         fi
-                       else
-                         eval library_names=\"$acl_library_names_spec\"
-                         for f in $library_names; do
-                           if test -f "$dir/$f"; then
-                             found_dir="$dir"
-                             found_so="$dir/$f"
-                             break
-                           fi
-                         done
-                       fi
-                     fi
-                   fi
-                   dnl Then look for a static library.
-                   if test "X$found_dir" = "X"; then
-                     if test -f "$dir/$libname.$acl_libext"; then
-                       found_dir="$dir"
-                       found_a="$dir/$libname.$acl_libext"
-                     fi
-                   fi
-                   if test "X$found_dir" != "X"; then
-                     if test -f "$dir/$libname.la"; then
-                       found_la="$dir/$libname.la"
-                     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/$acl_libdirstem" \
-                  || test "X$found_dir" = "X/usr/$acl_libdirstem2"; 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 "$acl_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 "$acl_hardcode_libdir_flag_spec" && test "$acl_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 "$acl_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 $acl_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
-               */$acl_libdirstem | */$acl_libdirstem/)
-                 basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem/"'*$,,'`
-                 if test "$name" = '$1'; then
-                   LIB[]NAME[]_PREFIX="$basedir"
-                 fi
-                 additional_includedir="$basedir/include"
-                 ;;
-               */$acl_libdirstem2 | */$acl_libdirstem2/)
-                 basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem2/"'*$,,'`
-                 if test "$name" = '$1'; then
-                   LIB[]NAME[]_PREFIX="$basedir"
-                 fi
-                 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/$acl_libdirstem" \
-                        && test "X$additional_libdir" != "X/usr/$acl_libdirstem2"; then
-                       haveit=
-                       if test "X$additional_libdir" = "X/usr/local/$acl_libdirstem" \
-                          || test "X$additional_libdir" = "X/usr/local/$acl_libdirstem2"; 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 "$acl_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:+$acl_hardcode_libdir_separator}$found_dir"
-       done
-       dnl Note: acl_hardcode_libdir_flag_spec uses $libdir and $wl.
-       acl_save_libdir="$libdir"
-       libdir="$alldirs"
-       eval flag=\"$acl_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=\"$acl_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
-   popdef([P_A_C_K])
-   popdef([PACKLIBS])
-   popdef([PACKUP])
-   popdef([PACK])
-   popdef([NAME])
- ])
- 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
- ])
+ all-am: $(gsettings_SCHEMAS:.xml=.valid)
+ uninstall-am: uninstall-gsettings-schemas
+ install-data-am: install-gsettings-schemas
  
- dnl For those cases where a variable contains several -L and -l options
- dnl referring to unknown libraries and directories, this macro determines the
- dnl necessary additional linker options for the runtime path.
- dnl AC_LIB_LINKFLAGS_FROM_LIBS([LDADDVAR], [LIBSVALUE], [USE-LIBTOOL])
- dnl sets LDADDVAR to linker options needed together with LIBSVALUE.
- dnl If USE-LIBTOOL evaluates to non-empty, linking with libtool is assumed,
- dnl otherwise linking without libtool is assumed.
- AC_DEFUN([AC_LIB_LINKFLAGS_FROM_LIBS],
- [
-   AC_REQUIRE([AC_LIB_RPATH])
-   AC_REQUIRE([AC_LIB_PREPARE_MULTILIB])
-   $1=
-   if test "$enable_rpath" != no; then
-     if test -n "$acl_hardcode_libdir_flag_spec" && test "$acl_hardcode_minus_L" = no; then
-       dnl Use an explicit option to hardcode directories into the resulting
-       dnl binary.
-       rpathdirs=
-       next=
-       for opt in $2; do
-         if test -n "$next"; then
-           dir="$next"
-           dnl No need to hardcode the standard /usr/lib.
-           if test "X$dir" != "X/usr/$acl_libdirstem" \
-              && test "X$dir" != "X/usr/$acl_libdirstem2"; then
-             rpathdirs="$rpathdirs $dir"
-           fi
-           next=
-         else
-           case $opt in
-             -L) next=yes ;;
-             -L*) dir=`echo "X$opt" | sed -e 's,^X-L,,'`
-                  dnl No need to hardcode the standard /usr/lib.
-                  if test "X$dir" != "X/usr/$acl_libdirstem" \
-                     && test "X$dir" != "X/usr/$acl_libdirstem2"; then
-                    rpathdirs="$rpathdirs $dir"
-                  fi
-                  next= ;;
-             *) next= ;;
-           esac
-         fi
-       done
-       if test "X$rpathdirs" != "X"; then
-         if test -n ""$3""; then
-           dnl libtool is used for linking. Use -R options.
-           for dir in $rpathdirs; do
-             $1="${$1}${$1:+ }-R$dir"
-           done
-         else
-           dnl The linker is used for linking directly.
-           if test -n "$acl_hardcode_libdir_separator"; then
-             dnl Weird platform: only the last -rpath option counts, the user
-             dnl must pass all path elements in one option.
-             alldirs=
-             for dir in $rpathdirs; do
-               alldirs="${alldirs}${alldirs:+$acl_hardcode_libdir_separator}$dir"
-             done
-             acl_save_libdir="$libdir"
-             libdir="$alldirs"
-             eval flag=\"$acl_hardcode_libdir_flag_spec\"
-             libdir="$acl_save_libdir"
-             $1="$flag"
-           else
-             dnl The -rpath options are cumulative.
-             for dir in $rpathdirs; do
-               acl_save_libdir="$libdir"
-               libdir="$dir"
-               eval flag=\"$acl_hardcode_libdir_flag_spec\"
-               libdir="$acl_save_libdir"
-               $1="${$1}${$1:+ }$flag"
-             done
-           fi
-         fi
-       fi
-     fi
-   fi
-   AC_SUBST([$1])
- ])
- # lib-prefix.m4 serial 7 (gettext-0.18)
- dnl Copyright (C) 2001-2005, 2008-2013 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_MULTILIB])
-   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/$acl_libdirstem"
-       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/$acl_libdirstem"; 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/$acl_libdirstem"; 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"
- ])
+ .SECONDARY: $(gsettings_SCHEMAS)
  
- 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"
- ])
+ install-gsettings-schemas: $(gsettings_SCHEMAS) $(gsettings__enum_file)
+       @$(NORMAL_INSTALL)
+       if test -n "$^"; then \
+               test -z "$(gsettingsschemadir)" || $(MKDIR_P) "$(DESTDIR)$(gsettingsschemadir)"; \
+               $(INSTALL_DATA) $^ "$(DESTDIR)$(gsettingsschemadir)"; \
+               test -n "$(GSETTINGS_DISABLE_SCHEMAS_COMPILE)$(DESTDIR)" || $(GLIB_COMPILE_SCHEMAS) $(gsettingsschemadir); \
+       fi
  
- dnl AC_LIB_PREPARE_MULTILIB creates
- dnl - a variable acl_libdirstem, containing the basename of the libdir, either
- dnl   "lib" or "lib64" or "lib/64",
- dnl - a variable acl_libdirstem2, as a secondary possible value for
- dnl   acl_libdirstem, either the same as acl_libdirstem or "lib/sparcv9" or
- dnl   "lib/amd64".
- AC_DEFUN([AC_LIB_PREPARE_MULTILIB],
- [
-   dnl There is no formal standard regarding lib and lib64.
-   dnl On glibc systems, the current practice is that on a system supporting
-   dnl 32-bit and 64-bit instruction sets or ABIs, 64-bit libraries go under
-   dnl $prefix/lib64 and 32-bit libraries go under $prefix/lib. We determine
-   dnl the compiler's default mode by looking at the compiler's library search
-   dnl path. If at least one of its elements ends in /lib64 or points to a
-   dnl directory whose absolute pathname ends in /lib64, we assume a 64-bit ABI.
-   dnl Otherwise we use the default, namely "lib".
-   dnl On Solaris systems, the current practice is that on a system supporting
-   dnl 32-bit and 64-bit instruction sets or ABIs, 64-bit libraries go under
-   dnl $prefix/lib/64 (which is a symlink to either $prefix/lib/sparcv9 or
-   dnl $prefix/lib/amd64) and 32-bit libraries go under $prefix/lib.
-   AC_REQUIRE([AC_CANONICAL_HOST])
-   acl_libdirstem=lib
-   acl_libdirstem2=
-   case "$host_os" in
-     solaris*)
-       dnl See Solaris 10 Software Developer Collection > Solaris 64-bit Developer's Guide > The Development Environment
-       dnl <http://docs.sun.com/app/docs/doc/816-5138/dev-env?l=en&a=view>.
-       dnl "Portable Makefiles should refer to any library directories using the 64 symbolic link."
-       dnl But we want to recognize the sparcv9 or amd64 subdirectory also if the
-       dnl symlink is missing, so we set acl_libdirstem2 too.
-       AC_CACHE_CHECK([for 64-bit host], [gl_cv_solaris_64bit],
-         [AC_EGREP_CPP([sixtyfour bits], [
- #ifdef _LP64
- sixtyfour bits
- #endif
-            ], [gl_cv_solaris_64bit=yes], [gl_cv_solaris_64bit=no])
-         ])
-       if test $gl_cv_solaris_64bit = yes; then
-         acl_libdirstem=lib/64
-         case "$host_cpu" in
-           sparc*)        acl_libdirstem2=lib/sparcv9 ;;
-           i*86 | x86_64) acl_libdirstem2=lib/amd64 ;;
-         esac
-       fi
-       ;;
-     *)
-       searchpath=`(LC_ALL=C $CC -print-search-dirs) 2>/dev/null | sed -n -e 's,^libraries: ,,p' | sed -e 's,^=,,'`
-       if test -n "$searchpath"; then
-         acl_save_IFS="${IFS=  }"; IFS=":"
-         for searchdir in $searchpath; do
-           if test -d "$searchdir"; then
-             case "$searchdir" in
-               */lib64/ | */lib64 ) acl_libdirstem=lib64 ;;
-               */../ | */.. )
-                 # Better ignore directories of this form. They are misleading.
-                 ;;
-               *) searchdir=`cd "$searchdir" && pwd`
-                  case "$searchdir" in
-                    */lib64 ) acl_libdirstem=lib64 ;;
-                  esac ;;
-             esac
-           fi
-         done
-         IFS="$acl_save_IFS"
-       fi
-       ;;
-   esac
-   test -n "$acl_libdirstem2" || acl_libdirstem2="$acl_libdirstem"
+ uninstall-gsettings-schemas:
+       @$(NORMAL_UNINSTALL)
+       @list='\''$(gsettings_SCHEMAS) $(gsettings__enum_file)'\''; test -n "$(gsettingsschemadir)" || list=; \
+       files=`for p in $$list; do echo $$p; done | sed -e '\''s|^.*/||'\''`; \
+       test -n "$$files" || exit 0; \
+       echo " ( cd '\''$(DESTDIR)$(gsettingsschemadir)'\'' && rm -f" $$files ")"; \
+       cd "$(DESTDIR)$(gsettingsschemadir)" && rm -f $$files
+       test -n "$(GSETTINGS_DISABLE_SCHEMAS_COMPILE)$(DESTDIR)" || $(GLIB_COMPILE_SCHEMAS) $(gsettingsschemadir)
+ clean-gsettings-schemas:
+       rm -f $(gsettings_SCHEMAS:.xml=.valid) $(gsettings__enum_file)
+ ifdef gsettings_ENUM_NAMESPACE
+ $(gsettings__enum_file): $(gsettings_ENUM_FILES)
+       $(AM_V_GEN) glib-mkenums --comments '\''<!-- @comment@ -->'\'' --fhead "<schemalist>" --vhead "  <@type@ id='\''$(gsettings_ENUM_NAMESPACE).@EnumName@'\''>" --vprod "    <value nick='\''@valuenick@'\'' value='\''@valuenum@'\''/>" --vtail "  </@type@>" --ftail "</schemalist>" [$]^ > [$]@.tmp && mv [$]@.tmp [$]@
+ endif
+ '
+   _GSETTINGS_SUBST(GSETTINGS_RULES)
  ])
  
- # nls.m4 serial 5 (gettext-0.18)
- dnl Copyright (C) 1995-2003, 2005-2006, 2008-2013 Free Software Foundation,
- dnl 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
- dnl This file can can be used in projects which are not available under
- dnl the GNU General Public License or the GNU Library General Public
- dnl License but which still want to provide support for the GNU gettext
- dnl functionality.
- dnl Please note that the actual code of the GNU gettext library is covered
- dnl by the GNU Library General Public License, and the rest of the GNU
- dnl gettext package package is covered by the GNU General Public License.
- dnl They are *not* in the public domain.
- dnl Authors:
- dnl   Ulrich Drepper <drepper@cygnus.com>, 1995-2000.
- dnl   Bruno Haible <haible@clisp.cons.org>, 2000-2003.
- AC_PREREQ([2.50])
- AC_DEFUN([AM_NLS],
+ dnl _GSETTINGS_SUBST(VARIABLE)
+ dnl Abstract macro to do either _AM_SUBST_NOTMAKE or AC_SUBST
+ AC_DEFUN([_GSETTINGS_SUBST],
  [
-   AC_MSG_CHECKING([whether NLS is requested])
-   dnl Default is enabled NLS
-   AC_ARG_ENABLE([nls],
-     [  --disable-nls           do not use Native Language Support],
-     USE_NLS=$enableval, USE_NLS=yes)
-   AC_MSG_RESULT([$USE_NLS])
-   AC_SUBST([USE_NLS])
- ])
+ AC_SUBST([$1])
+ m4_ifdef([_AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE([$1])])
+ ]
+ )
  
 -# iconv.m4 serial 18 (gettext-0.18.2)
 -dnl Copyright (C) 2000-2002, 2007-2013 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_DEFUN([AM_ICONV_LINKFLAGS_BODY],
 -[
 -  dnl Prerequisites of AC_LIB_LINKFLAGS_BODY.
 -  AC_REQUIRE([AC_LIB_PREPARE_PREFIX])
 -  AC_REQUIRE([AC_LIB_RPATH])
 -
 -  dnl Search for libiconv and define LIBICONV, LTLIBICONV and INCICONV
 -  dnl accordingly.
 -  AC_LIB_LINKFLAGS_BODY([iconv])
 -])
 -
 -AC_DEFUN([AM_ICONV_LINK],
 -[
 -  dnl Some systems have iconv in libc, some have it in libiconv (OSF/1 and
 -  dnl those with the standalone portable GNU libiconv installed).
 -  AC_REQUIRE([AC_CANONICAL_HOST]) dnl for cross-compiles
 -
 -  dnl Search for libiconv and define LIBICONV, LTLIBICONV and INCICONV
 -  dnl accordingly.
 -  AC_REQUIRE([AM_ICONV_LINKFLAGS_BODY])
 -
 -  dnl Add $INCICONV to CPPFLAGS before performing the following checks,
 -  dnl because if the user has installed libiconv and not disabled its use
 -  dnl via --without-libiconv-prefix, he wants to use it. The first
 -  dnl AC_LINK_IFELSE will then fail, the second AC_LINK_IFELSE will succeed.
 -  am_save_CPPFLAGS="$CPPFLAGS"
 -  AC_LIB_APPENDTOVAR([CPPFLAGS], [$INCICONV])
 -
 -  AC_CACHE_CHECK([for iconv], [am_cv_func_iconv], [
 -    am_cv_func_iconv="no, consider installing GNU libiconv"
 -    am_cv_lib_iconv=no
 -    AC_LINK_IFELSE(
 -      [AC_LANG_PROGRAM(
 -         [[
 -#include <stdlib.h>
 -#include <iconv.h>
 -         ]],
 -         [[iconv_t cd = iconv_open("","");
 -           iconv(cd,NULL,NULL,NULL,NULL);
 -           iconv_close(cd);]])],
 -      [am_cv_func_iconv=yes])
 -    if test "$am_cv_func_iconv" != yes; then
 -      am_save_LIBS="$LIBS"
 -      LIBS="$LIBS $LIBICONV"
 -      AC_LINK_IFELSE(
 -        [AC_LANG_PROGRAM(
 -           [[
 -#include <stdlib.h>
 -#include <iconv.h>
 -           ]],
 -           [[iconv_t cd = iconv_open("","");
 -             iconv(cd,NULL,NULL,NULL,NULL);
 -             iconv_close(cd);]])],
 -        [am_cv_lib_iconv=yes]
 -        [am_cv_func_iconv=yes])
 -      LIBS="$am_save_LIBS"
 -    fi
 -  ])
 -  if test "$am_cv_func_iconv" = yes; then
 -    AC_CACHE_CHECK([for working iconv], [am_cv_func_iconv_works], [
 -      dnl This tests against bugs in AIX 5.1, AIX 6.1..7.1, HP-UX 11.11,
 -      dnl Solaris 10.
 -      am_save_LIBS="$LIBS"
 -      if test $am_cv_lib_iconv = yes; then
 -        LIBS="$LIBS $LIBICONV"
 -      fi
 -      AC_RUN_IFELSE(
 -        [AC_LANG_SOURCE([[
 -#include <iconv.h>
 -#include <string.h>
 -int main ()
 -{
 -  int result = 0;
 -  /* Test against AIX 5.1 bug: Failures are not distinguishable from successful
 -     returns.  */
 -  {
 -    iconv_t cd_utf8_to_88591 = iconv_open ("ISO8859-1", "UTF-8");
 -    if (cd_utf8_to_88591 != (iconv_t)(-1))
 -      {
 -        static const char input[] = "\342\202\254"; /* EURO SIGN */
 -        char buf[10];
 -        const char *inptr = input;
 -        size_t inbytesleft = strlen (input);
 -        char *outptr = buf;
 -        size_t outbytesleft = sizeof (buf);
 -        size_t res = iconv (cd_utf8_to_88591,
 -                            (char **) &inptr, &inbytesleft,
 -                            &outptr, &outbytesleft);
 -        if (res == 0)
 -          result |= 1;
 -        iconv_close (cd_utf8_to_88591);
 -      }
 -  }
 -  /* Test against Solaris 10 bug: Failures are not distinguishable from
 -     successful returns.  */
 -  {
 -    iconv_t cd_ascii_to_88591 = iconv_open ("ISO8859-1", "646");
 -    if (cd_ascii_to_88591 != (iconv_t)(-1))
 -      {
 -        static const char input[] = "\263";
 -        char buf[10];
 -        const char *inptr = input;
 -        size_t inbytesleft = strlen (input);
 -        char *outptr = buf;
 -        size_t outbytesleft = sizeof (buf);
 -        size_t res = iconv (cd_ascii_to_88591,
 -                            (char **) &inptr, &inbytesleft,
 -                            &outptr, &outbytesleft);
 -        if (res == 0)
 -          result |= 2;
 -        iconv_close (cd_ascii_to_88591);
 -      }
 -  }
 -  /* Test against AIX 6.1..7.1 bug: Buffer overrun.  */
 -  {
 -    iconv_t cd_88591_to_utf8 = iconv_open ("UTF-8", "ISO-8859-1");
 -    if (cd_88591_to_utf8 != (iconv_t)(-1))
 -      {
 -        static const char input[] = "\304";
 -        static char buf[2] = { (char)0xDE, (char)0xAD };
 -        const char *inptr = input;
 -        size_t inbytesleft = 1;
 -        char *outptr = buf;
 -        size_t outbytesleft = 1;
 -        size_t res = iconv (cd_88591_to_utf8,
 -                            (char **) &inptr, &inbytesleft,
 -                            &outptr, &outbytesleft);
 -        if (res != (size_t)(-1) || outptr - buf > 1 || buf[1] != (char)0xAD)
 -          result |= 4;
 -        iconv_close (cd_88591_to_utf8);
 -      }
 -  }
 -#if 0 /* This bug could be worked around by the caller.  */
 -  /* Test against HP-UX 11.11 bug: Positive return value instead of 0.  */
 -  {
 -    iconv_t cd_88591_to_utf8 = iconv_open ("utf8", "iso88591");
 -    if (cd_88591_to_utf8 != (iconv_t)(-1))
 -      {
 -        static const char input[] = "\304rger mit b\366sen B\374bchen ohne Augenma\337";
 -        char buf[50];
 -        const char *inptr = input;
 -        size_t inbytesleft = strlen (input);
 -        char *outptr = buf;
 -        size_t outbytesleft = sizeof (buf);
 -        size_t res = iconv (cd_88591_to_utf8,
 -                            (char **) &inptr, &inbytesleft,
 -                            &outptr, &outbytesleft);
 -        if ((int)res > 0)
 -          result |= 8;
 -        iconv_close (cd_88591_to_utf8);
 -      }
 -  }
 -#endif
 -  /* Test against HP-UX 11.11 bug: No converter from EUC-JP to UTF-8 is
 -     provided.  */
 -  if (/* Try standardized names.  */
 -      iconv_open ("UTF-8", "EUC-JP") == (iconv_t)(-1)
 -      /* Try IRIX, OSF/1 names.  */
 -      && iconv_open ("UTF-8", "eucJP") == (iconv_t)(-1)
 -      /* Try AIX names.  */
 -      && iconv_open ("UTF-8", "IBM-eucJP") == (iconv_t)(-1)
 -      /* Try HP-UX names.  */
 -      && iconv_open ("utf8", "eucJP") == (iconv_t)(-1))
 -    result |= 16;
 -  return result;
 -}]])],
 -        [am_cv_func_iconv_works=yes],
 -        [am_cv_func_iconv_works=no],
 -        [
 -changequote(,)dnl
 -         case "$host_os" in
 -           aix* | hpux*) am_cv_func_iconv_works="guessing no" ;;
 -           *)            am_cv_func_iconv_works="guessing yes" ;;
 -         esac
 -changequote([,])dnl
 -        ])
 -      LIBS="$am_save_LIBS"
 -    ])
 -    case "$am_cv_func_iconv_works" in
 -      *no) am_func_iconv=no am_cv_lib_iconv=no ;;
 -      *)   am_func_iconv=yes ;;
 -    esac
 -  else
 -    am_func_iconv=no am_cv_lib_iconv=no
 -  fi
 -  if test "$am_func_iconv" = yes; then
 -    AC_DEFINE([HAVE_ICONV], [1],
 -      [Define if you have the iconv() function and it works.])
 -  fi
 -  if test "$am_cv_lib_iconv" = yes; then
 -    AC_MSG_CHECKING([how to link with libiconv])
 -    AC_MSG_RESULT([$LIBICONV])
 -  else
 -    dnl If $LIBICONV didn't lead to a usable library, we don't need $INCICONV
 -    dnl either.
 -    CPPFLAGS="$am_save_CPPFLAGS"
 -    LIBICONV=
 -    LTLIBICONV=
 -  fi
 -  AC_SUBST([LIBICONV])
 -  AC_SUBST([LTLIBICONV])
 -])
 -
 -dnl Define AM_ICONV using AC_DEFUN_ONCE for Autoconf >= 2.64, in order to
 -dnl avoid warnings like
 -dnl "warning: AC_REQUIRE: `AM_ICONV' was expanded before it was required".
 -dnl This is tricky because of the way 'aclocal' is implemented:
 -dnl - It requires defining an auxiliary macro whose name ends in AC_DEFUN.
 -dnl   Otherwise aclocal's initial scan pass would miss the macro definition.
 -dnl - It requires a line break inside the AC_DEFUN_ONCE and AC_DEFUN expansions.
 -dnl   Otherwise aclocal would emit many "Use of uninitialized value $1"
 -dnl   warnings.
 -m4_define([gl_iconv_AC_DEFUN],
 -  m4_version_prereq([2.64],
 -    [[AC_DEFUN_ONCE(
 -        [$1], [$2])]],
 -    [m4_ifdef([gl_00GNULIB],
 -       [[AC_DEFUN_ONCE(
 -           [$1], [$2])]],
 -       [[AC_DEFUN(
 -           [$1], [$2])]])]))
 -gl_iconv_AC_DEFUN([AM_ICONV],
 -[
 -  AM_ICONV_LINK
 -  if test "$am_cv_func_iconv" = yes; then
 -    AC_MSG_CHECKING([for iconv declaration])
 -    AC_CACHE_VAL([am_cv_proto_iconv], [
 -      AC_COMPILE_IFELSE(
 -        [AC_LANG_PROGRAM(
 -           [[
 -#include <stdlib.h>
 -#include <iconv.h>
 -extern
 -#ifdef __cplusplus
 -"C"
 -#endif
 -#if defined(__STDC__) || defined(_MSC_VER) || defined(__cplusplus)
 -size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
 -#else
 -size_t iconv();
 -#endif
 -           ]],
 -           [[]])],
 -        [am_cv_proto_iconv_arg1=""],
 -        [am_cv_proto_iconv_arg1="const"])
 -      am_cv_proto_iconv="extern size_t iconv (iconv_t cd, $am_cv_proto_iconv_arg1 char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);"])
 -    am_cv_proto_iconv=`echo "[$]am_cv_proto_iconv" | tr -s ' ' | sed -e 's/( /(/'`
 -    AC_MSG_RESULT([
 -         $am_cv_proto_iconv])
 -    AC_DEFINE_UNQUOTED([ICONV_CONST], [$am_cv_proto_iconv_arg1],
 -      [Define as const if the declaration of iconv() needs const.])
 -    dnl Also substitute ICONV_CONST in the gnulib generated <iconv.h>.
 -    m4_ifdef([gl_ICONV_H_DEFAULTS],
 -      [AC_REQUIRE([gl_ICONV_H_DEFAULTS])
 -       if test -n "$am_cv_proto_iconv_arg1"; then
 -         ICONV_CONST="const"
 -       fi
 -      ])
 -  fi
 -])
 -
 -# intlmacosx.m4 serial 5 (gettext-0.18.2)
 -dnl Copyright (C) 2004-2013 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
 -dnl This file can can be used in projects which are not available under
 -dnl the GNU General Public License or the GNU Library General Public
 -dnl License but which still want to provide support for the GNU gettext
 -dnl functionality.
 -dnl Please note that the actual code of the GNU gettext library is covered
 -dnl by the GNU Library General Public License, and the rest of the GNU
 -dnl gettext package package is covered by the GNU General Public License.
 -dnl They are *not* in the public domain.
 -
 -dnl Checks for special options needed on Mac OS X.
 -dnl Defines INTL_MACOSX_LIBS.
 -AC_DEFUN([gt_INTL_MACOSX],
 -[
 -  dnl Check for API introduced in Mac OS X 10.2.
 -  AC_CACHE_CHECK([for CFPreferencesCopyAppValue],
 -    [gt_cv_func_CFPreferencesCopyAppValue],
 -    [gt_save_LIBS="$LIBS"
 -     LIBS="$LIBS -Wl,-framework -Wl,CoreFoundation"
 -     AC_LINK_IFELSE(
 -       [AC_LANG_PROGRAM(
 -          [[#include <CoreFoundation/CFPreferences.h>]],
 -          [[CFPreferencesCopyAppValue(NULL, NULL)]])],
 -       [gt_cv_func_CFPreferencesCopyAppValue=yes],
 -       [gt_cv_func_CFPreferencesCopyAppValue=no])
 -     LIBS="$gt_save_LIBS"])
 -  if test $gt_cv_func_CFPreferencesCopyAppValue = yes; then
 -    AC_DEFINE([HAVE_CFPREFERENCESCOPYAPPVALUE], [1],
 -      [Define to 1 if you have the Mac OS X function CFPreferencesCopyAppValue in the CoreFoundation framework.])
 -  fi
 -  dnl Check for API introduced in Mac OS X 10.3.
 -  AC_CACHE_CHECK([for CFLocaleCopyCurrent], [gt_cv_func_CFLocaleCopyCurrent],
 -    [gt_save_LIBS="$LIBS"
 -     LIBS="$LIBS -Wl,-framework -Wl,CoreFoundation"
 -     AC_LINK_IFELSE(
 -       [AC_LANG_PROGRAM(
 -          [[#include <CoreFoundation/CFLocale.h>]],
 -          [[CFLocaleCopyCurrent();]])],
 -       [gt_cv_func_CFLocaleCopyCurrent=yes],
 -       [gt_cv_func_CFLocaleCopyCurrent=no])
 -     LIBS="$gt_save_LIBS"])
 -  if test $gt_cv_func_CFLocaleCopyCurrent = yes; then
 -    AC_DEFINE([HAVE_CFLOCALECOPYCURRENT], [1],
 -      [Define to 1 if you have the Mac OS X function CFLocaleCopyCurrent in the CoreFoundation framework.])
 -  fi
 -  INTL_MACOSX_LIBS=
 -  if test $gt_cv_func_CFPreferencesCopyAppValue = yes || test $gt_cv_func_CFLocaleCopyCurrent = yes; then
 -    INTL_MACOSX_LIBS="-Wl,-framework -Wl,CoreFoundation"
 -  fi
 -  AC_SUBST([INTL_MACOSX_LIBS])
 -])
 -
 -# lib-ld.m4 serial 6
 -dnl Copyright (C) 1996-2003, 2009-2013 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/_*LT_PATH/AC_LIB_PROG/ and s/lt_/acl_/ to avoid
 -dnl collision with libtool.m4.
 -
 -dnl From libtool-2.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 lds 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-2.4. Sets the variable LD.
 -AC_DEFUN([AC_LIB_PROG_LD],
 -[AC_REQUIRE([AC_PROG_CC])dnl
 -AC_REQUIRE([AC_CANONICAL_HOST])dnl
 -
 -AC_ARG_WITH([gnu-ld],
 -    [AS_HELP_STRING([--with-gnu-ld],
 -        [assume the C compiler uses GNU ld [default=no]])],
 -    [test "$withval" = no || with_gnu_ld=yes],
 -    [with_gnu_ld=no])dnl
 -
 -# Prepare PATH_SEPARATOR.
 -# The user is always right.
 -if test "${PATH_SEPARATOR+set}" != set; then
 -  # Determine PATH_SEPARATOR by trying to find /bin/sh in a PATH which
 -  # contains only /bin. Note that ksh looks also at the FPATH variable,
 -  # so we have to set that as well for the test.
 -  PATH_SEPARATOR=:
 -  (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 \
 -    && { (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 \
 -           || PATH_SEPARATOR=';'
 -       }
 -fi
 -
 -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 $CC])
 -  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.
 -    [[\\/]]* | ?:[[\\/]]*)
 -      re_direlt='/[[^/]][[^/]]*/\.\./'
 -      # Canonicalize the pathname 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
 -  acl_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
 -  for ac_dir in $PATH; do
 -    IFS="$acl_save_ifs"
 -    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 variants of GNU ld 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="$acl_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
 -])
 -
 -# lib-link.m4 serial 26 (gettext-0.18.2)
 -dnl Copyright (C) 2001-2013 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.54])
 -
 -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.
 -dnl Sets and AC_SUBSTs the LIB${NAME}_PREFIX variable to nonempty if libname
 -dnl was found in ${LIB${NAME}_PREFIX}/$acl_libdirstem.
 -AC_DEFUN([AC_LIB_LINKFLAGS],
 -[
 -  AC_REQUIRE([AC_LIB_PREPARE_PREFIX])
 -  AC_REQUIRE([AC_LIB_RPATH])
 -  pushdef([Name],[m4_translit([$1],[./+-], [____])])
 -  pushdef([NAME],[m4_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"
 -    ac_cv_lib[]Name[]_prefix="$LIB[]NAME[]_PREFIX"
 -  ])
 -  LIB[]NAME="$ac_cv_lib[]Name[]_libs"
 -  LTLIB[]NAME="$ac_cv_lib[]Name[]_ltlibs"
 -  INC[]NAME="$ac_cv_lib[]Name[]_cppflags"
 -  LIB[]NAME[]_PREFIX="$ac_cv_lib[]Name[]_prefix"
 -  AC_LIB_APPENDTOVAR([CPPFLAGS], [$INC]NAME)
 -  AC_SUBST([LIB]NAME)
 -  AC_SUBST([LTLIB]NAME)
 -  AC_SUBST([LIB]NAME[_PREFIX])
 -  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
 -  popdef([NAME])
 -  popdef([Name])
 -])
 -
 -dnl AC_LIB_HAVE_LINKFLAGS(name, dependencies, includes, testcode, [missing-message])
 -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. The missing-message
 -dnl defaults to 'no' and may contain additional hints for the user.
 -dnl If found, it sets and AC_SUBSTs HAVE_LIB${NAME}=yes and the LIB${NAME}
 -dnl and 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.
 -dnl Sets and AC_SUBSTs the LIB${NAME}_PREFIX variable to nonempty if libname
 -dnl was found in ${LIB${NAME}_PREFIX}/$acl_libdirstem.
 -AC_DEFUN([AC_LIB_HAVE_LINKFLAGS],
 -[
 -  AC_REQUIRE([AC_LIB_PREPARE_PREFIX])
 -  AC_REQUIRE([AC_LIB_RPATH])
 -  pushdef([Name],[m4_translit([$1],[./+-], [____])])
 -  pushdef([NAME],[m4_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"
 -    dnl If $LIB[]NAME contains some -l options, add it to the end of LIBS,
 -    dnl because these -l options might require -L options that are present in
 -    dnl LIBS. -l options benefit only from the -L options listed before it.
 -    dnl Otherwise, add it to the front of LIBS, because it may be a static
 -    dnl library that depends on another static library that is present in LIBS.
 -    dnl Static libraries benefit only from the static libraries listed after
 -    dnl it.
 -    case " $LIB[]NAME" in
 -      *" -l"*) LIBS="$LIBS $LIB[]NAME" ;;
 -      *)       LIBS="$LIB[]NAME $LIBS" ;;
 -    esac
 -    AC_LINK_IFELSE(
 -      [AC_LANG_PROGRAM([[$3]], [[$4]])],
 -      [ac_cv_lib[]Name=yes],
 -      [ac_cv_lib[]Name='m4_if([$5], [], [no], [[$5]])'])
 -    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 lib][$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=
 -    LIB[]NAME[]_PREFIX=
 -  fi
 -  AC_SUBST([HAVE_LIB]NAME)
 -  AC_SUBST([LIB]NAME)
 -  AC_SUBST([LTLIB]NAME)
 -  AC_SUBST([LIB]NAME[_PREFIX])
 -  popdef([NAME])
 -  popdef([Name])
 -])
 -
 -dnl Determine the platform dependent parameters needed to use rpath:
 -dnl   acl_libext,
 -dnl   acl_shlibext,
 -dnl   acl_libname_spec,
 -dnl   acl_library_names_spec,
 -dnl   acl_hardcode_libdir_flag_spec,
 -dnl   acl_hardcode_libdir_separator,
 -dnl   acl_hardcode_direct,
 -dnl   acl_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"
 -  acl_libext="$acl_cv_libext"
 -  acl_shlibext="$acl_cv_shlibext"
 -  acl_libname_spec="$acl_cv_libname_spec"
 -  acl_library_names_spec="$acl_cv_library_names_spec"
 -  acl_hardcode_libdir_flag_spec="$acl_cv_hardcode_libdir_flag_spec"
 -  acl_hardcode_libdir_separator="$acl_cv_hardcode_libdir_separator"
 -  acl_hardcode_direct="$acl_cv_hardcode_direct"
 -  acl_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_FROMPACKAGE(name, package)
 -dnl declares that libname comes from the given package. The configure file
 -dnl will then not have a --with-libname-prefix option but a
 -dnl --with-package-prefix option. Several libraries can come from the same
 -dnl package. This declaration must occur before an AC_LIB_LINKFLAGS or similar
 -dnl macro call that searches for libname.
 -AC_DEFUN([AC_LIB_FROMPACKAGE],
 -[
 -  pushdef([NAME],[m4_translit([$1],[abcdefghijklmnopqrstuvwxyz./+-],
 -                                   [ABCDEFGHIJKLMNOPQRSTUVWXYZ____])])
 -  define([acl_frompackage_]NAME, [$2])
 -  popdef([NAME])
 -  pushdef([PACK],[$2])
 -  pushdef([PACKUP],[m4_translit(PACK,[abcdefghijklmnopqrstuvwxyz./+-],
 -                                     [ABCDEFGHIJKLMNOPQRSTUVWXYZ____])])
 -  define([acl_libsinpackage_]PACKUP,
 -    m4_ifdef([acl_libsinpackage_]PACKUP, [m4_defn([acl_libsinpackage_]PACKUP)[, ]],)[lib$1])
 -  popdef([PACKUP])
 -  popdef([PACK])
 -])
 -
 -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.
 -dnl Also, sets the LIB${NAME}_PREFIX variable to nonempty if libname was found
 -dnl in ${LIB${NAME}_PREFIX}/$acl_libdirstem.
 -AC_DEFUN([AC_LIB_LINKFLAGS_BODY],
 -[
 -  AC_REQUIRE([AC_LIB_PREPARE_MULTILIB])
 -  pushdef([NAME],[m4_translit([$1],[abcdefghijklmnopqrstuvwxyz./+-],
 -                                   [ABCDEFGHIJKLMNOPQRSTUVWXYZ____])])
 -  pushdef([PACK],[m4_ifdef([acl_frompackage_]NAME, [acl_frompackage_]NAME, lib[$1])])
 -  pushdef([PACKUP],[m4_translit(PACK,[abcdefghijklmnopqrstuvwxyz./+-],
 -                                     [ABCDEFGHIJKLMNOPQRSTUVWXYZ____])])
 -  pushdef([PACKLIBS],[m4_ifdef([acl_frompackage_]NAME, [acl_libsinpackage_]PACKUP, lib[$1])])
 -  dnl Autoconf >= 2.61 supports dots in --with options.
 -  pushdef([P_A_C_K],[m4_if(m4_version_compare(m4_defn([m4_PACKAGE_VERSION]),[2.61]),[-1],[m4_translit(PACK,[.],[_])],PACK)])
 -  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_ARG_WITH(P_A_C_K[-prefix],
 -[[  --with-]]P_A_C_K[[-prefix[=DIR]  search for ]PACKLIBS[ in DIR/include and DIR/lib
 -  --without-]]P_A_C_K[[-prefix     don't search for ]PACKLIBS[ 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/$acl_libdirstem"
 -        if test "$acl_libdirstem2" != "$acl_libdirstem" \
 -           && ! test -d "$withval/$acl_libdirstem"; then
 -          additional_libdir="$withval/$acl_libdirstem2"
 -        fi
 -      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=
 -  LIB[]NAME[]_PREFIX=
 -  dnl HAVE_LIB${NAME} is an indicator that LIB${NAME}, LTLIB${NAME} have been
 -  dnl computed. So it has to be reset here.
 -  HAVE_LIB[]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=
 -          eval libname=\"$acl_libname_spec\"    # typically: libname=lib$name
 -          if test -n "$acl_shlibext"; then
 -            shrext=".$acl_shlibext"             # typically: shrext=.so
 -          else
 -            shrext=
 -          fi
 -          if test $use_additional = yes; then
 -            dir="$additional_libdir"
 -            dnl The same code as in the loop below:
 -            dnl First look for a shared library.
 -            if test -n "$acl_shlibext"; then
 -              if test -f "$dir/$libname$shrext"; then
 -                found_dir="$dir"
 -                found_so="$dir/$libname$shrext"
 -              else
 -                if test "$acl_library_names_spec" = '$libname$shrext$versuffix'; then
 -                  ver=`(cd "$dir" && \
 -                        for f in "$libname$shrext".*; do echo "$f"; done \
 -                        | sed -e "s,^$libname$shrext\\\\.,," \
 -                        | sort -t '.' -n -r -k1,1 -k2,2 -k3,3 -k4,4 -k5,5 \
 -                        | sed 1q ) 2>/dev/null`
 -                  if test -n "$ver" && test -f "$dir/$libname$shrext.$ver"; then
 -                    found_dir="$dir"
 -                    found_so="$dir/$libname$shrext.$ver"
 -                  fi
 -                else
 -                  eval library_names=\"$acl_library_names_spec\"
 -                  for f in $library_names; do
 -                    if test -f "$dir/$f"; then
 -                      found_dir="$dir"
 -                      found_so="$dir/$f"
 -                      break
 -                    fi
 -                  done
 -                fi
 -              fi
 -            fi
 -            dnl Then look for a static library.
 -            if test "X$found_dir" = "X"; then
 -              if test -f "$dir/$libname.$acl_libext"; then
 -                found_dir="$dir"
 -                found_a="$dir/$libname.$acl_libext"
 -              fi
 -            fi
 -            if test "X$found_dir" != "X"; then
 -              if test -f "$dir/$libname.la"; then
 -                found_la="$dir/$libname.la"
 -              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//'`
 -                  dnl First look for a shared library.
 -                  if test -n "$acl_shlibext"; then
 -                    if test -f "$dir/$libname$shrext"; then
 -                      found_dir="$dir"
 -                      found_so="$dir/$libname$shrext"
 -                    else
 -                      if test "$acl_library_names_spec" = '$libname$shrext$versuffix'; then
 -                        ver=`(cd "$dir" && \
 -                              for f in "$libname$shrext".*; do echo "$f"; done \
 -                              | sed -e "s,^$libname$shrext\\\\.,," \
 -                              | sort -t '.' -n -r -k1,1 -k2,2 -k3,3 -k4,4 -k5,5 \
 -                              | sed 1q ) 2>/dev/null`
 -                        if test -n "$ver" && test -f "$dir/$libname$shrext.$ver"; then
 -                          found_dir="$dir"
 -                          found_so="$dir/$libname$shrext.$ver"
 -                        fi
 -                      else
 -                        eval library_names=\"$acl_library_names_spec\"
 -                        for f in $library_names; do
 -                          if test -f "$dir/$f"; then
 -                            found_dir="$dir"
 -                            found_so="$dir/$f"
 -                            break
 -                          fi
 -                        done
 -                      fi
 -                    fi
 -                  fi
 -                  dnl Then look for a static library.
 -                  if test "X$found_dir" = "X"; then
 -                    if test -f "$dir/$libname.$acl_libext"; then
 -                      found_dir="$dir"
 -                      found_a="$dir/$libname.$acl_libext"
 -                    fi
 -                  fi
 -                  if test "X$found_dir" != "X"; then
 -                    if test -f "$dir/$libname.la"; then
 -                      found_la="$dir/$libname.la"
 -                    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/$acl_libdirstem" \
 -                 || test "X$found_dir" = "X/usr/$acl_libdirstem2"; 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 "$acl_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 "$acl_hardcode_libdir_flag_spec" && test "$acl_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 "$acl_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 $acl_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
 -              */$acl_libdirstem | */$acl_libdirstem/)
 -                basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem/"'*$,,'`
 -                if test "$name" = '$1'; then
 -                  LIB[]NAME[]_PREFIX="$basedir"
 -                fi
 -                additional_includedir="$basedir/include"
 -                ;;
 -              */$acl_libdirstem2 | */$acl_libdirstem2/)
 -                basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem2/"'*$,,'`
 -                if test "$name" = '$1'; then
 -                  LIB[]NAME[]_PREFIX="$basedir"
 -                fi
 -                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/$acl_libdirstem" \
 -                       && test "X$additional_libdir" != "X/usr/$acl_libdirstem2"; then
 -                      haveit=
 -                      if test "X$additional_libdir" = "X/usr/local/$acl_libdirstem" \
 -                         || test "X$additional_libdir" = "X/usr/local/$acl_libdirstem2"; 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 "$acl_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:+$acl_hardcode_libdir_separator}$found_dir"
 -      done
 -      dnl Note: acl_hardcode_libdir_flag_spec uses $libdir and $wl.
 -      acl_save_libdir="$libdir"
 -      libdir="$alldirs"
 -      eval flag=\"$acl_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=\"$acl_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
 -  popdef([P_A_C_K])
 -  popdef([PACKLIBS])
 -  popdef([PACKUP])
 -  popdef([PACK])
 -  popdef([NAME])
 -])
 -
 -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
 -])
 -
 -dnl For those cases where a variable contains several -L and -l options
 -dnl referring to unknown libraries and directories, this macro determines the
 -dnl necessary additional linker options for the runtime path.
 -dnl AC_LIB_LINKFLAGS_FROM_LIBS([LDADDVAR], [LIBSVALUE], [USE-LIBTOOL])
 -dnl sets LDADDVAR to linker options needed together with LIBSVALUE.
 -dnl If USE-LIBTOOL evaluates to non-empty, linking with libtool is assumed,
 -dnl otherwise linking without libtool is assumed.
 -AC_DEFUN([AC_LIB_LINKFLAGS_FROM_LIBS],
 -[
 -  AC_REQUIRE([AC_LIB_RPATH])
 -  AC_REQUIRE([AC_LIB_PREPARE_MULTILIB])
 -  $1=
 -  if test "$enable_rpath" != no; then
 -    if test -n "$acl_hardcode_libdir_flag_spec" && test "$acl_hardcode_minus_L" = no; then
 -      dnl Use an explicit option to hardcode directories into the resulting
 -      dnl binary.
 -      rpathdirs=
 -      next=
 -      for opt in $2; do
 -        if test -n "$next"; then
 -          dir="$next"
 -          dnl No need to hardcode the standard /usr/lib.
 -          if test "X$dir" != "X/usr/$acl_libdirstem" \
 -             && test "X$dir" != "X/usr/$acl_libdirstem2"; then
 -            rpathdirs="$rpathdirs $dir"
 -          fi
 -          next=
 -        else
 -          case $opt in
 -            -L) next=yes ;;
 -            -L*) dir=`echo "X$opt" | sed -e 's,^X-L,,'`
 -                 dnl No need to hardcode the standard /usr/lib.
 -                 if test "X$dir" != "X/usr/$acl_libdirstem" \
 -                    && test "X$dir" != "X/usr/$acl_libdirstem2"; then
 -                   rpathdirs="$rpathdirs $dir"
 -                 fi
 -                 next= ;;
 -            *) next= ;;
 -          esac
 -        fi
 -      done
 -      if test "X$rpathdirs" != "X"; then
 -        if test -n ""$3""; then
 -          dnl libtool is used for linking. Use -R options.
 -          for dir in $rpathdirs; do
 -            $1="${$1}${$1:+ }-R$dir"
 -          done
 -        else
 -          dnl The linker is used for linking directly.
 -          if test -n "$acl_hardcode_libdir_separator"; then
 -            dnl Weird platform: only the last -rpath option counts, the user
 -            dnl must pass all path elements in one option.
 -            alldirs=
 -            for dir in $rpathdirs; do
 -              alldirs="${alldirs}${alldirs:+$acl_hardcode_libdir_separator}$dir"
 -            done
 -            acl_save_libdir="$libdir"
 -            libdir="$alldirs"
 -            eval flag=\"$acl_hardcode_libdir_flag_spec\"
 -            libdir="$acl_save_libdir"
 -            $1="$flag"
 -          else
 -            dnl The -rpath options are cumulative.
 -            for dir in $rpathdirs; do
 -              acl_save_libdir="$libdir"
 -              libdir="$dir"
 -              eval flag=\"$acl_hardcode_libdir_flag_spec\"
 -              libdir="$acl_save_libdir"
 -              $1="${$1}${$1:+ }$flag"
 -            done
 -          fi
 -        fi
 -      fi
 -    fi
 -  fi
 -  AC_SUBST([$1])
 -])
 -
 -# lib-prefix.m4 serial 7 (gettext-0.18)
 -dnl Copyright (C) 2001-2005, 2008-2013 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_MULTILIB])
 -  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/$acl_libdirstem"
 -      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/$acl_libdirstem"; 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/$acl_libdirstem"; 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"
 -])
 -
 -dnl AC_LIB_PREPARE_MULTILIB creates
 -dnl - a variable acl_libdirstem, containing the basename of the libdir, either
 -dnl   "lib" or "lib64" or "lib/64",
 -dnl - a variable acl_libdirstem2, as a secondary possible value for
 -dnl   acl_libdirstem, either the same as acl_libdirstem or "lib/sparcv9" or
 -dnl   "lib/amd64".
 -AC_DEFUN([AC_LIB_PREPARE_MULTILIB],
 -[
 -  dnl There is no formal standard regarding lib and lib64.
 -  dnl On glibc systems, the current practice is that on a system supporting
 -  dnl 32-bit and 64-bit instruction sets or ABIs, 64-bit libraries go under
 -  dnl $prefix/lib64 and 32-bit libraries go under $prefix/lib. We determine
 -  dnl the compiler's default mode by looking at the compiler's library search
 -  dnl path. If at least one of its elements ends in /lib64 or points to a
 -  dnl directory whose absolute pathname ends in /lib64, we assume a 64-bit ABI.
 -  dnl Otherwise we use the default, namely "lib".
 -  dnl On Solaris systems, the current practice is that on a system supporting
 -  dnl 32-bit and 64-bit instruction sets or ABIs, 64-bit libraries go under
 -  dnl $prefix/lib/64 (which is a symlink to either $prefix/lib/sparcv9 or
 -  dnl $prefix/lib/amd64) and 32-bit libraries go under $prefix/lib.
 -  AC_REQUIRE([AC_CANONICAL_HOST])
 -  acl_libdirstem=lib
 -  acl_libdirstem2=
 -  case "$host_os" in
 -    solaris*)
 -      dnl See Solaris 10 Software Developer Collection > Solaris 64-bit Developer's Guide > The Development Environment
 -      dnl <http://docs.sun.com/app/docs/doc/816-5138/dev-env?l=en&a=view>.
 -      dnl "Portable Makefiles should refer to any library directories using the 64 symbolic link."
 -      dnl But we want to recognize the sparcv9 or amd64 subdirectory also if the
 -      dnl symlink is missing, so we set acl_libdirstem2 too.
 -      AC_CACHE_CHECK([for 64-bit host], [gl_cv_solaris_64bit],
 -        [AC_EGREP_CPP([sixtyfour bits], [
 -#ifdef _LP64
 -sixtyfour bits
 -#endif
 -           ], [gl_cv_solaris_64bit=yes], [gl_cv_solaris_64bit=no])
 -        ])
 -      if test $gl_cv_solaris_64bit = yes; then
 -        acl_libdirstem=lib/64
 -        case "$host_cpu" in
 -          sparc*)        acl_libdirstem2=lib/sparcv9 ;;
 -          i*86 | x86_64) acl_libdirstem2=lib/amd64 ;;
 -        esac
 -      fi
 -      ;;
 -    *)
 -      searchpath=`(LC_ALL=C $CC -print-search-dirs) 2>/dev/null | sed -n -e 's,^libraries: ,,p' | sed -e 's,^=,,'`
 -      if test -n "$searchpath"; then
 -        acl_save_IFS="${IFS=  }"; IFS=":"
 -        for searchdir in $searchpath; do
 -          if test -d "$searchdir"; then
 -            case "$searchdir" in
 -              */lib64/ | */lib64 ) acl_libdirstem=lib64 ;;
 -              */../ | */.. )
 -                # Better ignore directories of this form. They are misleading.
 -                ;;
 -              *) searchdir=`cd "$searchdir" && pwd`
 -                 case "$searchdir" in
 -                   */lib64 ) acl_libdirstem=lib64 ;;
 -                 esac ;;
 -            esac
 -          fi
 -        done
 -        IFS="$acl_save_IFS"
 -      fi
 -      ;;
 -  esac
 -  test -n "$acl_libdirstem2" || acl_libdirstem2="$acl_libdirstem"
 -])
 -
 -# nls.m4 serial 5 (gettext-0.18)
 -dnl Copyright (C) 1995-2003, 2005-2006, 2008-2013 Free Software Foundation,
 -dnl 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
 -dnl This file can can be used in projects which are not available under
 -dnl the GNU General Public License or the GNU Library General Public
 -dnl License but which still want to provide support for the GNU gettext
 -dnl functionality.
 -dnl Please note that the actual code of the GNU gettext library is covered
 -dnl by the GNU Library General Public License, and the rest of the GNU
 -dnl gettext package package is covered by the GNU General Public License.
 -dnl They are *not* in the public domain.
 -
 -dnl Authors:
 -dnl   Ulrich Drepper <drepper@cygnus.com>, 1995-2000.
 -dnl   Bruno Haible <haible@clisp.cons.org>, 2000-2003.
 -
 -AC_PREREQ([2.50])
 -
 -AC_DEFUN([AM_NLS],
 -[
 -  AC_MSG_CHECKING([whether NLS is requested])
 -  dnl Default is enabled NLS
 -  AC_ARG_ENABLE([nls],
 -    [  --disable-nls           do not use Native Language Support],
 -    USE_NLS=$enableval, USE_NLS=yes)
 -  AC_MSG_RESULT([$USE_NLS])
 -  AC_SUBST([USE_NLS])
 -])
 -
  # pkg.m4 - Macros to locate and utilise pkg-config.            -*- Autoconf -*-
  # serial 1 (pkg-config-0.24)
  # 
  fi[]dnl
  ])# PKG_CHECK_MODULES
  
--# po.m4 serial 21 (gettext-0.18.3)
--dnl Copyright (C) 1995-2013 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
--dnl This file can can be used in projects which are not available under
--dnl the GNU General Public License or the GNU Library General Public
--dnl License but which still want to provide support for the GNU gettext
--dnl functionality.
--dnl Please note that the actual code of the GNU gettext library is covered
--dnl by the GNU Library General Public License, and the rest of the GNU
--dnl gettext package package is covered by the GNU General Public License.
--dnl They are *not* in the public domain.
--
--dnl Authors:
--dnl   Ulrich Drepper <drepper@cygnus.com>, 1995-2000.
--dnl   Bruno Haible <haible@clisp.cons.org>, 2000-2003.
--
--AC_PREREQ([2.60])
--
--dnl Checks for all prerequisites of the po subdirectory.
--AC_DEFUN([AM_PO_SUBDIRS],
--[
--  AC_REQUIRE([AC_PROG_MAKE_SET])dnl
--  AC_REQUIRE([AC_PROG_INSTALL])dnl
--  AC_REQUIRE([AC_PROG_MKDIR_P])dnl
--  AC_REQUIRE([AC_PROG_SED])dnl
--  AC_REQUIRE([AM_NLS])dnl
--
--  dnl Release version of the gettext macros. This is used to ensure that
--  dnl the gettext macros and po/Makefile.in.in are in sync.
--  AC_SUBST([GETTEXT_MACRO_VERSION], [0.18])
--
--  dnl Perform the following tests also if --disable-nls has been given,
--  dnl because they are needed for "make dist" to work.
--
--  dnl Search for GNU msgfmt in the PATH.
--  dnl The first test excludes Solaris msgfmt and early GNU msgfmt versions.
--  dnl The second test excludes FreeBSD msgfmt.
--  AM_PATH_PROG_WITH_TEST(MSGFMT, msgfmt,
--    [$ac_dir/$ac_word --statistics /dev/null >&]AS_MESSAGE_LOG_FD[ 2>&1 &&
--     (if $ac_dir/$ac_word --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi)],
--    :)
--  AC_PATH_PROG([GMSGFMT], [gmsgfmt], [$MSGFMT])
--
--  dnl Test whether it is GNU msgfmt >= 0.15.
--changequote(,)dnl
--  case `$MSGFMT --version | sed 1q | sed -e 's,^[^0-9]*,,'` in
--    '' | 0.[0-9] | 0.[0-9].* | 0.1[0-4] | 0.1[0-4].*) MSGFMT_015=: ;;
--    *) MSGFMT_015=$MSGFMT ;;
--  esac
--changequote([,])dnl
--  AC_SUBST([MSGFMT_015])
--changequote(,)dnl
--  case `$GMSGFMT --version | sed 1q | sed -e 's,^[^0-9]*,,'` in
--    '' | 0.[0-9] | 0.[0-9].* | 0.1[0-4] | 0.1[0-4].*) GMSGFMT_015=: ;;
--    *) GMSGFMT_015=$GMSGFMT ;;
--  esac
--changequote([,])dnl
--  AC_SUBST([GMSGFMT_015])
--
--  dnl Search for GNU xgettext 0.12 or newer in the PATH.
--  dnl The first test excludes Solaris xgettext and early GNU xgettext versions.
--  dnl The second test excludes FreeBSD xgettext.
--  AM_PATH_PROG_WITH_TEST(XGETTEXT, xgettext,
--    [$ac_dir/$ac_word --omit-header --copyright-holder= --msgid-bugs-address= /dev/null >&]AS_MESSAGE_LOG_FD[ 2>&1 &&
--     (if $ac_dir/$ac_word --omit-header --copyright-holder= --msgid-bugs-address= /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi)],
--    :)
--  dnl Remove leftover from FreeBSD xgettext call.
--  rm -f messages.po
--
--  dnl Test whether it is GNU xgettext >= 0.15.
--changequote(,)dnl
--  case `$XGETTEXT --version | sed 1q | sed -e 's,^[^0-9]*,,'` in
--    '' | 0.[0-9] | 0.[0-9].* | 0.1[0-4] | 0.1[0-4].*) XGETTEXT_015=: ;;
--    *) XGETTEXT_015=$XGETTEXT ;;
--  esac
--changequote([,])dnl
--  AC_SUBST([XGETTEXT_015])
--
--  dnl Search for GNU msgmerge 0.11 or newer in the PATH.
--  AM_PATH_PROG_WITH_TEST(MSGMERGE, msgmerge,
--    [$ac_dir/$ac_word --update -q /dev/null /dev/null >&]AS_MESSAGE_LOG_FD[ 2>&1], :)
--
--  dnl Installation directories.
--  dnl Autoconf >= 2.60 defines localedir. For older versions of autoconf, we
--  dnl have to define it here, so that it can be used in po/Makefile.
--  test -n "$localedir" || localedir='${datadir}/locale'
--  AC_SUBST([localedir])
--
--  dnl Support for AM_XGETTEXT_OPTION.
--  test -n "${XGETTEXT_EXTRA_OPTIONS+set}" || XGETTEXT_EXTRA_OPTIONS=
--  AC_SUBST([XGETTEXT_EXTRA_OPTIONS])
--
--  AC_CONFIG_COMMANDS([po-directories], [[
--    for ac_file in $CONFIG_FILES; do
--      # Support "outfile[:infile[:infile...]]"
--      case "$ac_file" in
--        *:*) ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
--      esac
--      # PO directories have a Makefile.in generated from Makefile.in.in.
--      case "$ac_file" in */Makefile.in)
--        # Adjust a relative srcdir.
--        ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'`
--        ac_dir_suffix=/`echo "$ac_dir"|sed 's%^\./%%'`
--        ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'`
--        # In autoconf-2.13 it is called $ac_given_srcdir.
--        # In autoconf-2.50 it is called $srcdir.
--        test -n "$ac_given_srcdir" || ac_given_srcdir="$srcdir"
--        case "$ac_given_srcdir" in
--          .)  top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;;
--          /*) top_srcdir="$ac_given_srcdir" ;;
--          *)  top_srcdir="$ac_dots$ac_given_srcdir" ;;
--        esac
--        # Treat a directory as a PO directory if and only if it has a
--        # POTFILES.in file. This allows packages to have multiple PO
--        # directories under different names or in different locations.
--        if test -f "$ac_given_srcdir/$ac_dir/POTFILES.in"; then
--          rm -f "$ac_dir/POTFILES"
--          test -n "$as_me" && echo "$as_me: creating $ac_dir/POTFILES" || echo "creating $ac_dir/POTFILES"
--          gt_tab=`printf '\t'`
--          cat "$ac_given_srcdir/$ac_dir/POTFILES.in" | sed -e "/^#/d" -e "/^[ ${gt_tab}]*\$/d" -e "s,.*,     $top_srcdir/& \\\\," | sed -e "\$s/\(.*\) \\\\/\1/" > "$ac_dir/POTFILES"
--          POMAKEFILEDEPS="POTFILES.in"
--          # ALL_LINGUAS, POFILES, UPDATEPOFILES, DUMMYPOFILES, GMOFILES depend
--          # on $ac_dir but don't depend on user-specified configuration
--          # parameters.
--          if test -f "$ac_given_srcdir/$ac_dir/LINGUAS"; then
--            # The LINGUAS file contains the set of available languages.
--            if test -n "$OBSOLETE_ALL_LINGUAS"; then
--              test -n "$as_me" && echo "$as_me: setting ALL_LINGUAS in configure.in is obsolete" || echo "setting ALL_LINGUAS in configure.in is obsolete"
--            fi
--            ALL_LINGUAS_=`sed -e "/^#/d" -e "s/#.*//" "$ac_given_srcdir/$ac_dir/LINGUAS"`
--            # Hide the ALL_LINGUAS assignment from automake < 1.5.
--            eval 'ALL_LINGUAS''=$ALL_LINGUAS_'
--            POMAKEFILEDEPS="$POMAKEFILEDEPS LINGUAS"
--          else
--            # The set of available languages was given in configure.in.
--            # Hide the ALL_LINGUAS assignment from automake < 1.5.
--            eval 'ALL_LINGUAS''=$OBSOLETE_ALL_LINGUAS'
--          fi
--          # Compute POFILES
--          # as      $(foreach lang, $(ALL_LINGUAS), $(srcdir)/$(lang).po)
--          # Compute UPDATEPOFILES
--          # as      $(foreach lang, $(ALL_LINGUAS), $(lang).po-update)
--          # Compute DUMMYPOFILES
--          # as      $(foreach lang, $(ALL_LINGUAS), $(lang).nop)
--          # Compute GMOFILES
--          # as      $(foreach lang, $(ALL_LINGUAS), $(srcdir)/$(lang).gmo)
--          case "$ac_given_srcdir" in
--            .) srcdirpre= ;;
--            *) srcdirpre='$(srcdir)/' ;;
--          esac
--          POFILES=
--          UPDATEPOFILES=
--          DUMMYPOFILES=
--          GMOFILES=
--          for lang in $ALL_LINGUAS; do
--            POFILES="$POFILES $srcdirpre$lang.po"
--            UPDATEPOFILES="$UPDATEPOFILES $lang.po-update"
--            DUMMYPOFILES="$DUMMYPOFILES $lang.nop"
--            GMOFILES="$GMOFILES $srcdirpre$lang.gmo"
--          done
--          # CATALOGS depends on both $ac_dir and the user's LINGUAS
--          # environment variable.
--          INST_LINGUAS=
--          if test -n "$ALL_LINGUAS"; then
--            for presentlang in $ALL_LINGUAS; do
--              useit=no
--              if test "%UNSET%" != "$LINGUAS"; then
--                desiredlanguages="$LINGUAS"
--              else
--                desiredlanguages="$ALL_LINGUAS"
--              fi
--              for desiredlang in $desiredlanguages; do
--                # Use the presentlang catalog if desiredlang is
--                #   a. equal to presentlang, or
--                #   b. a variant of presentlang (because in this case,
--                #      presentlang can be used as a fallback for messages
--                #      which are not translated in the desiredlang catalog).
--                case "$desiredlang" in
--                  "$presentlang"*) useit=yes;;
--                esac
--              done
--              if test $useit = yes; then
--                INST_LINGUAS="$INST_LINGUAS $presentlang"
--              fi
--            done
--          fi
--          CATALOGS=
--          if test -n "$INST_LINGUAS"; then
--            for lang in $INST_LINGUAS; do
--              CATALOGS="$CATALOGS $lang.gmo"
--            done
--          fi
--          test -n "$as_me" && echo "$as_me: creating $ac_dir/Makefile" || echo "creating $ac_dir/Makefile"
--          sed -e "/^POTFILES =/r $ac_dir/POTFILES" -e "/^# Makevars/r $ac_given_srcdir/$ac_dir/Makevars" -e "s|@POFILES@|$POFILES|g" -e "s|@UPDATEPOFILES@|$UPDATEPOFILES|g" -e "s|@DUMMYPOFILES@|$DUMMYPOFILES|g" -e "s|@GMOFILES@|$GMOFILES|g" -e "s|@CATALOGS@|$CATALOGS|g" -e "s|@POMAKEFILEDEPS@|$POMAKEFILEDEPS|g" "$ac_dir/Makefile.in" > "$ac_dir/Makefile"
--          for f in "$ac_given_srcdir/$ac_dir"/Rules-*; do
--            if test -f "$f"; then
--              case "$f" in
--                *.orig | *.bak | *~) ;;
--                *) cat "$f" >> "$ac_dir/Makefile" ;;
--              esac
--            fi
--          done
--        fi
--        ;;
--      esac
--    done]],
--   [# Capture the value of obsolete ALL_LINGUAS because we need it to compute
--    # POFILES, UPDATEPOFILES, DUMMYPOFILES, GMOFILES, CATALOGS. But hide it
--    # from automake < 1.5.
--    eval 'OBSOLETE_ALL_LINGUAS''="$ALL_LINGUAS"'
--    # Capture the value of LINGUAS because we need it to compute CATALOGS.
--    LINGUAS="${LINGUAS-%UNSET%}"
--   ])
--])
--
--dnl Postprocesses a Makefile in a directory containing PO files.
--AC_DEFUN([AM_POSTPROCESS_PO_MAKEFILE],
--[
--  # When this code is run, in config.status, two variables have already been
--  # set:
--  # - OBSOLETE_ALL_LINGUAS is the value of LINGUAS set in configure.in,
--  # - LINGUAS is the value of the environment variable LINGUAS at configure
--  #   time.
--
--changequote(,)dnl
--  # Adjust a relative srcdir.
--  ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'`
--  ac_dir_suffix=/`echo "$ac_dir"|sed 's%^\./%%'`
--  ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'`
--  # In autoconf-2.13 it is called $ac_given_srcdir.
--  # In autoconf-2.50 it is called $srcdir.
--  test -n "$ac_given_srcdir" || ac_given_srcdir="$srcdir"
--  case "$ac_given_srcdir" in
--    .)  top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;;
--    /*) top_srcdir="$ac_given_srcdir" ;;
--    *)  top_srcdir="$ac_dots$ac_given_srcdir" ;;
--  esac
--
--  # Find a way to echo strings without interpreting backslash.
--  if test "X`(echo '\t') 2>/dev/null`" = 'X\t'; then
--    gt_echo='echo'
--  else
--    if test "X`(printf '%s\n' '\t') 2>/dev/null`" = 'X\t'; then
--      gt_echo='printf %s\n'
--    else
--      echo_func () {
--        cat <<EOT
--$*
--EOT
--      }
--      gt_echo='echo_func'
--    fi
--  fi
--
--  # A sed script that extracts the value of VARIABLE from a Makefile.
--  tab=`printf '\t'`
--  sed_x_variable='
--# Test if the hold space is empty.
--x
--s/P/P/
--x
--ta
--# Yes it was empty. Look if we have the expected variable definition.
--/^['"${tab}"' ]*VARIABLE['"${tab}"' ]*=/{
--  # Seen the first line of the variable definition.
--  s/^['"${tab}"' ]*VARIABLE['"${tab}"' ]*=//
--  ba
--}
--bd
--:a
--# Here we are processing a line from the variable definition.
--# Remove comment, more precisely replace it with a space.
--s/#.*$/ /
--# See if the line ends in a backslash.
--tb
--:b
--s/\\$//
--# Print the line, without the trailing backslash.
--p
--tc
--# There was no trailing backslash. The end of the variable definition is
--# reached. Clear the hold space.
--s/^.*$//
--x
--bd
--:c
--# A trailing backslash means that the variable definition continues in the
--# next line. Put a nonempty string into the hold space to indicate this.
--s/^.*$/P/
--x
--:d
--'
--changequote([,])dnl
--
--  # Set POTFILES to the value of the Makefile variable POTFILES.
--  sed_x_POTFILES=`$gt_echo "$sed_x_variable" | sed -e '/^ *#/d' -e 's/VARIABLE/POTFILES/g'`
--  POTFILES=`sed -n -e "$sed_x_POTFILES" < "$ac_file"`
--  # Compute POTFILES_DEPS as
--  #   $(foreach file, $(POTFILES), $(top_srcdir)/$(file))
--  POTFILES_DEPS=
--  for file in $POTFILES; do
--    POTFILES_DEPS="$POTFILES_DEPS "'$(top_srcdir)/'"$file"
--  done
--  POMAKEFILEDEPS=""
--
--  if test -n "$OBSOLETE_ALL_LINGUAS"; then
--    test -n "$as_me" && echo "$as_me: setting ALL_LINGUAS in configure.in is obsolete" || echo "setting ALL_LINGUAS in configure.in is obsolete"
--  fi
--  if test -f "$ac_given_srcdir/$ac_dir/LINGUAS"; then
--    # The LINGUAS file contains the set of available languages.
--    ALL_LINGUAS_=`sed -e "/^#/d" -e "s/#.*//" "$ac_given_srcdir/$ac_dir/LINGUAS"`
--    POMAKEFILEDEPS="$POMAKEFILEDEPS LINGUAS"
--  else
--    # Set ALL_LINGUAS to the value of the Makefile variable LINGUAS.
--    sed_x_LINGUAS=`$gt_echo "$sed_x_variable" | sed -e '/^ *#/d' -e 's/VARIABLE/LINGUAS/g'`
--    ALL_LINGUAS_=`sed -n -e "$sed_x_LINGUAS" < "$ac_file"`
--  fi
--  # Hide the ALL_LINGUAS assignment from automake < 1.5.
--  eval 'ALL_LINGUAS''=$ALL_LINGUAS_'
--  # Compute POFILES
--  # as      $(foreach lang, $(ALL_LINGUAS), $(srcdir)/$(lang).po)
--  # Compute UPDATEPOFILES
--  # as      $(foreach lang, $(ALL_LINGUAS), $(lang).po-update)
--  # Compute DUMMYPOFILES
--  # as      $(foreach lang, $(ALL_LINGUAS), $(lang).nop)
--  # Compute GMOFILES
--  # as      $(foreach lang, $(ALL_LINGUAS), $(srcdir)/$(lang).gmo)
--  # Compute PROPERTIESFILES
--  # as      $(foreach lang, $(ALL_LINGUAS), $(top_srcdir)/$(DOMAIN)_$(lang).properties)
--  # Compute CLASSFILES
--  # as      $(foreach lang, $(ALL_LINGUAS), $(top_srcdir)/$(DOMAIN)_$(lang).class)
--  # Compute QMFILES
--  # as      $(foreach lang, $(ALL_LINGUAS), $(srcdir)/$(lang).qm)
--  # Compute MSGFILES
--  # as      $(foreach lang, $(ALL_LINGUAS), $(srcdir)/$(frob $(lang)).msg)
--  # Compute RESOURCESDLLFILES
--  # as      $(foreach lang, $(ALL_LINGUAS), $(srcdir)/$(frob $(lang))/$(DOMAIN).resources.dll)
--  case "$ac_given_srcdir" in
--    .) srcdirpre= ;;
--    *) srcdirpre='$(srcdir)/' ;;
--  esac
--  POFILES=
--  UPDATEPOFILES=
--  DUMMYPOFILES=
--  GMOFILES=
--  PROPERTIESFILES=
--  CLASSFILES=
--  QMFILES=
--  MSGFILES=
--  RESOURCESDLLFILES=
--  for lang in $ALL_LINGUAS; do
--    POFILES="$POFILES $srcdirpre$lang.po"
--    UPDATEPOFILES="$UPDATEPOFILES $lang.po-update"
--    DUMMYPOFILES="$DUMMYPOFILES $lang.nop"
--    GMOFILES="$GMOFILES $srcdirpre$lang.gmo"
--    PROPERTIESFILES="$PROPERTIESFILES \$(top_srcdir)/\$(DOMAIN)_$lang.properties"
--    CLASSFILES="$CLASSFILES \$(top_srcdir)/\$(DOMAIN)_$lang.class"
--    QMFILES="$QMFILES $srcdirpre$lang.qm"
--    frobbedlang=`echo $lang | sed -e 's/\..*$//' -e 'y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstuvwxyz/'`
--    MSGFILES="$MSGFILES $srcdirpre$frobbedlang.msg"
--    frobbedlang=`echo $lang | sed -e 's/_/-/g' -e 's/^sr-CS/sr-SP/' -e 's/@latin$/-Latn/' -e 's/@cyrillic$/-Cyrl/' -e 's/^sr-SP$/sr-SP-Latn/' -e 's/^uz-UZ$/uz-UZ-Latn/'`
--    RESOURCESDLLFILES="$RESOURCESDLLFILES $srcdirpre$frobbedlang/\$(DOMAIN).resources.dll"
--  done
--  # CATALOGS depends on both $ac_dir and the user's LINGUAS
--  # environment variable.
--  INST_LINGUAS=
--  if test -n "$ALL_LINGUAS"; then
--    for presentlang in $ALL_LINGUAS; do
--      useit=no
--      if test "%UNSET%" != "$LINGUAS"; then
--        desiredlanguages="$LINGUAS"
--      else
--        desiredlanguages="$ALL_LINGUAS"
--      fi
--      for desiredlang in $desiredlanguages; do
--        # Use the presentlang catalog if desiredlang is
--        #   a. equal to presentlang, or
--        #   b. a variant of presentlang (because in this case,
--        #      presentlang can be used as a fallback for messages
--        #      which are not translated in the desiredlang catalog).
--        case "$desiredlang" in
--          "$presentlang"*) useit=yes;;
--        esac
--      done
--      if test $useit = yes; then
--        INST_LINGUAS="$INST_LINGUAS $presentlang"
--      fi
--    done
--  fi
--  CATALOGS=
--  JAVACATALOGS=
--  QTCATALOGS=
--  TCLCATALOGS=
--  CSHARPCATALOGS=
--  if test -n "$INST_LINGUAS"; then
--    for lang in $INST_LINGUAS; do
--      CATALOGS="$CATALOGS $lang.gmo"
--      JAVACATALOGS="$JAVACATALOGS \$(DOMAIN)_$lang.properties"
--      QTCATALOGS="$QTCATALOGS $lang.qm"
--      frobbedlang=`echo $lang | sed -e 's/\..*$//' -e 'y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstuvwxyz/'`
--      TCLCATALOGS="$TCLCATALOGS $frobbedlang.msg"
--      frobbedlang=`echo $lang | sed -e 's/_/-/g' -e 's/^sr-CS/sr-SP/' -e 's/@latin$/-Latn/' -e 's/@cyrillic$/-Cyrl/' -e 's/^sr-SP$/sr-SP-Latn/' -e 's/^uz-UZ$/uz-UZ-Latn/'`
--      CSHARPCATALOGS="$CSHARPCATALOGS $frobbedlang/\$(DOMAIN).resources.dll"
--    done
--  fi
--
--  sed -e "s|@POTFILES_DEPS@|$POTFILES_DEPS|g" -e "s|@POFILES@|$POFILES|g" -e "s|@UPDATEPOFILES@|$UPDATEPOFILES|g" -e "s|@DUMMYPOFILES@|$DUMMYPOFILES|g" -e "s|@GMOFILES@|$GMOFILES|g" -e "s|@PROPERTIESFILES@|$PROPERTIESFILES|g" -e "s|@CLASSFILES@|$CLASSFILES|g" -e "s|@QMFILES@|$QMFILES|g" -e "s|@MSGFILES@|$MSGFILES|g" -e "s|@RESOURCESDLLFILES@|$RESOURCESDLLFILES|g" -e "s|@CATALOGS@|$CATALOGS|g" -e "s|@JAVACATALOGS@|$JAVACATALOGS|g" -e "s|@QTCATALOGS@|$QTCATALOGS|g" -e "s|@TCLCATALOGS@|$TCLCATALOGS|g" -e "s|@CSHARPCATALOGS@|$CSHARPCATALOGS|g" -e 's,^#distdir:,distdir:,' < "$ac_file" > "$ac_file.tmp"
--  tab=`printf '\t'`
--  if grep -l '@TCLCATALOGS@' "$ac_file" > /dev/null; then
--    # Add dependencies that cannot be formulated as a simple suffix rule.
--    for lang in $ALL_LINGUAS; do
--      frobbedlang=`echo $lang | sed -e 's/\..*$//' -e 'y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstuvwxyz/'`
--      cat >> "$ac_file.tmp" <<EOF
--$frobbedlang.msg: $lang.po
--${tab}@echo "\$(MSGFMT) -c --tcl -d \$(srcdir) -l $lang $srcdirpre$lang.po"; \
--${tab}\$(MSGFMT) -c --tcl -d "\$(srcdir)" -l $lang $srcdirpre$lang.po || { rm -f "\$(srcdir)/$frobbedlang.msg"; exit 1; }
--EOF
--    done
--  fi
--  if grep -l '@CSHARPCATALOGS@' "$ac_file" > /dev/null; then
--    # Add dependencies that cannot be formulated as a simple suffix rule.
--    for lang in $ALL_LINGUAS; do
--      frobbedlang=`echo $lang | sed -e 's/_/-/g' -e 's/^sr-CS/sr-SP/' -e 's/@latin$/-Latn/' -e 's/@cyrillic$/-Cyrl/' -e 's/^sr-SP$/sr-SP-Latn/' -e 's/^uz-UZ$/uz-UZ-Latn/'`
--      cat >> "$ac_file.tmp" <<EOF
--$frobbedlang/\$(DOMAIN).resources.dll: $lang.po
--${tab}@echo "\$(MSGFMT) -c --csharp -d \$(srcdir) -l $lang $srcdirpre$lang.po -r \$(DOMAIN)"; \
--${tab}\$(MSGFMT) -c --csharp -d "\$(srcdir)" -l $lang $srcdirpre$lang.po -r "\$(DOMAIN)" || { rm -f "\$(srcdir)/$frobbedlang.msg"; exit 1; }
--EOF
--    done
--  fi
--  if test -n "$POMAKEFILEDEPS"; then
--    cat >> "$ac_file.tmp" <<EOF
--Makefile: $POMAKEFILEDEPS
--EOF
--  fi
--  mv "$ac_file.tmp" "$ac_file"
--])
--
--dnl Initializes the accumulator used by AM_XGETTEXT_OPTION.
--AC_DEFUN([AM_XGETTEXT_OPTION_INIT],
--[
--  XGETTEXT_EXTRA_OPTIONS=
--])
--
--dnl Registers an option to be passed to xgettext in the po subdirectory.
--AC_DEFUN([AM_XGETTEXT_OPTION],
--[
--  AC_REQUIRE([AM_XGETTEXT_OPTION_INIT])
--  XGETTEXT_EXTRA_OPTIONS="$XGETTEXT_EXTRA_OPTIONS $1"
--])
--
--# progtest.m4 serial 7 (gettext-0.18.2)
--dnl Copyright (C) 1996-2003, 2005, 2008-2013 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
--dnl This file can can be used in projects which are not available under
--dnl the GNU General Public License or the GNU Library General Public
--dnl License but which still want to provide support for the GNU gettext
--dnl functionality.
--dnl Please note that the actual code of the GNU gettext library is covered
--dnl by the GNU Library General Public License, and the rest of the GNU
--dnl gettext package package is covered by the GNU General Public License.
--dnl They are *not* in the public domain.
--
--dnl Authors:
--dnl   Ulrich Drepper <drepper@cygnus.com>, 1996.
--
--AC_PREREQ([2.50])
--
--# Search path for a program which passes the given test.
--
--dnl AM_PATH_PROG_WITH_TEST(VARIABLE, PROG-TO-CHECK-FOR,
--dnl   TEST-PERFORMED-ON-FOUND_PROGRAM [, VALUE-IF-NOT-FOUND [, PATH]])
--AC_DEFUN([AM_PATH_PROG_WITH_TEST],
--[
--# Prepare PATH_SEPARATOR.
--# The user is always right.
--if test "${PATH_SEPARATOR+set}" != set; then
--  # Determine PATH_SEPARATOR by trying to find /bin/sh in a PATH which
--  # contains only /bin. Note that ksh looks also at the FPATH variable,
--  # so we have to set that as well for the test.
--  PATH_SEPARATOR=:
--  (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 \
--    && { (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 \
--           || PATH_SEPARATOR=';'
--       }
--fi
--
--# Find out how to test for executable files. 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
--  ac_executable_p="test -x"
--else
--  ac_executable_p="test -f"
--fi
--rm -f conf$$.file
--
--# Extract the first word of "$2", so it can be a program name with args.
--set dummy $2; ac_word=[$]2
--AC_MSG_CHECKING([for $ac_word])
--AC_CACHE_VAL([ac_cv_path_$1],
--[case "[$]$1" in
--  [[\\/]]* | ?:[[\\/]]*)
--    ac_cv_path_$1="[$]$1" # Let the user override the test with a path.
--    ;;
--  *)
--    ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
--    for ac_dir in ifelse([$5], , $PATH, [$5]); do
--      IFS="$ac_save_IFS"
--      test -z "$ac_dir" && ac_dir=.
--      for ac_exec_ext in '' $ac_executable_extensions; do
--        if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
--          echo "$as_me: trying $ac_dir/$ac_word..." >&AS_MESSAGE_LOG_FD
--          if [$3]; then
--            ac_cv_path_$1="$ac_dir/$ac_word$ac_exec_ext"
--            break 2
--          fi
--        fi
--      done
--    done
--    IFS="$ac_save_IFS"
--dnl If no 4th arg is given, leave the cache variable unset,
--dnl so AC_PATH_PROGS will keep looking.
--ifelse([$4], , , [  test -z "[$]ac_cv_path_$1" && ac_cv_path_$1="$4"
--])dnl
--    ;;
--esac])dnl
--$1="$ac_cv_path_$1"
--if test ifelse([$4], , [-n "[$]$1"], ["[$]$1" != "$4"]); then
--  AC_MSG_RESULT([$][$1])
--else
--  AC_MSG_RESULT([no])
--fi
--AC_SUBST([$1])dnl
--])
--
--# Copyright (C) 2002, 2003, 2005, 2006, 2007, 2008, 2011 Free Software
--# Foundation, Inc.
++# Copyright (C) 2002-2013 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 1
--
  # 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.
  # (This private macro should not be called outside this file.)
  AC_DEFUN([AM_AUTOMAKE_VERSION],
--[am__api_version='1.11'
++[am__api_version='1.14'
  dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to
  dnl require some minimum version.  Point them to the right macro.
--m4_if([$1], [1.11.6], [],
++m4_if([$1], [1.14.1], [],
        [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl
  ])
  
@@@ -2689,19 -2728,19 +295,17 @@@ m4_define([_AM_AUTOCONF_VERSION], []
  # Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced.
  # This function is AC_REQUIREd by AM_INIT_AUTOMAKE.
  AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION],
--[AM_AUTOMAKE_VERSION([1.11.6])dnl
++[AM_AUTOMAKE_VERSION([1.14.1])dnl
  m4_ifndef([AC_AUTOCONF_VERSION],
    [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
  _AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))])
  
--# Copyright (C) 2011 Free Software Foundation, Inc.
++# Copyright (C) 2011-2013 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 1
--
  # AM_PROG_AR([ACT-IF-FAIL])
  # -------------------------
  # Try to determine the archiver interface, and trigger the ar-lib wrapper
@@@ -2716,7 -2755,7 +320,8 @@@ AC_CHECK_TOOLS([AR], [ar lib "link -lib
  : ${AR=ar}
  
  AC_CACHE_CHECK([the archiver ($AR) interface], [am_cv_ar_interface],
--  [am_cv_ar_interface=ar
++  [AC_LANG_PUSH([C])
++   am_cv_ar_interface=ar
     AC_COMPILE_IFELSE([AC_LANG_SOURCE([[int some_variable = 0;]])],
       [am_ar_try='$AR cru libconftest.a conftest.$ac_objext >&AS_MESSAGE_LOG_FD'
        AC_TRY_EVAL([am_ar_try])
        fi
        rm -f conftest.lib libconftest.a
       ])
--   ])
++   AC_LANG_POP([C])])
  
  case $am_cv_ar_interface in
  ar)
@@@ -2757,17 -2796,17 +362,15 @@@ AC_SUBST([AR])dn
  
  # AM_AUX_DIR_EXPAND                                         -*- Autoconf -*-
  
--# Copyright (C) 2001, 2003, 2005, 2011 Free Software Foundation, Inc.
++# Copyright (C) 2001-2013 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 1
--
  # 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/../..'.
++# $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
  #
  # 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
++# 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,
@@@ -2812,22 -2851,22 +415,19 @@@ am_aux_dir=`cd $ac_aux_dir && pwd
  
  # AM_CONDITIONAL                                            -*- Autoconf -*-
  
--# Copyright (C) 1997, 2000, 2001, 2003, 2004, 2005, 2006, 2008
--# Free Software Foundation, Inc.
++# Copyright (C) 1997-2013 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 9
--
  # 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_PREREQ([2.52])dnl
++ m4_if([$1], [TRUE],  [AC_FATAL([$0: invalid condition: $1])],
++       [$1], [FALSE], [AC_FATAL([$0: invalid condition: $1])])dnl
  AC_SUBST([$1_TRUE])dnl
  AC_SUBST([$1_FALSE])dnl
  _AM_SUBST_NOTMAKE([$1_TRUE])dnl
@@@ -2846,16 -2885,16 +446,14 @@@ AC_CONFIG_COMMANDS_PRE
  Usually this means the macro was only invoked conditionally.]])
  fi])])
  
--# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2009,
--# 2010, 2011 Free Software Foundation, Inc.
++# Copyright (C) 1999-2013 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
  
--# There are a few dirty hacks below to avoid letting `AC_PROG_CC' be
++# 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
  # _AM_DEPENDENCIES(NAME)
  # ----------------------
  # See how the compiler implements dependency checking.
--# NAME is "CC", "CXX", "GCJ", or "OBJC".
++# NAME is "CC", "CXX", "OBJC", "OBJCXX", "UPC", or "GJC".
  # 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
@@@ -2878,12 -2917,12 +476,13 @@@ AC_REQUIRE([AM_OUTPUT_DEPENDENCY_COMMAN
  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], UPC,  [depcc="$UPC"  am_compiler_list=],
--       [$1], GCJ,  [depcc="$GCJ"  am_compiler_list='gcc3 gcc'],
--                   [depcc="$$1"   am_compiler_list=])
++m4_if([$1], [CC],   [depcc="$CC"   am_compiler_list=],
++      [$1], [CXX],  [depcc="$CXX"  am_compiler_list=],
++      [$1], [OBJC], [depcc="$OBJC" am_compiler_list='gcc3 gcc'],
++      [$1], [OBJCXX], [depcc="$OBJCXX" am_compiler_list='gcc3 gcc'],
++      [$1], [UPC],  [depcc="$UPC"  am_compiler_list=],
++      [$1], [GCJ],  [depcc="$GCJ"  am_compiler_list='gcc3 gcc'],
++                    [depcc="$$1"   am_compiler_list=])
  
  AC_CACHE_CHECK([dependency style of $depcc],
                 [am_cv_$1_dependencies_compiler_type],
    # 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'.
++  # making a dummy file named 'D' -- because '-MD' means "put the output
++  # in D".
    rm -rf conftest.dir
    mkdir conftest.dir
    # Copy depcomp to subdir because otherwise we won't find it if we're
      : > 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
++      # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with
++      # Solaris 10 /bin/sh.
++      echo '/* dummy */' > sub/conftst$i.h
      done
      echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
  
--    # We check with `-c' and `-o' for the sake of the "dashmstdout"
++    # We check with '-c' and '-o' for the sake of the "dashmstdout"
      # mode.  It turns out that the SunPro C++ compiler does not properly
--    # handle `-M -o', and we need to detect this.  Also, some Intel
--    # versions had trouble with output in subdirs
++    # handle '-M -o', and we need to detect this.  Also, some Intel
++    # versions had trouble with output in subdirs.
      am__obj=sub/conftest.${OBJEXT-o}
      am__minus_obj="-o $am__obj"
      case $depmode in
        test "$am__universal" = false || continue
        ;;
      nosideeffect)
--      # after this tag, mechanisms are not by side-effect, so they'll
--      # only be used when explicitly requested
++      # 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
        fi
        ;;
      msvc7 | msvc7msys | msvisualcpp | msvcmsys)
--      # This compiler won't grok `-c -o', but also, the minuso test has
++      # This compiler won't grok '-c -o', but also, the minuso test has
        # not run yet.  These depmodes are late enough in the game, and
        # so weak that their functioning should not be impacted.
        am__obj=conftest.${OBJEXT-o}
@@@ -3007,7 -3046,7 +606,7 @@@ AM_CONDITIONAL([am__fastdep$1], 
  # AM_SET_DEPDIR
  # -------------
  # Choose a directory name for dependency files.
--# This macro is AC_REQUIREd in _AM_DEPENDENCIES
++# 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])
++[AC_ARG_ENABLE([dependency-tracking], [dnl
++AS_HELP_STRING(
++  [--enable-dependency-tracking],
++  [do not reject slow dependency extractors])
++AS_HELP_STRING(
++  [--disable-dependency-tracking],
++  [speeds up one-time build])])
  if test "x$enable_dependency_tracking" != xno; then
    am_depcomp="$ac_aux_dir/depcomp"
    AMDEPBACKSLASH='\'
@@@ -3034,20 -3073,20 +637,18 @@@ _AM_SUBST_NOTMAKE([am__nodep])dn
  
  # Generate code to set up dependency tracking.              -*- Autoconf -*-
  
--# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2008
--# Free Software Foundation, Inc.
++# Copyright (C) 1999-2013 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 5
  
  # _AM_OUTPUT_DEPENDENCY_COMMANDS
  # ------------------------------
  AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS],
  [{
--  # Autoconf 2.62 quotes --file arguments for eval, but not when files
++  # Older Autoconf quotes --file arguments for eval, but not when files
    # are listed without --file.  Let's play safe and only enable the eval
    # if we detect the quoting.
    case $CONFIG_FILES in
      # 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
++    # 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.
        continue
      fi
      # Extract the definition of DEPDIR, am__include, and am__quote
--    # from the Makefile without running `make'.
++    # 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
++    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
++       sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g'`; do
        # Make sure the directory exists.
        test -f "$dirpart/$file" && continue
        fdir=`AS_DIRNAME(["$file"])`
  # 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
++# 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],
  
  # Do all the work for Automake.                             -*- Autoconf -*-
  
--# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
--# 2005, 2006, 2008, 2009 Free Software Foundation, Inc.
++# Copyright (C) 1996-2013 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 16
--
  # This macro actually does too much.  Some checks are only needed if
  # your package does certain things.  But this isn't really a big deal.
  
++dnl Redefine AC_PROG_CC to automatically invoke _AM_PROG_CC_C_O.
++m4_define([AC_PROG_CC],
++m4_defn([AC_PROG_CC])
++[_AM_PROG_CC_C_O
++])
++
  # AM_INIT_AUTOMAKE(PACKAGE, VERSION, [NO-DEFINE])
  # AM_INIT_AUTOMAKE([OPTIONS])
  # -----------------------------------------------
  # 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.62])dnl
++[AC_PREREQ([2.65])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
@@@ -3167,31 -3206,31 +769,40 @@@ 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_DIAGNOSE([obsolete],
++             [$0: two- and three-arguments forms are deprecated.])
++m4_ifval([$3], [_AM_SET_OPTION([no-define])])dnl
   AC_SUBST([PACKAGE], [$1])dnl
   AC_SUBST([VERSION], [$2])],
  [_AM_SET_OPTIONS([$1])dnl
  dnl Diagnose old-style AC_INIT with new-style AM_AUTOMAKE_INIT.
--m4_if(m4_ifdef([AC_PACKAGE_NAME], 1)m4_ifdef([AC_PACKAGE_VERSION], 1), 11,,
++m4_if(
++  m4_ifdef([AC_PACKAGE_NAME], [ok]):m4_ifdef([AC_PACKAGE_VERSION], [ok]),
++  [ok:ok],,
    [m4_fatal([AC_INIT should be called with package and version arguments])])dnl
   AC_SUBST([PACKAGE], ['AC_PACKAGE_TARNAME'])dnl
   AC_SUBST([VERSION], ['AC_PACKAGE_VERSION'])])dnl
  
  _AM_IF_OPTION([no-define],,
--[AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE", [Name of package])
-- AC_DEFINE_UNQUOTED(VERSION, "$VERSION", [Version number of package])])dnl
++[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_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])
  AC_REQUIRE([AM_PROG_INSTALL_SH])dnl
  AC_REQUIRE([AM_PROG_INSTALL_STRIP])dnl
--AC_REQUIRE([AM_PROG_MKDIR_P])dnl
++AC_REQUIRE([AC_PROG_MKDIR_P])dnl
++# For better backward compatibility.  To be removed once Automake 1.9.x
++# dies out for good.  For more background, see:
++# <http://lists.gnu.org/archive/html/automake/2012-07/msg00001.html>
++# <http://lists.gnu.org/archive/html/automake/2012-07/msg00014.html>
++AC_SUBST([mkdir_p], ['$(MKDIR_P)'])
  # We need awk for the "check" target.  The system "awk" is bad on
  # some platforms.
  AC_REQUIRE([AC_PROG_AWK])dnl
@@@ -3202,34 -3241,34 +813,78 @@@ _AM_IF_OPTION([tar-ustar], [_AM_PROG_TA
                             [_AM_PROG_TAR([v7])])])
  _AM_IF_OPTION([no-dependencies],,
  [AC_PROVIDE_IFELSE([AC_PROG_CC],
--                [_AM_DEPENDENCIES(CC)],
--                [define([AC_PROG_CC],
--                        defn([AC_PROG_CC])[_AM_DEPENDENCIES(CC)])])dnl
++                [_AM_DEPENDENCIES([CC])],
++                [m4_define([AC_PROG_CC],
++                           m4_defn([AC_PROG_CC])[_AM_DEPENDENCIES([CC])])])dnl
  AC_PROVIDE_IFELSE([AC_PROG_CXX],
--                [_AM_DEPENDENCIES(CXX)],
--                [define([AC_PROG_CXX],
--                        defn([AC_PROG_CXX])[_AM_DEPENDENCIES(CXX)])])dnl
++                [_AM_DEPENDENCIES([CXX])],
++                [m4_define([AC_PROG_CXX],
++                           m4_defn([AC_PROG_CXX])[_AM_DEPENDENCIES([CXX])])])dnl
  AC_PROVIDE_IFELSE([AC_PROG_OBJC],
--                [_AM_DEPENDENCIES(OBJC)],
--                [define([AC_PROG_OBJC],
--                        defn([AC_PROG_OBJC])[_AM_DEPENDENCIES(OBJC)])])dnl
++                [_AM_DEPENDENCIES([OBJC])],
++                [m4_define([AC_PROG_OBJC],
++                           m4_defn([AC_PROG_OBJC])[_AM_DEPENDENCIES([OBJC])])])dnl
++AC_PROVIDE_IFELSE([AC_PROG_OBJCXX],
++                [_AM_DEPENDENCIES([OBJCXX])],
++                [m4_define([AC_PROG_OBJCXX],
++                           m4_defn([AC_PROG_OBJCXX])[_AM_DEPENDENCIES([OBJCXX])])])dnl
  ])
--_AM_IF_OPTION([silent-rules], [AC_REQUIRE([AM_SILENT_RULES])])dnl
--dnl The `parallel-tests' driver may need to know about EXEEXT, so add the
--dnl `am__EXEEXT' conditional if _AM_COMPILER_EXEEXT was seen.  This macro
--dnl is hooked onto _AC_COMPILER_EXEEXT early, see below.
++AC_REQUIRE([AM_SILENT_RULES])dnl
++dnl The testsuite driver may need to know about EXEEXT, so add the
++dnl 'am__EXEEXT' conditional if _AM_COMPILER_EXEEXT was seen.  This
++dnl macro is hooked onto _AC_COMPILER_EXEEXT early, see below.
  AC_CONFIG_COMMANDS_PRE(dnl
  [m4_provide_if([_AM_COMPILER_EXEEXT],
    [AM_CONDITIONAL([am__EXEEXT], [test -n "$EXEEXT"])])])dnl
--])
  
--dnl Hook into `_AC_COMPILER_EXEEXT' early to learn its expansion.  Do not
++# POSIX will say in a future version that running "rm -f" with no argument
++# is OK; and we want to be able to make that assumption in our Makefile
++# recipes.  So use an aggressive probe to check that the usage we want is
++# actually supported "in the wild" to an acceptable degree.
++# See automake bug#10828.
++# To make any issue more visible, cause the running configure to be aborted
++# by default if the 'rm' program in use doesn't match our expectations; the
++# user can still override this though.
++if rm -f && rm -fr && rm -rf; then : OK; else
++  cat >&2 <<'END'
++Oops!
++
++Your 'rm' program seems unable to run without file operands specified
++on the command line, even when the '-f' option is present.  This is contrary
++to the behaviour of most rm programs out there, and not conforming with
++the upcoming POSIX standard: <http://austingroupbugs.net/view.php?id=542>
++
++Please tell bug-automake@gnu.org about your system, including the value
++of your $PATH and any error possibly output before this message.  This
++can help us improve future automake versions.
++
++END
++  if test x"$ACCEPT_INFERIOR_RM_PROGRAM" = x"yes"; then
++    echo 'Configuration will proceed anyway, since you have set the' >&2
++    echo 'ACCEPT_INFERIOR_RM_PROGRAM variable to "yes"' >&2
++    echo >&2
++  else
++    cat >&2 <<'END'
++Aborting the configuration process, to ensure you take notice of the issue.
++
++You can download and install GNU coreutils to get an 'rm' implementation
++that behaves properly: <http://www.gnu.org/software/coreutils/>.
++
++If you want to complete the configuration process using your problematic
++'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM
++to "yes", and re-run configure.
++
++END
++    AC_MSG_ERROR([Your 'rm' program is bad, sorry.])
++  fi
++fi])
++
++dnl Hook into '_AC_COMPILER_EXEEXT' early to learn its expansion.  Do not
  dnl add the conditional right here, as _AC_COMPILER_EXEEXT may be further
  dnl mangled by Autoconf and run in a shell conditional statement.
  m4_define([_AC_COMPILER_EXEEXT],
  m4_defn([_AC_COMPILER_EXEEXT])[m4_provide([_AM_COMPILER_EXEEXT])])
  
--
  # When config.status generates a header, we must update the stamp-h file.
  # This file resides in the same directory as the config header
  # that is generated.  The stamp files are numbered to have different names.
@@@ -3251,15 -3290,15 +906,12 @@@ for _am_header in $config_headers :; d
  done
  echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
  
--# Copyright (C) 2001, 2003, 2005, 2008, 2011 Free Software Foundation,
--# Inc.
++# Copyright (C) 2001-2013 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 1
--
  # AM_PROG_INSTALL_SH
  # ------------------
  # Define $install_sh.
@@@ -3273,16 -3312,16 +925,14 @@@ if test x"${install_sh}" != xset; the
      install_sh="\${SHELL} $am_aux_dir/install-sh"
    esac
  fi
--AC_SUBST(install_sh)])
++AC_SUBST([install_sh])])
  
--# Copyright (C) 2003, 2005  Free Software Foundation, Inc.
++# Copyright (C) 2003-2013 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],
@@@ -3298,14 -3337,14 +948,12 @@@ AC_SUBST([am__leading_dot])]
  
  # Check to see how 'make' treats includes.                -*- Autoconf -*-
  
--# Copyright (C) 2001, 2002, 2003, 2005, 2009  Free Software Foundation, Inc.
++# Copyright (C) 2001-2013 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_MAKE_INCLUDE()
  # -----------------
  # Check to see how make treats includes.
@@@ -3323,7 -3362,7 +971,7 @@@ am__quote
  _am_result=none
  # First try GNU make style include.
  echo "include confinc" > confmf
--# Ignore all kinds of additional output from `make'.
++# Ignore all kinds of additional output from 'make'.
  case `$am_make -s -f confmf 2> /dev/null` in #(
  *the\ am__doit\ target*)
    am__include=include
@@@ -3348,52 -3387,52 +996,14 @@@ AC_MSG_RESULT([$_am_result]
  rm -f confinc confmf
  ])
  
--# Copyright (C) 1999, 2000, 2001, 2003, 2004, 2005, 2008
--# Free Software Foundation, Inc.
--#
--# This file is free software; the Free Software Foundation
--# gives unlimited permission to copy and/or distribute it,
--# with or without modifications, as long as this notice is preserved.
--
--# serial 6
--
--# AM_PROG_CC_C_O
--# --------------
--# Like AC_PROG_CC_C_O, but changed for automake.
--AC_DEFUN([AM_PROG_CC_C_O],
--[AC_REQUIRE([AC_PROG_CC_C_O])dnl
--AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
--AC_REQUIRE_AUX_FILE([compile])dnl
--# FIXME: we rely on the cache variable name because
--# there is no other way.
--set dummy $CC
--am_cc=`echo $[2] | sed ['s/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/']`
--eval am_t=\$ac_cv_prog_cc_${am_cc}_c_o
--if test "$am_t" != yes; then
--   # Losing compiler, so override with the script.
--   # FIXME: It is wrong to rewrite CC.
--   # But if we don't then we get into trouble of one sort or another.
--   # A longer-term fix would be to have automake use am__CC in this case,
--   # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)"
--   CC="$am_aux_dir/compile $CC"
--fi
--dnl Make sure AC_PROG_CC is never called again, or it will override our
--dnl setting of CC.
--m4_define([AC_PROG_CC],
--          [m4_fatal([AC_PROG_CC cannot be called after AM_PROG_CC_C_O])])
--])
--
  # Fake the existence of programs that GNU maintainers use.  -*- Autoconf -*-
  
--# Copyright (C) 1997, 1999, 2000, 2001, 2003, 2004, 2005, 2008
--# Free Software Foundation, Inc.
++# Copyright (C) 1997-2013 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 6
--
  # AM_MISSING_PROG(NAME, PROGRAM)
  # ------------------------------
  AC_DEFUN([AM_MISSING_PROG],
  $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.
++# Define MISSING if not defined so far and test if it is modern enough.
++# If it is, set am_missing_run to use it, otherwise, to nothing.
  AC_DEFUN([AM_MISSING_HAS_RUN],
  [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
  AC_REQUIRE_AUX_FILE([missing])dnl
@@@ -3418,29 -3457,29 +1027,32 @@@ if test x"${MISSING+set}" != xset; the
    esac
  fi
  # Use eval to expand $SHELL
--if eval "$MISSING --run true"; then
--  am_missing_run="$MISSING --run "
++if eval "$MISSING --is-lightweight"; then
++  am_missing_run="$MISSING "
  else
    am_missing_run=
--  AC_MSG_WARN([`missing' script is too old or missing])
++  AC_MSG_WARN(['missing' script is too old or missing])
  fi
  ])
  
--# Copyright (C) 2003, 2004, 2005, 2006, 2011 Free Software Foundation,
--# Inc.
++# Copyright (C) 2003-2013 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 1
--
  # AM_PROG_MKDIR_P
  # ---------------
--# Check for `mkdir -p'.
++# Check for 'mkdir -p'.
  AC_DEFUN([AM_PROG_MKDIR_P],
  [AC_PREREQ([2.60])dnl
  AC_REQUIRE([AC_PROG_MKDIR_P])dnl
++dnl FIXME we are no longer going to remove this! adjust warning
++dnl FIXME message accordingly.
++AC_DIAGNOSE([obsolete],
++[$0: this macro is deprecated, and will soon be removed.
++You should use the Autoconf-provided 'AC][_PROG_MKDIR_P' macro instead,
++and use '$(MKDIR_P)' instead of '$(mkdir_p)'in your Makefile.am files.])
  dnl Automake 1.8 to 1.9.6 used to define mkdir_p.  We now use MKDIR_P,
  dnl while keeping a definition of mkdir_p for backward compatibility.
  dnl @MKDIR_P@ is magic: AC_OUTPUT adjusts its value for each Makefile.
  
  # Helper functions for option handling.                     -*- Autoconf -*-
  
--# Copyright (C) 2001, 2002, 2003, 2005, 2008, 2010 Free Software
--# Foundation, Inc.
++# Copyright (C) 2001-2013 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 5
--
  # _AM_MANGLE_OPTION(NAME)
  # -----------------------
  AC_DEFUN([_AM_MANGLE_OPTION],
  # --------------------
  # 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)])
++[m4_define(_AM_MANGLE_OPTION([$1]), [1])])
  
  # _AM_SET_OPTIONS(OPTIONS)
  # ------------------------
@@@ -3489,24 -3528,24 +1098,82 @@@ AC_DEFUN([_AM_SET_OPTIONS]
  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) 1999-2013 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.
 +
- # Copyright (C) 1996, 1997, 2000, 2001, 2003, 2005, 2008
- # Free Software Foundation, Inc.
++# _AM_PROG_CC_C_O
++# ---------------
++# Like AC_PROG_CC_C_O, but changed for automake.  We rewrite AC_PROG_CC
++# to automatically call this.
++AC_DEFUN([_AM_PROG_CC_C_O],
++[AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
++AC_REQUIRE_AUX_FILE([compile])dnl
++AC_LANG_PUSH([C])dnl
++AC_CACHE_CHECK(
++  [whether $CC understands -c and -o together],
++  [am_cv_prog_cc_c_o],
++  [AC_LANG_CONFTEST([AC_LANG_PROGRAM([])])
++  # Make sure it works both with $CC and with simple cc.
++  # Following AC_PROG_CC_C_O, we do the test twice because some
++  # compilers refuse to overwrite an existing .o file with -o,
++  # though they will create one.
++  am_cv_prog_cc_c_o=yes
++  for am_i in 1 2; do
++    if AM_RUN_LOG([$CC -c conftest.$ac_ext -o conftest2.$ac_objext]) \
++         && test -f conftest2.$ac_objext; then
++      : OK
++    else
++      am_cv_prog_cc_c_o=no
++      break
++    fi
++  done
++  rm -f core conftest*
++  unset am_i])
++if test "$am_cv_prog_cc_c_o" != yes; then
++   # Losing compiler, so override with the script.
++   # FIXME: It is wrong to rewrite CC.
++   # But if we don't then we get into trouble of one sort or another.
++   # A longer-term fix would be to have automake use am__CC in this case,
++   # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)"
++   CC="$am_aux_dir/compile $CC"
++fi
++AC_LANG_POP([C])])
 -# Copyright (C) 1996, 1997, 2000, 2001, 2003, 2005, 2008
 -# Free Software Foundation, Inc.
++# For backward compatibility.
++AC_DEFUN_ONCE([AM_PROG_CC_C_O], [AC_REQUIRE([AC_PROG_CC])])
++
++# Copyright (C) 2001-2013 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 5
++# AM_RUN_LOG(COMMAND)
++# -------------------
++# Run COMMAND, save the exit status in ac_status, and log it.
++# (This has been adapted from Autoconf's _AC_RUN_LOG macro.)
++AC_DEFUN([AM_RUN_LOG],
++[{ echo "$as_me:$LINENO: $1" >&AS_MESSAGE_LOG_FD
++   ($1) >&AS_MESSAGE_LOG_FD 2>&AS_MESSAGE_LOG_FD
++   ac_status=$?
++   echo "$as_me:$LINENO: \$? = $ac_status" >&AS_MESSAGE_LOG_FD
++   (exit $ac_status); }])
++
++# Check to make sure that the build environment is sane.    -*- Autoconf -*-
++
++# Copyright (C) 1996-2013 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_SANITY_CHECK
  # ---------------
  AC_DEFUN([AM_SANITY_CHECK],
  [AC_MSG_CHECKING([whether build environment is sane])
--# Just in case
--sleep 1
--echo timestamp > conftest.file
  # Reject unsafe characters in $srcdir or the absolute working directory
  # name.  Accept space and tab only in the latter.
  am_lf='
@@@ -3517,32 -3556,32 +1184,40 @@@ case `pwd` i
  esac
  case $srcdir in
    *[[\\\"\#\$\&\'\`$am_lf\ \  ]]*)
--    AC_MSG_ERROR([unsafe srcdir value: `$srcdir']);;
++    AC_MSG_ERROR([unsafe srcdir value: '$srcdir']);;
  esac
  
--# Do `set' in a subshell so we don't clobber the current shell's
++# 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
--
++   am_has_slept=no
++   for am_try in 1 2; do
++     echo "timestamp, slept: $am_has_slept" > conftest.file
++     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
++     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
++     if test "$[2]" = conftest.file || test $am_try -eq 2; then
++       break
++     fi
++     # Just in case.
++     sleep 1
++     am_has_slept=yes
++   done
     test "$[2]" = conftest.file
     )
  then
     AC_MSG_ERROR([newly created file is older than distributed files!
  Check your system clock])
  fi
--AC_MSG_RESULT(yes)])
++AC_MSG_RESULT([yes])
++# If we didn't sleep, we still need to ensure time stamps of config.status and
++# generated files are strictly newer.
++am_sleep_pid=
++if grep 'slept: no' conftest.file >/dev/null 2>&1; then
++  ( sleep 1 ) &
++  am_sleep_pid=$!
++fi
++AC_CONFIG_COMMANDS_PRE(
++  [AC_MSG_CHECKING([that generated files are newer than configure])
++   if test -n "$am_sleep_pid"; then
++     # Hide warnings about reused PIDs.
++     wait $am_sleep_pid 2>/dev/null
++   fi
++   AC_MSG_RESULT([done])])
++rm -f conftest.file
++])
  
--# Copyright (C) 2001, 2003, 2005, 2011 Free Software Foundation, Inc.
++# Copyright (C) 2009-2013 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 1
++# AM_SILENT_RULES([DEFAULT])
++# --------------------------
++# Enable less verbose build rules; with the default set to DEFAULT
++# ("yes" being less verbose, "no" or empty being verbose).
++AC_DEFUN([AM_SILENT_RULES],
++[AC_ARG_ENABLE([silent-rules], [dnl
++AS_HELP_STRING(
++  [--enable-silent-rules],
++  [less verbose build output (undo: "make V=1")])
++AS_HELP_STRING(
++  [--disable-silent-rules],
++  [verbose build output (undo: "make V=0")])dnl
++])
++case $enable_silent_rules in @%:@ (((
++  yes) AM_DEFAULT_VERBOSITY=0;;
++   no) AM_DEFAULT_VERBOSITY=1;;
++    *) AM_DEFAULT_VERBOSITY=m4_if([$1], [yes], [0], [1]);;
++esac
++dnl
++dnl A few 'make' implementations (e.g., NonStop OS and NextStep)
++dnl do not support nested variable expansions.
++dnl See automake bug#9928 and bug#10237.
++am_make=${MAKE-make}
++AC_CACHE_CHECK([whether $am_make supports nested variables],
++   [am_cv_make_support_nested_variables],
++   [if AS_ECHO([['TRUE=$(BAR$(V))
++BAR0=false
++BAR1=true
++V=1
++am__doit:
++      @$(TRUE)
++.PHONY: am__doit']]) | $am_make -f - >/dev/null 2>&1; then
++  am_cv_make_support_nested_variables=yes
++else
++  am_cv_make_support_nested_variables=no
++fi])
++if test $am_cv_make_support_nested_variables = yes; then
++  dnl Using '$V' instead of '$(V)' breaks IRIX make.
++  AM_V='$(V)'
++  AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
++else
++  AM_V=$AM_DEFAULT_VERBOSITY
++  AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY
++fi
++AC_SUBST([AM_V])dnl
++AM_SUBST_NOTMAKE([AM_V])dnl
++AC_SUBST([AM_DEFAULT_V])dnl
++AM_SUBST_NOTMAKE([AM_DEFAULT_V])dnl
++AC_SUBST([AM_DEFAULT_VERBOSITY])dnl
++AM_BACKSLASH='\'
++AC_SUBST([AM_BACKSLASH])dnl
++_AM_SUBST_NOTMAKE([AM_BACKSLASH])dnl
++])
++
++# Copyright (C) 2001-2013 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
++# 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
++# 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
++# 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'.
++# 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="\$(install_sh) -c -s"
  AC_SUBST([INSTALL_STRIP_PROGRAM])])
  
--# Copyright (C) 2006, 2008, 2010 Free Software Foundation, Inc.
++# Copyright (C) 2006-2013 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_SUBST_NOTMAKE(VARIABLE)
  # ---------------------------
  # Prevent Automake from outputting VARIABLE = @VARIABLE@ in Makefile.in.
@@@ -3605,18 -3644,18 +1352,16 @@@ AC_DEFUN([AM_SUBST_NOTMAKE], [_AM_SUBST
  
  # Check how to create a tarball.                            -*- Autoconf -*-
  
--# Copyright (C) 2004, 2005, 2012 Free Software Foundation, Inc.
++# Copyright (C) 2004-2013 Free Software Foundation, Inc.
  #
  # This file is free software; the Free Software Foundation
  # gives unlimited permission to copy and/or distribute it,
  # with or without modifications, as long as this notice is preserved.
  
--# serial 2
--
  # _AM_PROG_TAR(FORMAT)
  # --------------------
  # Check how to create a tarball in format FORMAT.
--# FORMAT should be one of `v7', `ustar', or `pax'.
++# 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
  # 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.  Yes, it's still used
  # in the wild :-(  We should find a proper way to deprecate it ...
  AC_SUBST([AMTAR], ['$${TAR-tar}'])
--m4_if([$1], [v7],
--     [am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} 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.
++
++# We'll 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
  
--  # 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
++m4_if([$1], [v7],
++  [am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'],
++
++  [m4_case([$1],
++    [ustar],
++     [# The POSIX 1988 'ustar' format is defined with fixed-size fields.
++      # There is notably a 21 bits limit for the UID and the GID.  In fact,
++      # the 'pax' utility can hang on bigger UID/GID (see automake bug#8343
++      # and bug#13588).
++      am_max_uid=2097151 # 2^21 - 1
++      am_max_gid=$am_max_uid
++      # The $UID and $GID variables are not portable, so we need to resort
++      # to the POSIX-mandated id(1) utility.  Errors in the 'id' calls
++      # below are definitely unexpected, so allow the users to see them
++      # (that is, avoid stderr redirection).
++      am_uid=`id -u || echo unknown`
++      am_gid=`id -g || echo unknown`
++      AC_MSG_CHECKING([whether UID '$am_uid' is supported by ustar format])
++      if test $am_uid -le $am_max_uid; then
++         AC_MSG_RESULT([yes])
++      else
++         AC_MSG_RESULT([no])
++         _am_tools=none
++      fi
++      AC_MSG_CHECKING([whether GID '$am_gid' is supported by ustar format])
++      if test $am_gid -le $am_max_gid; then
++         AC_MSG_RESULT([yes])
++      else
++        AC_MSG_RESULT([no])
++        _am_tools=none
++      fi],
  
--  # 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])
++  [pax],
++    [],
++
++  [m4_fatal([Unknown tar format])])
++
++  AC_MSG_CHECKING([how to create a $1 tar archive])
++
++  # Go ahead even if we have the value already cached.  We do so because we
++  # need to set the values for the 'am__tar' and 'am__untar' variables.
++  _am_tools=${am_cv_prog_tar_$1-$_am_tools}
++
++  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
++
++    # 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])
++      AM_RUN_LOG([cat conftest.dir/file])
++      grep GrepMe conftest.dir/file >/dev/null 2>&1 && break
++    fi
++  done
    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_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([m4/gettext.m4])
++m4_include([m4/iconv.m4])
++m4_include([m4/lib-ld.m4])
++m4_include([m4/lib-link.m4])
++m4_include([m4/lib-prefix.m4])
++m4_include([m4/nls.m4])
++m4_include([m4/po.m4])
++m4_include([m4/progtest.m4])
diff --cc config.h.in
  /* Use libatasmart */
  #undef HAVE_ATASMART
  
--/* Define to 1 if you have the Mac OS X function CFLocaleCopyCurrent in the
++/* Define to 1 if you have the MacOS X function CFLocaleCopyCurrent in the
     CoreFoundation framework. */
  #undef HAVE_CFLOCALECOPYCURRENT
  
--/* Define to 1 if you have the Mac OS X function CFPreferencesCopyAppValue in
++/* Define to 1 if you have the MacOS X function CFPreferencesCopyAppValue in
     the CoreFoundation framework. */
  #undef HAVE_CFPREFERENCESCOPYAPPVALUE
  
@@@ -43,7 -40,7 +40,7 @@@
  /* Use GTOP */
  #undef HAVE_GTOP
  
--/* Define if you have the iconv() function and it works. */
++/* Define if you have the iconv() function. */
  #undef HAVE_ICONV
  
  /* Define to 1 if you have the <inttypes.h> header file. */
  /* Use Unity */
  #undef HAVE_UNITY
  
--/* Define to 1 if your C compiler doesn't accept -c and -o together. */
--#undef NO_MINUS_C_MINUS_O
--
  /* Name of package */
  #undef PACKAGE
  
diff --cc configure
+++ b/configure
@@@ -711,7 -709,7 +709,6 @@@ build_o
  build_vendor
  build_cpu
  build
--XGETTEXT_EXTRA_OPTIONS
  MSGMERGE
  XGETTEXT_015
  XGETTEXT
@@@ -719,9 -717,9 +716,7 @@@ GMSGFMT_01
  MSGFMT_015
  GMSGFMT
  MSGFMT
--GETTEXT_MACRO_VERSION
  USE_NLS
--SED
  LIBOBJS
  EGREP
  GREP
@@@ -747,6 -745,6 +742,10 @@@ CPPFLAG
  LDFLAGS
  CFLAGS
  CC
++AM_BACKSLASH
++AM_DEFAULT_VERBOSITY
++AM_DEFAULT_V
++AM_V
  am__untar
  am__tar
  AMTAR
@@@ -811,6 -809,6 +810,7 @@@ SHELL
  ac_subst_files=''
  ac_user_opts='
  enable_option_checking
++enable_silent_rules
  enable_dependency_tracking
  enable_largefile
  with_x
@@@ -1484,8 -1478,8 +1480,12 @@@ Optional Features
    --disable-option-checking  ignore unrecognized --enable/--with options
    --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
    --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
--  --disable-dependency-tracking  speeds up one-time build
--  --enable-dependency-tracking   do not reject slow dependency extractors
++  --enable-silent-rules   less verbose build output (undo: "make V=1")
++  --disable-silent-rules  verbose build output (undo: "make V=0")
++  --enable-dependency-tracking
++                          do not reject slow dependency extractors
++  --disable-dependency-tracking
++                          speeds up one-time build
    --disable-largefile     omit support for large files
    --disable-nls           do not use Native Language Support
    --disable-rpath         do not hardcode runtime library paths
@@@ -1496,7 -1490,7 +1496,7 @@@ Optional Packages
    --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
    --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
    --with-x                use the X Window System
--  --with-gnu-ld           assume the C compiler uses GNU ld [default=no]
++  --with-gnu-ld           assume the C compiler uses GNU ld default=no
    --with-libiconv-prefix[=DIR]  search for libiconv in DIR/include and DIR/lib
    --without-libiconv-prefix     don't search for libiconv in includedir and libdir
    --with-libintl-prefix[=DIR]  search for libintl in DIR/include and DIR/lib
@@@ -2398,7 -2385,7 +2391,7 @@@ ac_compiler_gnu=$ac_cv_c_compiler_gn
  
  
  
--am__api_version='1.11'
++am__api_version='1.14'
  
  ac_aux_dir=
  for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
@@@ -2524,9 -2511,9 +2517,6 @@@ test -z "$INSTALL_DATA" && INSTALL_DATA
  
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5
  $as_echo_n "checking whether build environment is sane... " >&6; }
--# Just in case
--sleep 1
--echo timestamp > conftest.file
  # Reject unsafe characters in $srcdir or the absolute working directory
  # name.  Accept space and tab only in the latter.
  am_lf='
@@@ -2537,32 -2524,32 +2527,40 @@@ case `pwd` i
  esac
  case $srcdir in
    *[\\\"\#\$\&\'\`$am_lf\ \   ]*)
--    as_fn_error $? "unsafe srcdir value: \`$srcdir'" "$LINENO" 5;;
++    as_fn_error $? "unsafe srcdir value: '$srcdir'" "$LINENO" 5;;
  esac
  
--# Do `set' in a subshell so we don't clobber the current shell's
++# 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".
--      as_fn_error $? "ls -t appears to fail.  Make sure there is not a broken
--alias in your environment" "$LINENO" 5
--   fi
--
++   am_has_slept=no
++   for am_try in 1 2; do
++     echo "timestamp, slept: $am_has_slept" > conftest.file
++     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
++     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".
++      as_fn_error $? "ls -t appears to fail.  Make sure there is not a broken
++  alias in your environment" "$LINENO" 5
++     fi
++     if test "$2" = conftest.file || test $am_try -eq 2; then
++       break
++     fi
++     # Just in case.
++     sleep 1
++     am_has_slept=yes
++   done
     test "$2" = conftest.file
     )
  then
@@@ -2574,6 -2561,6 +2572,16 @@@ Check your system clock" "$LINENO" 
  fi
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
  $as_echo "yes" >&6; }
++# If we didn't sleep, we still need to ensure time stamps of config.status and
++# generated files are strictly newer.
++am_sleep_pid=
++if grep 'slept: no' conftest.file >/dev/null 2>&1; then
++  ( sleep 1 ) &
++  am_sleep_pid=$!
++fi
++
++rm -f conftest.file
++
  test "$program_prefix" != NONE &&
    program_transform_name="s&^&$program_prefix&;$program_transform_name"
  # Use a double $ so make ignores it.
@@@ -2596,12 -2583,12 +2604,12 @@@ if test x"${MISSING+set}" != xset; the
    esac
  fi
  # Use eval to expand $SHELL
--if eval "$MISSING --run true"; then
--  am_missing_run="$MISSING --run "
++if eval "$MISSING --is-lightweight"; then
++  am_missing_run="$MISSING "
  else
    am_missing_run=
--  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`missing' script is too old or missing" >&5
--$as_echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
++  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: 'missing' script is too old or missing" >&5
++$as_echo "$as_me: WARNING: 'missing' script is too old or missing" >&2;}
  fi
  
  if test x"${install_sh}" != xset; then
    esac
  fi
  
--# Installed binaries are usually stripped using `strip' when the user
--# run `make install-strip'.  However `strip' might not be the right
++# 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.
++# 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.
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5
  $as_echo "$MKDIR_P" >&6; }
  
--mkdir_p="$MKDIR_P"
--case $mkdir_p in
--  [\\/$]* | ?:[\\/]*) ;;
--  */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;;
--esac
--
  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.
@@@ -2843,6 -2830,6 +2845,45 @@@ els
  fi
  rmdir .tst 2>/dev/null
  
++# Check whether --enable-silent-rules was given.
++if test "${enable_silent_rules+set}" = set; then :
++  enableval=$enable_silent_rules;
++fi
++
++case $enable_silent_rules in # (((
++  yes) AM_DEFAULT_VERBOSITY=0;;
++   no) AM_DEFAULT_VERBOSITY=1;;
++    *) AM_DEFAULT_VERBOSITY=1;;
++esac
++am_make=${MAKE-make}
++{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5
++$as_echo_n "checking whether $am_make supports nested variables... " >&6; }
++if ${am_cv_make_support_nested_variables+:} false; then :
++  $as_echo_n "(cached) " >&6
++else
++  if $as_echo 'TRUE=$(BAR$(V))
++BAR0=false
++BAR1=true
++V=1
++am__doit:
++      @$(TRUE)
++.PHONY: am__doit' | $am_make -f - >/dev/null 2>&1; then
++  am_cv_make_support_nested_variables=yes
++else
++  am_cv_make_support_nested_variables=no
++fi
++fi
++{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5
++$as_echo "$am_cv_make_support_nested_variables" >&6; }
++if test $am_cv_make_support_nested_variables = yes; then
++    AM_V='$(V)'
++  AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
++else
++  AM_V=$AM_DEFAULT_VERBOSITY
++  AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY
++fi
++AM_BACKSLASH='\'
++
  if test "`cd $srcdir && pwd`" != "`pwd`"; then
    # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
    # is not polluted with repeated "-I."
@@@ -2893,12 -2880,12 +2934,22 @@@ AUTOHEADER=${AUTOHEADER-"${am_missing_r
  
  MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
  
++# For better backward compatibility.  To be removed once Automake 1.9.x
++# dies out for good.  For more background, see:
++# <http://lists.gnu.org/archive/html/automake/2012-07/msg00001.html>
++# <http://lists.gnu.org/archive/html/automake/2012-07/msg00014.html>
++mkdir_p='$(MKDIR_P)'
++
  # We need awk for the "check" target.  The system "awk" is bad on
  # some platforms.
  # Always define AMTAR for backward compatibility.  Yes, it's still used
  # in the wild :-(  We should find a proper way to deprecate it ...
  AMTAR='$${TAR-tar}'
  
++
++# We'll loop over all known methods to create a tar archive until one works.
++_am_tools='gnutar  pax cpio none'
++
  am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'
  
  
  
  
  
++# POSIX will say in a future version that running "rm -f" with no argument
++# is OK; and we want to be able to make that assumption in our Makefile
++# recipes.  So use an aggressive probe to check that the usage we want is
++# actually supported "in the wild" to an acceptable degree.
++# See automake bug#10828.
++# To make any issue more visible, cause the running configure to be aborted
++# by default if the 'rm' program in use doesn't match our expectations; the
++# user can still override this though.
++if rm -f && rm -fr && rm -rf; then : OK; else
++  cat >&2 <<'END'
++Oops!
++
++Your 'rm' program seems unable to run without file operands specified
++on the command line, even when the '-f' option is present.  This is contrary
++to the behaviour of most rm programs out there, and not conforming with
++the upcoming POSIX standard: <http://austingroupbugs.net/view.php?id=542>
++
++Please tell bug-automake@gnu.org about your system, including the value
++of your $PATH and any error possibly output before this message.  This
++can help us improve future automake versions.
++
++END
++  if test x"$ACCEPT_INFERIOR_RM_PROGRAM" = x"yes"; then
++    echo 'Configuration will proceed anyway, since you have set the' >&2
++    echo 'ACCEPT_INFERIOR_RM_PROGRAM variable to "yes"' >&2
++    echo >&2
++  else
++    cat >&2 <<'END'
++Aborting the configuration process, to ensure you take notice of the issue.
++
++You can download and install GNU coreutils to get an 'rm' implementation
++that behaves properly: <http://www.gnu.org/software/coreutils/>.
++
++If you want to complete the configuration process using your problematic
++'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM
++to "yes", and re-run configure.
++
++END
++    as_fn_error $? "Your 'rm' program is bad, sorry." "$LINENO" 5
++  fi
++fi
++
  
  ac_config_headers="$ac_config_headers config.h"
  
@@@ -3702,6 -3689,6 +3795,65 @@@ 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
++
++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
++{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC understands -c and -o together" >&5
++$as_echo_n "checking whether $CC understands -c and -o together... " >&6; }
++if ${am_cv_prog_cc_c_o+:} false; then :
++  $as_echo_n "(cached) " >&6
++else
++  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
++/* end confdefs.h.  */
++
++int
++main ()
++{
++
++  ;
++  return 0;
++}
++_ACEOF
++  # Make sure it works both with $CC and with simple cc.
++  # Following AC_PROG_CC_C_O, we do the test twice because some
++  # compilers refuse to overwrite an existing .o file with -o,
++  # though they will create one.
++  am_cv_prog_cc_c_o=yes
++  for am_i in 1 2; do
++    if { echo "$as_me:$LINENO: $CC -c conftest.$ac_ext -o conftest2.$ac_objext" >&5
++   ($CC -c conftest.$ac_ext -o conftest2.$ac_objext) >&5 2>&5
++   ac_status=$?
++   echo "$as_me:$LINENO: \$? = $ac_status" >&5
++   (exit $ac_status); } \
++         && test -f conftest2.$ac_objext; then
++      : OK
++    else
++      am_cv_prog_cc_c_o=no
++      break
++    fi
++  done
++  rm -f core conftest*
++  unset am_i
++fi
++{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_prog_cc_c_o" >&5
++$as_echo "$am_cv_prog_cc_c_o" >&6; }
++if test "$am_cv_prog_cc_c_o" != yes; then
++   # Losing compiler, so override with the script.
++   # FIXME: It is wrong to rewrite CC.
++   # But if we don't then we get into trouble of one sort or another.
++   # A longer-term fix would be to have automake use am__CC in this case,
++   # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)"
++   CC="$am_aux_dir/compile $CC"
++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
++
  DEPDIR="${am__leading_dot}deps"
  
  ac_config_commands="$ac_config_commands depfiles"
@@@ -3721,7 -3708,7 +3873,7 @@@ am__quote
  _am_result=none
  # First try GNU make style include.
  echo "include confinc" > confmf
--# Ignore all kinds of additional output from `make'.
++# Ignore all kinds of additional output from 'make'.
  case `$am_make -s -f confmf 2> /dev/null` in #(
  *the\ am__doit\ target*)
    am__include=include
@@@ -3777,8 -3764,8 +3929,8 @@@ els
    # 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'.
++  # making a dummy file named 'D' -- because '-MD' means "put the output
++  # in D".
    rm -rf conftest.dir
    mkdir conftest.dir
    # Copy depcomp to subdir because otherwise we won't find it if we're
      : > 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
++      # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with
++      # Solaris 10 /bin/sh.
++      echo '/* dummy */' > sub/conftst$i.h
      done
      echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
  
--    # We check with `-c' and `-o' for the sake of the "dashmstdout"
++    # We check with '-c' and '-o' for the sake of the "dashmstdout"
      # mode.  It turns out that the SunPro C++ compiler does not properly
--    # handle `-M -o', and we need to detect this.  Also, some Intel
--    # versions had trouble with output in subdirs
++    # handle '-M -o', and we need to detect this.  Also, some Intel
++    # versions had trouble with output in subdirs.
      am__obj=sub/conftest.${OBJEXT-o}
      am__minus_obj="-o $am__obj"
      case $depmode in
        test "$am__universal" = false || continue
        ;;
      nosideeffect)
--      # after this tag, mechanisms are not by side-effect, so they'll
--      # only be used when explicitly requested
++      # 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
        fi
        ;;
      msvc7 | msvc7msys | msvisualcpp | msvcmsys)
--      # This compiler won't grok `-c -o', but also, the minuso test has
++      # This compiler won't grok '-c -o', but also, the minuso test has
        # not run yet.  These depmodes are late enough in the game, and
        # so weak that their functioning should not be impacted.
        am__obj=conftest.${OBJEXT-o}
  fi
  
  
--if test "x$CC" != xcc; then
--  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC and cc understand -c and -o together" >&5
--$as_echo_n "checking whether $CC and cc understand -c and -o together... " >&6; }
--else
--  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether cc understands -c and -o together" >&5
--$as_echo_n "checking whether cc understands -c and -o together... " >&6; }
--fi
--set dummy $CC; ac_cc=`$as_echo "$2" |
--                    sed 's/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/'`
--if eval \${ac_cv_prog_cc_${ac_cc}_c_o+:} false; then :
--  $as_echo_n "(cached) " >&6
--else
--  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
--/* end confdefs.h.  */
--
--int
--main ()
--{
--
--  ;
--  return 0;
--}
--_ACEOF
--# Make sure it works both with $CC and with simple cc.
--# We do the test twice because some compilers refuse to overwrite an
--# existing .o file with -o, though they will create one.
--ac_try='$CC -c conftest.$ac_ext -o conftest2.$ac_objext >&5'
--rm -f conftest2.*
--if { { case "(($ac_try" in
--  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
--  *) ac_try_echo=$ac_try;;
--esac
--eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
--$as_echo "$ac_try_echo"; } >&5
--  (eval "$ac_try") 2>&5
--  ac_status=$?
--  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
--  test $ac_status = 0; } &&
--   test -f conftest2.$ac_objext && { { case "(($ac_try" in
--  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
--  *) ac_try_echo=$ac_try;;
--esac
--eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
--$as_echo "$ac_try_echo"; } >&5
--  (eval "$ac_try") 2>&5
--  ac_status=$?
--  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
--  test $ac_status = 0; };
--then
--  eval ac_cv_prog_cc_${ac_cc}_c_o=yes
--  if test "x$CC" != xcc; then
--    # Test first that cc exists at all.
--    if { ac_try='cc -c conftest.$ac_ext >&5'
--  { { case "(($ac_try" in
--  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
--  *) ac_try_echo=$ac_try;;
--esac
--eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
--$as_echo "$ac_try_echo"; } >&5
--  (eval "$ac_try") 2>&5
--  ac_status=$?
--  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
--  test $ac_status = 0; }; }; then
--      ac_try='cc -c conftest.$ac_ext -o conftest2.$ac_objext >&5'
--      rm -f conftest2.*
--      if { { case "(($ac_try" in
--  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
--  *) ac_try_echo=$ac_try;;
--esac
--eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
--$as_echo "$ac_try_echo"; } >&5
--  (eval "$ac_try") 2>&5
--  ac_status=$?
--  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
--  test $ac_status = 0; } &&
--       test -f conftest2.$ac_objext && { { case "(($ac_try" in
--  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
--  *) ac_try_echo=$ac_try;;
--esac
--eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
--$as_echo "$ac_try_echo"; } >&5
--  (eval "$ac_try") 2>&5
--  ac_status=$?
--  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
--  test $ac_status = 0; };
--      then
--      # cc works too.
--      :
--      else
--      # cc exists but doesn't like -o.
--      eval ac_cv_prog_cc_${ac_cc}_c_o=no
--      fi
--    fi
--  fi
--else
--  eval ac_cv_prog_cc_${ac_cc}_c_o=no
--fi
--rm -f core conftest*
--
--fi
--if eval test \$ac_cv_prog_cc_${ac_cc}_c_o = yes; then
--  { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
--$as_echo "yes" >&6; }
--else
--  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
--$as_echo "no" >&6; }
--
--$as_echo "#define NO_MINUS_C_MINUS_O 1" >>confdefs.h
--
--fi
--
--# FIXME: we rely on the cache variable name because
--# there is no other way.
--set dummy $CC
--am_cc=`echo $2 | sed 's/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/'`
--eval am_t=\$ac_cv_prog_cc_${am_cc}_c_o
--if test "$am_t" != yes; then
--   # Losing compiler, so override with the script.
--   # FIXME: It is wrong to rewrite CC.
--   # But if we don't then we get into trouble of one sort or another.
--   # A longer-term fix would be to have automake use am__CC in this case,
--   # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)"
--   CC="$am_aux_dir/compile $CC"
--fi
--
  
  
  
@@@ -4423,7 -4410,7 +4450,13 @@@ $as_echo_n "checking the archiver ($AR
  if ${am_cv_ar_interface+:} false; then :
    $as_echo_n "(cached) " >&6
  else
--  am_cv_ar_interface=ar
++  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_cv_ar_interface=ar
     cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  /* end confdefs.h.  */
  int some_variable = 0;
@@@ -4454,6 -4441,6 +4487,11 @@@ if ac_fn_c_try_compile "$LINENO"; then 
  
  fi
  rm -f core 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
  
  fi
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_ar_interface" >&5
  
  
  
--{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
--$as_echo_n "checking for a sed that does not truncate output... " >&6; }
--if ${ac_cv_path_SED+:} false; then :
--  $as_echo_n "(cached) " >&6
--else
--            ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
--     for ac_i in 1 2 3 4 5 6 7; do
--       ac_script="$ac_script$as_nl$ac_script"
--     done
--     echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
--     { ac_script=; unset ac_script;}
--     if test -z "$SED"; then
--  ac_path_SED_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
--do
--  IFS=$as_save_IFS
--  test -z "$as_dir" && as_dir=.
--    for ac_prog in sed gsed; do
--    for ac_exec_ext in '' $ac_executable_extensions; do
--      ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
--      as_fn_executable_p "$ac_path_SED" || continue
--# Check for GNU ac_path_SED and select it if it is found.
--  # Check for GNU $ac_path_SED
--case `"$ac_path_SED" --version 2>&1` in
--*GNU*)
--  ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;;
--*)
--  ac_count=0
--  $as_echo_n 0123456789 >"conftest.in"
--  while :
--  do
--    cat "conftest.in" "conftest.in" >"conftest.tmp"
--    mv "conftest.tmp" "conftest.in"
--    cp "conftest.in" "conftest.nl"
--    $as_echo '' >> "conftest.nl"
--    "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
--    diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
--    as_fn_arith $ac_count + 1 && ac_count=$as_val
--    if test $ac_count -gt ${ac_path_SED_max-0}; then
--      # Best one so far, save it but keep looking for a better one
--      ac_cv_path_SED="$ac_path_SED"
--      ac_path_SED_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_SED_found && break 3
--    done
--  done
--  done
--IFS=$as_save_IFS
--  if test -z "$ac_cv_path_SED"; then
--    as_fn_error $? "no acceptable sed could be found in \$PATH" "$LINENO" 5
--  fi
--else
--  ac_cv_path_SED=$SED
--fi
  
--fi
--{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
--$as_echo "$ac_cv_path_SED" >&6; }
-- SED="$ac_cv_path_SED"
--  rm -f conftest.sed
++mkdir_p="$MKDIR_P"
++case $mkdir_p in
++  [\\/$]* | ?:[\\/]*) ;;
++  */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;;
++esac
  
  
    { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
@@@ -5339,22 -5326,22 +5315,20 @@@ $as_echo "$USE_NLS" >&6; 
  
  
  
--      GETTEXT_MACRO_VERSION=0.18
--
--
  
  
  # Prepare PATH_SEPARATOR.
  # The user is always right.
  if test "${PATH_SEPARATOR+set}" != set; then
--  # Determine PATH_SEPARATOR by trying to find /bin/sh in a PATH which
--  # contains only /bin. Note that ksh looks also at the FPATH variable,
--  # so we have to set that as well for the test.
--  PATH_SEPARATOR=:
--  (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 \
--    && { (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 \
--           || PATH_SEPARATOR=';'
--       }
++  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
  
  # Find out how to test for executable files. Don't use a zero-byte file,
  # Prepare PATH_SEPARATOR.
  # The user is always right.
  if test "${PATH_SEPARATOR+set}" != set; then
--  # Determine PATH_SEPARATOR by trying to find /bin/sh in a PATH which
--  # contains only /bin. Note that ksh looks also at the FPATH variable,
--  # so we have to set that as well for the test.
--  PATH_SEPARATOR=:
--  (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 \
--    && { (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 \
--           || PATH_SEPARATOR=';'
--       }
++  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
  
  # Find out how to test for executable files. Don't use a zero-byte file,
  # Prepare PATH_SEPARATOR.
  # The user is always right.
  if test "${PATH_SEPARATOR+set}" != set; then
--  # Determine PATH_SEPARATOR by trying to find /bin/sh in a PATH which
--  # contains only /bin. Note that ksh looks also at the FPATH variable,
--  # so we have to set that as well for the test.
--  PATH_SEPARATOR=:
--  (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 \
--    && { (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 \
--           || PATH_SEPARATOR=';'
--       }
++  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
  
  # Find out how to test for executable files. Don't use a zero-byte file,
          test -n "$localedir" || localedir='${datadir}/locale'
  
  
--    test -n "${XGETTEXT_EXTRA_OPTIONS+set}" || XGETTEXT_EXTRA_OPTIONS=
--
--
    ac_config_commands="$ac_config_commands po-directories"
  
  
@@@ -5708,7 -5695,7 +5681,6 @@@ case $host_os in *\ *) host_os=`echo "$
  
  
  
--
  # 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
  # Prepare PATH_SEPARATOR.
  # The user is always right.
  if test "${PATH_SEPARATOR+set}" != set; then
--  # Determine PATH_SEPARATOR by trying to find /bin/sh in a PATH which
--  # contains only /bin. Note that ksh looks also at the FPATH variable,
--  # so we have to set that as well for the test.
--  PATH_SEPARATOR=:
--  (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 \
--    && { (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 \
--           || PATH_SEPARATOR=';'
--       }
++  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.
--  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
--$as_echo_n "checking for ld used by $CC... " >&6; }
++  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by GCC" >&5
++$as_echo_n "checking for ld used by GCC... " >&6; }
    case $host in
    *-*-mingw*)
      # gcc leaves a trailing carriage return which upsets mingw
    esac
    case $ac_prog in
      # Accept absolute paths.
--    [\\/]* | ?:[\\/]*)
++    [\\/]* | [A-Za-z]:[\\/]*)
        re_direlt='/[^/][^/]*/\.\./'
--      # Canonicalize the pathname 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%/%"`
++      # 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"
        ;;
@@@ -5772,26 -5759,26 +5744,23 @@@ if ${acl_cv_path_LD+:} false; then 
    $as_echo_n "(cached) " >&6
  else
    if test -z "$LD"; then
--  acl_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
++  IFS="${IFS=         }"; ac_save_ifs="$IFS"; IFS="${IFS}${PATH_SEPARATOR-:}"
    for ac_dir in $PATH; do
--    IFS="$acl_save_ifs"
      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 variants of GNU ld only accept -v.
++      # 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
++      case `"$acl_cv_path_LD" -v 2>&1 < /dev/null` in
        *GNU* | *'with BFD'*)
--        test "$with_gnu_ld" != no && break
--        ;;
++      test "$with_gnu_ld" != no && break ;;
        *)
--        test "$with_gnu_ld" != yes && break
--        ;;
++      test "$with_gnu_ld" != yes && break ;;
        esac
      fi
    done
--  IFS="$acl_save_ifs"
++  IFS="$ac_save_ifs"
  else
    acl_cv_path_LD="$LD" # Let the user override the test with a path.
  fi
@@@ -5811,14 -5798,14 +5780,12 @@@ $as_echo_n "checking if the linker ($LD
  if ${acl_cv_prog_gnu_ld+:} false; then :
    $as_echo_n "(cached) " >&6
  else
--  # I'd rather use --version here, but apparently some GNU lds only accept -v.
++  # 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=yes ;;
  *)
--  acl_cv_prog_gnu_ld=no
--  ;;
++  acl_cv_prog_gnu_ld=no ;;
  esac
  fi
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $acl_cv_prog_gnu_ld" >&5
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $acl_cv_rpath" >&5
  $as_echo "$acl_cv_rpath" >&6; }
    wl="$acl_cv_wl"
--  acl_libext="$acl_cv_libext"
--  acl_shlibext="$acl_cv_shlibext"
--  acl_libname_spec="$acl_cv_libname_spec"
--  acl_library_names_spec="$acl_cv_library_names_spec"
--  acl_hardcode_libdir_flag_spec="$acl_cv_hardcode_libdir_flag_spec"
--  acl_hardcode_libdir_separator="$acl_cv_hardcode_libdir_separator"
--  acl_hardcode_direct="$acl_cv_hardcode_direct"
--  acl_hardcode_minus_L="$acl_cv_hardcode_minus_L"
++  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"
      # Check whether --enable-rpath was given.
  if test "${enable_rpath+set}" = set; then :
    enableval=$enable_rpath; :
  
  
  
--
--  acl_libdirstem=lib
--  acl_libdirstem2=
--  case "$host_os" in
--    solaris*)
--                                    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for 64-bit host" >&5
--$as_echo_n "checking for 64-bit host... " >&6; }
--if ${gl_cv_solaris_64bit+:} false; then :
--  $as_echo_n "(cached) " >&6
--else
--  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
--/* end confdefs.h.  */
--
--#ifdef _LP64
--sixtyfour bits
--#endif
--
--_ACEOF
--if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
--  $EGREP "sixtyfour bits" >/dev/null 2>&1; then :
--  gl_cv_solaris_64bit=yes
--else
--  gl_cv_solaris_64bit=no
--fi
--rm -f conftest*
--
--
--fi
--{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_solaris_64bit" >&5
--$as_echo "$gl_cv_solaris_64bit" >&6; }
--      if test $gl_cv_solaris_64bit = yes; then
--        acl_libdirstem=lib/64
--        case "$host_cpu" in
--          sparc*)        acl_libdirstem2=lib/sparcv9 ;;
--          i*86 | x86_64) acl_libdirstem2=lib/amd64 ;;
-         esac
-       fi
-       ;;
-     *)
-       searchpath=`(LC_ALL=C $CC -print-search-dirs) 2>/dev/null | sed -n -e 's,^libraries: ,,p' | sed -e 's,^=,,'`
-       if test -n "$searchpath"; then
-         acl_save_IFS="${IFS=  }"; IFS=":"
-         for searchdir in $searchpath; do
-           if test -d "$searchdir"; then
-             case "$searchdir" in
-               */lib64/ | */lib64 ) acl_libdirstem=lib64 ;;
-               */../ | */.. )
-                 # Better ignore directories of this form. They are misleading.
-                 ;;
-               *) searchdir=`cd "$searchdir" && pwd`
-                  case "$searchdir" in
-                    */lib64 ) acl_libdirstem=lib64 ;;
-                  esac ;;
-             esac
-           fi
-         done
-         IFS="$acl_save_IFS"
-       fi
-       ;;
-   esac
-   test -n "$acl_libdirstem2" || acl_libdirstem2="$acl_libdirstem"
++                  acl_libdirstem=lib
++  searchpath=`(LC_ALL=C $CC -print-search-dirs) 2>/dev/null | sed -n -e 's,^libraries: ,,p' | sed -e 's,^=,,'`
++  if test -n "$searchpath"; then
++    acl_save_IFS="${IFS=      }"; IFS=":"
++    for searchdir in $searchpath; do
++      if test -d "$searchdir"; then
++        case "$searchdir" in
++          */lib64/ | */lib64 ) acl_libdirstem=lib64 ;;
++          *) searchdir=`cd "$searchdir" && pwd`
++             case "$searchdir" in
++               */lib64 ) acl_libdirstem=lib64 ;;
++             esac ;;
+         esac
+       fi
 -      ;;
 -    *)
 -      searchpath=`(LC_ALL=C $CC -print-search-dirs) 2>/dev/null | sed -n -e 's,^libraries: ,,p' | sed -e 's,^=,,'`
 -      if test -n "$searchpath"; then
 -        acl_save_IFS="${IFS=  }"; IFS=":"
 -        for searchdir in $searchpath; do
 -          if test -d "$searchdir"; then
 -            case "$searchdir" in
 -              */lib64/ | */lib64 ) acl_libdirstem=lib64 ;;
 -              */../ | */.. )
 -                # Better ignore directories of this form. They are misleading.
 -                ;;
 -              *) searchdir=`cd "$searchdir" && pwd`
 -                 case "$searchdir" in
 -                   */lib64 ) acl_libdirstem=lib64 ;;
 -                 esac ;;
 -            esac
 -          fi
 -        done
 -        IFS="$acl_save_IFS"
 -      fi
 -      ;;
 -  esac
 -  test -n "$acl_libdirstem2" || acl_libdirstem2="$acl_libdirstem"
 -
 -
 -
 -
++    done
++    IFS="$acl_save_IFS"
++  fi
  
  
  
@@@ -5970,10 -5957,10 +5887,6 @@@ if test "${with_libiconv_prefix+set}" 
        else
          additional_includedir="$withval/include"
          additional_libdir="$withval/$acl_libdirstem"
--        if test "$acl_libdirstem2" != "$acl_libdirstem" \
--           && ! test -d "$withval/$acl_libdirstem"; then
--          additional_libdir="$withval/$acl_libdirstem2"
--        fi
        fi
      fi
  
        LIBICONV=
    LTLIBICONV=
    INCICONV=
--  LIBICONV_PREFIX=
--      HAVE_LIBICONV=
    rpathdirs=
    ltrpathdirs=
    names_already_handled=
        done
        if test -z "$already_handled"; then
          names_already_handled="$names_already_handled $name"
--                        uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./+-|ABCDEFGHIJKLMNOPQRSTUVWXYZ____|'`
++                        uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./-|ABCDEFGHIJKLMNOPQRSTUVWXYZ___|'`
          eval value=\"\$HAVE_LIB$uppername\"
          if test -n "$value"; then
            if test "$value" = yes; then
            found_la=
            found_so=
            found_a=
--          eval libname=\"$acl_libname_spec\"    # typically: libname=lib$name
--          if test -n "$acl_shlibext"; then
--            shrext=".$acl_shlibext"             # typically: shrext=.so
--          else
--            shrext=
--          fi
            if test $use_additional = yes; then
--            dir="$additional_libdir"
--                                    if test -n "$acl_shlibext"; then
--              if test -f "$dir/$libname$shrext"; then
--                found_dir="$dir"
--                found_so="$dir/$libname$shrext"
++            if test -n "$shlibext" \
++               && { test -f "$additional_libdir/lib$name.$shlibext" \
++                    || { test "$shlibext" = dll \
++                         && test -f "$additional_libdir/lib$name.dll.a"; }; }; then
++              found_dir="$additional_libdir"
++              if test -f "$additional_libdir/lib$name.$shlibext"; then
++                found_so="$additional_libdir/lib$name.$shlibext"
                else
--                if test "$acl_library_names_spec" = '$libname$shrext$versuffix'; then
--                  ver=`(cd "$dir" && \
--                        for f in "$libname$shrext".*; do echo "$f"; done \
--                        | sed -e "s,^$libname$shrext\\\\.,," \
--                        | sort -t '.' -n -r -k1,1 -k2,2 -k3,3 -k4,4 -k5,5 \
--                        | sed 1q ) 2>/dev/null`
--                  if test -n "$ver" && test -f "$dir/$libname$shrext.$ver"; then
--                    found_dir="$dir"
--                    found_so="$dir/$libname$shrext.$ver"
--                  fi
--                else
--                  eval library_names=\"$acl_library_names_spec\"
--                  for f in $library_names; do
--                    if test -f "$dir/$f"; then
--                      found_dir="$dir"
--                      found_so="$dir/$f"
--                      break
--                    fi
--                  done
--                fi
++                found_so="$additional_libdir/lib$name.dll.a"
                fi
--            fi
--                        if test "X$found_dir" = "X"; then
--              if test -f "$dir/$libname.$acl_libext"; then
--                found_dir="$dir"
--                found_a="$dir/$libname.$acl_libext"
++              if test -f "$additional_libdir/lib$name.la"; then
++                found_la="$additional_libdir/lib$name.la"
                fi
--            fi
--            if test "X$found_dir" != "X"; then
--              if test -f "$dir/$libname.la"; then
--                found_la="$dir/$libname.la"
++            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
                case "$x" in
                  -L*)
                    dir=`echo "X$x" | sed -e 's/^X-L//'`
--                                    if test -n "$acl_shlibext"; then
--                    if test -f "$dir/$libname$shrext"; then
--                      found_dir="$dir"
--                      found_so="$dir/$libname$shrext"
++                  if test -n "$shlibext" \
++                     && { test -f "$dir/lib$name.$shlibext" \
++                          || { test "$shlibext" = dll \
++                               && test -f "$dir/lib$name.dll.a"; }; }; then
++                    found_dir="$dir"
++                    if test -f "$dir/lib$name.$shlibext"; then
++                      found_so="$dir/lib$name.$shlibext"
                      else
--                      if test "$acl_library_names_spec" = '$libname$shrext$versuffix'; then
--                        ver=`(cd "$dir" && \
--                              for f in "$libname$shrext".*; do echo "$f"; done \
--                              | sed -e "s,^$libname$shrext\\\\.,," \
--                              | sort -t '.' -n -r -k1,1 -k2,2 -k3,3 -k4,4 -k5,5 \
--                              | sed 1q ) 2>/dev/null`
--                        if test -n "$ver" && test -f "$dir/$libname$shrext.$ver"; then
--                          found_dir="$dir"
--                          found_so="$dir/$libname$shrext.$ver"
--                        fi
--                      else
--                        eval library_names=\"$acl_library_names_spec\"
--                        for f in $library_names; do
--                          if test -f "$dir/$f"; then
--                            found_dir="$dir"
--                            found_so="$dir/$f"
--                            break
--                          fi
--                        done
--                      fi
++                      found_so="$dir/lib$name.dll.a"
                      fi
--                  fi
--                                    if test "X$found_dir" = "X"; then
--                    if test -f "$dir/$libname.$acl_libext"; then
--                      found_dir="$dir"
--                      found_a="$dir/$libname.$acl_libext"
++                    if test -f "$dir/lib$name.la"; then
++                      found_la="$dir/lib$name.la"
                      fi
--                  fi
--                  if test "X$found_dir" != "X"; then
--                    if test -f "$dir/$libname.la"; then
--                      found_la="$dir/$libname.la"
++                  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
                    ;;
            if test "X$found_dir" != "X"; then
                          LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-L$found_dir -l$name"
              if test "X$found_so" != "X"; then
--                                                        if test "$enable_rpath" = no \
--                 || test "X$found_dir" = "X/usr/$acl_libdirstem" \
--                 || test "X$found_dir" = "X/usr/$acl_libdirstem2"; then
++                                                        if test "$enable_rpath" = no || test "X$found_dir" = "X/usr/$acl_libdirstem"; then
                                  LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so"
                else
                                                                                  haveit=
                  if test -z "$haveit"; then
                    ltrpathdirs="$ltrpathdirs $found_dir"
                  fi
--                                if test "$acl_hardcode_direct" = yes; then
++                                if test "$hardcode_direct" = yes; then
                                                        LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so"
                  else
--                  if test -n "$acl_hardcode_libdir_flag_spec" && test "$acl_hardcode_minus_L" = no; then
++                  if test -n "$hardcode_libdir_flag_spec" && test "$hardcode_minus_L" = no; then
                                                              LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so"
                                                              haveit=
                      for x in $rpathdirs; do
                      if test -z "$haveit"; then
                        LIBICONV="${LIBICONV}${LIBICONV:+ }-L$found_dir"
                      fi
--                    if test "$acl_hardcode_minus_L" != no; then
++                    if test "$hardcode_minus_L" != no; then
                                                                                          LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so"
                      else
                                                                                                                                                                                  LIBICONV="${LIBICONV}${LIBICONV:+ }-l$name"
              case "$found_dir" in
                */$acl_libdirstem | */$acl_libdirstem/)
                  basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem/"'*$,,'`
--                if test "$name" = 'iconv'; then
--                  LIBICONV_PREFIX="$basedir"
--                fi
--                additional_includedir="$basedir/include"
--                ;;
--              */$acl_libdirstem2 | */$acl_libdirstem2/)
--                basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem2/"'*$,,'`
--                if test "$name" = 'iconv'; then
--                  LIBICONV_PREFIX="$basedir"
--                fi
                  additional_includedir="$basedir/include"
                  ;;
              esac
                  case "$dep" in
                    -L*)
                      additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'`
--                                                                                                                                                                if test "X$additional_libdir" != "X/usr/$acl_libdirstem" \
--                       && test "X$additional_libdir" != "X/usr/$acl_libdirstem2"; then
++                                                                                                                                                                if test "X$additional_libdir" != "X/usr/$acl_libdirstem"; then
                        haveit=
--                      if test "X$additional_libdir" = "X/usr/local/$acl_libdirstem" \
--                         || test "X$additional_libdir" = "X/usr/local/$acl_libdirstem2"; then
++                      if test "X$additional_libdir" = "X/usr/local/$acl_libdirstem"; then
                          if test -n "$GCC"; then
                            case $host_os in
                              linux* | gnu* | k*bsd*-gnu) haveit=yes;;
      done
    done
    if test "X$rpathdirs" != "X"; then
--    if test -n "$acl_hardcode_libdir_separator"; then
++    if test -n "$hardcode_libdir_separator"; then
                          alldirs=
        for found_dir in $rpathdirs; do
--        alldirs="${alldirs}${alldirs:+$acl_hardcode_libdir_separator}$found_dir"
++        alldirs="${alldirs}${alldirs:+$hardcode_libdir_separator}$found_dir"
        done
              acl_save_libdir="$libdir"
        libdir="$alldirs"
--      eval flag=\"$acl_hardcode_libdir_flag_spec\"
++      eval flag=\"$hardcode_libdir_flag_spec\"
        libdir="$acl_save_libdir"
        LIBICONV="${LIBICONV}${LIBICONV:+ }$flag"
      else
              for found_dir in $rpathdirs; do
          acl_save_libdir="$libdir"
          libdir="$found_dir"
--        eval flag=\"$acl_hardcode_libdir_flag_spec\"
++        eval flag=\"$hardcode_libdir_flag_spec\"
          libdir="$acl_save_libdir"
          LIBICONV="${LIBICONV}${LIBICONV:+ }$flag"
        done
  
  
  
--
--
--
--
--
--
      { $as_echo "$as_me:${as_lineno-$LINENO}: checking for CFPreferencesCopyAppValue" >&5
  $as_echo_n "checking for CFPreferencesCopyAppValue... " >&6; }
  if ${gt_cv_func_CFPreferencesCopyAppValue+:} false; then :
@@@ -6508,12 -6495,12 +6360,12 @@@ $as_echo "#define HAVE_CFLOCALECOPYCURR
  
  
          if test $gt_api_version -ge 3; then
--          gt_revision_test_code='
++          gt_revision_test_code='[
  #ifndef __GNU_GETTEXT_SUPPORTED_REVISION
  #define __GNU_GETTEXT_SUPPORTED_REVISION(major) ((major) == 0 ? 0 : -1)
  #endif
  typedef int array [2 * (__GNU_GETTEXT_SUPPORTED_REVISION(0) >= 1) - 1];
--'
++]'
          else
            gt_revision_test_code=
          fi
@@@ -6530,19 -6517,19 +6382,15 @@@ if eval \${$gt_func_gnugettext_libc+:} 
  else
    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  /* end confdefs.h.  */
--
  #include <libintl.h>
  $gt_revision_test_code
  extern int _nl_msg_cat_cntr;
  extern int *_nl_domain_bindings;
--
  int
  main ()
  {
--
  bindtextdomain ("", "");
  return * gettext ("")$gt_expression_test_code + _nl_msg_cat_cntr + *_nl_domain_bindings
--
    ;
    return 0;
  }
      am_cv_lib_iconv=no
      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  /* end confdefs.h.  */
--
  #include <stdlib.h>
  #include <iconv.h>
--
  int
  main ()
  {
  iconv_t cd = iconv_open("","");
--           iconv(cd,NULL,NULL,NULL,NULL);
--           iconv_close(cd);
++       iconv(cd,NULL,NULL,NULL,NULL);
++       iconv_close(cd);
    ;
    return 0;
  }
@@@ -6624,16 -6611,16 +6470,14 @@@ rm -f core conftest.err conftest.$ac_ob
        LIBS="$LIBS $LIBICONV"
        cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  /* end confdefs.h.  */
--
  #include <stdlib.h>
  #include <iconv.h>
--
  int
  main ()
  {
  iconv_t cd = iconv_open("","");
--             iconv(cd,NULL,NULL,NULL,NULL);
--             iconv_close(cd);
++         iconv(cd,NULL,NULL,NULL,NULL);
++         iconv_close(cd);
    ;
    return 0;
  }
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_func_iconv" >&5
  $as_echo "$am_cv_func_iconv" >&6; }
    if test "$am_cv_func_iconv" = yes; then
--    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working iconv" >&5
--$as_echo_n "checking for working iconv... " >&6; }
--if ${am_cv_func_iconv_works+:} false; then :
--  $as_echo_n "(cached) " >&6
--else
--
--                  am_save_LIBS="$LIBS"
--      if test $am_cv_lib_iconv = yes; then
--        LIBS="$LIBS $LIBICONV"
--      fi
--      if test "$cross_compiling" = yes; then :
--
--         case "$host_os" in
--           aix* | hpux*) am_cv_func_iconv_works="guessing no" ;;
--           *)            am_cv_func_iconv_works="guessing yes" ;;
--         esac
--
--else
--  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
--/* end confdefs.h.  */
--
--#include <iconv.h>
--#include <string.h>
--int main ()
--{
--  int result = 0;
--  /* Test against AIX 5.1 bug: Failures are not distinguishable from successful
--     returns.  */
--  {
--    iconv_t cd_utf8_to_88591 = iconv_open ("ISO8859-1", "UTF-8");
--    if (cd_utf8_to_88591 != (iconv_t)(-1))
--      {
--        static const char input[] = "\342\202\254"; /* EURO SIGN */
--        char buf[10];
--        const char *inptr = input;
--        size_t inbytesleft = strlen (input);
--        char *outptr = buf;
--        size_t outbytesleft = sizeof (buf);
--        size_t res = iconv (cd_utf8_to_88591,
--                            (char **) &inptr, &inbytesleft,
--                            &outptr, &outbytesleft);
--        if (res == 0)
--          result |= 1;
--        iconv_close (cd_utf8_to_88591);
--      }
--  }
--  /* Test against Solaris 10 bug: Failures are not distinguishable from
--     successful returns.  */
--  {
--    iconv_t cd_ascii_to_88591 = iconv_open ("ISO8859-1", "646");
--    if (cd_ascii_to_88591 != (iconv_t)(-1))
--      {
--        static const char input[] = "\263";
--        char buf[10];
--        const char *inptr = input;
--        size_t inbytesleft = strlen (input);
--        char *outptr = buf;
--        size_t outbytesleft = sizeof (buf);
--        size_t res = iconv (cd_ascii_to_88591,
--                            (char **) &inptr, &inbytesleft,
--                            &outptr, &outbytesleft);
--        if (res == 0)
--          result |= 2;
--        iconv_close (cd_ascii_to_88591);
--      }
--  }
--  /* Test against AIX 6.1..7.1 bug: Buffer overrun.  */
--  {
--    iconv_t cd_88591_to_utf8 = iconv_open ("UTF-8", "ISO-8859-1");
--    if (cd_88591_to_utf8 != (iconv_t)(-1))
--      {
--        static const char input[] = "\304";
--        static char buf[2] = { (char)0xDE, (char)0xAD };
--        const char *inptr = input;
--        size_t inbytesleft = 1;
--        char *outptr = buf;
--        size_t outbytesleft = 1;
--        size_t res = iconv (cd_88591_to_utf8,
--                            (char **) &inptr, &inbytesleft,
--                            &outptr, &outbytesleft);
--        if (res != (size_t)(-1) || outptr - buf > 1 || buf[1] != (char)0xAD)
--          result |= 4;
--        iconv_close (cd_88591_to_utf8);
--      }
--  }
--#if 0 /* This bug could be worked around by the caller.  */
--  /* Test against HP-UX 11.11 bug: Positive return value instead of 0.  */
--  {
--    iconv_t cd_88591_to_utf8 = iconv_open ("utf8", "iso88591");
--    if (cd_88591_to_utf8 != (iconv_t)(-1))
--      {
--        static const char input[] = "\304rger mit b\366sen B\374bchen ohne Augenma\337";
--        char buf[50];
--        const char *inptr = input;
--        size_t inbytesleft = strlen (input);
--        char *outptr = buf;
--        size_t outbytesleft = sizeof (buf);
--        size_t res = iconv (cd_88591_to_utf8,
--                            (char **) &inptr, &inbytesleft,
--                            &outptr, &outbytesleft);
--        if ((int)res > 0)
--          result |= 8;
--        iconv_close (cd_88591_to_utf8);
--      }
--  }
--#endif
--  /* Test against HP-UX 11.11 bug: No converter from EUC-JP to UTF-8 is
--     provided.  */
--  if (/* Try standardized names.  */
--      iconv_open ("UTF-8", "EUC-JP") == (iconv_t)(-1)
--      /* Try IRIX, OSF/1 names.  */
--      && iconv_open ("UTF-8", "eucJP") == (iconv_t)(-1)
--      /* Try AIX names.  */
--      && iconv_open ("UTF-8", "IBM-eucJP") == (iconv_t)(-1)
--      /* Try HP-UX names.  */
--      && iconv_open ("utf8", "eucJP") == (iconv_t)(-1))
--    result |= 16;
--  return result;
--}
--_ACEOF
--if ac_fn_c_try_run "$LINENO"; then :
--  am_cv_func_iconv_works=yes
--else
--  am_cv_func_iconv_works=no
--fi
--rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
--  conftest.$ac_objext conftest.beam conftest.$ac_ext
--fi
--
--      LIBS="$am_save_LIBS"
--
--fi
--{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_func_iconv_works" >&5
--$as_echo "$am_cv_func_iconv_works" >&6; }
--    case "$am_cv_func_iconv_works" in
--      *no) am_func_iconv=no am_cv_lib_iconv=no ;;
--      *)   am_func_iconv=yes ;;
--    esac
--  else
--    am_func_iconv=no am_cv_lib_iconv=no
--  fi
--  if test "$am_func_iconv" = yes; then
  
  $as_echo "#define HAVE_ICONV 1" >>confdefs.h
  
@@@ -6814,10 -6801,10 +6516,6 @@@ $as_echo "$LIBICONV" >&6; 
  
  
  
--
--
--
--
      use_additional=yes
  
    acl_save_prefix="$prefix"
@@@ -6854,10 -6841,10 +6552,6 @@@ if test "${with_libintl_prefix+set}" = 
        else
          additional_includedir="$withval/include"
          additional_libdir="$withval/$acl_libdirstem"
--        if test "$acl_libdirstem2" != "$acl_libdirstem" \
--           && ! test -d "$withval/$acl_libdirstem"; then
--          additional_libdir="$withval/$acl_libdirstem2"
--        fi
        fi
      fi
  
        LIBINTL=
    LTLIBINTL=
    INCINTL=
--  LIBINTL_PREFIX=
--      HAVE_LIBINTL=
    rpathdirs=
    ltrpathdirs=
    names_already_handled=
        done
        if test -z "$already_handled"; then
          names_already_handled="$names_already_handled $name"
--                        uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./+-|ABCDEFGHIJKLMNOPQRSTUVWXYZ____|'`
++                        uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./-|ABCDEFGHIJKLMNOPQRSTUVWXYZ___|'`
          eval value=\"\$HAVE_LIB$uppername\"
          if test -n "$value"; then
            if test "$value" = yes; then
            found_la=
            found_so=
            found_a=
--          eval libname=\"$acl_libname_spec\"    # typically: libname=lib$name
--          if test -n "$acl_shlibext"; then
--            shrext=".$acl_shlibext"             # typically: shrext=.so
--          else
--            shrext=
--          fi
            if test $use_additional = yes; then
--            dir="$additional_libdir"
--                                    if test -n "$acl_shlibext"; then
--              if test -f "$dir/$libname$shrext"; then
--                found_dir="$dir"
--                found_so="$dir/$libname$shrext"
++            if test -n "$shlibext" \
++               && { test -f "$additional_libdir/lib$name.$shlibext" \
++                    || { test "$shlibext" = dll \
++                         && test -f "$additional_libdir/lib$name.dll.a"; }; }; then
++              found_dir="$additional_libdir"
++              if test -f "$additional_libdir/lib$name.$shlibext"; then
++                found_so="$additional_libdir/lib$name.$shlibext"
                else
--                if test "$acl_library_names_spec" = '$libname$shrext$versuffix'; then
--                  ver=`(cd "$dir" && \
--                        for f in "$libname$shrext".*; do echo "$f"; done \
--                        | sed -e "s,^$libname$shrext\\\\.,," \
--                        | sort -t '.' -n -r -k1,1 -k2,2 -k3,3 -k4,4 -k5,5 \
--                        | sed 1q ) 2>/dev/null`
--                  if test -n "$ver" && test -f "$dir/$libname$shrext.$ver"; then
--                    found_dir="$dir"
--                    found_so="$dir/$libname$shrext.$ver"
--                  fi
--                else
--                  eval library_names=\"$acl_library_names_spec\"
--                  for f in $library_names; do
--                    if test -f "$dir/$f"; then
--                      found_dir="$dir"
--                      found_so="$dir/$f"
--                      break
--                    fi
--                  done
--                fi
++                found_so="$additional_libdir/lib$name.dll.a"
                fi
--            fi
--                        if test "X$found_dir" = "X"; then
--              if test -f "$dir/$libname.$acl_libext"; then
--                found_dir="$dir"
--                found_a="$dir/$libname.$acl_libext"
++              if test -f "$additional_libdir/lib$name.la"; then
++                found_la="$additional_libdir/lib$name.la"
                fi
--            fi
--            if test "X$found_dir" != "X"; then
--              if test -f "$dir/$libname.la"; then
--                found_la="$dir/$libname.la"
++            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
                case "$x" in
                  -L*)
                    dir=`echo "X$x" | sed -e 's/^X-L//'`
--                                    if test -n "$acl_shlibext"; then
--                    if test -f "$dir/$libname$shrext"; then
--                      found_dir="$dir"
--                      found_so="$dir/$libname$shrext"
++                  if test -n "$shlibext" \
++                     && { test -f "$dir/lib$name.$shlibext" \
++                          || { test "$shlibext" = dll \
++                               && test -f "$dir/lib$name.dll.a"; }; }; then
++                    found_dir="$dir"
++                    if test -f "$dir/lib$name.$shlibext"; then
++                      found_so="$dir/lib$name.$shlibext"
                      else
--                      if test "$acl_library_names_spec" = '$libname$shrext$versuffix'; then
--                        ver=`(cd "$dir" && \
--                              for f in "$libname$shrext".*; do echo "$f"; done \
--                              | sed -e "s,^$libname$shrext\\\\.,," \
--                              | sort -t '.' -n -r -k1,1 -k2,2 -k3,3 -k4,4 -k5,5 \
--                              | sed 1q ) 2>/dev/null`
--                        if test -n "$ver" && test -f "$dir/$libname$shrext.$ver"; then
--                          found_dir="$dir"
--                          found_so="$dir/$libname$shrext.$ver"
--                        fi
--                      else
--                        eval library_names=\"$acl_library_names_spec\"
--                        for f in $library_names; do
--                          if test -f "$dir/$f"; then
--                            found_dir="$dir"
--                            found_so="$dir/$f"
--                            break
--                          fi
--                        done
--                      fi
++                      found_so="$dir/lib$name.dll.a"
                      fi
--                  fi
--                                    if test "X$found_dir" = "X"; then
--                    if test -f "$dir/$libname.$acl_libext"; then
--                      found_dir="$dir"
--                      found_a="$dir/$libname.$acl_libext"
++                    if test -f "$dir/lib$name.la"; then
++                      found_la="$dir/lib$name.la"
                      fi
--                  fi
--                  if test "X$found_dir" != "X"; then
--                    if test -f "$dir/$libname.la"; then
--                      found_la="$dir/$libname.la"
++                  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
                    ;;
            if test "X$found_dir" != "X"; then
                          LTLIBINTL="${LTLIBINTL}${LTLIBINTL:+ }-L$found_dir -l$name"
              if test "X$found_so" != "X"; then
--                                                        if test "$enable_rpath" = no \
--                 || test "X$found_dir" = "X/usr/$acl_libdirstem" \
--                 || test "X$found_dir" = "X/usr/$acl_libdirstem2"; then
++                                                        if test "$enable_rpath" = no || test "X$found_dir" = "X/usr/$acl_libdirstem"; then
                                  LIBINTL="${LIBINTL}${LIBINTL:+ }$found_so"
                else
                                                                                  haveit=
                  if test -z "$haveit"; then
                    ltrpathdirs="$ltrpathdirs $found_dir"
                  fi
--                                if test "$acl_hardcode_direct" = yes; then
++                                if test "$hardcode_direct" = yes; then
                                                        LIBINTL="${LIBINTL}${LIBINTL:+ }$found_so"
                  else
--                  if test -n "$acl_hardcode_libdir_flag_spec" && test "$acl_hardcode_minus_L" = no; then
++                  if test -n "$hardcode_libdir_flag_spec" && test "$hardcode_minus_L" = no; then
                                                              LIBINTL="${LIBINTL}${LIBINTL:+ }$found_so"
                                                              haveit=
                      for x in $rpathdirs; do
                      if test -z "$haveit"; then
                        LIBINTL="${LIBINTL}${LIBINTL:+ }-L$found_dir"
                      fi
--                    if test "$acl_hardcode_minus_L" != no; then
++                    if test "$hardcode_minus_L" != no; then
                                                                                          LIBINTL="${LIBINTL}${LIBINTL:+ }$found_so"
                      else
                                                                                                                                                                                  LIBINTL="${LIBINTL}${LIBINTL:+ }-l$name"
              case "$found_dir" in
                */$acl_libdirstem | */$acl_libdirstem/)
                  basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem/"'*$,,'`
--                if test "$name" = 'intl'; then
--                  LIBINTL_PREFIX="$basedir"
--                fi
--                additional_includedir="$basedir/include"
--                ;;
--              */$acl_libdirstem2 | */$acl_libdirstem2/)
--                basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem2/"'*$,,'`
--                if test "$name" = 'intl'; then
--                  LIBINTL_PREFIX="$basedir"
--                fi
                  additional_includedir="$basedir/include"
                  ;;
              esac
                  case "$dep" in
                    -L*)
                      additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'`
--                                                                                                                                                                if test "X$additional_libdir" != "X/usr/$acl_libdirstem" \
--                       && test "X$additional_libdir" != "X/usr/$acl_libdirstem2"; then
++                                                                                                                                                                if test "X$additional_libdir" != "X/usr/$acl_libdirstem"; then
                        haveit=
--                      if test "X$additional_libdir" = "X/usr/local/$acl_libdirstem" \
--                         || test "X$additional_libdir" = "X/usr/local/$acl_libdirstem2"; then
++                      if test "X$additional_libdir" = "X/usr/local/$acl_libdirstem"; then
                          if test -n "$GCC"; then
                            case $host_os in
                              linux* | gnu* | k*bsd*-gnu) haveit=yes;;
      done
    done
    if test "X$rpathdirs" != "X"; then
--    if test -n "$acl_hardcode_libdir_separator"; then
++    if test -n "$hardcode_libdir_separator"; then
                          alldirs=
        for found_dir in $rpathdirs; do
--        alldirs="${alldirs}${alldirs:+$acl_hardcode_libdir_separator}$found_dir"
++        alldirs="${alldirs}${alldirs:+$hardcode_libdir_separator}$found_dir"
        done
              acl_save_libdir="$libdir"
        libdir="$alldirs"
--      eval flag=\"$acl_hardcode_libdir_flag_spec\"
++      eval flag=\"$hardcode_libdir_flag_spec\"
        libdir="$acl_save_libdir"
        LIBINTL="${LIBINTL}${LIBINTL:+ }$flag"
      else
              for found_dir in $rpathdirs; do
          acl_save_libdir="$libdir"
          libdir="$found_dir"
--        eval flag=\"$acl_hardcode_libdir_flag_spec\"
++        eval flag=\"$hardcode_libdir_flag_spec\"
          libdir="$acl_save_libdir"
          LIBINTL="${LIBINTL}${LIBINTL:+ }$flag"
        done
      done
    fi
  
--
--
--
--
--
            { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU gettext in libintl" >&5
  $as_echo_n "checking for GNU gettext in libintl... " >&6; }
  if eval \${$gt_func_gnugettext_libintl+:} false; then :
@@@ -7283,7 -7270,7 +6917,6 @@@ els
              LIBS="$LIBS $LIBINTL"
                          cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  /* end confdefs.h.  */
--
  #include <libintl.h>
  $gt_revision_test_code
  extern int _nl_msg_cat_cntr;
@@@ -7292,14 -7279,14 +6925,11 @@@ exter
  "C"
  #endif
  const char *_nl_expand_alias (const char *);
--
  int
  main ()
  {
--
  bindtextdomain ("", "");
  return * gettext ("")$gt_expression_test_code + _nl_msg_cat_cntr + *_nl_expand_alias ("")
--
    ;
    return 0;
  }
@@@ -7315,7 -7302,7 +6945,6 @@@ rm -f core conftest.err conftest.$ac_ob
                LIBS="$LIBS $LIBICONV"
                cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  /* end confdefs.h.  */
--
  #include <libintl.h>
  $gt_revision_test_code
  extern int _nl_msg_cat_cntr;
@@@ -7324,22 -7311,22 +6953,19 @@@ exter
  "C"
  #endif
  const char *_nl_expand_alias (const char *);
--
  int
  main ()
  {
--
  bindtextdomain ("", "");
  return * gettext ("")$gt_expression_test_code + _nl_msg_cat_cntr + *_nl_expand_alias ("")
--
    ;
    return 0;
  }
  _ACEOF
  if ac_fn_c_try_link "$LINENO"; then :
    LIBINTL="$LIBINTL $LIBICONV"
--                 LTLIBINTL="$LTLIBINTL $LTLIBICONV"
--                 eval "$gt_func_gnugettext_libintl=yes"
++                LTLIBINTL="$LTLIBINTL $LTLIBICONV"
++                eval "$gt_func_gnugettext_libintl=yes"
  
  fi
  rm -f core conftest.err conftest.$ac_objext \
@@@ -9472,6 -9439,6 +9078,14 @@@ LIBOBJS=$ac_libobj
  LTLIBOBJS=$ac_ltlibobjs
  
  
++{ $as_echo "$as_me:${as_lineno-$LINENO}: checking that generated files are newer than configure" >&5
++$as_echo_n "checking that generated files are newer than configure... " >&6; }
++   if test -n "$am_sleep_pid"; then
++     # Hide warnings about reused PIDs.
++     wait $am_sleep_pid 2>/dev/null
++   fi
++   { $as_echo "$as_me:${as_lineno-$LINENO}: result: done" >&5
++$as_echo "done" >&6; }
   if test -n "$EXEEXT"; then
    am__EXEEXT_TRUE=
    am__EXEEXT_FALSE='#'
@@@ -10771,7 -10734,7 +10381,7 @@@ $as_echo "$as_me: executing $ac_file co
  
    case $ac_file$ac_mode in
      "depfiles":C) test x"$AMDEP_TRUE" != x"" || {
--  # Autoconf 2.62 quotes --file arguments for eval, but not when files
++  # Older Autoconf quotes --file arguments for eval, but not when files
    # are listed without --file.  Let's play safe and only enable the eval
    # if we detect the quoting.
    case $CONFIG_FILES in
      # 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
++    # 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.
@@@ -10818,21 -10781,21 +10428,19 @@@ $as_echo X"$mf" 
        continue
      fi
      # Extract the definition of DEPDIR, am__include, and am__quote
--    # from the Makefile without running `make'.
++    # 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
++    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
++       sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g'`; do
        # Make sure the directory exists.
        test -f "$dirpart/$file" && continue
        fdir=`$as_dirname -- "$file" ||
@@@ -10875,7 -10838,7 +10483,7 @@@ $as_echo X"$file" 
        case "$ac_file" in */Makefile.in)
          # Adjust a relative srcdir.
          ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'`
--        ac_dir_suffix=/`echo "$ac_dir"|sed 's%^\./%%'`
++        ac_dir_suffix="/`echo "$ac_dir"|sed 's%^\./%%'`"
          ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'`
          # In autoconf-2.13 it is called $ac_given_srcdir.
          # In autoconf-2.50 it is called $srcdir.
          if test -f "$ac_given_srcdir/$ac_dir/POTFILES.in"; then
            rm -f "$ac_dir/POTFILES"
            test -n "$as_me" && echo "$as_me: creating $ac_dir/POTFILES" || echo "creating $ac_dir/POTFILES"
--          gt_tab=`printf '\t'`
--          cat "$ac_given_srcdir/$ac_dir/POTFILES.in" | sed -e "/^#/d" -e "/^[ ${gt_tab}]*\$/d" -e "s,.*,     $top_srcdir/& \\\\," | sed -e "\$s/\(.*\) \\\\/\1/" > "$ac_dir/POTFILES"
++          cat "$ac_given_srcdir/$ac_dir/POTFILES.in" | sed -e "/^#/d" -e "/^[         ]*\$/d" -e "s,.*,     $top_srcdir/& \\\\," | sed -e "\$s/\(.*\) \\\\/\1/" > "$ac_dir/POTFILES"
            POMAKEFILEDEPS="POTFILES.in"
            # ALL_LINGUAS, POFILES, UPDATEPOFILES, DUMMYPOFILES, GMOFILES depend
            # on $ac_dir but don't depend on user-specified configuration
                test -n "$as_me" && echo "$as_me: setting ALL_LINGUAS in configure.in is obsolete" || echo "setting ALL_LINGUAS in configure.in is obsolete"
              fi
              ALL_LINGUAS_=`sed -e "/^#/d" -e "s/#.*//" "$ac_given_srcdir/$ac_dir/LINGUAS"`
--            # Hide the ALL_LINGUAS assignment from automake < 1.5.
++            # Hide the ALL_LINGUAS assigment from automake < 1.5.
              eval 'ALL_LINGUAS''=$ALL_LINGUAS_'
              POMAKEFILEDEPS="$POMAKEFILEDEPS LINGUAS"
            else
              # The set of available languages was given in configure.in.
--            # Hide the ALL_LINGUAS assignment from automake < 1.5.
++            # Hide the ALL_LINGUAS assigment from automake < 1.5.
              eval 'ALL_LINGUAS''=$OBSOLETE_ALL_LINGUAS'
            fi
            # Compute POFILES
@@@ -4,4 -4,3 +4,4 @@@
  /usr/share/psensor/psensor-pref.glade
  /usr/share/psensor/sensor-edit.glade
  /usr/share/psensor/psensor.glade
- /usr/share/glib-2.0
++/usr/share/glib-2.0
diff --cc doc/Makefile.in
@@@ -1,9 -1,9 +1,8 @@@
--# Makefile.in generated by automake 1.11.6 from Makefile.am.
++# Makefile.in generated by automake 1.14.1 from Makefile.am.
  # @configure_input@
  
--# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
--# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
--# Foundation, Inc.
++# Copyright (C) 1994-2013 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.
  @SET_MAKE@
  
  VPATH = @srcdir@
--am__make_dryrun = \
--  { \
--    am__dry=no; \
++am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
++am__make_running_with_option = \
++  case $${target_option-} in \
++      ?) ;; \
++      *) echo "am__make_running_with_option: internal error: invalid" \
++              "target option '$${target_option-}' specified" >&2; \
++         exit 1;; \
++  esac; \
++  has_opt=no; \
++  sane_makeflags=$$MAKEFLAGS; \
++  if $(am__is_gnu_make); then \
++    sane_makeflags=$$MFLAGS; \
++  else \
      case $$MAKEFLAGS in \
        *\\[\ \ ]*) \
--        echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
--          | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
--      *) \
--        for am__flg in $$MAKEFLAGS; do \
--          case $$am__flg in \
--            *=*|--*) ;; \
--            *n*) am__dry=yes; break;; \
--          esac; \
--        done;; \
++        bs=\\; \
++        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
++          | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
      esac; \
--    test $$am__dry = yes; \
--  }
++  fi; \
++  skip_next=no; \
++  strip_trailopt () \
++  { \
++    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
++  }; \
++  for flg in $$sane_makeflags; do \
++    test $$skip_next = yes && { skip_next=no; continue; }; \
++    case $$flg in \
++      *=*|--*) continue;; \
++        -*I) strip_trailopt 'I'; skip_next=yes;; \
++      -*I?*) strip_trailopt 'I';; \
++        -*O) strip_trailopt 'O'; skip_next=yes;; \
++      -*O?*) strip_trailopt 'O';; \
++        -*l) strip_trailopt 'l'; skip_next=yes;; \
++      -*l?*) strip_trailopt 'l';; \
++      -[dEDm]) skip_next=yes;; \
++      -[JT]) skip_next=yes;; \
++    esac; \
++    case $$flg in \
++      *$$target_option*) has_opt=yes; break;; \
++    esac; \
++  done; \
++  test $$has_opt = yes
++am__make_dryrun = (target_option=n; $(am__make_running_with_option))
++am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
  pkgdatadir = $(datadir)/@PACKAGE@
  pkgincludedir = $(includedir)/@PACKAGE@
  pkglibdir = $(libdir)/@PACKAGE@
@@@ -52,16 -52,16 +79,32 @@@ POST_UNINSTALL = 
  build_triplet = @build@
  host_triplet = @host@
  subdir = doc
--DIST_COMMON = $(dist_doc_DATA) $(srcdir)/Makefile.am \
--      $(srcdir)/Makefile.in
++DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
++      $(dist_doc_DATA)
  ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
--am__aclocal_m4_deps = $(top_srcdir)/configure.ac
++am__aclocal_m4_deps = $(top_srcdir)/m4/gettext.m4 \
++      $(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/lib-ld.m4 \
++      $(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \
++      $(top_srcdir)/m4/nls.m4 $(top_srcdir)/m4/po.m4 \
++      $(top_srcdir)/m4/progtest.m4 $(top_srcdir)/configure.ac
  am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
        $(ACLOCAL_M4)
  mkinstalldirs = $(install_sh) -d
  CONFIG_HEADER = $(top_builddir)/config.h
  CONFIG_CLEAN_FILES =
  CONFIG_CLEAN_VPATH_FILES =
++AM_V_P = $(am__v_P_@AM_V@)
++am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
++am__v_P_0 = false
++am__v_P_1 = :
++AM_V_GEN = $(am__v_GEN_@AM_V@)
++am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
++am__v_GEN_0 = @echo "  GEN     " $@;
++am__v_GEN_1 = 
++AM_V_at = $(am__v_at_@AM_V@)
++am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
++am__v_at_0 = @
++am__v_at_1 = 
  SOURCES =
  DIST_SOURCES =
  am__can_run_installinfo = \
@@@ -98,9 -98,9 +141,11 @@@ am__uninstall_files_from_dir = { 
    }
  am__installdirs = "$(DESTDIR)$(docdir)"
  DATA = $(dist_doc_DATA)
++am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
  DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  ACLOCAL = @ACLOCAL@
  AMTAR = @AMTAR@
++AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
  APPINDICATOR_CFLAGS = @APPINDICATOR_CFLAGS@
  APPINDICATOR_LIBS = @APPINDICATOR_LIBS@
  AR = @AR@
@@@ -125,12 -126,8 +171,7 @@@ ECHO_N = @ECHO_N
  ECHO_T = @ECHO_T@
  EGREP = @EGREP@
  EXEEXT = @EXEEXT@
- GCONFTOOL = @GCONFTOOL@
- GCONF_CFLAGS = @GCONF_CFLAGS@
- GCONF_LIBS = @GCONF_LIBS@
- GCONF_SCHEMA_CONFIG_SOURCE = @GCONF_SCHEMA_CONFIG_SOURCE@
- GCONF_SCHEMA_FILE_DIR = @GCONF_SCHEMA_FILE_DIR@
--GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
+ GLIB_COMPILE_SCHEMAS = @GLIB_COMPILE_SCHEMAS@
  GMSGFMT = @GMSGFMT@
  GMSGFMT_015 = @GMSGFMT_015@
  GREP = @GREP@
@@@ -185,7 -183,7 +227,6 @@@ PKG_CONFIG_PATH = @PKG_CONFIG_PATH
  POSUB = @POSUB@
  PTHREAD_LIBS = @PTHREAD_LIBS@
  RANLIB = @RANLIB@
--SED = @SED@
  SENSORS_LIBS = @SENSORS_LIBS@
  SET_MAKE = @SET_MAKE@
  SHELL = @SHELL@
@@@ -200,7 -198,7 +241,6 @@@ XEXT_CFLAGS = @XEXT_CFLAGS
  XEXT_LIBS = @XEXT_LIBS@
  XGETTEXT = @XGETTEXT@
  XGETTEXT_015 = @XGETTEXT_015@
--XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@
  XMKMF = @XMKMF@
  abs_builddir = @abs_builddir@
  abs_srcdir = @abs_srcdir@
@@@ -308,11 -307,11 +349,11 @@@ uninstall-dist_docDATA
        @list='$(dist_doc_DATA)'; test -n "$(docdir)" || list=; \
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
        dir='$(DESTDIR)$(docdir)'; $(am__uninstall_files_from_dir)
--tags: TAGS
--TAGS:
++tags TAGS:
 +
- ctags: CTAGS
- CTAGS:
++ctags CTAGS:
 -ctags: CTAGS
 -CTAGS:
++cscope cscopelist:
  
  
  distdir: $(DISTFILES)
@@@ -450,20 -449,23 +491,24 @@@ uninstall-am: uninstall-dist_docDAT
  
  .MAKE: install-am install-strip
  
--.PHONY: all all-am check check-am clean clean-generic distclean \
--      distclean-generic distdir dvi dvi-am html html-am info info-am \
--      install install-am install-data install-data-am \
--      install-dist_docDATA install-dvi install-dvi-am install-exec \
--      install-exec-am install-html install-html-am install-info \
--      install-info-am install-man install-pdf install-pdf-am \
--      install-ps install-ps-am install-strip installcheck \
--      installcheck-am installdirs maintainer-clean \
--      maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
--      pdf-am ps ps-am uninstall uninstall-am uninstall-dist_docDATA
++.PHONY: all all-am check check-am clean clean-generic cscopelist-am \
++      ctags-am distclean distclean-generic distdir dvi dvi-am html \
++      html-am info info-am install install-am install-data \
++      install-data-am install-dist_docDATA install-dvi \
++      install-dvi-am install-exec install-exec-am install-html \
++      install-html-am install-info install-info-am install-man \
++      install-pdf install-pdf-am install-ps install-ps-am \
++      install-strip installcheck installcheck-am installdirs \
++      maintainer-clean maintainer-clean-generic mostlyclean \
++      mostlyclean-generic pdf pdf-am ps ps-am tags-am uninstall \
++      uninstall-am uninstall-dist_docDATA
  
+ @ASCIIDOC_TRUE@faq.html: faq.txt ../www/style.css
+ @ASCIIDOC_TRUE@       asciidoc --theme style -a themedir=`pwd`/../www -n -a toc faq.txt
  
faq.html: faq.txt ../www/style.css
-       asciidoc --theme style -a themedir=`pwd`/../www -n -a toc faq.txt 
@ASCIIDOC_TRUE@TODO.html: faq.txt ../www/style.css
+ @ASCIIDOC_TRUE@       asciidoc --theme style -a themedir=`pwd`/../www -n -a toc TODO.txt
  
  # 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.
@@@ -1,9 -1,9 +1,8 @@@
--# Makefile.in generated by automake 1.11.6 from Makefile.am.
++# Makefile.in generated by automake 1.14.1 from Makefile.am.
  # @configure_input@
  
--# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
--# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
--# Foundation, Inc.
++# Copyright (C) 1994-2013 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.
  @SET_MAKE@
  
  VPATH = @srcdir@
--am__make_dryrun = \
--  { \
--    am__dry=no; \
++am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
++am__make_running_with_option = \
++  case $${target_option-} in \
++      ?) ;; \
++      *) echo "am__make_running_with_option: internal error: invalid" \
++              "target option '$${target_option-}' specified" >&2; \
++         exit 1;; \
++  esac; \
++  has_opt=no; \
++  sane_makeflags=$$MAKEFLAGS; \
++  if $(am__is_gnu_make); then \
++    sane_makeflags=$$MFLAGS; \
++  else \
      case $$MAKEFLAGS in \
        *\\[\ \ ]*) \
--        echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
--          | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
--      *) \
--        for am__flg in $$MAKEFLAGS; do \
--          case $$am__flg in \
--            *=*|--*) ;; \
--            *n*) am__dry=yes; break;; \
--          esac; \
--        done;; \
++        bs=\\; \
++        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
++          | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
      esac; \
--    test $$am__dry = yes; \
--  }
++  fi; \
++  skip_next=no; \
++  strip_trailopt () \
++  { \
++    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
++  }; \
++  for flg in $$sane_makeflags; do \
++    test $$skip_next = yes && { skip_next=no; continue; }; \
++    case $$flg in \
++      *=*|--*) continue;; \
++        -*I) strip_trailopt 'I'; skip_next=yes;; \
++      -*I?*) strip_trailopt 'I';; \
++        -*O) strip_trailopt 'O'; skip_next=yes;; \
++      -*O?*) strip_trailopt 'O';; \
++        -*l) strip_trailopt 'l'; skip_next=yes;; \
++      -*l?*) strip_trailopt 'l';; \
++      -[dEDm]) skip_next=yes;; \
++      -[JT]) skip_next=yes;; \
++    esac; \
++    case $$flg in \
++      *$$target_option*) has_opt=yes; break;; \
++    esac; \
++  done; \
++  test $$has_opt = yes
++am__make_dryrun = (target_option=n; $(am__make_running_with_option))
++am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
  pkgdatadir = $(datadir)/@PACKAGE@
  pkgincludedir = $(includedir)/@PACKAGE@
  pkglibdir = $(libdir)/@PACKAGE@
@@@ -52,15 -52,15 +79,31 @@@ POST_UNINSTALL = 
  build_triplet = @build@
  host_triplet = @host@
  subdir = icons/hicolor/14x14
--DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
++DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am
  ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
--am__aclocal_m4_deps = $(top_srcdir)/configure.ac
++am__aclocal_m4_deps = $(top_srcdir)/m4/gettext.m4 \
++      $(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/lib-ld.m4 \
++      $(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \
++      $(top_srcdir)/m4/nls.m4 $(top_srcdir)/m4/po.m4 \
++      $(top_srcdir)/m4/progtest.m4 $(top_srcdir)/configure.ac
  am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
        $(ACLOCAL_M4)
  mkinstalldirs = $(install_sh) -d
  CONFIG_HEADER = $(top_builddir)/config.h
  CONFIG_CLEAN_FILES =
  CONFIG_CLEAN_VPATH_FILES =
++AM_V_P = $(am__v_P_@AM_V@)
++am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
++am__v_P_0 = false
++am__v_P_1 = :
++AM_V_GEN = $(am__v_GEN_@AM_V@)
++am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
++am__v_GEN_0 = @echo "  GEN     " $@;
++am__v_GEN_1 = 
++AM_V_at = $(am__v_at_@AM_V@)
++am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
++am__v_at_0 = @
++am__v_at_1 = 
  SOURCES =
  DIST_SOURCES =
  am__can_run_installinfo = \
@@@ -97,9 -97,9 +140,11 @@@ am__uninstall_files_from_dir = { 
    }
  am__installdirs = "$(DESTDIR)$(psensordistpixdir)"
  DATA = $(psensordistpix_DATA)
++am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
  DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  ACLOCAL = @ACLOCAL@
  AMTAR = @AMTAR@
++AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
  APPINDICATOR_CFLAGS = @APPINDICATOR_CFLAGS@
  APPINDICATOR_LIBS = @APPINDICATOR_LIBS@
  AR = @AR@
@@@ -124,12 -125,8 +170,7 @@@ ECHO_N = @ECHO_N
  ECHO_T = @ECHO_T@
  EGREP = @EGREP@
  EXEEXT = @EXEEXT@
- GCONFTOOL = @GCONFTOOL@
- GCONF_CFLAGS = @GCONF_CFLAGS@
- GCONF_LIBS = @GCONF_LIBS@
- GCONF_SCHEMA_CONFIG_SOURCE = @GCONF_SCHEMA_CONFIG_SOURCE@
- GCONF_SCHEMA_FILE_DIR = @GCONF_SCHEMA_FILE_DIR@
--GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
+ GLIB_COMPILE_SCHEMAS = @GLIB_COMPILE_SCHEMAS@
  GMSGFMT = @GMSGFMT@
  GMSGFMT_015 = @GMSGFMT_015@
  GREP = @GREP@
@@@ -184,7 -182,7 +226,6 @@@ PKG_CONFIG_PATH = @PKG_CONFIG_PATH
  POSUB = @POSUB@
  PTHREAD_LIBS = @PTHREAD_LIBS@
  RANLIB = @RANLIB@
--SED = @SED@
  SENSORS_LIBS = @SENSORS_LIBS@
  SET_MAKE = @SET_MAKE@
  SHELL = @SHELL@
@@@ -199,7 -197,7 +240,6 @@@ XEXT_CFLAGS = @XEXT_CFLAGS
  XEXT_LIBS = @XEXT_LIBS@
  XGETTEXT = @XGETTEXT@
  XGETTEXT_015 = @XGETTEXT_015@
--XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@
  XMKMF = @XMKMF@
  abs_builddir = @abs_builddir@
  abs_srcdir = @abs_srcdir@
@@@ -312,11 -311,11 +353,11 @@@ uninstall-psensordistpixDATA
        @list='$(psensordistpix_DATA)'; test -n "$(psensordistpixdir)" || list=; \
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
        dir='$(DESTDIR)$(psensordistpixdir)'; $(am__uninstall_files_from_dir)
--tags: TAGS
--TAGS:
++tags TAGS:
++
++ctags CTAGS:
  
--ctags: CTAGS
--CTAGS:
++cscope cscopelist:
  
  
  distdir: $(DISTFILES)
@@@ -454,17 -453,17 +495,17 @@@ uninstall-am: uninstall-psensordistpixD
  
  .MAKE: install-am install-strip
  
--.PHONY: all all-am check check-am clean clean-generic distclean \
--      distclean-generic distdir dvi dvi-am html html-am info info-am \
--      install install-am install-data install-data-am install-dvi \
--      install-dvi-am install-exec install-exec-am install-html \
--      install-html-am install-info install-info-am install-man \
--      install-pdf install-pdf-am install-ps install-ps-am \
--      install-psensordistpixDATA install-strip installcheck \
--      installcheck-am installdirs maintainer-clean \
--      maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
--      pdf-am ps ps-am uninstall uninstall-am \
--      uninstall-psensordistpixDATA
++.PHONY: all all-am check check-am clean clean-generic cscopelist-am \
++      ctags-am distclean distclean-generic distdir dvi dvi-am html \
++      html-am info info-am install install-am install-data \
++      install-data-am install-dvi install-dvi-am install-exec \
++      install-exec-am install-html install-html-am install-info \
++      install-info-am install-man install-pdf install-pdf-am \
++      install-ps install-ps-am install-psensordistpixDATA \
++      install-strip installcheck installcheck-am installdirs \
++      maintainer-clean maintainer-clean-generic mostlyclean \
++      mostlyclean-generic pdf pdf-am ps ps-am tags-am uninstall \
++      uninstall-am uninstall-psensordistpixDATA
  
  
  # Tell versions [3.59,3.63) of GNU make to not export all variables.
@@@ -1,9 -1,9 +1,8 @@@
--# Makefile.in generated by automake 1.11.6 from Makefile.am.
++# Makefile.in generated by automake 1.14.1 from Makefile.am.
  # @configure_input@
  
--# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
--# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
--# Foundation, Inc.
++# Copyright (C) 1994-2013 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.
  @SET_MAKE@
  
  VPATH = @srcdir@
--am__make_dryrun = \
--  { \
--    am__dry=no; \
++am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
++am__make_running_with_option = \
++  case $${target_option-} in \
++      ?) ;; \
++      *) echo "am__make_running_with_option: internal error: invalid" \
++              "target option '$${target_option-}' specified" >&2; \
++         exit 1;; \
++  esac; \
++  has_opt=no; \
++  sane_makeflags=$$MAKEFLAGS; \
++  if $(am__is_gnu_make); then \
++    sane_makeflags=$$MFLAGS; \
++  else \
      case $$MAKEFLAGS in \
        *\\[\ \ ]*) \
--        echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
--          | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
--      *) \
--        for am__flg in $$MAKEFLAGS; do \
--          case $$am__flg in \
--            *=*|--*) ;; \
--            *n*) am__dry=yes; break;; \
--          esac; \
--        done;; \
++        bs=\\; \
++        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
++          | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
      esac; \
--    test $$am__dry = yes; \
--  }
++  fi; \
++  skip_next=no; \
++  strip_trailopt () \
++  { \
++    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
++  }; \
++  for flg in $$sane_makeflags; do \
++    test $$skip_next = yes && { skip_next=no; continue; }; \
++    case $$flg in \
++      *=*|--*) continue;; \
++        -*I) strip_trailopt 'I'; skip_next=yes;; \
++      -*I?*) strip_trailopt 'I';; \
++        -*O) strip_trailopt 'O'; skip_next=yes;; \
++      -*O?*) strip_trailopt 'O';; \
++        -*l) strip_trailopt 'l'; skip_next=yes;; \
++      -*l?*) strip_trailopt 'l';; \
++      -[dEDm]) skip_next=yes;; \
++      -[JT]) skip_next=yes;; \
++    esac; \
++    case $$flg in \
++      *$$target_option*) has_opt=yes; break;; \
++    esac; \
++  done; \
++  test $$has_opt = yes
++am__make_dryrun = (target_option=n; $(am__make_running_with_option))
++am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
  pkgdatadir = $(datadir)/@PACKAGE@
  pkgincludedir = $(includedir)/@PACKAGE@
  pkglibdir = $(libdir)/@PACKAGE@
@@@ -52,15 -52,15 +79,31 @@@ POST_UNINSTALL = 
  build_triplet = @build@
  host_triplet = @host@
  subdir = icons/hicolor/16x16
--DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
++DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am
  ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
--am__aclocal_m4_deps = $(top_srcdir)/configure.ac
++am__aclocal_m4_deps = $(top_srcdir)/m4/gettext.m4 \
++      $(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/lib-ld.m4 \
++      $(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \
++      $(top_srcdir)/m4/nls.m4 $(top_srcdir)/m4/po.m4 \
++      $(top_srcdir)/m4/progtest.m4 $(top_srcdir)/configure.ac
  am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
        $(ACLOCAL_M4)
  mkinstalldirs = $(install_sh) -d
  CONFIG_HEADER = $(top_builddir)/config.h
  CONFIG_CLEAN_FILES =
  CONFIG_CLEAN_VPATH_FILES =
++AM_V_P = $(am__v_P_@AM_V@)
++am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
++am__v_P_0 = false
++am__v_P_1 = :
++AM_V_GEN = $(am__v_GEN_@AM_V@)
++am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
++am__v_GEN_0 = @echo "  GEN     " $@;
++am__v_GEN_1 = 
++AM_V_at = $(am__v_at_@AM_V@)
++am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
++am__v_at_0 = @
++am__v_at_1 = 
  SOURCES =
  DIST_SOURCES =
  am__can_run_installinfo = \
@@@ -97,9 -97,9 +140,11 @@@ am__uninstall_files_from_dir = { 
    }
  am__installdirs = "$(DESTDIR)$(psensordistpixdir)"
  DATA = $(psensordistpix_DATA)
++am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
  DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  ACLOCAL = @ACLOCAL@
  AMTAR = @AMTAR@
++AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
  APPINDICATOR_CFLAGS = @APPINDICATOR_CFLAGS@
  APPINDICATOR_LIBS = @APPINDICATOR_LIBS@
  AR = @AR@
@@@ -124,12 -125,8 +170,7 @@@ ECHO_N = @ECHO_N
  ECHO_T = @ECHO_T@
  EGREP = @EGREP@
  EXEEXT = @EXEEXT@
- GCONFTOOL = @GCONFTOOL@
- GCONF_CFLAGS = @GCONF_CFLAGS@
- GCONF_LIBS = @GCONF_LIBS@
- GCONF_SCHEMA_CONFIG_SOURCE = @GCONF_SCHEMA_CONFIG_SOURCE@
- GCONF_SCHEMA_FILE_DIR = @GCONF_SCHEMA_FILE_DIR@
--GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
+ GLIB_COMPILE_SCHEMAS = @GLIB_COMPILE_SCHEMAS@
  GMSGFMT = @GMSGFMT@
  GMSGFMT_015 = @GMSGFMT_015@
  GREP = @GREP@
@@@ -184,7 -182,7 +226,6 @@@ PKG_CONFIG_PATH = @PKG_CONFIG_PATH
  POSUB = @POSUB@
  PTHREAD_LIBS = @PTHREAD_LIBS@
  RANLIB = @RANLIB@
--SED = @SED@
  SENSORS_LIBS = @SENSORS_LIBS@
  SET_MAKE = @SET_MAKE@
  SHELL = @SHELL@
@@@ -199,7 -197,7 +240,6 @@@ XEXT_CFLAGS = @XEXT_CFLAGS
  XEXT_LIBS = @XEXT_LIBS@
  XGETTEXT = @XGETTEXT@
  XGETTEXT_015 = @XGETTEXT_015@
--XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@
  XMKMF = @XMKMF@
  abs_builddir = @abs_builddir@
  abs_srcdir = @abs_srcdir@
@@@ -312,11 -311,11 +353,11 @@@ uninstall-psensordistpixDATA
        @list='$(psensordistpix_DATA)'; test -n "$(psensordistpixdir)" || list=; \
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
        dir='$(DESTDIR)$(psensordistpixdir)'; $(am__uninstall_files_from_dir)
--tags: TAGS
--TAGS:
++tags TAGS:
++
++ctags CTAGS:
  
--ctags: CTAGS
--CTAGS:
++cscope cscopelist:
  
  
  distdir: $(DISTFILES)
@@@ -454,17 -453,17 +495,17 @@@ uninstall-am: uninstall-psensordistpixD
  
  .MAKE: install-am install-strip
  
--.PHONY: all all-am check check-am clean clean-generic distclean \
--      distclean-generic distdir dvi dvi-am html html-am info info-am \
--      install install-am install-data install-data-am install-dvi \
--      install-dvi-am install-exec install-exec-am install-html \
--      install-html-am install-info install-info-am install-man \
--      install-pdf install-pdf-am install-ps install-ps-am \
--      install-psensordistpixDATA install-strip installcheck \
--      installcheck-am installdirs maintainer-clean \
--      maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
--      pdf-am ps ps-am uninstall uninstall-am \
--      uninstall-psensordistpixDATA
++.PHONY: all all-am check check-am clean clean-generic cscopelist-am \
++      ctags-am distclean distclean-generic distdir dvi dvi-am html \
++      html-am info info-am install install-am install-data \
++      install-data-am install-dvi install-dvi-am install-exec \
++      install-exec-am install-html install-html-am install-info \
++      install-info-am install-man install-pdf install-pdf-am \
++      install-ps install-ps-am install-psensordistpixDATA \
++      install-strip installcheck installcheck-am installdirs \
++      maintainer-clean maintainer-clean-generic mostlyclean \
++      mostlyclean-generic pdf pdf-am ps ps-am tags-am uninstall \
++      uninstall-am uninstall-psensordistpixDATA
  
  
  # Tell versions [3.59,3.63) of GNU make to not export all variables.
@@@ -1,9 -1,9 +1,8 @@@
--# Makefile.in generated by automake 1.11.6 from Makefile.am.
++# Makefile.in generated by automake 1.14.1 from Makefile.am.
  # @configure_input@
  
--# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
--# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
--# Foundation, Inc.
++# Copyright (C) 1994-2013 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.
  @SET_MAKE@
  
  VPATH = @srcdir@
--am__make_dryrun = \
--  { \
--    am__dry=no; \
++am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
++am__make_running_with_option = \
++  case $${target_option-} in \
++      ?) ;; \
++      *) echo "am__make_running_with_option: internal error: invalid" \
++              "target option '$${target_option-}' specified" >&2; \
++         exit 1;; \
++  esac; \
++  has_opt=no; \
++  sane_makeflags=$$MAKEFLAGS; \
++  if $(am__is_gnu_make); then \
++    sane_makeflags=$$MFLAGS; \
++  else \
      case $$MAKEFLAGS in \
        *\\[\ \ ]*) \
--        echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
--          | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
--      *) \
--        for am__flg in $$MAKEFLAGS; do \
--          case $$am__flg in \
--            *=*|--*) ;; \
--            *n*) am__dry=yes; break;; \
--          esac; \
--        done;; \
++        bs=\\; \
++        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
++          | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
      esac; \
--    test $$am__dry = yes; \
--  }
++  fi; \
++  skip_next=no; \
++  strip_trailopt () \
++  { \
++    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
++  }; \
++  for flg in $$sane_makeflags; do \
++    test $$skip_next = yes && { skip_next=no; continue; }; \
++    case $$flg in \
++      *=*|--*) continue;; \
++        -*I) strip_trailopt 'I'; skip_next=yes;; \
++      -*I?*) strip_trailopt 'I';; \
++        -*O) strip_trailopt 'O'; skip_next=yes;; \
++      -*O?*) strip_trailopt 'O';; \
++        -*l) strip_trailopt 'l'; skip_next=yes;; \
++      -*l?*) strip_trailopt 'l';; \
++      -[dEDm]) skip_next=yes;; \
++      -[JT]) skip_next=yes;; \
++    esac; \
++    case $$flg in \
++      *$$target_option*) has_opt=yes; break;; \
++    esac; \
++  done; \
++  test $$has_opt = yes
++am__make_dryrun = (target_option=n; $(am__make_running_with_option))
++am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
  pkgdatadir = $(datadir)/@PACKAGE@
  pkgincludedir = $(includedir)/@PACKAGE@
  pkglibdir = $(libdir)/@PACKAGE@
@@@ -52,15 -52,15 +79,31 @@@ POST_UNINSTALL = 
  build_triplet = @build@
  host_triplet = @host@
  subdir = icons/hicolor/22x22
--DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
++DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am
  ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
--am__aclocal_m4_deps = $(top_srcdir)/configure.ac
++am__aclocal_m4_deps = $(top_srcdir)/m4/gettext.m4 \
++      $(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/lib-ld.m4 \
++      $(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \
++      $(top_srcdir)/m4/nls.m4 $(top_srcdir)/m4/po.m4 \
++      $(top_srcdir)/m4/progtest.m4 $(top_srcdir)/configure.ac
  am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
        $(ACLOCAL_M4)
  mkinstalldirs = $(install_sh) -d
  CONFIG_HEADER = $(top_builddir)/config.h
  CONFIG_CLEAN_FILES =
  CONFIG_CLEAN_VPATH_FILES =
++AM_V_P = $(am__v_P_@AM_V@)
++am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
++am__v_P_0 = false
++am__v_P_1 = :
++AM_V_GEN = $(am__v_GEN_@AM_V@)
++am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
++am__v_GEN_0 = @echo "  GEN     " $@;
++am__v_GEN_1 = 
++AM_V_at = $(am__v_at_@AM_V@)
++am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
++am__v_at_0 = @
++am__v_at_1 = 
  SOURCES =
  DIST_SOURCES =
  am__can_run_installinfo = \
@@@ -97,9 -97,9 +140,11 @@@ am__uninstall_files_from_dir = { 
    }
  am__installdirs = "$(DESTDIR)$(psensordistpixdir)"
  DATA = $(psensordistpix_DATA)
++am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
  DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  ACLOCAL = @ACLOCAL@
  AMTAR = @AMTAR@
++AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
  APPINDICATOR_CFLAGS = @APPINDICATOR_CFLAGS@
  APPINDICATOR_LIBS = @APPINDICATOR_LIBS@
  AR = @AR@
@@@ -124,12 -125,8 +170,7 @@@ ECHO_N = @ECHO_N
  ECHO_T = @ECHO_T@
  EGREP = @EGREP@
  EXEEXT = @EXEEXT@
- GCONFTOOL = @GCONFTOOL@
- GCONF_CFLAGS = @GCONF_CFLAGS@
- GCONF_LIBS = @GCONF_LIBS@
- GCONF_SCHEMA_CONFIG_SOURCE = @GCONF_SCHEMA_CONFIG_SOURCE@
- GCONF_SCHEMA_FILE_DIR = @GCONF_SCHEMA_FILE_DIR@
--GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
+ GLIB_COMPILE_SCHEMAS = @GLIB_COMPILE_SCHEMAS@
  GMSGFMT = @GMSGFMT@
  GMSGFMT_015 = @GMSGFMT_015@
  GREP = @GREP@
@@@ -184,7 -182,7 +226,6 @@@ PKG_CONFIG_PATH = @PKG_CONFIG_PATH
  POSUB = @POSUB@
  PTHREAD_LIBS = @PTHREAD_LIBS@
  RANLIB = @RANLIB@
--SED = @SED@
  SENSORS_LIBS = @SENSORS_LIBS@
  SET_MAKE = @SET_MAKE@
  SHELL = @SHELL@
@@@ -199,7 -197,7 +240,6 @@@ XEXT_CFLAGS = @XEXT_CFLAGS
  XEXT_LIBS = @XEXT_LIBS@
  XGETTEXT = @XGETTEXT@
  XGETTEXT_015 = @XGETTEXT_015@
--XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@
  XMKMF = @XMKMF@
  abs_builddir = @abs_builddir@
  abs_srcdir = @abs_srcdir@
@@@ -312,11 -311,11 +353,11 @@@ uninstall-psensordistpixDATA
        @list='$(psensordistpix_DATA)'; test -n "$(psensordistpixdir)" || list=; \
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
        dir='$(DESTDIR)$(psensordistpixdir)'; $(am__uninstall_files_from_dir)
--tags: TAGS
--TAGS:
++tags TAGS:
++
++ctags CTAGS:
  
--ctags: CTAGS
--CTAGS:
++cscope cscopelist:
  
  
  distdir: $(DISTFILES)
@@@ -454,17 -453,17 +495,17 @@@ uninstall-am: uninstall-psensordistpixD
  
  .MAKE: install-am install-strip
  
--.PHONY: all all-am check check-am clean clean-generic distclean \
--      distclean-generic distdir dvi dvi-am html html-am info info-am \
--      install install-am install-data install-data-am install-dvi \
--      install-dvi-am install-exec install-exec-am install-html \
--      install-html-am install-info install-info-am install-man \
--      install-pdf install-pdf-am install-ps install-ps-am \
--      install-psensordistpixDATA install-strip installcheck \
--      installcheck-am installdirs maintainer-clean \
--      maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
--      pdf-am ps ps-am uninstall uninstall-am \
--      uninstall-psensordistpixDATA
++.PHONY: all all-am check check-am clean clean-generic cscopelist-am \
++      ctags-am distclean distclean-generic distdir dvi dvi-am html \
++      html-am info info-am install install-am install-data \
++      install-data-am install-dvi install-dvi-am install-exec \
++      install-exec-am install-html install-html-am install-info \
++      install-info-am install-man install-pdf install-pdf-am \
++      install-ps install-ps-am install-psensordistpixDATA \
++      install-strip installcheck installcheck-am installdirs \
++      maintainer-clean maintainer-clean-generic mostlyclean \
++      mostlyclean-generic pdf pdf-am ps ps-am tags-am uninstall \
++      uninstall-am uninstall-psensordistpixDATA
  
  
  # Tell versions [3.59,3.63) of GNU make to not export all variables.
@@@ -1,9 -1,9 +1,8 @@@
--# Makefile.in generated by automake 1.11.6 from Makefile.am.
++# Makefile.in generated by automake 1.14.1 from Makefile.am.
  # @configure_input@
  
--# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
--# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
--# Foundation, Inc.
++# Copyright (C) 1994-2013 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.
  @SET_MAKE@
  
  VPATH = @srcdir@
--am__make_dryrun = \
--  { \
--    am__dry=no; \
++am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
++am__make_running_with_option = \
++  case $${target_option-} in \
++      ?) ;; \
++      *) echo "am__make_running_with_option: internal error: invalid" \
++              "target option '$${target_option-}' specified" >&2; \
++         exit 1;; \
++  esac; \
++  has_opt=no; \
++  sane_makeflags=$$MAKEFLAGS; \
++  if $(am__is_gnu_make); then \
++    sane_makeflags=$$MFLAGS; \
++  else \
      case $$MAKEFLAGS in \
        *\\[\ \ ]*) \
--        echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
--          | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
--      *) \
--        for am__flg in $$MAKEFLAGS; do \
--          case $$am__flg in \
--            *=*|--*) ;; \
--            *n*) am__dry=yes; break;; \
--          esac; \
--        done;; \
++        bs=\\; \
++        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
++          | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
      esac; \
--    test $$am__dry = yes; \
--  }
++  fi; \
++  skip_next=no; \
++  strip_trailopt () \
++  { \
++    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
++  }; \
++  for flg in $$sane_makeflags; do \
++    test $$skip_next = yes && { skip_next=no; continue; }; \
++    case $$flg in \
++      *=*|--*) continue;; \
++        -*I) strip_trailopt 'I'; skip_next=yes;; \
++      -*I?*) strip_trailopt 'I';; \
++        -*O) strip_trailopt 'O'; skip_next=yes;; \
++      -*O?*) strip_trailopt 'O';; \
++        -*l) strip_trailopt 'l'; skip_next=yes;; \
++      -*l?*) strip_trailopt 'l';; \
++      -[dEDm]) skip_next=yes;; \
++      -[JT]) skip_next=yes;; \
++    esac; \
++    case $$flg in \
++      *$$target_option*) has_opt=yes; break;; \
++    esac; \
++  done; \
++  test $$has_opt = yes
++am__make_dryrun = (target_option=n; $(am__make_running_with_option))
++am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
  pkgdatadir = $(datadir)/@PACKAGE@
  pkgincludedir = $(includedir)/@PACKAGE@
  pkglibdir = $(libdir)/@PACKAGE@
@@@ -52,15 -52,15 +79,31 @@@ POST_UNINSTALL = 
  build_triplet = @build@
  host_triplet = @host@
  subdir = icons/hicolor/24x24
--DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
++DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am
  ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
--am__aclocal_m4_deps = $(top_srcdir)/configure.ac
++am__aclocal_m4_deps = $(top_srcdir)/m4/gettext.m4 \
++      $(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/lib-ld.m4 \
++      $(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \
++      $(top_srcdir)/m4/nls.m4 $(top_srcdir)/m4/po.m4 \
++      $(top_srcdir)/m4/progtest.m4 $(top_srcdir)/configure.ac
  am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
        $(ACLOCAL_M4)
  mkinstalldirs = $(install_sh) -d
  CONFIG_HEADER = $(top_builddir)/config.h
  CONFIG_CLEAN_FILES =
  CONFIG_CLEAN_VPATH_FILES =
++AM_V_P = $(am__v_P_@AM_V@)
++am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
++am__v_P_0 = false
++am__v_P_1 = :
++AM_V_GEN = $(am__v_GEN_@AM_V@)
++am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
++am__v_GEN_0 = @echo "  GEN     " $@;
++am__v_GEN_1 = 
++AM_V_at = $(am__v_at_@AM_V@)
++am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
++am__v_at_0 = @
++am__v_at_1 = 
  SOURCES =
  DIST_SOURCES =
  am__can_run_installinfo = \
@@@ -97,9 -97,9 +140,11 @@@ am__uninstall_files_from_dir = { 
    }
  am__installdirs = "$(DESTDIR)$(psensordistpixdir)"
  DATA = $(psensordistpix_DATA)
++am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
  DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  ACLOCAL = @ACLOCAL@
  AMTAR = @AMTAR@
++AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
  APPINDICATOR_CFLAGS = @APPINDICATOR_CFLAGS@
  APPINDICATOR_LIBS = @APPINDICATOR_LIBS@
  AR = @AR@
@@@ -124,12 -125,8 +170,7 @@@ ECHO_N = @ECHO_N
  ECHO_T = @ECHO_T@
  EGREP = @EGREP@
  EXEEXT = @EXEEXT@
- GCONFTOOL = @GCONFTOOL@
- GCONF_CFLAGS = @GCONF_CFLAGS@
- GCONF_LIBS = @GCONF_LIBS@
- GCONF_SCHEMA_CONFIG_SOURCE = @GCONF_SCHEMA_CONFIG_SOURCE@
- GCONF_SCHEMA_FILE_DIR = @GCONF_SCHEMA_FILE_DIR@
--GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
+ GLIB_COMPILE_SCHEMAS = @GLIB_COMPILE_SCHEMAS@
  GMSGFMT = @GMSGFMT@
  GMSGFMT_015 = @GMSGFMT_015@
  GREP = @GREP@
@@@ -184,7 -182,7 +226,6 @@@ PKG_CONFIG_PATH = @PKG_CONFIG_PATH
  POSUB = @POSUB@
  PTHREAD_LIBS = @PTHREAD_LIBS@
  RANLIB = @RANLIB@
--SED = @SED@
  SENSORS_LIBS = @SENSORS_LIBS@
  SET_MAKE = @SET_MAKE@
  SHELL = @SHELL@
@@@ -199,7 -197,7 +240,6 @@@ XEXT_CFLAGS = @XEXT_CFLAGS
  XEXT_LIBS = @XEXT_LIBS@
  XGETTEXT = @XGETTEXT@
  XGETTEXT_015 = @XGETTEXT_015@
--XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@
  XMKMF = @XMKMF@
  abs_builddir = @abs_builddir@
  abs_srcdir = @abs_srcdir@
@@@ -312,11 -311,11 +353,11 @@@ uninstall-psensordistpixDATA
        @list='$(psensordistpix_DATA)'; test -n "$(psensordistpixdir)" || list=; \
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
        dir='$(DESTDIR)$(psensordistpixdir)'; $(am__uninstall_files_from_dir)
--tags: TAGS
--TAGS:
++tags TAGS:
++
++ctags CTAGS:
  
--ctags: CTAGS
--CTAGS:
++cscope cscopelist:
  
  
  distdir: $(DISTFILES)
@@@ -454,17 -453,17 +495,17 @@@ uninstall-am: uninstall-psensordistpixD
  
  .MAKE: install-am install-strip
  
--.PHONY: all all-am check check-am clean clean-generic distclean \
--      distclean-generic distdir dvi dvi-am html html-am info info-am \
--      install install-am install-data install-data-am install-dvi \
--      install-dvi-am install-exec install-exec-am install-html \
--      install-html-am install-info install-info-am install-man \
--      install-pdf install-pdf-am install-ps install-ps-am \
--      install-psensordistpixDATA install-strip installcheck \
--      installcheck-am installdirs maintainer-clean \
--      maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
--      pdf-am ps ps-am uninstall uninstall-am \
--      uninstall-psensordistpixDATA
++.PHONY: all all-am check check-am clean clean-generic cscopelist-am \
++      ctags-am distclean distclean-generic distdir dvi dvi-am html \
++      html-am info info-am install install-am install-data \
++      install-data-am install-dvi install-dvi-am install-exec \
++      install-exec-am install-html install-html-am install-info \
++      install-info-am install-man install-pdf install-pdf-am \
++      install-ps install-ps-am install-psensordistpixDATA \
++      install-strip installcheck installcheck-am installdirs \
++      maintainer-clean maintainer-clean-generic mostlyclean \
++      mostlyclean-generic pdf pdf-am ps ps-am tags-am uninstall \
++      uninstall-am uninstall-psensordistpixDATA
  
  
  # Tell versions [3.59,3.63) of GNU make to not export all variables.
@@@ -1,9 -1,9 +1,8 @@@
--# Makefile.in generated by automake 1.11.6 from Makefile.am.
++# Makefile.in generated by automake 1.14.1 from Makefile.am.
  # @configure_input@
  
--# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
--# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
--# Foundation, Inc.
++# Copyright (C) 1994-2013 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.
  @SET_MAKE@
  
  VPATH = @srcdir@
--am__make_dryrun = \
--  { \
--    am__dry=no; \
++am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
++am__make_running_with_option = \
++  case $${target_option-} in \
++      ?) ;; \
++      *) echo "am__make_running_with_option: internal error: invalid" \
++              "target option '$${target_option-}' specified" >&2; \
++         exit 1;; \
++  esac; \
++  has_opt=no; \
++  sane_makeflags=$$MAKEFLAGS; \
++  if $(am__is_gnu_make); then \
++    sane_makeflags=$$MFLAGS; \
++  else \
      case $$MAKEFLAGS in \
        *\\[\ \ ]*) \
--        echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
--          | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
--      *) \
--        for am__flg in $$MAKEFLAGS; do \
--          case $$am__flg in \
--            *=*|--*) ;; \
--            *n*) am__dry=yes; break;; \
--          esac; \
--        done;; \
++        bs=\\; \
++        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
++          | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
      esac; \
--    test $$am__dry = yes; \
--  }
++  fi; \
++  skip_next=no; \
++  strip_trailopt () \
++  { \
++    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
++  }; \
++  for flg in $$sane_makeflags; do \
++    test $$skip_next = yes && { skip_next=no; continue; }; \
++    case $$flg in \
++      *=*|--*) continue;; \
++        -*I) strip_trailopt 'I'; skip_next=yes;; \
++      -*I?*) strip_trailopt 'I';; \
++        -*O) strip_trailopt 'O'; skip_next=yes;; \
++      -*O?*) strip_trailopt 'O';; \
++        -*l) strip_trailopt 'l'; skip_next=yes;; \
++      -*l?*) strip_trailopt 'l';; \
++      -[dEDm]) skip_next=yes;; \
++      -[JT]) skip_next=yes;; \
++    esac; \
++    case $$flg in \
++      *$$target_option*) has_opt=yes; break;; \
++    esac; \
++  done; \
++  test $$has_opt = yes
++am__make_dryrun = (target_option=n; $(am__make_running_with_option))
++am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
  pkgdatadir = $(datadir)/@PACKAGE@
  pkgincludedir = $(includedir)/@PACKAGE@
  pkglibdir = $(libdir)/@PACKAGE@
@@@ -52,15 -52,15 +79,31 @@@ POST_UNINSTALL = 
  build_triplet = @build@
  host_triplet = @host@
  subdir = icons/hicolor/32x32
--DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
++DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am
  ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
--am__aclocal_m4_deps = $(top_srcdir)/configure.ac
++am__aclocal_m4_deps = $(top_srcdir)/m4/gettext.m4 \
++      $(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/lib-ld.m4 \
++      $(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \
++      $(top_srcdir)/m4/nls.m4 $(top_srcdir)/m4/po.m4 \
++      $(top_srcdir)/m4/progtest.m4 $(top_srcdir)/configure.ac
  am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
        $(ACLOCAL_M4)
  mkinstalldirs = $(install_sh) -d
  CONFIG_HEADER = $(top_builddir)/config.h
  CONFIG_CLEAN_FILES =
  CONFIG_CLEAN_VPATH_FILES =
++AM_V_P = $(am__v_P_@AM_V@)
++am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
++am__v_P_0 = false
++am__v_P_1 = :
++AM_V_GEN = $(am__v_GEN_@AM_V@)
++am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
++am__v_GEN_0 = @echo "  GEN     " $@;
++am__v_GEN_1 = 
++AM_V_at = $(am__v_at_@AM_V@)
++am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
++am__v_at_0 = @
++am__v_at_1 = 
  SOURCES =
  DIST_SOURCES =
  am__can_run_installinfo = \
@@@ -97,9 -97,9 +140,11 @@@ am__uninstall_files_from_dir = { 
    }
  am__installdirs = "$(DESTDIR)$(psensordistpixdir)"
  DATA = $(psensordistpix_DATA)
++am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
  DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  ACLOCAL = @ACLOCAL@
  AMTAR = @AMTAR@
++AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
  APPINDICATOR_CFLAGS = @APPINDICATOR_CFLAGS@
  APPINDICATOR_LIBS = @APPINDICATOR_LIBS@
  AR = @AR@
@@@ -124,12 -125,8 +170,7 @@@ ECHO_N = @ECHO_N
  ECHO_T = @ECHO_T@
  EGREP = @EGREP@
  EXEEXT = @EXEEXT@
- GCONFTOOL = @GCONFTOOL@
- GCONF_CFLAGS = @GCONF_CFLAGS@
- GCONF_LIBS = @GCONF_LIBS@
- GCONF_SCHEMA_CONFIG_SOURCE = @GCONF_SCHEMA_CONFIG_SOURCE@
- GCONF_SCHEMA_FILE_DIR = @GCONF_SCHEMA_FILE_DIR@
--GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
+ GLIB_COMPILE_SCHEMAS = @GLIB_COMPILE_SCHEMAS@
  GMSGFMT = @GMSGFMT@
  GMSGFMT_015 = @GMSGFMT_015@
  GREP = @GREP@
@@@ -184,7 -182,7 +226,6 @@@ PKG_CONFIG_PATH = @PKG_CONFIG_PATH
  POSUB = @POSUB@
  PTHREAD_LIBS = @PTHREAD_LIBS@
  RANLIB = @RANLIB@
--SED = @SED@
  SENSORS_LIBS = @SENSORS_LIBS@
  SET_MAKE = @SET_MAKE@
  SHELL = @SHELL@
@@@ -199,7 -197,7 +240,6 @@@ XEXT_CFLAGS = @XEXT_CFLAGS
  XEXT_LIBS = @XEXT_LIBS@
  XGETTEXT = @XGETTEXT@
  XGETTEXT_015 = @XGETTEXT_015@
--XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@
  XMKMF = @XMKMF@
  abs_builddir = @abs_builddir@
  abs_srcdir = @abs_srcdir@
@@@ -312,11 -311,11 +353,11 @@@ uninstall-psensordistpixDATA
        @list='$(psensordistpix_DATA)'; test -n "$(psensordistpixdir)" || list=; \
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
        dir='$(DESTDIR)$(psensordistpixdir)'; $(am__uninstall_files_from_dir)
--tags: TAGS
--TAGS:
++tags TAGS:
++
++ctags CTAGS:
  
--ctags: CTAGS
--CTAGS:
++cscope cscopelist:
  
  
  distdir: $(DISTFILES)
@@@ -454,17 -453,17 +495,17 @@@ uninstall-am: uninstall-psensordistpixD
  
  .MAKE: install-am install-strip
  
--.PHONY: all all-am check check-am clean clean-generic distclean \
--      distclean-generic distdir dvi dvi-am html html-am info info-am \
--      install install-am install-data install-data-am install-dvi \
--      install-dvi-am install-exec install-exec-am install-html \
--      install-html-am install-info install-info-am install-man \
--      install-pdf install-pdf-am install-ps install-ps-am \
--      install-psensordistpixDATA install-strip installcheck \
--      installcheck-am installdirs maintainer-clean \
--      maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
--      pdf-am ps ps-am uninstall uninstall-am \
--      uninstall-psensordistpixDATA
++.PHONY: all all-am check check-am clean clean-generic cscopelist-am \
++      ctags-am distclean distclean-generic distdir dvi dvi-am html \
++      html-am info info-am install install-am install-data \
++      install-data-am install-dvi install-dvi-am install-exec \
++      install-exec-am install-html install-html-am install-info \
++      install-info-am install-man install-pdf install-pdf-am \
++      install-ps install-ps-am install-psensordistpixDATA \
++      install-strip installcheck installcheck-am installdirs \
++      maintainer-clean maintainer-clean-generic mostlyclean \
++      mostlyclean-generic pdf pdf-am ps ps-am tags-am uninstall \
++      uninstall-am uninstall-psensordistpixDATA
  
  
  # Tell versions [3.59,3.63) of GNU make to not export all variables.
@@@ -1,9 -1,9 +1,8 @@@
--# Makefile.in generated by automake 1.11.6 from Makefile.am.
++# Makefile.in generated by automake 1.14.1 from Makefile.am.
  # @configure_input@
  
--# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
--# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
--# Foundation, Inc.
++# Copyright (C) 1994-2013 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.
  @SET_MAKE@
  
  VPATH = @srcdir@
--am__make_dryrun = \
--  { \
--    am__dry=no; \
++am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
++am__make_running_with_option = \
++  case $${target_option-} in \
++      ?) ;; \
++      *) echo "am__make_running_with_option: internal error: invalid" \
++              "target option '$${target_option-}' specified" >&2; \
++         exit 1;; \
++  esac; \
++  has_opt=no; \
++  sane_makeflags=$$MAKEFLAGS; \
++  if $(am__is_gnu_make); then \
++    sane_makeflags=$$MFLAGS; \
++  else \
      case $$MAKEFLAGS in \
        *\\[\ \ ]*) \
--        echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
--          | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
--      *) \
--        for am__flg in $$MAKEFLAGS; do \
--          case $$am__flg in \
--            *=*|--*) ;; \
--            *n*) am__dry=yes; break;; \
--          esac; \
--        done;; \
++        bs=\\; \
++        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
++          | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
      esac; \
--    test $$am__dry = yes; \
--  }
++  fi; \
++  skip_next=no; \
++  strip_trailopt () \
++  { \
++    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
++  }; \
++  for flg in $$sane_makeflags; do \
++    test $$skip_next = yes && { skip_next=no; continue; }; \
++    case $$flg in \
++      *=*|--*) continue;; \
++        -*I) strip_trailopt 'I'; skip_next=yes;; \
++      -*I?*) strip_trailopt 'I';; \
++        -*O) strip_trailopt 'O'; skip_next=yes;; \
++      -*O?*) strip_trailopt 'O';; \
++        -*l) strip_trailopt 'l'; skip_next=yes;; \
++      -*l?*) strip_trailopt 'l';; \
++      -[dEDm]) skip_next=yes;; \
++      -[JT]) skip_next=yes;; \
++    esac; \
++    case $$flg in \
++      *$$target_option*) has_opt=yes; break;; \
++    esac; \
++  done; \
++  test $$has_opt = yes
++am__make_dryrun = (target_option=n; $(am__make_running_with_option))
++am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
  pkgdatadir = $(datadir)/@PACKAGE@
  pkgincludedir = $(includedir)/@PACKAGE@
  pkglibdir = $(libdir)/@PACKAGE@
@@@ -52,15 -52,15 +79,31 @@@ POST_UNINSTALL = 
  build_triplet = @build@
  host_triplet = @host@
  subdir = icons/hicolor/48x48
--DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
++DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am
  ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
--am__aclocal_m4_deps = $(top_srcdir)/configure.ac
++am__aclocal_m4_deps = $(top_srcdir)/m4/gettext.m4 \
++      $(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/lib-ld.m4 \
++      $(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \
++      $(top_srcdir)/m4/nls.m4 $(top_srcdir)/m4/po.m4 \
++      $(top_srcdir)/m4/progtest.m4 $(top_srcdir)/configure.ac
  am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
        $(ACLOCAL_M4)
  mkinstalldirs = $(install_sh) -d
  CONFIG_HEADER = $(top_builddir)/config.h
  CONFIG_CLEAN_FILES =
  CONFIG_CLEAN_VPATH_FILES =
++AM_V_P = $(am__v_P_@AM_V@)
++am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
++am__v_P_0 = false
++am__v_P_1 = :
++AM_V_GEN = $(am__v_GEN_@AM_V@)
++am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
++am__v_GEN_0 = @echo "  GEN     " $@;
++am__v_GEN_1 = 
++AM_V_at = $(am__v_at_@AM_V@)
++am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
++am__v_at_0 = @
++am__v_at_1 = 
  SOURCES =
  DIST_SOURCES =
  am__can_run_installinfo = \
@@@ -97,9 -97,9 +140,11 @@@ am__uninstall_files_from_dir = { 
    }
  am__installdirs = "$(DESTDIR)$(psensordistpixdir)"
  DATA = $(psensordistpix_DATA)
++am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
  DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  ACLOCAL = @ACLOCAL@
  AMTAR = @AMTAR@
++AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
  APPINDICATOR_CFLAGS = @APPINDICATOR_CFLAGS@
  APPINDICATOR_LIBS = @APPINDICATOR_LIBS@
  AR = @AR@
@@@ -124,12 -125,8 +170,7 @@@ ECHO_N = @ECHO_N
  ECHO_T = @ECHO_T@
  EGREP = @EGREP@
  EXEEXT = @EXEEXT@
- GCONFTOOL = @GCONFTOOL@
- GCONF_CFLAGS = @GCONF_CFLAGS@
- GCONF_LIBS = @GCONF_LIBS@
- GCONF_SCHEMA_CONFIG_SOURCE = @GCONF_SCHEMA_CONFIG_SOURCE@
- GCONF_SCHEMA_FILE_DIR = @GCONF_SCHEMA_FILE_DIR@
--GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
+ GLIB_COMPILE_SCHEMAS = @GLIB_COMPILE_SCHEMAS@
  GMSGFMT = @GMSGFMT@
  GMSGFMT_015 = @GMSGFMT_015@
  GREP = @GREP@
@@@ -184,7 -182,7 +226,6 @@@ PKG_CONFIG_PATH = @PKG_CONFIG_PATH
  POSUB = @POSUB@
  PTHREAD_LIBS = @PTHREAD_LIBS@
  RANLIB = @RANLIB@
--SED = @SED@
  SENSORS_LIBS = @SENSORS_LIBS@
  SET_MAKE = @SET_MAKE@
  SHELL = @SHELL@
@@@ -199,7 -197,7 +240,6 @@@ XEXT_CFLAGS = @XEXT_CFLAGS
  XEXT_LIBS = @XEXT_LIBS@
  XGETTEXT = @XGETTEXT@
  XGETTEXT_015 = @XGETTEXT_015@
--XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@
  XMKMF = @XMKMF@
  abs_builddir = @abs_builddir@
  abs_srcdir = @abs_srcdir@
@@@ -312,11 -311,11 +353,11 @@@ uninstall-psensordistpixDATA
        @list='$(psensordistpix_DATA)'; test -n "$(psensordistpixdir)" || list=; \
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
        dir='$(DESTDIR)$(psensordistpixdir)'; $(am__uninstall_files_from_dir)
--tags: TAGS
--TAGS:
++tags TAGS:
++
++ctags CTAGS:
  
--ctags: CTAGS
--CTAGS:
++cscope cscopelist:
  
  
  distdir: $(DISTFILES)
@@@ -454,17 -453,17 +495,17 @@@ uninstall-am: uninstall-psensordistpixD
  
  .MAKE: install-am install-strip
  
--.PHONY: all all-am check check-am clean clean-generic distclean \
--      distclean-generic distdir dvi dvi-am html html-am info info-am \
--      install install-am install-data install-data-am install-dvi \
--      install-dvi-am install-exec install-exec-am install-html \
--      install-html-am install-info install-info-am install-man \
--      install-pdf install-pdf-am install-ps install-ps-am \
--      install-psensordistpixDATA install-strip installcheck \
--      installcheck-am installdirs maintainer-clean \
--      maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
--      pdf-am ps ps-am uninstall uninstall-am \
--      uninstall-psensordistpixDATA
++.PHONY: all all-am check check-am clean clean-generic cscopelist-am \
++      ctags-am distclean distclean-generic distdir dvi dvi-am html \
++      html-am info info-am install install-am install-data \
++      install-data-am install-dvi install-dvi-am install-exec \
++      install-exec-am install-html install-html-am install-info \
++      install-info-am install-man install-pdf install-pdf-am \
++      install-ps install-ps-am install-psensordistpixDATA \
++      install-strip installcheck installcheck-am installdirs \
++      maintainer-clean maintainer-clean-generic mostlyclean \
++      mostlyclean-generic pdf pdf-am ps ps-am tags-am uninstall \
++      uninstall-am uninstall-psensordistpixDATA
  
  
  # Tell versions [3.59,3.63) of GNU make to not export all variables.
@@@ -1,9 -1,9 +1,8 @@@
--# Makefile.in generated by automake 1.11.6 from Makefile.am.
++# Makefile.in generated by automake 1.14.1 from Makefile.am.
  # @configure_input@
  
--# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
--# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
--# Foundation, Inc.
++# Copyright (C) 1994-2013 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.
  @SET_MAKE@
  
  VPATH = @srcdir@
--am__make_dryrun = \
--  { \
--    am__dry=no; \
++am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
++am__make_running_with_option = \
++  case $${target_option-} in \
++      ?) ;; \
++      *) echo "am__make_running_with_option: internal error: invalid" \
++              "target option '$${target_option-}' specified" >&2; \
++         exit 1;; \
++  esac; \
++  has_opt=no; \
++  sane_makeflags=$$MAKEFLAGS; \
++  if $(am__is_gnu_make); then \
++    sane_makeflags=$$MFLAGS; \
++  else \
      case $$MAKEFLAGS in \
        *\\[\ \ ]*) \
--        echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
--          | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
--      *) \
--        for am__flg in $$MAKEFLAGS; do \
--          case $$am__flg in \
--            *=*|--*) ;; \
--            *n*) am__dry=yes; break;; \
--          esac; \
--        done;; \
++        bs=\\; \
++        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
++          | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
      esac; \
--    test $$am__dry = yes; \
--  }
++  fi; \
++  skip_next=no; \
++  strip_trailopt () \
++  { \
++    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
++  }; \
++  for flg in $$sane_makeflags; do \
++    test $$skip_next = yes && { skip_next=no; continue; }; \
++    case $$flg in \
++      *=*|--*) continue;; \
++        -*I) strip_trailopt 'I'; skip_next=yes;; \
++      -*I?*) strip_trailopt 'I';; \
++        -*O) strip_trailopt 'O'; skip_next=yes;; \
++      -*O?*) strip_trailopt 'O';; \
++        -*l) strip_trailopt 'l'; skip_next=yes;; \
++      -*l?*) strip_trailopt 'l';; \
++      -[dEDm]) skip_next=yes;; \
++      -[JT]) skip_next=yes;; \
++    esac; \
++    case $$flg in \
++      *$$target_option*) has_opt=yes; break;; \
++    esac; \
++  done; \
++  test $$has_opt = yes
++am__make_dryrun = (target_option=n; $(am__make_running_with_option))
++am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
  pkgdatadir = $(datadir)/@PACKAGE@
  pkgincludedir = $(includedir)/@PACKAGE@
  pkglibdir = $(libdir)/@PACKAGE@
@@@ -52,15 -52,15 +79,31 @@@ POST_UNINSTALL = 
  build_triplet = @build@
  host_triplet = @host@
  subdir = icons/hicolor/64x64
--DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
++DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am
  ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
--am__aclocal_m4_deps = $(top_srcdir)/configure.ac
++am__aclocal_m4_deps = $(top_srcdir)/m4/gettext.m4 \
++      $(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/lib-ld.m4 \
++      $(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \
++      $(top_srcdir)/m4/nls.m4 $(top_srcdir)/m4/po.m4 \
++      $(top_srcdir)/m4/progtest.m4 $(top_srcdir)/configure.ac
  am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
        $(ACLOCAL_M4)
  mkinstalldirs = $(install_sh) -d
  CONFIG_HEADER = $(top_builddir)/config.h
  CONFIG_CLEAN_FILES =
  CONFIG_CLEAN_VPATH_FILES =
++AM_V_P = $(am__v_P_@AM_V@)
++am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
++am__v_P_0 = false
++am__v_P_1 = :
++AM_V_GEN = $(am__v_GEN_@AM_V@)
++am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
++am__v_GEN_0 = @echo "  GEN     " $@;
++am__v_GEN_1 = 
++AM_V_at = $(am__v_at_@AM_V@)
++am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
++am__v_at_0 = @
++am__v_at_1 = 
  SOURCES =
  DIST_SOURCES =
  am__can_run_installinfo = \
@@@ -97,9 -97,9 +140,11 @@@ am__uninstall_files_from_dir = { 
    }
  am__installdirs = "$(DESTDIR)$(psensordistpixdir)"
  DATA = $(psensordistpix_DATA)
++am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
  DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  ACLOCAL = @ACLOCAL@
  AMTAR = @AMTAR@
++AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
  APPINDICATOR_CFLAGS = @APPINDICATOR_CFLAGS@
  APPINDICATOR_LIBS = @APPINDICATOR_LIBS@
  AR = @AR@
@@@ -124,12 -125,8 +170,7 @@@ ECHO_N = @ECHO_N
  ECHO_T = @ECHO_T@
  EGREP = @EGREP@
  EXEEXT = @EXEEXT@
- GCONFTOOL = @GCONFTOOL@
- GCONF_CFLAGS = @GCONF_CFLAGS@
- GCONF_LIBS = @GCONF_LIBS@
- GCONF_SCHEMA_CONFIG_SOURCE = @GCONF_SCHEMA_CONFIG_SOURCE@
- GCONF_SCHEMA_FILE_DIR = @GCONF_SCHEMA_FILE_DIR@
--GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
+ GLIB_COMPILE_SCHEMAS = @GLIB_COMPILE_SCHEMAS@
  GMSGFMT = @GMSGFMT@
  GMSGFMT_015 = @GMSGFMT_015@
  GREP = @GREP@
@@@ -184,7 -182,7 +226,6 @@@ PKG_CONFIG_PATH = @PKG_CONFIG_PATH
  POSUB = @POSUB@
  PTHREAD_LIBS = @PTHREAD_LIBS@
  RANLIB = @RANLIB@
--SED = @SED@
  SENSORS_LIBS = @SENSORS_LIBS@
  SET_MAKE = @SET_MAKE@
  SHELL = @SHELL@
@@@ -199,7 -197,7 +240,6 @@@ XEXT_CFLAGS = @XEXT_CFLAGS
  XEXT_LIBS = @XEXT_LIBS@
  XGETTEXT = @XGETTEXT@
  XGETTEXT_015 = @XGETTEXT_015@
--XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@
  XMKMF = @XMKMF@
  abs_builddir = @abs_builddir@
  abs_srcdir = @abs_srcdir@
@@@ -312,11 -311,11 +353,11 @@@ uninstall-psensordistpixDATA
        @list='$(psensordistpix_DATA)'; test -n "$(psensordistpixdir)" || list=; \
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
        dir='$(DESTDIR)$(psensordistpixdir)'; $(am__uninstall_files_from_dir)
--tags: TAGS
--TAGS:
++tags TAGS:
++
++ctags CTAGS:
  
--ctags: CTAGS
--CTAGS:
++cscope cscopelist:
  
  
  distdir: $(DISTFILES)
@@@ -454,17 -453,17 +495,17 @@@ uninstall-am: uninstall-psensordistpixD
  
  .MAKE: install-am install-strip
  
--.PHONY: all all-am check check-am clean clean-generic distclean \
--      distclean-generic distdir dvi dvi-am html html-am info info-am \
--      install install-am install-data install-data-am install-dvi \
--      install-dvi-am install-exec install-exec-am install-html \
--      install-html-am install-info install-info-am install-man \
--      install-pdf install-pdf-am install-ps install-ps-am \
--      install-psensordistpixDATA install-strip installcheck \
--      installcheck-am installdirs maintainer-clean \
--      maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
--      pdf-am ps ps-am uninstall uninstall-am \
--      uninstall-psensordistpixDATA
++.PHONY: all all-am check check-am clean clean-generic cscopelist-am \
++      ctags-am distclean distclean-generic distdir dvi dvi-am html \
++      html-am info info-am install install-am install-data \
++      install-data-am install-dvi install-dvi-am install-exec \
++      install-exec-am install-html install-html-am install-info \
++      install-info-am install-man install-pdf install-pdf-am \
++      install-ps install-ps-am install-psensordistpixDATA \
++      install-strip installcheck installcheck-am installdirs \
++      maintainer-clean maintainer-clean-generic mostlyclean \
++      mostlyclean-generic pdf pdf-am ps ps-am tags-am uninstall \
++      uninstall-am uninstall-psensordistpixDATA
  
  
  # Tell versions [3.59,3.63) of GNU make to not export all variables.
@@@ -1,9 -1,9 +1,8 @@@
--# Makefile.in generated by automake 1.11.6 from Makefile.am.
++# Makefile.in generated by automake 1.14.1 from Makefile.am.
  # @configure_input@
  
--# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
--# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
--# Foundation, Inc.
++# Copyright (C) 1994-2013 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.
  @SET_MAKE@
  
  VPATH = @srcdir@
--am__make_dryrun = \
--  { \
--    am__dry=no; \
++am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
++am__make_running_with_option = \
++  case $${target_option-} in \
++      ?) ;; \
++      *) echo "am__make_running_with_option: internal error: invalid" \
++              "target option '$${target_option-}' specified" >&2; \
++         exit 1;; \
++  esac; \
++  has_opt=no; \
++  sane_makeflags=$$MAKEFLAGS; \
++  if $(am__is_gnu_make); then \
++    sane_makeflags=$$MFLAGS; \
++  else \
      case $$MAKEFLAGS in \
        *\\[\ \ ]*) \
--        echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
--          | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
--      *) \
--        for am__flg in $$MAKEFLAGS; do \
--          case $$am__flg in \
--            *=*|--*) ;; \
--            *n*) am__dry=yes; break;; \
--          esac; \
--        done;; \
++        bs=\\; \
++        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
++          | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
      esac; \
--    test $$am__dry = yes; \
--  }
++  fi; \
++  skip_next=no; \
++  strip_trailopt () \
++  { \
++    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
++  }; \
++  for flg in $$sane_makeflags; do \
++    test $$skip_next = yes && { skip_next=no; continue; }; \
++    case $$flg in \
++      *=*|--*) continue;; \
++        -*I) strip_trailopt 'I'; skip_next=yes;; \
++      -*I?*) strip_trailopt 'I';; \
++        -*O) strip_trailopt 'O'; skip_next=yes;; \
++      -*O?*) strip_trailopt 'O';; \
++        -*l) strip_trailopt 'l'; skip_next=yes;; \
++      -*l?*) strip_trailopt 'l';; \
++      -[dEDm]) skip_next=yes;; \
++      -[JT]) skip_next=yes;; \
++    esac; \
++    case $$flg in \
++      *$$target_option*) has_opt=yes; break;; \
++    esac; \
++  done; \
++  test $$has_opt = yes
++am__make_dryrun = (target_option=n; $(am__make_running_with_option))
++am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
  pkgdatadir = $(datadir)/@PACKAGE@
  pkgincludedir = $(includedir)/@PACKAGE@
  pkglibdir = $(libdir)/@PACKAGE@
@@@ -52,15 -52,15 +79,31 @@@ POST_UNINSTALL = 
  build_triplet = @build@
  host_triplet = @host@
  subdir = icons/hicolor/scalable
--DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
++DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am
  ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
--am__aclocal_m4_deps = $(top_srcdir)/configure.ac
++am__aclocal_m4_deps = $(top_srcdir)/m4/gettext.m4 \
++      $(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/lib-ld.m4 \
++      $(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \
++      $(top_srcdir)/m4/nls.m4 $(top_srcdir)/m4/po.m4 \
++      $(top_srcdir)/m4/progtest.m4 $(top_srcdir)/configure.ac
  am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
        $(ACLOCAL_M4)
  mkinstalldirs = $(install_sh) -d
  CONFIG_HEADER = $(top_builddir)/config.h
  CONFIG_CLEAN_FILES =
  CONFIG_CLEAN_VPATH_FILES =
++AM_V_P = $(am__v_P_@AM_V@)
++am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
++am__v_P_0 = false
++am__v_P_1 = :
++AM_V_GEN = $(am__v_GEN_@AM_V@)
++am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
++am__v_GEN_0 = @echo "  GEN     " $@;
++am__v_GEN_1 = 
++AM_V_at = $(am__v_at_@AM_V@)
++am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
++am__v_at_0 = @
++am__v_at_1 = 
  SOURCES =
  DIST_SOURCES =
  am__can_run_installinfo = \
@@@ -97,9 -97,9 +140,11 @@@ am__uninstall_files_from_dir = { 
    }
  am__installdirs = "$(DESTDIR)$(psensordistpixdir)"
  DATA = $(psensordistpix_DATA)
++am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
  DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  ACLOCAL = @ACLOCAL@
  AMTAR = @AMTAR@
++AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
  APPINDICATOR_CFLAGS = @APPINDICATOR_CFLAGS@
  APPINDICATOR_LIBS = @APPINDICATOR_LIBS@
  AR = @AR@
@@@ -124,12 -125,8 +170,7 @@@ ECHO_N = @ECHO_N
  ECHO_T = @ECHO_T@
  EGREP = @EGREP@
  EXEEXT = @EXEEXT@
- GCONFTOOL = @GCONFTOOL@
- GCONF_CFLAGS = @GCONF_CFLAGS@
- GCONF_LIBS = @GCONF_LIBS@
- GCONF_SCHEMA_CONFIG_SOURCE = @GCONF_SCHEMA_CONFIG_SOURCE@
- GCONF_SCHEMA_FILE_DIR = @GCONF_SCHEMA_FILE_DIR@
--GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
+ GLIB_COMPILE_SCHEMAS = @GLIB_COMPILE_SCHEMAS@
  GMSGFMT = @GMSGFMT@
  GMSGFMT_015 = @GMSGFMT_015@
  GREP = @GREP@
@@@ -184,7 -182,7 +226,6 @@@ PKG_CONFIG_PATH = @PKG_CONFIG_PATH
  POSUB = @POSUB@
  PTHREAD_LIBS = @PTHREAD_LIBS@
  RANLIB = @RANLIB@
--SED = @SED@
  SENSORS_LIBS = @SENSORS_LIBS@
  SET_MAKE = @SET_MAKE@
  SHELL = @SHELL@
@@@ -199,7 -197,7 +240,6 @@@ XEXT_CFLAGS = @XEXT_CFLAGS
  XEXT_LIBS = @XEXT_LIBS@
  XGETTEXT = @XGETTEXT@
  XGETTEXT_015 = @XGETTEXT_015@
--XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@
  XMKMF = @XMKMF@
  abs_builddir = @abs_builddir@
  abs_srcdir = @abs_srcdir@
@@@ -312,11 -311,11 +353,11 @@@ uninstall-psensordistpixDATA
        @list='$(psensordistpix_DATA)'; test -n "$(psensordistpixdir)" || list=; \
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
        dir='$(DESTDIR)$(psensordistpixdir)'; $(am__uninstall_files_from_dir)
--tags: TAGS
--TAGS:
++tags TAGS:
++
++ctags CTAGS:
  
--ctags: CTAGS
--CTAGS:
++cscope cscopelist:
  
  
  distdir: $(DISTFILES)
@@@ -454,17 -453,17 +495,17 @@@ uninstall-am: uninstall-psensordistpixD
  
  .MAKE: install-am install-strip
  
--.PHONY: all all-am check check-am clean clean-generic distclean \
--      distclean-generic distdir dvi dvi-am html html-am info info-am \
--      install install-am install-data install-data-am install-dvi \
--      install-dvi-am install-exec install-exec-am install-html \
--      install-html-am install-info install-info-am install-man \
--      install-pdf install-pdf-am install-ps install-ps-am \
--      install-psensordistpixDATA install-strip installcheck \
--      installcheck-am installdirs maintainer-clean \
--      maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
--      pdf-am ps ps-am uninstall uninstall-am \
--      uninstall-psensordistpixDATA
++.PHONY: all all-am check check-am clean clean-generic cscopelist-am \
++      ctags-am distclean distclean-generic distdir dvi dvi-am html \
++      html-am info info-am install install-am install-data \
++      install-data-am install-dvi install-dvi-am install-exec \
++      install-exec-am install-html install-html-am install-info \
++      install-info-am install-man install-pdf install-pdf-am \
++      install-ps install-ps-am install-psensordistpixDATA \
++      install-strip installcheck installcheck-am installdirs \
++      maintainer-clean maintainer-clean-generic mostlyclean \
++      mostlyclean-generic pdf pdf-am ps ps-am tags-am uninstall \
++      uninstall-am uninstall-psensordistpixDATA
  
  
  # Tell versions [3.59,3.63) of GNU make to not export all variables.
@@@ -1,9 -1,9 +1,8 @@@
--# Makefile.in generated by automake 1.11.6 from Makefile.am.
++# Makefile.in generated by automake 1.14.1 from Makefile.am.
  # @configure_input@
  
--# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
--# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
--# Foundation, Inc.
++# Copyright (C) 1994-2013 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.
  @SET_MAKE@
  
  VPATH = @srcdir@
--am__make_dryrun = \
--  { \
--    am__dry=no; \
++am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
++am__make_running_with_option = \
++  case $${target_option-} in \
++      ?) ;; \
++      *) echo "am__make_running_with_option: internal error: invalid" \
++              "target option '$${target_option-}' specified" >&2; \
++         exit 1;; \
++  esac; \
++  has_opt=no; \
++  sane_makeflags=$$MAKEFLAGS; \
++  if $(am__is_gnu_make); then \
++    sane_makeflags=$$MFLAGS; \
++  else \
      case $$MAKEFLAGS in \
        *\\[\ \ ]*) \
--        echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
--          | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
--      *) \
--        for am__flg in $$MAKEFLAGS; do \
--          case $$am__flg in \
--            *=*|--*) ;; \
--            *n*) am__dry=yes; break;; \
--          esac; \
--        done;; \
++        bs=\\; \
++        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
++          | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
      esac; \
--    test $$am__dry = yes; \
--  }
++  fi; \
++  skip_next=no; \
++  strip_trailopt () \
++  { \
++    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
++  }; \
++  for flg in $$sane_makeflags; do \
++    test $$skip_next = yes && { skip_next=no; continue; }; \
++    case $$flg in \
++      *=*|--*) continue;; \
++        -*I) strip_trailopt 'I'; skip_next=yes;; \
++      -*I?*) strip_trailopt 'I';; \
++        -*O) strip_trailopt 'O'; skip_next=yes;; \
++      -*O?*) strip_trailopt 'O';; \
++        -*l) strip_trailopt 'l'; skip_next=yes;; \
++      -*l?*) strip_trailopt 'l';; \
++      -[dEDm]) skip_next=yes;; \
++      -[JT]) skip_next=yes;; \
++    esac; \
++    case $$flg in \
++      *$$target_option*) has_opt=yes; break;; \
++    esac; \
++  done; \
++  test $$has_opt = yes
++am__make_dryrun = (target_option=n; $(am__make_running_with_option))
++am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
  pkgdatadir = $(datadir)/@PACKAGE@
  pkgincludedir = $(includedir)/@PACKAGE@
  pkglibdir = $(libdir)/@PACKAGE@
@@@ -52,15 -52,15 +79,31 @@@ POST_UNINSTALL = 
  build_triplet = @build@
  host_triplet = @host@
  subdir = icons/ubuntu-mono-dark/apps/22
--DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
++DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am
  ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
--am__aclocal_m4_deps = $(top_srcdir)/configure.ac
++am__aclocal_m4_deps = $(top_srcdir)/m4/gettext.m4 \
++      $(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/lib-ld.m4 \
++      $(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \
++      $(top_srcdir)/m4/nls.m4 $(top_srcdir)/m4/po.m4 \
++      $(top_srcdir)/m4/progtest.m4 $(top_srcdir)/configure.ac
  am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
        $(ACLOCAL_M4)
  mkinstalldirs = $(install_sh) -d
  CONFIG_HEADER = $(top_builddir)/config.h
  CONFIG_CLEAN_FILES =
  CONFIG_CLEAN_VPATH_FILES =
++AM_V_P = $(am__v_P_@AM_V@)
++am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
++am__v_P_0 = false
++am__v_P_1 = :
++AM_V_GEN = $(am__v_GEN_@AM_V@)
++am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
++am__v_GEN_0 = @echo "  GEN     " $@;
++am__v_GEN_1 = 
++AM_V_at = $(am__v_at_@AM_V@)
++am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
++am__v_at_0 = @
++am__v_at_1 = 
  SOURCES =
  DIST_SOURCES =
  am__can_run_installinfo = \
@@@ -97,9 -97,9 +140,11 @@@ am__uninstall_files_from_dir = { 
    }
  am__installdirs = "$(DESTDIR)$(psensordistpixdir)"
  DATA = $(psensordistpix_DATA)
++am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
  DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  ACLOCAL = @ACLOCAL@
  AMTAR = @AMTAR@
++AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
  APPINDICATOR_CFLAGS = @APPINDICATOR_CFLAGS@
  APPINDICATOR_LIBS = @APPINDICATOR_LIBS@
  AR = @AR@
@@@ -124,12 -125,8 +170,7 @@@ ECHO_N = @ECHO_N
  ECHO_T = @ECHO_T@
  EGREP = @EGREP@
  EXEEXT = @EXEEXT@
- GCONFTOOL = @GCONFTOOL@
- GCONF_CFLAGS = @GCONF_CFLAGS@
- GCONF_LIBS = @GCONF_LIBS@
- GCONF_SCHEMA_CONFIG_SOURCE = @GCONF_SCHEMA_CONFIG_SOURCE@
- GCONF_SCHEMA_FILE_DIR = @GCONF_SCHEMA_FILE_DIR@
--GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
+ GLIB_COMPILE_SCHEMAS = @GLIB_COMPILE_SCHEMAS@
  GMSGFMT = @GMSGFMT@
  GMSGFMT_015 = @GMSGFMT_015@
  GREP = @GREP@
@@@ -184,7 -182,7 +226,6 @@@ PKG_CONFIG_PATH = @PKG_CONFIG_PATH
  POSUB = @POSUB@
  PTHREAD_LIBS = @PTHREAD_LIBS@
  RANLIB = @RANLIB@
--SED = @SED@
  SENSORS_LIBS = @SENSORS_LIBS@
  SET_MAKE = @SET_MAKE@
  SHELL = @SHELL@
@@@ -199,7 -197,7 +240,6 @@@ XEXT_CFLAGS = @XEXT_CFLAGS
  XEXT_LIBS = @XEXT_LIBS@
  XGETTEXT = @XGETTEXT@
  XGETTEXT_015 = @XGETTEXT_015@
--XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@
  XMKMF = @XMKMF@
  abs_builddir = @abs_builddir@
  abs_srcdir = @abs_srcdir@
@@@ -312,11 -311,11 +353,11 @@@ uninstall-psensordistpixDATA
        @list='$(psensordistpix_DATA)'; test -n "$(psensordistpixdir)" || list=; \
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
        dir='$(DESTDIR)$(psensordistpixdir)'; $(am__uninstall_files_from_dir)
--tags: TAGS
--TAGS:
++tags TAGS:
++
++ctags CTAGS:
  
--ctags: CTAGS
--CTAGS:
++cscope cscopelist:
  
  
  distdir: $(DISTFILES)
@@@ -454,17 -453,17 +495,17 @@@ uninstall-am: uninstall-psensordistpixD
  
  .MAKE: install-am install-strip
  
--.PHONY: all all-am check check-am clean clean-generic distclean \
--      distclean-generic distdir dvi dvi-am html html-am info info-am \
--      install install-am install-data install-data-am install-dvi \
--      install-dvi-am install-exec install-exec-am install-html \
--      install-html-am install-info install-info-am install-man \
--      install-pdf install-pdf-am install-ps install-ps-am \
--      install-psensordistpixDATA install-strip installcheck \
--      installcheck-am installdirs maintainer-clean \
--      maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
--      pdf-am ps ps-am uninstall uninstall-am \
--      uninstall-psensordistpixDATA
++.PHONY: all all-am check check-am clean clean-generic cscopelist-am \
++      ctags-am distclean distclean-generic distdir dvi dvi-am html \
++      html-am info info-am install install-am install-data \
++      install-data-am install-dvi install-dvi-am install-exec \
++      install-exec-am install-html install-html-am install-info \
++      install-info-am install-man install-pdf install-pdf-am \
++      install-ps install-ps-am install-psensordistpixDATA \
++      install-strip installcheck installcheck-am installdirs \
++      maintainer-clean maintainer-clean-generic mostlyclean \
++      mostlyclean-generic pdf pdf-am ps ps-am tags-am uninstall \
++      uninstall-am uninstall-psensordistpixDATA
  
  
  # Tell versions [3.59,3.63) of GNU make to not export all variables.
@@@ -1,9 -1,9 +1,8 @@@
--# Makefile.in generated by automake 1.11.6 from Makefile.am.
++# Makefile.in generated by automake 1.14.1 from Makefile.am.
  # @configure_input@
  
--# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
--# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
--# Foundation, Inc.
++# Copyright (C) 1994-2013 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.
  @SET_MAKE@
  
  VPATH = @srcdir@
--am__make_dryrun = \
--  { \
--    am__dry=no; \
++am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
++am__make_running_with_option = \
++  case $${target_option-} in \
++      ?) ;; \
++      *) echo "am__make_running_with_option: internal error: invalid" \
++              "target option '$${target_option-}' specified" >&2; \
++         exit 1;; \
++  esac; \
++  has_opt=no; \
++  sane_makeflags=$$MAKEFLAGS; \
++  if $(am__is_gnu_make); then \
++    sane_makeflags=$$MFLAGS; \
++  else \
      case $$MAKEFLAGS in \
        *\\[\ \ ]*) \
--        echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
--          | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
--      *) \
--        for am__flg in $$MAKEFLAGS; do \
--          case $$am__flg in \
--            *=*|--*) ;; \
--            *n*) am__dry=yes; break;; \
--          esac; \
--        done;; \
++        bs=\\; \
++        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
++          | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
      esac; \
--    test $$am__dry = yes; \
--  }
++  fi; \
++  skip_next=no; \
++  strip_trailopt () \
++  { \
++    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
++  }; \
++  for flg in $$sane_makeflags; do \
++    test $$skip_next = yes && { skip_next=no; continue; }; \
++    case $$flg in \
++      *=*|--*) continue;; \
++        -*I) strip_trailopt 'I'; skip_next=yes;; \
++      -*I?*) strip_trailopt 'I';; \
++        -*O) strip_trailopt 'O'; skip_next=yes;; \
++      -*O?*) strip_trailopt 'O';; \
++        -*l) strip_trailopt 'l'; skip_next=yes;; \
++      -*l?*) strip_trailopt 'l';; \
++      -[dEDm]) skip_next=yes;; \
++      -[JT]) skip_next=yes;; \
++    esac; \
++    case $$flg in \
++      *$$target_option*) has_opt=yes; break;; \
++    esac; \
++  done; \
++  test $$has_opt = yes
++am__make_dryrun = (target_option=n; $(am__make_running_with_option))
++am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
  pkgdatadir = $(datadir)/@PACKAGE@
  pkgincludedir = $(includedir)/@PACKAGE@
  pkglibdir = $(libdir)/@PACKAGE@
@@@ -52,15 -52,15 +79,31 @@@ POST_UNINSTALL = 
  build_triplet = @build@
  host_triplet = @host@
  subdir = icons/ubuntu-mono-dark/status/22
--DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
++DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am
  ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
--am__aclocal_m4_deps = $(top_srcdir)/configure.ac
++am__aclocal_m4_deps = $(top_srcdir)/m4/gettext.m4 \
++      $(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/lib-ld.m4 \
++      $(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \
++      $(top_srcdir)/m4/nls.m4 $(top_srcdir)/m4/po.m4 \
++      $(top_srcdir)/m4/progtest.m4 $(top_srcdir)/configure.ac
  am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
        $(ACLOCAL_M4)
  mkinstalldirs = $(install_sh) -d
  CONFIG_HEADER = $(top_builddir)/config.h
  CONFIG_CLEAN_FILES =
  CONFIG_CLEAN_VPATH_FILES =
++AM_V_P = $(am__v_P_@AM_V@)
++am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
++am__v_P_0 = false
++am__v_P_1 = :
++AM_V_GEN = $(am__v_GEN_@AM_V@)
++am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
++am__v_GEN_0 = @echo "  GEN     " $@;
++am__v_GEN_1 = 
++AM_V_at = $(am__v_at_@AM_V@)
++am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
++am__v_at_0 = @
++am__v_at_1 = 
  SOURCES =
  DIST_SOURCES =
  am__can_run_installinfo = \
@@@ -97,9 -97,9 +140,11 @@@ am__uninstall_files_from_dir = { 
    }
  am__installdirs = "$(DESTDIR)$(psensordistpixdir)"
  DATA = $(psensordistpix_DATA)
++am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
  DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  ACLOCAL = @ACLOCAL@
  AMTAR = @AMTAR@
++AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
  APPINDICATOR_CFLAGS = @APPINDICATOR_CFLAGS@
  APPINDICATOR_LIBS = @APPINDICATOR_LIBS@
  AR = @AR@
@@@ -124,12 -125,8 +170,7 @@@ ECHO_N = @ECHO_N
  ECHO_T = @ECHO_T@
  EGREP = @EGREP@
  EXEEXT = @EXEEXT@
- GCONFTOOL = @GCONFTOOL@
- GCONF_CFLAGS = @GCONF_CFLAGS@
- GCONF_LIBS = @GCONF_LIBS@
- GCONF_SCHEMA_CONFIG_SOURCE = @GCONF_SCHEMA_CONFIG_SOURCE@
- GCONF_SCHEMA_FILE_DIR = @GCONF_SCHEMA_FILE_DIR@
--GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
+ GLIB_COMPILE_SCHEMAS = @GLIB_COMPILE_SCHEMAS@
  GMSGFMT = @GMSGFMT@
  GMSGFMT_015 = @GMSGFMT_015@
  GREP = @GREP@
@@@ -184,7 -182,7 +226,6 @@@ PKG_CONFIG_PATH = @PKG_CONFIG_PATH
  POSUB = @POSUB@
  PTHREAD_LIBS = @PTHREAD_LIBS@
  RANLIB = @RANLIB@
--SED = @SED@
  SENSORS_LIBS = @SENSORS_LIBS@
  SET_MAKE = @SET_MAKE@
  SHELL = @SHELL@
@@@ -199,7 -197,7 +240,6 @@@ XEXT_CFLAGS = @XEXT_CFLAGS
  XEXT_LIBS = @XEXT_LIBS@
  XGETTEXT = @XGETTEXT@
  XGETTEXT_015 = @XGETTEXT_015@
--XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@
  XMKMF = @XMKMF@
  abs_builddir = @abs_builddir@
  abs_srcdir = @abs_srcdir@
@@@ -312,11 -311,11 +353,11 @@@ uninstall-psensordistpixDATA
        @list='$(psensordistpix_DATA)'; test -n "$(psensordistpixdir)" || list=; \
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
        dir='$(DESTDIR)$(psensordistpixdir)'; $(am__uninstall_files_from_dir)
--tags: TAGS
--TAGS:
++tags TAGS:
++
++ctags CTAGS:
  
--ctags: CTAGS
--CTAGS:
++cscope cscopelist:
  
  
  distdir: $(DISTFILES)
@@@ -454,17 -453,17 +495,17 @@@ uninstall-am: uninstall-psensordistpixD
  
  .MAKE: install-am install-strip
  
--.PHONY: all all-am check check-am clean clean-generic distclean \
--      distclean-generic distdir dvi dvi-am html html-am info info-am \
--      install install-am install-data install-data-am install-dvi \
--      install-dvi-am install-exec install-exec-am install-html \
--      install-html-am install-info install-info-am install-man \
--      install-pdf install-pdf-am install-ps install-ps-am \
--      install-psensordistpixDATA install-strip installcheck \
--      installcheck-am installdirs maintainer-clean \
--      maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
--      pdf-am ps ps-am uninstall uninstall-am \
--      uninstall-psensordistpixDATA
++.PHONY: all all-am check check-am clean clean-generic cscopelist-am \
++      ctags-am distclean distclean-generic distdir dvi dvi-am html \
++      html-am info info-am install install-am install-data \
++      install-data-am install-dvi install-dvi-am install-exec \
++      install-exec-am install-html install-html-am install-info \
++      install-info-am install-man install-pdf install-pdf-am \
++      install-ps install-ps-am install-psensordistpixDATA \
++      install-strip installcheck installcheck-am installdirs \
++      maintainer-clean maintainer-clean-generic mostlyclean \
++      mostlyclean-generic pdf pdf-am ps ps-am tags-am uninstall \
++      uninstall-am uninstall-psensordistpixDATA
  
  
  # Tell versions [3.59,3.63) of GNU make to not export all variables.
@@@ -1,9 -1,9 +1,8 @@@
--# Makefile.in generated by automake 1.11.6 from Makefile.am.
++# Makefile.in generated by automake 1.14.1 from Makefile.am.
  # @configure_input@
  
--# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
--# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
--# Foundation, Inc.
++# Copyright (C) 1994-2013 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.
  @SET_MAKE@
  
  VPATH = @srcdir@
--am__make_dryrun = \
--  { \
--    am__dry=no; \
++am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
++am__make_running_with_option = \
++  case $${target_option-} in \
++      ?) ;; \
++      *) echo "am__make_running_with_option: internal error: invalid" \
++              "target option '$${target_option-}' specified" >&2; \
++         exit 1;; \
++  esac; \
++  has_opt=no; \
++  sane_makeflags=$$MAKEFLAGS; \
++  if $(am__is_gnu_make); then \
++    sane_makeflags=$$MFLAGS; \
++  else \
      case $$MAKEFLAGS in \
        *\\[\ \ ]*) \
--        echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
--          | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
--      *) \
--        for am__flg in $$MAKEFLAGS; do \
--          case $$am__flg in \
--            *=*|--*) ;; \
--            *n*) am__dry=yes; break;; \
--          esac; \
--        done;; \
++        bs=\\; \
++        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
++          | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
      esac; \
--    test $$am__dry = yes; \
--  }
++  fi; \
++  skip_next=no; \
++  strip_trailopt () \
++  { \
++    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
++  }; \
++  for flg in $$sane_makeflags; do \
++    test $$skip_next = yes && { skip_next=no; continue; }; \
++    case $$flg in \
++      *=*|--*) continue;; \
++        -*I) strip_trailopt 'I'; skip_next=yes;; \
++      -*I?*) strip_trailopt 'I';; \
++        -*O) strip_trailopt 'O'; skip_next=yes;; \
++      -*O?*) strip_trailopt 'O';; \
++        -*l) strip_trailopt 'l'; skip_next=yes;; \
++      -*l?*) strip_trailopt 'l';; \
++      -[dEDm]) skip_next=yes;; \
++      -[JT]) skip_next=yes;; \
++    esac; \
++    case $$flg in \
++      *$$target_option*) has_opt=yes; break;; \
++    esac; \
++  done; \
++  test $$has_opt = yes
++am__make_dryrun = (target_option=n; $(am__make_running_with_option))
++am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
  pkgdatadir = $(datadir)/@PACKAGE@
  pkgincludedir = $(includedir)/@PACKAGE@
  pkglibdir = $(libdir)/@PACKAGE@
@@@ -52,15 -52,15 +79,31 @@@ POST_UNINSTALL = 
  build_triplet = @build@
  host_triplet = @host@
  subdir = icons/ubuntu-mono-light/status/22
--DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
++DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am
  ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
--am__aclocal_m4_deps = $(top_srcdir)/configure.ac
++am__aclocal_m4_deps = $(top_srcdir)/m4/gettext.m4 \
++      $(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/lib-ld.m4 \
++      $(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \
++      $(top_srcdir)/m4/nls.m4 $(top_srcdir)/m4/po.m4 \
++      $(top_srcdir)/m4/progtest.m4 $(top_srcdir)/configure.ac
  am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
        $(ACLOCAL_M4)
  mkinstalldirs = $(install_sh) -d
  CONFIG_HEADER = $(top_builddir)/config.h
  CONFIG_CLEAN_FILES =
  CONFIG_CLEAN_VPATH_FILES =
++AM_V_P = $(am__v_P_@AM_V@)
++am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
++am__v_P_0 = false
++am__v_P_1 = :
++AM_V_GEN = $(am__v_GEN_@AM_V@)
++am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
++am__v_GEN_0 = @echo "  GEN     " $@;
++am__v_GEN_1 = 
++AM_V_at = $(am__v_at_@AM_V@)
++am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
++am__v_at_0 = @
++am__v_at_1 = 
  SOURCES =
  DIST_SOURCES =
  am__can_run_installinfo = \
@@@ -97,9 -97,9 +140,11 @@@ am__uninstall_files_from_dir = { 
    }
  am__installdirs = "$(DESTDIR)$(psensordistpixdir)"
  DATA = $(psensordistpix_DATA)
++am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
  DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  ACLOCAL = @ACLOCAL@
  AMTAR = @AMTAR@
++AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
  APPINDICATOR_CFLAGS = @APPINDICATOR_CFLAGS@
  APPINDICATOR_LIBS = @APPINDICATOR_LIBS@
  AR = @AR@
@@@ -124,12 -125,8 +170,7 @@@ ECHO_N = @ECHO_N
  ECHO_T = @ECHO_T@
  EGREP = @EGREP@
  EXEEXT = @EXEEXT@
- GCONFTOOL = @GCONFTOOL@
- GCONF_CFLAGS = @GCONF_CFLAGS@
- GCONF_LIBS = @GCONF_LIBS@
- GCONF_SCHEMA_CONFIG_SOURCE = @GCONF_SCHEMA_CONFIG_SOURCE@
- GCONF_SCHEMA_FILE_DIR = @GCONF_SCHEMA_FILE_DIR@
--GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
+ GLIB_COMPILE_SCHEMAS = @GLIB_COMPILE_SCHEMAS@
  GMSGFMT = @GMSGFMT@
  GMSGFMT_015 = @GMSGFMT_015@
  GREP = @GREP@
@@@ -184,7 -182,7 +226,6 @@@ PKG_CONFIG_PATH = @PKG_CONFIG_PATH
  POSUB = @POSUB@
  PTHREAD_LIBS = @PTHREAD_LIBS@
  RANLIB = @RANLIB@
--SED = @SED@
  SENSORS_LIBS = @SENSORS_LIBS@
  SET_MAKE = @SET_MAKE@
  SHELL = @SHELL@
@@@ -199,7 -197,7 +240,6 @@@ XEXT_CFLAGS = @XEXT_CFLAGS
  XEXT_LIBS = @XEXT_LIBS@
  XGETTEXT = @XGETTEXT@
  XGETTEXT_015 = @XGETTEXT_015@
--XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@
  XMKMF = @XMKMF@
  abs_builddir = @abs_builddir@
  abs_srcdir = @abs_srcdir@
@@@ -312,11 -311,11 +353,11 @@@ uninstall-psensordistpixDATA
        @list='$(psensordistpix_DATA)'; test -n "$(psensordistpixdir)" || list=; \
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
        dir='$(DESTDIR)$(psensordistpixdir)'; $(am__uninstall_files_from_dir)
--tags: TAGS
--TAGS:
++tags TAGS:
++
++ctags CTAGS:
  
--ctags: CTAGS
--CTAGS:
++cscope cscopelist:
  
  
  distdir: $(DISTFILES)
@@@ -454,17 -453,17 +495,17 @@@ uninstall-am: uninstall-psensordistpixD
  
  .MAKE: install-am install-strip
  
--.PHONY: all all-am check check-am clean clean-generic distclean \
--      distclean-generic distdir dvi dvi-am html html-am info info-am \
--      install install-am install-data install-data-am install-dvi \
--      install-dvi-am install-exec install-exec-am install-html \
--      install-html-am install-info install-info-am install-man \
--      install-pdf install-pdf-am install-ps install-ps-am \
--      install-psensordistpixDATA install-strip installcheck \
--      installcheck-am installdirs maintainer-clean \
--      maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
--      pdf-am ps ps-am uninstall uninstall-am \
--      uninstall-psensordistpixDATA
++.PHONY: all all-am check check-am clean clean-generic cscopelist-am \
++      ctags-am distclean distclean-generic distdir dvi dvi-am html \
++      html-am info info-am install install-am install-data \
++      install-data-am install-dvi install-dvi-am install-exec \
++      install-exec-am install-html install-html-am install-info \
++      install-info-am install-man install-pdf install-pdf-am \
++      install-ps install-ps-am install-psensordistpixDATA \
++      install-strip installcheck installcheck-am installdirs \
++      maintainer-clean maintainer-clean-generic mostlyclean \
++      mostlyclean-generic pdf pdf-am ps ps-am tags-am uninstall \
++      uninstall-am uninstall-psensordistpixDATA
  
  
  # Tell versions [3.59,3.63) of GNU make to not export all variables.
diff --cc src/Makefile.in
@@@ -1,9 -1,9 +1,8 @@@
--# Makefile.in generated by automake 1.11.6 from Makefile.am.
++# Makefile.in generated by automake 1.14.1 from Makefile.am.
  # @configure_input@
  
--# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
--# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
--# Foundation, Inc.
++# Copyright (C) 1994-2013 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.
  
  @SET_MAKE@
  
  VPATH = @srcdir@
--am__make_dryrun = \
--  { \
--    am__dry=no; \
++am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
++am__make_running_with_option = \
++  case $${target_option-} in \
++      ?) ;; \
++      *) echo "am__make_running_with_option: internal error: invalid" \
++              "target option '$${target_option-}' specified" >&2; \
++         exit 1;; \
++  esac; \
++  has_opt=no; \
++  sane_makeflags=$$MAKEFLAGS; \
++  if $(am__is_gnu_make); then \
++    sane_makeflags=$$MFLAGS; \
++  else \
      case $$MAKEFLAGS in \
        *\\[\ \ ]*) \
--        echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
--          | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
--      *) \
--        for am__flg in $$MAKEFLAGS; do \
--          case $$am__flg in \
--            *=*|--*) ;; \
--            *n*) am__dry=yes; break;; \
--          esac; \
--        done;; \
++        bs=\\; \
++        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
++          | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
      esac; \
--    test $$am__dry = yes; \
--  }
++  fi; \
++  skip_next=no; \
++  strip_trailopt () \
++  { \
++    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
++  }; \
++  for flg in $$sane_makeflags; do \
++    test $$skip_next = yes && { skip_next=no; continue; }; \
++    case $$flg in \
++      *=*|--*) continue;; \
++        -*I) strip_trailopt 'I'; skip_next=yes;; \
++      -*I?*) strip_trailopt 'I';; \
++        -*O) strip_trailopt 'O'; skip_next=yes;; \
++      -*O?*) strip_trailopt 'O';; \
++        -*l) strip_trailopt 'l'; skip_next=yes;; \
++      -*l?*) strip_trailopt 'l';; \
++      -[dEDm]) skip_next=yes;; \
++      -[JT]) skip_next=yes;; \
++    esac; \
++    case $$flg in \
++      *$$target_option*) has_opt=yes; break;; \
++    esac; \
++  done; \
++  test $$has_opt = yes
++am__make_dryrun = (target_option=n; $(am__make_running_with_option))
++am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
  pkgdatadir = $(datadir)/@PACKAGE@
  pkgincludedir = $(includedir)/@PACKAGE@
  pkglibdir = $(libdir)/@PACKAGE@
@@@ -76,10 -74,10 +101,14 @@@ host_triplet = @host
  @CURL_TRUE@@JSON_TRUE@am__append_20 = $(CURL_LIBS) $(JSON_LIBS)
  @CURL_TRUE@@JSON_TRUE@am__append_21 = $(CURL_CFLAGS) $(JSON_CFLAGS)
  subdir = src
--DIST_COMMON = $(dist_man_MANS) $(srcdir)/Makefile.am \
--      $(srcdir)/Makefile.in
++DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
++      $(top_srcdir)/depcomp $(dist_man_MANS)
  ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
--am__aclocal_m4_deps = $(top_srcdir)/configure.ac
++am__aclocal_m4_deps = $(top_srcdir)/m4/gettext.m4 \
++      $(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/lib-ld.m4 \
++      $(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \
++      $(top_srcdir)/m4/nls.m4 $(top_srcdir)/m4/po.m4 \
++      $(top_srcdir)/m4/progtest.m4 $(top_srcdir)/configure.ac
  am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
        $(ACLOCAL_M4)
  mkinstalldirs = $(install_sh) -d
@@@ -108,23 -105,23 +136,44 @@@ am_psensor_OBJECTS = cfg.$(OBJEXT) noti
        $(am__objects_4)
  psensor_OBJECTS = $(am_psensor_OBJECTS)
  psensor_LDADD = $(LDADD)
++AM_V_P = $(am__v_P_@AM_V@)
++am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
++am__v_P_0 = false
++am__v_P_1 = :
++AM_V_GEN = $(am__v_GEN_@AM_V@)
++am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
++am__v_GEN_0 = @echo "  GEN     " $@;
++am__v_GEN_1 = 
++AM_V_at = $(am__v_at_@AM_V@)
++am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
++am__v_at_0 = @
++am__v_at_1 = 
  DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
  depcomp = $(SHELL) $(top_srcdir)/depcomp
  am__depfiles_maybe = depfiles
  am__mv = mv -f
  COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
++AM_V_CC = $(am__v_CC_@AM_V@)
++am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
++am__v_CC_0 = @echo "  CC      " $@;
++am__v_CC_1 = 
  CCLD = $(CC)
  LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++AM_V_CCLD = $(am__v_CCLD_@AM_V@)
++am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
++am__v_CCLD_0 = @echo "  CCLD    " $@;
++am__v_CCLD_1 = 
  SOURCES = $(psensor_SOURCES)
  DIST_SOURCES = $(am__psensor_SOURCES_DIST)
--RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
--      html-recursive info-recursive install-data-recursive \
--      install-dvi-recursive install-exec-recursive \
--      install-html-recursive install-info-recursive \
--      install-pdf-recursive install-ps-recursive install-recursive \
--      installcheck-recursive installdirs-recursive pdf-recursive \
--      ps-recursive uninstall-recursive
++RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
++      ctags-recursive dvi-recursive html-recursive info-recursive \
++      install-data-recursive install-dvi-recursive \
++      install-exec-recursive install-html-recursive \
++      install-info-recursive install-pdf-recursive \
++      install-ps-recursive install-recursive installcheck-recursive \
++      installdirs-recursive pdf-recursive ps-recursive \
++      tags-recursive uninstall-recursive
  am__can_run_installinfo = \
    case $$AM_UPDATE_INFO_DIR in \
      n|no|NO) false;; \
@@@ -160,12 -157,11 +209,31 @@@ am__uninstall_files_from_dir = { 
  man1dir = $(mandir)/man1
  NROFF = nroff
  MANS = $(dist_man_MANS)
- DATA = $(schema_DATA)
  RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive       \
    distclean-recursive maintainer-clean-recursive
--AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
--      $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
++am__recursive_targets = \
++  $(RECURSIVE_TARGETS) \
++  $(RECURSIVE_CLEAN_TARGETS) \
++  $(am__extra_recursive_targets)
++AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
        distdir
++am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
++# Read a list of newline-separated strings from the standard input,
++# and print each of them once, without duplicates.  Input order is
++# *not* preserved.
++am__uniquify_input = $(AWK) '\
++  BEGIN { nonempty = 0; } \
++  { items[$$0] = 1; nonempty = 1; } \
++  END { if (nonempty) { for (i in items) print i; }; } \
++'
++# Make sure the list of sources is unique.  This is necessary because,
++# e.g., the same source file might be shared among _SOURCES variables
++# for different programs/libraries.
++am__define_uniq_tagged_files = \
++  list='$(am__tagged_files)'; \
++  unique=`for i in $$list; do \
++    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
++  done | $(am__uniquify_input)`
  ETAGS = etags
  CTAGS = ctags
  DIST_SUBDIRS = lib glade server
@@@ -197,6 -193,6 +265,7 @@@ am__relativize = 
    reldir="$$dir2"
  ACLOCAL = @ACLOCAL@
  AMTAR = @AMTAR@
++AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
  APPINDICATOR_CFLAGS = @APPINDICATOR_CFLAGS@
  APPINDICATOR_LIBS = @APPINDICATOR_LIBS@
  AR = @AR@
@@@ -221,12 -218,8 +291,7 @@@ ECHO_N = @ECHO_N
  ECHO_T = @ECHO_T@
  EGREP = @EGREP@
  EXEEXT = @EXEEXT@
- GCONFTOOL = @GCONFTOOL@
- GCONF_CFLAGS = @GCONF_CFLAGS@
- GCONF_LIBS = @GCONF_LIBS@
- GCONF_SCHEMA_CONFIG_SOURCE = @GCONF_SCHEMA_CONFIG_SOURCE@
- GCONF_SCHEMA_FILE_DIR = @GCONF_SCHEMA_FILE_DIR@
--GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
+ GLIB_COMPILE_SCHEMAS = @GLIB_COMPILE_SCHEMAS@
  GMSGFMT = @GMSGFMT@
  GMSGFMT_015 = @GMSGFMT_015@
  GREP = @GREP@
@@@ -284,7 -278,7 +350,6 @@@ PKG_CONFIG_PATH = @PKG_CONFIG_PATH
  POSUB = @POSUB@
  PTHREAD_LIBS = @PTHREAD_LIBS@
  RANLIB = @RANLIB@
--SED = @SED@
  SENSORS_LIBS = @SENSORS_LIBS@
  SET_MAKE = @SET_MAKE@
  SHELL = @SHELL@
@@@ -299,7 -293,7 +364,6 @@@ XEXT_CFLAGS = @XEXT_CFLAGS
  XEXT_LIBS = @XEXT_LIBS@
  XGETTEXT = @XGETTEXT@
  XGETTEXT_015 = @XGETTEXT_015@
--XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@
  XMKMF = @XMKMF@
  abs_builddir = @abs_builddir@
  abs_srcdir = @abs_srcdir@
@@@ -419,10 -412,10 +482,11 @@@ install-binPROGRAMS: $(bin_PROGRAMS
        fi; \
        for p in $$list; do echo "$$p $$p"; done | \
        sed 's/$(EXEEXT)$$//' | \
--      while read p p1; do if test -f $$p; \
--        then echo "$$p"; echo "$$p"; else :; fi; \
++      while read p p1; do if test -f $$p \
++        then echo "$$p"; echo "$$p"; else :; fi; \
        done | \
--      sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
++      sed -e 'p;s,.*/,,;n;h' \
++          -e 's|.*|.|' \
            -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
        sed 'N;N;N;s,\n, ,g' | \
        $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
@@@ -443,16 -436,16 +507,18 @@@ uninstall-binPROGRAMS
        @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
        files=`for p in $$list; do echo "$$p"; done | \
          sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
--            -e 's/$$/$(EXEEXT)/' `; \
++            -e 's/$$/$(EXEEXT)/' \
++      `; \
        test -n "$$list" || exit 0; \
        echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
        cd "$(DESTDIR)$(bindir)" && rm -f $$files
  
  clean-binPROGRAMS:
        -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
++
  psensor$(EXEEXT): $(psensor_OBJECTS) $(psensor_DEPENDENCIES) $(EXTRA_psensor_DEPENDENCIES) 
        @rm -f psensor$(EXEEXT)
--      $(LINK) $(psensor_OBJECTS) $(psensor_LDADD) $(LIBS)
++      $(AM_V_CCLD)$(LINK) $(psensor_OBJECTS) $(psensor_LDADD) $(LIBS)
  
  mostlyclean-compile:
        -rm -f *.$(OBJEXT)
@@@ -478,18 -471,18 +544,18 @@@ distclean-compile
  @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ui_unity.Po@am__quote@
  
  .c.o:
--@am__fastdepCC_TRUE@  $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
--@am__fastdepCC_TRUE@  $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
--@AMDEP_TRUE@@am__fastdepCC_FALSE@     source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++@am__fastdepCC_TRUE@  $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
++@am__fastdepCC_TRUE@  $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
++@AMDEP_TRUE@@am__fastdepCC_FALSE@     $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  @AMDEP_TRUE@@am__fastdepCC_FALSE@     DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
--@am__fastdepCC_FALSE@ $(COMPILE) -c $<
++@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
  
  .c.obj:
--@am__fastdepCC_TRUE@  $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
--@am__fastdepCC_TRUE@  $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
--@AMDEP_TRUE@@am__fastdepCC_FALSE@     source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++@am__fastdepCC_TRUE@  $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
++@am__fastdepCC_TRUE@  $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
++@AMDEP_TRUE@@am__fastdepCC_FALSE@     $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  @AMDEP_TRUE@@am__fastdepCC_FALSE@     DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
--@am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
++@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
  install-man1: $(dist_man_MANS)
        @$(NORMAL_INSTALL)
        @list1=''; \
@@@ -533,45 -526,24 +599,27 @@@ uninstall-man1
        } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
              -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
        dir='$(DESTDIR)$(man1dir)'; $(am__uninstall_files_from_dir)
- install-schemaDATA: $(schema_DATA)
-       @$(NORMAL_INSTALL)
-       @list='$(schema_DATA)'; test -n "$(schemadir)" || list=; \
-       if test -n "$$list"; then \
-         echo " $(MKDIR_P) '$(DESTDIR)$(schemadir)'"; \
-         $(MKDIR_P) "$(DESTDIR)$(schemadir)" || exit 1; \
-       fi; \
-       for p in $$list; do \
-         if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
-         echo "$$d$$p"; \
-       done | $(am__base_list) | \
-       while read files; do \
-         echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(schemadir)'"; \
-         $(INSTALL_DATA) $$files "$(DESTDIR)$(schemadir)" || exit $$?; \
-       done
- uninstall-schemaDATA:
-       @$(NORMAL_UNINSTALL)
-       @list='$(schema_DATA)'; test -n "$(schemadir)" || list=; \
-       files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
-       dir='$(DESTDIR)$(schemadir)'; $(am__uninstall_files_from_dir)
  
  # This directory's subdirectories are mostly independent; you can cd
--# into them and run `make' without going through this Makefile.
--# To change the values of `make' variables: instead of editing Makefiles,
--# (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.
--$(RECURSIVE_TARGETS):
--      @fail= failcom='exit 1'; \
--      for f in x $$MAKEFLAGS; do \
--        case $$f in \
--          *=* | --[!k]*);; \
--          *k*) failcom='fail=yes';; \
--        esac; \
--      done; \
++# into them and run 'make' without going through this Makefile.
++# To change the values of 'make' variables: instead of editing Makefiles,
++# (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.
++$(am__recursive_targets):
++      @fail=; \
++      if $(am__make_keepgoing); then \
++        failcom='fail=yes'; \
++      else \
++        failcom='exit 1'; \
++      fi; \
        dot_seen=no; \
        target=`echo $@ | sed s/-recursive//`; \
--      list='$(SUBDIRS)'; for subdir in $$list; do \
++      case "$@" in \
++        distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
++        *) list='$(SUBDIRS)' ;; \
++      esac; \
++      for subdir in $$list; do \
          echo "Making $$target in $$subdir"; \
          if test "$$subdir" = "."; then \
            dot_seen=yes; \
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
        fi; test -z "$$fail"
  
--$(RECURSIVE_CLEAN_TARGETS):
--      @fail= failcom='exit 1'; \
--      for f in x $$MAKEFLAGS; do \
--        case $$f in \
--          *=* | --[!k]*);; \
--          *k*) failcom='fail=yes';; \
--        esac; \
--      done; \
--      dot_seen=no; \
--      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; \
--      rev="$$rev ."; \
--      target=`echo $@ | sed s/-recursive//`; \
--      for subdir in $$rev; do \
--        echo "Making $$target in $$subdir"; \
--        if test "$$subdir" = "."; then \
--          local_target="$$target-am"; \
--        else \
--          local_target="$$target"; \
--        fi; \
--        ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
--        || eval $$failcom; \
--      done && test -z "$$fail"
--tags-recursive:
--      list='$(SUBDIRS)'; for subdir in $$list; do \
--        test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
--      done
--ctags-recursive:
--      list='$(SUBDIRS)'; for subdir in $$list; do \
--        test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
--      done
++ID: $(am__tagged_files)
++      $(am__define_uniq_tagged_files); mkid -fID $$unique
++tags: tags-recursive
++TAGS: tags
  
--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; nonempty = 1; } \
--            END { if (nonempty) { for (i in files) print i; }; }'`; \
--      mkid -fID $$unique
--tags: TAGS
--
--TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
--              $(TAGS_FILES) $(LISP)
++tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
        set x; \
        here=`pwd`; \
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
          fi; \
        done; \
--      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; nonempty = 1; } \
--            END { if (nonempty) { for (i in files) print i; }; }'`; \
++      $(am__define_uniq_tagged_files); \
        shift; \
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
          test -n "$$unique" || unique=$$empty_fix; \
              $$unique; \
          fi; \
        fi
--ctags: CTAGS
--CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
--              $(TAGS_FILES) $(LISP)
--      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; nonempty = 1; } \
--            END { if (nonempty) { for (i in files) print i; }; }'`; \
++ctags: ctags-recursive
++
++CTAGS: ctags
++ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
++      $(am__define_uniq_tagged_files); \
        test -z "$(CTAGS_ARGS)$$unique" \
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
             $$unique
@@@ -686,24 -658,24 +680,26 @@@ GTAGS
        here=`$(am__cd) $(top_builddir) && pwd` \
          && $(am__cd) $(top_srcdir) \
          && gtags -i $(GTAGS_ARGS) "$$here"
++cscopelist: cscopelist-recursive
++
++cscopelist-am: $(am__tagged_files)
++      list='$(am__tagged_files)'; \
++      case "$(srcdir)" in \
++        [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
++        *) sdir=$(subdir)/$(srcdir) ;; \
++      esac; \
++      for i in $$list; do \
++        if test -f "$$i"; then \
++          echo "$(subdir)/$$i"; \
++        else \
++          echo "$$sdir/$$i"; \
++        fi; \
++      done >> $(top_builddir)/cscope.files
  
  distclean-tags:
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  
  distdir: $(DISTFILES)
--      @list='$(MANS)'; if test -n "$$list"; then \
--        list=`for p in $$list; do \
--          if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
--          if test -f "$$d$$p"; then echo "$$d$$p"; else :; fi; done`; \
--        if test -n "$$list" && \
--          grep 'ab help2man is required to generate this page' $$list >/dev/null; then \
--          echo "error: found man pages containing the \`missing help2man' replacement text:" >&2; \
--          grep -l 'ab help2man is required to generate this page' $$list | sed 's/^/         /' >&2; \
--          echo "       to fix them, install help2man, remove and regenerate the man pages;" >&2; \
--          echo "       typically \`make maintainer-clean' will remove them" >&2; \
--          exit 1; \
--        else :; fi; \
--      else :; fi
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
        list='$(DISTFILES)'; \
@@@ -868,29 -839,25 +863,23 @@@ uninstall-am: uninstall-binPROGRAMS uni
  
  uninstall-man: uninstall-man1
  
--.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
--      install-am install-strip tags-recursive
 -
 -.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
 -      all all-am check check-am clean clean-binPROGRAMS \
 -      clean-generic ctags ctags-recursive distclean \
 -      distclean-compile distclean-generic distclean-tags distdir dvi \
 -      dvi-am html html-am info info-am install install-am \
 -      install-binPROGRAMS install-data install-data-am install-dvi \
 -      install-dvi-am install-exec install-exec-am install-html \
 -      install-html-am install-info install-info-am install-man \
 -      install-man1 install-pdf install-pdf-am install-ps \
 -      install-ps-am install-strip installcheck installcheck-am \
 -      installdirs installdirs-am maintainer-clean \
 -      maintainer-clean-generic mostlyclean mostlyclean-compile \
 -      mostlyclean-generic pdf pdf-am ps ps-am tags tags-recursive \
 -      uninstall uninstall-am uninstall-binPROGRAMS uninstall-man \
 -      uninstall-man1
++.MAKE: $(am__recursive_targets) install-am install-strip
 +
- .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
-       all all-am check check-am clean clean-binPROGRAMS \
-       clean-generic ctags ctags-recursive distclean \
-       distclean-compile distclean-generic distclean-tags distdir dvi \
-       dvi-am html html-am info info-am install install-am \
-       install-binPROGRAMS install-data install-data-am \
-       install-data-local install-dvi install-dvi-am install-exec \
++.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
++      check-am clean clean-binPROGRAMS clean-generic cscopelist-am \
++      ctags ctags-am distclean distclean-compile distclean-generic \
++      distclean-tags distdir dvi dvi-am html html-am info info-am \
++      install install-am install-binPROGRAMS install-data \
++      install-data-am install-dvi install-dvi-am install-exec \
 +      install-exec-am install-html install-html-am install-info \
 +      install-info-am install-man install-man1 install-pdf \
-       install-pdf-am install-ps install-ps-am install-schemaDATA \
-       install-strip installcheck installcheck-am installdirs \
-       installdirs-am maintainer-clean maintainer-clean-generic \
-       mostlyclean mostlyclean-compile mostlyclean-generic pdf pdf-am \
-       ps ps-am tags tags-recursive uninstall uninstall-am \
-       uninstall-binPROGRAMS uninstall-man uninstall-man1 \
-       uninstall-schemaDATA
++      install-pdf-am install-ps install-ps-am install-strip \
++      installcheck installcheck-am installdirs installdirs-am \
++      maintainer-clean maintainer-clean-generic mostlyclean \
++      mostlyclean-compile mostlyclean-generic pdf pdf-am ps ps-am \
++      tags tags-am uninstall uninstall-am uninstall-binPROGRAMS \
++      uninstall-man uninstall-man1
  
- @GCONF_TRUE@install-data-local:
- @GCONF_TRUE@  GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) $(GCONFTOOL) --makefile-install-rule $(top_srcdir)/src/$(schema_DATA)
  
  psensor.1: main.c $(top_srcdir)/configure.ac
        $(MAKE) $(AM_MAKEFLAGS) psensor$(EXEEXT)
@@@ -1,9 -1,9 +1,8 @@@
--# Makefile.in generated by automake 1.11.6 from Makefile.am.
++# Makefile.in generated by automake 1.14.1 from Makefile.am.
  # @configure_input@
  
--# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
--# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
--# Foundation, Inc.
++# Copyright (C) 1994-2013 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.
  @SET_MAKE@
  
  VPATH = @srcdir@
--am__make_dryrun = \
--  { \
--    am__dry=no; \
++am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
++am__make_running_with_option = \
++  case $${target_option-} in \
++      ?) ;; \
++      *) echo "am__make_running_with_option: internal error: invalid" \
++              "target option '$${target_option-}' specified" >&2; \
++         exit 1;; \
++  esac; \
++  has_opt=no; \
++  sane_makeflags=$$MAKEFLAGS; \
++  if $(am__is_gnu_make); then \
++    sane_makeflags=$$MFLAGS; \
++  else \
      case $$MAKEFLAGS in \
        *\\[\ \ ]*) \
--        echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
--          | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
--      *) \
--        for am__flg in $$MAKEFLAGS; do \
--          case $$am__flg in \
--            *=*|--*) ;; \
--            *n*) am__dry=yes; break;; \
--          esac; \
--        done;; \
++        bs=\\; \
++        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
++          | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
      esac; \
--    test $$am__dry = yes; \
--  }
++  fi; \
++  skip_next=no; \
++  strip_trailopt () \
++  { \
++    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
++  }; \
++  for flg in $$sane_makeflags; do \
++    test $$skip_next = yes && { skip_next=no; continue; }; \
++    case $$flg in \
++      *=*|--*) continue;; \
++        -*I) strip_trailopt 'I'; skip_next=yes;; \
++      -*I?*) strip_trailopt 'I';; \
++        -*O) strip_trailopt 'O'; skip_next=yes;; \
++      -*O?*) strip_trailopt 'O';; \
++        -*l) strip_trailopt 'l'; skip_next=yes;; \
++      -*l?*) strip_trailopt 'l';; \
++      -[dEDm]) skip_next=yes;; \
++      -[JT]) skip_next=yes;; \
++    esac; \
++    case $$flg in \
++      *$$target_option*) has_opt=yes; break;; \
++    esac; \
++  done; \
++  test $$has_opt = yes
++am__make_dryrun = (target_option=n; $(am__make_running_with_option))
++am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
  pkgdatadir = $(datadir)/@PACKAGE@
  pkgincludedir = $(includedir)/@PACKAGE@
  pkglibdir = $(libdir)/@PACKAGE@
@@@ -52,15 -52,15 +79,31 @@@ POST_UNINSTALL = 
  build_triplet = @build@
  host_triplet = @host@
  subdir = src/glade
--DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
++DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am
  ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
--am__aclocal_m4_deps = $(top_srcdir)/configure.ac
++am__aclocal_m4_deps = $(top_srcdir)/m4/gettext.m4 \
++      $(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/lib-ld.m4 \
++      $(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \
++      $(top_srcdir)/m4/nls.m4 $(top_srcdir)/m4/po.m4 \
++      $(top_srcdir)/m4/progtest.m4 $(top_srcdir)/configure.ac
  am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
        $(ACLOCAL_M4)
  mkinstalldirs = $(install_sh) -d
  CONFIG_HEADER = $(top_builddir)/config.h
  CONFIG_CLEAN_FILES =
  CONFIG_CLEAN_VPATH_FILES =
++AM_V_P = $(am__v_P_@AM_V@)
++am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
++am__v_P_0 = false
++am__v_P_1 = :
++AM_V_GEN = $(am__v_GEN_@AM_V@)
++am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
++am__v_GEN_0 = @echo "  GEN     " $@;
++am__v_GEN_1 = 
++AM_V_at = $(am__v_at_@AM_V@)
++am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
++am__v_at_0 = @
++am__v_at_1 = 
  SOURCES =
  DIST_SOURCES =
  am__can_run_installinfo = \
@@@ -97,9 -97,9 +140,11 @@@ am__uninstall_files_from_dir = { 
    }
  am__installdirs = "$(DESTDIR)$(gladedir)"
  DATA = $(glade_DATA)
++am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
  DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  ACLOCAL = @ACLOCAL@
  AMTAR = @AMTAR@
++AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
  APPINDICATOR_CFLAGS = @APPINDICATOR_CFLAGS@
  APPINDICATOR_LIBS = @APPINDICATOR_LIBS@
  AR = @AR@
@@@ -124,12 -125,8 +170,7 @@@ ECHO_N = @ECHO_N
  ECHO_T = @ECHO_T@
  EGREP = @EGREP@
  EXEEXT = @EXEEXT@
- GCONFTOOL = @GCONFTOOL@
- GCONF_CFLAGS = @GCONF_CFLAGS@
- GCONF_LIBS = @GCONF_LIBS@
- GCONF_SCHEMA_CONFIG_SOURCE = @GCONF_SCHEMA_CONFIG_SOURCE@
- GCONF_SCHEMA_FILE_DIR = @GCONF_SCHEMA_FILE_DIR@
--GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
+ GLIB_COMPILE_SCHEMAS = @GLIB_COMPILE_SCHEMAS@
  GMSGFMT = @GMSGFMT@
  GMSGFMT_015 = @GMSGFMT_015@
  GREP = @GREP@
@@@ -184,7 -182,7 +226,6 @@@ PKG_CONFIG_PATH = @PKG_CONFIG_PATH
  POSUB = @POSUB@
  PTHREAD_LIBS = @PTHREAD_LIBS@
  RANLIB = @RANLIB@
--SED = @SED@
  SENSORS_LIBS = @SENSORS_LIBS@
  SET_MAKE = @SET_MAKE@
  SHELL = @SHELL@
@@@ -199,7 -197,7 +240,6 @@@ XEXT_CFLAGS = @XEXT_CFLAGS
  XEXT_LIBS = @XEXT_LIBS@
  XGETTEXT = @XGETTEXT@
  XGETTEXT_015 = @XGETTEXT_015@
--XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@
  XMKMF = @XMKMF@
  abs_builddir = @abs_builddir@
  abs_srcdir = @abs_srcdir@
@@@ -313,11 -312,11 +354,11 @@@ uninstall-gladeDATA
        @list='$(glade_DATA)'; test -n "$(gladedir)" || list=; \
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
        dir='$(DESTDIR)$(gladedir)'; $(am__uninstall_files_from_dir)
--tags: TAGS
--TAGS:
++tags TAGS:
++
++ctags CTAGS:
  
--ctags: CTAGS
--CTAGS:
++cscope cscopelist:
  
  
  distdir: $(DISTFILES)
@@@ -455,16 -454,16 +496,17 @@@ uninstall-am: uninstall-gladeDAT
  
  .MAKE: install-am install-strip
  
--.PHONY: all all-am check check-am clean clean-generic distclean \
--      distclean-generic distdir dvi dvi-am html html-am info info-am \
--      install install-am install-data install-data-am install-dvi \
--      install-dvi-am install-exec install-exec-am install-gladeDATA \
--      install-html install-html-am install-info install-info-am \
--      install-man install-pdf install-pdf-am install-ps \
--      install-ps-am install-strip installcheck installcheck-am \
--      installdirs maintainer-clean maintainer-clean-generic \
--      mostlyclean mostlyclean-generic pdf pdf-am ps ps-am uninstall \
--      uninstall-am uninstall-gladeDATA
++.PHONY: all all-am check check-am clean clean-generic cscopelist-am \
++      ctags-am distclean distclean-generic distdir dvi dvi-am html \
++      html-am info info-am install install-am install-data \
++      install-data-am install-dvi install-dvi-am install-exec \
++      install-exec-am install-gladeDATA install-html install-html-am \
++      install-info install-info-am install-man install-pdf \
++      install-pdf-am install-ps install-ps-am install-strip \
++      installcheck installcheck-am installdirs maintainer-clean \
++      maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
++      pdf-am ps ps-am tags-am uninstall uninstall-am \
++      uninstall-gladeDATA
  
  
  # Tell versions [3.59,3.63) of GNU make to not export all variables.
@@@ -1,9 -1,9 +1,8 @@@
--# Makefile.in generated by automake 1.11.6 from Makefile.am.
++# Makefile.in generated by automake 1.14.1 from Makefile.am.
  # @configure_input@
  
--# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
--# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
--# Foundation, Inc.
++# Copyright (C) 1994-2013 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.
  @SET_MAKE@
  
  VPATH = @srcdir@
--am__make_dryrun = \
--  { \
--    am__dry=no; \
++am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
++am__make_running_with_option = \
++  case $${target_option-} in \
++      ?) ;; \
++      *) echo "am__make_running_with_option: internal error: invalid" \
++              "target option '$${target_option-}' specified" >&2; \
++         exit 1;; \
++  esac; \
++  has_opt=no; \
++  sane_makeflags=$$MAKEFLAGS; \
++  if $(am__is_gnu_make); then \
++    sane_makeflags=$$MFLAGS; \
++  else \
      case $$MAKEFLAGS in \
        *\\[\ \ ]*) \
--        echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
--          | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
--      *) \
--        for am__flg in $$MAKEFLAGS; do \
--          case $$am__flg in \
--            *=*|--*) ;; \
--            *n*) am__dry=yes; break;; \
--          esac; \
--        done;; \
++        bs=\\; \
++        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
++          | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
++    esac; \
++  fi; \
++  skip_next=no; \
++  strip_trailopt () \
++  { \
++    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
++  }; \
++  for flg in $$sane_makeflags; do \
++    test $$skip_next = yes && { skip_next=no; continue; }; \
++    case $$flg in \
++      *=*|--*) continue;; \
++        -*I) strip_trailopt 'I'; skip_next=yes;; \
++      -*I?*) strip_trailopt 'I';; \
++        -*O) strip_trailopt 'O'; skip_next=yes;; \
++      -*O?*) strip_trailopt 'O';; \
++        -*l) strip_trailopt 'l'; skip_next=yes;; \
++      -*l?*) strip_trailopt 'l';; \
++      -[dEDm]) skip_next=yes;; \
++      -[JT]) skip_next=yes;; \
      esac; \
--    test $$am__dry = yes; \
--  }
++    case $$flg in \
++      *$$target_option*) has_opt=yes; break;; \
++    esac; \
++  done; \
++  test $$has_opt = yes
++am__make_dryrun = (target_option=n; $(am__make_running_with_option))
++am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
  pkgdatadir = $(datadir)/@PACKAGE@
  pkgincludedir = $(includedir)/@PACKAGE@
  pkglibdir = $(libdir)/@PACKAGE@
@@@ -65,9 -65,9 +92,14 @@@ host_triplet = @host
  @JSON_TRUE@am__append_12 = $(JSON_LIBS)
  @JSON_TRUE@am__append_13 = $(JSON_CFLAGS)
  subdir = src/lib
--DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
++DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
++      $(top_srcdir)/depcomp
  ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
--am__aclocal_m4_deps = $(top_srcdir)/configure.ac
++am__aclocal_m4_deps = $(top_srcdir)/m4/gettext.m4 \
++      $(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/lib-ld.m4 \
++      $(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \
++      $(top_srcdir)/m4/nls.m4 $(top_srcdir)/m4/po.m4 \
++      $(top_srcdir)/m4/progtest.m4 $(top_srcdir)/configure.ac
  am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
        $(ACLOCAL_M4)
  mkinstalldirs = $(install_sh) -d
@@@ -76,6 -76,6 +108,10 @@@ CONFIG_CLEAN_FILES 
  CONFIG_CLEAN_VPATH_FILES =
  LIBRARIES = $(noinst_LIBRARIES)
  ARFLAGS = cru
++AM_V_AR = $(am__v_AR_@AM_V@)
++am__v_AR_ = $(am__v_AR_@AM_DEFAULT_V@)
++am__v_AR_0 = @echo "  AR      " $@;
++am__v_AR_1 = 
  libpsensor_a_AR = $(AR) $(ARFLAGS)
  libpsensor_a_LIBADD =
  am__libpsensor_a_SOURCES_DIST = amd.h bool.h color.h color.c cpu.h \
@@@ -94,14 -96,14 +132,34 @@@ am_libpsensor_a_OBJECTS = color.$(OBJEX
        url.$(OBJEXT) $(am__objects_1) $(am__objects_2) \
        $(am__objects_3) $(am__objects_4) $(am__objects_5)
  libpsensor_a_OBJECTS = $(am_libpsensor_a_OBJECTS)
++AM_V_P = $(am__v_P_@AM_V@)
++am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
++am__v_P_0 = false
++am__v_P_1 = :
++AM_V_GEN = $(am__v_GEN_@AM_V@)
++am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
++am__v_GEN_0 = @echo "  GEN     " $@;
++am__v_GEN_1 = 
++AM_V_at = $(am__v_at_@AM_V@)
++am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
++am__v_at_0 = @
++am__v_at_1 = 
  DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
  depcomp = $(SHELL) $(top_srcdir)/depcomp
  am__depfiles_maybe = depfiles
  am__mv = mv -f
  COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
++AM_V_CC = $(am__v_CC_@AM_V@)
++am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
++am__v_CC_0 = @echo "  CC      " $@;
++am__v_CC_1 = 
  CCLD = $(CC)
  LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++AM_V_CCLD = $(am__v_CCLD_@AM_V@)
++am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
++am__v_CCLD_0 = @echo "  CCLD    " $@;
++am__v_CCLD_1 = 
  SOURCES = $(libpsensor_a_SOURCES)
  DIST_SOURCES = $(am__libpsensor_a_SOURCES_DIST)
  am__can_run_installinfo = \
      n|no|NO) false;; \
      *) (install-info --version) >/dev/null 2>&1;; \
    esac
++am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
++# Read a list of newline-separated strings from the standard input,
++# and print each of them once, without duplicates.  Input order is
++# *not* preserved.
++am__uniquify_input = $(AWK) '\
++  BEGIN { nonempty = 0; } \
++  { items[$$0] = 1; nonempty = 1; } \
++  END { if (nonempty) { for (i in items) print i; }; } \
++'
++# Make sure the list of sources is unique.  This is necessary because,
++# e.g., the same source file might be shared among _SOURCES variables
++# for different programs/libraries.
++am__define_uniq_tagged_files = \
++  list='$(am__tagged_files)'; \
++  unique=`for i in $$list; do \
++    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
++  done | $(am__uniquify_input)`
  ETAGS = etags
  CTAGS = ctags
  DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  ACLOCAL = @ACLOCAL@
  AMTAR = @AMTAR@
++AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
  APPINDICATOR_CFLAGS = @APPINDICATOR_CFLAGS@
  APPINDICATOR_LIBS = @APPINDICATOR_LIBS@
  AR = @AR@
@@@ -138,12 -141,8 +215,7 @@@ ECHO_N = @ECHO_N
  ECHO_T = @ECHO_T@
  EGREP = @EGREP@
  EXEEXT = @EXEEXT@
- GCONFTOOL = @GCONFTOOL@
- GCONF_CFLAGS = @GCONF_CFLAGS@
- GCONF_LIBS = @GCONF_LIBS@
- GCONF_SCHEMA_CONFIG_SOURCE = @GCONF_SCHEMA_CONFIG_SOURCE@
- GCONF_SCHEMA_FILE_DIR = @GCONF_SCHEMA_FILE_DIR@
--GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
+ GLIB_COMPILE_SCHEMAS = @GLIB_COMPILE_SCHEMAS@
  GMSGFMT = @GMSGFMT@
  GMSGFMT_015 = @GMSGFMT_015@
  GREP = @GREP@
@@@ -199,7 -199,7 +272,6 @@@ PKG_CONFIG_PATH = @PKG_CONFIG_PATH
  POSUB = @POSUB@
  PTHREAD_LIBS = @PTHREAD_LIBS@
  RANLIB = @RANLIB@
--SED = @SED@
  SENSORS_LIBS = @SENSORS_LIBS@
  SET_MAKE = @SET_MAKE@
  SHELL = @SHELL@
@@@ -214,7 -214,7 +286,6 @@@ XEXT_CFLAGS = @XEXT_CFLAGS
  XEXT_LIBS = @XEXT_LIBS@
  XGETTEXT = @XGETTEXT@
  XGETTEXT_015 = @XGETTEXT_015@
--XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@
  XMKMF = @XMKMF@
  abs_builddir = @abs_builddir@
  abs_srcdir = @abs_srcdir@
@@@ -318,10 -319,10 +390,11 @@@ $(am__aclocal_m4_deps)
  
  clean-noinstLIBRARIES:
        -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
++
  libpsensor.a: $(libpsensor_a_OBJECTS) $(libpsensor_a_DEPENDENCIES) $(EXTRA_libpsensor_a_DEPENDENCIES) 
--      -rm -f libpsensor.a
--      $(libpsensor_a_AR) libpsensor.a $(libpsensor_a_OBJECTS) $(libpsensor_a_LIBADD)
--      $(RANLIB) libpsensor.a
++      $(AM_V_at)-rm -f libpsensor.a
++      $(AM_V_AR)$(libpsensor_a_AR) libpsensor.a $(libpsensor_a_OBJECTS) $(libpsensor_a_LIBADD)
++      $(AM_V_at)$(RANLIB) libpsensor.a
  
  mostlyclean-compile:
        -rm -f *.$(OBJEXT)
@@@ -346,39 -349,39 +421,28 @@@ distclean-compile
  @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/url.Po@am__quote@
  
  .c.o:
--@am__fastdepCC_TRUE@  $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
--@am__fastdepCC_TRUE@  $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
--@AMDEP_TRUE@@am__fastdepCC_FALSE@     source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++@am__fastdepCC_TRUE@  $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
++@am__fastdepCC_TRUE@  $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
++@AMDEP_TRUE@@am__fastdepCC_FALSE@     $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  @AMDEP_TRUE@@am__fastdepCC_FALSE@     DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
--@am__fastdepCC_FALSE@ $(COMPILE) -c $<
++@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
  
  .c.obj:
--@am__fastdepCC_TRUE@  $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
--@am__fastdepCC_TRUE@  $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
--@AMDEP_TRUE@@am__fastdepCC_FALSE@     source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++@am__fastdepCC_TRUE@  $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
++@am__fastdepCC_TRUE@  $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
++@AMDEP_TRUE@@am__fastdepCC_FALSE@     $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  @AMDEP_TRUE@@am__fastdepCC_FALSE@     DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
--@am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
--
--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; nonempty = 1; } \
--            END { if (nonempty) { for (i in files) print i; }; }'`; \
--      mkid -fID $$unique
--tags: TAGS
--
--TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
--              $(TAGS_FILES) $(LISP)
++@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
++
++ID: $(am__tagged_files)
++      $(am__define_uniq_tagged_files); mkid -fID $$unique
++tags: tags-am
++TAGS: tags
++
++tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
        set x; \
        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; nonempty = 1; } \
--            END { if (nonempty) { for (i in files) print i; }; }'`; \
++      $(am__define_uniq_tagged_files); \
        shift; \
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
          test -n "$$unique" || unique=$$empty_fix; \
              $$unique; \
          fi; \
        fi
--ctags: CTAGS
--CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
--              $(TAGS_FILES) $(LISP)
--      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; nonempty = 1; } \
--            END { if (nonempty) { for (i in files) print i; }; }'`; \
++ctags: ctags-am
++
++CTAGS: ctags
++ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
++      $(am__define_uniq_tagged_files); \
        test -z "$(CTAGS_ARGS)$$unique" \
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
             $$unique
@@@ -407,6 -410,6 +467,21 @@@ GTAGS
        here=`$(am__cd) $(top_builddir) && pwd` \
          && $(am__cd) $(top_srcdir) \
          && gtags -i $(GTAGS_ARGS) "$$here"
++cscopelist: cscopelist-am
++
++cscopelist-am: $(am__tagged_files)
++      list='$(am__tagged_files)'; \
++      case "$(srcdir)" in \
++        [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
++        *) sdir=$(subdir)/$(srcdir) ;; \
++      esac; \
++      for i in $$list; do \
++        if test -f "$$i"; then \
++          echo "$(subdir)/$$i"; \
++        else \
++          echo "$$sdir/$$i"; \
++        fi; \
++      done >> $(top_builddir)/cscope.files
  
  distclean-tags:
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
@@@ -546,17 -549,17 +621,17 @@@ uninstall-am
  
  .MAKE: install-am install-strip
  
--.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
--      clean-noinstLIBRARIES ctags distclean distclean-compile \
--      distclean-generic distclean-tags distdir dvi dvi-am html \
--      html-am info info-am install install-am install-data \
--      install-data-am install-dvi install-dvi-am install-exec \
--      install-exec-am install-html install-html-am install-info \
--      install-info-am install-man install-pdf install-pdf-am \
--      install-ps install-ps-am install-strip installcheck \
--      installcheck-am installdirs maintainer-clean \
++.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
++      clean-noinstLIBRARIES cscopelist-am ctags ctags-am distclean \
++      distclean-compile distclean-generic distclean-tags distdir dvi \
++      dvi-am html html-am info info-am install install-am \
++      install-data install-data-am install-dvi install-dvi-am \
++      install-exec install-exec-am install-html install-html-am \
++      install-info install-info-am install-man install-pdf \
++      install-pdf-am install-ps install-ps-am install-strip \
++      installcheck installcheck-am installdirs maintainer-clean \
        maintainer-clean-generic mostlyclean mostlyclean-compile \
--      mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \
++      mostlyclean-generic pdf pdf-am ps ps-am tags tags-am uninstall \
        uninstall-am
  
  
@@@ -1,9 -1,9 +1,8 @@@
--# Makefile.in generated by automake 1.11.6 from Makefile.am.
++# Makefile.in generated by automake 1.14.1 from Makefile.am.
  # @configure_input@
  
--# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
--# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
--# Foundation, Inc.
++# Copyright (C) 1994-2013 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.
  @SET_MAKE@
  
  VPATH = @srcdir@
--am__make_dryrun = \
--  { \
--    am__dry=no; \
++am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
++am__make_running_with_option = \
++  case $${target_option-} in \
++      ?) ;; \
++      *) echo "am__make_running_with_option: internal error: invalid" \
++              "target option '$${target_option-}' specified" >&2; \
++         exit 1;; \
++  esac; \
++  has_opt=no; \
++  sane_makeflags=$$MAKEFLAGS; \
++  if $(am__is_gnu_make); then \
++    sane_makeflags=$$MFLAGS; \
++  else \
      case $$MAKEFLAGS in \
        *\\[\ \ ]*) \
--        echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
--          | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
--      *) \
--        for am__flg in $$MAKEFLAGS; do \
--          case $$am__flg in \
--            *=*|--*) ;; \
--            *n*) am__dry=yes; break;; \
--          esac; \
--        done;; \
++        bs=\\; \
++        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
++          | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
      esac; \
--    test $$am__dry = yes; \
--  }
++  fi; \
++  skip_next=no; \
++  strip_trailopt () \
++  { \
++    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
++  }; \
++  for flg in $$sane_makeflags; do \
++    test $$skip_next = yes && { skip_next=no; continue; }; \
++    case $$flg in \
++      *=*|--*) continue;; \
++        -*I) strip_trailopt 'I'; skip_next=yes;; \
++      -*I?*) strip_trailopt 'I';; \
++        -*O) strip_trailopt 'O'; skip_next=yes;; \
++      -*O?*) strip_trailopt 'O';; \
++        -*l) strip_trailopt 'l'; skip_next=yes;; \
++      -*l?*) strip_trailopt 'l';; \
++      -[dEDm]) skip_next=yes;; \
++      -[JT]) skip_next=yes;; \
++    esac; \
++    case $$flg in \
++      *$$target_option*) has_opt=yes; break;; \
++    esac; \
++  done; \
++  test $$has_opt = yes
++am__make_dryrun = (target_option=n; $(am__make_running_with_option))
++am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
  pkgdatadir = $(datadir)/@PACKAGE@
  pkgincludedir = $(includedir)/@PACKAGE@
  pkglibdir = $(libdir)/@PACKAGE@
@@@ -58,10 -58,10 +85,14 @@@ bin_PROGRAMS = psensor-server$(EXEEXT
  @ATASMART_TRUE@am__append_4 = $(ATASMART_CFLAGS)
  @ATASMART_TRUE@am__append_5 = $(ATASMART_LIBS)
  subdir = src/server
--DIST_COMMON = $(dist_man_MANS) $(srcdir)/Makefile.am \
--      $(srcdir)/Makefile.in
++DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
++      $(top_srcdir)/depcomp $(dist_man_MANS)
  ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
--am__aclocal_m4_deps = $(top_srcdir)/configure.ac
++am__aclocal_m4_deps = $(top_srcdir)/m4/gettext.m4 \
++      $(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/lib-ld.m4 \
++      $(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \
++      $(top_srcdir)/m4/nls.m4 $(top_srcdir)/m4/po.m4 \
++      $(top_srcdir)/m4/progtest.m4 $(top_srcdir)/configure.ac
  am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
        $(ACLOCAL_M4)
  mkinstalldirs = $(install_sh) -d
@@@ -76,14 -76,14 +107,34 @@@ am__psensor_server_SOURCES_DIST = serve
  am_psensor_server_OBJECTS = server.$(OBJEXT) $(am__objects_1)
  psensor_server_OBJECTS = $(am_psensor_server_OBJECTS)
  psensor_server_LDADD = $(LDADD)
++AM_V_P = $(am__v_P_@AM_V@)
++am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
++am__v_P_0 = false
++am__v_P_1 = :
++AM_V_GEN = $(am__v_GEN_@AM_V@)
++am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
++am__v_GEN_0 = @echo "  GEN     " $@;
++am__v_GEN_1 = 
++AM_V_at = $(am__v_at_@AM_V@)
++am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
++am__v_at_0 = @
++am__v_at_1 = 
  DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
  depcomp = $(SHELL) $(top_srcdir)/depcomp
  am__depfiles_maybe = depfiles
  am__mv = mv -f
  COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
++AM_V_CC = $(am__v_CC_@AM_V@)
++am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
++am__v_CC_0 = @echo "  CC      " $@;
++am__v_CC_1 = 
  CCLD = $(CC)
  LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++AM_V_CCLD = $(am__v_CCLD_@AM_V@)
++am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
++am__v_CCLD_0 = @echo "  CCLD    " $@;
++am__v_CCLD_1 = 
  SOURCES = $(psensor_server_SOURCES)
  DIST_SOURCES = $(am__psensor_server_SOURCES_DIST)
  am__can_run_installinfo = \
@@@ -121,11 -121,11 +172,29 @@@ am__uninstall_files_from_dir = { 
  man1dir = $(mandir)/man1
  NROFF = nroff
  MANS = $(dist_man_MANS)
++am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
++# Read a list of newline-separated strings from the standard input,
++# and print each of them once, without duplicates.  Input order is
++# *not* preserved.
++am__uniquify_input = $(AWK) '\
++  BEGIN { nonempty = 0; } \
++  { items[$$0] = 1; nonempty = 1; } \
++  END { if (nonempty) { for (i in items) print i; }; } \
++'
++# Make sure the list of sources is unique.  This is necessary because,
++# e.g., the same source file might be shared among _SOURCES variables
++# for different programs/libraries.
++am__define_uniq_tagged_files = \
++  list='$(am__tagged_files)'; \
++  unique=`for i in $$list; do \
++    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
++  done | $(am__uniquify_input)`
  ETAGS = etags
  CTAGS = ctags
  DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  ACLOCAL = @ACLOCAL@
  AMTAR = @AMTAR@
++AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
  APPINDICATOR_CFLAGS = @APPINDICATOR_CFLAGS@
  APPINDICATOR_LIBS = @APPINDICATOR_LIBS@
  AR = @AR@
@@@ -150,12 -151,8 +220,7 @@@ ECHO_N = @ECHO_N
  ECHO_T = @ECHO_T@
  EGREP = @EGREP@
  EXEEXT = @EXEEXT@
- GCONFTOOL = @GCONFTOOL@
- GCONF_CFLAGS = @GCONF_CFLAGS@
- GCONF_LIBS = @GCONF_LIBS@
- GCONF_SCHEMA_CONFIG_SOURCE = @GCONF_SCHEMA_CONFIG_SOURCE@
- GCONF_SCHEMA_FILE_DIR = @GCONF_SCHEMA_FILE_DIR@
--GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
+ GLIB_COMPILE_SCHEMAS = @GLIB_COMPILE_SCHEMAS@
  GMSGFMT = @GMSGFMT@
  GMSGFMT_015 = @GMSGFMT_015@
  GREP = @GREP@
@@@ -212,7 -210,7 +278,6 @@@ PKG_CONFIG_PATH = @PKG_CONFIG_PATH
  POSUB = @POSUB@
  PTHREAD_LIBS = @PTHREAD_LIBS@
  RANLIB = @RANLIB@
--SED = @SED@
  SENSORS_LIBS = @SENSORS_LIBS@
  SET_MAKE = @SET_MAKE@
  SHELL = @SHELL@
@@@ -227,7 -225,7 +292,6 @@@ XEXT_CFLAGS = @XEXT_CFLAGS
  XEXT_LIBS = @XEXT_LIBS@
  XGETTEXT = @XGETTEXT@
  XGETTEXT_015 = @XGETTEXT_015@
--XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@
  XMKMF = @XMKMF@
  abs_builddir = @abs_builddir@
  abs_srcdir = @abs_srcdir@
@@@ -331,10 -330,10 +396,11 @@@ install-binPROGRAMS: $(bin_PROGRAMS
        fi; \
        for p in $$list; do echo "$$p $$p"; done | \
        sed 's/$(EXEEXT)$$//' | \
--      while read p p1; do if test -f $$p; \
--        then echo "$$p"; echo "$$p"; else :; fi; \
++      while read p p1; do if test -f $$p \
++        then echo "$$p"; echo "$$p"; else :; fi; \
        done | \
--      sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
++      sed -e 'p;s,.*/,,;n;h' \
++          -e 's|.*|.|' \
            -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
        sed 'N;N;N;s,\n, ,g' | \
        $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
@@@ -355,16 -354,16 +421,18 @@@ uninstall-binPROGRAMS
        @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
        files=`for p in $$list; do echo "$$p"; done | \
          sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
--            -e 's/$$/$(EXEEXT)/' `; \
++            -e 's/$$/$(EXEEXT)/' \
++      `; \
        test -n "$$list" || exit 0; \
        echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
        cd "$(DESTDIR)$(bindir)" && rm -f $$files
  
  clean-binPROGRAMS:
        -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
++
  psensor-server$(EXEEXT): $(psensor_server_OBJECTS) $(psensor_server_DEPENDENCIES) $(EXTRA_psensor_server_DEPENDENCIES) 
        @rm -f psensor-server$(EXEEXT)
--      $(LINK) $(psensor_server_OBJECTS) $(psensor_server_LDADD) $(LIBS)
++      $(AM_V_CCLD)$(LINK) $(psensor_server_OBJECTS) $(psensor_server_LDADD) $(LIBS)
  
  mostlyclean-compile:
        -rm -f *.$(OBJEXT)
@@@ -376,18 -375,18 +444,18 @@@ distclean-compile
  @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sysinfo.Po@am__quote@
  
  .c.o:
--@am__fastdepCC_TRUE@  $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
--@am__fastdepCC_TRUE@  $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
--@AMDEP_TRUE@@am__fastdepCC_FALSE@     source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++@am__fastdepCC_TRUE@  $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
++@am__fastdepCC_TRUE@  $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
++@AMDEP_TRUE@@am__fastdepCC_FALSE@     $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  @AMDEP_TRUE@@am__fastdepCC_FALSE@     DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
--@am__fastdepCC_FALSE@ $(COMPILE) -c $<
++@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
  
  .c.obj:
--@am__fastdepCC_TRUE@  $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
--@am__fastdepCC_TRUE@  $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
--@AMDEP_TRUE@@am__fastdepCC_FALSE@     source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++@am__fastdepCC_TRUE@  $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
++@am__fastdepCC_TRUE@  $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
++@AMDEP_TRUE@@am__fastdepCC_FALSE@     $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  @AMDEP_TRUE@@am__fastdepCC_FALSE@     DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
--@am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
++@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
  install-man1: $(dist_man_MANS)
        @$(NORMAL_INSTALL)
        @list1=''; \
@@@ -432,26 -431,26 +500,15 @@@ uninstall-man1
              -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
        dir='$(DESTDIR)$(man1dir)'; $(am__uninstall_files_from_dir)
  
--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; nonempty = 1; } \
--            END { if (nonempty) { for (i in files) print i; }; }'`; \
--      mkid -fID $$unique
--tags: TAGS
--
--TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
--              $(TAGS_FILES) $(LISP)
++ID: $(am__tagged_files)
++      $(am__define_uniq_tagged_files); mkid -fID $$unique
++tags: tags-am
++TAGS: tags
++
++tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
        set x; \
        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; nonempty = 1; } \
--            END { if (nonempty) { for (i in files) print i; }; }'`; \
++      $(am__define_uniq_tagged_files); \
        shift; \
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
          test -n "$$unique" || unique=$$empty_fix; \
              $$unique; \
          fi; \
        fi
--ctags: CTAGS
--CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
--              $(TAGS_FILES) $(LISP)
--      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; nonempty = 1; } \
--            END { if (nonempty) { for (i in files) print i; }; }'`; \
++ctags: ctags-am
++
++CTAGS: ctags
++ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
++      $(am__define_uniq_tagged_files); \
        test -z "$(CTAGS_ARGS)$$unique" \
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
             $$unique
@@@ -480,24 -479,24 +533,26 @@@ GTAGS
        here=`$(am__cd) $(top_builddir) && pwd` \
          && $(am__cd) $(top_srcdir) \
          && gtags -i $(GTAGS_ARGS) "$$here"
++cscopelist: cscopelist-am
++
++cscopelist-am: $(am__tagged_files)
++      list='$(am__tagged_files)'; \
++      case "$(srcdir)" in \
++        [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
++        *) sdir=$(subdir)/$(srcdir) ;; \
++      esac; \
++      for i in $$list; do \
++        if test -f "$$i"; then \
++          echo "$(subdir)/$$i"; \
++        else \
++          echo "$$sdir/$$i"; \
++        fi; \
++      done >> $(top_builddir)/cscope.files
  
  distclean-tags:
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  
  distdir: $(DISTFILES)
--      @list='$(MANS)'; if test -n "$$list"; then \
--        list=`for p in $$list; do \
--          if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
--          if test -f "$$d$$p"; then echo "$$d$$p"; else :; fi; done`; \
--        if test -n "$$list" && \
--          grep 'ab help2man is required to generate this page' $$list >/dev/null; then \
--          echo "error: found man pages containing the \`missing help2man' replacement text:" >&2; \
--          grep -l 'ab help2man is required to generate this page' $$list | sed 's/^/         /' >&2; \
--          echo "       to fix them, install help2man, remove and regenerate the man pages;" >&2; \
--          echo "       typically \`make maintainer-clean' will remove them" >&2; \
--          exit 1; \
--        else :; fi; \
--      else :; fi
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
        list='$(DISTFILES)'; \
@@@ -637,19 -636,19 +692,19 @@@ uninstall-man: uninstall-man
  
  .MAKE: install-am install-strip
  
--.PHONY: CTAGS GTAGS all all-am check check-am clean clean-binPROGRAMS \
--      clean-generic ctags distclean distclean-compile \
--      distclean-generic distclean-tags distdir dvi dvi-am html \
--      html-am info info-am install install-am install-binPROGRAMS \
--      install-data install-data-am install-dvi install-dvi-am \
--      install-exec install-exec-am install-html install-html-am \
--      install-info install-info-am install-man install-man1 \
--      install-pdf install-pdf-am install-ps install-ps-am \
--      install-strip installcheck installcheck-am installdirs \
--      maintainer-clean maintainer-clean-generic mostlyclean \
--      mostlyclean-compile mostlyclean-generic pdf pdf-am ps ps-am \
--      tags uninstall uninstall-am uninstall-binPROGRAMS \
--      uninstall-man uninstall-man1
++.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean \
++      clean-binPROGRAMS clean-generic cscopelist-am ctags ctags-am \
++      distclean distclean-compile distclean-generic distclean-tags \
++      distdir dvi dvi-am html html-am info info-am install \
++      install-am install-binPROGRAMS install-data install-data-am \
++      install-dvi install-dvi-am install-exec install-exec-am \
++      install-html install-html-am install-info install-info-am \
++      install-man install-man1 install-pdf install-pdf-am install-ps \
++      install-ps-am install-strip installcheck installcheck-am \
++      installdirs maintainer-clean maintainer-clean-generic \
++      mostlyclean mostlyclean-compile mostlyclean-generic pdf pdf-am \
++      ps ps-am tags tags-am uninstall uninstall-am \
++      uninstall-binPROGRAMS uninstall-man uninstall-man1
  
  psensor-server.1: server.c $(top_srcdir)/configure.ac
        $(MAKE) $(AM_MAKEFLAGS) psensor-server$(EXEEXT)
@@@ -1,9 -1,9 +1,8 @@@
--# Makefile.in generated by automake 1.11.6 from Makefile.am.
++# Makefile.in generated by automake 1.14.1 from Makefile.am.
  # @configure_input@
  
--# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
--# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
--# Foundation, Inc.
++# Copyright (C) 1994-2013 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.
  
  @SET_MAKE@
  VPATH = @srcdir@
--am__make_dryrun = \
--  { \
--    am__dry=no; \
++am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
++am__make_running_with_option = \
++  case $${target_option-} in \
++      ?) ;; \
++      *) echo "am__make_running_with_option: internal error: invalid" \
++              "target option '$${target_option-}' specified" >&2; \
++         exit 1;; \
++  esac; \
++  has_opt=no; \
++  sane_makeflags=$$MAKEFLAGS; \
++  if $(am__is_gnu_make); then \
++    sane_makeflags=$$MFLAGS; \
++  else \
      case $$MAKEFLAGS in \
        *\\[\ \ ]*) \
--        echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
--          | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
--      *) \
--        for am__flg in $$MAKEFLAGS; do \
--          case $$am__flg in \
--            *=*|--*) ;; \
--            *n*) am__dry=yes; break;; \
--          esac; \
--        done;; \
++        bs=\\; \
++        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
++          | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
      esac; \
--    test $$am__dry = yes; \
--  }
++  fi; \
++  skip_next=no; \
++  strip_trailopt () \
++  { \
++    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
++  }; \
++  for flg in $$sane_makeflags; do \
++    test $$skip_next = yes && { skip_next=no; continue; }; \
++    case $$flg in \
++      *=*|--*) continue;; \
++        -*I) strip_trailopt 'I'; skip_next=yes;; \
++      -*I?*) strip_trailopt 'I';; \
++        -*O) strip_trailopt 'O'; skip_next=yes;; \
++      -*O?*) strip_trailopt 'O';; \
++        -*l) strip_trailopt 'l'; skip_next=yes;; \
++      -*l?*) strip_trailopt 'l';; \
++      -[dEDm]) skip_next=yes;; \
++      -[JT]) skip_next=yes;; \
++    esac; \
++    case $$flg in \
++      *$$target_option*) has_opt=yes; break;; \
++    esac; \
++  done; \
++  test $$has_opt = yes
++am__make_dryrun = (target_option=n; $(am__make_running_with_option))
++am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
  pkgdatadir = $(datadir)/@PACKAGE@
  pkgincludedir = $(includedir)/@PACKAGE@
  pkglibdir = $(libdir)/@PACKAGE@
@@@ -61,9 -61,9 +88,14 @@@ TESTS = test-io-dir-list.sh test-psenso
        test-url-normalize$(EXEEXT) $(am__append_3)
  @CPPCHECK_TRUE@am__append_3 = test-cppcheck.sh
  subdir = tests
--DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
++DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
++      $(top_srcdir)/depcomp $(top_srcdir)/test-driver
  ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
--am__aclocal_m4_deps = $(top_srcdir)/configure.ac
++am__aclocal_m4_deps = $(top_srcdir)/m4/gettext.m4 \
++      $(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/lib-ld.m4 \
++      $(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \
++      $(top_srcdir)/m4/nls.m4 $(top_srcdir)/m4/po.m4 \
++      $(top_srcdir)/m4/progtest.m4 $(top_srcdir)/configure.ac
  am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
        $(ACLOCAL_M4)
  mkinstalldirs = $(install_sh) -d
@@@ -94,14 -94,14 +126,38 @@@ test_url_encode_LDADD = $(LDADD
  am_test_url_normalize_OBJECTS = test_url_normalize.$(OBJEXT)
  test_url_normalize_OBJECTS = $(am_test_url_normalize_OBJECTS)
  test_url_normalize_LDADD = $(LDADD)
++AM_V_P = $(am__v_P_@AM_V@)
++am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
++am__v_P_0 = false
++am__v_P_1 = :
++AM_V_GEN = $(am__v_GEN_@AM_V@)
++am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
++am__v_GEN_0 = @echo "  GEN     " $@;
++am__v_GEN_1 = 
++AM_V_at = $(am__v_at_@AM_V@)
++am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
++am__v_at_0 = @
++am__v_at_1 = 
  DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
  depcomp = $(SHELL) $(top_srcdir)/depcomp
  am__depfiles_maybe = depfiles
  am__mv = mv -f
++AM_V_lt = $(am__v_lt_@AM_V@)
++am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
++am__v_lt_0 = --silent
++am__v_lt_1 = 
  COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
++AM_V_CC = $(am__v_CC_@AM_V@)
++am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
++am__v_CC_0 = @echo "  CC      " $@;
++am__v_CC_1 = 
  CCLD = $(CC)
  LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++AM_V_CCLD = $(am__v_CCLD_@AM_V@)
++am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
++am__v_CCLD_0 = @echo "  CCLD    " $@;
++am__v_CCLD_1 = 
  SOURCES = $(test_io_dir_list_SOURCES) \
        $(test_psensor_type_to_unit_str_SOURCES) \
        $(test_psensor_value_to_str_SOURCES) \
@@@ -115,13 -115,13 +171,233 @@@ am__can_run_installinfo = 
      n|no|NO) false;; \
      *) (install-info --version) >/dev/null 2>&1;; \
    esac
++am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
++# Read a list of newline-separated strings from the standard input,
++# and print each of them once, without duplicates.  Input order is
++# *not* preserved.
++am__uniquify_input = $(AWK) '\
++  BEGIN { nonempty = 0; } \
++  { items[$$0] = 1; nonempty = 1; } \
++  END { if (nonempty) { for (i in items) print i; }; } \
++'
++# Make sure the list of sources is unique.  This is necessary because,
++# e.g., the same source file might be shared among _SOURCES variables
++# for different programs/libraries.
++am__define_uniq_tagged_files = \
++  list='$(am__tagged_files)'; \
++  unique=`for i in $$list; do \
++    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
++  done | $(am__uniquify_input)`
  ETAGS = etags
  CTAGS = ctags
--am__tty_colors = \
--red=; grn=; lgn=; blu=; std=
++am__tty_colors_dummy = \
++  mgn= red= grn= lgn= blu= brg= std=; \
++  am__color_tests=no
++am__tty_colors = { \
++  $(am__tty_colors_dummy); \
++  if test "X$(AM_COLOR_TESTS)" = Xno; then \
++    am__color_tests=no; \
++  elif test "X$(AM_COLOR_TESTS)" = Xalways; then \
++    am__color_tests=yes; \
++  elif test "X$$TERM" != Xdumb && { test -t 1; } 2>/dev/null; then \
++    am__color_tests=yes; \
++  fi; \
++  if test $$am__color_tests = yes; then \
++    red='\e[0;31m'; \
++    grn='\e[0;32m'; \
++    lgn='\e[1;32m'; \
++    blu='\e[1;34m'; \
++    mgn='\e[0;35m'; \
++    brg='\e[1m'; \
++    std='\e[m'; \
++  fi; \
++}
++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 = f=`echo $$p | sed -e 's|^.*/||'`;
++am__install_max = 40
++am__nobase_strip_setup = \
++  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
++am__nobase_strip = \
++  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
++am__nobase_list = $(am__nobase_strip_setup); \
++  for p in $$list; do echo "$$p $$p"; done | \
++  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
++  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
++    if (++n[$$2] == $(am__install_max)) \
++      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
++    END { for (dir in files) print dir, files[dir] }'
++am__base_list = \
++  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
++  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
++am__uninstall_files_from_dir = { \
++  test -z "$$files" \
++    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
++    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
++         $(am__cd) "$$dir" && rm -f $$files; }; \
++  }
++am__recheck_rx = ^[   ]*:recheck:[    ]*
++am__global_test_result_rx = ^[        ]*:global-test-result:[         ]*
++am__copy_in_global_log_rx = ^[        ]*:copy-in-global-log:[         ]*
++# A command that, given a newline-separated list of test names on the
++# standard input, print the name of the tests that are to be re-run
++# upon "make recheck".
++am__list_recheck_tests = $(AWK) '{ \
++  recheck = 1; \
++  while ((rc = (getline line < ($$0 ".trs"))) != 0) \
++    { \
++      if (rc < 0) \
++        { \
++          if ((getline line2 < ($$0 ".log")) < 0) \
++          recheck = 0; \
++          break; \
++        } \
++      else if (line ~ /$(am__recheck_rx)[nN][Oo]/) \
++        { \
++          recheck = 0; \
++          break; \
++        } \
++      else if (line ~ /$(am__recheck_rx)[yY][eE][sS]/) \
++        { \
++          break; \
++        } \
++    }; \
++  if (recheck) \
++    print $$0; \
++  close ($$0 ".trs"); \
++  close ($$0 ".log"); \
++}'
++# A command that, given a newline-separated list of test names on the
++# standard input, create the global log from their .trs and .log files.
++am__create_global_log = $(AWK) ' \
++function fatal(msg) \
++{ \
++  print "fatal: making $@: " msg | "cat >&2"; \
++  exit 1; \
++} \
++function rst_section(header) \
++{ \
++  print header; \
++  len = length(header); \
++  for (i = 1; i <= len; i = i + 1) \
++    printf "="; \
++  printf "\n\n"; \
++} \
++{ \
++  copy_in_global_log = 1; \
++  global_test_result = "RUN"; \
++  while ((rc = (getline line < ($$0 ".trs"))) != 0) \
++    { \
++      if (rc < 0) \
++         fatal("failed to read from " $$0 ".trs"); \
++      if (line ~ /$(am__global_test_result_rx)/) \
++        { \
++          sub("$(am__global_test_result_rx)", "", line); \
++          sub("[      ]*$$", "", line); \
++          global_test_result = line; \
++        } \
++      else if (line ~ /$(am__copy_in_global_log_rx)[nN][oO]/) \
++        copy_in_global_log = 0; \
++    }; \
++  if (copy_in_global_log) \
++    { \
++      rst_section(global_test_result ": " $$0); \
++      while ((rc = (getline line < ($$0 ".log"))) != 0) \
++      { \
++        if (rc < 0) \
++          fatal("failed to read from " $$0 ".log"); \
++        print line; \
++      }; \
++      printf "\n"; \
++    }; \
++  close ($$0 ".trs"); \
++  close ($$0 ".log"); \
++}'
++# Restructured Text title.
++am__rst_title = { sed 's/.*/   &   /;h;s/./=/g;p;x;s/ *$$//;p;g' && echo; }
++# Solaris 10 'make', and several other traditional 'make' implementations,
++# pass "-e" to $(SHELL), and POSIX 2008 even requires this.  Work around it
++# by disabling -e (using the XSI extension "set +e") if it's set.
++am__sh_e_setup = case $$- in *e*) set +e;; esac
++# Default flags passed to test drivers.
++am__common_driver_flags = \
++  --color-tests "$$am__color_tests" \
++  --enable-hard-errors "$$am__enable_hard_errors" \
++  --expect-failure "$$am__expect_failure"
++# To be inserted before the command running the test.  Creates the
++# directory for the log if needed.  Stores in $dir the directory
++# containing $f, in $tst the test, in $log the log.  Executes the
++# developer- defined test setup AM_TESTS_ENVIRONMENT (if any), and
++# passes TESTS_ENVIRONMENT.  Set up options for the wrapper that
++# will run the test scripts (or their associated LOG_COMPILER, if
++# thy have one).
++am__check_pre = \
++$(am__sh_e_setup);                                    \
++$(am__vpath_adj_setup) $(am__vpath_adj)                       \
++$(am__tty_colors);                                    \
++srcdir=$(srcdir); export srcdir;                      \
++case "$@" in                                          \
++  */*) am__odir=`echo "./$@" | sed 's|/[^/]*$$||'`;;  \
++    *) am__odir=.;;                                   \
++esac;                                                 \
++test "x$$am__odir" = x"." || test -d "$$am__odir"     \
++  || $(MKDIR_P) "$$am__odir" || exit $$?;             \
++if test -f "./$$f"; then dir=./;                      \
++elif test -f "$$f"; then dir=;                                \
++else dir="$(srcdir)/"; fi;                            \
++tst=$$dir$$f; log='$@';                               \
++if test -n '$(DISABLE_HARD_ERRORS)'; then             \
++  am__enable_hard_errors=no;                          \
++else                                                  \
++  am__enable_hard_errors=yes;                                 \
++fi;                                                   \
++case " $(XFAIL_TESTS) " in                            \
++  *[\ \       ]$$f[\ \        ]* | *[\ \      ]$$dir$$f[\ \   ]*) \
++    am__expect_failure=yes;;                          \
++  *)                                                  \
++    am__expect_failure=no;;                           \
++esac;                                                         \
++$(AM_TESTS_ENVIRONMENT) $(TESTS_ENVIRONMENT)
++# A shell command to get the names of the tests scripts with any registered
++# extension removed (i.e., equivalently, the names of the test logs, with
++# the '.log' extension removed).  The result is saved in the shell variable
++# '$bases'.  This honors runtime overriding of TESTS and TEST_LOGS.  Sadly,
++# we cannot use something simpler, involving e.g., "$(TEST_LOGS:.log=)",
++# since that might cause problem with VPATH rewrites for suffix-less tests.
++# See also 'test-harness-vpath-rewrite.sh' and 'test-trs-basic.sh'.
++am__set_TESTS_bases = \
++  bases='$(TEST_LOGS)'; \
++  bases=`for i in $$bases; do echo $$i; done | sed 's/\.log$$//'`; \
++  bases=`echo $$bases`
++RECHECK_LOGS = $(TEST_LOGS)
++AM_RECURSIVE_TARGETS = check recheck
++TEST_SUITE_LOG = test-suite.log
++TEST_EXTENSIONS = @EXEEXT@ .test
++LOG_DRIVER = $(SHELL) $(top_srcdir)/test-driver
++LOG_COMPILE = $(LOG_COMPILER) $(AM_LOG_FLAGS) $(LOG_FLAGS)
++am__set_b = \
++  case '$@' in \
++    */*) \
++      case '$*' in \
++        */*) b='$*';; \
++          *) b=`echo '$@' | sed 's/\.log$$//'`; \
++       esac;; \
++    *) \
++      b='$*';; \
++  esac
++am__test_logs1 = $(TESTS:=.log)
++am__test_logs2 = $(am__test_logs1:@EXEEXT@.log=.log)
++TEST_LOGS = $(am__test_logs2:.test.log=.log)
++TEST_LOG_DRIVER = $(SHELL) $(top_srcdir)/test-driver
++TEST_LOG_COMPILE = $(TEST_LOG_COMPILER) $(AM_TEST_LOG_FLAGS) \
++      $(TEST_LOG_FLAGS)
  DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  ACLOCAL = @ACLOCAL@
  AMTAR = @AMTAR@
++AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
  APPINDICATOR_CFLAGS = @APPINDICATOR_CFLAGS@
  APPINDICATOR_LIBS = @APPINDICATOR_LIBS@
  AR = @AR@
@@@ -146,12 -147,8 +423,7 @@@ ECHO_N = @ECHO_N
  ECHO_T = @ECHO_T@
  EGREP = @EGREP@
  EXEEXT = @EXEEXT@
- GCONFTOOL = @GCONFTOOL@
- GCONF_CFLAGS = @GCONF_CFLAGS@
- GCONF_LIBS = @GCONF_LIBS@
- GCONF_SCHEMA_CONFIG_SOURCE = @GCONF_SCHEMA_CONFIG_SOURCE@
- GCONF_SCHEMA_FILE_DIR = @GCONF_SCHEMA_FILE_DIR@
--GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
+ GLIB_COMPILE_SCHEMAS = @GLIB_COMPILE_SCHEMAS@
  GMSGFMT = @GMSGFMT@
  GMSGFMT_015 = @GMSGFMT_015@
  GREP = @GREP@
@@@ -207,7 -205,7 +480,6 @@@ PKG_CONFIG_PATH = @PKG_CONFIG_PATH
  POSUB = @POSUB@
  PTHREAD_LIBS = @PTHREAD_LIBS@
  RANLIB = @RANLIB@
--SED = @SED@
  SENSORS_LIBS = @SENSORS_LIBS@
  SET_MAKE = @SET_MAKE@
  SHELL = @SHELL@
@@@ -222,7 -220,7 +494,6 @@@ XEXT_CFLAGS = @XEXT_CFLAGS
  XEXT_LIBS = @XEXT_LIBS@
  XGETTEXT = @XGETTEXT@
  XGETTEXT_015 = @XGETTEXT_015@
--XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@
  XMKMF = @XMKMF@
  abs_builddir = @abs_builddir@
  abs_srcdir = @abs_srcdir@
@@@ -290,7 -289,7 +562,7 @@@ test_url_normalize_SOURCES = test_url_n
  all: all-am
  
  .SUFFIXES:
--.SUFFIXES: .c .o .obj
++.SUFFIXES: .c .log .o .obj .test .test$(EXEEXT) .trs
  $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
        @for dep in $?; do \
          case '$(am__configure_deps)' in \
@@@ -324,21 -323,21 +596,26 @@@ $(am__aclocal_m4_deps)
  
  clean-checkPROGRAMS:
        -test -z "$(check_PROGRAMS)" || rm -f $(check_PROGRAMS)
++
  test-io-dir-list$(EXEEXT): $(test_io_dir_list_OBJECTS) $(test_io_dir_list_DEPENDENCIES) $(EXTRA_test_io_dir_list_DEPENDENCIES) 
        @rm -f test-io-dir-list$(EXEEXT)
--      $(LINK) $(test_io_dir_list_OBJECTS) $(test_io_dir_list_LDADD) $(LIBS)
++      $(AM_V_CCLD)$(LINK) $(test_io_dir_list_OBJECTS) $(test_io_dir_list_LDADD) $(LIBS)
++
  test-psensor-type-to-unit-str$(EXEEXT): $(test_psensor_type_to_unit_str_OBJECTS) $(test_psensor_type_to_unit_str_DEPENDENCIES) $(EXTRA_test_psensor_type_to_unit_str_DEPENDENCIES) 
        @rm -f test-psensor-type-to-unit-str$(EXEEXT)
--      $(test_psensor_type_to_unit_str_LINK) $(test_psensor_type_to_unit_str_OBJECTS) $(test_psensor_type_to_unit_str_LDADD) $(LIBS)
++      $(AM_V_CCLD)$(test_psensor_type_to_unit_str_LINK) $(test_psensor_type_to_unit_str_OBJECTS) $(test_psensor_type_to_unit_str_LDADD) $(LIBS)
++
  test-psensor-value-to-str$(EXEEXT): $(test_psensor_value_to_str_OBJECTS) $(test_psensor_value_to_str_DEPENDENCIES) $(EXTRA_test_psensor_value_to_str_DEPENDENCIES) 
        @rm -f test-psensor-value-to-str$(EXEEXT)
--      $(test_psensor_value_to_str_LINK) $(test_psensor_value_to_str_OBJECTS) $(test_psensor_value_to_str_LDADD) $(LIBS)
++      $(AM_V_CCLD)$(test_psensor_value_to_str_LINK) $(test_psensor_value_to_str_OBJECTS) $(test_psensor_value_to_str_LDADD) $(LIBS)
++
  test-url-encode$(EXEEXT): $(test_url_encode_OBJECTS) $(test_url_encode_DEPENDENCIES) $(EXTRA_test_url_encode_DEPENDENCIES) 
        @rm -f test-url-encode$(EXEEXT)
--      $(LINK) $(test_url_encode_OBJECTS) $(test_url_encode_LDADD) $(LIBS)
++      $(AM_V_CCLD)$(LINK) $(test_url_encode_OBJECTS) $(test_url_encode_LDADD) $(LIBS)
++
  test-url-normalize$(EXEEXT): $(test_url_normalize_OBJECTS) $(test_url_normalize_DEPENDENCIES) $(EXTRA_test_url_normalize_DEPENDENCIES) 
        @rm -f test-url-normalize$(EXEEXT)
--      $(LINK) $(test_url_normalize_OBJECTS) $(test_url_normalize_LDADD) $(LIBS)
++      $(AM_V_CCLD)$(LINK) $(test_url_normalize_OBJECTS) $(test_url_normalize_LDADD) $(LIBS)
  
  mostlyclean-compile:
        -rm -f *.$(OBJEXT)
@@@ -353,67 -352,67 +630,56 @@@ distclean-compile
  @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_url_normalize.Po@am__quote@
  
  .c.o:
--@am__fastdepCC_TRUE@  $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
--@am__fastdepCC_TRUE@  $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
--@AMDEP_TRUE@@am__fastdepCC_FALSE@     source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++@am__fastdepCC_TRUE@  $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
++@am__fastdepCC_TRUE@  $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
++@AMDEP_TRUE@@am__fastdepCC_FALSE@     $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  @AMDEP_TRUE@@am__fastdepCC_FALSE@     DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
--@am__fastdepCC_FALSE@ $(COMPILE) -c $<
++@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
  
  .c.obj:
--@am__fastdepCC_TRUE@  $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
--@am__fastdepCC_TRUE@  $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
--@AMDEP_TRUE@@am__fastdepCC_FALSE@     source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++@am__fastdepCC_TRUE@  $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
++@am__fastdepCC_TRUE@  $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
++@AMDEP_TRUE@@am__fastdepCC_FALSE@     $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  @AMDEP_TRUE@@am__fastdepCC_FALSE@     DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
--@am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
++@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
  
  test_psensor_type_to_unit_str-test_psensor_type_to_unit_str.o: test_psensor_type_to_unit_str.c
--@am__fastdepCC_TRUE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_psensor_type_to_unit_str_CFLAGS) $(CFLAGS) -MT test_psensor_type_to_unit_str-test_psensor_type_to_unit_str.o -MD -MP -MF $(DEPDIR)/test_psensor_type_to_unit_str-test_psensor_type_to_unit_str.Tpo -c -o test_psensor_type_to_unit_str-test_psensor_type_to_unit_str.o `test -f 'test_psensor_type_to_unit_str.c' || echo '$(srcdir)/'`test_psensor_type_to_unit_str.c
--@am__fastdepCC_TRUE@  $(am__mv) $(DEPDIR)/test_psensor_type_to_unit_str-test_psensor_type_to_unit_str.Tpo $(DEPDIR)/test_psensor_type_to_unit_str-test_psensor_type_to_unit_str.Po
--@AMDEP_TRUE@@am__fastdepCC_FALSE@     source='test_psensor_type_to_unit_str.c' object='test_psensor_type_to_unit_str-test_psensor_type_to_unit_str.o' libtool=no @AMDEPBACKSLASH@
++@am__fastdepCC_TRUE@  $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_psensor_type_to_unit_str_CFLAGS) $(CFLAGS) -MT test_psensor_type_to_unit_str-test_psensor_type_to_unit_str.o -MD -MP -MF $(DEPDIR)/test_psensor_type_to_unit_str-test_psensor_type_to_unit_str.Tpo -c -o test_psensor_type_to_unit_str-test_psensor_type_to_unit_str.o `test -f 'test_psensor_type_to_unit_str.c' || echo '$(srcdir)/'`test_psensor_type_to_unit_str.c
++@am__fastdepCC_TRUE@  $(AM_V_at)$(am__mv) $(DEPDIR)/test_psensor_type_to_unit_str-test_psensor_type_to_unit_str.Tpo $(DEPDIR)/test_psensor_type_to_unit_str-test_psensor_type_to_unit_str.Po
++@AMDEP_TRUE@@am__fastdepCC_FALSE@     $(AM_V_CC)source='test_psensor_type_to_unit_str.c' object='test_psensor_type_to_unit_str-test_psensor_type_to_unit_str.o' libtool=no @AMDEPBACKSLASH@
  @AMDEP_TRUE@@am__fastdepCC_FALSE@     DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
--@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_psensor_type_to_unit_str_CFLAGS) $(CFLAGS) -c -o test_psensor_type_to_unit_str-test_psensor_type_to_unit_str.o `test -f 'test_psensor_type_to_unit_str.c' || echo '$(srcdir)/'`test_psensor_type_to_unit_str.c
++@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_psensor_type_to_unit_str_CFLAGS) $(CFLAGS) -c -o test_psensor_type_to_unit_str-test_psensor_type_to_unit_str.o `test -f 'test_psensor_type_to_unit_str.c' || echo '$(srcdir)/'`test_psensor_type_to_unit_str.c
  
  test_psensor_type_to_unit_str-test_psensor_type_to_unit_str.obj: test_psensor_type_to_unit_str.c
--@am__fastdepCC_TRUE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_psensor_type_to_unit_str_CFLAGS) $(CFLAGS) -MT test_psensor_type_to_unit_str-test_psensor_type_to_unit_str.obj -MD -MP -MF $(DEPDIR)/test_psensor_type_to_unit_str-test_psensor_type_to_unit_str.Tpo -c -o test_psensor_type_to_unit_str-test_psensor_type_to_unit_str.obj `if test -f 'test_psensor_type_to_unit_str.c'; then $(CYGPATH_W) 'test_psensor_type_to_unit_str.c'; else $(CYGPATH_W) '$(srcdir)/test_psensor_type_to_unit_str.c'; fi`
--@am__fastdepCC_TRUE@  $(am__mv) $(DEPDIR)/test_psensor_type_to_unit_str-test_psensor_type_to_unit_str.Tpo $(DEPDIR)/test_psensor_type_to_unit_str-test_psensor_type_to_unit_str.Po
--@AMDEP_TRUE@@am__fastdepCC_FALSE@     source='test_psensor_type_to_unit_str.c' object='test_psensor_type_to_unit_str-test_psensor_type_to_unit_str.obj' libtool=no @AMDEPBACKSLASH@
++@am__fastdepCC_TRUE@  $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_psensor_type_to_unit_str_CFLAGS) $(CFLAGS) -MT test_psensor_type_to_unit_str-test_psensor_type_to_unit_str.obj -MD -MP -MF $(DEPDIR)/test_psensor_type_to_unit_str-test_psensor_type_to_unit_str.Tpo -c -o test_psensor_type_to_unit_str-test_psensor_type_to_unit_str.obj `if test -f 'test_psensor_type_to_unit_str.c'; then $(CYGPATH_W) 'test_psensor_type_to_unit_str.c'; else $(CYGPATH_W) '$(srcdir)/test_psensor_type_to_unit_str.c'; fi`
++@am__fastdepCC_TRUE@  $(AM_V_at)$(am__mv) $(DEPDIR)/test_psensor_type_to_unit_str-test_psensor_type_to_unit_str.Tpo $(DEPDIR)/test_psensor_type_to_unit_str-test_psensor_type_to_unit_str.Po
++@AMDEP_TRUE@@am__fastdepCC_FALSE@     $(AM_V_CC)source='test_psensor_type_to_unit_str.c' object='test_psensor_type_to_unit_str-test_psensor_type_to_unit_str.obj' libtool=no @AMDEPBACKSLASH@
  @AMDEP_TRUE@@am__fastdepCC_FALSE@     DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
--@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_psensor_type_to_unit_str_CFLAGS) $(CFLAGS) -c -o test_psensor_type_to_unit_str-test_psensor_type_to_unit_str.obj `if test -f 'test_psensor_type_to_unit_str.c'; then $(CYGPATH_W) 'test_psensor_type_to_unit_str.c'; else $(CYGPATH_W) '$(srcdir)/test_psensor_type_to_unit_str.c'; fi`
++@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_psensor_type_to_unit_str_CFLAGS) $(CFLAGS) -c -o test_psensor_type_to_unit_str-test_psensor_type_to_unit_str.obj `if test -f 'test_psensor_type_to_unit_str.c'; then $(CYGPATH_W) 'test_psensor_type_to_unit_str.c'; else $(CYGPATH_W) '$(srcdir)/test_psensor_type_to_unit_str.c'; fi`
  
  test_psensor_value_to_str-test_psensor_value_to_str.o: test_psensor_value_to_str.c
--@am__fastdepCC_TRUE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_psensor_value_to_str_CFLAGS) $(CFLAGS) -MT test_psensor_value_to_str-test_psensor_value_to_str.o -MD -MP -MF $(DEPDIR)/test_psensor_value_to_str-test_psensor_value_to_str.Tpo -c -o test_psensor_value_to_str-test_psensor_value_to_str.o `test -f 'test_psensor_value_to_str.c' || echo '$(srcdir)/'`test_psensor_value_to_str.c
--@am__fastdepCC_TRUE@  $(am__mv) $(DEPDIR)/test_psensor_value_to_str-test_psensor_value_to_str.Tpo $(DEPDIR)/test_psensor_value_to_str-test_psensor_value_to_str.Po
--@AMDEP_TRUE@@am__fastdepCC_FALSE@     source='test_psensor_value_to_str.c' object='test_psensor_value_to_str-test_psensor_value_to_str.o' libtool=no @AMDEPBACKSLASH@
++@am__fastdepCC_TRUE@  $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_psensor_value_to_str_CFLAGS) $(CFLAGS) -MT test_psensor_value_to_str-test_psensor_value_to_str.o -MD -MP -MF $(DEPDIR)/test_psensor_value_to_str-test_psensor_value_to_str.Tpo -c -o test_psensor_value_to_str-test_psensor_value_to_str.o `test -f 'test_psensor_value_to_str.c' || echo '$(srcdir)/'`test_psensor_value_to_str.c
++@am__fastdepCC_TRUE@  $(AM_V_at)$(am__mv) $(DEPDIR)/test_psensor_value_to_str-test_psensor_value_to_str.Tpo $(DEPDIR)/test_psensor_value_to_str-test_psensor_value_to_str.Po
++@AMDEP_TRUE@@am__fastdepCC_FALSE@     $(AM_V_CC)source='test_psensor_value_to_str.c' object='test_psensor_value_to_str-test_psensor_value_to_str.o' libtool=no @AMDEPBACKSLASH@
  @AMDEP_TRUE@@am__fastdepCC_FALSE@     DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
--@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_psensor_value_to_str_CFLAGS) $(CFLAGS) -c -o test_psensor_value_to_str-test_psensor_value_to_str.o `test -f 'test_psensor_value_to_str.c' || echo '$(srcdir)/'`test_psensor_value_to_str.c
++@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_psensor_value_to_str_CFLAGS) $(CFLAGS) -c -o test_psensor_value_to_str-test_psensor_value_to_str.o `test -f 'test_psensor_value_to_str.c' || echo '$(srcdir)/'`test_psensor_value_to_str.c
  
  test_psensor_value_to_str-test_psensor_value_to_str.obj: test_psensor_value_to_str.c
--@am__fastdepCC_TRUE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_psensor_value_to_str_CFLAGS) $(CFLAGS) -MT test_psensor_value_to_str-test_psensor_value_to_str.obj -MD -MP -MF $(DEPDIR)/test_psensor_value_to_str-test_psensor_value_to_str.Tpo -c -o test_psensor_value_to_str-test_psensor_value_to_str.obj `if test -f 'test_psensor_value_to_str.c'; then $(CYGPATH_W) 'test_psensor_value_to_str.c'; else $(CYGPATH_W) '$(srcdir)/test_psensor_value_to_str.c'; fi`
--@am__fastdepCC_TRUE@  $(am__mv) $(DEPDIR)/test_psensor_value_to_str-test_psensor_value_to_str.Tpo $(DEPDIR)/test_psensor_value_to_str-test_psensor_value_to_str.Po
--@AMDEP_TRUE@@am__fastdepCC_FALSE@     source='test_psensor_value_to_str.c' object='test_psensor_value_to_str-test_psensor_value_to_str.obj' libtool=no @AMDEPBACKSLASH@
++@am__fastdepCC_TRUE@  $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_psensor_value_to_str_CFLAGS) $(CFLAGS) -MT test_psensor_value_to_str-test_psensor_value_to_str.obj -MD -MP -MF $(DEPDIR)/test_psensor_value_to_str-test_psensor_value_to_str.Tpo -c -o test_psensor_value_to_str-test_psensor_value_to_str.obj `if test -f 'test_psensor_value_to_str.c'; then $(CYGPATH_W) 'test_psensor_value_to_str.c'; else $(CYGPATH_W) '$(srcdir)/test_psensor_value_to_str.c'; fi`
++@am__fastdepCC_TRUE@  $(AM_V_at)$(am__mv) $(DEPDIR)/test_psensor_value_to_str-test_psensor_value_to_str.Tpo $(DEPDIR)/test_psensor_value_to_str-test_psensor_value_to_str.Po
++@AMDEP_TRUE@@am__fastdepCC_FALSE@     $(AM_V_CC)source='test_psensor_value_to_str.c' object='test_psensor_value_to_str-test_psensor_value_to_str.obj' libtool=no @AMDEPBACKSLASH@
  @AMDEP_TRUE@@am__fastdepCC_FALSE@     DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
--@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_psensor_value_to_str_CFLAGS) $(CFLAGS) -c -o test_psensor_value_to_str-test_psensor_value_to_str.obj `if test -f 'test_psensor_value_to_str.c'; then $(CYGPATH_W) 'test_psensor_value_to_str.c'; else $(CYGPATH_W) '$(srcdir)/test_psensor_value_to_str.c'; fi`
--
--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; nonempty = 1; } \
--            END { if (nonempty) { for (i in files) print i; }; }'`; \
--      mkid -fID $$unique
--tags: TAGS
--
--TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
--              $(TAGS_FILES) $(LISP)
++@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_psensor_value_to_str_CFLAGS) $(CFLAGS) -c -o test_psensor_value_to_str-test_psensor_value_to_str.obj `if test -f 'test_psensor_value_to_str.c'; then $(CYGPATH_W) 'test_psensor_value_to_str.c'; else $(CYGPATH_W) '$(srcdir)/test_psensor_value_to_str.c'; fi`
++
++ID: $(am__tagged_files)
++      $(am__define_uniq_tagged_files); mkid -fID $$unique
++tags: tags-am
++TAGS: tags
++
++tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
        set x; \
        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; nonempty = 1; } \
--            END { if (nonempty) { for (i in files) print i; }; }'`; \
++      $(am__define_uniq_tagged_files); \
        shift; \
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
          test -n "$$unique" || unique=$$empty_fix; \
              $$unique; \
          fi; \
        fi
--ctags: CTAGS
--CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
--              $(TAGS_FILES) $(LISP)
--      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; nonempty = 1; } \
--            END { if (nonempty) { for (i in files) print i; }; }'`; \
++ctags: ctags-am
++
++CTAGS: ctags
++ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
++      $(am__define_uniq_tagged_files); \
        test -z "$(CTAGS_ARGS)$$unique" \
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
             $$unique
@@@ -442,102 -441,102 +704,222 @@@ GTAGS
        here=`$(am__cd) $(top_builddir) && pwd` \
          && $(am__cd) $(top_srcdir) \
          && gtags -i $(GTAGS_ARGS) "$$here"
++cscopelist: cscopelist-am
++
++cscopelist-am: $(am__tagged_files)
++      list='$(am__tagged_files)'; \
++      case "$(srcdir)" in \
++        [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
++        *) sdir=$(subdir)/$(srcdir) ;; \
++      esac; \
++      for i in $$list; do \
++        if test -f "$$i"; then \
++          echo "$(subdir)/$$i"; \
++        else \
++          echo "$$sdir/$$i"; \
++        fi; \
++      done >> $(top_builddir)/cscope.files
  
  distclean-tags:
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  
--check-TESTS: $(TESTS)
--      @failed=0; all=0; xfail=0; xpass=0; skip=0; \
--      srcdir=$(srcdir); export srcdir; \
--      list=' $(TESTS) '; \
--      $(am__tty_colors); \
--      if test -n "$$list"; then \
--        for tst in $$list; do \
--          if test -f ./$$tst; then dir=./; \
--          elif test -f $$tst; then dir=; \
--          else dir="$(srcdir)/"; fi; \
--          if $(TESTS_ENVIRONMENT) $${dir}$$tst; then \
--            all=`expr $$all + 1`; \
--            case " $(XFAIL_TESTS) " in \
--            *[\ \     ]$$tst[\ \      ]*) \
--              xpass=`expr $$xpass + 1`; \
--              failed=`expr $$failed + 1`; \
--              col=$$red; res=XPASS; \
--            ;; \
--            *) \
--              col=$$grn; res=PASS; \
--            ;; \
--            esac; \
--          elif test $$? -ne 77; then \
--            all=`expr $$all + 1`; \
--            case " $(XFAIL_TESTS) " in \
--            *[\ \     ]$$tst[\ \      ]*) \
--              xfail=`expr $$xfail + 1`; \
--              col=$$lgn; res=XFAIL; \
--            ;; \
--            *) \
--              failed=`expr $$failed + 1`; \
--              col=$$red; res=FAIL; \
--            ;; \
--            esac; \
--          else \
--            skip=`expr $$skip + 1`; \
--            col=$$blu; res=SKIP; \
--          fi; \
--          echo "$${col}$$res$${std}: $$tst"; \
--        done; \
--        if test "$$all" -eq 1; then \
--          tests="test"; \
--          All=""; \
--        else \
--          tests="tests"; \
--          All="All "; \
++# Recover from deleted '.trs' file; this should ensure that
++# "rm -f foo.log; make foo.trs" re-run 'foo.test', and re-create
++# both 'foo.log' and 'foo.trs'.  Break the recipe in two subshells
++# to avoid problems with "make -n".
++.log.trs:
++      rm -f $< $@
++      $(MAKE) $(AM_MAKEFLAGS) $<
++
++# Leading 'am--fnord' is there to ensure the list of targets does not
++# expand to empty, as could happen e.g. with make check TESTS=''.
++am--fnord $(TEST_LOGS) $(TEST_LOGS:.log=.trs): $(am__force_recheck)
++am--force-recheck:
++      @:
++
++$(TEST_SUITE_LOG): $(TEST_LOGS)
++      @$(am__set_TESTS_bases); \
++      am__f_ok () { test -f "$$1" && test -r "$$1"; }; \
++      redo_bases=`for i in $$bases; do \
++                    am__f_ok $$i.trs && am__f_ok $$i.log || echo $$i; \
++                  done`; \
++      if test -n "$$redo_bases"; then \
++        redo_logs=`for i in $$redo_bases; do echo $$i.log; done`; \
++        redo_results=`for i in $$redo_bases; do echo $$i.trs; done`; \
++        if $(am__make_dryrun); then :; else \
++          rm -f $$redo_logs && rm -f $$redo_results || exit 1; \
          fi; \
--        if test "$$failed" -eq 0; then \
--          if test "$$xfail" -eq 0; then \
--            banner="$$All$$all $$tests passed"; \
--          else \
--            if test "$$xfail" -eq 1; then failures=failure; else failures=failures; fi; \
--            banner="$$All$$all $$tests behaved as expected ($$xfail expected $$failures)"; \
--          fi; \
--        else \
--          if test "$$xpass" -eq 0; then \
--            banner="$$failed of $$all $$tests failed"; \
++      fi; \
++      if test -n "$$am__remaking_logs"; then \
++        echo "fatal: making $(TEST_SUITE_LOG): possible infinite" \
++             "recursion detected" >&2; \
++      else \
++        am__remaking_logs=yes $(MAKE) $(AM_MAKEFLAGS) $$redo_logs; \
++      fi; \
++      if $(am__make_dryrun); then :; else \
++        st=0;  \
++        errmsg="fatal: making $(TEST_SUITE_LOG): failed to create"; \
++        for i in $$redo_bases; do \
++          test -f $$i.trs && test -r $$i.trs \
++            || { echo "$$errmsg $$i.trs" >&2; st=1; }; \
++          test -f $$i.log && test -r $$i.log \
++            || { echo "$$errmsg $$i.log" >&2; st=1; }; \
++        done; \
++        test $$st -eq 0 || exit 1; \
++      fi
++      @$(am__sh_e_setup); $(am__tty_colors); $(am__set_TESTS_bases); \
++      ws='[   ]'; \
++      results=`for b in $$bases; do echo $$b.trs; done`; \
++      test -n "$$results" || results=/dev/null; \
++      all=`  grep "^$$ws*:test-result:"           $$results | wc -l`; \
++      pass=` grep "^$$ws*:test-result:$$ws*PASS"  $$results | wc -l`; \
++      fail=` grep "^$$ws*:test-result:$$ws*FAIL"  $$results | wc -l`; \
++      skip=` grep "^$$ws*:test-result:$$ws*SKIP"  $$results | wc -l`; \
++      xfail=`grep "^$$ws*:test-result:$$ws*XFAIL" $$results | wc -l`; \
++      xpass=`grep "^$$ws*:test-result:$$ws*XPASS" $$results | wc -l`; \
++      error=`grep "^$$ws*:test-result:$$ws*ERROR" $$results | wc -l`; \
++      if test `expr $$fail + $$xpass + $$error` -eq 0; then \
++        success=true; \
++      else \
++        success=false; \
++      fi; \
++      br='==================='; br=$$br$$br$$br$$br; \
++      result_count () \
++      { \
++          if test x"$$1" = x"--maybe-color"; then \
++            maybe_colorize=yes; \
++          elif test x"$$1" = x"--no-color"; then \
++            maybe_colorize=no; \
            else \
--            if test "$$xpass" -eq 1; then passes=pass; else passes=passes; fi; \
--            banner="$$failed of $$all $$tests did not behave as expected ($$xpass unexpected $$passes)"; \
++            echo "$@: invalid 'result_count' usage" >&2; exit 4; \
            fi; \
--        fi; \
--        dashes="$$banner"; \
--        skipped=""; \
--        if test "$$skip" -ne 0; then \
--          if test "$$skip" -eq 1; then \
--            skipped="($$skip test was not run)"; \
++          shift; \
++          desc=$$1 count=$$2; \
++          if test $$maybe_colorize = yes && test $$count -gt 0; then \
++            color_start=$$3 color_end=$$std; \
            else \
--            skipped="($$skip tests were not run)"; \
++            color_start= color_end=; \
            fi; \
--          test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \
--            dashes="$$skipped"; \
--        fi; \
--        report=""; \
--        if test "$$failed" -ne 0 && test -n "$(PACKAGE_BUGREPORT)"; then \
--          report="Please report to $(PACKAGE_BUGREPORT)"; \
--          test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || \
--            dashes="$$report"; \
--        fi; \
--        dashes=`echo "$$dashes" | sed s/./=/g`; \
--        if test "$$failed" -eq 0; then \
--          col="$$grn"; \
--        else \
--          col="$$red"; \
--        fi; \
--        echo "$${col}$$dashes$${std}"; \
--        echo "$${col}$$banner$${std}"; \
--        test -z "$$skipped" || echo "$${col}$$skipped$${std}"; \
--        test -z "$$report" || echo "$${col}$$report$${std}"; \
--        echo "$${col}$$dashes$${std}"; \
--        test "$$failed" -eq 0; \
--      else :; fi
++          echo "$${color_start}# $$desc $$count$${color_end}"; \
++      }; \
++      create_testsuite_report () \
++      { \
++        result_count $$1 "TOTAL:" $$all   "$$brg"; \
++        result_count $$1 "PASS: " $$pass  "$$grn"; \
++        result_count $$1 "SKIP: " $$skip  "$$blu"; \
++        result_count $$1 "XFAIL:" $$xfail "$$lgn"; \
++        result_count $$1 "FAIL: " $$fail  "$$red"; \
++        result_count $$1 "XPASS:" $$xpass "$$red"; \
++        result_count $$1 "ERROR:" $$error "$$mgn"; \
++      }; \
++      {                                                               \
++        echo "$(PACKAGE_STRING): $(subdir)/$(TEST_SUITE_LOG)" |       \
++          $(am__rst_title);                                           \
++        create_testsuite_report --no-color;                           \
++        echo;                                                         \
++        echo ".. contents:: :depth: 2";                               \
++        echo;                                                         \
++        for b in $$bases; do echo $$b; done                           \
++          | $(am__create_global_log);                                 \
++      } >$(TEST_SUITE_LOG).tmp || exit 1;                             \
++      mv $(TEST_SUITE_LOG).tmp $(TEST_SUITE_LOG);                     \
++      if $$success; then                                              \
++        col="$$grn";                                                  \
++       else                                                           \
++        col="$$red";                                                  \
++        test x"$$VERBOSE" = x || cat $(TEST_SUITE_LOG);               \
++      fi;                                                             \
++      echo "$${col}$$br$${std}";                                      \
++      echo "$${col}Testsuite summary for $(PACKAGE_STRING)$${std}";   \
++      echo "$${col}$$br$${std}";                                      \
++      create_testsuite_report --maybe-color;                          \
++      echo "$$col$$br$$std";                                          \
++      if $$success; then :; else                                      \
++        echo "$${col}See $(subdir)/$(TEST_SUITE_LOG)$${std}";         \
++        if test -n "$(PACKAGE_BUGREPORT)"; then                       \
++          echo "$${col}Please report to $(PACKAGE_BUGREPORT)$${std}"; \
++        fi;                                                           \
++        echo "$$col$$br$$std";                                        \
++      fi;                                                             \
++      $$success || exit 1
++
++check-TESTS:
++      @list='$(RECHECK_LOGS)';           test -z "$$list" || rm -f $$list
++      @list='$(RECHECK_LOGS:.log=.trs)'; test -z "$$list" || rm -f $$list
++      @test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
++      @set +e; $(am__set_TESTS_bases); \
++      log_list=`for i in $$bases; do echo $$i.log; done`; \
++      trs_list=`for i in $$bases; do echo $$i.trs; done`; \
++      log_list=`echo $$log_list`; trs_list=`echo $$trs_list`; \
++      $(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) TEST_LOGS="$$log_list"; \
++      exit $$?;
++recheck: all $(check_PROGRAMS)
++      @test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
++      @set +e; $(am__set_TESTS_bases); \
++      bases=`for i in $$bases; do echo $$i; done \
++               | $(am__list_recheck_tests)` || exit 1; \
++      log_list=`for i in $$bases; do echo $$i.log; done`; \
++      log_list=`echo $$log_list`; \
++      $(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) \
++              am__force_recheck=am--force-recheck \
++              TEST_LOGS="$$log_list"; \
++      exit $$?
++test-io-dir-list.sh.log: test-io-dir-list.sh
++      @p='test-io-dir-list.sh'; \
++      b='test-io-dir-list.sh'; \
++      $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
++      --log-file $$b.log --trs-file $$b.trs \
++      $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
++      "$$tst" $(AM_TESTS_FD_REDIRECT)
++test-psensor-type-to-unit-str.log: test-psensor-type-to-unit-str$(EXEEXT)
++      @p='test-psensor-type-to-unit-str$(EXEEXT)'; \
++      b='test-psensor-type-to-unit-str'; \
++      $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
++      --log-file $$b.log --trs-file $$b.trs \
++      $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
++      "$$tst" $(AM_TESTS_FD_REDIRECT)
++test-psensor-value-to-str.log: test-psensor-value-to-str$(EXEEXT)
++      @p='test-psensor-value-to-str$(EXEEXT)'; \
++      b='test-psensor-value-to-str'; \
++      $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
++      --log-file $$b.log --trs-file $$b.trs \
++      $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
++      "$$tst" $(AM_TESTS_FD_REDIRECT)
++test-url-encode.log: test-url-encode$(EXEEXT)
++      @p='test-url-encode$(EXEEXT)'; \
++      b='test-url-encode'; \
++      $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
++      --log-file $$b.log --trs-file $$b.trs \
++      $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
++      "$$tst" $(AM_TESTS_FD_REDIRECT)
++test-url-normalize.log: test-url-normalize$(EXEEXT)
++      @p='test-url-normalize$(EXEEXT)'; \
++      b='test-url-normalize'; \
++      $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
++      --log-file $$b.log --trs-file $$b.trs \
++      $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
++      "$$tst" $(AM_TESTS_FD_REDIRECT)
++test-cppcheck.sh.log: test-cppcheck.sh
++      @p='test-cppcheck.sh'; \
++      b='test-cppcheck.sh'; \
++      $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
++      --log-file $$b.log --trs-file $$b.trs \
++      $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
++      "$$tst" $(AM_TESTS_FD_REDIRECT)
++.test.log:
++      @p='$<'; \
++      $(am__set_b); \
++      $(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \
++      --log-file $$b.log --trs-file $$b.trs \
++      $(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \
++      "$$tst" $(AM_TESTS_FD_REDIRECT)
++@am__EXEEXT_TRUE@.test$(EXEEXT).log:
++@am__EXEEXT_TRUE@     @p='$<'; \
++@am__EXEEXT_TRUE@     $(am__set_b); \
++@am__EXEEXT_TRUE@     $(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \
++@am__EXEEXT_TRUE@     --log-file $$b.log --trs-file $$b.trs \
++@am__EXEEXT_TRUE@     $(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \
++@am__EXEEXT_TRUE@     "$$tst" $(AM_TESTS_FD_REDIRECT)
  
  distdir: $(DISTFILES)
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
@@@ -595,6 -594,6 +977,9 @@@ install-strip
            "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
        fi
  mostlyclean-generic:
++      -test -z "$(TEST_LOGS)" || rm -f $(TEST_LOGS)
++      -test -z "$(TEST_LOGS:.log=.trs)" || rm -f $(TEST_LOGS:.log=.trs)
++      -test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
  
  clean-generic:
  
@@@ -676,18 -675,18 +1061,19 @@@ uninstall-am
  
  .MAKE: check-am install-am install-strip
  
--.PHONY: CTAGS GTAGS all all-am check check-TESTS check-am check-local \
--      clean clean-checkPROGRAMS clean-generic ctags distclean \
--      distclean-compile distclean-generic distclean-tags distdir dvi \
--      dvi-am html html-am info info-am install install-am \
--      install-data install-data-am install-dvi install-dvi-am \
--      install-exec install-exec-am install-html install-html-am \
--      install-info install-info-am install-man install-pdf \
--      install-pdf-am install-ps install-ps-am install-strip \
--      installcheck installcheck-am installdirs maintainer-clean \
++.PHONY: CTAGS GTAGS TAGS all all-am check check-TESTS check-am \
++      check-local clean clean-checkPROGRAMS clean-generic \
++      cscopelist-am ctags ctags-am distclean distclean-compile \
++      distclean-generic distclean-tags distdir dvi dvi-am html \
++      html-am info info-am install install-am install-data \
++      install-data-am install-dvi install-dvi-am install-exec \
++      install-exec-am install-html install-html-am install-info \
++      install-info-am install-man install-pdf install-pdf-am \
++      install-ps install-ps-am install-strip installcheck \
++      installcheck-am installdirs maintainer-clean \
        maintainer-clean-generic mostlyclean mostlyclean-compile \
--      mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \
--      uninstall-am
++      mostlyclean-generic pdf pdf-am ps ps-am recheck tags tags-am \
++      uninstall uninstall-am
  
  check-local: checkpatch.pl
        find $(top_srcdir)/src -name \*.c -exec $(srcdir)/checkpatch.pl --ignore SPLIT_STRING --show-types -q --no-tree  -emacs -f {} \;
diff --cc www/Makefile.in
@@@ -1,9 -1,9 +1,8 @@@
--# Makefile.in generated by automake 1.11.6 from Makefile.am.
++# Makefile.in generated by automake 1.14.1 from Makefile.am.
  # @configure_input@
  
--# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
--# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
--# Foundation, Inc.
++# Copyright (C) 1994-2013 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.
  @SET_MAKE@
  
  VPATH = @srcdir@
--am__make_dryrun = \
--  { \
--    am__dry=no; \
++am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
++am__make_running_with_option = \
++  case $${target_option-} in \
++      ?) ;; \
++      *) echo "am__make_running_with_option: internal error: invalid" \
++              "target option '$${target_option-}' specified" >&2; \
++         exit 1;; \
++  esac; \
++  has_opt=no; \
++  sane_makeflags=$$MAKEFLAGS; \
++  if $(am__is_gnu_make); then \
++    sane_makeflags=$$MFLAGS; \
++  else \
      case $$MAKEFLAGS in \
        *\\[\ \ ]*) \
--        echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
--          | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
--      *) \
--        for am__flg in $$MAKEFLAGS; do \
--          case $$am__flg in \
--            *=*|--*) ;; \
--            *n*) am__dry=yes; break;; \
--          esac; \
--        done;; \
++        bs=\\; \
++        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
++          | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
      esac; \
--    test $$am__dry = yes; \
--  }
++  fi; \
++  skip_next=no; \
++  strip_trailopt () \
++  { \
++    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
++  }; \
++  for flg in $$sane_makeflags; do \
++    test $$skip_next = yes && { skip_next=no; continue; }; \
++    case $$flg in \
++      *=*|--*) continue;; \
++        -*I) strip_trailopt 'I'; skip_next=yes;; \
++      -*I?*) strip_trailopt 'I';; \
++        -*O) strip_trailopt 'O'; skip_next=yes;; \
++      -*O?*) strip_trailopt 'O';; \
++        -*l) strip_trailopt 'l'; skip_next=yes;; \
++      -*l?*) strip_trailopt 'l';; \
++      -[dEDm]) skip_next=yes;; \
++      -[JT]) skip_next=yes;; \
++    esac; \
++    case $$flg in \
++      *$$target_option*) has_opt=yes; break;; \
++    esac; \
++  done; \
++  test $$has_opt = yes
++am__make_dryrun = (target_option=n; $(am__make_running_with_option))
++am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
  pkgdatadir = $(datadir)/@PACKAGE@
  pkgincludedir = $(includedir)/@PACKAGE@
  pkglibdir = $(libdir)/@PACKAGE@
@@@ -52,15 -52,15 +79,31 @@@ POST_UNINSTALL = 
  build_triplet = @build@
  host_triplet = @host@
  subdir = www
--DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
++DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am
  ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
--am__aclocal_m4_deps = $(top_srcdir)/configure.ac
++am__aclocal_m4_deps = $(top_srcdir)/m4/gettext.m4 \
++      $(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/lib-ld.m4 \
++      $(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \
++      $(top_srcdir)/m4/nls.m4 $(top_srcdir)/m4/po.m4 \
++      $(top_srcdir)/m4/progtest.m4 $(top_srcdir)/configure.ac
  am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
        $(ACLOCAL_M4)
  mkinstalldirs = $(install_sh) -d
  CONFIG_HEADER = $(top_builddir)/config.h
  CONFIG_CLEAN_FILES =
  CONFIG_CLEAN_VPATH_FILES =
++AM_V_P = $(am__v_P_@AM_V@)
++am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
++am__v_P_0 = false
++am__v_P_1 = :
++AM_V_GEN = $(am__v_GEN_@AM_V@)
++am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
++am__v_GEN_0 = @echo "  GEN     " $@;
++am__v_GEN_1 = 
++AM_V_at = $(am__v_at_@AM_V@)
++am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
++am__v_at_0 = @
++am__v_at_1 = 
  SOURCES =
  DIST_SOURCES =
  am__can_run_installinfo = \
@@@ -97,9 -97,9 +140,11 @@@ am__uninstall_files_from_dir = { 
    }
  am__installdirs = "$(DESTDIR)$(defaultwwwdir)"
  DATA = $(defaultwww_DATA)
++am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
  DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  ACLOCAL = @ACLOCAL@
  AMTAR = @AMTAR@
++AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
  APPINDICATOR_CFLAGS = @APPINDICATOR_CFLAGS@
  APPINDICATOR_LIBS = @APPINDICATOR_LIBS@
  AR = @AR@
@@@ -124,12 -125,8 +170,7 @@@ ECHO_N = @ECHO_N
  ECHO_T = @ECHO_T@
  EGREP = @EGREP@
  EXEEXT = @EXEEXT@
- GCONFTOOL = @GCONFTOOL@
- GCONF_CFLAGS = @GCONF_CFLAGS@
- GCONF_LIBS = @GCONF_LIBS@
- GCONF_SCHEMA_CONFIG_SOURCE = @GCONF_SCHEMA_CONFIG_SOURCE@
- GCONF_SCHEMA_FILE_DIR = @GCONF_SCHEMA_FILE_DIR@
--GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
+ GLIB_COMPILE_SCHEMAS = @GLIB_COMPILE_SCHEMAS@
  GMSGFMT = @GMSGFMT@
  GMSGFMT_015 = @GMSGFMT_015@
  GREP = @GREP@
@@@ -184,7 -182,7 +226,6 @@@ PKG_CONFIG_PATH = @PKG_CONFIG_PATH
  POSUB = @POSUB@
  PTHREAD_LIBS = @PTHREAD_LIBS@
  RANLIB = @RANLIB@
--SED = @SED@
  SENSORS_LIBS = @SENSORS_LIBS@
  SET_MAKE = @SET_MAKE@
  SHELL = @SHELL@
@@@ -199,7 -197,7 +240,6 @@@ XEXT_CFLAGS = @XEXT_CFLAGS
  XEXT_LIBS = @XEXT_LIBS@
  XGETTEXT = @XGETTEXT@
  XGETTEXT_015 = @XGETTEXT_015@
--XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@
  XMKMF = @XMKMF@
  abs_builddir = @abs_builddir@
  abs_srcdir = @abs_srcdir@
@@@ -319,11 -318,11 +360,11 @@@ uninstall-defaultwwwDATA
        @list='$(defaultwww_DATA)'; test -n "$(defaultwwwdir)" || list=; \
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
        dir='$(DESTDIR)$(defaultwwwdir)'; $(am__uninstall_files_from_dir)
--tags: TAGS
--TAGS:
++tags TAGS:
++
++ctags CTAGS:
  
--ctags: CTAGS
--CTAGS:
++cscope cscopelist:
  
  
  distdir: $(DISTFILES)
@@@ -461,17 -460,17 +502,17 @@@ uninstall-am: uninstall-defaultwwwDAT
  
  .MAKE: install-am install-strip
  
--.PHONY: all all-am check check-am clean clean-generic distclean \
--      distclean-generic distdir dvi dvi-am html html-am info info-am \
--      install install-am install-data install-data-am \
--      install-defaultwwwDATA install-dvi install-dvi-am install-exec \
--      install-exec-am install-html install-html-am install-info \
--      install-info-am install-man install-pdf install-pdf-am \
--      install-ps install-ps-am install-strip installcheck \
--      installcheck-am installdirs maintainer-clean \
--      maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
--      pdf-am ps ps-am uninstall uninstall-am \
--      uninstall-defaultwwwDATA
++.PHONY: all all-am check check-am clean clean-generic cscopelist-am \
++      ctags-am distclean distclean-generic distdir dvi dvi-am html \
++      html-am info info-am install install-am install-data \
++      install-data-am install-defaultwwwDATA install-dvi \
++      install-dvi-am install-exec install-exec-am install-html \
++      install-html-am install-info install-info-am install-man \
++      install-pdf install-pdf-am install-ps install-ps-am \
++      install-strip installcheck installcheck-am installdirs \
++      maintainer-clean maintainer-clean-generic mostlyclean \
++      mostlyclean-generic pdf pdf-am ps ps-am tags-am uninstall \
++      uninstall-am uninstall-defaultwwwDATA
  
  
  # Tell versions [3.59,3.63) of GNU make to not export all variables.