[Pkg-mono-svn-commits] rev 2410 - in non-group/beagle/trunk/debian: . patches

Jose Carlos Garcia Sogo jsogo at costa.debian.org
Sat Apr 8 13:49:58 UTC 2006


Author: jsogo
Date: 2006-04-08 13:49:52 +0000 (Sat, 08 Apr 2006)
New Revision: 2410

Modified:
   non-group/beagle/trunk/debian/changelog
   non-group/beagle/trunk/debian/patches/relibtoolize.dpatch
Log:
gah! forgot to upgrade relibtoolize patch


Modified: non-group/beagle/trunk/debian/changelog
===================================================================
--- non-group/beagle/trunk/debian/changelog	2006-04-08 13:34:05 UTC (rev 2409)
+++ non-group/beagle/trunk/debian/changelog	2006-04-08 13:49:52 UTC (rev 2410)
@@ -2,9 +2,11 @@
 
   * New upstream version.
   * Make python-beagle depend on python-gtk2 (Closes: #350628)
-  * beagle-status.dpatch: upgrade
+  * debian/patche:
+     + beagle-status.dpatch,
+     + relibtoolize: update
 
- -- Jose Carlos Garcia Sogo <jsogo at debian.org>  Sat,  8 Apr 2006 15:31:59 +0200
+ -- Jose Carlos Garcia Sogo <jsogo at debian.org>  Sat,  8 Apr 2006 15:47:44 +0200
 
 beagle (0.2.3-1) unstable; urgency=low
 

Modified: non-group/beagle/trunk/debian/patches/relibtoolize.dpatch
===================================================================
--- non-group/beagle/trunk/debian/patches/relibtoolize.dpatch	2006-04-08 13:34:05 UTC (rev 2409)
+++ non-group/beagle/trunk/debian/patches/relibtoolize.dpatch	2006-04-08 13:49:52 UTC (rev 2410)
@@ -5,9 +5,1228 @@
 ## DP: No description.
 
 @DPATCH@
-diff -urNad beagle-0.2.3~/config.guess beagle-0.2.3/config.guess
---- beagle-0.2.3~/config.guess	2006-03-04 19:43:02.000000000 +0100
-+++ beagle-0.2.3/config.guess	2006-02-25 16:29:12.000000000 +0100
+diff -urNad beagle-0.2.4~/aclocal.m4 beagle-0.2.4/aclocal.m4
+--- beagle-0.2.4~/aclocal.m4	2006-04-07 19:25:15.000000000 +0200
++++ beagle-0.2.4/aclocal.m4	2006-04-08 15:47:17.000000000 +0200
+@@ -11,27 +11,429 @@
+ # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
+ # PARTICULAR PURPOSE.
+ 
++# Copyright (C) 1995-2002 Free Software Foundation, Inc.
++# Copyright (C) 2001-2003,2004 Red Hat, Inc.
++#
++# This file is free software, distributed under the terms of the GNU
++# General Public License.  As a special exception to the GNU General
++# Public License, this file may be distributed as part of a program
++# that contains a configuration script generated by Autoconf, under
++# the same distribution terms as the rest of that program.
++#
++# This file can be copied and used freely without restrictions.  It can
++# be used in projects which are not available under the GNU Public License
++# but which still want to provide support for the GNU gettext functionality.
++#
++# Macro to add for using GNU gettext.
++# Ulrich Drepper <drepper at cygnus.com>, 1995, 1996
++#
++# Modified to never use included libintl. 
++# Owen Taylor <otaylor at redhat.com>, 12/15/1998
++#
++# Major rework to remove unused code
++# Owen Taylor <otaylor at redhat.com>, 12/11/2002
++#
++# Added better handling of ALL_LINGUAS from GNU gettext version 
++# written by Bruno Haible, Owen Taylor <otaylor.redhat.com> 5/30/3002
++#
++# Modified to require ngettext
++# Matthias Clasen <mclasen at redhat.com> 08/06/2004
++#
++# We need this here as well, since someone might use autoconf-2.5x
++# to configure GLib then an older version to configure a package
++# using AM_GLIB_GNU_GETTEXT
++AC_PREREQ(2.53)
++
++dnl
++dnl We go to great lengths to make sure that aclocal won't 
++dnl try to pull in the installed version of these macros
++dnl when running aclocal in the glib directory.
++dnl
++m4_copy([AC_DEFUN],[glib_DEFUN])
++m4_copy([AC_REQUIRE],[glib_REQUIRE])
++dnl
++dnl At the end, if we're not within glib, we'll define the public
++dnl definitions in terms of our private definitions.
++dnl
++
++# GLIB_LC_MESSAGES
++#--------------------
++glib_DEFUN([GLIB_LC_MESSAGES],
++  [AC_CHECK_HEADERS([locale.h])
++    if test $ac_cv_header_locale_h = yes; then
++    AC_CACHE_CHECK([for LC_MESSAGES], am_cv_val_LC_MESSAGES,
++      [AC_TRY_LINK([#include <locale.h>], [return LC_MESSAGES],
++       am_cv_val_LC_MESSAGES=yes, am_cv_val_LC_MESSAGES=no)])
++    if test $am_cv_val_LC_MESSAGES = yes; then
++      AC_DEFINE(HAVE_LC_MESSAGES, 1,
++        [Define if your <locale.h> file defines LC_MESSAGES.])
++    fi
++  fi])
++
++# GLIB_PATH_PROG_WITH_TEST
++#----------------------------
++dnl GLIB_PATH_PROG_WITH_TEST(VARIABLE, PROG-TO-CHECK-FOR,
++dnl   TEST-PERFORMED-ON-FOUND_PROGRAM [, VALUE-IF-NOT-FOUND [, PATH]])
++glib_DEFUN([GLIB_PATH_PROG_WITH_TEST],
++[# 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.
++  ;;
++  *)
++  IFS="${IFS= 	}"; ac_save_ifs="$IFS"; IFS="${IFS}:"
++  for ac_dir in ifelse([$5], , $PATH, [$5]); do
++    test -z "$ac_dir" && ac_dir=.
++    if test -f $ac_dir/$ac_word; then
++      if [$3]; then
++	ac_cv_path_$1="$ac_dir/$ac_word"
++	break
++      fi
++    fi
++  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
++])
++
++# GLIB_WITH_NLS
++#-----------------
++glib_DEFUN([GLIB_WITH_NLS],
++  dnl NLS is obligatory
++  [USE_NLS=yes
++    AC_SUBST(USE_NLS)
++
++    gt_cv_have_gettext=no
++
++    CATOBJEXT=NONE
++    XGETTEXT=:
++    INTLLIBS=
++
++    AC_CHECK_HEADER(libintl.h,
++     [gt_cv_func_dgettext_libintl="no"
++      libintl_extra_libs=""
++
++      #
++      # First check in libc
++      #
++      AC_CACHE_CHECK([for ngettext in libc], gt_cv_func_ngettext_libc,
++        [AC_TRY_LINK([
++#include <libintl.h>
++],
++         [return !ngettext ("","", 1)],
++	  gt_cv_func_ngettext_libc=yes,
++          gt_cv_func_ngettext_libc=no)
++        ])
++  
++      if test "$gt_cv_func_ngettext_libc" = "yes" ; then
++	      AC_CACHE_CHECK([for dgettext in libc], gt_cv_func_dgettext_libc,
++        	[AC_TRY_LINK([
++#include <libintl.h>
++],
++	          [return !dgettext ("","")],
++		  gt_cv_func_dgettext_libc=yes,
++	          gt_cv_func_dgettext_libc=no)
++        	])
++      fi
++  
++      if test "$gt_cv_func_ngettext_libc" = "yes" ; then
++        AC_CHECK_FUNCS(bind_textdomain_codeset)
++      fi
++
++      #
++      # If we don't have everything we want, check in libintl
++      #
++      if test "$gt_cv_func_dgettext_libc" != "yes" \
++	 || test "$gt_cv_func_ngettext_libc" != "yes" \
++         || test "$ac_cv_func_bind_textdomain_codeset" != "yes" ; then
++        
++        AC_CHECK_LIB(intl, bindtextdomain,
++	    [AC_CHECK_LIB(intl, ngettext,
++		    [AC_CHECK_LIB(intl, dgettext,
++			          gt_cv_func_dgettext_libintl=yes)])])
++
++	if test "$gt_cv_func_dgettext_libintl" != "yes" ; then
++	  AC_MSG_CHECKING([if -liconv is needed to use gettext])
++	  AC_MSG_RESULT([])
++  	  AC_CHECK_LIB(intl, ngettext,
++          	[AC_CHECK_LIB(intl, dcgettext,
++		       [gt_cv_func_dgettext_libintl=yes
++			libintl_extra_libs=-liconv],
++			:,-liconv)],
++		:,-liconv)
++        fi
++
++        #
++        # If we found libintl, then check in it for bind_textdomain_codeset();
++        # we'll prefer libc if neither have bind_textdomain_codeset(),
++        # and both have dgettext and ngettext
++        #
++        if test "$gt_cv_func_dgettext_libintl" = "yes" ; then
++          glib_save_LIBS="$LIBS"
++          LIBS="$LIBS -lintl $libintl_extra_libs"
++          unset ac_cv_func_bind_textdomain_codeset
++          AC_CHECK_FUNCS(bind_textdomain_codeset)
++          LIBS="$glib_save_LIBS"
++
++          if test "$ac_cv_func_bind_textdomain_codeset" = "yes" ; then
++            gt_cv_func_dgettext_libc=no
++          else
++            if test "$gt_cv_func_dgettext_libc" = "yes" \
++		&& test "$gt_cv_func_ngettext_libc" = "yes"; then
++              gt_cv_func_dgettext_libintl=no
++            fi
++          fi
++        fi
++      fi
++
++      if test "$gt_cv_func_dgettext_libc" = "yes" \
++	|| test "$gt_cv_func_dgettext_libintl" = "yes"; then
++        gt_cv_have_gettext=yes
++      fi
++  
++      if test "$gt_cv_func_dgettext_libintl" = "yes"; then
++        INTLLIBS="-lintl $libintl_extra_libs"
++      fi
++  
++      if test "$gt_cv_have_gettext" = "yes"; then
++	AC_DEFINE(HAVE_GETTEXT,1,
++	  [Define if the GNU gettext() function is already present or preinstalled.])
++	GLIB_PATH_PROG_WITH_TEST(MSGFMT, msgfmt,
++	  [test -z "`$ac_dir/$ac_word -h 2>&1 | grep 'dv '`"], no)dnl
++	if test "$MSGFMT" != "no"; then
++          glib_save_LIBS="$LIBS"
++          LIBS="$LIBS $INTLLIBS"
++	  AC_CHECK_FUNCS(dcgettext)
++	  AC_PATH_PROG(GMSGFMT, gmsgfmt, $MSGFMT)
++	  GLIB_PATH_PROG_WITH_TEST(XGETTEXT, xgettext,
++	    [test -z "`$ac_dir/$ac_word -h 2>&1 | grep '(HELP)'`"], :)
++	  AC_TRY_LINK(, [extern int _nl_msg_cat_cntr;
++			 return _nl_msg_cat_cntr],
++	    [CATOBJEXT=.gmo 
++             DATADIRNAME=share],
++	    [case $host in
++	    *-*-solaris*)
++	    dnl On Solaris, if bind_textdomain_codeset is in libc,
++	    dnl GNU format message catalog is always supported,
++            dnl since both are added to the libc all together.
++	    dnl Hence, we'd like to go with DATADIRNAME=share and
++	    dnl and CATOBJEXT=.gmo in this case.
++            AC_CHECK_FUNC(bind_textdomain_codeset,
++	      [CATOBJEXT=.gmo 
++               DATADIRNAME=share],
++	      [CATOBJEXT=.mo
++               DATADIRNAME=lib])
++	    ;;
++	    *)
++	    CATOBJEXT=.mo
++            DATADIRNAME=lib
++	    ;;
++	    esac])
++          LIBS="$glib_save_LIBS"
++	  INSTOBJEXT=.mo
++	else
++	  gt_cv_have_gettext=no
++	fi
++      fi
++    ])
++
++    if test "$gt_cv_have_gettext" = "yes" ; then
++      AC_DEFINE(ENABLE_NLS, 1,
++        [always defined to indicate that i18n is enabled])
++    fi
++
++    dnl Test whether we really found GNU xgettext.
++    if test "$XGETTEXT" != ":"; then
++      dnl If it is not GNU xgettext we define it as : so that the
++      dnl Makefiles still can work.
++      if $XGETTEXT --omit-header /dev/null 2> /dev/null; then
++        : ;
++      else
++        AC_MSG_RESULT(
++	  [found xgettext program is not GNU xgettext; ignore it])
++        XGETTEXT=":"
++      fi
++    fi
++
++    # We need to process the po/ directory.
++    POSUB=po
++
++    AC_OUTPUT_COMMANDS(
++      [case "$CONFIG_FILES" in *po/Makefile.in*)
++        sed -e "/POTFILES =/r po/POTFILES" po/Makefile.in > po/Makefile
++      esac])
++
++    dnl These rules are solely for the distribution goal.  While doing this
++    dnl we only have to keep exactly one list of the available catalogs
++    dnl in configure.in.
++    for lang in $ALL_LINGUAS; do
++      GMOFILES="$GMOFILES $lang.gmo"
++      POFILES="$POFILES $lang.po"
++    done
++
++    dnl Make all variables we use known to autoconf.
++    AC_SUBST(CATALOGS)
++    AC_SUBST(CATOBJEXT)
++    AC_SUBST(DATADIRNAME)
++    AC_SUBST(GMOFILES)
++    AC_SUBST(INSTOBJEXT)
++    AC_SUBST(INTLLIBS)
++    AC_SUBST(PO_IN_DATADIR_TRUE)
++    AC_SUBST(PO_IN_DATADIR_FALSE)
++    AC_SUBST(POFILES)
++    AC_SUBST(POSUB)
++  ])
++
++# AM_GLIB_GNU_GETTEXT
++# -------------------
++# Do checks necessary for use of gettext. If a suitable implementation 
++# of gettext is found in either in libintl or in the C library,
++# it will set INTLLIBS to the libraries needed for use of gettext
++# and AC_DEFINE() HAVE_GETTEXT and ENABLE_NLS. (The shell variable
++# gt_cv_have_gettext will be set to "yes".) It will also call AC_SUBST()
++# on various variables needed by the Makefile.in.in installed by 
++# glib-gettextize.
++dnl
++glib_DEFUN([GLIB_GNU_GETTEXT],
++  [AC_REQUIRE([AC_PROG_CC])dnl
++   AC_REQUIRE([AC_HEADER_STDC])dnl
++   
++   GLIB_LC_MESSAGES
++   GLIB_WITH_NLS
++
++   if test "$gt_cv_have_gettext" = "yes"; then
++     if test "x$ALL_LINGUAS" = "x"; then
++       LINGUAS=
++     else
++       AC_MSG_CHECKING(for catalogs to be installed)
++       NEW_LINGUAS=
++       for presentlang in $ALL_LINGUAS; do
++         useit=no
++         if test "%UNSET%" != "${LINGUAS-%UNSET%}"; 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
++           NEW_LINGUAS="$NEW_LINGUAS $presentlang"
++         fi
++       done
++       LINGUAS=$NEW_LINGUAS
++       AC_MSG_RESULT($LINGUAS)
++     fi
++
++     dnl Construct list of names of catalog files to be constructed.
++     if test -n "$LINGUAS"; then
++       for lang in $LINGUAS; do CATALOGS="$CATALOGS $lang$CATOBJEXT"; done
++     fi
++   fi
++
++   dnl If the AC_CONFIG_AUX_DIR macro for autoconf is used we possibly
++   dnl find the mkinstalldirs script in another subdir but ($top_srcdir).
++   dnl Try to locate is.
++   MKINSTALLDIRS=
++   if test -n "$ac_aux_dir"; then
++     MKINSTALLDIRS="$ac_aux_dir/mkinstalldirs"
++   fi
++   if test -z "$MKINSTALLDIRS"; then
++     MKINSTALLDIRS="\$(top_srcdir)/mkinstalldirs"
++   fi
++   AC_SUBST(MKINSTALLDIRS)
++
++   dnl Generate list of files to be processed by xgettext which will
++   dnl be included in po/Makefile.
++   test -d po || mkdir po
++   if test "x$srcdir" != "x."; then
++     if test "x`echo $srcdir | sed 's@/.*@@'`" = "x"; then
++       posrcprefix="$srcdir/"
++     else
++       posrcprefix="../$srcdir/"
++     fi
++   else
++     posrcprefix="../"
++   fi
++   rm -f po/POTFILES
++   sed -e "/^#/d" -e "/^\$/d" -e "s,.*,	$posrcprefix& \\\\," -e "\$s/\(.*\) \\\\/\1/" \
++	< $srcdir/po/POTFILES.in > po/POTFILES
++  ])
++
++# AM_GLIB_DEFINE_LOCALEDIR(VARIABLE)
++# -------------------------------
++# Define VARIABLE to the location where catalog files will
++# be installed by po/Makefile.
++glib_DEFUN([GLIB_DEFINE_LOCALEDIR],
++[glib_REQUIRE([GLIB_GNU_GETTEXT])dnl
++glib_save_prefix="$prefix"
++glib_save_exec_prefix="$exec_prefix"
++test "x$prefix" = xNONE && prefix=$ac_default_prefix
++test "x$exec_prefix" = xNONE && exec_prefix=$prefix
++if test "x$CATOBJEXT" = "x.mo" ; then
++  localedir=`eval echo "${libdir}/locale"`
++else
++  localedir=`eval echo "${datadir}/locale"`
++fi
++prefix="$glib_save_prefix"
++exec_prefix="$glib_save_exec_prefix"
++AC_DEFINE_UNQUOTED($1, "$localedir",
++  [Define the location where the catalogs will be installed])
++])
++
++dnl
++dnl Now the definitions that aclocal will find
++dnl
++ifdef(glib_configure_in,[],[
++AC_DEFUN([AM_GLIB_GNU_GETTEXT],[GLIB_GNU_GETTEXT($@)])
++AC_DEFUN([AM_GLIB_DEFINE_LOCALEDIR],[GLIB_DEFINE_LOCALEDIR($@)])
++])dnl
++
+ 
+ dnl IT_PROG_INTLTOOL([MINIMUM-VERSION], [no-xml])
+ # serial 2 IT_PROG_INTLTOOL
+ AC_DEFUN([IT_PROG_INTLTOOL],
+-[
++[AC_PREREQ([2.50])dnl
++
++case "$am__api_version" in
++    1.[01234])
++	AC_MSG_ERROR([Automake 1.5 or newer is required to use intltool])
++    ;;
++    *)
++    ;;
++esac
+ 
+ if test -n "$1"; then
+     AC_MSG_CHECKING(for intltool >= $1)
+ 
+-    INTLTOOL_REQUIRED_VERSION_AS_INT=`echo $1 | awk -F. '{ printf "%d", $[1] * 100 + $[2]; }'`
+-    INTLTOOL_APPLIED_VERSION=`awk -F\" '/\\$VERSION / { printf $[2]; }'  < ${ac_aux_dir}/intltool-update.in`
+-    changequote({{,}})
+-    INTLTOOL_APPLIED_VERSION_AS_INT=`awk -F\" '/\\$VERSION / { split(${{2}}, VERSION, "."); printf "%d\n", VERSION[1] * 100 + VERSION[2];}' < ${ac_aux_dir}/intltool-update.in`
+-    changequote([,])
+-
+-    if test "$INTLTOOL_APPLIED_VERSION_AS_INT" -ge "$INTLTOOL_REQUIRED_VERSION_AS_INT"; then
+-	AC_MSG_RESULT([$INTLTOOL_APPLIED_VERSION found])
+-    else
+-	AC_MSG_RESULT([$INTLTOOL_APPLIED_VERSION found. Your intltool is too old.  You need intltool $1 or later.])
+-	exit 1
+-    fi
++    INTLTOOL_REQUIRED_VERSION_AS_INT=`echo $1 | awk -F. '{ print $ 1 * 100 + $ 2; }'`
++    INTLTOOL_APPLIED_VERSION=`awk -F\" '/\\$VERSION / { print $ 2; }' ${ac_aux_dir}/intltool-update.in`
++    [INTLTOOL_APPLIED_VERSION_AS_INT=`awk -F\" '/\\$VERSION / { split($ 2, VERSION, "."); print VERSION[1] * 100 + VERSION[2];}' ${ac_aux_dir}/intltool-update.in`
++    ]
++    AC_MSG_RESULT([$INTLTOOL_APPLIED_VERSION found])
++    test "$INTLTOOL_APPLIED_VERSION_AS_INT" -ge "$INTLTOOL_REQUIRED_VERSION_AS_INT" ||
++	AC_MSG_ERROR([Your intltool is too old.  You need intltool $1 or later.])
+ fi
+ 
+   INTLTOOL_DESKTOP_RULE='%.desktop:   %.desktop.in   $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' 
+@@ -51,6 +453,7 @@
+     INTLTOOL_CAVES_RULE='%.caves:     %.caves.in     $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' 
+   INTLTOOL_SCHEMAS_RULE='%.schemas:   %.schemas.in   $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -s -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' 
+     INTLTOOL_THEME_RULE='%.theme:     %.theme.in     $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' 
++    INTLTOOL_SERVICE_RULE='%.service: %.service.in   $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@'
+ 
+ AC_SUBST(INTLTOOL_DESKTOP_RULE)
+ AC_SUBST(INTLTOOL_DIRECTORY_RULE)
+@@ -69,16 +472,12 @@
+ AC_SUBST(INTLTOOL_CAVES_RULE)
+ AC_SUBST(INTLTOOL_SCHEMAS_RULE)
+ AC_SUBST(INTLTOOL_THEME_RULE)
++AC_SUBST(INTLTOOL_SERVICE_RULE)
+ 
+ # Use the tools built into the package, not the ones that are installed.
+-
+-INTLTOOL_EXTRACT='$(top_builddir)/intltool-extract'
+-INTLTOOL_MERGE='$(top_builddir)/intltool-merge'
+-INTLTOOL_UPDATE='$(top_builddir)/intltool-update'
+-
+-AC_SUBST(INTLTOOL_EXTRACT)
+-AC_SUBST(INTLTOOL_MERGE)
+-AC_SUBST(INTLTOOL_UPDATE)
++AC_SUBST(INTLTOOL_EXTRACT, '$(top_builddir)/intltool-extract')
++AC_SUBST(INTLTOOL_MERGE, '$(top_builddir)/intltool-merge')
++AC_SUBST(INTLTOOL_UPDATE, '$(top_builddir)/intltool-update')
+ 
+ AC_PATH_PROG(INTLTOOL_PERL, perl)
+ if test -z "$INTLTOOL_PERL"; then
+@@ -101,81 +500,98 @@
+ AC_PATH_PROG(INTLTOOL_MSGMERGE, msgmerge, msgmerge)
+ AC_PATH_PROG(INTLTOOL_XGETTEXT, xgettext, xgettext)
+ 
+-# Remove file type tags (using []) from po/POTFILES.
+-
+-ifdef([AC_DIVERSION_ICMDS],[
+-  AC_DIVERT_PUSH(AC_DIVERSION_ICMDS)
+-     [mv -f po/POTFILES po/POTFILES.tmp
+-      sed -e '/[[]encoding.*]/d' -e 's/[[].*] *//' < po/POTFILES.tmp > po/POTFILES
+-      rm -f po/POTFILES.tmp
+-     ]dnl
+-  AC_DIVERT_POP()
+-],[
+-  ifdef([AC_CONFIG_COMMANDS_PRE],[
+-    AC_CONFIG_COMMANDS_PRE([
+-       [mv -f po/POTFILES po/POTFILES.tmp
+-        sed -e '/[[]encoding.*]/d' -e 's/[[].*] *//' < po/POTFILES.tmp > po/POTFILES
+-        rm -f po/POTFILES.tmp
+-       ]dnl
+-    ])
+-  ])
+-])
++IT_PO_SUBDIR([po])
+ 
+-# Manually sed perl in so people don't have to put the intltool scripts in AC_OUTPUT.
++dnl The following is very similar to
++dnl
++dnl	AC_CONFIG_FILES([intltool-extract intltool-merge intltool-update])
++dnl
++dnl with the following slight differences:
++dnl  - the *.in files are in ac_aux_dir,
++dnl  - if the file haven't changed upon reconfigure, it's not touched,
++dnl  - the evaluation of the third parameter enables a hack which computes
++dnl    the actual value of $libdir,
++dnl  - the user sees "executing intltool commands", instead of
++dnl    "creating intltool-extract" and such.
++dnl
++dnl Nothing crucial here, and we could use AC_CONFIG_FILES, if there were
++dnl a reason for it.
+ 
+ AC_CONFIG_COMMANDS([intltool], [
+ 
+-intltool_edit="-e 's#@INTLTOOL_EXTRACT@#`pwd`/intltool-extract#g' \
+-               -e 's#@INTLTOOL_ICONV@#${INTLTOOL_ICONV}#g' \
+-               -e 's#@INTLTOOL_MSGFMT@#${INTLTOOL_MSGFMT}#g' \
+-               -e 's#@INTLTOOL_MSGMERGE@#${INTLTOOL_MSGMERGE}#g' \
+-               -e 's#@INTLTOOL_XGETTEXT@#${INTLTOOL_XGETTEXT}#g' \
+-               -e 's#@INTLTOOL_PERL@#${INTLTOOL_PERL}#g'"
+-
+-eval sed ${intltool_edit} < ${ac_aux_dir}/intltool-extract.in \
+-  > intltool-extract.out
+-if cmp -s intltool-extract intltool-extract.out 2>/dev/null; then
+-  rm -f intltool-extract.out
+-else
+-  mv -f intltool-extract.out intltool-extract
+-fi
+-chmod ugo+x intltool-extract
+-chmod u+w intltool-extract
++for file in intltool-extract intltool-merge intltool-update; do
++  sed -e "s|@INTLTOOL_EXTRACT@|`pwd`/intltool-extract|g" \
++      -e "s|@INTLTOOL_LIBDIR@|${INTLTOOL_LIBDIR}|g" \
++      -e "s|@INTLTOOL_ICONV@|${INTLTOOL_ICONV}|g" \
++      -e "s|@INTLTOOL_MSGFMT@|${INTLTOOL_MSGFMT}|g" \
++      -e "s|@INTLTOOL_MSGMERGE@|${INTLTOOL_MSGMERGE}|g" \
++      -e "s|@INTLTOOL_XGETTEXT@|${INTLTOOL_XGETTEXT}|g" \
++      -e "s|@INTLTOOL_PERL@|${INTLTOOL_PERL}|g" \
++	< ${ac_aux_dir}/${file}.in > ${file}.out
++  if cmp -s ${file} ${file}.out 2>/dev/null; then
++    rm -f ${file}.out
++  else
++    mv -f ${file}.out ${file}
++  fi
++  chmod ugo+x ${file}
++  chmod u+w ${file}
++done
+ 
+-eval sed ${intltool_edit} < ${ac_aux_dir}/intltool-merge.in \
+-  > intltool-merge.out
+-if cmp -s intltool-merge intltool-merge.out 2>/dev/null; then
+-  rm -f intltool-merge.out
+-else
+-  mv -f intltool-merge.out intltool-merge
+-fi
+-chmod ugo+x intltool-merge
+-chmod u+w intltool-merge
++],
++[INTLTOOL_PERL='${INTLTOOL_PERL}' ac_aux_dir='${ac_aux_dir}'
++prefix="$prefix" exec_prefix="$exec_prefix" INTLTOOL_LIBDIR="$libdir" 
++INTLTOOL_EXTRACT='${INTLTOOL_EXTRACT}' INTLTOOL_ICONV='${INTLTOOL_ICONV}'
++INTLTOOL_MSGFMT='${INTLTOOL_MSGFMT}' INTLTOOL_MSGMERGE='${INTLTOOL_MSGMERGE}'
++INTLTOOL_XGETTEXT='${INTLTOOL_XGETTEXT}'])
+ 
+-eval sed ${intltool_edit} < ${ac_aux_dir}/intltool-update.in \
+-  > intltool-update.out
+-if cmp -s intltool-update intltool-update.out 2>/dev/null; then
+-  rm -f intltool-update.out
+-else
+-  mv -f intltool-update.out intltool-update
+-fi
+-chmod ugo+x intltool-update
+-chmod u+w intltool-update
++])
+ 
+-], INTLTOOL_PERL='${INTLTOOL_PERL}' ac_aux_dir=${ac_aux_dir}
+-INTLTOOL_EXTRACT='${INTLTOOL_EXTRACT}' ICONV='${INTLTOOL_ICONV}'
+-MSGFMT='${INTLTOOL_MSGFMT}' MSGMERGE='${INTLTOOL_MSGMERGE}'
+-XGETTEXT='${INTLTOOL_XGETTEXT}')
+ 
++# IT_PO_SUBDIR(DIRNAME)
++# ---------------------
++# All po subdirs have to be declared with this macro; the subdir "po" is
++# declared by IT_PROG_INTLTOOL.
++#
++AC_DEFUN([IT_PO_SUBDIR],
++[AC_PREREQ([2.53])dnl We use ac_top_srcdir inside AC_CONFIG_COMMANDS.
++dnl
++dnl The following CONFIG_COMMANDS should be exetuted at the very end
++dnl of config.status.
++AC_CONFIG_COMMANDS_PRE([
++  AC_CONFIG_COMMANDS([$1/stamp-it], [
++    rm -f "$1/stamp-it" "$1/stamp-it.tmp" "$1/POTFILES" "$1/Makefile.tmp"
++    >"$1/stamp-it.tmp"
++    [sed '/^#/d
++	 s/^[[].*] *//
++	 /^[ 	]*$/d
++	'"s|^|	$ac_top_srcdir/|" \
++      "$srcdir/$1/POTFILES.in" | sed '$!s/$/ \\/' >"$1/POTFILES"
++    ]
++    if test ! -f "$1/Makefile"; then
++      AC_MSG_ERROR([$1/Makefile is not ready.])
++    fi
++    mv "$1/Makefile" "$1/Makefile.tmp"
++    [sed '/^POTFILES =/,/[^\\]$/ {
++		/^POTFILES =/!d
++		r $1/POTFILES
++	  }
++	 ' "$1/Makefile.tmp" >"$1/Makefile"]
++    rm -f "$1/Makefile.tmp"
++    mv "$1/stamp-it.tmp" "$1/stamp-it"
++  ])
++])dnl
+ ])
+ 
++
+ # deprecated macros
+-AC_DEFUN([AC_PROG_INTLTOOL], [IT_PROG_INTLTOOL($@)])
++AU_ALIAS([AC_PROG_INTLTOOL], [IT_PROG_INTLTOOL])
++# A hint is needed for aclocal from Automake <= 1.9.4:
++# AC_DEFUN([AC_PROG_INTLTOOL], ...)
+ 
+ 
+ # libtool.m4 - Configure libtool for the host system. -*-Autoconf-*-
+ 
+-# serial 48 AC_PROG_LIBTOOL
++# serial 48 Debian 1.5.22-4 AC_PROG_LIBTOOL
+ 
+ 
+ # AC_PROVIDE_IFELSE(MACRO-NAME, IF-PROVIDED, IF-NOT-PROVIDED)
+@@ -1559,18 +1975,6 @@
+   dynamic_linker=no
+   ;;
+ 
+-kfreebsd*-gnu)
+-  version_type=linux
+-  need_lib_prefix=no
+-  need_version=no
+-  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
+-  soname_spec='${libname}${release}${shared_ext}$major'
+-  shlibpath_var=LD_LIBRARY_PATH
+-  shlibpath_overrides_runpath=no
+-  hardcode_into_libs=yes
+-  dynamic_linker='GNU ld.so'
+-  ;;
+-
+ freebsd* | dragonfly*)
+   # DragonFly does not have aout.  When/if they implement a new
+   # versioning mechanism, adjust this.
+@@ -1726,7 +2130,7 @@
+   ;;
+ 
+ # This must be Linux ELF.
+-linux*)
++linux* | k*bsd*-gnu)
+   version_type=linux
+   need_lib_prefix=no
+   need_version=no
+@@ -1755,7 +2159,7 @@
+   dynamic_linker='GNU/Linux ld.so'
+   ;;
+ 
+-knetbsd*-gnu)
++netbsdelf*-gnu)
+   version_type=linux
+   need_lib_prefix=no
+   need_version=no
+@@ -1764,7 +2168,7 @@
+   shlibpath_var=LD_LIBRARY_PATH
+   shlibpath_overrides_runpath=no
+   hardcode_into_libs=yes
+-  dynamic_linker='GNU ld.so'
++  dynamic_linker='NetBSD ld.elf_so'
+   ;;
+ 
+ netbsd*)
+@@ -2472,7 +2876,7 @@
+   lt_cv_deplibs_check_method=pass_all
+   ;;
+ 
+-freebsd* | kfreebsd*-gnu | dragonfly*)
++freebsd* | dragonfly*)
+   if echo __ELF__ | $CC -E - | grep __ELF__ > /dev/null; then
+     case $host_cpu in
+     i*86 )
+@@ -2526,11 +2930,11 @@
+   ;;
+ 
+ # This must be Linux ELF.
+-linux*)
++linux* | k*bsd*-gnu)
+   lt_cv_deplibs_check_method=pass_all
+   ;;
+ 
+-netbsd*)
++netbsd* | netbsdelf*-gnu)
+   if echo __ELF__ | $CC -E - | grep __ELF__ > /dev/null; then
+     lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|_pic\.a)$'
+   else
+@@ -3278,7 +3682,7 @@
+   freebsd-elf*)
+     _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
+     ;;
+-  freebsd* | kfreebsd*-gnu | dragonfly*)
++  freebsd* | dragonfly*)
+     # FreeBSD 3 and later use GNU C++ and GNU ld with standard ELF
+     # conventions
+     _LT_AC_TAGVAR(ld_shlibs, $1)=yes
+@@ -3437,7 +3841,7 @@
+     _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
+     _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
+     ;;
+-  linux*)
++  linux* | k*bsd*-gnu)
+     case $cc_basename in
+       KCC*)
+ 	# Kuck and Associates, Inc. (KAI) C++ Compiler
+@@ -3539,7 +3943,7 @@
+ 	;;
+     esac
+     ;;
+-  netbsd*)
++  netbsd* | netbsdelf*-gnu)
+     if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
+       _LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable  -o $lib $predep_objects $libobjs $deplibs $postdep_objects $linker_flags'
+       wlarc=
+@@ -4804,7 +5208,7 @@
+   lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
+   lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([[^ ]]*\) $/  {\\\"\1\\\", (lt_ptr) 0},/p' -e 's/^$symcode* \([[^ ]]*\) \([[^ ]]*\)$/  {\"\2\", (lt_ptr) \&\2},/p'"
+   ;;
+-linux*)
++linux* | k*bsd*-gnu)
+   if test "$host_cpu" = ia64; then
+     symcode='[[ABCDGIRSTW]]'
+     lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
+@@ -5077,7 +5481,7 @@
+ 	    ;;
+ 	esac
+ 	;;
+-      freebsd* | kfreebsd*-gnu | dragonfly*)
++      freebsd* | dragonfly*)
+ 	# FreeBSD uses GNU C++
+ 	;;
+       hpux9* | hpux10* | hpux11*)
+@@ -5120,7 +5524,7 @@
+ 	    ;;
+ 	esac
+ 	;;
+-      linux*)
++      linux* | k*bsd*-gnu)
+ 	case $cc_basename in
+ 	  KCC*)
+ 	    # KAI C++ Compiler
+@@ -5163,7 +5567,7 @@
+ 	    ;;
+ 	esac
+ 	;;
+-      netbsd*)
++      netbsd* | netbsdelf*-gnu)
+ 	;;
+       osf3* | osf4* | osf5*)
+ 	case $cc_basename in
+@@ -5374,7 +5778,7 @@
+       _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
+       ;;
+ 
+-    linux*)
++    linux* | k*bsd*-gnu)
+       case $cc_basename in
+       icc* | ecc*)
+ 	_LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
+@@ -5515,6 +5919,9 @@
+   cygwin* | mingw*)
+     _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[[BCDGRS]] /s/.* \([[^ ]]*\)/\1 DATA/;/^.* __nm__/s/^.* __nm__\([[^ ]]*\) [[^ ]]*/\1 DATA/;/^I /d;/^[[AITW]] /s/.* //'\'' | sort | uniq > $export_symbols'
+   ;;
++  linux* | k*bsd*-gnu)
++    _LT_AC_TAGVAR(link_all_deplibs, $1)=no
++  ;;
+   *)
+     _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
+   ;;
+@@ -5685,7 +6092,7 @@
+       _LT_AC_TAGVAR(archive_expsym_cmds, $1)='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
+       ;;
+ 
+-    linux*)
++    linux* | k*bsd*-gnu)
+       if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
+ 	tmp_addflag=
+ 	case $cc_basename,$host_cpu in
+@@ -5711,12 +6118,13 @@
+   $echo "local: *; };" >> $output_objdir/$libname.ver~
+ 	  $CC -shared'"$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
+ 	fi
++	_LT_AC_TAGVAR(link_all_deplibs, $1)=no
+       else
+ 	_LT_AC_TAGVAR(ld_shlibs, $1)=no
+       fi
+       ;;
+ 
+-    netbsd*)
++    netbsd* | netbsdelf*-gnu)
+       if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
+ 	_LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
+ 	wlarc=
+@@ -6046,7 +6454,7 @@
+       ;;
+ 
+     # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
+-    freebsd* | kfreebsd*-gnu | dragonfly*)
++    freebsd* | dragonfly*)
+       _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
+       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
+       _LT_AC_TAGVAR(hardcode_direct, $1)=yes
+@@ -6148,7 +6556,7 @@
+       _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
+       ;;
+ 
+-    netbsd*)
++    netbsd* | netbsdelf*-gnu)
+       if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
+ 	_LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'  # a.out
+       else
+@@ -7766,391 +8174,4 @@
+ AC_SUBST([am__untar])
+ ]) # _AM_PROG_TAR
+ 
+-# Copyright (C) 1995-2002 Free Software Foundation, Inc.
+-# Copyright (C) 2001-2003,2004 Red Hat, Inc.
+-#
+-# This file is free software, distributed under the terms of the GNU
+-# General Public License.  As a special exception to the GNU General
+-# Public License, this file may be distributed as part of a program
+-# that contains a configuration script generated by Autoconf, under
+-# the same distribution terms as the rest of that program.
+-#
+-# This file can be copied and used freely without restrictions.  It can
+-# be used in projects which are not available under the GNU Public License
+-# but which still want to provide support for the GNU gettext functionality.
+-#
+-# Macro to add for using GNU gettext.
+-# Ulrich Drepper <drepper at cygnus.com>, 1995, 1996
+-#
+-# Modified to never use included libintl. 
+-# Owen Taylor <otaylor at redhat.com>, 12/15/1998
+-#
+-# Major rework to remove unused code
+-# Owen Taylor <otaylor at redhat.com>, 12/11/2002
+-#
+-# Added better handling of ALL_LINGUAS from GNU gettext version 
+-# written by Bruno Haible, Owen Taylor <otaylor.redhat.com> 5/30/3002
+-#
+-# Modified to require ngettext
+-# Matthias Clasen <mclasen at redhat.com> 08/06/2004
+-#
+-# We need this here as well, since someone might use autoconf-2.5x
+-# to configure GLib then an older version to configure a package
+-# using AM_GLIB_GNU_GETTEXT
+-AC_PREREQ(2.53)
+-
+-dnl
+-dnl We go to great lengths to make sure that aclocal won't 
+-dnl try to pull in the installed version of these macros
+-dnl when running aclocal in the glib directory.
+-dnl
+-m4_copy([AC_DEFUN],[glib_DEFUN])
+-m4_copy([AC_REQUIRE],[glib_REQUIRE])
+-dnl
+-dnl At the end, if we're not within glib, we'll define the public
+-dnl definitions in terms of our private definitions.
+-dnl
+-
+-# GLIB_LC_MESSAGES
+-#--------------------
+-glib_DEFUN([GLIB_LC_MESSAGES],
+-  [AC_CHECK_HEADERS([locale.h])
+-    if test $ac_cv_header_locale_h = yes; then
+-    AC_CACHE_CHECK([for LC_MESSAGES], am_cv_val_LC_MESSAGES,
+-      [AC_TRY_LINK([#include <locale.h>], [return LC_MESSAGES],
+-       am_cv_val_LC_MESSAGES=yes, am_cv_val_LC_MESSAGES=no)])
+-    if test $am_cv_val_LC_MESSAGES = yes; then
+-      AC_DEFINE(HAVE_LC_MESSAGES, 1,
+-        [Define if your <locale.h> file defines LC_MESSAGES.])
+-    fi
+-  fi])
+-
+-# GLIB_PATH_PROG_WITH_TEST
+-#----------------------------
+-dnl GLIB_PATH_PROG_WITH_TEST(VARIABLE, PROG-TO-CHECK-FOR,
+-dnl   TEST-PERFORMED-ON-FOUND_PROGRAM [, VALUE-IF-NOT-FOUND [, PATH]])
+-glib_DEFUN([GLIB_PATH_PROG_WITH_TEST],
+-[# 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.
+-  ;;
+-  *)
+-  IFS="${IFS= 	}"; ac_save_ifs="$IFS"; IFS="${IFS}:"
+-  for ac_dir in ifelse([$5], , $PATH, [$5]); do
+-    test -z "$ac_dir" && ac_dir=.
+-    if test -f $ac_dir/$ac_word; then
+-      if [$3]; then
+-	ac_cv_path_$1="$ac_dir/$ac_word"
+-	break
+-      fi
+-    fi
+-  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
+-])
+-
+-# GLIB_WITH_NLS
+-#-----------------
+-glib_DEFUN([GLIB_WITH_NLS],
+-  dnl NLS is obligatory
+-  [USE_NLS=yes
+-    AC_SUBST(USE_NLS)
+-
+-    gt_cv_have_gettext=no
+-
+-    CATOBJEXT=NONE
+-    XGETTEXT=:
+-    INTLLIBS=
+-
+-    AC_CHECK_HEADER(libintl.h,
+-     [gt_cv_func_dgettext_libintl="no"
+-      libintl_extra_libs=""
+-
+-      #
+-      # First check in libc
+-      #
+-      AC_CACHE_CHECK([for ngettext in libc], gt_cv_func_ngettext_libc,
+-        [AC_TRY_LINK([
+-#include <libintl.h>
+-],
+-         [return !ngettext ("","", 1)],
+-	  gt_cv_func_ngettext_libc=yes,
+-          gt_cv_func_ngettext_libc=no)
+-        ])
+-  
+-      if test "$gt_cv_func_ngettext_libc" = "yes" ; then
+-	      AC_CACHE_CHECK([for dgettext in libc], gt_cv_func_dgettext_libc,
+-        	[AC_TRY_LINK([
+-#include <libintl.h>
+-],
+-	          [return !dgettext ("","")],
+-		  gt_cv_func_dgettext_libc=yes,
+-	          gt_cv_func_dgettext_libc=no)
+-        	])
+-      fi
+-  
+-      if test "$gt_cv_func_ngettext_libc" = "yes" ; then
+-        AC_CHECK_FUNCS(bind_textdomain_codeset)
+-      fi
+-
+-      #
+-      # If we don't have everything we want, check in libintl
+-      #
+-      if test "$gt_cv_func_dgettext_libc" != "yes" \
+-	 || test "$gt_cv_func_ngettext_libc" != "yes" \
+-         || test "$ac_cv_func_bind_textdomain_codeset" != "yes" ; then
+-        
+-        AC_CHECK_LIB(intl, bindtextdomain,
+-	    [AC_CHECK_LIB(intl, ngettext,
+-		    [AC_CHECK_LIB(intl, dgettext,
+-			          gt_cv_func_dgettext_libintl=yes)])])
+-
+-	if test "$gt_cv_func_dgettext_libintl" != "yes" ; then
+-	  AC_MSG_CHECKING([if -liconv is needed to use gettext])
+-	  AC_MSG_RESULT([])
+-  	  AC_CHECK_LIB(intl, ngettext,
+-          	[AC_CHECK_LIB(intl, dcgettext,
+-		       [gt_cv_func_dgettext_libintl=yes
+-			libintl_extra_libs=-liconv],
+-			:,-liconv)],
+-		:,-liconv)
+-        fi
+-
+-        #
+-        # If we found libintl, then check in it for bind_textdomain_codeset();
+-        # we'll prefer libc if neither have bind_textdomain_codeset(),
+-        # and both have dgettext and ngettext
+-        #
+-        if test "$gt_cv_func_dgettext_libintl" = "yes" ; then
+-          glib_save_LIBS="$LIBS"
+-          LIBS="$LIBS -lintl $libintl_extra_libs"
+-          unset ac_cv_func_bind_textdomain_codeset
+-          AC_CHECK_FUNCS(bind_textdomain_codeset)
+-          LIBS="$glib_save_LIBS"
+-
+-          if test "$ac_cv_func_bind_textdomain_codeset" = "yes" ; then
+-            gt_cv_func_dgettext_libc=no
+-          else
+-            if test "$gt_cv_func_dgettext_libc" = "yes" \
+-		&& test "$gt_cv_func_ngettext_libc" = "yes"; then
+-              gt_cv_func_dgettext_libintl=no
+-            fi
+-          fi
+-        fi
+-      fi
+-
+-      if test "$gt_cv_func_dgettext_libc" = "yes" \
+-	|| test "$gt_cv_func_dgettext_libintl" = "yes"; then
+-        gt_cv_have_gettext=yes
+-      fi
+-  
+-      if test "$gt_cv_func_dgettext_libintl" = "yes"; then
+-        INTLLIBS="-lintl $libintl_extra_libs"
+-      fi
+-  
+-      if test "$gt_cv_have_gettext" = "yes"; then
+-	AC_DEFINE(HAVE_GETTEXT,1,
+-	  [Define if the GNU gettext() function is already present or preinstalled.])
+-	GLIB_PATH_PROG_WITH_TEST(MSGFMT, msgfmt,
+-	  [test -z "`$ac_dir/$ac_word -h 2>&1 | grep 'dv '`"], no)dnl
+-	if test "$MSGFMT" != "no"; then
+-          glib_save_LIBS="$LIBS"
+-          LIBS="$LIBS $INTLLIBS"
+-	  AC_CHECK_FUNCS(dcgettext)
+-	  AC_PATH_PROG(GMSGFMT, gmsgfmt, $MSGFMT)
+-	  GLIB_PATH_PROG_WITH_TEST(XGETTEXT, xgettext,
+-	    [test -z "`$ac_dir/$ac_word -h 2>&1 | grep '(HELP)'`"], :)
+-	  AC_TRY_LINK(, [extern int _nl_msg_cat_cntr;
+-			 return _nl_msg_cat_cntr],
+-	    [CATOBJEXT=.gmo 
+-             DATADIRNAME=share],
+-	    [case $host in
+-	    *-*-solaris*)
+-	    dnl On Solaris, if bind_textdomain_codeset is in libc,
+-	    dnl GNU format message catalog is always supported,
+-            dnl since both are added to the libc all together.
+-	    dnl Hence, we'd like to go with DATADIRNAME=share and
+-	    dnl and CATOBJEXT=.gmo in this case.
+-            AC_CHECK_FUNC(bind_textdomain_codeset,
+-	      [CATOBJEXT=.gmo 
+-               DATADIRNAME=share],
+-	      [CATOBJEXT=.mo
+-               DATADIRNAME=lib])
+-	    ;;
+-	    *)
+-	    CATOBJEXT=.mo
+-            DATADIRNAME=lib
+-	    ;;
+-	    esac])
+-          LIBS="$glib_save_LIBS"
+-	  INSTOBJEXT=.mo
+-	else
+-	  gt_cv_have_gettext=no
+-	fi
+-      fi
+-    ])
+-
+-    if test "$gt_cv_have_gettext" = "yes" ; then
+-      AC_DEFINE(ENABLE_NLS, 1,
+-        [always defined to indicate that i18n is enabled])
+-    fi
+-
+-    dnl Test whether we really found GNU xgettext.
+-    if test "$XGETTEXT" != ":"; then
+-      dnl If it is not GNU xgettext we define it as : so that the
+-      dnl Makefiles still can work.
+-      if $XGETTEXT --omit-header /dev/null 2> /dev/null; then
+-        : ;
+-      else
+-        AC_MSG_RESULT(
+-	  [found xgettext program is not GNU xgettext; ignore it])
+-        XGETTEXT=":"
+-      fi
+-    fi
+-
+-    # We need to process the po/ directory.
+-    POSUB=po
+-
+-    AC_OUTPUT_COMMANDS(
+-      [case "$CONFIG_FILES" in *po/Makefile.in*)
+-        sed -e "/POTFILES =/r po/POTFILES" po/Makefile.in > po/Makefile
+-      esac])
+-
+-    dnl These rules are solely for the distribution goal.  While doing this
+-    dnl we only have to keep exactly one list of the available catalogs
+-    dnl in configure.in.
+-    for lang in $ALL_LINGUAS; do
+-      GMOFILES="$GMOFILES $lang.gmo"
+-      POFILES="$POFILES $lang.po"
+-    done
+-
+-    dnl Make all variables we use known to autoconf.
+-    AC_SUBST(CATALOGS)
+-    AC_SUBST(CATOBJEXT)
+-    AC_SUBST(DATADIRNAME)
+-    AC_SUBST(GMOFILES)
+-    AC_SUBST(INSTOBJEXT)
+-    AC_SUBST(INTLLIBS)
+-    AC_SUBST(PO_IN_DATADIR_TRUE)
+-    AC_SUBST(PO_IN_DATADIR_FALSE)
+-    AC_SUBST(POFILES)
+-    AC_SUBST(POSUB)
+-  ])
+-
+-# AM_GLIB_GNU_GETTEXT
+-# -------------------
+-# Do checks necessary for use of gettext. If a suitable implementation 
+-# of gettext is found in either in libintl or in the C library,
+-# it will set INTLLIBS to the libraries needed for use of gettext
+-# and AC_DEFINE() HAVE_GETTEXT and ENABLE_NLS. (The shell variable
+-# gt_cv_have_gettext will be set to "yes".) It will also call AC_SUBST()
+-# on various variables needed by the Makefile.in.in installed by 
+-# glib-gettextize.
+-dnl
+-glib_DEFUN([GLIB_GNU_GETTEXT],
+-  [AC_REQUIRE([AC_PROG_CC])dnl
+-   AC_REQUIRE([AC_HEADER_STDC])dnl
+-   
+-   GLIB_LC_MESSAGES
+-   GLIB_WITH_NLS
+-
+-   if test "$gt_cv_have_gettext" = "yes"; then
+-     if test "x$ALL_LINGUAS" = "x"; then
+-       LINGUAS=
+-     else
+-       AC_MSG_CHECKING(for catalogs to be installed)
+-       NEW_LINGUAS=
+-       for presentlang in $ALL_LINGUAS; do
+-         useit=no
+-         if test "%UNSET%" != "${LINGUAS-%UNSET%}"; 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
+-           NEW_LINGUAS="$NEW_LINGUAS $presentlang"
+-         fi
+-       done
+-       LINGUAS=$NEW_LINGUAS
+-       AC_MSG_RESULT($LINGUAS)
+-     fi
+-
+-     dnl Construct list of names of catalog files to be constructed.
+-     if test -n "$LINGUAS"; then
+-       for lang in $LINGUAS; do CATALOGS="$CATALOGS $lang$CATOBJEXT"; done
+-     fi
+-   fi
+-
+-   dnl Generate list of files to be processed by xgettext which will
+-   dnl be included in po/Makefile.
+-   test -d po || mkdir po
+-   if test "x$srcdir" != "x."; then
+-     if test "x`echo $srcdir | sed 's@/.*@@'`" = "x"; then
+-       posrcprefix="$srcdir/"
+-     else
+-       posrcprefix="../$srcdir/"
+-     fi
+-   else
+-     posrcprefix="../"
+-   fi
+-   rm -f po/POTFILES
+-   sed -e "/^#/d" -e "/^\$/d" -e "s,.*,	$posrcprefix& \\\\," -e "\$s/\(.*\) \\\\/\1/" \
+-	< $srcdir/po/POTFILES.in > po/POTFILES
+-  ])
+-
+-# AM_GLIB_DEFINE_LOCALEDIR(VARIABLE)
+-# -------------------------------
+-# Define VARIABLE to the location where catalog files will
+-# be installed by po/Makefile.
+-glib_DEFUN([GLIB_DEFINE_LOCALEDIR],
+-[glib_REQUIRE([GLIB_GNU_GETTEXT])dnl
+-glib_save_prefix="$prefix"
+-glib_save_exec_prefix="$exec_prefix"
+-test "x$prefix" = xNONE && prefix=$ac_default_prefix
+-test "x$exec_prefix" = xNONE && exec_prefix=$prefix
+-if test "x$CATOBJEXT" = "x.mo" ; then
+-  localedir=`eval echo "${libdir}/locale"`
+-else
+-  localedir=`eval echo "${datadir}/locale"`
+-fi
+-prefix="$glib_save_prefix"
+-exec_prefix="$glib_save_exec_prefix"
+-AC_DEFINE_UNQUOTED($1, "$localedir",
+-  [Define the location where the catalogs will be installed])
+-])
+-
+-dnl
+-dnl Now the definitions that aclocal will find
+-dnl
+-ifdef(glib_configure_in,[],[
+-AC_DEFUN([AM_GLIB_GNU_GETTEXT],[GLIB_GNU_GETTEXT($@)])
+-AC_DEFUN([AM_GLIB_DEFINE_LOCALEDIR],[GLIB_DEFINE_LOCALEDIR($@)])
+-])dnl
+-
+ m4_include([acinclude.m4])
+diff -urNad beagle-0.2.4~/config.guess beagle-0.2.4/config.guess
+--- beagle-0.2.4~/config.guess	2006-03-04 19:43:02.000000000 +0100
++++ beagle-0.2.4/config.guess	2006-02-25 16:29:12.000000000 +0100
 @@ -3,7 +3,7 @@
  #   Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
  #   2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
@@ -287,9 +1506,9 @@
  esac
  
  #echo '(No uname command or uname output not recognized.)' 1>&2
-diff -urNad beagle-0.2.3~/config.sub beagle-0.2.3/config.sub
---- beagle-0.2.3~/config.sub	2006-03-04 19:43:05.000000000 +0100
-+++ beagle-0.2.3/config.sub	2006-02-25 16:29:12.000000000 +0100
+diff -urNad beagle-0.2.4~/config.sub beagle-0.2.4/config.sub
+--- beagle-0.2.4~/config.sub	2006-03-04 19:43:05.000000000 +0100
++++ beagle-0.2.4/config.sub	2006-02-25 16:29:12.000000000 +0100
 @@ -3,7 +3,7 @@
  #   Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
  #   2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
@@ -445,10 +1664,19 @@
  	-sunos5*)
  		os=`echo $os | sed -e 's|sunos5|solaris2|'`
  		;;
-diff -urNad beagle-0.2.3~/configure beagle-0.2.3/configure
---- beagle-0.2.3~/configure	2006-03-17 17:30:53.000000000 +0100
-+++ beagle-0.2.3/configure	2006-03-19 16:23:07.000000000 +0100
-@@ -1394,7 +1394,7 @@
+diff -urNad beagle-0.2.4~/configure beagle-0.2.4/configure
+--- beagle-0.2.4~/configure	2006-04-07 19:25:27.000000000 +0200
++++ beagle-0.2.4/configure	2006-04-08 15:47:23.000000000 +0200
+@@ -463,7 +463,7 @@
+ # include <unistd.h>
+ #endif"
+ 
+-ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS build build_cpu build_vendor build_os host host_cpu host_vendor host_os target target_cpu target_vendor target_os INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA CYGPATH_W PACKAGE VERSION ACLOCAL AUTOCONF AUTOMAKE AUTOHEADER MAKEINFO install_sh STRIP ac_ct_STRIP INSTALL_STRIP_PROGRAM mkdir_p AWK SET_MAKE am__leading_dot AMTAR am__tar am__untar MAINTAINER_MODE_TRUE MAINTAINER_MODE_FALSE MAINT CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT DEPDIR am__include am__quote AMDEP_TRUE AMDEP_FALSE AMDEPBACKSLASH CCDEPMODE am__fastdepCC_TRUE am__fastdepCC_FALSE EGREP LN_S ECHO AR ac_ct_AR RANLIB ac_ct_RANLIB CPP CXX CXXFLAGS ac_ct_CXX CXXDEPMODE am__fastdepCXX_TRUE am__fastdepCXX_FALSE CXXCPP F77 FFLAGS ac_ct_F77 LIBTOOL PKG_CONFIG BASH ZIP MONO MCS ac_pt_PKG_CONFIG MONO_CFLAGS MONO_LIBS SHARPZIPLIB_LIBS OS_LINUX_TRUE OS_LINUX_FALSE OS_FREEBSD_TRUE OS_FREEBSD_FALSE DESKTOP_LAUNCH ENABLE_DESKTOP_LAUNCH_TRUE ENABLE_DESKTOP_LAUNCH_FALSE WSDL ENABLE_GOOGLEDRIVER_TRUE ENABLE_GOOGLEDRIVER_FALSE INTLTOOL_DESKTOP_RULE INTLTOOL_DIRECTORY_RULE INTLTOOL_KEYS_RULE INTLTOOL_PROP_RULE INTLTOOL_OAF_RULE INTLTOOL_PONG_RULE INTLTOOL_SERVER_RULE INTLTOOL_SHEET_RULE INTLTOOL_SOUNDLIST_RULE INTLTOOL_UI_RULE INTLTOOL_XAM_RULE INTLTOOL_KBD_RULE INTLTOOL_XML_RULE INTLTOOL_XML_NOMERGE_RULE INTLTOOL_CAVES_RULE INTLTOOL_SCHEMAS_RULE INTLTOOL_THEME_RULE INTLTOOL_EXTRACT INTLTOOL_MERGE INTLTOOL_UPDATE INTLTOOL_PERL INTLTOOL_ICONV INTLTOOL_MSGFMT INTLTOOL_MSGMERGE INTLTOOL_XGETTEXT GETTEXT_PACKAGE USE_NLS MSGFMT GMSGFMT XGETTEXT CATALOGS CATOBJEXT DATADIRNAME GMOFILES INSTOBJEXT INTLLIBS PO_IN_DATADIR_TRUE PO_IN_DATADIR_FALSE POFILES POSUB SQLITE_CFLAGS SQLITE_LIBS SQLITE3_CFLAGS SQLITE3_LIBS SQLITE_MAJ_VER X_CFLAGS X_PRE_LIBS X_LIBS X_EXTRA_LIBS HAS_LIBXSS_TRUE HAS_LIBXSS_FALSE ENABLE_GUI_TRUE ENABLE_GUI_FALSE GNOME_VFS_CFLAGS GNOME_VFS_LIBS BEAGLE_UI_CFLAGS BEAGLE_UI_LIBS UIGLUE_CFLAGS UIGLUE_LIBS LIBTRAYICON_CFLAGS LIBTRAYICON_LIBS EVO_LIBDIR EVO_CFLAGS EVO_LIBS ENABLE_EVOLUTION_TRUE ENABLE_EVOLUTION_FALSE USE_LOCAL_SQLITE_TRUE USE_LOCAL_SQLITE_FALSE ENABLE_INOTIFY_TRUE ENABLE_INOTIFY_FALSE GSF_SHARP_CFLAGS GSF_SHARP_LIBS ENABLE_GSF_SHARP_TRUE ENABLE_GSF_SHARP_FALSE LIBEXIF_CFLAGS LIBEXIF_LIBS LIBEXIF_API_CHECK_CFLAGS LIBEXIF_API_CHECK_LIBS LIBEXIF_VERSION_CHECK_CFLAGS LIBEXIF_VERSION_CHECK_LIBS EXIF_SOVERSION BEAGLED_CFLAGS BEAGLED_LIBS HTML_DIR ENABLE_GTK_DOC_TRUE ENABLE_GTK_DOC_FALSE GTK_DOC_USE_LIBTOOL_TRUE GTK_DOC_USE_LIBTOOL_FALSE LIBBEAGLE_VERSION_INFO LIBBEAGLE_CFLAGS LIBBEAGLE_LIBS ENABLE_LIBBEAGLE_TRUE ENABLE_LIBBEAGLE_FALSE ENABLE_BLUDGEON_TRUE ENABLE_BLUDGEON_FALSE EPIPHANY_REQUIRED LIBXML_REQUIRED LIBGLIB_REQUIRED LIBGTK_REQUIRED EPIPHANY_DEPENDENCY_CFLAGS EPIPHANY_DEPENDENCY_LIBS EPIPHANY_EXTENSIONS_DIR EPIPHANY_PREFIX ENABLE_EPIPHANY_EXTENSION_TRUE ENABLE_EPIPHANY_EXTENSION_FALSE INSTALL_EPIPHANY_EXTENSION_TRUE INSTALL_EPIPHANY_EXTENSION_FALSE GALAGO_CFLAGS GALAGO_LIBS ENABLE_GALAGO_TRUE ENABLE_GALAGO_FALSE GTK_BINARY_VERSION SYSTEMINFO_GLUE_CFLAGS SYSTEMINFO_GLUE_LIBS SYSTEMINFO_GLUE_X_LIBS WV1_CFLAGS WV1_LIBS ENABLE_WV1_TRUE ENABLE_WV1_FALSE KDE_CONFIG KDE_PREFIX ENABLE_WEBSERVICES_TRUE ENABLE_WEBSERVICES_FALSE GAC_PREFIX GNOME_PREFIX HAS_LIBCHM_TRUE HAS_LIBCHM_FALSE BEAGLE_DEFINES PYTHON PYTHON_VERSION PYTHON_PREFIX PYTHON_EXEC_PREFIX PYTHON_PLATFORM pythondir pkgpythondir pyexecdir pkgpyexecdir PYTHON_INCLUDES PYBEAGLE_CFLAGS PYBEAGLE_LIBS PYGTK_CODEGEN ENABLE_PYTHON_TRUE ENABLE_PYTHON_FALSE PYGTK_DEFSDIR LIBOBJS LTLIBOBJS'
++ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS build build_cpu build_vendor build_os host host_cpu host_vendor host_os target target_cpu target_vendor target_os INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA CYGPATH_W PACKAGE VERSION ACLOCAL AUTOCONF AUTOMAKE AUTOHEADER MAKEINFO install_sh STRIP ac_ct_STRIP INSTALL_STRIP_PROGRAM mkdir_p AWK SET_MAKE am__leading_dot AMTAR am__tar am__untar MAINTAINER_MODE_TRUE MAINTAINER_MODE_FALSE MAINT CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT DEPDIR am__include am__quote AMDEP_TRUE AMDEP_FALSE AMDEPBACKSLASH CCDEPMODE am__fastdepCC_TRUE am__fastdepCC_FALSE EGREP LN_S ECHO AR ac_ct_AR RANLIB ac_ct_RANLIB CPP CXX CXXFLAGS ac_ct_CXX CXXDEPMODE am__fastdepCXX_TRUE am__fastdepCXX_FALSE CXXCPP F77 FFLAGS ac_ct_F77 LIBTOOL PKG_CONFIG BASH ZIP MONO MCS ac_pt_PKG_CONFIG MONO_CFLAGS MONO_LIBS SHARPZIPLIB_LIBS OS_LINUX_TRUE OS_LINUX_FALSE OS_FREEBSD_TRUE OS_FREEBSD_FALSE DESKTOP_LAUNCH ENABLE_DESKTOP_LAUNCH_TRUE ENABLE_DESKTOP_LAUNCH_FALSE WSDL ENABLE_GOOGLEDRIVER_TRUE ENABLE_GOOGLEDRIVER_FALSE INTLTOOL_DESKTOP_RULE INTLTOOL_DIRECTORY_RULE INTLTOOL_KEYS_RULE INTLTOOL_PROP_RULE INTLTOOL_OAF_RULE INTLTOOL_PONG_RULE INTLTOOL_SERVER_RULE INTLTOOL_SHEET_RULE INTLTOOL_SOUNDLIST_RULE INTLTOOL_UI_RULE INTLTOOL_XAM_RULE INTLTOOL_KBD_RULE INTLTOOL_XML_RULE INTLTOOL_XML_NOMERGE_RULE INTLTOOL_CAVES_RULE INTLTOOL_SCHEMAS_RULE INTLTOOL_THEME_RULE INTLTOOL_SERVICE_RULE INTLTOOL_EXTRACT INTLTOOL_MERGE INTLTOOL_UPDATE INTLTOOL_PERL INTLTOOL_ICONV INTLTOOL_MSGFMT INTLTOOL_MSGMERGE INTLTOOL_XGETTEXT GETTEXT_PACKAGE USE_NLS MSGFMT GMSGFMT XGETTEXT CATALOGS CATOBJEXT DATADIRNAME GMOFILES INSTOBJEXT INTLLIBS PO_IN_DATADIR_TRUE PO_IN_DATADIR_FALSE POFILES POSUB MKINSTALLDIRS SQLITE_CFLAGS SQLITE_LIBS SQLITE3_CFLAGS SQLITE3_LIBS SQLITE_MAJ_VER X_CFLAGS X_PRE_LIBS X_LIBS X_EXTRA_LIBS HAS_LIBXSS_TRUE HAS_LIBXSS_FALSE ENABLE_GUI_TRUE ENABLE_GUI_FALSE GNOME_VFS_CFLAGS GNOME_VFS_LIBS BEAGLE_UI_CFLAGS BEAGLE_UI_LIBS UIGLUE_CFLAGS UIGLUE_LIBS LIBTRAYICON_CFLAGS LIBTRAYICON_LIBS EVO_LIBDIR EVO_CFLAGS EVO_LIBS ENABLE_EVOLUTION_TRUE ENABLE_EVOLUTION_FALSE USE_LOCAL_SQLITE_TRUE USE_LOCAL_SQLITE_FALSE ENABLE_INOTIFY_TRUE ENABLE_INOTIFY_FALSE GSF_SHARP_CFLAGS GSF_SHARP_LIBS ENABLE_GSF_SHARP_TRUE ENABLE_GSF_SHARP_FALSE LIBEXIF_CFLAGS LIBEXIF_LIBS LIBEXIF_API_CHECK_CFLAGS LIBEXIF_API_CHECK_LIBS LIBEXIF_VERSION_CHECK_CFLAGS LIBEXIF_VERSION_CHECK_LIBS EXIF_SOVERSION BEAGLED_CFLAGS BEAGLED_LIBS HTML_DIR ENABLE_GTK_DOC_TRUE ENABLE_GTK_DOC_FALSE GTK_DOC_USE_LIBTOOL_TRUE GTK_DOC_USE_LIBTOOL_FALSE LIBBEAGLE_VERSION_INFO LIBBEAGLE_CFLAGS LIBBEAGLE_LIBS ENABLE_LIBBEAGLE_TRUE ENABLE_LIBBEAGLE_FALSE ENABLE_BLUDGEON_TRUE ENABLE_BLUDGEON_FALSE EPIPHANY_REQUIRED LIBXML_REQUIRED LIBGLIB_REQUIRED LIBGTK_REQUIRED EPIPHANY_DEPENDENCY_CFLAGS EPIPHANY_DEPENDENCY_LIBS EPIPHANY_EXTENSIONS_DIR EPIPHANY_PREFIX ENABLE_EPIPHANY_EXTENSION_TRUE ENABLE_EPIPHANY_EXTENSION_FALSE INSTALL_EPIPHANY_EXTENSION_TRUE INSTALL_EPIPHANY_EXTENSION_FALSE GALAGO_CFLAGS GALAGO_LIBS ENABLE_GALAGO_TRUE ENABLE_GALAGO_FALSE GTK_BINARY_VERSION SYSTEMINFO_GLUE_CFLAGS SYSTEMINFO_GLUE_LIBS SYSTEMINFO_GLUE_X_LIBS WV1_CFLAGS WV1_LIBS ENABLE_WV1_TRUE ENABLE_WV1_FALSE KDE_CONFIG KDE_PREFIX ENABLE_WEBSERVICES_TRUE ENABLE_WEBSERVICES_FALSE GAC_PREFIX GNOME_PREFIX HAS_LIBCHM_TRUE HAS_LIBCHM_FALSE BEAGLE_DEFINES PYTHON PYTHON_VERSION PYTHON_PREFIX PYTHON_EXEC_PREFIX PYTHON_PLATFORM pythondir pkgpythondir pyexecdir pkgpyexecdir PYTHON_INCLUDES PYBEAGLE_CFLAGS PYBEAGLE_LIBS PYGTK_CODEGEN ENABLE_PYTHON_TRUE ENABLE_PYTHON_FALSE PYGTK_DEFSDIR LIBOBJS LTLIBOBJS'
+ ac_subst_files=''
+ 
+ # Initialize some variables set by options.
+@@ -1396,7 +1396,7 @@
      else
        echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
      fi
@@ -457,7 +1685,7 @@
    done
  fi
  
-@@ -3093,8 +3093,7 @@
+@@ -3095,8 +3095,7 @@
    cat conftest.err >&5
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
@@ -467,7 +1695,7 @@
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
-@@ -3152,8 +3151,7 @@
+@@ -3154,8 +3153,7 @@
    cat conftest.err >&5
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
@@ -477,7 +1705,7 @@
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
-@@ -3269,8 +3267,7 @@
+@@ -3271,8 +3269,7 @@
    cat conftest.err >&5
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
@@ -487,7 +1715,7 @@
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
-@@ -3324,8 +3321,7 @@
+@@ -3326,8 +3323,7 @@
    cat conftest.err >&5
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
@@ -497,7 +1725,7 @@
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
-@@ -3370,8 +3366,7 @@
+@@ -3372,8 +3368,7 @@
    cat conftest.err >&5
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
@@ -507,7 +1735,7 @@
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
-@@ -3415,8 +3410,7 @@
+@@ -3417,8 +3412,7 @@
    cat conftest.err >&5
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
@@ -517,16 +1745,39 @@
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
-@@ -4058,7 +4052,7 @@
+@@ -3885,7 +3879,7 @@
+   lt_cv_deplibs_check_method=pass_all
    ;;
+ 
+-freebsd* | kfreebsd*-gnu | dragonfly*)
++freebsd* | dragonfly*)
+   if echo __ELF__ | $CC -E - | grep __ELF__ > /dev/null; then
+     case $host_cpu in
+     i*86 )
+@@ -3939,11 +3933,11 @@
+   ;;
+ 
+ # This must be Linux ELF.
+-linux*)
++linux* | k*bsd*-gnu)
+   lt_cv_deplibs_check_method=pass_all
+   ;;
+ 
+-netbsd*)
++netbsd* | netbsdelf*-gnu)
+   if echo __ELF__ | $CC -E - | grep __ELF__ > /dev/null; then
+     lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
+   else
+@@ -4060,7 +4054,7 @@
+   ;;
  *-*-irix6*)
    # Find out which ABI we are using.
--  echo '#line 4061 "configure"' > conftest.$ac_ext
-+  echo '#line 4055 "configure"' > conftest.$ac_ext
+-  echo '#line 4063 "configure"' > conftest.$ac_ext
++  echo '#line 4057 "configure"' > conftest.$ac_ext
    if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
    (eval $ac_compile) 2>&5
    ac_status=$?
-@@ -4178,8 +4172,7 @@
+@@ -4180,8 +4174,7 @@
    cat conftest.err >&5
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
@@ -536,7 +1787,7 @@
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
-@@ -4508,8 +4501,7 @@
+@@ -4510,8 +4503,7 @@
    cat conftest.err >&5
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
@@ -546,7 +1797,7 @@
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
-@@ -4679,8 +4671,7 @@
+@@ -4681,8 +4673,7 @@
    cat conftest.err >&5
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
@@ -556,7 +1807,7 @@
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
-@@ -4747,8 +4738,7 @@
+@@ -4749,8 +4740,7 @@
    cat conftest.err >&5
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
@@ -566,7 +1817,7 @@
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
-@@ -5008,8 +4998,7 @@
+@@ -5010,8 +5000,7 @@
    cat conftest.err >&5
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
@@ -576,7 +1827,7 @@
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
-@@ -5067,8 +5056,7 @@
+@@ -5069,8 +5058,7 @@
    cat conftest.err >&5
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
@@ -586,7 +1837,7 @@
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
-@@ -5139,8 +5127,7 @@
+@@ -5141,8 +5129,7 @@
    cat conftest.err >&5
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
@@ -596,7 +1847,7 @@
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
-@@ -5184,8 +5171,7 @@
+@@ -5186,8 +5173,7 @@
    cat conftest.err >&5
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
@@ -606,16 +1857,16 @@
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
-@@ -5657,7 +5643,7 @@
+@@ -5659,7 +5645,7 @@
  
  
  # Provide some information about the compiler.
--echo "$as_me:5660:" \
-+echo "$as_me:5646:" \
+-echo "$as_me:5662:" \
++echo "$as_me:5648:" \
       "checking for Fortran 77 compiler version" >&5
  ac_compiler=`set X $ac_compile; echo $2`
  { (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
-@@ -5703,8 +5689,7 @@
+@@ -5705,8 +5691,7 @@
    cat conftest.err >&5
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
@@ -625,7 +1876,7 @@
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
-@@ -5753,8 +5738,7 @@
+@@ -5755,8 +5740,7 @@
    cat conftest.err >&5
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
@@ -635,49 +1886,91 @@
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
-@@ -6720,11 +6704,11 @@
+@@ -5964,7 +5948,7 @@
+   lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
+   lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/  {\\\"\1\\\", (lt_ptr) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/  {\"\2\", (lt_ptr) \&\2},/p'"
+   ;;
+-linux*)
++linux* | k*bsd*-gnu)
+   if test "$host_cpu" = ia64; then
+     symcode='[ABCDGIRSTW]'
+     lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
+@@ -6722,11 +6706,11 @@
     -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
     -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
     -e 's:$: $lt_compiler_flag:'`
--   (eval echo "\"\$as_me:6723: $lt_compile\"" >&5)
-+   (eval echo "\"\$as_me:6707: $lt_compile\"" >&5)
+-   (eval echo "\"\$as_me:6725: $lt_compile\"" >&5)
++   (eval echo "\"\$as_me:6709: $lt_compile\"" >&5)
     (eval "$lt_compile" 2>conftest.err)
     ac_status=$?
     cat conftest.err >&5
--   echo "$as_me:6727: \$? = $ac_status" >&5
-+   echo "$as_me:6711: \$? = $ac_status" >&5
+-   echo "$as_me:6729: \$? = $ac_status" >&5
++   echo "$as_me:6713: \$? = $ac_status" >&5
     if (exit $ac_status) && test -s "$ac_outfile"; then
       # The compiler can only warn and ignore the option if not recognized
       # So say no if there are warnings other than the usual output.
-@@ -6988,11 +6972,11 @@
+@@ -6884,7 +6868,7 @@
+       lt_prog_compiler_static='-Bstatic'
+       ;;
+ 
+-    linux*)
++    linux* | k*bsd*-gnu)
+       case $cc_basename in
+       icc* | ecc*)
+ 	lt_prog_compiler_wl='-Wl,'
+@@ -6990,11 +6974,11 @@
     -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
     -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
     -e 's:$: $lt_compiler_flag:'`
--   (eval echo "\"\$as_me:6991: $lt_compile\"" >&5)
-+   (eval echo "\"\$as_me:6975: $lt_compile\"" >&5)
+-   (eval echo "\"\$as_me:6993: $lt_compile\"" >&5)
++   (eval echo "\"\$as_me:6977: $lt_compile\"" >&5)
     (eval "$lt_compile" 2>conftest.err)
     ac_status=$?
     cat conftest.err >&5
--   echo "$as_me:6995: \$? = $ac_status" >&5
-+   echo "$as_me:6979: \$? = $ac_status" >&5
+-   echo "$as_me:6997: \$? = $ac_status" >&5
++   echo "$as_me:6981: \$? = $ac_status" >&5
     if (exit $ac_status) && test -s "$ac_outfile"; then
       # The compiler can only warn and ignore the option if not recognized
       # So say no if there are warnings other than the usual output.
-@@ -7092,11 +7076,11 @@
+@@ -7094,11 +7078,11 @@
     -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
     -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
     -e 's:$: $lt_compiler_flag:'`
--   (eval echo "\"\$as_me:7095: $lt_compile\"" >&5)
-+   (eval echo "\"\$as_me:7079: $lt_compile\"" >&5)
+-   (eval echo "\"\$as_me:7097: $lt_compile\"" >&5)
++   (eval echo "\"\$as_me:7081: $lt_compile\"" >&5)
     (eval "$lt_compile" 2>out/conftest.err)
     ac_status=$?
     cat out/conftest.err >&5
--   echo "$as_me:7099: \$? = $ac_status" >&5
-+   echo "$as_me:7083: \$? = $ac_status" >&5
+-   echo "$as_me:7101: \$? = $ac_status" >&5
++   echo "$as_me:7085: \$? = $ac_status" >&5
     if (exit $ac_status) && test -s out/conftest2.$ac_objext
     then
       # The compiler can only warn and ignore the option if not recognized
-@@ -7568,8 +7552,7 @@
+@@ -7323,7 +7307,7 @@
+       archive_expsym_cmds='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
+       ;;
+ 
+-    linux*)
++    linux* | k*bsd*-gnu)
+       if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
+ 	tmp_addflag=
+ 	case $cc_basename,$host_cpu in
+@@ -7349,12 +7333,13 @@
+   $echo "local: *; };" >> $output_objdir/$libname.ver~
+ 	  $CC -shared'"$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
+ 	fi
++	link_all_deplibs=no
+       else
+ 	ld_shlibs=no
+       fi
+       ;;
+ 
+-    netbsd*)
++    netbsd* | netbsdelf*-gnu)
+       if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
+ 	archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
+ 	wlarc=
+@@ -7570,8 +7555,7 @@
    cat conftest.err >&5
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
@@ -687,7 +1980,7 @@
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
-@@ -7629,8 +7612,7 @@
+@@ -7631,8 +7615,7 @@
    cat conftest.err >&5
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
@@ -697,7 +1990,71 @@
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
-@@ -8897,8 +8879,7 @@
+@@ -7786,7 +7769,7 @@
+       ;;
+ 
+     # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
+-    freebsd* | kfreebsd*-gnu | dragonfly*)
++    freebsd* | dragonfly*)
+       archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
+       hardcode_libdir_flag_spec='-R$libdir'
+       hardcode_direct=yes
+@@ -7888,7 +7871,7 @@
+       link_all_deplibs=yes
+       ;;
+ 
+-    netbsd*)
++    netbsd* | netbsdelf*-gnu)
+       if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
+ 	archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'  # a.out
+       else
+@@ -8378,18 +8361,6 @@
+   dynamic_linker=no
+   ;;
+ 
+-kfreebsd*-gnu)
+-  version_type=linux
+-  need_lib_prefix=no
+-  need_version=no
+-  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
+-  soname_spec='${libname}${release}${shared_ext}$major'
+-  shlibpath_var=LD_LIBRARY_PATH
+-  shlibpath_overrides_runpath=no
+-  hardcode_into_libs=yes
+-  dynamic_linker='GNU ld.so'
+-  ;;
+-
+ freebsd* | dragonfly*)
+   # DragonFly does not have aout.  When/if they implement a new
+   # versioning mechanism, adjust this.
+@@ -8545,7 +8516,7 @@
+   ;;
+ 
+ # This must be Linux ELF.
+-linux*)
++linux* | k*bsd*-gnu)
+   version_type=linux
+   need_lib_prefix=no
+   need_version=no
+@@ -8574,7 +8545,7 @@
+   dynamic_linker='GNU/Linux ld.so'
+   ;;
+ 
+-knetbsd*-gnu)
++netbsdelf*-gnu)
+   version_type=linux
+   need_lib_prefix=no
+   need_version=no
+@@ -8583,7 +8554,7 @@
+   shlibpath_var=LD_LIBRARY_PATH
+   shlibpath_overrides_runpath=no
+   hardcode_into_libs=yes
+-  dynamic_linker='GNU ld.so'
++  dynamic_linker='NetBSD ld.elf_so'
+   ;;
+ 
+ netbsd*)
+@@ -8899,8 +8870,7 @@
    cat conftest.err >&5
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
@@ -707,7 +2064,7 @@
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
-@@ -9001,8 +8982,7 @@
+@@ -9003,8 +8973,7 @@
    cat conftest.err >&5
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
@@ -717,7 +2074,7 @@
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
-@@ -9067,8 +9047,7 @@
+@@ -9069,8 +9038,7 @@
    cat conftest.err >&5
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
@@ -727,7 +2084,7 @@
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
-@@ -9161,8 +9140,7 @@
+@@ -9163,8 +9131,7 @@
    cat conftest.err >&5
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
@@ -737,7 +2094,7 @@
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
-@@ -9227,8 +9205,7 @@
+@@ -9229,8 +9196,7 @@
    cat conftest.err >&5
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
@@ -747,7 +2104,7 @@
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
-@@ -9294,8 +9271,7 @@
+@@ -9296,8 +9262,7 @@
    cat conftest.err >&5
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
@@ -757,7 +2114,7 @@
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
-@@ -9361,8 +9337,7 @@
+@@ -9363,8 +9328,7 @@
    cat conftest.err >&5
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
@@ -767,25 +2124,25 @@
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
-@@ -9437,7 +9412,7 @@
+@@ -9439,7 +9403,7 @@
    lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
    lt_status=$lt_dlunknown
    cat > conftest.$ac_ext <<EOF
--#line 9440 "configure"
-+#line 9415 "configure"
+-#line 9442 "configure"
++#line 9406 "configure"
  #include "confdefs.h"
  
  #if HAVE_DLFCN_H
-@@ -9537,7 +9512,7 @@
+@@ -9539,7 +9503,7 @@
    lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
    lt_status=$lt_dlunknown
    cat > conftest.$ac_ext <<EOF
--#line 9540 "configure"
-+#line 9515 "configure"
+-#line 9542 "configure"
++#line 9506 "configure"
  #include "confdefs.h"
  
  #if HAVE_DLFCN_H
-@@ -10620,8 +10595,7 @@
+@@ -10622,8 +10586,7 @@
    cat conftest.err >&5
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
@@ -795,7 +2152,7 @@
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
-@@ -10682,8 +10656,7 @@
+@@ -10684,8 +10647,7 @@
    cat conftest.err >&5
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
@@ -805,63 +2162,206 @@
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
-@@ -11877,11 +11850,11 @@
+@@ -10856,7 +10818,7 @@
+   freebsd-elf*)
+     archive_cmds_need_lc_CXX=no
+     ;;
+-  freebsd* | kfreebsd*-gnu | dragonfly*)
++  freebsd* | dragonfly*)
+     # FreeBSD 3 and later use GNU C++ and GNU ld with standard ELF
+     # conventions
+     ld_shlibs_CXX=yes
+@@ -11015,7 +10977,7 @@
+     hardcode_libdir_flag_spec_CXX='${wl}-rpath ${wl}$libdir'
+     hardcode_libdir_separator_CXX=:
+     ;;
+-  linux*)
++  linux* | k*bsd*-gnu)
+     case $cc_basename in
+       KCC*)
+ 	# Kuck and Associates, Inc. (KAI) C++ Compiler
+@@ -11117,7 +11079,7 @@
+ 	;;
+     esac
+     ;;
+-  netbsd*)
++  netbsd* | netbsdelf*-gnu)
+     if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
+       archive_cmds_CXX='$LD -Bshareable  -o $lib $predep_objects $libobjs $deplibs $postdep_objects $linker_flags'
+       wlarc=
+@@ -11684,7 +11646,7 @@
+ 	    ;;
+ 	esac
+ 	;;
+-      freebsd* | kfreebsd*-gnu | dragonfly*)
++      freebsd* | dragonfly*)
+ 	# FreeBSD uses GNU C++
+ 	;;
+       hpux9* | hpux10* | hpux11*)
+@@ -11727,7 +11689,7 @@
+ 	    ;;
+ 	esac
+ 	;;
+-      linux*)
++      linux* | k*bsd*-gnu)
+ 	case $cc_basename in
+ 	  KCC*)
+ 	    # KAI C++ Compiler
+@@ -11770,7 +11732,7 @@
+ 	    ;;
+ 	esac
+ 	;;
+-      netbsd*)
++      netbsd* | netbsdelf*-gnu)
+ 	;;
+       osf3* | osf4* | osf5*)
+ 	case $cc_basename in
+@@ -11879,11 +11841,11 @@
     -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
     -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
     -e 's:$: $lt_compiler_flag:'`
--   (eval echo "\"\$as_me:11880: $lt_compile\"" >&5)
-+   (eval echo "\"\$as_me:11853: $lt_compile\"" >&5)
+-   (eval echo "\"\$as_me:11882: $lt_compile\"" >&5)
++   (eval echo "\"\$as_me:11844: $lt_compile\"" >&5)
     (eval "$lt_compile" 2>conftest.err)
     ac_status=$?
     cat conftest.err >&5
--   echo "$as_me:11884: \$? = $ac_status" >&5
-+   echo "$as_me:11857: \$? = $ac_status" >&5
+-   echo "$as_me:11886: \$? = $ac_status" >&5
++   echo "$as_me:11848: \$? = $ac_status" >&5
     if (exit $ac_status) && test -s "$ac_outfile"; then
       # The compiler can only warn and ignore the option if not recognized
       # So say no if there are warnings other than the usual output.
-@@ -11981,11 +11954,11 @@
+@@ -11983,11 +11945,11 @@
     -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
     -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
     -e 's:$: $lt_compiler_flag:'`
--   (eval echo "\"\$as_me:11984: $lt_compile\"" >&5)
-+   (eval echo "\"\$as_me:11957: $lt_compile\"" >&5)
+-   (eval echo "\"\$as_me:11986: $lt_compile\"" >&5)
++   (eval echo "\"\$as_me:11948: $lt_compile\"" >&5)
     (eval "$lt_compile" 2>out/conftest.err)
     ac_status=$?
     cat out/conftest.err >&5
--   echo "$as_me:11988: \$? = $ac_status" >&5
-+   echo "$as_me:11961: \$? = $ac_status" >&5
+-   echo "$as_me:11990: \$? = $ac_status" >&5
++   echo "$as_me:11952: \$? = $ac_status" >&5
     if (exit $ac_status) && test -s out/conftest2.$ac_objext
     then
       # The compiler can only warn and ignore the option if not recognized
-@@ -13551,11 +13524,11 @@
+@@ -12055,6 +12017,9 @@
+   cygwin* | mingw*)
+     export_symbols_cmds_CXX='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS] /s/.* \([^ ]*\)/\1 DATA/;/^.* __nm__/s/^.* __nm__\([^ ]*\) [^ ]*/\1 DATA/;/^I /d;/^[AITW] /s/.* //'\'' | sort | uniq > $export_symbols'
+   ;;
++  linux* | k*bsd*-gnu)
++    link_all_deplibs_CXX=no
++  ;;
+   *)
+     export_symbols_cmds_CXX='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
+   ;;
+@@ -12334,18 +12299,6 @@
+   dynamic_linker=no
+   ;;
+ 
+-kfreebsd*-gnu)
+-  version_type=linux
+-  need_lib_prefix=no
+-  need_version=no
+-  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
+-  soname_spec='${libname}${release}${shared_ext}$major'
+-  shlibpath_var=LD_LIBRARY_PATH
+-  shlibpath_overrides_runpath=no
+-  hardcode_into_libs=yes
+-  dynamic_linker='GNU ld.so'
+-  ;;
+-
+ freebsd* | dragonfly*)
+   # DragonFly does not have aout.  When/if they implement a new
+   # versioning mechanism, adjust this.
+@@ -12501,7 +12454,7 @@
+   ;;
+ 
+ # This must be Linux ELF.
+-linux*)
++linux* | k*bsd*-gnu)
+   version_type=linux
+   need_lib_prefix=no
+   need_version=no
+@@ -12530,7 +12483,7 @@
+   dynamic_linker='GNU/Linux ld.so'
+   ;;
+ 
+-knetbsd*-gnu)
++netbsdelf*-gnu)
+   version_type=linux
+   need_lib_prefix=no
+   need_version=no
+@@ -12539,7 +12492,7 @@
+   shlibpath_var=LD_LIBRARY_PATH
+   shlibpath_overrides_runpath=no
+   hardcode_into_libs=yes
+-  dynamic_linker='GNU ld.so'
++  dynamic_linker='NetBSD ld.elf_so'
+   ;;
+ 
+ netbsd*)
+@@ -13447,7 +13400,7 @@
+       lt_prog_compiler_static_F77='-Bstatic'
+       ;;
+ 
+-    linux*)
++    linux* | k*bsd*-gnu)
+       case $cc_basename in
+       icc* | ecc*)
+ 	lt_prog_compiler_wl_F77='-Wl,'
+@@ -13553,11 +13506,11 @@
     -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
     -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
     -e 's:$: $lt_compiler_flag:'`
--   (eval echo "\"\$as_me:13554: $lt_compile\"" >&5)
-+   (eval echo "\"\$as_me:13527: $lt_compile\"" >&5)
+-   (eval echo "\"\$as_me:13556: $lt_compile\"" >&5)
++   (eval echo "\"\$as_me:13509: $lt_compile\"" >&5)
     (eval "$lt_compile" 2>conftest.err)
     ac_status=$?
     cat conftest.err >&5
--   echo "$as_me:13558: \$? = $ac_status" >&5
-+   echo "$as_me:13531: \$? = $ac_status" >&5
+-   echo "$as_me:13560: \$? = $ac_status" >&5
++   echo "$as_me:13513: \$? = $ac_status" >&5
     if (exit $ac_status) && test -s "$ac_outfile"; then
       # The compiler can only warn and ignore the option if not recognized
       # So say no if there are warnings other than the usual output.
-@@ -13655,11 +13628,11 @@
+@@ -13657,11 +13610,11 @@
     -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
     -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
     -e 's:$: $lt_compiler_flag:'`
--   (eval echo "\"\$as_me:13658: $lt_compile\"" >&5)
-+   (eval echo "\"\$as_me:13631: $lt_compile\"" >&5)
+-   (eval echo "\"\$as_me:13660: $lt_compile\"" >&5)
++   (eval echo "\"\$as_me:13613: $lt_compile\"" >&5)
     (eval "$lt_compile" 2>out/conftest.err)
     ac_status=$?
     cat out/conftest.err >&5
--   echo "$as_me:13662: \$? = $ac_status" >&5
-+   echo "$as_me:13635: \$? = $ac_status" >&5
+-   echo "$as_me:13664: \$? = $ac_status" >&5
++   echo "$as_me:13617: \$? = $ac_status" >&5
     if (exit $ac_status) && test -s out/conftest2.$ac_objext
     then
       # The compiler can only warn and ignore the option if not recognized
-@@ -14121,8 +14094,7 @@
+@@ -13886,7 +13839,7 @@
+       archive_expsym_cmds_F77='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
+       ;;
+ 
+-    linux*)
++    linux* | k*bsd*-gnu)
+       if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
+ 	tmp_addflag=
+ 	case $cc_basename,$host_cpu in
+@@ -13912,12 +13865,13 @@
+   $echo "local: *; };" >> $output_objdir/$libname.ver~
+ 	  $CC -shared'"$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
+ 	fi
++	link_all_deplibs_F77=no
+       else
+ 	ld_shlibs_F77=no
+       fi
+       ;;
+ 
+-    netbsd*)
++    netbsd* | netbsdelf*-gnu)
+       if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
+ 	archive_cmds_F77='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
+ 	wlarc=
+@@ -14123,8 +14077,7 @@
    cat conftest.err >&5
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
@@ -871,7 +2371,7 @@
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
-@@ -14172,8 +14144,7 @@
+@@ -14174,8 +14127,7 @@
    cat conftest.err >&5
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
@@ -881,49 +2381,146 @@
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
-@@ -15858,11 +15829,11 @@
+@@ -14329,7 +14281,7 @@
+       ;;
+ 
+     # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
+-    freebsd* | kfreebsd*-gnu | dragonfly*)
++    freebsd* | dragonfly*)
+       archive_cmds_F77='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
+       hardcode_libdir_flag_spec_F77='-R$libdir'
+       hardcode_direct_F77=yes
+@@ -14431,7 +14383,7 @@
+       link_all_deplibs_F77=yes
+       ;;
+ 
+-    netbsd*)
++    netbsd* | netbsdelf*-gnu)
+       if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
+ 	archive_cmds_F77='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'  # a.out
+       else
+@@ -14921,18 +14873,6 @@
+   dynamic_linker=no
+   ;;
+ 
+-kfreebsd*-gnu)
+-  version_type=linux
+-  need_lib_prefix=no
+-  need_version=no
+-  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
+-  soname_spec='${libname}${release}${shared_ext}$major'
+-  shlibpath_var=LD_LIBRARY_PATH
+-  shlibpath_overrides_runpath=no
+-  hardcode_into_libs=yes
+-  dynamic_linker='GNU ld.so'
+-  ;;
+-
+ freebsd* | dragonfly*)
+   # DragonFly does not have aout.  When/if they implement a new
+   # versioning mechanism, adjust this.
+@@ -15088,7 +15028,7 @@
+   ;;
+ 
+ # This must be Linux ELF.
+-linux*)
++linux* | k*bsd*-gnu)
+   version_type=linux
+   need_lib_prefix=no
+   need_version=no
+@@ -15117,7 +15057,7 @@
+   dynamic_linker='GNU/Linux ld.so'
+   ;;
+ 
+-knetbsd*-gnu)
++netbsdelf*-gnu)
+   version_type=linux
+   need_lib_prefix=no
+   need_version=no
+@@ -15126,7 +15066,7 @@
+   shlibpath_var=LD_LIBRARY_PATH
+   shlibpath_overrides_runpath=no
+   hardcode_into_libs=yes
+-  dynamic_linker='GNU ld.so'
++  dynamic_linker='NetBSD ld.elf_so'
+   ;;
+ 
+ netbsd*)
+@@ -15860,11 +15800,11 @@
     -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
     -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
     -e 's:$: $lt_compiler_flag:'`
--   (eval echo "\"\$as_me:15861: $lt_compile\"" >&5)
-+   (eval echo "\"\$as_me:15832: $lt_compile\"" >&5)
+-   (eval echo "\"\$as_me:15863: $lt_compile\"" >&5)
++   (eval echo "\"\$as_me:15803: $lt_compile\"" >&5)
     (eval "$lt_compile" 2>conftest.err)
     ac_status=$?
     cat conftest.err >&5
--   echo "$as_me:15865: \$? = $ac_status" >&5
-+   echo "$as_me:15836: \$? = $ac_status" >&5
+-   echo "$as_me:15867: \$? = $ac_status" >&5
++   echo "$as_me:15807: \$? = $ac_status" >&5
     if (exit $ac_status) && test -s "$ac_outfile"; then
       # The compiler can only warn and ignore the option if not recognized
       # So say no if there are warnings other than the usual output.
-@@ -16126,11 +16097,11 @@
+@@ -16022,7 +15962,7 @@
+       lt_prog_compiler_static_GCJ='-Bstatic'
+       ;;
+ 
+-    linux*)
++    linux* | k*bsd*-gnu)
+       case $cc_basename in
+       icc* | ecc*)
+ 	lt_prog_compiler_wl_GCJ='-Wl,'
+@@ -16128,11 +16068,11 @@
     -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
     -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
     -e 's:$: $lt_compiler_flag:'`
--   (eval echo "\"\$as_me:16129: $lt_compile\"" >&5)
-+   (eval echo "\"\$as_me:16100: $lt_compile\"" >&5)
+-   (eval echo "\"\$as_me:16131: $lt_compile\"" >&5)
++   (eval echo "\"\$as_me:16071: $lt_compile\"" >&5)
     (eval "$lt_compile" 2>conftest.err)
     ac_status=$?
     cat conftest.err >&5
--   echo "$as_me:16133: \$? = $ac_status" >&5
-+   echo "$as_me:16104: \$? = $ac_status" >&5
+-   echo "$as_me:16135: \$? = $ac_status" >&5
++   echo "$as_me:16075: \$? = $ac_status" >&5
     if (exit $ac_status) && test -s "$ac_outfile"; then
       # The compiler can only warn and ignore the option if not recognized
       # So say no if there are warnings other than the usual output.
-@@ -16230,11 +16201,11 @@
+@@ -16232,11 +16172,11 @@
     -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
     -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
     -e 's:$: $lt_compiler_flag:'`
--   (eval echo "\"\$as_me:16233: $lt_compile\"" >&5)
-+   (eval echo "\"\$as_me:16204: $lt_compile\"" >&5)
+-   (eval echo "\"\$as_me:16235: $lt_compile\"" >&5)
++   (eval echo "\"\$as_me:16175: $lt_compile\"" >&5)
     (eval "$lt_compile" 2>out/conftest.err)
     ac_status=$?
     cat out/conftest.err >&5
--   echo "$as_me:16237: \$? = $ac_status" >&5
-+   echo "$as_me:16208: \$? = $ac_status" >&5
+-   echo "$as_me:16239: \$? = $ac_status" >&5
++   echo "$as_me:16179: \$? = $ac_status" >&5
     if (exit $ac_status) && test -s out/conftest2.$ac_objext
     then
       # The compiler can only warn and ignore the option if not recognized
-@@ -16706,8 +16677,7 @@
+@@ -16461,7 +16401,7 @@
+       archive_expsym_cmds_GCJ='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
+       ;;
+ 
+-    linux*)
++    linux* | k*bsd*-gnu)
+       if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
+ 	tmp_addflag=
+ 	case $cc_basename,$host_cpu in
+@@ -16487,12 +16427,13 @@
+   $echo "local: *; };" >> $output_objdir/$libname.ver~
+ 	  $CC -shared'"$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
+ 	fi
++	link_all_deplibs_GCJ=no
+       else
+ 	ld_shlibs_GCJ=no
+       fi
+       ;;
+ 
+-    netbsd*)
++    netbsd* | netbsdelf*-gnu)
+       if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
+ 	archive_cmds_GCJ='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
+ 	wlarc=
+@@ -16708,8 +16649,7 @@
    cat conftest.err >&5
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
@@ -933,7 +2530,7 @@
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
-@@ -16767,8 +16737,7 @@
+@@ -16769,8 +16709,7 @@
    cat conftest.err >&5
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
@@ -943,7 +2540,71 @@
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
-@@ -19042,8 +19011,7 @@
+@@ -16924,7 +16863,7 @@
+       ;;
+ 
+     # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
+-    freebsd* | kfreebsd*-gnu | dragonfly*)
++    freebsd* | dragonfly*)
+       archive_cmds_GCJ='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
+       hardcode_libdir_flag_spec_GCJ='-R$libdir'
+       hardcode_direct_GCJ=yes
+@@ -17026,7 +16965,7 @@
+       link_all_deplibs_GCJ=yes
+       ;;
+ 
+-    netbsd*)
++    netbsd* | netbsdelf*-gnu)
+       if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
+ 	archive_cmds_GCJ='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'  # a.out
+       else
+@@ -17516,18 +17455,6 @@
+   dynamic_linker=no
+   ;;
+ 
+-kfreebsd*-gnu)
+-  version_type=linux
+-  need_lib_prefix=no
+-  need_version=no
+-  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
+-  soname_spec='${libname}${release}${shared_ext}$major'
+-  shlibpath_var=LD_LIBRARY_PATH
+-  shlibpath_overrides_runpath=no
+-  hardcode_into_libs=yes
+-  dynamic_linker='GNU ld.so'
+-  ;;
+-
+ freebsd* | dragonfly*)
+   # DragonFly does not have aout.  When/if they implement a new
+   # versioning mechanism, adjust this.
+@@ -17683,7 +17610,7 @@
+   ;;
+ 
+ # This must be Linux ELF.
+-linux*)
++linux* | k*bsd*-gnu)
+   version_type=linux
+   need_lib_prefix=no
+   need_version=no
+@@ -17712,7 +17639,7 @@
+   dynamic_linker='GNU/Linux ld.so'
+   ;;
+ 
+-knetbsd*-gnu)
++netbsdelf*-gnu)
+   version_type=linux
+   need_lib_prefix=no
+   need_version=no
+@@ -17721,7 +17648,7 @@
+   shlibpath_var=LD_LIBRARY_PATH
+   shlibpath_overrides_runpath=no
+   hardcode_into_libs=yes
+-  dynamic_linker='GNU ld.so'
++  dynamic_linker='NetBSD ld.elf_so'
+   ;;
+ 
+ netbsd*)
+@@ -19044,8 +18971,7 @@
    cat conftest.err >&5
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
@@ -953,7 +2614,7 @@
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
-@@ -19101,8 +19069,7 @@
+@@ -19103,8 +19029,7 @@
    cat conftest.err >&5
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
@@ -963,7 +2624,7 @@
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
-@@ -19173,8 +19140,7 @@
+@@ -19175,8 +19100,7 @@
    cat conftest.err >&5
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
@@ -973,7 +2634,7 @@
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
-@@ -19218,8 +19184,7 @@
+@@ -19220,8 +19144,7 @@
    cat conftest.err >&5
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
@@ -983,7 +2644,93 @@
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
-@@ -20302,8 +20267,7 @@
+@@ -19985,25 +19908,30 @@
+ #
+ 
+ 
++case "$am__api_version" in
++    1.01234)
++	{ { echo "$as_me:$LINENO: error: Automake 1.5 or newer is required to use intltool" >&5
++echo "$as_me: error: Automake 1.5 or newer is required to use intltool" >&2;}
++   { (exit 1); exit 1; }; }
++    ;;
++    *)
++    ;;
++esac
+ 
+ if test -n "0.23"; then
+     echo "$as_me:$LINENO: checking for intltool >= 0.23" >&5
+ echo $ECHO_N "checking for intltool >= 0.23... $ECHO_C" >&6
+ 
+-    INTLTOOL_REQUIRED_VERSION_AS_INT=`echo 0.23 | awk -F. '{ printf "%d", $1 * 100 + $2; }'`
+-    INTLTOOL_APPLIED_VERSION=`awk -F\" '/\\$VERSION / { printf $2; }'  < ${ac_aux_dir}/intltool-update.in`
+-
+-    INTLTOOL_APPLIED_VERSION_AS_INT=`awk -F\" '/\\$VERSION / { split($2, VERSION, "."); printf "%d\n", VERSION[1] * 100 + VERSION[2];}' < ${ac_aux_dir}/intltool-update.in`
+-
++    INTLTOOL_REQUIRED_VERSION_AS_INT=`echo 0.23 | awk -F. '{ print $ 1 * 100 + $ 2; }'`
++    INTLTOOL_APPLIED_VERSION=`awk -F\" '/\\$VERSION / { print $ 2; }' ${ac_aux_dir}/intltool-update.in`
++    INTLTOOL_APPLIED_VERSION_AS_INT=`awk -F\" '/\\$VERSION / { split($ 2, VERSION, "."); print VERSION[1] * 100 + VERSION[2];}' ${ac_aux_dir}/intltool-update.in`
+ 
+-    if test "$INTLTOOL_APPLIED_VERSION_AS_INT" -ge "$INTLTOOL_REQUIRED_VERSION_AS_INT"; then
+-	echo "$as_me:$LINENO: result: $INTLTOOL_APPLIED_VERSION found" >&5
++    echo "$as_me:$LINENO: result: $INTLTOOL_APPLIED_VERSION found" >&5
+ echo "${ECHO_T}$INTLTOOL_APPLIED_VERSION found" >&6
+-    else
+-	echo "$as_me:$LINENO: result: $INTLTOOL_APPLIED_VERSION found. Your intltool is too old.  You need intltool 0.23 or later." >&5
+-echo "${ECHO_T}$INTLTOOL_APPLIED_VERSION found. Your intltool is too old.  You need intltool 0.23 or later." >&6
+-	exit 1
+-    fi
++    test "$INTLTOOL_APPLIED_VERSION_AS_INT" -ge "$INTLTOOL_REQUIRED_VERSION_AS_INT" ||
++	{ { echo "$as_me:$LINENO: error: Your intltool is too old.  You need intltool 0.23 or later." >&5
++echo "$as_me: error: Your intltool is too old.  You need intltool 0.23 or later." >&2;}
++   { (exit 1); exit 1; }; }
+ fi
+ 
+   INTLTOOL_DESKTOP_RULE='%.desktop:   %.desktop.in   $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
+@@ -20023,6 +19951,7 @@
+     INTLTOOL_CAVES_RULE='%.caves:     %.caves.in     $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
+   INTLTOOL_SCHEMAS_RULE='%.schemas:   %.schemas.in   $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -s -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
+     INTLTOOL_THEME_RULE='%.theme:     %.theme.in     $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
++    INTLTOOL_SERVICE_RULE='%.service: %.service.in   $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
+ 
+ 
+ 
+@@ -20042,14 +19971,13 @@
+ 
+ 
+ 
+-# Use the tools built into the package, not the ones that are installed.
+ 
++# Use the tools built into the package, not the ones that are installed.
+ INTLTOOL_EXTRACT='$(top_builddir)/intltool-extract'
+-INTLTOOL_MERGE='$(top_builddir)/intltool-merge'
+-INTLTOOL_UPDATE='$(top_builddir)/intltool-update'
+-
+ 
++INTLTOOL_MERGE='$(top_builddir)/intltool-merge'
+ 
++INTLTOOL_UPDATE='$(top_builddir)/intltool-update'
+ 
+ 
+ # Extract the first word of "perl", so it can be a program name with args.
+@@ -20275,16 +20203,9 @@
+ fi
+ 
+ 
+-# Remove file type tags (using []) from po/POTFILES.
+-
+-
+-
+ 
+ 
+ 
+-
+-# Manually sed perl in so people don't have to put the intltool scripts in AC_OUTPUT.
+-
+           ac_config_commands="$ac_config_commands intltool"
+ 
+ 
+@@ -20327,8 +20248,7 @@
    cat conftest.err >&5
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
@@ -993,7 +2740,7 @@
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
-@@ -20448,8 +20412,7 @@
+@@ -20473,8 +20393,7 @@
    cat conftest.err >&5
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
@@ -1003,7 +2750,7 @@
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
-@@ -20520,8 +20483,7 @@
+@@ -20545,8 +20464,7 @@
    cat conftest.err >&5
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
@@ -1013,7 +2760,7 @@
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
-@@ -20665,8 +20627,7 @@
+@@ -20690,8 +20608,7 @@
    cat conftest.err >&5
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
@@ -1023,7 +2770,7 @@
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
-@@ -20724,8 +20685,7 @@
+@@ -20749,8 +20666,7 @@
    cat conftest.err >&5
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
@@ -1033,7 +2780,7 @@
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
-@@ -20822,8 +20782,7 @@
+@@ -20847,8 +20763,7 @@
    cat conftest.err >&5
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
@@ -1043,7 +2790,7 @@
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
-@@ -20902,8 +20861,7 @@
+@@ -20927,8 +20842,7 @@
    cat conftest.err >&5
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
@@ -1053,7 +2800,7 @@
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
-@@ -20967,8 +20925,7 @@
+@@ -20992,8 +20906,7 @@
    cat conftest.err >&5
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
@@ -1063,7 +2810,7 @@
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
-@@ -21032,8 +20989,7 @@
+@@ -21057,8 +20970,7 @@
    cat conftest.err >&5
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
@@ -1073,7 +2820,7 @@
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
-@@ -21110,8 +21066,7 @@
+@@ -21135,8 +21047,7 @@
    cat conftest.err >&5
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
@@ -1083,7 +2830,7 @@
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
-@@ -21175,8 +21130,7 @@
+@@ -21200,8 +21111,7 @@
    cat conftest.err >&5
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
@@ -1093,7 +2840,7 @@
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
-@@ -21292,8 +21246,7 @@
+@@ -21317,8 +21227,7 @@
    cat conftest.err >&5
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
@@ -1103,7 +2850,7 @@
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
-@@ -21460,8 +21413,7 @@
+@@ -21485,8 +21394,7 @@
    cat conftest.err >&5
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
@@ -1113,7 +2860,7 @@
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
-@@ -21594,8 +21546,7 @@
+@@ -21619,8 +21527,7 @@
    cat conftest.err >&5
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
@@ -1123,7 +2870,7 @@
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
-@@ -21680,8 +21631,7 @@
+@@ -21705,8 +21612,7 @@
    cat conftest.err >&5
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
@@ -1133,10 +2880,26 @@
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
-@@ -21988,9 +21938,12 @@
+@@ -21837,6 +21743,15 @@
+      fi
+    fi
  
++            MKINSTALLDIRS=
++   if test -n "$ac_aux_dir"; then
++     MKINSTALLDIRS="$ac_aux_dir/mkinstalldirs"
++   fi
++   if test -z "$MKINSTALLDIRS"; then
++     MKINSTALLDIRS="\$(top_srcdir)/mkinstalldirs"
++   fi
++
++
+          test -d po || mkdir po
+    if test "x$srcdir" != "x."; then
+      if test "x`echo $srcdir | sed 's@/.*@@'`" = "x"; then
+@@ -22013,9 +21928,12 @@
  
  
+ 
 -echo "$as_me:$LINENO: checking for X" >&5
 +
 +if test "x$ac_path_x_has_been_run" != xyes; then
@@ -1147,7 +2910,7 @@
  
  # Check whether --with-x or --without-x was given.
  if test "${with_x+set}" = set; then
-@@ -22083,7 +22036,7 @@
+@@ -22108,7 +22026,7 @@
  /usr/openwin/share/include'
  
  if test "$ac_x_includes" = no; then
@@ -1156,7 +2919,7 @@
    # First, try using that file with no special directory specified.
    cat >conftest.$ac_ext <<_ACEOF
  /* confdefs.h.  */
-@@ -22091,7 +22044,7 @@
+@@ -22116,7 +22034,7 @@
  cat confdefs.h >>conftest.$ac_ext
  cat >>conftest.$ac_ext <<_ACEOF
  /* end confdefs.h.  */
@@ -1165,7 +2928,7 @@
  _ACEOF
  if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
    (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
-@@ -22118,7 +22071,7 @@
+@@ -22143,7 +22061,7 @@
  sed 's/^/| /' conftest.$ac_ext >&5
  
    for ac_dir in $ac_x_header_dirs; do
@@ -1174,7 +2937,7 @@
      ac_x_includes=$ac_dir
      break
    fi
-@@ -22132,18 +22085,18 @@
+@@ -22157,18 +22075,18 @@
    # See if we find them without any special options.
    # Don't add to $LIBS permanently.
    ac_save_LIBS=$LIBS
@@ -1196,7 +2959,7 @@
    ;
    return 0;
  }
-@@ -22157,8 +22110,7 @@
+@@ -22182,8 +22100,7 @@
    cat conftest.err >&5
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
@@ -1206,7 +2969,7 @@
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
-@@ -22182,7 +22134,7 @@
+@@ -22207,7 +22124,7 @@
  do
    # Don't even attempt the hair of trying to link an X program!
    for ac_extension in a so sl; do
@@ -1215,7 +2978,7 @@
        ac_x_libraries=$ac_dir
        break 2
      fi
-@@ -22218,10 +22170,15 @@
+@@ -22243,10 +22160,15 @@
    # Update the cache value to reflect the command line values.
    ac_cv_have_x="have_x=yes \
  		ac_x_includes=$x_includes ac_x_libraries=$x_libraries"
@@ -1233,7 +2996,7 @@
  if test "$no_x" = yes; then
    # Not all programs may use this symbol, but it does not hurt to define it.
  
-@@ -22269,8 +22226,7 @@
+@@ -22294,8 +22216,7 @@
    cat conftest.err >&5
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
@@ -1243,7 +3006,7 @@
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
-@@ -22321,8 +22277,7 @@
+@@ -22346,8 +22267,7 @@
    cat conftest.err >&5
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
@@ -1253,7 +3016,7 @@
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
-@@ -22398,8 +22353,7 @@
+@@ -22423,8 +22343,7 @@
    cat conftest.err >&5
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
@@ -1263,7 +3026,7 @@
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
-@@ -22454,8 +22408,7 @@
+@@ -22479,8 +22398,7 @@
    cat conftest.err >&5
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
@@ -1273,7 +3036,7 @@
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
-@@ -22523,8 +22476,7 @@
+@@ -22548,8 +22466,7 @@
    cat conftest.err >&5
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
@@ -1283,7 +3046,7 @@
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
-@@ -22632,8 +22584,7 @@
+@@ -22657,8 +22574,7 @@
    cat conftest.err >&5
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
@@ -1293,7 +3056,7 @@
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
-@@ -22697,8 +22648,7 @@
+@@ -22722,8 +22638,7 @@
    cat conftest.err >&5
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
@@ -1303,7 +3066,7 @@
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
-@@ -22766,8 +22716,7 @@
+@@ -22791,8 +22706,7 @@
    cat conftest.err >&5
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
@@ -1313,7 +3076,7 @@
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
-@@ -22871,8 +22820,7 @@
+@@ -22896,8 +22810,7 @@
    cat conftest.err >&5
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
@@ -1323,7 +3086,7 @@
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
-@@ -22936,8 +22884,7 @@
+@@ -22961,8 +22874,7 @@
    cat conftest.err >&5
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
@@ -1333,7 +3096,7 @@
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
-@@ -23034,8 +22981,7 @@
+@@ -23059,8 +22971,7 @@
    cat conftest.err >&5
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
@@ -1343,7 +3106,7 @@
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
-@@ -23099,8 +23045,7 @@
+@@ -23124,8 +23035,7 @@
    cat conftest.err >&5
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
@@ -1353,7 +3116,7 @@
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
-@@ -23197,8 +23142,7 @@
+@@ -23222,8 +23132,7 @@
    cat conftest.err >&5
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
@@ -1363,7 +3126,7 @@
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
-@@ -23262,8 +23206,7 @@
+@@ -23287,8 +23196,7 @@
    cat conftest.err >&5
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
@@ -1373,7 +3136,7 @@
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
-@@ -23342,8 +23285,7 @@
+@@ -23367,8 +23275,7 @@
    cat conftest.err >&5
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
@@ -1383,7 +3146,7 @@
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
-@@ -23414,8 +23356,7 @@
+@@ -23439,8 +23346,7 @@
    cat conftest.err >&5
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
@@ -1393,7 +3156,7 @@
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
-@@ -23569,8 +23510,7 @@
+@@ -23591,8 +23497,7 @@
    cat conftest.err >&5
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
@@ -1403,7 +3166,59 @@
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
-@@ -27314,11 +27254,6 @@
+@@ -26330,9 +26235,8 @@
+    { (exit 1); exit 1; }; }
+ fi
+ 
+-       mv -f po/POTFILES po/POTFILES.tmp
+-        sed -e '/[[]encoding.*]/d' -e 's/[[].*] *//' < po/POTFILES.tmp > po/POTFILES
+-        rm -f po/POTFILES.tmp
++            ac_config_commands="$ac_config_commands po/stamp-it"
++
+ 
+ if test -z "${HAS_LIBXSS_TRUE}" && test -z "${HAS_LIBXSS_FALSE}"; then
+   { { echo "$as_me:$LINENO: error: conditional \"HAS_LIBXSS\" was never defined.
+@@ -26887,10 +26791,11 @@
+ #
+ 
+ AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
+-INTLTOOL_PERL='${INTLTOOL_PERL}' ac_aux_dir=${ac_aux_dir}
+-INTLTOOL_EXTRACT='${INTLTOOL_EXTRACT}' ICONV='${INTLTOOL_ICONV}'
+-MSGFMT='${INTLTOOL_MSGFMT}' MSGMERGE='${INTLTOOL_MSGMERGE}'
+-XGETTEXT='${INTLTOOL_XGETTEXT}'
++INTLTOOL_PERL='${INTLTOOL_PERL}' ac_aux_dir='${ac_aux_dir}'
++prefix="$prefix" exec_prefix="$exec_prefix" INTLTOOL_LIBDIR="$libdir"
++INTLTOOL_EXTRACT='${INTLTOOL_EXTRACT}' INTLTOOL_ICONV='${INTLTOOL_ICONV}'
++INTLTOOL_MSGFMT='${INTLTOOL_MSGFMT}' INTLTOOL_MSGMERGE='${INTLTOOL_MSGMERGE}'
++INTLTOOL_XGETTEXT='${INTLTOOL_XGETTEXT}'
+ 
+ 
+ _ACEOF
+@@ -26931,6 +26836,7 @@
+   "depfiles" ) CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
+   "intltool" ) CONFIG_COMMANDS="$CONFIG_COMMANDS intltool" ;;
+   "default-1" ) CONFIG_COMMANDS="$CONFIG_COMMANDS default-1" ;;
++  "po/stamp-it" ) CONFIG_COMMANDS="$CONFIG_COMMANDS po/stamp-it" ;;
+   "config.h" ) CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;;
+   *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
+ echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
+@@ -27125,6 +27031,7 @@
+ s, at INTLTOOL_CAVES_RULE@,$INTLTOOL_CAVES_RULE,;t t
+ s, at INTLTOOL_SCHEMAS_RULE@,$INTLTOOL_SCHEMAS_RULE,;t t
+ s, at INTLTOOL_THEME_RULE@,$INTLTOOL_THEME_RULE,;t t
++s, at INTLTOOL_SERVICE_RULE@,$INTLTOOL_SERVICE_RULE,;t t
+ s, at INTLTOOL_EXTRACT@,$INTLTOOL_EXTRACT,;t t
+ s, at INTLTOOL_MERGE@,$INTLTOOL_MERGE,;t t
+ s, at INTLTOOL_UPDATE@,$INTLTOOL_UPDATE,;t t
+@@ -27148,6 +27055,7 @@
+ s, at PO_IN_DATADIR_FALSE@,$PO_IN_DATADIR_FALSE,;t t
+ s, at POFILES@,$POFILES,;t t
+ s, at POSUB@,$POSUB,;t t
++s, at MKINSTALLDIRS@,$MKINSTALLDIRS,;t t
+ s, at SQLITE_CFLAGS@,$SQLITE_CFLAGS,;t t
+ s, at SQLITE_LIBS@,$SQLITE_LIBS,;t t
+ s, at SQLITE3_CFLAGS@,$SQLITE3_CFLAGS,;t t
+@@ -27420,11 +27328,6 @@
    *) ac_INSTALL=$ac_top_builddir$INSTALL ;;
    esac
  
@@ -1415,7 +3230,7 @@
    # Let's still pretend it is `configure' which instantiates (i.e., don't
    # use $as_me), people would be surprised to read:
    #    /* config.h.  Generated by config.status.  */
-@@ -27357,6 +27292,12 @@
+@@ -27463,6 +27366,12 @@
  	 fi;;
        esac
      done` || { (exit 1); exit 1; }
@@ -1428,9 +3243,419 @@
  _ACEOF
  cat >>$CONFIG_STATUS <<_ACEOF
    sed "$ac_vpsub
-diff -urNad beagle-0.2.3~/ltmain.sh beagle-0.2.3/ltmain.sh
---- beagle-0.2.3~/ltmain.sh	2006-03-04 19:43:05.000000000 +0100
-+++ beagle-0.2.3/ltmain.sh	2006-03-11 19:49:04.000000000 +0100
+@@ -27938,47 +27847,51 @@
+  ;;
+     intltool )
+ 
+-intltool_edit="-e 's#@INTLTOOL_EXTRACT@#`pwd`/intltool-extract#g' \
+-               -e 's#@INTLTOOL_ICONV@#${INTLTOOL_ICONV}#g' \
+-               -e 's#@INTLTOOL_MSGFMT@#${INTLTOOL_MSGFMT}#g' \
+-               -e 's#@INTLTOOL_MSGMERGE@#${INTLTOOL_MSGMERGE}#g' \
+-               -e 's#@INTLTOOL_XGETTEXT@#${INTLTOOL_XGETTEXT}#g' \
+-               -e 's#@INTLTOOL_PERL@#${INTLTOOL_PERL}#g'"
+-
+-eval sed ${intltool_edit} < ${ac_aux_dir}/intltool-extract.in \
+-  > intltool-extract.out
+-if cmp -s intltool-extract intltool-extract.out 2>/dev/null; then
+-  rm -f intltool-extract.out
+-else
+-  mv -f intltool-extract.out intltool-extract
+-fi
+-chmod ugo+x intltool-extract
+-chmod u+w intltool-extract
+-
+-eval sed ${intltool_edit} < ${ac_aux_dir}/intltool-merge.in \
+-  > intltool-merge.out
+-if cmp -s intltool-merge intltool-merge.out 2>/dev/null; then
+-  rm -f intltool-merge.out
+-else
+-  mv -f intltool-merge.out intltool-merge
+-fi
+-chmod ugo+x intltool-merge
+-chmod u+w intltool-merge
+-
+-eval sed ${intltool_edit} < ${ac_aux_dir}/intltool-update.in \
+-  > intltool-update.out
+-if cmp -s intltool-update intltool-update.out 2>/dev/null; then
+-  rm -f intltool-update.out
+-else
+-  mv -f intltool-update.out intltool-update
+-fi
+-chmod ugo+x intltool-update
+-chmod u+w intltool-update
++for file in intltool-extract intltool-merge intltool-update; do
++  sed -e "s|@INTLTOOL_EXTRACT@|`pwd`/intltool-extract|g" \
++      -e "s|@INTLTOOL_LIBDIR@|${INTLTOOL_LIBDIR}|g" \
++      -e "s|@INTLTOOL_ICONV@|${INTLTOOL_ICONV}|g" \
++      -e "s|@INTLTOOL_MSGFMT@|${INTLTOOL_MSGFMT}|g" \
++      -e "s|@INTLTOOL_MSGMERGE@|${INTLTOOL_MSGMERGE}|g" \
++      -e "s|@INTLTOOL_XGETTEXT@|${INTLTOOL_XGETTEXT}|g" \
++      -e "s|@INTLTOOL_PERL@|${INTLTOOL_PERL}|g" \
++	< ${ac_aux_dir}/${file}.in > ${file}.out
++  if cmp -s ${file} ${file}.out 2>/dev/null; then
++    rm -f ${file}.out
++  else
++    mv -f ${file}.out ${file}
++  fi
++  chmod ugo+x ${file}
++  chmod u+w ${file}
++done
+ 
+  ;;
+     default-1 ) case "$CONFIG_FILES" in *po/Makefile.in*)
+         sed -e "/POTFILES =/r po/POTFILES" po/Makefile.in > po/Makefile
+       esac ;;
++    po/stamp-it )
++    rm -f "po/stamp-it" "po/stamp-it.tmp" "po/POTFILES" "po/Makefile.tmp"
++    >"po/stamp-it.tmp"
++    sed '/^#/d
++	 s/^[[].*] *//
++	 /^[ 	]*$/d
++	'"s|^|	$ac_top_srcdir/|" \
++      "$srcdir/po/POTFILES.in" | sed '$!s/$/ \\/' >"po/POTFILES"
++
++    if test ! -f "po/Makefile"; then
++      { { echo "$as_me:$LINENO: error: po/Makefile is not ready." >&5
++echo "$as_me: error: po/Makefile is not ready." >&2;}
++   { (exit 1); exit 1; }; }
++    fi
++    mv "po/Makefile" "po/Makefile.tmp"
++    sed '/^POTFILES =/,/[^\\]$/ {
++		/^POTFILES =/!d
++		r po/POTFILES
++	  }
++	 ' "po/Makefile.tmp" >"po/Makefile"
++    rm -f "po/Makefile.tmp"
++    mv "po/stamp-it.tmp" "po/stamp-it"
++   ;;
+   esac
+ done
+ _ACEOF
+diff -urNad beagle-0.2.4~/configure.rej beagle-0.2.4/configure.rej
+--- beagle-0.2.4~/configure.rej	1970-01-01 01:00:00.000000000 +0100
++++ beagle-0.2.4/configure.rej	2006-04-08 15:46:39.000000000 +0200
+@@ -0,0 +1,318 @@
++***************
++*** 4060,4066 ****
++    ;;
++  *-*-irix6*)
++    # Find out which ABI we are using.
++-   echo '#line 4061 "configure"' > conftest.$ac_ext
++    if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
++    (eval $ac_compile) 2>&5
++    ac_status=$?
++--- 4054,4060 ----
++    ;;
++  *-*-irix6*)
++    # Find out which ABI we are using.
+++   echo '#line 4055 "configure"' > conftest.$ac_ext
++    if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
++    (eval $ac_compile) 2>&5
++    ac_status=$?
++***************
++*** 5659,5665 ****
++  
++  
++  # Provide some information about the compiler.
++- echo "$as_me:5660:" \
++       "checking for Fortran 77 compiler version" >&5
++  ac_compiler=`set X $ac_compile; echo $2`
++  { (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
++--- 5645,5651 ----
++  
++  
++  # Provide some information about the compiler.
+++ echo "$as_me:5646:" \
++       "checking for Fortran 77 compiler version" >&5
++  ac_compiler=`set X $ac_compile; echo $2`
++  { (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
++***************
++*** 6722,6732 ****
++     -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
++     -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
++     -e 's:$: $lt_compiler_flag:'`
++-    (eval echo "\"\$as_me:6723: $lt_compile\"" >&5)
++     (eval "$lt_compile" 2>conftest.err)
++     ac_status=$?
++     cat conftest.err >&5
++-    echo "$as_me:6727: \$? = $ac_status" >&5
++     if (exit $ac_status) && test -s "$ac_outfile"; then
++       # The compiler can only warn and ignore the option if not recognized
++       # So say no if there are warnings other than the usual output.
++--- 6706,6716 ----
++     -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
++     -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
++     -e 's:$: $lt_compiler_flag:'`
+++    (eval echo "\"\$as_me:6707: $lt_compile\"" >&5)
++     (eval "$lt_compile" 2>conftest.err)
++     ac_status=$?
++     cat conftest.err >&5
+++    echo "$as_me:6711: \$? = $ac_status" >&5
++     if (exit $ac_status) && test -s "$ac_outfile"; then
++       # The compiler can only warn and ignore the option if not recognized
++       # So say no if there are warnings other than the usual output.
++***************
++*** 6990,7000 ****
++     -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
++     -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
++     -e 's:$: $lt_compiler_flag:'`
++-    (eval echo "\"\$as_me:6991: $lt_compile\"" >&5)
++     (eval "$lt_compile" 2>conftest.err)
++     ac_status=$?
++     cat conftest.err >&5
++-    echo "$as_me:6995: \$? = $ac_status" >&5
++     if (exit $ac_status) && test -s "$ac_outfile"; then
++       # The compiler can only warn and ignore the option if not recognized
++       # So say no if there are warnings other than the usual output.
++--- 6974,6984 ----
++     -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
++     -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
++     -e 's:$: $lt_compiler_flag:'`
+++    (eval echo "\"\$as_me:6975: $lt_compile\"" >&5)
++     (eval "$lt_compile" 2>conftest.err)
++     ac_status=$?
++     cat conftest.err >&5
+++    echo "$as_me:6979: \$? = $ac_status" >&5
++     if (exit $ac_status) && test -s "$ac_outfile"; then
++       # The compiler can only warn and ignore the option if not recognized
++       # So say no if there are warnings other than the usual output.
++***************
++*** 7094,7104 ****
++     -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
++     -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
++     -e 's:$: $lt_compiler_flag:'`
++-    (eval echo "\"\$as_me:7095: $lt_compile\"" >&5)
++     (eval "$lt_compile" 2>out/conftest.err)
++     ac_status=$?
++     cat out/conftest.err >&5
++-    echo "$as_me:7099: \$? = $ac_status" >&5
++     if (exit $ac_status) && test -s out/conftest2.$ac_objext
++     then
++       # The compiler can only warn and ignore the option if not recognized
++--- 7078,7088 ----
++     -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
++     -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
++     -e 's:$: $lt_compiler_flag:'`
+++    (eval echo "\"\$as_me:7079: $lt_compile\"" >&5)
++     (eval "$lt_compile" 2>out/conftest.err)
++     ac_status=$?
++     cat out/conftest.err >&5
+++    echo "$as_me:7083: \$? = $ac_status" >&5
++     if (exit $ac_status) && test -s out/conftest2.$ac_objext
++     then
++       # The compiler can only warn and ignore the option if not recognized
++***************
++*** 9439,9445 ****
++    lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
++    lt_status=$lt_dlunknown
++    cat > conftest.$ac_ext <<EOF
++- #line 9440 "configure"
++  #include "confdefs.h"
++  
++  #if HAVE_DLFCN_H
++--- 9414,9420 ----
++    lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
++    lt_status=$lt_dlunknown
++    cat > conftest.$ac_ext <<EOF
+++ #line 9415 "configure"
++  #include "confdefs.h"
++  
++  #if HAVE_DLFCN_H
++***************
++*** 9539,9545 ****
++    lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
++    lt_status=$lt_dlunknown
++    cat > conftest.$ac_ext <<EOF
++- #line 9540 "configure"
++  #include "confdefs.h"
++  
++  #if HAVE_DLFCN_H
++--- 9514,9520 ----
++    lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
++    lt_status=$lt_dlunknown
++    cat > conftest.$ac_ext <<EOF
+++ #line 9515 "configure"
++  #include "confdefs.h"
++  
++  #if HAVE_DLFCN_H
++***************
++*** 11879,11889 ****
++     -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
++     -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
++     -e 's:$: $lt_compiler_flag:'`
++-    (eval echo "\"\$as_me:11880: $lt_compile\"" >&5)
++     (eval "$lt_compile" 2>conftest.err)
++     ac_status=$?
++     cat conftest.err >&5
++-    echo "$as_me:11884: \$? = $ac_status" >&5
++     if (exit $ac_status) && test -s "$ac_outfile"; then
++       # The compiler can only warn and ignore the option if not recognized
++       # So say no if there are warnings other than the usual output.
++--- 11852,11862 ----
++     -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
++     -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
++     -e 's:$: $lt_compiler_flag:'`
+++    (eval echo "\"\$as_me:11853: $lt_compile\"" >&5)
++     (eval "$lt_compile" 2>conftest.err)
++     ac_status=$?
++     cat conftest.err >&5
+++    echo "$as_me:11857: \$? = $ac_status" >&5
++     if (exit $ac_status) && test -s "$ac_outfile"; then
++       # The compiler can only warn and ignore the option if not recognized
++       # So say no if there are warnings other than the usual output.
++***************
++*** 11983,11993 ****
++     -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
++     -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
++     -e 's:$: $lt_compiler_flag:'`
++-    (eval echo "\"\$as_me:11984: $lt_compile\"" >&5)
++     (eval "$lt_compile" 2>out/conftest.err)
++     ac_status=$?
++     cat out/conftest.err >&5
++-    echo "$as_me:11988: \$? = $ac_status" >&5
++     if (exit $ac_status) && test -s out/conftest2.$ac_objext
++     then
++       # The compiler can only warn and ignore the option if not recognized
++--- 11956,11966 ----
++     -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
++     -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
++     -e 's:$: $lt_compiler_flag:'`
+++    (eval echo "\"\$as_me:11957: $lt_compile\"" >&5)
++     (eval "$lt_compile" 2>out/conftest.err)
++     ac_status=$?
++     cat out/conftest.err >&5
+++    echo "$as_me:11961: \$? = $ac_status" >&5
++     if (exit $ac_status) && test -s out/conftest2.$ac_objext
++     then
++       # The compiler can only warn and ignore the option if not recognized
++***************
++*** 13553,13563 ****
++     -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
++     -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
++     -e 's:$: $lt_compiler_flag:'`
++-    (eval echo "\"\$as_me:13554: $lt_compile\"" >&5)
++     (eval "$lt_compile" 2>conftest.err)
++     ac_status=$?
++     cat conftest.err >&5
++-    echo "$as_me:13558: \$? = $ac_status" >&5
++     if (exit $ac_status) && test -s "$ac_outfile"; then
++       # The compiler can only warn and ignore the option if not recognized
++       # So say no if there are warnings other than the usual output.
++--- 13526,13536 ----
++     -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
++     -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
++     -e 's:$: $lt_compiler_flag:'`
+++    (eval echo "\"\$as_me:13527: $lt_compile\"" >&5)
++     (eval "$lt_compile" 2>conftest.err)
++     ac_status=$?
++     cat conftest.err >&5
+++    echo "$as_me:13531: \$? = $ac_status" >&5
++     if (exit $ac_status) && test -s "$ac_outfile"; then
++       # The compiler can only warn and ignore the option if not recognized
++       # So say no if there are warnings other than the usual output.
++***************
++*** 13657,13667 ****
++     -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
++     -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
++     -e 's:$: $lt_compiler_flag:'`
++-    (eval echo "\"\$as_me:13658: $lt_compile\"" >&5)
++     (eval "$lt_compile" 2>out/conftest.err)
++     ac_status=$?
++     cat out/conftest.err >&5
++-    echo "$as_me:13662: \$? = $ac_status" >&5
++     if (exit $ac_status) && test -s out/conftest2.$ac_objext
++     then
++       # The compiler can only warn and ignore the option if not recognized
++--- 13630,13640 ----
++     -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
++     -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
++     -e 's:$: $lt_compiler_flag:'`
+++    (eval echo "\"\$as_me:13631: $lt_compile\"" >&5)
++     (eval "$lt_compile" 2>out/conftest.err)
++     ac_status=$?
++     cat out/conftest.err >&5
+++    echo "$as_me:13635: \$? = $ac_status" >&5
++     if (exit $ac_status) && test -s out/conftest2.$ac_objext
++     then
++       # The compiler can only warn and ignore the option if not recognized
++***************
++*** 15860,15870 ****
++     -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
++     -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
++     -e 's:$: $lt_compiler_flag:'`
++-    (eval echo "\"\$as_me:15861: $lt_compile\"" >&5)
++     (eval "$lt_compile" 2>conftest.err)
++     ac_status=$?
++     cat conftest.err >&5
++-    echo "$as_me:15865: \$? = $ac_status" >&5
++     if (exit $ac_status) && test -s "$ac_outfile"; then
++       # The compiler can only warn and ignore the option if not recognized
++       # So say no if there are warnings other than the usual output.
++--- 15831,15841 ----
++     -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
++     -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
++     -e 's:$: $lt_compiler_flag:'`
+++    (eval echo "\"\$as_me:15832: $lt_compile\"" >&5)
++     (eval "$lt_compile" 2>conftest.err)
++     ac_status=$?
++     cat conftest.err >&5
+++    echo "$as_me:15836: \$? = $ac_status" >&5
++     if (exit $ac_status) && test -s "$ac_outfile"; then
++       # The compiler can only warn and ignore the option if not recognized
++       # So say no if there are warnings other than the usual output.
++***************
++*** 16128,16138 ****
++     -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
++     -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
++     -e 's:$: $lt_compiler_flag:'`
++-    (eval echo "\"\$as_me:16129: $lt_compile\"" >&5)
++     (eval "$lt_compile" 2>conftest.err)
++     ac_status=$?
++     cat conftest.err >&5
++-    echo "$as_me:16133: \$? = $ac_status" >&5
++     if (exit $ac_status) && test -s "$ac_outfile"; then
++       # The compiler can only warn and ignore the option if not recognized
++       # So say no if there are warnings other than the usual output.
++--- 16099,16109 ----
++     -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
++     -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
++     -e 's:$: $lt_compiler_flag:'`
+++    (eval echo "\"\$as_me:16100: $lt_compile\"" >&5)
++     (eval "$lt_compile" 2>conftest.err)
++     ac_status=$?
++     cat conftest.err >&5
+++    echo "$as_me:16104: \$? = $ac_status" >&5
++     if (exit $ac_status) && test -s "$ac_outfile"; then
++       # The compiler can only warn and ignore the option if not recognized
++       # So say no if there are warnings other than the usual output.
++***************
++*** 16232,16242 ****
++     -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
++     -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
++     -e 's:$: $lt_compiler_flag:'`
++-    (eval echo "\"\$as_me:16233: $lt_compile\"" >&5)
++     (eval "$lt_compile" 2>out/conftest.err)
++     ac_status=$?
++     cat out/conftest.err >&5
++-    echo "$as_me:16237: \$? = $ac_status" >&5
++     if (exit $ac_status) && test -s out/conftest2.$ac_objext
++     then
++       # The compiler can only warn and ignore the option if not recognized
++--- 16203,16213 ----
++     -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
++     -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
++     -e 's:$: $lt_compiler_flag:'`
+++    (eval echo "\"\$as_me:16204: $lt_compile\"" >&5)
++     (eval "$lt_compile" 2>out/conftest.err)
++     ac_status=$?
++     cat out/conftest.err >&5
+++    echo "$as_me:16208: \$? = $ac_status" >&5
++     if (exit $ac_status) && test -s out/conftest2.$ac_objext
++     then
++       # The compiler can only warn and ignore the option if not recognized
+diff -urNad beagle-0.2.4~/ltmain.sh beagle-0.2.4/ltmain.sh
+--- beagle-0.2.4~/ltmain.sh	2006-03-04 19:43:05.000000000 +0100
++++ beagle-0.2.4/ltmain.sh	2006-03-11 19:49:04.000000000 +0100
 @@ -43,7 +43,7 @@
  
  PROGRAM=ltmain.sh




More information about the Pkg-mono-svn-commits mailing list