Changeset 249

Show
Ignore:
Timestamp:
04/16/08 10:57:46 (4 years ago)
Author:
ath
Message:

Really build libmarlin.

Location:
trunk/fm_gui
Files:
11 modified

Legend:

Unmodified
Added
Removed
  • trunk/fm_gui/Makefile.in

    r220 r249  
    1 # Makefile.in generated by automake 1.10 from Makefile.am. 
     1# Makefile.in generated by automake 1.10.1 from Makefile.am. 
    22# @configure_input@ 
    33 
    44# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 
    5 # 2003, 2004, 2005, 2006  Free Software Foundation, Inc. 
     5# 2003, 2004, 2005, 2006, 2007, 2008  Free Software Foundation, Inc. 
    66# This Makefile.in is free software; the Free Software Foundation 
    77# gives unlimited permission to copy and/or distribute it, 
     
    4040        install-sh ltmain.sh missing mkinstalldirs 
    4141ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 
    42 am__aclocal_m4_deps = $(top_srcdir)/m4/gettext.m4 \ 
    43         $(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/lib-ld.m4 \ 
    44         $(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \ 
    45         $(top_srcdir)/m4/nls.m4 $(top_srcdir)/m4/po.m4 \ 
    46         $(top_srcdir)/m4/progtest.m4 $(top_srcdir)/acinclude.m4 \ 
     42am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \ 
    4743        $(top_srcdir)/configure.ac 
    4844am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 
     
    110106DEPDIR = @DEPDIR@ 
    111107DLLTOOL = @DLLTOOL@ 
     108DSYMUTIL = @DSYMUTIL@ 
    112109ECHO = @ECHO@ 
    113110ECHO_C = @ECHO_C@ 
     
    120117FM_GUI_CFLAGS = @FM_GUI_CFLAGS@ 
    121118FM_GUI_LIBS = @FM_GUI_LIBS@ 
     119GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@ 
    122120GMSGFMT = @GMSGFMT@ 
    123121GMSGFMT_015 = @GMSGFMT_015@ 
     122GNOME_STUFF_CFLAGS = @GNOME_STUFF_CFLAGS@ 
     123GNOME_STUFF_LIBS = @GNOME_STUFF_LIBS@ 
    124124GREP = @GREP@ 
     125GSTREAMER_CFLAGS = @GSTREAMER_CFLAGS@ 
     126GSTREAMER_LIBS = @GSTREAMER_LIBS@ 
    125127INSTALL = @INSTALL@ 
    126128INSTALL_DATA = @INSTALL_DATA@ 
     
    145147MSGFMT_015 = @MSGFMT_015@ 
    146148MSGMERGE = @MSGMERGE@ 
     149NMEDIT = @NMEDIT@ 
    147150NO_PREFIX_PACKAGE_DATA_DIR = @NO_PREFIX_PACKAGE_DATA_DIR@ 
    148151NO_PREFIX_PACKAGE_DOC_DIR = @NO_PREFIX_PACKAGE_DOC_DIR@ 
     
    178181XGETTEXT = @XGETTEXT@ 
    179182XGETTEXT_015 = @XGETTEXT_015@ 
     183XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@ 
    180184abs_builddir = @abs_builddir@ 
    181185abs_srcdir = @abs_srcdir@ 
     
    399403            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 
    400404          done | \ 
    401           $(AWK) '    { files[$$0] = 1; } \ 
    402                END { for (i in files) print i; }'`; \ 
     405          $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \ 
     406              END { if (nonempty) { for (i in files) print i; }; }'`; \ 
    403407        mkid -fID $$unique 
    404408tags: TAGS 
     
    425429            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 
    426430          done | \ 
    427           $(AWK) '    { files[$$0] = 1; } \ 
    428                END { for (i in files) print i; }'`; \ 
     431          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 
     432              END { if (nonempty) { for (i in files) print i; }; }'`; \ 
    429433        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \ 
    430434          test -n "$$unique" || unique=$$empty_fix; \ 
     
    436440                $(TAGS_FILES) $(LISP) 
    437441        tags=; \ 
    438         here=`pwd`; \ 
    439442        list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \ 
    440443        unique=`for i in $$list; do \ 
    441444            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 
    442445          done | \ 
    443           $(AWK) '    { files[$$0] = 1; } \ 
    444                END { for (i in files) print i; }'`; \ 
     446          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 
     447              END { if (nonempty) { for (i in files) print i; }; }'`; \ 
    445448        test -z "$(CTAGS_ARGS)$$tags$$unique" \ 
    446449          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 
     
    513516        $(am__remove_distdir) 
    514517 
     518dist-lzma: distdir 
     519        tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma 
     520        $(am__remove_distdir) 
     521 
    515522dist-tarZ: distdir 
    516523        tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z 
     
    539546        *.tar.bz2*) \ 
    540547          bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\ 
     548        *.tar.lzma*) \ 
     549          unlzma -c $(distdir).tar.lzma | $(am__untar) ;;\ 
    541550        *.tar.Z*) \ 
    542551          uncompress -c $(distdir).tar.Z | $(am__untar) ;;\ 
     
    693702        all all-am am--refresh check check-am clean clean-generic \ 
    694703        clean-libtool ctags ctags-recursive dist dist-all dist-bzip2 \ 
    695         dist-gzip dist-shar dist-tarZ dist-zip distcheck distclean \ 
    696         distclean-generic distclean-hdr distclean-libtool \ 
     704        dist-gzip dist-lzma dist-shar dist-tarZ dist-zip distcheck \ 
     705        distclean distclean-generic distclean-hdr distclean-libtool \ 
    697706        distclean-tags distcleancheck distdir distuninstallcheck dvi \ 
    698707        dvi-am html html-am info info-am install install-am \ 
  • trunk/fm_gui/aclocal.m4

    r220 r249  
    1 # generated automatically by aclocal 1.10 -*- Autoconf -*- 
     1# generated automatically by aclocal 1.10.1 -*- Autoconf -*- 
    22 
    33# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 
    4 # 2005, 2006  Free Software Foundation, Inc. 
     4# 2005, 2006, 2007, 2008  Free Software Foundation, Inc. 
    55# This file is free software; the Free Software Foundation 
    66# gives unlimited permission to copy and/or distribute it, 
     
    1212# PARTICULAR PURPOSE. 
    1313 
    14 m4_if(m4_PACKAGE_VERSION, [2.61],, 
    15 [m4_fatal([this file was generated for autoconf 2.61. 
    16 You have another version of autoconf.  If you want to use that, 
    17 you should regenerate the build system entirely.], [63])]) 
     14m4_ifndef([AC_AUTOCONF_VERSION], 
     15  [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl 
     16m4_if(AC_AUTOCONF_VERSION, [2.61],, 
     17[m4_warning([this file was generated for autoconf 2.61. 
     18You have another version of autoconf.  It may work, but is not guaranteed to. 
     19If you have problems, you may need to regenerate the build system entirely. 
     20To do so, use the procedure documented by the package, typically `autoreconf'.])]) 
     21 
     22# gettext.m4 serial 60 (gettext-0.17) 
     23dnl Copyright (C) 1995-2007 Free Software Foundation, Inc. 
     24dnl This file is free software; the Free Software Foundation 
     25dnl gives unlimited permission to copy and/or distribute it, 
     26dnl with or without modifications, as long as this notice is preserved. 
     27dnl 
     28dnl This file can can be used in projects which are not available under 
     29dnl the GNU General Public License or the GNU Library General Public 
     30dnl License but which still want to provide support for the GNU gettext 
     31dnl functionality. 
     32dnl Please note that the actual code of the GNU gettext library is covered 
     33dnl by the GNU Library General Public License, and the rest of the GNU 
     34dnl gettext package package is covered by the GNU General Public License. 
     35dnl They are *not* in the public domain. 
     36 
     37dnl Authors: 
     38dnl   Ulrich Drepper <drepper@cygnus.com>, 1995-2000. 
     39dnl   Bruno Haible <haible@clisp.cons.org>, 2000-2006. 
     40 
     41dnl Macro to add for using GNU gettext. 
     42 
     43dnl Usage: AM_GNU_GETTEXT([INTLSYMBOL], [NEEDSYMBOL], [INTLDIR]). 
     44dnl INTLSYMBOL can be one of 'external', 'no-libtool', 'use-libtool'. The 
     45dnl    default (if it is not specified or empty) is 'no-libtool'. 
     46dnl    INTLSYMBOL should be 'external' for packages with no intl directory, 
     47dnl    and 'no-libtool' or 'use-libtool' for packages with an intl directory. 
     48dnl    If INTLSYMBOL is 'use-libtool', then a libtool library 
     49dnl    $(top_builddir)/intl/libintl.la will be created (shared and/or static, 
     50dnl    depending on --{enable,disable}-{shared,static} and on the presence of 
     51dnl    AM-DISABLE-SHARED). If INTLSYMBOL is 'no-libtool', a static library 
     52dnl    $(top_builddir)/intl/libintl.a will be created. 
     53dnl If NEEDSYMBOL is specified and is 'need-ngettext', then GNU gettext 
     54dnl    implementations (in libc or libintl) without the ngettext() function 
     55dnl    will be ignored.  If NEEDSYMBOL is specified and is 
     56dnl    'need-formatstring-macros', then GNU gettext implementations that don't 
     57dnl    support the ISO C 99 <inttypes.h> formatstring macros will be ignored. 
     58dnl INTLDIR is used to find the intl libraries.  If empty, 
     59dnl    the value `$(top_builddir)/intl/' is used. 
     60dnl 
     61dnl The result of the configuration is one of three cases: 
     62dnl 1) GNU gettext, as included in the intl subdirectory, will be compiled 
     63dnl    and used. 
     64dnl    Catalog format: GNU --> install in $(datadir) 
     65dnl    Catalog extension: .mo after installation, .gmo in source tree 
     66dnl 2) GNU gettext has been found in the system's C library. 
     67dnl    Catalog format: GNU --> install in $(datadir) 
     68dnl    Catalog extension: .mo after installation, .gmo in source tree 
     69dnl 3) No internationalization, always use English msgid. 
     70dnl    Catalog format: none 
     71dnl    Catalog extension: none 
     72dnl If INTLSYMBOL is 'external', only cases 2 and 3 can occur. 
     73dnl The use of .gmo is historical (it was needed to avoid overwriting the 
     74dnl GNU format catalogs when building on a platform with an X/Open gettext), 
     75dnl but we keep it in order not to force irrelevant filename changes on the 
     76dnl maintainers. 
     77dnl 
     78AC_DEFUN([AM_GNU_GETTEXT], 
     79[ 
     80  dnl Argument checking. 
     81  ifelse([$1], [], , [ifelse([$1], [external], , [ifelse([$1], [no-libtool], , [ifelse([$1], [use-libtool], , 
     82    [errprint([ERROR: invalid first argument to AM_GNU_GETTEXT 
     83])])])])]) 
     84  ifelse([$2], [], , [ifelse([$2], [need-ngettext], , [ifelse([$2], [need-formatstring-macros], , 
     85    [errprint([ERROR: invalid second argument to AM_GNU_GETTEXT 
     86])])])]) 
     87  define([gt_included_intl], 
     88    ifelse([$1], [external], 
     89      ifdef([AM_GNU_GETTEXT_][INTL_SUBDIR], [yes], [no]), 
     90      [yes])) 
     91  define([gt_libtool_suffix_prefix], ifelse([$1], [use-libtool], [l], [])) 
     92  gt_NEEDS_INIT 
     93  AM_GNU_GETTEXT_NEED([$2]) 
     94 
     95  AC_REQUIRE([AM_PO_SUBDIRS])dnl 
     96  ifelse(gt_included_intl, yes, [ 
     97    AC_REQUIRE([AM_INTL_SUBDIR])dnl 
     98  ]) 
     99 
     100  dnl Prerequisites of AC_LIB_LINKFLAGS_BODY. 
     101  AC_REQUIRE([AC_LIB_PREPARE_PREFIX]) 
     102  AC_REQUIRE([AC_LIB_RPATH]) 
     103 
     104  dnl Sometimes libintl requires libiconv, so first search for libiconv. 
     105  dnl Ideally we would do this search only after the 
     106  dnl      if test "$USE_NLS" = "yes"; then 
     107  dnl        if { eval "gt_val=\$$gt_func_gnugettext_libc"; test "$gt_val" != "yes"; }; then 
     108  dnl tests. But if configure.in invokes AM_ICONV after AM_GNU_GETTEXT 
     109  dnl the configure script would need to contain the same shell code 
     110  dnl again, outside any 'if'. There are two solutions: 
     111  dnl - Invoke AM_ICONV_LINKFLAGS_BODY here, outside any 'if'. 
     112  dnl - Control the expansions in more detail using AC_PROVIDE_IFELSE. 
     113  dnl Since AC_PROVIDE_IFELSE is only in autoconf >= 2.52 and not 
     114  dnl documented, we avoid it. 
     115  ifelse(gt_included_intl, yes, , [ 
     116    AC_REQUIRE([AM_ICONV_LINKFLAGS_BODY]) 
     117  ]) 
     118 
     119  dnl Sometimes, on MacOS X, libintl requires linking with CoreFoundation. 
     120  gt_INTL_MACOSX 
     121 
     122  dnl Set USE_NLS. 
     123  AC_REQUIRE([AM_NLS]) 
     124 
     125  ifelse(gt_included_intl, yes, [ 
     126    BUILD_INCLUDED_LIBINTL=no 
     127    USE_INCLUDED_LIBINTL=no 
     128  ]) 
     129  LIBINTL= 
     130  LTLIBINTL= 
     131  POSUB= 
     132 
     133  dnl Add a version number to the cache macros. 
     134  case " $gt_needs " in 
     135    *" need-formatstring-macros "*) gt_api_version=3 ;; 
     136    *" need-ngettext "*) gt_api_version=2 ;; 
     137    *) gt_api_version=1 ;; 
     138  esac 
     139  gt_func_gnugettext_libc="gt_cv_func_gnugettext${gt_api_version}_libc" 
     140  gt_func_gnugettext_libintl="gt_cv_func_gnugettext${gt_api_version}_libintl" 
     141 
     142  dnl If we use NLS figure out what method 
     143  if test "$USE_NLS" = "yes"; then 
     144    gt_use_preinstalled_gnugettext=no 
     145    ifelse(gt_included_intl, yes, [ 
     146      AC_MSG_CHECKING([whether included gettext is requested]) 
     147      AC_ARG_WITH(included-gettext, 
     148        [  --with-included-gettext use the GNU gettext library included here], 
     149        nls_cv_force_use_gnu_gettext=$withval, 
     150        nls_cv_force_use_gnu_gettext=no) 
     151      AC_MSG_RESULT($nls_cv_force_use_gnu_gettext) 
     152 
     153      nls_cv_use_gnu_gettext="$nls_cv_force_use_gnu_gettext" 
     154      if test "$nls_cv_force_use_gnu_gettext" != "yes"; then 
     155    ]) 
     156        dnl User does not insist on using GNU NLS library.  Figure out what 
     157        dnl to use.  If GNU gettext is available we use this.  Else we have 
     158        dnl to fall back to GNU NLS library. 
     159 
     160        if test $gt_api_version -ge 3; then 
     161          gt_revision_test_code=' 
     162#ifndef __GNU_GETTEXT_SUPPORTED_REVISION 
     163#define __GNU_GETTEXT_SUPPORTED_REVISION(major) ((major) == 0 ? 0 : -1) 
     164#endif 
     165changequote(,)dnl 
     166typedef int array [2 * (__GNU_GETTEXT_SUPPORTED_REVISION(0) >= 1) - 1]; 
     167changequote([,])dnl 
     168' 
     169        else 
     170          gt_revision_test_code= 
     171        fi 
     172        if test $gt_api_version -ge 2; then 
     173          gt_expression_test_code=' + * ngettext ("", "", 0)' 
     174        else 
     175          gt_expression_test_code= 
     176        fi 
     177 
     178        AC_CACHE_CHECK([for GNU gettext in libc], [$gt_func_gnugettext_libc], 
     179         [AC_TRY_LINK([#include <libintl.h> 
     180$gt_revision_test_code 
     181extern int _nl_msg_cat_cntr; 
     182extern int *_nl_domain_bindings;], 
     183            [bindtextdomain ("", ""); 
     184return * gettext ("")$gt_expression_test_code + _nl_msg_cat_cntr + *_nl_domain_bindings], 
     185            [eval "$gt_func_gnugettext_libc=yes"], 
     186            [eval "$gt_func_gnugettext_libc=no"])]) 
     187 
     188        if { eval "gt_val=\$$gt_func_gnugettext_libc"; test "$gt_val" != "yes"; }; then 
     189          dnl Sometimes libintl requires libiconv, so first search for libiconv. 
     190          ifelse(gt_included_intl, yes, , [ 
     191            AM_ICONV_LINK 
     192          ]) 
     193          dnl Search for libintl and define LIBINTL, LTLIBINTL and INCINTL 
     194          dnl accordingly. Don't use AC_LIB_LINKFLAGS_BODY([intl],[iconv]) 
     195          dnl because that would add "-liconv" to LIBINTL and LTLIBINTL 
     196          dnl even if libiconv doesn't exist. 
     197          AC_LIB_LINKFLAGS_BODY([intl]) 
     198          AC_CACHE_CHECK([for GNU gettext in libintl], 
     199            [$gt_func_gnugettext_libintl], 
     200           [gt_save_CPPFLAGS="$CPPFLAGS" 
     201            CPPFLAGS="$CPPFLAGS $INCINTL" 
     202            gt_save_LIBS="$LIBS" 
     203            LIBS="$LIBS $LIBINTL" 
     204            dnl Now see whether libintl exists and does not depend on libiconv. 
     205            AC_TRY_LINK([#include <libintl.h> 
     206$gt_revision_test_code 
     207extern int _nl_msg_cat_cntr; 
     208extern 
     209#ifdef __cplusplus 
     210"C" 
     211#endif 
     212const char *_nl_expand_alias (const char *);], 
     213              [bindtextdomain ("", ""); 
     214return * gettext ("")$gt_expression_test_code + _nl_msg_cat_cntr + *_nl_expand_alias ("")], 
     215              [eval "$gt_func_gnugettext_libintl=yes"], 
     216              [eval "$gt_func_gnugettext_libintl=no"]) 
     217            dnl Now see whether libintl exists and depends on libiconv. 
     218            if { eval "gt_val=\$$gt_func_gnugettext_libintl"; test "$gt_val" != yes; } && test -n "$LIBICONV"; then 
     219              LIBS="$LIBS $LIBICONV" 
     220              AC_TRY_LINK([#include <libintl.h> 
     221$gt_revision_test_code 
     222extern int _nl_msg_cat_cntr; 
     223extern 
     224#ifdef __cplusplus 
     225"C" 
     226#endif 
     227const char *_nl_expand_alias (const char *);], 
     228                [bindtextdomain ("", ""); 
     229return * gettext ("")$gt_expression_test_code + _nl_msg_cat_cntr + *_nl_expand_alias ("")], 
     230               [LIBINTL="$LIBINTL $LIBICONV" 
     231                LTLIBINTL="$LTLIBINTL $LTLIBICONV" 
     232                eval "$gt_func_gnugettext_libintl=yes" 
     233               ]) 
     234            fi 
     235            CPPFLAGS="$gt_save_CPPFLAGS" 
     236            LIBS="$gt_save_LIBS"]) 
     237        fi 
     238 
     239        dnl If an already present or preinstalled GNU gettext() is found, 
     240        dnl use it.  But if this macro is used in GNU gettext, and GNU 
     241        dnl gettext is already preinstalled in libintl, we update this 
     242        dnl libintl.  (Cf. the install rule in intl/Makefile.in.) 
     243        if { eval "gt_val=\$$gt_func_gnugettext_libc"; test "$gt_val" = "yes"; } \ 
     244           || { { eval "gt_val=\$$gt_func_gnugettext_libintl"; test "$gt_val" = "yes"; } \ 
     245                && test "$PACKAGE" != gettext-runtime \ 
     246                && test "$PACKAGE" != gettext-tools; }; then 
     247          gt_use_preinstalled_gnugettext=yes 
     248        else 
     249          dnl Reset the values set by searching for libintl. 
     250          LIBINTL= 
     251          LTLIBINTL= 
     252          INCINTL= 
     253        fi 
     254 
     255    ifelse(gt_included_intl, yes, [ 
     256        if test "$gt_use_preinstalled_gnugettext" != "yes"; then 
     257          dnl GNU gettext is not found in the C library. 
     258          dnl Fall back on included GNU gettext library. 
     259          nls_cv_use_gnu_gettext=yes 
     260        fi 
     261      fi 
     262 
     263      if test "$nls_cv_use_gnu_gettext" = "yes"; then 
     264        dnl Mark actions used to generate GNU NLS library. 
     265        BUILD_INCLUDED_LIBINTL=yes 
     266        USE_INCLUDED_LIBINTL=yes 
     267        LIBINTL="ifelse([$3],[],\${top_builddir}/intl,[$3])/libintl.[]gt_libtool_suffix_prefix[]a $LIBICONV $LIBTHREAD" 
     268        LTLIBINTL="ifelse([$3],[],\${top_builddir}/intl,[$3])/libintl.[]gt_libtool_suffix_prefix[]a $LTLIBICONV $LTLIBTHREAD" 
     269        LIBS=`echo " $LIBS " | sed -e 's/ -lintl / /' -e 's/^ //' -e 's/ $//'` 
     270      fi 
     271 
     272      CATOBJEXT= 
     273      if test "$gt_use_preinstalled_gnugettext" = "yes" \ 
     274         || test "$nls_cv_use_gnu_gettext" = "yes"; then 
     275        dnl Mark actions to use GNU gettext tools. 
     276        CATOBJEXT=.gmo 
     277      fi 
     278    ]) 
     279 
     280    if test -n "$INTL_MACOSX_LIBS"; then 
     281      if test "$gt_use_preinstalled_gnugettext" = "yes" \ 
     282         || test "$nls_cv_use_gnu_gettext" = "yes"; then 
     283        dnl Some extra flags are needed during linking. 
     284        LIBINTL="$LIBINTL $INTL_MACOSX_LIBS" 
     285        LTLIBINTL="$LTLIBINTL $INTL_MACOSX_LIBS" 
     286      fi 
     287    fi 
     288 
     289    if test "$gt_use_preinstalled_gnugettext" = "yes" \ 
     290       || test "$nls_cv_use_gnu_gettext" = "yes"; then 
     291      AC_DEFINE(ENABLE_NLS, 1, 
     292        [Define to 1 if translation of program messages to the user's native language 
     293   is requested.]) 
     294    else 
     295      USE_NLS=no 
     296    fi 
     297  fi 
     298 
     299  AC_MSG_CHECKING([whether to use NLS]) 
     300  AC_MSG_RESULT([$USE_NLS]) 
     301  if test "$USE_NLS" = "yes"; then 
     302    AC_MSG_CHECKING([where the gettext function comes from]) 
     303    if test "$gt_use_preinstalled_gnugettext" = "yes"; then 
     304      if { eval "gt_val=\$$gt_func_gnugettext_libintl"; test "$gt_val" = "yes"; }; then 
     305        gt_source="external libintl" 
     306      else 
     307        gt_source="libc" 
     308      fi 
     309    else 
     310      gt_source="included intl directory" 
     311    fi 
     312    AC_MSG_RESULT([$gt_source]) 
     313  fi 
     314 
     315  if test "$USE_NLS" = "yes"; then 
     316 
     317    if test "$gt_use_preinstalled_gnugettext" = "yes"; then 
     318      if { eval "gt_val=\$$gt_func_gnugettext_libintl"; test "$gt_val" = "yes"; }; then 
     319        AC_MSG_CHECKING([how to link with libintl]) 
     320        AC_MSG_RESULT([$LIBINTL]) 
     321        AC_LIB_APPENDTOVAR([CPPFLAGS], [$INCINTL]) 
     322      fi 
     323 
     324      dnl For backward compatibility. Some packages may be using this. 
     325      AC_DEFINE(HAVE_GETTEXT, 1, 
     326       [Define if the GNU gettext() function is already present or preinstalled.]) 
     327      AC_DEFINE(HAVE_DCGETTEXT, 1, 
     328       [Define if the GNU dcgettext() function is already present or preinstalled.]) 
     329    fi 
     330 
     331    dnl We need to process the po/ directory. 
     332    POSUB=po 
     333  fi 
     334 
     335  ifelse(gt_included_intl, yes, [ 
     336    dnl If this is used in GNU gettext we have to set BUILD_INCLUDED_LIBINTL 
     337    dnl to 'yes' because some of the testsuite requires it. 
     338    if test "$PACKAGE" = gettext-runtime || test "$PACKAGE" = gettext-tools; then 
     339      BUILD_INCLUDED_LIBINTL=yes 
     340    fi 
     341 
     342    dnl Make all variables we use known to autoconf. 
     343    AC_SUBST(BUILD_INCLUDED_LIBINTL) 
     344    AC_SUBST(USE_INCLUDED_LIBINTL) 
     345    AC_SUBST(CATOBJEXT) 
     346 
     347    dnl For backward compatibility. Some configure.ins may be using this. 
     348    nls_cv_header_intl= 
     349    nls_cv_header_libgt= 
     350 
     351    dnl For backward compatibility. Some Makefiles may be using this. 
     352    DATADIRNAME=share 
     353    AC_SUBST(DATADIRNAME) 
     354 
     355    dnl For backward compatibility. Some Makefiles may be using this. 
     356    INSTOBJEXT=.mo 
     357    AC_SUBST(INSTOBJEXT) 
     358 
     359    dnl For backward compatibility. Some Makefiles may be using this. 
     360    GENCAT=gencat 
     361    AC_SUBST(GENCAT) 
     362 
     363    dnl For backward compatibility. Some Makefiles may be using this. 
     364    INTLOBJS= 
     365    if test "$USE_INCLUDED_LIBINTL" = yes; then 
     366      INTLOBJS="\$(GETTOBJS)" 
     367    fi 
     368    AC_SUBST(INTLOBJS) 
     369 
     370    dnl Enable libtool support if the surrounding package wishes it. 
     371    INTL_LIBTOOL_SUFFIX_PREFIX=gt_libtool_suffix_prefix 
     372    AC_SUBST(INTL_LIBTOOL_SUFFIX_PREFIX) 
     373  ]) 
     374 
     375  dnl For backward compatibility. Some Makefiles may be using this. 
     376  INTLLIBS="$LIBINTL" 
     377  AC_SUBST(INTLLIBS) 
     378 
     379  dnl Make all documented variables known to autoconf. 
     380  AC_SUBST(LIBINTL) 
     381  AC_SUBST(LTLIBINTL) 
     382  AC_SUBST(POSUB) 
     383]) 
     384 
     385 
     386dnl gt_NEEDS_INIT ensures that the gt_needs variable is initialized. 
     387m4_define([gt_NEEDS_INIT], 
     388[ 
     389  m4_divert_text([DEFAULTS], [gt_needs=]) 
     390  m4_define([gt_NEEDS_INIT], []) 
     391]) 
     392 
     393 
     394dnl Usage: AM_GNU_GETTEXT_NEED([NEEDSYMBOL]) 
     395AC_DEFUN([AM_GNU_GETTEXT_NEED], 
     396[ 
     397  m4_divert_text([INIT_PREPARE], [gt_needs="$gt_needs $1"]) 
     398]) 
     399 
     400 
     401dnl Usage: AM_GNU_GETTEXT_VERSION([gettext-version]) 
     402AC_DEFUN([AM_GNU_GETTEXT_VERSION], []) 
     403 
     404# iconv.m4 serial AM6 (gettext-0.17) 
     405dnl Copyright (C) 2000-2002, 2007 Free Software Foundation, Inc. 
     406dnl This file is free software; the Free Software Foundation 
     407dnl gives unlimited permission to copy and/or distribute it, 
     408dnl with or without modifications, as long as this notice is preserved. 
     409 
     410dnl From Bruno Haible. 
     411 
     412AC_DEFUN([AM_ICONV_LINKFLAGS_BODY], 
     413[ 
     414  dnl Prerequisites of AC_LIB_LINKFLAGS_BODY. 
     415  AC_REQUIRE([AC_LIB_PREPARE_PREFIX]) 
     416  AC_REQUIRE([AC_LIB_RPATH]) 
     417 
     418  dnl Search for libiconv and define LIBICONV, LTLIBICONV and INCICONV 
     419  dnl accordingly. 
     420  AC_LIB_LINKFLAGS_BODY([iconv]) 
     421]) 
     422 
     423AC_DEFUN([AM_ICONV_LINK], 
     424[ 
     425  dnl Some systems have iconv in libc, some have it in libiconv (OSF/1 and 
     426  dnl those with the standalone portable GNU libiconv installed). 
     427  AC_REQUIRE([AC_CANONICAL_HOST]) dnl for cross-compiles 
     428 
     429  dnl Search for libiconv and define LIBICONV, LTLIBICONV and INCICONV 
     430  dnl accordingly. 
     431  AC_REQUIRE([AM_ICONV_LINKFLAGS_BODY]) 
     432 
     433  dnl Add $INCICONV to CPPFLAGS before performing the following checks, 
     434  dnl because if the user has installed libiconv and not disabled its use 
     435  dnl via --without-libiconv-prefix, he wants to use it. The first 
     436  dnl AC_TRY_LINK will then fail, the second AC_TRY_LINK will succeed. 
     437  am_save_CPPFLAGS="$CPPFLAGS" 
     438  AC_LIB_APPENDTOVAR([CPPFLAGS], [$INCICONV]) 
     439 
     440  AC_CACHE_CHECK([for iconv], am_cv_func_iconv, [ 
     441    am_cv_func_iconv="no, consider installing GNU libiconv" 
     442    am_cv_lib_iconv=no 
     443    AC_TRY_LINK([#include <stdlib.h> 
     444#include <iconv.h>], 
     445      [iconv_t cd = iconv_open("",""); 
     446       iconv(cd,NULL,NULL,NULL,NULL); 
     447       iconv_close(cd);], 
     448      am_cv_func_iconv=yes) 
     449    if test "$am_cv_func_iconv" != yes; then 
     450      am_save_LIBS="$LIBS" 
     451      LIBS="$LIBS $LIBICONV" 
     452      AC_TRY_LINK([#include <stdlib.h> 
     453#include <iconv.h>], 
     454        [iconv_t cd = iconv_open("",""); 
     455         iconv(cd,NULL,NULL,NULL,NULL); 
     456         iconv_close(cd);], 
     457        am_cv_lib_iconv=yes 
     458        am_cv_func_iconv=yes) 
     459      LIBS="$am_save_LIBS" 
     460    fi 
     461  ]) 
     462  if test "$am_cv_func_iconv" = yes; then 
     463    AC_CACHE_CHECK([for working iconv], am_cv_func_iconv_works, [ 
     464      dnl This tests against bugs in AIX 5.1 and HP-UX 11.11. 
     465      am_save_LIBS="$LIBS" 
     466      if test $am_cv_lib_iconv = yes; then 
     467        LIBS="$LIBS $LIBICONV" 
     468      fi 
     469      AC_TRY_RUN([ 
     470#include <iconv.h> 
     471#include <string.h> 
     472int main () 
     473{ 
     474  /* Test against AIX 5.1 bug: Failures are not distinguishable from successful 
     475     returns.  */ 
     476  { 
     477    iconv_t cd_utf8_to_88591 = iconv_open ("ISO8859-1", "UTF-8"); 
     478    if (cd_utf8_to_88591 != (iconv_t)(-1)) 
     479      { 
     480        static const char input[] = "\342\202\254"; /* EURO SIGN */ 
     481        char buf[10]; 
     482        const char *inptr = input; 
     483        size_t inbytesleft = strlen (input); 
     484        char *outptr = buf; 
     485        size_t outbytesleft = sizeof (buf); 
     486        size_t res = iconv (cd_utf8_to_88591, 
     487                            (char **) &inptr, &inbytesleft, 
     488                            &outptr, &outbytesleft); 
     489        if (res == 0) 
     490          return 1; 
     491      } 
     492  } 
     493#if 0 /* This bug could be worked around by the caller.  */ 
     494  /* Test against HP-UX 11.11 bug: Positive return value instead of 0.  */ 
     495  { 
     496    iconv_t cd_88591_to_utf8 = iconv_open ("utf8", "iso88591"); 
     497    if (cd_88591_to_utf8 != (iconv_t)(-1)) 
     498      { 
     499        static const char input[] = "\304rger mit b\366sen B\374bchen ohne Augenma\337"; 
     500        char buf[50]; 
     501        const char *inptr = input; 
     502        size_t inbytesleft = strlen (input); 
     503        char *outptr = buf; 
     504        size_t outbytesleft = sizeof (buf); 
     505        size_t res = iconv (cd_88591_to_utf8, 
     506                            (char **) &inptr, &inbytesleft, 
     507                            &outptr, &outbytesleft); 
     508        if ((int)res > 0) 
     509          return 1; 
     510      } 
     511  } 
     512#endif 
     513  /* Test against HP-UX 11.11 bug: No converter from EUC-JP to UTF-8 is 
     514     provided.  */ 
     515  if (/* Try standardized names.  */ 
     516      iconv_open ("UTF-8", "EUC-JP") == (iconv_t)(-1) 
     517      /* Try IRIX, OSF/1 names.  */ 
     518      && iconv_open ("UTF-8", "eucJP") == (iconv_t)(-1) 
     519      /* Try AIX names.  */ 
     520      && iconv_open ("UTF-8", "IBM-eucJP") == (iconv_t)(-1) 
     521      /* Try HP-UX names.  */ 
     522      && iconv_open ("utf8", "eucJP") == (iconv_t)(-1)) 
     523    return 1; 
     524  return 0; 
     525}], [am_cv_func_iconv_works=yes], [am_cv_func_iconv_works=no], 
     526        [case "$host_os" in 
     527           aix* | hpux*) am_cv_func_iconv_works="guessing no" ;; 
     528           *)            am_cv_func_iconv_works="guessing yes" ;; 
     529         esac]) 
     530      LIBS="$am_save_LIBS" 
     531    ]) 
     532    case "$am_cv_func_iconv_works" in 
     533      *no) am_func_iconv=no am_cv_lib_iconv=no ;; 
     534      *)   am_func_iconv=yes ;; 
     535    esac 
     536  else 
     537    am_func_iconv=no am_cv_lib_iconv=no 
     538  fi 
     539  if test "$am_func_iconv" = yes; then 
     540    AC_DEFINE(HAVE_ICONV, 1, 
     541      [Define if you have the iconv() function and it works.]) 
     542  fi 
     543  if test "$am_cv_lib_iconv" = yes; then 
     544    AC_MSG_CHECKING([how to link with libiconv]) 
     545    AC_MSG_RESULT([$LIBICONV]) 
     546  else 
     547    dnl If $LIBICONV didn't lead to a usable library, we don't need $INCICONV 
     548    dnl either. 
     549    CPPFLAGS="$am_save_CPPFLAGS" 
     550    LIBICONV= 
     551    LTLIBICONV= 
     552  fi 
     553  AC_SUBST(LIBICONV) 
     554  AC_SUBST(LTLIBICONV) 
     555]) 
     556 
     557AC_DEFUN([AM_ICONV], 
     558[ 
     559  AM_ICONV_LINK 
     560  if test "$am_cv_func_iconv" = yes; then 
     561    AC_MSG_CHECKING([for iconv declaration]) 
     562    AC_CACHE_VAL(am_cv_proto_iconv, [ 
     563      AC_TRY_COMPILE([ 
     564#include <stdlib.h> 
     565#include <iconv.h> 
     566extern 
     567#ifdef __cplusplus 
     568"C" 
     569#endif 
     570#if defined(__STDC__) || defined(__cplusplus) 
     571size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft); 
     572#else 
     573size_t iconv(); 
     574#endif 
     575], [], am_cv_proto_iconv_arg1="", am_cv_proto_iconv_arg1="const") 
     576      am_cv_proto_iconv="extern size_t iconv (iconv_t cd, $am_cv_proto_iconv_arg1 char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);"]) 
     577    am_cv_proto_iconv=`echo "[$]am_cv_proto_iconv" | tr -s ' ' | sed -e 's/( /(/'` 
     578    AC_MSG_RESULT([$]{ac_t:- 
     579         }[$]am_cv_proto_iconv) 
     580    AC_DEFINE_UNQUOTED(ICONV_CONST, $am_cv_proto_iconv_arg1, 
     581      [Define as const if the declaration of iconv() needs const.]) 
     582  fi 
     583]) 
     584 
     585# intlmacosx.m4 serial 1 (gettext-0.17) 
     586dnl Copyright (C) 2004-2007 Free Software Foundation, Inc. 
     587dnl This file is free software; the Free Software Foundation 
     588dnl gives unlimited permission to copy and/or distribute it, 
     589dnl with or without modifications, as long as this notice is preserved. 
     590dnl 
     591dnl This file can can be used in projects which are not available under 
     592dnl the GNU General Public License or the GNU Library General Public 
     593dnl License but which still want to provide support for the GNU gettext 
     594dnl functionality. 
     595dnl Please note that the actual code of the GNU gettext library is covered 
     596dnl by the GNU Library General Public License, and the rest of the GNU 
     597dnl gettext package package is covered by the GNU General Public License. 
     598dnl They are *not* in the public domain. 
     599 
     600dnl Checks for special options needed on MacOS X. 
     601dnl Defines INTL_MACOSX_LIBS. 
     602AC_DEFUN([gt_INTL_MACOSX], 
     603[ 
     604  dnl Check for API introduced in MacOS X 10.2. 
     605  AC_CACHE_CHECK([for CFPreferencesCopyAppValue], 
     606    gt_cv_func_CFPreferencesCopyAppValue, 
     607    [gt_save_LIBS="$LIBS" 
     608     LIBS="$LIBS -Wl,-framework -Wl,CoreFoundation" 
     609     AC_TRY_LINK([#include <CoreFoundation/CFPreferences.h>], 
     610       [CFPreferencesCopyAppValue(NULL, NULL)], 
     611       [gt_cv_func_CFPreferencesCopyAppValue=yes], 
     612       [gt_cv_func_CFPreferencesCopyAppValue=no]) 
     613     LIBS="$gt_save_LIBS"]) 
     614  if test $gt_cv_func_CFPreferencesCopyAppValue = yes; then 
     615    AC_DEFINE([HAVE_CFPREFERENCESCOPYAPPVALUE], 1, 
     616      [Define to 1 if you have the MacOS X function CFPreferencesCopyAppValue in the CoreFoundation framework.]) 
     617  fi 
     618  dnl Check for API introduced in MacOS X 10.3. 
     619  AC_CACHE_CHECK([for CFLocaleCopyCurrent], gt_cv_func_CFLocaleCopyCurrent, 
     620    [gt_save_LIBS="$LIBS" 
     621     LIBS="$LIBS -Wl,-framework -Wl,CoreFoundation" 
     622     AC_TRY_LINK([#include <CoreFoundation/CFLocale.h>], [CFLocaleCopyCurrent();], 
     623       [gt_cv_func_CFLocaleCopyCurrent=yes], 
     624       [gt_cv_func_CFLocaleCopyCurrent=no]) 
     625     LIBS="$gt_save_LIBS"]) 
     626  if test $gt_cv_func_CFLocaleCopyCurrent = yes; then 
     627    AC_DEFINE([HAVE_CFLOCALECOPYCURRENT], 1, 
     628      [Define to 1 if you have the MacOS X function CFLocaleCopyCurrent in the CoreFoundation framework.]) 
     629  fi 
     630  INTL_MACOSX_LIBS= 
     631  if test $gt_cv_func_CFPreferencesCopyAppValue = yes || test $gt_cv_func_CFLocaleCopyCurrent = yes; then 
     632    INTL_MACOSX_LIBS="-Wl,-framework -Wl,CoreFoundation" 
     633  fi 
     634  AC_SUBST([INTL_MACOSX_LIBS]) 
     635]) 
     636 
     637# lib-ld.m4 serial 3 (gettext-0.13) 
     638dnl Copyright (C) 1996-2003 Free Software Foundation, Inc. 
     639dnl This file is free software; the Free Software Foundation 
     640dnl gives unlimited permission to copy and/or distribute it, 
     641dnl with or without modifications, as long as this notice is preserved. 
     642 
     643dnl Subroutines of libtool.m4, 
     644dnl with replacements s/AC_/AC_LIB/ and s/lt_cv/acl_cv/ to avoid collision 
     645dnl with libtool.m4. 
     646 
     647dnl From libtool-1.4. Sets the variable with_gnu_ld to yes or no. 
     648AC_DEFUN([AC_LIB_PROG_LD_GNU], 
     649[AC_CACHE_CHECK([if the linker ($LD) is GNU ld], acl_cv_prog_gnu_ld, 
     650[# I'd rather use --version here, but apparently some GNU ld's only accept -v. 
     651case `$LD -v 2>&1 </dev/null` in 
     652*GNU* | *'with BFD'*) 
     653  acl_cv_prog_gnu_ld=yes ;; 
     654*) 
     655  acl_cv_prog_gnu_ld=no ;; 
     656esac]) 
     657with_gnu_ld=$acl_cv_prog_gnu_ld 
     658]) 
     659 
     660dnl From libtool-1.4. Sets the variable LD. 
     661AC_DEFUN([AC_LIB_PROG_LD], 
     662[AC_ARG_WITH(gnu-ld, 
     663[  --with-gnu-ld           assume the C compiler uses GNU ld [default=no]], 
     664test "$withval" = no || with_gnu_ld=yes, with_gnu_ld=no) 
     665AC_REQUIRE([AC_PROG_CC])dnl 
     666AC_REQUIRE([AC_CANONICAL_HOST])dnl 
     667# Prepare PATH_SEPARATOR. 
     668# The user is always right. 
     669if test "${PATH_SEPARATOR+set}" != set; then 
     670  echo "#! /bin/sh" >conf$$.sh 
     671  echo  "exit 0"   >>conf$$.sh 
     672  chmod +x conf$$.sh 
     673  if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then 
     674    PATH_SEPARATOR=';' 
     675  else 
     676    PATH_SEPARATOR=: 
     677  fi 
     678  rm -f conf$$.sh 
     679fi 
     680ac_prog=ld 
     681if test "$GCC" = yes; then 
     682  # Check if gcc -print-prog-name=ld gives a path. 
     683  AC_MSG_CHECKING([for ld used by GCC]) 
     684  case $host in 
     685  *-*-mingw*) 
     686    # gcc leaves a trailing carriage return which upsets mingw 
     687    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;; 
     688  *) 
     689    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;; 
     690  esac 
     691  case $ac_prog in 
     692    # Accept absolute paths. 
     693    [[\\/]* | [A-Za-z]:[\\/]*)] 
     694      [re_direlt='/[^/][^/]*/\.\./'] 
     695      # Canonicalize the path of ld 
     696      ac_prog=`echo $ac_prog| sed 's%\\\\%/%g'` 
     697      while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do 
     698        ac_prog=`echo $ac_prog| sed "s%$re_direlt%/%"` 
     699      done 
     700      test -z "$LD" && LD="$ac_prog" 
     701      ;; 
     702  "") 
     703    # If it fails, then pretend we aren't using GCC. 
     704    ac_prog=ld 
     705    ;; 
     706  *) 
     707    # If it is relative, then search for the first ld in PATH. 
     708    with_gnu_ld=unknown 
     709    ;; 
     710  esac 
     711elif test "$with_gnu_ld" = yes; then 
     712  AC_MSG_CHECKING([for GNU ld]) 
     713else 
     714  AC_MSG_CHECKING([for non-GNU ld]) 
     715fi 
     716AC_CACHE_VAL(acl_cv_path_LD, 
     717[if test -z "$LD"; then 
     718  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="${IFS}${PATH_SEPARATOR-:}" 
     719  for ac_dir in $PATH; do 
     720    test -z "$ac_dir" && ac_dir=. 
     721    if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then 
     722      acl_cv_path_LD="$ac_dir/$ac_prog" 
     723      # Check to see if the program is GNU ld.  I'd rather use --version, 
     724      # but apparently some GNU ld's only accept -v. 
     725      # Break only if it was the GNU/non-GNU ld that we prefer. 
     726      case `"$acl_cv_path_LD" -v 2>&1 < /dev/null` in 
     727      *GNU* | *'with BFD'*) 
     728        test "$with_gnu_ld" != no && break ;; 
     729      *) 
     730        test "$with_gnu_ld" != yes && break ;; 
     731      esac 
     732    fi 
     733  done 
     734  IFS="$ac_save_ifs" 
     735else 
     736  acl_cv_path_LD="$LD" # Let the user override the test with a path. 
     737fi]) 
     738LD="$acl_cv_path_LD" 
     739if test -n "$LD"; then 
     740  AC_MSG_RESULT($LD) 
     741else 
     742  AC_MSG_RESULT(no) 
     743fi 
     744test -z "$LD" && AC_MSG_ERROR([no acceptable ld found in \$PATH]) 
     745AC_LIB_PROG_LD_GNU 
     746]) 
     747 
     748# lib-link.m4 serial 13 (gettext-0.17) 
     749dnl Copyright (C) 2001-2007 Free Software Foundation, Inc. 
     750dnl This file is free software; the Free Software Foundation 
     751dnl gives unlimited permission to copy and/or distribute it, 
     752dnl with or without modifications, as long as this notice is preserved. 
     753 
     754dnl From Bruno Haible. 
     755 
     756AC_PREREQ(2.54) 
     757 
     758dnl AC_LIB_LINKFLAGS(name [, dependencies]) searches for libname and 
     759dnl the libraries corresponding to explicit and implicit dependencies. 
     760dnl Sets and AC_SUBSTs the LIB${NAME} and LTLIB${NAME} variables and 
     761dnl augments the CPPFLAGS variable. 
     762dnl Sets and AC_SUBSTs the LIB${NAME}_PREFIX variable to nonempty if libname 
     763dnl was found in ${LIB${NAME}_PREFIX}/$acl_libdirstem. 
     764AC_DEFUN([AC_LIB_LINKFLAGS], 
     765[ 
     766  AC_REQUIRE([AC_LIB_PREPARE_PREFIX]) 
     767  AC_REQUIRE([AC_LIB_RPATH]) 
     768  define([Name],[translit([$1],[./-], [___])]) 
     769  define([NAME],[translit([$1],[abcdefghijklmnopqrstuvwxyz./-], 
     770                               [ABCDEFGHIJKLMNOPQRSTUVWXYZ___])]) 
     771  AC_CACHE_CHECK([how to link with lib[]$1], [ac_cv_lib[]Name[]_libs], [ 
     772    AC_LIB_LINKFLAGS_BODY([$1], [$2]) 
     773    ac_cv_lib[]Name[]_libs="$LIB[]NAME" 
     774    ac_cv_lib[]Name[]_ltlibs="$LTLIB[]NAME" 
     775    ac_cv_lib[]Name[]_cppflags="$INC[]NAME" 
     776    ac_cv_lib[]Name[]_prefix="$LIB[]NAME[]_PREFIX" 
     777  ]) 
     778  LIB[]NAME="$ac_cv_lib[]Name[]_libs" 
     779  LTLIB[]NAME="$ac_cv_lib[]Name[]_ltlibs" 
     780  INC[]NAME="$ac_cv_lib[]Name[]_cppflags" 
     781  LIB[]NAME[]_PREFIX="$ac_cv_lib[]Name[]_prefix" 
     782  AC_LIB_APPENDTOVAR([CPPFLAGS], [$INC]NAME) 
     783  AC_SUBST([LIB]NAME) 
     784  AC_SUBST([LTLIB]NAME) 
     785  AC_SUBST([LIB]NAME[_PREFIX]) 
     786  dnl Also set HAVE_LIB[]NAME so that AC_LIB_HAVE_LINKFLAGS can reuse the 
     787  dnl results of this search when this library appears as a dependency. 
     788  HAVE_LIB[]NAME=yes 
     789  undefine([Name]) 
     790  undefine([NAME]) 
     791]) 
     792 
     793dnl AC_LIB_HAVE_LINKFLAGS(name, dependencies, includes, testcode) 
     794dnl searches for libname and the libraries corresponding to explicit and 
     795dnl implicit dependencies, together with the specified include files and 
     796dnl the ability to compile and link the specified testcode. If found, it 
     797dnl sets and AC_SUBSTs HAVE_LIB${NAME}=yes and the LIB${NAME} and 
     798dnl LTLIB${NAME} variables and augments the CPPFLAGS variable, and 
     799dnl #defines HAVE_LIB${NAME} to 1. Otherwise, it sets and AC_SUBSTs 
     800dnl HAVE_LIB${NAME}=no and LIB${NAME} and LTLIB${NAME} to empty. 
     801dnl Sets and AC_SUBSTs the LIB${NAME}_PREFIX variable to nonempty if libname 
     802dnl was found in ${LIB${NAME}_PREFIX}/$acl_libdirstem. 
     803AC_DEFUN([AC_LIB_HAVE_LINKFLAGS], 
     804[ 
     805  AC_REQUIRE([AC_LIB_PREPARE_PREFIX]) 
     806  AC_REQUIRE([AC_LIB_RPATH]) 
     807  define([Name],[translit([$1],[./-], [___])]) 
     808  define([NAME],[translit([$1],[abcdefghijklmnopqrstuvwxyz./-], 
     809                               [ABCDEFGHIJKLMNOPQRSTUVWXYZ___])]) 
     810 
     811  dnl Search for lib[]Name and define LIB[]NAME, LTLIB[]NAME and INC[]NAME 
     812  dnl accordingly. 
     813  AC_LIB_LINKFLAGS_BODY([$1], [$2]) 
     814 
     815  dnl Add $INC[]NAME to CPPFLAGS before performing the following checks, 
     816  dnl because if the user has installed lib[]Name and not disabled its use 
     817  dnl via --without-lib[]Name-prefix, he wants to use it. 
     818  ac_save_CPPFLAGS="$CPPFLAGS" 
     819  AC_LIB_APPENDTOVAR([CPPFLAGS], [$INC]NAME) 
     820 
     821  AC_CACHE_CHECK([for lib[]$1], [ac_cv_lib[]Name], [ 
     822    ac_save_LIBS="$LIBS" 
     823    LIBS="$LIBS $LIB[]NAME" 
     824    AC_TRY_LINK([$3], [$4], [ac_cv_lib[]Name=yes], [ac_cv_lib[]Name=no]) 
     825    LIBS="$ac_save_LIBS" 
     826  ]) 
     827  if test "$ac_cv_lib[]Name" = yes; then 
     828    HAVE_LIB[]NAME=yes 
     829    AC_DEFINE([HAVE_LIB]NAME, 1, [Define if you have the $1 library.]) 
     830    AC_MSG_CHECKING([how to link with lib[]$1]) 
     831    AC_MSG_RESULT([$LIB[]NAME]) 
     832  else 
     833    HAVE_LIB[]NAME=no 
     834    dnl If $LIB[]NAME didn't lead to a usable library, we don't need 
     835    dnl $INC[]NAME either. 
     836    CPPFLAGS="$ac_save_CPPFLAGS" 
     837    LIB[]NAME= 
     838    LTLIB[]NAME= 
     839    LIB[]NAME[]_PREFIX= 
     840  fi 
     841  AC_SUBST([HAVE_LIB]NAME) 
     842  AC_SUBST([LIB]NAME) 
     843  AC_SUBST([LTLIB]NAME) 
     844  AC_SUBST([LIB]NAME[_PREFIX]) 
     845  undefine([Name]) 
     846  undefine([NAME]) 
     847]) 
     848 
     849dnl Determine the platform dependent parameters needed to use rpath: 
     850dnl   acl_libext, 
     851dnl   acl_shlibext, 
     852dnl   acl_hardcode_libdir_flag_spec, 
     853dnl   acl_hardcode_libdir_separator, 
     854dnl   acl_hardcode_direct, 
     855dnl   acl_hardcode_minus_L. 
     856AC_DEFUN([AC_LIB_RPATH], 
     857[ 
     858  dnl Tell automake >= 1.10 to complain if config.rpath is missing. 
     859  m4_ifdef([AC_REQUIRE_AUX_FILE], [AC_REQUIRE_AUX_FILE([config.rpath])]) 
     860  AC_REQUIRE([AC_PROG_CC])                dnl we use $CC, $GCC, $LDFLAGS 
     861  AC_REQUIRE([AC_LIB_PROG_LD])            dnl we use $LD, $with_gnu_ld 
     862  AC_REQUIRE([AC_CANONICAL_HOST])         dnl we use $host 
     863  AC_REQUIRE([AC_CONFIG_AUX_DIR_DEFAULT]) dnl we use $ac_aux_dir 
     864  AC_CACHE_CHECK([for shared library run path origin], acl_cv_rpath, [ 
     865    CC="$CC" GCC="$GCC" LDFLAGS="$LDFLAGS" LD="$LD" with_gnu_ld="$with_gnu_ld" \ 
     866    ${CONFIG_SHELL-/bin/sh} "$ac_aux_dir/config.rpath" "$host" > conftest.sh 
     867    . ./conftest.sh 
     868    rm -f ./conftest.sh 
     869    acl_cv_rpath=done 
     870  ]) 
     871  wl="$acl_cv_wl" 
     872  acl_libext="$acl_cv_libext" 
     873  acl_shlibext="$acl_cv_shlibext" 
     874  acl_libname_spec="$acl_cv_libname_spec" 
     875  acl_library_names_spec="$acl_cv_library_names_spec" 
     876  acl_hardcode_libdir_flag_spec="$acl_cv_hardcode_libdir_flag_spec" 
     877  acl_hardcode_libdir_separator="$acl_cv_hardcode_libdir_separator" 
     878  acl_hardcode_direct="$acl_cv_hardcode_direct" 
     879  acl_hardcode_minus_L="$acl_cv_hardcode_minus_L" 
     880  dnl Determine whether the user wants rpath handling at all. 
     881  AC_ARG_ENABLE(rpath, 
     882    [  --disable-rpath         do not hardcode runtime library paths], 
     883    :, enable_rpath=yes) 
     884]) 
     885 
     886dnl AC_LIB_LINKFLAGS_BODY(name [, dependencies]) searches for libname and 
     887dnl the libraries corresponding to explicit and implicit dependencies. 
     888dnl Sets the LIB${NAME}, LTLIB${NAME} and INC${NAME} variables. 
     889dnl Also, sets the LIB${NAME}_PREFIX variable to nonempty if libname was found 
     890dnl in ${LIB${NAME}_PREFIX}/$acl_libdirstem. 
     891AC_DEFUN([AC_LIB_LINKFLAGS_BODY], 
     892[ 
     893  AC_REQUIRE([AC_LIB_PREPARE_MULTILIB]) 
     894  define([NAME],[translit([$1],[abcdefghijklmnopqrstuvwxyz./-], 
     895                               [ABCDEFGHIJKLMNOPQRSTUVWXYZ___])]) 
     896  dnl Autoconf >= 2.61 supports dots in --with options. 
     897  define([N_A_M_E],[m4_if(m4_version_compare(m4_defn([m4_PACKAGE_VERSION]),[2.61]),[-1],[translit([$1],[.],[_])],[$1])]) 
     898  dnl By default, look in $includedir and $libdir. 
     899  use_additional=yes 
     900  AC_LIB_WITH_FINAL_PREFIX([ 
     901    eval additional_includedir=\"$includedir\" 
     902    eval additional_libdir=\"$libdir\" 
     903  ]) 
     904  AC_LIB_ARG_WITH([lib]N_A_M_E[-prefix], 
     905[  --with-lib]N_A_M_E[-prefix[=DIR]  search for lib$1 in DIR/include and DIR/lib 
     906  --without-lib]N_A_M_E[-prefix     don't search for lib$1 in includedir and libdir], 
     907[ 
     908    if test "X$withval" = "Xno"; then 
     909      use_additional=no 
     910    else 
     911      if test "X$withval" = "X"; then 
     912        AC_LIB_WITH_FINAL_PREFIX([ 
     913          eval additional_includedir=\"$includedir\" 
     914          eval additional_libdir=\"$libdir\" 
     915        ]) 
     916      else 
     917        additional_includedir="$withval/include" 
     918        additional_libdir="$withval/$acl_libdirstem" 
     919      fi 
     920    fi 
     921]) 
     922  dnl Search the library and its dependencies in $additional_libdir and 
     923  dnl $LDFLAGS. Using breadth-first-seach. 
     924  LIB[]NAME= 
     925  LTLIB[]NAME= 
     926  INC[]NAME= 
     927  LIB[]NAME[]_PREFIX= 
     928  rpathdirs= 
     929  ltrpathdirs= 
     930  names_already_handled= 
     931  names_next_round='$1 $2' 
     932  while test -n "$names_next_round"; do 
     933    names_this_round="$names_next_round" 
     934    names_next_round= 
     935    for name in $names_this_round; do 
     936      already_handled= 
     937      for n in $names_already_handled; do 
     938        if test "$n" = "$name"; then 
     939          already_handled=yes 
     940          break 
     941        fi 
     942      done 
     943      if test -z "$already_handled"; then 
     944        names_already_handled="$names_already_handled $name" 
     945        dnl See if it was already located by an earlier AC_LIB_LINKFLAGS 
     946        dnl or AC_LIB_HAVE_LINKFLAGS call. 
     947        uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./-|ABCDEFGHIJKLMNOPQRSTUVWXYZ___|'` 
     948        eval value=\"\$HAVE_LIB$uppername\" 
     949        if test -n "$value"; then 
     950          if test "$value" = yes; then 
     951            eval value=\"\$LIB$uppername\" 
     952            test -z "$value" || LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }$value" 
     953            eval value=\"\$LTLIB$uppername\" 
     954            test -z "$value" || LTLIB[]NAME="${LTLIB[]NAME}${LTLIB[]NAME:+ }$value" 
     955          else 
     956            dnl An earlier call to AC_LIB_HAVE_LINKFLAGS has determined 
     957            dnl that this library doesn't exist. So just drop it. 
     958            : 
     959          fi 
     960        else 
     961          dnl Search the library lib$name in $additional_libdir and $LDFLAGS 
     962          dnl and the already constructed $LIBNAME/$LTLIBNAME. 
     963          found_dir= 
     964          found_la= 
     965          found_so= 
     966          found_a= 
     967          eval libname=\"$acl_libname_spec\"    # typically: libname=lib$name 
     968          if test -n "$acl_shlibext"; then 
     969            shrext=".$acl_shlibext"             # typically: shrext=.so 
     970          else 
     971            shrext= 
     972          fi 
     973          if test $use_additional = yes; then 
     974            dir="$additional_libdir" 
     975            dnl The same code as in the loop below: 
     976            dnl First look for a shared library. 
     977            if test -n "$acl_shlibext"; then 
     978              if test -f "$dir/$libname$shrext"; then 
     979                found_dir="$dir" 
     980                found_so="$dir/$libname$shrext" 
     981              else 
     982                if test "$acl_library_names_spec" = '$libname$shrext$versuffix'; then 
     983                  ver=`(cd "$dir" && \ 
     984                        for f in "$libname$shrext".*; do echo "$f"; done \ 
     985                        | sed -e "s,^$libname$shrext\\\\.,," \ 
     986                        | sort -t '.' -n -r -k1,1 -k2,2 -k3,3 -k4,4 -k5,5 \ 
     987                        | sed 1q ) 2>/dev/null` 
     988                  if test -n "$ver" && test -f "$dir/$libname$shrext.$ver"; then 
     989                    found_dir="$dir" 
     990                    found_so="$dir/$libname$shrext.$ver" 
     991                  fi 
     992                else 
     993                  eval library_names=\"$acl_library_names_spec\" 
     994                  for f in $library_names; do 
     995                    if test -f "$dir/$f"; then 
     996                      found_dir="$dir" 
     997                      found_so="$dir/$f" 
     998                      break 
     999                    fi 
     1000                  done 
     1001                fi 
     1002              fi 
     1003            fi 
     1004            dnl Then look for a static library. 
     1005            if test "X$found_dir" = "X"; then 
     1006              if test -f "$dir/$libname.$acl_libext"; then 
     1007                found_dir="$dir" 
     1008                found_a="$dir/$libname.$acl_libext" 
     1009              fi 
     1010            fi 
     1011            if test "X$found_dir" != "X"; then 
     1012              if test -f "$dir/$libname.la"; then 
     1013                found_la="$dir/$libname.la" 
     1014              fi 
     1015            fi 
     1016          fi 
     1017          if test "X$found_dir" = "X"; then 
     1018            for x in $LDFLAGS $LTLIB[]NAME; do 
     1019              AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"]) 
     1020              case "$x" in 
     1021                -L*) 
     1022                  dir=`echo "X$x" | sed -e 's/^X-L//'` 
     1023                  dnl First look for a shared library. 
     1024                  if test -n "$acl_shlibext"; then 
     1025                    if test -f "$dir/$libname$shrext"; then 
     1026                      found_dir="$dir" 
     1027                      found_so="$dir/$libname$shrext" 
     1028                    else 
     1029                      if test "$acl_library_names_spec" = '$libname$shrext$versuffix'; then 
     1030                        ver=`(cd "$dir" && \ 
     1031                              for f in "$libname$shrext".*; do echo "$f"; done \ 
     1032                              | sed -e "s,^$libname$shrext\\\\.,," \ 
     1033                              | sort -t '.' -n -r -k1,1 -k2,2 -k3,3 -k4,4 -k5,5 \ 
     1034                              | sed 1q ) 2>/dev/null` 
     1035                        if test -n "$ver" && test -f "$dir/$libname$shrext.$ver"; then 
     1036                          found_dir="$dir" 
     1037                          found_so="$dir/$libname$shrext.$ver" 
     1038                        fi 
     1039                      else 
     1040                        eval library_names=\"$acl_library_names_spec\" 
     1041                        for f in $library_names; do 
     1042                          if test -f "$dir/$f"; then 
     1043                            found_dir="$dir" 
     1044                            found_so="$dir/$f" 
     1045                            break 
     1046                          fi 
     1047                        done 
     1048                      fi 
     1049                    fi 
     1050                  fi 
     1051                  dnl Then look for a static library. 
     1052                  if test "X$found_dir" = "X"; then 
     1053                    if test -f "$dir/$libname.$acl_libext"; then 
     1054                      found_dir="$dir" 
     1055                      found_a="$dir/$libname.$acl_libext" 
     1056                    fi 
     1057                  fi 
     1058                  if test "X$found_dir" != "X"; then 
     1059                    if test -f "$dir/$libname.la"; then 
     1060                      found_la="$dir/$libname.la" 
     1061                    fi 
     1062                  fi 
     1063                  ;; 
     1064              esac 
     1065              if test "X$found_dir" != "X"; then 
     1066                break 
     1067              fi 
     1068            done 
     1069          fi 
     1070          if test "X$found_dir" != "X"; then 
     1071            dnl Found the library. 
     1072            LTLIB[]NAME="${LTLIB[]NAME}${LTLIB[]NAME:+ }-L$found_dir -l$name" 
     1073            if test "X$found_so" != "X"; then 
     1074              dnl Linking with a shared library. We attempt to hardcode its 
     1075              dnl directory into the executable's runpath, unless it's the 
     1076              dnl standard /usr/lib. 
     1077              if test "$enable_rpath" = no || test "X$found_dir" = "X/usr/$acl_libdirstem"; then 
     1078                dnl No hardcoding is needed. 
     1079                LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }$found_so" 
     1080              else 
     1081                dnl Use an explicit option to hardcode DIR into the resulting 
     1082                dnl binary. 
     1083                dnl Potentially add DIR to ltrpathdirs. 
     1084                dnl The ltrpathdirs will be appended to $LTLIBNAME at the end. 
     1085                haveit= 
     1086                for x in $ltrpathdirs; do 
     1087                  if test "X$x" = "X$found_dir"; then 
     1088                    haveit=yes 
     1089                    break 
     1090                  fi 
     1091                done 
     1092                if test -z "$haveit"; then 
     1093                  ltrpathdirs="$ltrpathdirs $found_dir" 
     1094                fi 
     1095                dnl The hardcoding into $LIBNAME is system dependent. 
     1096                if test "$acl_hardcode_direct" = yes; then 
     1097                  dnl Using DIR/libNAME.so during linking hardcodes DIR into the 
     1098                  dnl resulting binary. 
     1099                  LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }$found_so" 
     1100                else 
     1101                  if test -n "$acl_hardcode_libdir_flag_spec" && test "$acl_hardcode_minus_L" = no; then 
     1102                    dnl Use an explicit option to hardcode DIR into the resulting 
     1103                    dnl binary. 
     1104                    LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }$found_so" 
     1105                    dnl Potentially add DIR to rpathdirs. 
     1106                    dnl The rpathdirs will be appended to $LIBNAME at the end. 
     1107                    haveit= 
     1108                    for x in $rpathdirs; do 
     1109                      if test "X$x" = "X$found_dir"; then 
     1110                        haveit=yes 
     1111                        break 
     1112                      fi 
     1113                    done 
     1114                    if test -z "$haveit"; then 
     1115                      rpathdirs="$rpathdirs $found_dir" 
     1116                    fi 
     1117                  else 
     1118                    dnl Rely on "-L$found_dir". 
     1119                    dnl But don't add it if it's already contained in the LDFLAGS 
     1120                    dnl or the already constructed $LIBNAME 
     1121                    haveit= 
     1122                    for x in $LDFLAGS $LIB[]NAME; do 
     1123                      AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"]) 
     1124                      if test "X$x" = "X-L$found_dir"; then 
     1125                        haveit=yes 
     1126                        break 
     1127                      fi 
     1128                    done 
     1129                    if test -z "$haveit"; then 
     1130                      LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }-L$found_dir" 
     1131                    fi 
     1132                    if test "$acl_hardcode_minus_L" != no; then 
     1133                      dnl FIXME: Not sure whether we should use 
     1134                      dnl "-L$found_dir -l$name" or "-L$found_dir $found_so" 
     1135                      dnl here. 
     1136                      LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }$found_so" 
     1137                    else 
     1138                      dnl We cannot use $acl_hardcode_runpath_var and LD_RUN_PATH 
     1139                      dnl here, because this doesn't fit in flags passed to the 
     1140                      dnl compiler. So give up. No hardcoding. This affects only 
     1141                      dnl very old systems. 
     1142                      dnl FIXME: Not sure whether we should use 
     1143                      dnl "-L$found_dir -l$name" or "-L$found_dir $found_so" 
     1144                      dnl here. 
     1145                      LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }-l$name" 
     1146                    fi 
     1147                  fi 
     1148                fi 
     1149              fi 
     1150            else 
     1151              if test "X$found_a" != "X"; then 
     1152                dnl Linking with a static library. 
     1153                LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }$found_a" 
     1154              else 
     1155                dnl We shouldn't come here, but anyway it's good to have a 
     1156                dnl fallback. 
     1157                LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }-L$found_dir -l$name" 
     1158              fi 
     1159            fi 
     1160            dnl Assume the include files are nearby. 
     1161            additional_includedir= 
     1162            case "$found_dir" in 
     1163              */$acl_libdirstem | */$acl_libdirstem/) 
     1164                basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem/"'*$,,'` 
     1165                LIB[]NAME[]_PREFIX="$basedir" 
     1166                additional_includedir="$basedir/include" 
     1167                ;; 
     1168            esac 
     1169            if test "X$additional_includedir" != "X"; then 
     1170              dnl Potentially add $additional_includedir to $INCNAME. 
     1171              dnl But don't add it 
     1172              dnl   1. if it's the standard /usr/include, 
     1173              dnl   2. if it's /usr/local/include and we are using GCC on Linux, 
     1174              dnl   3. if it's already present in $CPPFLAGS or the already 
     1175              dnl      constructed $INCNAME, 
     1176              dnl   4. if it doesn't exist as a directory. 
     1177              if test "X$additional_includedir" != "X/usr/include"; then 
     1178                haveit= 
     1179                if test "X$additional_includedir" = "X/usr/local/include"; then 
     1180                  if test -n "$GCC"; then 
     1181                    case $host_os in 
     1182                      linux* | gnu* | k*bsd*-gnu) haveit=yes;; 
     1183                    esac 
     1184                  fi 
     1185                fi 
     1186                if test -z "$haveit"; then 
     1187                  for x in $CPPFLAGS $INC[]NAME; do 
     1188                    AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"]) 
     1189                    if test "X$x" = "X-I$additional_includedir"; then 
     1190                      haveit=yes 
     1191                      break 
     1192                    fi 
     1193                  done 
     1194                  if test -z "$haveit"; then 
     1195                    if test -d "$additional_includedir"; then 
     1196                      dnl Really add $additional_includedir to $INCNAME. 
     1197                      INC[]NAME="${INC[]NAME}${INC[]NAME:+ }-I$additional_includedir" 
     1198                    fi 
     1199                  fi 
     1200                fi 
     1201              fi 
     1202            fi 
     1203            dnl Look for dependencies. 
     1204            if test -n "$found_la"; then 
     1205              dnl Read the .la file. It defines the variables 
     1206              dnl dlname, library_names, old_library, dependency_libs, current, 
     1207              dnl age, revision, installed, dlopen, dlpreopen, libdir. 
     1208              save_libdir="$libdir" 
     1209              case "$found_la" in 
     1210                */* | *\\*) . "$found_la" ;; 
     1211                *) . "./$found_la" ;; 
     1212              esac 
     1213              libdir="$save_libdir" 
     1214              dnl We use only dependency_libs. 
     1215              for dep in $dependency_libs; do 
     1216                case "$dep" in 
     1217                  -L*) 
     1218                    additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'` 
     1219                    dnl Potentially add $additional_libdir to $LIBNAME and $LTLIBNAME. 
     1220                    dnl But don't add it 
     1221                    dnl   1. if it's the standard /usr/lib, 
     1222                    dnl   2. if it's /usr/local/lib and we are using GCC on Linux, 
     1223                    dnl   3. if it's already present in $LDFLAGS or the already 
     1224                    dnl      constructed $LIBNAME, 
     1225                    dnl   4. if it doesn't exist as a directory. 
     1226                    if test "X$additional_libdir" != "X/usr/$acl_libdirstem"; then 
     1227                      haveit= 
     1228                      if test "X$additional_libdir" = "X/usr/local/$acl_libdirstem"; then 
     1229                        if test -n "$GCC"; then 
     1230                          case $host_os in 
     1231                            linux* | gnu* | k*bsd*-gnu) haveit=yes;; 
     1232                          esac 
     1233                        fi 
     1234                      fi 
     1235                      if test -z "$haveit"; then 
     1236                        haveit= 
     1237                        for x in $LDFLAGS $LIB[]NAME; do 
     1238                          AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"]) 
     1239                          if test "X$x" = "X-L$additional_libdir"; then 
     1240                            haveit=yes 
     1241                            break 
     1242                          fi 
     1243                        done 
     1244                        if test -z "$haveit"; then 
     1245                          if test -d "$additional_libdir"; then 
     1246                            dnl Really add $additional_libdir to $LIBNAME. 
     1247                            LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }-L$additional_libdir" 
     1248                          fi 
     1249                        fi 
     1250                        haveit= 
     1251                        for x in $LDFLAGS $LTLIB[]NAME; do 
     1252                          AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"]) 
     1253                          if test "X$x" = "X-L$additional_libdir"; then 
     1254                            haveit=yes 
     1255                            break 
     1256                          fi 
     1257                        done 
     1258                        if test -z "$haveit"; then 
     1259                          if test -d "$additional_libdir"; then 
     1260                            dnl Really add $additional_libdir to $LTLIBNAME. 
     1261                            LTLIB[]NAME="${LTLIB[]NAME}${LTLIB[]NAME:+ }-L$additional_libdir" 
     1262                          fi 
     1263                        fi 
     1264                      fi 
     1265                    fi 
     1266                    ;; 
     1267                  -R*) 
     1268                    dir=`echo "X$dep" | sed -e 's/^X-R//'` 
     1269                    if test "$enable_rpath" != no; then 
     1270                      dnl Potentially add DIR to rpathdirs. 
     1271                      dnl The rpathdirs will be appended to $LIBNAME at the end. 
     1272                      haveit= 
     1273                      for x in $rpathdirs; do 
     1274                        if test "X$x" = "X$dir"; then 
     1275                          haveit=yes 
     1276                          break 
     1277                        fi 
     1278                      done 
     1279                      if test -z "$haveit"; then 
     1280                        rpathdirs="$rpathdirs $dir" 
     1281                      fi 
     1282                      dnl Potentially add DIR to ltrpathdirs. 
     1283                      dnl The ltrpathdirs will be appended to $LTLIBNAME at the end. 
     1284                      haveit= 
     1285                      for x in $ltrpathdirs; do 
     1286                        if test "X$x" = "X$dir"; then 
     1287                          haveit=yes 
     1288                          break 
     1289                        fi 
     1290                      done 
     1291                      if test -z "$haveit"; then 
     1292                        ltrpathdirs="$ltrpathdirs $dir" 
     1293                      fi 
     1294                    fi 
     1295                    ;; 
     1296                  -l*) 
     1297                    dnl Handle this in the next round. 
     1298                    names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'` 
     1299                    ;; 
     1300                  *.la) 
     1301                    dnl Handle this in the next round. Throw away the .la's 
     1302                    dnl directory; it is already contained in a preceding -L 
     1303                    dnl option. 
     1304                    names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'` 
     1305                    ;; 
     1306                  *) 
     1307                    dnl Most likely an immediate library name. 
     1308                    LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }$dep" 
     1309                    LTLIB[]NAME="${LTLIB[]NAME}${LTLIB[]NAME:+ }$dep" 
     1310                    ;; 
     1311                esac 
     1312              done 
     1313            fi 
     1314          else 
     1315            dnl Didn't find the library; assume it is in the system directories 
     1316            dnl known to the linker and runtime loader. (All the system 
     1317            dnl directories known to the linker should also be known to the 
     1318            dnl runtime loader, otherwise the system is severely misconfigured.) 
     1319            LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }-l$name" 
     1320            LTLIB[]NAME="${LTLIB[]NAME}${LTLIB[]NAME:+ }-l$name" 
     1321          fi 
     1322        fi 
     1323      fi 
     1324    done 
     1325  done 
     1326  if test "X$rpathdirs" != "X"; then 
     1327    if test -n "$acl_hardcode_libdir_separator"; then 
     1328      dnl Weird platform: only the last -rpath option counts, the user must 
     1329      dnl pass all path elements in one option. We can arrange that for a 
     1330      dnl single library, but not when more than one $LIBNAMEs are used. 
     1331      alldirs= 
     1332      for found_dir in $rpathdirs; do 
     1333        alldirs="${alldirs}${alldirs:+$acl_hardcode_libdir_separator}$found_dir" 
     1334      done 
     1335      dnl Note: acl_hardcode_libdir_flag_spec uses $libdir and $wl. 
     1336      acl_save_libdir="$libdir" 
     1337      libdir="$alldirs" 
     1338      eval flag=\"$acl_hardcode_libdir_flag_spec\" 
     1339      libdir="$acl_save_libdir" 
     1340      LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }$flag" 
     1341    else 
     1342      dnl The -rpath options are cumulative. 
     1343      for found_dir in $rpathdirs; do 
     1344        acl_save_libdir="$libdir" 
     1345        libdir="$found_dir" 
     1346        eval flag=\"$acl_hardcode_libdir_flag_spec\" 
     1347        libdir="$acl_save_libdir" 
     1348        LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }$flag" 
     1349      done 
     1350    fi 
     1351  fi 
     1352  if test "X$ltrpathdirs" != "X"; then 
     1353    dnl When using libtool, the option that works for both libraries and 
     1354    dnl executables is -R. The -R options are cumulative. 
     1355    for found_dir in $ltrpathdirs; do 
     1356      LTLIB[]NAME="${LTLIB[]NAME}${LTLIB[]NAME:+ }-R$found_dir" 
     1357    done 
     1358  fi 
     1359]) 
     1360 
     1361dnl AC_LIB_APPENDTOVAR(VAR, CONTENTS) appends the elements of CONTENTS to VAR, 
     1362dnl unless already present in VAR. 
     1363dnl Works only for CPPFLAGS, not for LIB* variables because that sometimes 
     1364dnl contains two or three consecutive elements that belong together. 
     1365AC_DEFUN([AC_LIB_APPENDTOVAR], 
     1366[ 
     1367  for element in [$2]; do 
     1368    haveit= 
     1369    for x in $[$1]; do 
     1370      AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"]) 
     1371      if test "X$x" = "X$element"; then 
     1372        haveit=yes 
     1373        break 
     1374      fi 
     1375    done 
     1376    if test -z "$haveit"; then 
     1377      [$1]="${[$1]}${[$1]:+ }$element" 
     1378    fi 
     1379  done 
     1380]) 
     1381 
     1382dnl For those cases where a variable contains several -L and -l options 
     1383dnl referring to unknown libraries and directories, this macro determines the 
     1384dnl necessary additional linker options for the runtime path. 
     1385dnl AC_LIB_LINKFLAGS_FROM_LIBS([LDADDVAR], [LIBSVALUE], [USE-LIBTOOL]) 
     1386dnl sets LDADDVAR to linker options needed together with LIBSVALUE. 
     1387dnl If USE-LIBTOOL evaluates to non-empty, linking with libtool is assumed, 
     1388dnl otherwise linking without libtool is assumed. 
     1389AC_DEFUN([AC_LIB_LINKFLAGS_FROM_LIBS], 
     1390[ 
     1391  AC_REQUIRE([AC_LIB_RPATH]) 
     1392  AC_REQUIRE([AC_LIB_PREPARE_MULTILIB]) 
     1393  $1= 
     1394  if test "$enable_rpath" != no; then 
     1395    if test -n "$acl_hardcode_libdir_flag_spec" && test "$acl_hardcode_minus_L" = no; then 
     1396      dnl Use an explicit option to hardcode directories into the resulting 
     1397      dnl binary. 
     1398      rpathdirs= 
     1399      next= 
     1400      for opt in $2; do 
     1401        if test -n "$next"; then 
     1402          dir="$next" 
     1403          dnl No need to hardcode the standard /usr/lib. 
     1404          if test "X$dir" != "X/usr/$acl_libdirstem"; then 
     1405            rpathdirs="$rpathdirs $dir" 
     1406          fi 
     1407          next= 
     1408        else 
     1409          case $opt in 
     1410            -L) next=yes ;; 
     1411            -L*) dir=`echo "X$opt" | sed -e 's,^X-L,,'` 
     1412                 dnl No need to hardcode the standard /usr/lib. 
     1413                 if test "X$dir" != "X/usr/$acl_libdirstem"; then 
     1414                   rpathdirs="$rpathdirs $dir" 
     1415                 fi 
     1416                 next= ;; 
     1417            *) next= ;; 
     1418          esac 
     1419        fi 
     1420      done 
     1421      if test "X$rpathdirs" != "X"; then 
     1422        if test -n ""$3""; then 
     1423          dnl libtool is used for linking. Use -R options. 
     1424          for dir in $rpathdirs; do 
     1425            $1="${$1}${$1:+ }-R$dir" 
     1426          done 
     1427        else 
     1428          dnl The linker is used for linking directly. 
     1429          if test -n "$acl_hardcode_libdir_separator"; then 
     1430            dnl Weird platform: only the last -rpath option counts, the user 
     1431            dnl must pass all path elements in one option. 
     1432            alldirs= 
     1433            for dir in $rpathdirs; do 
     1434              alldirs="${alldirs}${alldirs:+$acl_hardcode_libdir_separator}$dir" 
     1435            done 
     1436            acl_save_libdir="$libdir" 
     1437            libdir="$alldirs" 
     1438            eval flag=\"$acl_hardcode_libdir_flag_spec\" 
     1439            libdir="$acl_save_libdir" 
     1440            $1="$flag" 
     1441          else 
     1442            dnl The -rpath options are cumulative. 
     1443            for dir in $rpathdirs; do 
     1444              acl_save_libdir="$libdir" 
     1445              libdir="$dir" 
     1446              eval flag=\"$acl_hardcode_libdir_flag_spec\" 
     1447              libdir="$acl_save_libdir" 
     1448              $1="${$1}${$1:+ }$flag" 
     1449            done 
     1450          fi 
     1451        fi 
     1452      fi 
     1453    fi 
     1454  fi 
     1455  AC_SUBST([$1]) 
     1456]) 
     1457 
     1458# lib-prefix.m4 serial 5 (gettext-0.15) 
     1459dnl Copyright (C) 2001-2005 Free Software Foundation, Inc. 
     1460dnl This file is free software; the Free Software Foundation 
     1461dnl gives unlimited permission to copy and/or distribute it, 
     1462dnl with or without modifications, as long as this notice is preserved. 
     1463 
     1464dnl From Bruno Haible. 
     1465 
     1466dnl AC_LIB_ARG_WITH is synonymous to AC_ARG_WITH in autoconf-2.13, and 
     1467dnl similar to AC_ARG_WITH in autoconf 2.52...2.57 except that is doesn't 
     1468dnl require excessive bracketing. 
     1469ifdef([AC_HELP_STRING], 
     1470[AC_DEFUN([AC_LIB_ARG_WITH], [AC_ARG_WITH([$1],[[$2]],[$3],[$4])])], 
     1471[AC_DEFUN([AC_][LIB_ARG_WITH], [AC_ARG_WITH([$1],[$2],[$3],[$4])])]) 
     1472 
     1473dnl AC_LIB_PREFIX adds to the CPPFLAGS and LDFLAGS the flags that are needed 
     1474dnl to access previously installed libraries. The basic assumption is that 
     1475dnl a user will want packages to use other packages he previously installed 
     1476dnl with the same --prefix option. 
     1477dnl This macro is not needed if only AC_LIB_LINKFLAGS is used to locate 
     1478dnl libraries, but is otherwise very convenient. 
     1479AC_DEFUN([AC_LIB_PREFIX], 
     1480[ 
     1481  AC_BEFORE([$0], [AC_LIB_LINKFLAGS]) 
     1482  AC_REQUIRE([AC_PROG_CC]) 
     1483  AC_REQUIRE([AC_CANONICAL_HOST]) 
     1484  AC_REQUIRE([AC_LIB_PREPARE_MULTILIB]) 
     1485  AC_REQUIRE([AC_LIB_PREPARE_PREFIX]) 
     1486  dnl By default, look in $includedir and $libdir. 
     1487  use_additional=yes 
     1488  AC_LIB_WITH_FINAL_PREFIX([ 
     1489    eval additional_includedir=\"$includedir\" 
     1490    eval additional_libdir=\"$libdir\" 
     1491  ]) 
     1492  AC_LIB_ARG_WITH([lib-prefix], 
     1493[  --with-lib-prefix[=DIR] search for libraries in DIR/include and DIR/lib 
     1494  --without-lib-prefix    don't search for libraries in includedir and libdir], 
     1495[ 
     1496    if test "X$withval" = "Xno"; then 
     1497      use_additional=no 
     1498    else 
     1499      if test "X$withval" = "X"; then 
     1500        AC_LIB_WITH_FINAL_PREFIX([ 
     1501          eval additional_includedir=\"$includedir\" 
     1502          eval additional_libdir=\"$libdir\" 
     1503        ]) 
     1504      else 
     1505        additional_includedir="$withval/include" 
     1506        additional_libdir="$withval/$acl_libdirstem" 
     1507      fi 
     1508    fi 
     1509]) 
     1510  if test $use_additional = yes; then 
     1511    dnl Potentially add $additional_includedir to $CPPFLAGS. 
     1512    dnl But don't add it 
     1513    dnl   1. if it's the standard /usr/include, 
     1514    dnl   2. if it's already present in $CPPFLAGS, 
     1515    dnl   3. if it's /usr/local/include and we are using GCC on Linux, 
     1516    dnl   4. if it doesn't exist as a directory. 
     1517    if test "X$additional_includedir" != "X/usr/include"; then 
     1518      haveit= 
     1519      for x in $CPPFLAGS; do 
     1520        AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"]) 
     1521        if test "X$x" = "X-I$additional_includedir"; then 
     1522          haveit=yes 
     1523          break 
     1524        fi 
     1525      done 
     1526      if test -z "$haveit"; then 
     1527        if test "X$additional_includedir" = "X/usr/local/include"; then 
     1528          if test -n "$GCC"; then 
     1529            case $host_os in 
     1530              linux* | gnu* | k*bsd*-gnu) haveit=yes;; 
     1531            esac 
     1532          fi 
     1533        fi 
     1534        if test -z "$haveit"; then 
     1535          if test -d "$additional_includedir"; then 
     1536            dnl Really add $additional_includedir to $CPPFLAGS. 
     1537            CPPFLAGS="${CPPFLAGS}${CPPFLAGS:+ }-I$additional_includedir" 
     1538          fi 
     1539        fi 
     1540      fi 
     1541    fi 
     1542    dnl Potentially add $additional_libdir to $LDFLAGS. 
     1543    dnl But don't add it 
     1544    dnl   1. if it's the standard /usr/lib, 
     1545    dnl   2. if it's already present in $LDFLAGS, 
     1546    dnl   3. if it's /usr/local/lib and we are using GCC on Linux, 
     1547    dnl   4. if it doesn't exist as a directory. 
     1548    if test "X$additional_libdir" != "X/usr/$acl_libdirstem"; then 
     1549      haveit= 
     1550      for x in $LDFLAGS; do 
     1551        AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"]) 
     1552        if test "X$x" = "X-L$additional_libdir"; then 
     1553          haveit=yes 
     1554          break 
     1555        fi 
     1556      done 
     1557      if test -z "$haveit"; then 
     1558        if test "X$additional_libdir" = "X/usr/local/$acl_libdirstem"; then 
     1559          if test -n "$GCC"; then 
     1560            case $host_os in 
     1561              linux*) haveit=yes;; 
     1562            esac 
     1563          fi 
     1564        fi 
     1565        if test -z "$haveit"; then 
     1566          if test -d "$additional_libdir"; then 
     1567            dnl Really add $additional_libdir to $LDFLAGS. 
     1568            LDFLAGS="${LDFLAGS}${LDFLAGS:+ }-L$additional_libdir" 
     1569          fi 
     1570        fi 
     1571      fi 
     1572    fi 
     1573  fi 
     1574]) 
     1575 
     1576dnl AC_LIB_PREPARE_PREFIX creates variables acl_final_prefix, 
     1577dnl acl_final_exec_prefix, containing the values to which $prefix and 
     1578dnl $exec_prefix will expand at the end of the configure script. 
     1579AC_DEFUN([AC_LIB_PREPARE_PREFIX], 
     1580[ 
     1581  dnl Unfortunately, prefix and exec_prefix get only finally determined 
     1582  dnl at the end of configure. 
     1583  if test "X$prefix" = "XNONE"; then 
     1584    acl_final_prefix="$ac_default_prefix" 
     1585  else 
     1586    acl_final_prefix="$prefix" 
     1587  fi 
     1588  if test "X$exec_prefix" = "XNONE"; then 
     1589    acl_final_exec_prefix='${prefix}' 
     1590  else 
     1591    acl_final_exec_prefix="$exec_prefix" 
     1592  fi 
     1593  acl_save_prefix="$prefix" 
     1594  prefix="$acl_final_prefix" 
     1595  eval acl_final_exec_prefix=\"$acl_final_exec_prefix\" 
     1596  prefix="$acl_save_prefix" 
     1597]) 
     1598 
     1599dnl AC_LIB_WITH_FINAL_PREFIX([statement]) evaluates statement, with the 
     1600dnl variables prefix and exec_prefix bound to the values they will have 
     1601dnl at the end of the configure script. 
     1602AC_DEFUN([AC_LIB_WITH_FINAL_PREFIX], 
     1603[ 
     1604  acl_save_prefix="$prefix" 
     1605  prefix="$acl_final_prefix" 
     1606  acl_save_exec_prefix="$exec_prefix" 
     1607  exec_prefix="$acl_final_exec_prefix" 
     1608  $1 
     1609  exec_prefix="$acl_save_exec_prefix" 
     1610  prefix="$acl_save_prefix" 
     1611]) 
     1612 
     1613dnl AC_LIB_PREPARE_MULTILIB creates a variable acl_libdirstem, containing 
     1614dnl the basename of the libdir, either "lib" or "lib64". 
     1615AC_DEFUN([AC_LIB_PREPARE_MULTILIB], 
     1616[ 
     1617  dnl There is no formal standard regarding lib and lib64. The current 
     1618  dnl practice is that on a system supporting 32-bit and 64-bit instruction 
     1619  dnl sets or ABIs, 64-bit libraries go under $prefix/lib64 and 32-bit 
     1620  dnl libraries go under $prefix/lib. We determine the compiler's default 
     1621  dnl mode by looking at the compiler's library search path. If at least 
     1622  dnl of its elements ends in /lib64 or points to a directory whose absolute 
     1623  dnl pathname ends in /lib64, we assume a 64-bit ABI. Otherwise we use the 
     1624  dnl default, namely "lib". 
     1625  acl_libdirstem=lib 
     1626  searchpath=`(LC_ALL=C $CC -print-search-dirs) 2>/dev/null | sed -n -e 's,^libraries: ,,p' | sed -e 's,^=,,'` 
     1627  if test -n "$searchpath"; then 
     1628    acl_save_IFS="${IFS=        }"; IFS=":" 
     1629    for searchdir in $searchpath; do 
     1630      if test -d "$searchdir"; then 
     1631        case "$searchdir" in 
     1632          */lib64/ | */lib64 ) acl_libdirstem=lib64 ;; 
     1633          *) searchdir=`cd "$searchdir" && pwd` 
     1634             case "$searchdir" in 
     1635               */lib64 ) acl_libdirstem=lib64 ;; 
     1636             esac ;; 
     1637        esac 
     1638      fi 
     1639    done 
     1640    IFS="$acl_save_IFS" 
     1641  fi 
     1642]) 
    181643 
    191644# libtool.m4 - Configure libtool for the host system. -*-Autoconf-*- 
    201645 
    21 # serial 51 Debian 1.5.24-1ubuntu1 AC_PROG_LIBTOOL 
     1646# serial 52 Debian 1.5.26-1ubuntu1 AC_PROG_LIBTOOL 
    221647 
    231648 
     
    1071732AC_REQUIRE([AC_EXEEXT])dnl 
    1081733dnl 
    109  
    1101734AC_LIBTOOL_SYS_MAX_CMD_LEN 
    1111735AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE 
     
    2091833esac 
    2101834 
     1835_LT_REQUIRED_DARWIN_CHECKS 
     1836 
    2111837AC_PROVIDE_IFELSE([AC_LIBTOOL_DLOPEN], enable_dlopen=yes, enable_dlopen=no) 
    2121838AC_PROVIDE_IFELSE([AC_LIBTOOL_WIN32_DLL], 
     
    2881914eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err 
    2891915_lt_linker_boilerplate=`cat conftest.err` 
    290 $rm conftest* 
     1916$rm -r conftest* 
    2911917])# _LT_LINKER_BOILERPLATE 
    2921918 
     1919# _LT_REQUIRED_DARWIN_CHECKS 
     1920# -------------------------- 
     1921# Check for some things on darwin 
     1922AC_DEFUN([_LT_REQUIRED_DARWIN_CHECKS],[ 
     1923  case $host_os in 
     1924    rhapsody* | darwin*) 
     1925    AC_CHECK_TOOL([DSYMUTIL], [dsymutil], [:]) 
     1926    AC_CHECK_TOOL([NMEDIT], [nmedit], [:]) 
     1927 
     1928    AC_CACHE_CHECK([for -single_module linker flag],[lt_cv_apple_cc_single_mod], 
     1929      [lt_cv_apple_cc_single_mod=no 
     1930      if test -z "${LT_MULTI_MODULE}"; then 
     1931   # By default we will add the -single_module flag. You can override 
     1932   # by either setting the environment variable LT_MULTI_MODULE 
     1933   # non-empty at configure time, or by adding -multi_module to the 
     1934   # link flags. 
     1935   echo "int foo(void){return 1;}" > conftest.c 
     1936   $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \ 
     1937     -dynamiclib ${wl}-single_module conftest.c 
     1938   if test -f libconftest.dylib; then 
     1939     lt_cv_apple_cc_single_mod=yes 
     1940     rm -rf libconftest.dylib* 
     1941   fi 
     1942   rm conftest.c 
     1943      fi]) 
     1944    AC_CACHE_CHECK([for -exported_symbols_list linker flag], 
     1945      [lt_cv_ld_exported_symbols_list], 
     1946      [lt_cv_ld_exported_symbols_list=no 
     1947      save_LDFLAGS=$LDFLAGS 
     1948      echo "_main" > conftest.sym 
     1949      LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym" 
     1950      AC_LINK_IFELSE([AC_LANG_PROGRAM([],[])], 
     1951   [lt_cv_ld_exported_symbols_list=yes], 
     1952   [lt_cv_ld_exported_symbols_list=no]) 
     1953   LDFLAGS="$save_LDFLAGS" 
     1954    ]) 
     1955    case $host_os in 
     1956    rhapsody* | darwin1.[[0123]]) 
     1957      _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;; 
     1958    darwin1.*) 
     1959     _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;; 
     1960    darwin*) 
     1961      # if running on 10.5 or later, the deployment target defaults 
     1962      # to the OS version, if on x86, and 10.4, the deployment 
     1963      # target defaults to 10.4. Don't you love it? 
     1964      case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in 
     1965   10.0,*86*-darwin8*|10.0,*-darwin[[91]]*) 
     1966     _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;; 
     1967   10.[[012]]*) 
     1968     _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;; 
     1969   10.*) 
     1970     _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;; 
     1971      esac 
     1972    ;; 
     1973  esac 
     1974    if test "$lt_cv_apple_cc_single_mod" = "yes"; then 
     1975      _lt_dar_single_mod='$single_module' 
     1976    fi 
     1977    if test "$lt_cv_ld_exported_symbols_list" = "yes"; then 
     1978      _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym' 
     1979    else 
     1980      _lt_dar_export_syms="~$NMEDIT -s \$output_objdir/\${libname}-symbols.expsym \${lib}" 
     1981    fi 
     1982    if test "$DSYMUTIL" != ":"; then 
     1983      _lt_dsymutil="~$DSYMUTIL \$lib || :" 
     1984    else 
     1985      _lt_dsymutil= 
     1986    fi 
     1987    ;; 
     1988  esac 
     1989]) 
    2931990 
    2941991# _LT_AC_SYS_LIBPATH_AIX 
     
    6152312      case $lt_cv_prog_gnu_ld in 
    6162313      yes*) LD="${LD-ld} -m elf64_sparc" ;; 
    617       *)    LD="${LD-ld} -64" ;; 
     2314      *) 
     2315        if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then 
     2316          LD="${LD-ld} -64" 
     2317        fi 
     2318        ;; 
    6182319      esac 
    6192320      ;; 
     
    7082409     fi 
    7092410   fi 
    710    $rm conftest* 
     2411   $rm -r conftest* 
    7112412   LDFLAGS="$save_LDFLAGS" 
    7122413]) 
     
    9792680          [lt_cv_dlopen="shl_load"], 
    9802681      [AC_CHECK_LIB([dld], [shl_load], 
    981             [lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-dld"], 
     2682            [lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"], 
    9822683        [AC_CHECK_FUNC([dlopen], 
    9832684              [lt_cv_dlopen="dlopen"], 
     
    9872688                  [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"], 
    9882689              [AC_CHECK_LIB([dld], [dld_link], 
    989                     [lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-dld"]) 
     2690                    [lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"]) 
    9902691              ]) 
    9912692            ]) 
     
    13043005  ;; 
    13053006 
    1306 aix4* | aix5*) 
     3007aix[[4-9]]*) 
    13073008  version_type=linux 
    13083009  need_lib_prefix=no 
     
    18363537AC_MSG_RESULT([$dynamic_linker]) 
    18373538test "$dynamic_linker" = no && can_build_shared=no 
     3539 
     3540AC_CACHE_VAL([lt_cv_sys_lib_search_path_spec], 
     3541[lt_cv_sys_lib_search_path_spec="$sys_lib_search_path_spec"]) 
     3542sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec" 
     3543AC_CACHE_VAL([lt_cv_sys_lib_dlsearch_path_spec], 
     3544[lt_cv_sys_lib_dlsearch_path_spec="$sys_lib_dlsearch_path_spec"]) 
     3545sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec" 
    18383546 
    18393547variables_saved_for_relink="PATH $shlibpath_var $runpath_var" 
     
    23364044 
    23374045case $host_os in 
    2338 aix4* | aix5*) 
     4046aix[[4-9]]*) 
    23394047  lt_cv_deplibs_check_method=pass_all 
    23404048  ;; 
     
    27724480  ;; 
    27734481 
    2774 aix4* | aix5*) 
     4482aix[[4-9]]*) 
    27754483  if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then 
    27764484    test "$enable_shared" = yes && enable_static=no 
     
    28294537_LT_AC_TAGVAR(postdeps, $1)= 
    28304538_LT_AC_TAGVAR(compiler_lib_search_path, $1)= 
     4539_LT_AC_TAGVAR(compiler_lib_search_dirs, $1)= 
    28314540 
    28324541# Source file extension for C++ test sources. 
     
    29384647    _LT_AC_TAGVAR(ld_shlibs, $1)=no 
    29394648    ;; 
    2940   aix4* | aix5*) 
     4649  aix[[4-9]]*) 
    29414650    if test "$host_cpu" = ia64; then 
    29424651      # On IA64, the linker does run time linking by default, so we don't 
     
    29514660      # AIX style linking. If -brtl is somewhere in LDFLAGS, we 
    29524661      # need to do runtime linking. 
    2953       case $host_os in aix4.[[23]]|aix4.[[23]].*|aix5*) 
     4662      case $host_os in aix4.[[23]]|aix4.[[23]].*|aix[[5-9]]*) 
    29544663        for ld_flag in $LDFLAGS; do 
    29554664          case $ld_flag in 
     
    30974806  ;; 
    30984807      darwin* | rhapsody*) 
    3099         case $host_os in 
    3100         rhapsody* | darwin1.[[012]]) 
    3101          _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-undefined ${wl}suppress' 
    3102          ;; 
    3103        *) # Darwin 1.3 on 
    3104          if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then 
    3105            _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' 
    3106          else 
    3107            case ${MACOSX_DEPLOYMENT_TARGET} in 
    3108              10.[[012]]) 
    3109                _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' 
    3110                ;; 
    3111              10.*) 
    3112                _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-undefined ${wl}dynamic_lookup' 
    3113                ;; 
    3114            esac 
    3115          fi 
    3116          ;; 
    3117         esac 
    31184808      _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no 
    31194809      _LT_AC_TAGVAR(hardcode_direct, $1)=no 
     
    31224812      _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='' 
    31234813      _LT_AC_TAGVAR(link_all_deplibs, $1)=yes 
    3124  
    3125     if test "$GXX" = yes ; then 
    3126       lt_int_apple_cc_single_mod=no 
     4814      _LT_AC_TAGVAR(allow_undefined_flag, $1)="$_lt_dar_allow_undefined" 
     4815      if test "$GXX" = yes ; then 
    31274816      output_verbose_link_cmd='echo' 
    3128       if $CC -dumpspecs 2>&1 | $EGREP 'single_module' >/dev/null ; then 
    3129        lt_int_apple_cc_single_mod=yes 
     4817      _LT_AC_TAGVAR(archive_cmds, $1)="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}" 
     4818      _LT_AC_TAGVAR(module_cmds, $1)="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}" 
     4819      _LT_AC_TAGVAR(archive_expsym_cmds, $1)="sed 's,^,_,' < \$export_symbols > \$output_objdir/\${libname}-symbols.expsym~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring ${_lt_dar_single_mod}${_lt_dar_export_syms}${_lt_dsymutil}" 
     4820      _LT_AC_TAGVAR(module_expsym_cmds, $1)="sed -e 's,^,_,' < \$export_symbols > \$output_objdir/\${libname}-symbols.expsym~\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dar_export_syms}${_lt_dsymutil}" 
     4821      if test "$lt_cv_apple_cc_single_mod" != "yes"; then 
     4822        _LT_AC_TAGVAR(archive_cmds, $1)="\$CC -r -keep_private_externs -nostdlib -o \${lib}-master.o \$libobjs~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \${lib}-master.o \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring${_lt_dsymutil}" 
     4823        _LT_AC_TAGVAR(archive_expsym_cmds, $1)="sed 's,^,_,' < \$export_symbols > \$output_objdir/\${libname}-symbols.expsym~\$CC -r -keep_private_externs -nostdlib -o \${lib}-master.o \$libobjs~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \${lib}-master.o \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring${_lt_dar_export_syms}${_lt_dsymutil}" 
    31304824      fi 
    3131       if test "X$lt_int_apple_cc_single_mod" = Xyes ; then 
    3132        _LT_AC_TAGVAR(archive_cmds, $1)='$CC -dynamiclib -single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring' 
    3133       else 
    3134           _LT_AC_TAGVAR(archive_cmds, $1)='$CC -r -keep_private_externs -nostdlib -o ${lib}-master.o $libobjs~$CC -dynamiclib $allow_undefined_flag -o $lib ${lib}-master.o $deplibs $compiler_flags -install_name $rpath/$soname $verstring' 
    3135         fi 
    3136         _LT_AC_TAGVAR(module_cmds, $1)='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags' 
    3137         # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin lds 
    3138           if test "X$lt_int_apple_cc_single_mod" = Xyes ; then 
    3139             _LT_AC_TAGVAR(archive_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -dynamiclib -single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' 
    3140           else 
    3141             _LT_AC_TAGVAR(archive_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -r -keep_private_externs -nostdlib -o ${lib}-master.o $libobjs~$CC -dynamiclib $allow_undefined_flag -o $lib ${lib}-master.o $deplibs $compiler_flags -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' 
    3142           fi 
    3143             _LT_AC_TAGVAR(module_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag  -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' 
    31444825      else 
    31454826      case $cc_basename in 
     
    33925073        _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive$convenience ${wl}--no-whole-archive' 
    33935074        ;; 
    3394       pgCC*) 
     5075      pgCC* | pgcpp*) 
    33955076        # Portland Group C++ compiler 
    33965077        _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname -o $lib' 
     
    38275508# Parse the compiler output and extract the necessary 
    38285509# objects, libraries and library flags. 
    3829 AC_DEFUN([AC_LIBTOOL_POSTDEP_PREDEP],[ 
     5510AC_DEFUN([AC_LIBTOOL_POSTDEP_PREDEP], 
     5511[AC_REQUIRE([LT_AC_PROG_SED])dnl 
    38305512dnl we can't use the lt_simple_compile_test_code here, 
    38315513dnl because it contains code intended for an executable, 
     
    39525634$rm -f confest.$objext 
    39535635 
     5636_LT_AC_TAGVAR(compiler_lib_search_dirs, $1)= 
     5637if test -n "$_LT_AC_TAGVAR(compiler_lib_search_path, $1)"; then 
     5638  _LT_AC_TAGVAR(compiler_lib_search_dirs, $1)=`echo " ${_LT_AC_TAGVAR(compiler_lib_search_path, $1)}" | ${SED} -e 's! -L! !g' -e 's!^ !!'` 
     5639fi 
     5640 
    39545641# PORTME: override above test on systems where it is broken 
    39555642ifelse([$1],[CXX], 
     
    40085695esac 
    40095696]) 
    4010  
    40115697case " $_LT_AC_TAGVAR(postdeps, $1) " in 
    40125698*" -lc "*) _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no ;; 
     
    40935779  fi 
    40945780  ;; 
    4095 aix4* | aix5*) 
     5781aix[[4-9]]*) 
    40965782  if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then 
    40975783    test "$enable_shared" = yes && enable_static=no 
     
    42705956    _LT_AC_TAGVAR(postdeps, $1) \ 
    42715957    _LT_AC_TAGVAR(compiler_lib_search_path, $1) \ 
     5958    _LT_AC_TAGVAR(compiler_lib_search_dirs, $1) \ 
    42725959    _LT_AC_TAGVAR(archive_cmds, $1) \ 
    42735960    _LT_AC_TAGVAR(archive_expsym_cmds, $1) \ 
     
    43326019# NOTE: Changes made to this file will be lost: look at ltmain.sh. 
    43336020# 
    4334 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 
     6021# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 
    43356022# Free Software Foundation, Inc. 
    43366023# 
     
    45686255# shared library. 
    45696256postdeps=$lt_[]_LT_AC_TAGVAR(postdeps, $1) 
     6257 
     6258# The directories searched by this compiler when creating a shared 
     6259# library 
     6260compiler_lib_search_dirs=$lt_[]_LT_AC_TAGVAR(compiler_lib_search_dirs, $1) 
    45706261 
    45716262# The library search path used internally by the compiler when linking 
     
    49186609    cat conftest.$ac_ext >&5 
    49196610  fi 
    4920   rm -f conftest* conftst* 
     6611  rm -rf conftest* conftst* 
    49216612 
    49226613  # Do not use the global_symbol_pipe unless it works. 
     
    49756666      # Although the cygwin gcc ignores -fPIC, still need this for old-style 
    49766667      # (--disable-auto-import) libraries 
    4977       _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT' 
     6668      m4_if([$1], [GCJ], [], 
     6669        [_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT']) 
    49786670      ;; 
    49796671    darwin* | rhapsody*) 
     
    50126704  else 
    50136705    case $host_os in 
    5014       aix4* | aix5*) 
     6706      aix[[4-9]]*) 
    50156707        # All AIX code is PIC. 
    50166708        if test "$host_cpu" = ia64; then 
     
    51086800            _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-static' 
    51096801            ;; 
    5110           pgCC*) 
     6802          pgCC* | pgcpp*) 
    51116803            # Portland Group C++ compiler. 
    51126804            _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' 
     
    52596951      # Although the cygwin gcc ignores -fPIC, still need this for old-style 
    52606952      # (--disable-auto-import) libraries 
    5261       _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT' 
     6953      m4_if([$1], [GCJ], [], 
     6954        [_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT']) 
    52626955      ;; 
    52636956 
     
    53297022      # This hack is so that the source file can tell whether it is being 
    53307023      # built for inclusion in a dll (and should export symbols for example). 
    5331       _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT' 
     7024      m4_if([$1], [GCJ], [], 
     7025        [_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT']) 
    53327026      ;; 
    53337027 
     
    54667160if test -n "$_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)"; then 
    54677161  AC_LIBTOOL_COMPILER_OPTION([if $compiler PIC flag $_LT_AC_TAGVAR(lt_prog_compiler_pic, $1) works], 
    5468     _LT_AC_TAGVAR(lt_prog_compiler_pic_works, $1), 
     7162    _LT_AC_TAGVAR(lt_cv_prog_compiler_pic_works, $1), 
    54697163    [$_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)ifelse([$1],[],[ -DPIC],[ifelse([$1],[CXX],[ -DPIC],[])])], [], 
    54707164    [case $_LT_AC_TAGVAR(lt_prog_compiler_pic, $1) in 
     
    54907184wl=$_LT_AC_TAGVAR(lt_prog_compiler_wl, $1) eval lt_tmp_static_flag=\"$_LT_AC_TAGVAR(lt_prog_compiler_static, $1)\" 
    54917185AC_LIBTOOL_LINKER_OPTION([if $compiler static flag $lt_tmp_static_flag works], 
    5492   _LT_AC_TAGVAR(lt_prog_compiler_static_works, $1), 
     7186  _LT_AC_TAGVAR(lt_cv_prog_compiler_static_works, $1), 
    54937187  $lt_tmp_static_flag, 
    54947188  [], 
     
    55067200  _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols' 
    55077201  case $host_os in 
    5508   aix4* | aix5*) 
     7202  aix[[4-9]]*) 
    55097203    # If we're using GNU nm, then we don't want the "-C" option. 
    55107204    # -C means demangle to AIX nm, but means don't demangle with GNU nm 
     
    55287222  ;; 
    55297223  esac 
     7224  _LT_AC_TAGVAR(exclude_expsyms, $1)=['_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'] 
    55307225],[ 
    55317226  runpath_var= 
     
    55587253  # end of line.  Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc', 
    55597254  # as well as any symbol that contains `d'. 
    5560   _LT_AC_TAGVAR(exclude_expsyms, $1)="_GLOBAL_OFFSET_TABLE_" 
     7255  _LT_AC_TAGVAR(exclude_expsyms, $1)=['_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'] 
    55617256  # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out 
    55627257  # platforms (ab)use it in PIC code, but their linkers get confused if 
     
    55647259  # rely on this symbol name, it's probably fine to never include it in 
    55657260  # preloaded symbol tables. 
     7261  # Exclude shared library initialization/finalization symbols. 
     7262dnl Note also adjust exclude_expsyms for C++ above. 
    55667263  extract_expsyms_cmds= 
    55677264  # Just being paranoid about ensuring that cc_basename is set. 
     
    56137310    # See if GNU ld supports shared libraries. 
    56147311    case $host_os in 
    5615     aix3* | aix4* | aix5*) 
     7312    aix[[3-9]]*) 
    56167313      # On AIX/PPC, the GNU linker is very broken 
    56177314      if test "$host_cpu" != ia64; then 
     
    58337530      ;; 
    58347531 
    5835     aix4* | aix5*) 
     7532    aix[[4-9]]*) 
    58367533      if test "$host_cpu" = ia64; then 
    58377534        # On IA64, the linker does run time linking by default, so we don't 
     
    58537550        # AIX style linking. If -brtl is somewhere in LDFLAGS, we 
    58547551        # need to do runtime linking. 
    5855         case $host_os in aix4.[[23]]|aix4.[[23]].*|aix5*) 
     7552        case $host_os in aix4.[[23]]|aix4.[[23]].*|aix[[5-9]]*) 
    58567553          for ld_flag in $LDFLAGS; do 
    58577554          if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then 
     
    60137710    if test "$GCC" = yes ; then 
    60147711        output_verbose_link_cmd='echo' 
    6015         _LT_AC_TAGVAR(archive_cmds, $1)='$CC -dynamiclib $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring' 
    6016       _LT_AC_TAGVAR(module_cmds, $1)='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags' 
    6017       # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin lds 
    6018       _LT_AC_TAGVAR(archive_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -dynamiclib $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' 
    6019       _LT_AC_TAGVAR(module_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag  -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' 
     7712        _LT_AC_TAGVAR(archive_cmds, $1)="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}" 
     7713        _LT_AC_TAGVAR(module_cmds, $1)="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}" 
     7714        _LT_AC_TAGVAR(archive_expsym_cmds, $1)="sed 's,^,_,' < \$export_symbols > \$output_objdir/\${libname}-symbols.expsym~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring ${_lt_dar_single_mod}${_lt_dar_export_syms}${_lt_dsymutil}" 
     7715        _LT_AC_TAGVAR(module_expsym_cmds, $1)="sed -e 's,^,_,' < \$export_symbols > \$output_objdir/\${libname}-symbols.expsym~\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dar_export_syms}${_lt_dsymutil}" 
    60207716    else 
    60217717      case $cc_basename in 
     
    65988294]) 
    65998295 
     8296# nls.m4 serial 3 (gettext-0.15) 
     8297dnl Copyright (C) 1995-2003, 2005-2006 Free Software Foundation, Inc. 
     8298dnl This file is free software; the Free Software Foundation 
     8299dnl gives unlimited permission to copy and/or distribute it, 
     8300dnl with or without modifications, as long as this notice is preserved. 
     8301dnl 
     8302dnl This file can can be used in projects which are not available under 
     8303dnl the GNU General Public License or the GNU Library General Public 
     8304dnl License but which still want to provide support for the GNU gettext 
     8305dnl functionality. 
     8306dnl Please note that the actual code of the GNU gettext library is covered 
     8307dnl by the GNU Library General Public License, and the rest of the GNU 
     8308dnl gettext package package is covered by the GNU General Public License. 
     8309dnl They are *not* in the public domain. 
     8310 
     8311dnl Authors: 
     8312dnl   Ulrich Drepper <drepper@cygnus.com>, 1995-2000. 
     8313dnl   Bruno Haible <haible@clisp.cons.org>, 2000-2003. 
     8314 
     8315AC_PREREQ(2.50) 
     8316 
     8317AC_DEFUN([AM_NLS], 
     8318[ 
     8319  AC_MSG_CHECKING([whether NLS is requested]) 
     8320  dnl Default is enabled NLS 
     8321  AC_ARG_ENABLE(nls, 
     8322    [  --disable-nls           do not use Native Language Support], 
     8323    USE_NLS=$enableval, USE_NLS=yes) 
     8324  AC_MSG_RESULT($USE_NLS) 
     8325  AC_SUBST(USE_NLS) 
     8326]) 
     8327 
    66008328# pkg.m4 - Macros to locate and utilise pkg-config.            -*- Autoconf -*- 
    66018329#  
     
    67568484])# PKG_CHECK_MODULES 
    67578485 
    6758 # Copyright (C) 2002, 2003, 2005, 2006  Free Software Foundation, Inc. 
     8486# po.m4 serial 15 (gettext-0.17) 
     8487dnl Copyright (C) 1995-2007 Free Software Foundation, Inc. 
     8488dnl This file is free software; the Free Software Foundation 
     8489dnl gives unlimited permission to copy and/or distribute it, 
     8490dnl with or without modifications, as long as this notice is preserved. 
     8491dnl 
     8492dnl This file can can be used in projects which are not available under 
     8493dnl the GNU General Public License or the GNU Library General Public 
     8494dnl License but which still want to provide support for the GNU gettext 
     8495dnl functionality. 
     8496dnl Please note that the actual code of the GNU gettext library is covered 
     8497dnl by the GNU Library General Public License, and the rest of the GNU 
     8498dnl gettext package package is covered by the GNU General Public License. 
     8499dnl They are *not* in the public domain. 
     8500 
     8501dnl Authors: 
     8502dnl   Ulrich Drepper <drepper@cygnus.com>, 1995-2000. 
     8503dnl   Bruno Haible <haible@clisp.cons.org>, 2000-2003. 
     8504 
     8505AC_PREREQ(2.50) 
     8506 
     8507dnl Checks for all prerequisites of the po subdirectory. 
     8508AC_DEFUN([AM_PO_SUBDIRS], 
     8509[ 
     8510  AC_REQUIRE([AC_PROG_MAKE_SET])dnl 
     8511  AC_REQUIRE([AC_PROG_INSTALL])dnl 
     8512  AC_REQUIRE([AM_PROG_MKDIR_P])dnl defined by automake 
     8513  AC_REQUIRE([AM_NLS])dnl 
     8514 
     8515  dnl Release version of the gettext macros. This is used to ensure that 
     8516  dnl the gettext macros and po/Makefile.in.in are in sync. 
     8517  AC_SUBST([GETTEXT_MACRO_VERSION], [0.17]) 
     8518 
     8519  dnl Perform the following tests also if --disable-nls has been given, 
     8520  dnl because they are needed for "make dist" to work. 
     8521 
     8522  dnl Search for GNU msgfmt in the PATH. 
     8523  dnl The first test excludes Solaris msgfmt and early GNU msgfmt versions. 
     8524  dnl The second test excludes FreeBSD msgfmt. 
     8525  AM_PATH_PROG_WITH_TEST(MSGFMT, msgfmt, 
     8526    [$ac_dir/$ac_word --statistics /dev/null >&]AS_MESSAGE_LOG_FD[ 2>&1 && 
     8527     (if $ac_dir/$ac_word --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi)], 
     8528    :) 
     8529  AC_PATH_PROG(GMSGFMT, gmsgfmt, $MSGFMT) 
     8530 
     8531  dnl Test whether it is GNU msgfmt >= 0.15. 
     8532changequote(,)dnl 
     8533  case `$MSGFMT --version | sed 1q | sed -e 's,^[^0-9]*,,'` in 
     8534    '' | 0.[0-9] | 0.[0-9].* | 0.1[0-4] | 0.1[0-4].*) MSGFMT_015=: ;; 
     8535    *) MSGFMT_015=$MSGFMT ;; 
     8536  esac 
     8537changequote([,])dnl 
     8538  AC_SUBST([MSGFMT_015]) 
     8539changequote(,)dnl 
     8540  case `$GMSGFMT --version | sed 1q | sed -e 's,^[^0-9]*,,'` in 
     8541    '' | 0.[0-9] | 0.[0-9].* | 0.1[0-4] | 0.1[0-4].*) GMSGFMT_015=: ;; 
     8542    *) GMSGFMT_015=$GMSGFMT ;; 
     8543  esac 
     8544changequote([,])dnl 
     8545  AC_SUBST([GMSGFMT_015]) 
     8546 
     8547  dnl Search for GNU xgettext 0.12 or newer in the PATH. 
     8548  dnl The first test excludes Solaris xgettext and early GNU xgettext versions. 
     8549  dnl The second test excludes FreeBSD xgettext. 
     8550  AM_PATH_PROG_WITH_TEST(XGETTEXT, xgettext, 
     8551    [$ac_dir/$ac_word --omit-header --copyright-holder= --msgid-bugs-address= /dev/null >&]AS_MESSAGE_LOG_FD[ 2>&1 && 
     8552     (if $ac_dir/$ac_word --omit-header --copyright-holder= --msgid-bugs-address= /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi)], 
     8553    :) 
     8554  dnl Remove leftover from FreeBSD xgettext call. 
     8555  rm -f messages.po 
     8556 
     8557  dnl Test whether it is GNU xgettext >= 0.15. 
     8558changequote(,)dnl 
     8559  case `$XGETTEXT --version | sed 1q | sed -e 's,^[^0-9]*,,'` in 
     8560    '' | 0.[0-9] | 0.[0-9].* | 0.1[0-4] | 0.1[0-4].*) XGETTEXT_015=: ;; 
     8561    *) XGETTEXT_015=$XGETTEXT ;; 
     8562  esac 
     8563changequote([,])dnl 
     8564  AC_SUBST([XGETTEXT_015]) 
     8565 
     8566  dnl Search for GNU msgmerge 0.11 or newer in the PATH. 
     8567  AM_PATH_PROG_WITH_TEST(MSGMERGE, msgmerge, 
     8568    [$ac_dir/$ac_word --update -q /dev/null /dev/null >&]AS_MESSAGE_LOG_FD[ 2>&1], :) 
     8569 
     8570  dnl Installation directories. 
     8571  dnl Autoconf >= 2.60 defines localedir. For older versions of autoconf, we 
     8572  dnl have to define it here, so that it can be used in po/Makefile. 
     8573  test -n "$localedir" || localedir='${datadir}/locale' 
     8574  AC_SUBST([localedir]) 
     8575 
     8576  dnl Support for AM_XGETTEXT_OPTION. 
     8577  test -n "${XGETTEXT_EXTRA_OPTIONS+set}" || XGETTEXT_EXTRA_OPTIONS= 
     8578  AC_SUBST([XGETTEXT_EXTRA_OPTIONS]) 
     8579 
     8580  AC_CONFIG_COMMANDS([po-directories], [[ 
     8581    for ac_file in $CONFIG_FILES; do 
     8582      # Support "outfile[:infile[:infile...]]" 
     8583      case "$ac_file" in 
     8584        *:*) ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;; 
     8585      esac 
     8586      # PO directories have a Makefile.in generated from Makefile.in.in. 
     8587      case "$ac_file" in */Makefile.in) 
     8588        # Adjust a relative srcdir. 
     8589        ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'` 
     8590        ac_dir_suffix="/`echo "$ac_dir"|sed 's%^\./%%'`" 
     8591        ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'` 
     8592        # In autoconf-2.13 it is called $ac_given_srcdir. 
     8593        # In autoconf-2.50 it is called $srcdir. 
     8594        test -n "$ac_given_srcdir" || ac_given_srcdir="$srcdir" 
     8595        case "$ac_given_srcdir" in 
     8596          .)  top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;; 
     8597          /*) top_srcdir="$ac_given_srcdir" ;; 
     8598          *)  top_srcdir="$ac_dots$ac_given_srcdir" ;; 
     8599        esac 
     8600        # Treat a directory as a PO directory if and only if it has a 
     8601        # POTFILES.in file. This allows packages to have multiple PO 
     8602        # directories under different names or in different locations. 
     8603        if test -f "$ac_given_srcdir/$ac_dir/POTFILES.in"; then 
     8604          rm -f "$ac_dir/POTFILES" 
     8605          test -n "$as_me" && echo "$as_me: creating $ac_dir/POTFILES" || echo "creating $ac_dir/POTFILES" 
     8606          cat "$ac_given_srcdir/$ac_dir/POTFILES.in" | sed -e "/^#/d" -e "/^[   ]*\$/d" -e "s,.*,     $top_srcdir/& \\\\," | sed -e "\$s/\(.*\) \\\\/\1/" > "$ac_dir/POTFILES" 
     8607          POMAKEFILEDEPS="POTFILES.in" 
     8608          # ALL_LINGUAS, POFILES, UPDATEPOFILES, DUMMYPOFILES, GMOFILES depend 
     8609          # on $ac_dir but don't depend on user-specified configuration 
     8610          # parameters. 
     8611          if test -f "$ac_given_srcdir/$ac_dir/LINGUAS"; then 
     8612            # The LINGUAS file contains the set of available languages. 
     8613            if test -n "$OBSOLETE_ALL_LINGUAS"; then 
     8614              test -n "$as_me" && echo "$as_me: setting ALL_LINGUAS in configure.in is obsolete" || echo "setting ALL_LINGUAS in configure.in is obsolete" 
     8615            fi 
     8616            ALL_LINGUAS_=`sed -e "/^#/d" -e "s/#.*//" "$ac_given_srcdir/$ac_dir/LINGUAS"` 
     8617            # Hide the ALL_LINGUAS assigment from automake < 1.5. 
     8618            eval 'ALL_LINGUAS''=$ALL_LINGUAS_' 
     8619            POMAKEFILEDEPS="$POMAKEFILEDEPS LINGUAS" 
     8620          else 
     8621            # The set of available languages was given in configure.in. 
     8622            # Hide the ALL_LINGUAS assigment from automake < 1.5. 
     8623            eval 'ALL_LINGUAS''=$OBSOLETE_ALL_LINGUAS' 
     8624          fi 
     8625          # Compute POFILES 
     8626          # as      $(foreach lang, $(ALL_LINGUAS), $(srcdir)/$(lang).po) 
     8627          # Compute UPDATEPOFILES 
     8628          # as      $(foreach lang, $(ALL_LINGUAS), $(lang).po-update) 
     8629          # Compute DUMMYPOFILES 
     8630          # as      $(foreach lang, $(ALL_LINGUAS), $(lang).nop) 
     8631          # Compute GMOFILES 
     8632          # as      $(foreach lang, $(ALL_LINGUAS), $(srcdir)/$(lang).gmo) 
     8633          case "$ac_given_srcdir" in 
     8634            .) srcdirpre= ;; 
     8635            *) srcdirpre='$(srcdir)/' ;; 
     8636          esac 
     8637          POFILES= 
     8638          UPDATEPOFILES= 
     8639          DUMMYPOFILES= 
     8640          GMOFILES= 
     8641          for lang in $ALL_LINGUAS; do 
     8642            POFILES="$POFILES $srcdirpre$lang.po" 
     8643            UPDATEPOFILES="$UPDATEPOFILES $lang.po-update" 
     8644            DUMMYPOFILES="$DUMMYPOFILES $lang.nop" 
     8645            GMOFILES="$GMOFILES $srcdirpre$lang.gmo" 
     8646          done 
     8647          # CATALOGS depends on both $ac_dir and the user's LINGUAS 
     8648          # environment variable. 
     8649          INST_LINGUAS= 
     8650          if test -n "$ALL_LINGUAS"; then 
     8651            for presentlang in $ALL_LINGUAS; do 
     8652              useit=no 
     8653              if test "%UNSET%" != "$LINGUAS"; then 
     8654                desiredlanguages="$LINGUAS" 
     8655              else 
     8656                desiredlanguages="$ALL_LINGUAS" 
     8657              fi 
     8658              for desiredlang in $desiredlanguages; do 
     8659                # Use the presentlang catalog if desiredlang is 
     8660                #   a. equal to presentlang, or 
     8661                #   b. a variant of presentlang (because in this case, 
     8662                #      presentlang can be used as a fallback for messages 
     8663                #      which are not translated in the desiredlang catalog). 
     8664                case "$desiredlang" in 
     8665                  "$presentlang"*) useit=yes;; 
     8666                esac 
     8667              done 
     8668              if test $useit = yes; then 
     8669                INST_LINGUAS="$INST_LINGUAS $presentlang" 
     8670              fi 
     8671            done 
     8672          fi 
     8673          CATALOGS= 
     8674          if test -n "$INST_LINGUAS"; then 
     8675            for lang in $INST_LINGUAS; do 
     8676              CATALOGS="$CATALOGS $lang.gmo" 
     8677            done 
     8678          fi 
     8679          test -n "$as_me" && echo "$as_me: creating $ac_dir/Makefile" || echo "creating $ac_dir/Makefile" 
     8680          sed -e "/^POTFILES =/r $ac_dir/POTFILES" -e "/^# Makevars/r $ac_given_srcdir/$ac_dir/Makevars" -e "s|@POFILES@|$POFILES|g" -e "s|@UPDATEPOFILES@|$UPDATEPOFILES|g" -e "s|@DUMMYPOFILES@|$DUMMYPOFILES|g" -e "s|@GMOFILES@|$GMOFILES|g" -e "s|@CATALOGS@|$CATALOGS|g" -e "s|@POMAKEFILEDEPS@|$POMAKEFILEDEPS|g" "$ac_dir/Makefile.in" > "$ac_dir/Makefile" 
     8681          for f in "$ac_given_srcdir/$ac_dir"/Rules-*; do 
     8682            if test -f "$f"; then 
     8683              case "$f" in 
     8684                *.orig | *.bak | *~) ;; 
     8685                *) cat "$f" >> "$ac_dir/Makefile" ;; 
     8686              esac 
     8687            fi 
     8688          done 
     8689        fi 
     8690        ;; 
     8691      esac 
     8692    done]], 
     8693   [# Capture the value of obsolete ALL_LINGUAS because we need it to compute 
     8694    # POFILES, UPDATEPOFILES, DUMMYPOFILES, GMOFILES, CATALOGS. But hide it 
     8695    # from automake < 1.5. 
     8696    eval 'OBSOLETE_ALL_LINGUAS''="$ALL_LINGUAS"' 
     8697    # Capture the value of LINGUAS because we need it to compute CATALOGS. 
     8698    LINGUAS="${LINGUAS-%UNSET%}" 
     8699   ]) 
     8700]) 
     8701 
     8702dnl Postprocesses a Makefile in a directory containing PO files. 
     8703AC_DEFUN([AM_POSTPROCESS_PO_MAKEFILE], 
     8704[ 
     8705  # When this code is run, in config.status, two variables have already been 
     8706  # set: 
     8707  # - OBSOLETE_ALL_LINGUAS is the value of LINGUAS set in configure.in, 
     8708  # - LINGUAS is the value of the environment variable LINGUAS at configure 
     8709  #   time. 
     8710 
     8711changequote(,)dnl 
     8712  # Adjust a relative srcdir. 
     8713  ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'` 
     8714  ac_dir_suffix="/`echo "$ac_dir"|sed 's%^\./%%'`" 
     8715  ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'` 
     8716  # In autoconf-2.13 it is called $ac_given_srcdir. 
     8717  # In autoconf-2.50 it is called $srcdir. 
     8718  test -n "$ac_given_srcdir" || ac_given_srcdir="$srcdir" 
     8719  case "$ac_given_srcdir" in 
     8720    .)  top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;; 
     8721    /*) top_srcdir="$ac_given_srcdir" ;; 
     8722    *)  top_srcdir="$ac_dots$ac_given_srcdir" ;; 
     8723  esac 
     8724 
     8725  # Find a way to echo strings without interpreting backslash. 
     8726  if test "X`(echo '\t') 2>/dev/null`" = 'X\t'; then 
     8727    gt_echo='echo' 
     8728  else 
     8729    if test "X`(printf '%s\n' '\t') 2>/dev/null`" = 'X\t'; then 
     8730      gt_echo='printf %s\n' 
     8731    else 
     8732      echo_func () { 
     8733        cat <<EOT 
     8734$* 
     8735EOT 
     8736      } 
     8737      gt_echo='echo_func' 
     8738    fi 
     8739  fi 
     8740 
     8741  # A sed script that extracts the value of VARIABLE from a Makefile. 
     8742  sed_x_variable=' 
     8743# Test if the hold space is empty. 
     8744x 
     8745s/P/P/ 
     8746x 
     8747ta 
     8748# Yes it was empty. Look if we have the expected variable definition. 
     8749/^[      ]*VARIABLE[     ]*=/{ 
     8750  # Seen the first line of the variable definition. 
     8751  s/^[   ]*VARIABLE[     ]*=// 
     8752  ba 
     8753} 
     8754bd 
     8755:a 
     8756# Here we are processing a line from the variable definition. 
     8757# Remove comment, more precisely replace it with a space. 
     8758s/#.*$/ / 
     8759# See if the line ends in a backslash. 
     8760tb 
     8761:b 
     8762s/\\$// 
     8763# Print the line, without the trailing backslash. 
     8764p 
     8765tc 
     8766# There was no trailing backslash. The end of the variable definition is 
     8767# reached. Clear the hold space. 
     8768s/^.*$// 
     8769x 
     8770bd 
     8771:c 
     8772# A trailing backslash means that the variable definition continues in the 
     8773# next line. Put a nonempty string into the hold space to indicate this. 
     8774s/^.*$/P/ 
     8775x 
     8776:d 
     8777' 
     8778changequote([,])dnl 
     8779 
     8780  # Set POTFILES to the value of the Makefile variable POTFILES. 
     8781  sed_x_POTFILES=`$gt_echo "$sed_x_variable" | sed -e '/^ *#/d' -e 's/VARIABLE/POTFILES/g'` 
     8782  POTFILES=`sed -n -e "$sed_x_POTFILES" < "$ac_file"` 
     8783  # Compute POTFILES_DEPS as 
     8784  #   $(foreach file, $(POTFILES), $(top_srcdir)/$(file)) 
     8785  POTFILES_DEPS= 
     8786  for file in $POTFILES; do 
     8787    POTFILES_DEPS="$POTFILES_DEPS "'$(top_srcdir)/'"$file" 
     8788  done 
     8789  POMAKEFILEDEPS="" 
     8790 
     8791  if test -n "$OBSOLETE_ALL_LINGUAS"; then 
     8792    test -n "$as_me" && echo "$as_me: setting ALL_LINGUAS in configure.in is obsolete" || echo "setting ALL_LINGUAS in configure.in is obsolete" 
     8793  fi 
     8794  if test -f "$ac_given_srcdir/$ac_dir/LINGUAS"; then 
     8795    # The LINGUAS file contains the set of available languages. 
     8796    ALL_LINGUAS_=`sed -e "/^#/d" -e "s/#.*//" "$ac_given_srcdir/$ac_dir/LINGUAS"` 
     8797    POMAKEFILEDEPS="$POMAKEFILEDEPS LINGUAS" 
     8798  else 
     8799    # Set ALL_LINGUAS to the value of the Makefile variable LINGUAS. 
     8800    sed_x_LINGUAS=`$gt_echo "$sed_x_variable" | sed -e '/^ *#/d' -e 's/VARIABLE/LINGUAS/g'` 
     8801    ALL_LINGUAS_=`sed -n -e "$sed_x_LINGUAS" < "$ac_file"` 
     8802  fi 
     8803  # Hide the ALL_LINGUAS assigment from automake < 1.5. 
     8804  eval 'ALL_LINGUAS''=$ALL_LINGUAS_' 
     8805  # Compute POFILES 
     8806  # as      $(foreach lang, $(ALL_LINGUAS), $(srcdir)/$(lang).po) 
     8807  # Compute UPDATEPOFILES 
     8808  # as      $(foreach lang, $(ALL_LINGUAS), $(lang).po-update) 
     8809  # Compute DUMMYPOFILES 
     8810  # as      $(foreach lang, $(ALL_LINGUAS), $(lang).nop) 
     8811  # Compute GMOFILES 
     8812  # as      $(foreach lang, $(ALL_LINGUAS), $(srcdir)/$(lang).gmo) 
     8813  # Compute PROPERTIESFILES 
     8814  # as      $(foreach lang, $(ALL_LINGUAS), $(top_srcdir)/$(DOMAIN)_$(lang).properties) 
     8815  # Compute CLASSFILES 
     8816  # as      $(foreach lang, $(ALL_LINGUAS), $(top_srcdir)/$(DOMAIN)_$(lang).class) 
     8817  # Compute QMFILES 
     8818  # as      $(foreach lang, $(ALL_LINGUAS), $(srcdir)/$(lang).qm) 
     8819  # Compute MSGFILES 
     8820  # as      $(foreach lang, $(ALL_LINGUAS), $(srcdir)/$(frob $(lang)).msg) 
     8821  # Compute RESOURCESDLLFILES 
     8822  # as      $(foreach lang, $(ALL_LINGUAS), $(srcdir)/$(frob $(lang))/$(DOMAIN).resources.dll) 
     8823  case "$ac_given_srcdir" in 
     8824    .) srcdirpre= ;; 
     8825    *) srcdirpre='$(srcdir)/' ;; 
     8826  esac 
     8827  POFILES= 
     8828  UPDATEPOFILES= 
     8829  DUMMYPOFILES= 
     8830  GMOFILES= 
     8831  PROPERTIESFILES= 
     8832  CLASSFILES= 
     8833  QMFILES= 
     8834  MSGFILES= 
     8835  RESOURCESDLLFILES= 
     8836  for lang in $ALL_LINGUAS; do 
     8837    POFILES="$POFILES $srcdirpre$lang.po" 
     8838    UPDATEPOFILES="$UPDATEPOFILES $lang.po-update" 
     8839    DUMMYPOFILES="$DUMMYPOFILES $lang.nop" 
     8840    GMOFILES="$GMOFILES $srcdirpre$lang.gmo" 
     8841    PROPERTIESFILES="$PROPERTIESFILES \$(top_srcdir)/\$(DOMAIN)_$lang.properties" 
     8842    CLASSFILES="$CLASSFILES \$(top_srcdir)/\$(DOMAIN)_$lang.class" 
     8843    QMFILES="$QMFILES $srcdirpre$lang.qm" 
     8844    frobbedlang=`echo $lang | sed -e 's/\..*$//' -e 'y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstuvwxyz/'` 
     8845    MSGFILES="$MSGFILES $srcdirpre$frobbedlang.msg" 
     8846    frobbedlang=`echo $lang | sed -e 's/_/-/g' -e 's/^sr-CS/sr-SP/' -e 's/@latin$/-Latn/' -e 's/@cyrillic$/-Cyrl/' -e 's/^sr-SP$/sr-SP-Latn/' -e 's/^uz-UZ$/uz-UZ-Latn/'` 
     8847    RESOURCESDLLFILES="$RESOURCESDLLFILES $srcdirpre$frobbedlang/\$(DOMAIN).resources.dll" 
     8848  done 
     8849  # CATALOGS depends on both $ac_dir and the user's LINGUAS 
     8850  # environment variable. 
     8851  INST_LINGUAS= 
     8852  if test -n "$ALL_LINGUAS"; then 
     8853    for presentlang in $ALL_LINGUAS; do 
     8854      useit=no 
     8855      if test "%UNSET%" != "$LINGUAS"; then 
     8856        desiredlanguages="$LINGUAS" 
     8857      else 
     8858        desiredlanguages="$ALL_LINGUAS" 
     8859      fi 
     8860      for desiredlang in $desiredlanguages; do 
     8861        # Use the presentlang catalog if desiredlang is 
     8862        #   a. equal to presentlang, or 
     8863        #   b. a variant of presentlang (because in this case, 
     8864        #      presentlang can be used as a fallback for messages 
     8865        #      which are not translated in the desiredlang catalog). 
     8866        case "$desiredlang" in 
     8867          "$presentlang"*) useit=yes;; 
     8868        esac 
     8869      done 
     8870      if test $useit = yes; then 
     8871        INST_LINGUAS="$INST_LINGUAS $presentlang" 
     8872      fi 
     8873    done 
     8874  fi 
     8875  CATALOGS= 
     8876  JAVACATALOGS= 
     8877  QTCATALOGS= 
     8878  TCLCATALOGS= 
     8879  CSHARPCATALOGS= 
     8880  if test -n "$INST_LINGUAS"; then 
     8881    for lang in $INST_LINGUAS; do 
     8882      CATALOGS="$CATALOGS $lang.gmo" 
     8883      JAVACATALOGS="$JAVACATALOGS \$(DOMAIN)_$lang.properties" 
     8884      QTCATALOGS="$QTCATALOGS $lang.qm" 
     8885      frobbedlang=`echo $lang | sed -e 's/\..*$//' -e 'y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstuvwxyz/'` 
     8886      TCLCATALOGS="$TCLCATALOGS $frobbedlang.msg" 
     8887      frobbedlang=`echo $lang | sed -e 's/_/-/g' -e 's/^sr-CS/sr-SP/' -e 's/@latin$/-Latn/' -e 's/@cyrillic$/-Cyrl/' -e 's/^sr-SP$/sr-SP-Latn/' -e 's/^uz-UZ$/uz-UZ-Latn/'` 
     8888      CSHARPCATALOGS="$CSHARPCATALOGS $frobbedlang/\$(DOMAIN).resources.dll" 
     8889    done 
     8890  fi 
     8891 
     8892  sed -e "s|@POTFILES_DEPS@|$POTFILES_DEPS|g" -e "s|@POFILES@|$POFILES|g" -e "s|@UPDATEPOFILES@|$UPDATEPOFILES|g" -e "s|@DUMMYPOFILES@|$DUMMYPOFILES|g" -e "s|@GMOFILES@|$GMOFILES|g" -e "s|@PROPERTIESFILES@|$PROPERTIESFILES|g" -e "s|@CLASSFILES@|$CLASSFILES|g" -e "s|@QMFILES@|$QMFILES|g" -e "s|@MSGFILES@|$MSGFILES|g" -e "s|@RESOURCESDLLFILES@|$RESOURCESDLLFILES|g" -e "s|@CATALOGS@|$CATALOGS|g" -e "s|@JAVACATALOGS@|$JAVACATALOGS|g" -e "s|@QTCATALOGS@|$QTCATALOGS|g" -e "s|@TCLCATALOGS@|$TCLCATALOGS|g" -e "s|@CSHARPCATALOGS@|$CSHARPCATALOGS|g" -e 's,^#distdir:,distdir:,' < "$ac_file" > "$ac_file.tmp" 
     8893  if grep -l '@TCLCATALOGS@' "$ac_file" > /dev/null; then 
     8894    # Add dependencies that cannot be formulated as a simple suffix rule. 
     8895    for lang in $ALL_LINGUAS; do 
     8896      frobbedlang=`echo $lang | sed -e 's/\..*$//' -e 'y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstuvwxyz/'` 
     8897      cat >> "$ac_file.tmp" <<EOF 
     8898$frobbedlang.msg: $lang.po 
     8899        @echo "\$(MSGFMT) -c --tcl -d \$(srcdir) -l $lang $srcdirpre$lang.po"; \ 
     8900        \$(MSGFMT) -c --tcl -d "\$(srcdir)" -l $lang $srcdirpre$lang.po || { rm -f "\$(srcdir)/$frobbedlang.msg"; exit 1; } 
     8901EOF 
     8902    done 
     8903  fi 
     8904  if grep -l '@CSHARPCATALOGS@' "$ac_file" > /dev/null; then 
     8905    # Add dependencies that cannot be formulated as a simple suffix rule. 
     8906    for lang in $ALL_LINGUAS; do 
     8907      frobbedlang=`echo $lang | sed -e 's/_/-/g' -e 's/^sr-CS/sr-SP/' -e 's/@latin$/-Latn/' -e 's/@cyrillic$/-Cyrl/' -e 's/^sr-SP$/sr-SP-Latn/' -e 's/^uz-UZ$/uz-UZ-Latn/'` 
     8908      cat >> "$ac_file.tmp" <<EOF 
     8909$frobbedlang/\$(DOMAIN).resources.dll: $lang.po 
     8910        @echo "\$(MSGFMT) -c --csharp -d \$(srcdir) -l $lang $srcdirpre$lang.po -r \$(DOMAIN)"; \ 
     8911        \$(MSGFMT) -c --csharp -d "\$(srcdir)" -l $lang $srcdirpre$lang.po -r "\$(DOMAIN)" || { rm -f "\$(srcdir)/$frobbedlang.msg"; exit 1; } 
     8912EOF 
     8913    done 
     8914  fi 
     8915  if test -n "$POMAKEFILEDEPS"; then 
     8916    cat >> "$ac_file.tmp" <<EOF 
     8917Makefile: $POMAKEFILEDEPS 
     8918EOF 
     8919  fi 
     8920  mv "$ac_file.tmp" "$ac_file" 
     8921]) 
     8922 
     8923dnl Initializes the accumulator used by AM_XGETTEXT_OPTION. 
     8924AC_DEFUN([AM_XGETTEXT_OPTION_INIT], 
     8925[ 
     8926  XGETTEXT_EXTRA_OPTIONS= 
     8927]) 
     8928 
     8929dnl Registers an option to be passed to xgettext in the po subdirectory. 
     8930AC_DEFUN([AM_XGETTEXT_OPTION], 
     8931[ 
     8932  AC_REQUIRE([AM_XGETTEXT_OPTION_INIT]) 
     8933  XGETTEXT_EXTRA_OPTIONS="$XGETTEXT_EXTRA_OPTIONS $1" 
     8934]) 
     8935 
     8936# progtest.m4 serial 4 (gettext-0.14.2) 
     8937dnl Copyright (C) 1996-2003, 2005 Free Software Foundation, Inc. 
     8938dnl This file is free software; the Free Software Foundation 
     8939dnl gives unlimited permission to copy and/or distribute it, 
     8940dnl with or without modifications, as long as this notice is preserved. 
     8941dnl 
     8942dnl This file can can be used in projects which are not available under 
     8943dnl the GNU General Public License or the GNU Library General Public 
     8944dnl License but which still want to provide support for the GNU gettext 
     8945dnl functionality. 
     8946dnl Please note that the actual code of the GNU gettext library is covered 
     8947dnl by the GNU Library General Public License, and the rest of the GNU 
     8948dnl gettext package package is covered by the GNU General Public License. 
     8949dnl They are *not* in the public domain. 
     8950 
     8951dnl Authors: 
     8952dnl   Ulrich Drepper <drepper@cygnus.com>, 1996. 
     8953 
     8954AC_PREREQ(2.50) 
     8955 
     8956# Search path for a program which passes the given test. 
     8957 
     8958dnl AM_PATH_PROG_WITH_TEST(VARIABLE, PROG-TO-CHECK-FOR, 
     8959dnl   TEST-PERFORMED-ON-FOUND_PROGRAM [, VALUE-IF-NOT-FOUND [, PATH]]) 
     8960AC_DEFUN([AM_PATH_PROG_WITH_TEST], 
     8961[ 
     8962# Prepare PATH_SEPARATOR. 
     8963# The user is always right. 
     8964if test "${PATH_SEPARATOR+set}" != set; then 
     8965  echo "#! /bin/sh" >conf$$.sh 
     8966  echo  "exit 0"   >>conf$$.sh 
     8967  chmod +x conf$$.sh 
     8968  if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then 
     8969    PATH_SEPARATOR=';' 
     8970  else 
     8971    PATH_SEPARATOR=: 
     8972  fi 
     8973  rm -f conf$$.sh 
     8974fi 
     8975 
     8976# Find out how to test for executable files. Don't use a zero-byte file, 
     8977# as systems may use methods other than mode bits to determine executability. 
     8978cat >conf$$.file <<_ASEOF 
     8979#! /bin/sh 
     8980exit 0 
     8981_ASEOF 
     8982chmod +x conf$$.file 
     8983if test -x conf$$.file >/dev/null 2>&1; then 
     8984  ac_executable_p="test -x" 
     8985else 
     8986  ac_executable_p="test -f" 
     8987fi 
     8988rm -f conf$$.file 
     8989 
     8990# Extract the first word of "$2", so it can be a program name with args. 
     8991set dummy $2; ac_word=[$]2 
     8992AC_MSG_CHECKING([for $ac_word]) 
     8993AC_CACHE_VAL(ac_cv_path_$1, 
     8994[case "[$]$1" in 
     8995  [[\\/]]* | ?:[[\\/]]*) 
     8996    ac_cv_path_$1="[$]$1" # Let the user override the test with a path. 
     8997    ;; 
     8998  *) 
     8999    ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR 
     9000    for ac_dir in ifelse([$5], , $PATH, [$5]); do 
     9001      IFS="$ac_save_IFS" 
     9002      test -z "$ac_dir" && ac_dir=. 
     9003      for ac_exec_ext in '' $ac_executable_extensions; do 
     9004        if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then 
     9005          echo "$as_me: trying $ac_dir/$ac_word..." >&AS_MESSAGE_LOG_FD 
     9006          if [$3]; then 
     9007            ac_cv_path_$1="$ac_dir/$ac_word$ac_exec_ext" 
     9008            break 2 
     9009          fi 
     9010        fi 
     9011      done 
     9012    done 
     9013    IFS="$ac_save_IFS" 
     9014dnl If no 4th arg is given, leave the cache variable unset, 
     9015dnl so AC_PATH_PROGS will keep looking. 
     9016ifelse([$4], , , [  test -z "[$]ac_cv_path_$1" && ac_cv_path_$1="$4" 
     9017])dnl 
     9018    ;; 
     9019esac])dnl 
     9020$1="$ac_cv_path_$1" 
     9021if test ifelse([$4], , [-n "[$]$1"], ["[$]$1" != "$4"]); then 
     9022  AC_MSG_RESULT([$]$1) 
     9023else 
     9024  AC_MSG_RESULT(no) 
     9025fi 
     9026AC_SUBST($1)dnl 
     9027]) 
     9028 
     9029# Copyright (C) 2002, 2003, 2005, 2006, 2007  Free Software Foundation, Inc. 
    67599030# 
    67609031# This file is free software; the Free Software Foundation 
     
    67719042dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to 
    67729043dnl require some minimum version.  Point them to the right macro. 
    6773 m4_if([$1], [1.10], [], 
     9044m4_if([$1], [1.10.1], [], 
    67749045      [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl 
    67759046]) 
     
    67879058# This function is AC_REQUIREd by AC_INIT_AUTOMAKE. 
    67889059AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION], 
    6789 [AM_AUTOMAKE_VERSION([1.10])dnl 
    6790 _AM_AUTOCONF_VERSION(m4_PACKAGE_VERSION)]) 
     9060[AM_AUTOMAKE_VERSION([1.10.1])dnl 
     9061m4_ifndef([AC_AUTOCONF_VERSION], 
     9062  [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl 
     9063_AM_AUTOCONF_VERSION(AC_AUTOCONF_VERSION)]) 
    67919064 
    67929065# AM_AUX_DIR_EXPAND                                         -*- Autoconf -*- 
     
    70609333  # Grep'ing the whole file is not good either: AIX grep has a line 
    70619334  # limit of 2048, but all sed's we know have understand at least 4000. 
    7062   if sed 10q "$mf" | grep '^#.*generated by automake' > /dev/null 2>&1; then 
     9335  if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then 
    70639336    dirpart=`AS_DIRNAME("$mf")` 
    70649337  else 
     
    71089381 
    71099382# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 
    7110 # 2005, 2006 Free Software Foundation, Inc. 
     9383# 2005, 2006, 2008 Free Software Foundation, Inc. 
    71119384# 
    71129385# This file is free software; the Free Software Foundation 
     
    71149387# with or without modifications, as long as this notice is preserved. 
    71159388 
    7116 # serial 12 
     9389# serial 13 
    71179390 
    71189391# This macro actually does too much.  Some checks are only needed if 
     
    72199492AC_DEFUN([_AC_AM_CONFIG_HEADER_HOOK], 
    72209493[# Compute $1's index in $config_headers. 
     9494_am_arg=$1 
    72219495_am_stamp_count=1 
    72229496for _am_header in $config_headers :; do 
    72239497  case $_am_header in 
    7224     $1 | $1:* ) 
     9498    $_am_arg | $_am_arg:* ) 
    72259499      break ;; 
    72269500    * ) 
     
    72289502  esac 
    72299503done 
    7230 echo "timestamp for $1" >`AS_DIRNAME([$1])`/stamp-h[]$_am_stamp_count]) 
     9504echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count]) 
    72319505 
    72329506# Copyright (C) 2001, 2003, 2005  Free Software Foundation, Inc. 
     
    75009774# _AM_SUBST_NOTMAKE(VARIABLE) 
    75019775# --------------------------- 
    7502 # Prevent Automake from outputing VARIABLE = @VARIABLE@ in Makefile.in. 
     9776# Prevent Automake from outputting VARIABLE = @VARIABLE@ in Makefile.in. 
    75039777# This macro is traced by Automake. 
    75049778AC_DEFUN([_AM_SUBST_NOTMAKE]) 
     
    76009874]) # _AM_PROG_TAR 
    76019875 
    7602 m4_include([m4/gettext.m4]) 
    7603 m4_include([m4/iconv.m4]) 
    7604 m4_include([m4/lib-ld.m4]) 
    7605 m4_include([m4/lib-link.m4]) 
    7606 m4_include([m4/lib-prefix.m4]) 
    7607 m4_include([m4/nls.m4]) 
    7608 m4_include([m4/po.m4]) 
    7609 m4_include([m4/progtest.m4]) 
    76109876m4_include([acinclude.m4]) 
  • trunk/fm_gui/config.h.in

    r213 r249  
    2929#undef HAVE_GETTEXT 
    3030 
    31 /* Define if you have the iconv() function. */ 
     31/* Define if you have the iconv() function and it works. */ 
    3232#undef HAVE_ICONV 
    3333 
  • trunk/fm_gui/configure

    r227 r249  
    770770#endif" 
    771771 
     772gt_needs= 
    772773ac_subst_vars='SHELL 
    773774PATH_SEPARATOR 
     
    860861AR 
    861862RANLIB 
     863DSYMUTIL 
     864NMEDIT 
    862865DLLTOOL 
    863866AS 
     
    876879LIBTOOL 
    877880USE_NLS 
     881GETTEXT_MACRO_VERSION 
    878882MSGFMT 
    879883GMSGFMT 
     
    883887XGETTEXT_015 
    884888MSGMERGE 
     889XGETTEXT_EXTRA_OPTIONS 
    885890INTL_MACOSX_LIBS 
    886891LIBICONV 
     
    896901FM_GUI_CFLAGS 
    897902FM_GUI_LIBS 
     903GSTREAMER_CFLAGS 
     904GSTREAMER_LIBS 
     905GNOME_STUFF_CFLAGS 
     906GNOME_STUFF_LIBS 
    898907RGC_CLIENT_CFLAGS 
    899908RGC_CLIENT_LIBS 
     
    929938FM_GUI_CFLAGS 
    930939FM_GUI_LIBS 
     940GSTREAMER_CFLAGS 
     941GSTREAMER_LIBS 
     942GNOME_STUFF_CFLAGS 
     943GNOME_STUFF_LIBS 
    931944RGC_CLIENT_CFLAGS 
    932945RGC_CLIENT_LIBS' 
     
    15551568              C compiler flags for FM_GUI, overriding pkg-config 
    15561569  FM_GUI_LIBS linker flags for FM_GUI, overriding pkg-config 
     1570  GSTREAMER_CFLAGS 
     1571              C compiler flags for GSTREAMER, overriding pkg-config 
     1572  GSTREAMER_LIBS 
     1573              linker flags for GSTREAMER, overriding pkg-config 
     1574  GNOME_STUFF_CFLAGS 
     1575              C compiler flags for GNOME_STUFF, overriding pkg-config 
     1576  GNOME_STUFF_LIBS 
     1577              linker flags for GNOME_STUFF, overriding pkg-config 
    15571578  RGC_CLIENT_CFLAGS 
    15581579              C compiler flags for RGC_CLIENT, overriding pkg-config 
     
    19111932fi 
    19121933 
     1934gt_needs="$gt_needs " 
    19131935# Check that the precious variables saved in the cache have kept the same 
    19141936# value. 
     
    41614183 
    41624184case $host_os in 
    4163 aix4* | aix5*) 
     4185aix[4-9]*) 
    41644186  lt_cv_deplibs_check_method=pass_all 
    41654187  ;; 
     
    43774399*-*-irix6*) 
    43784400  # Find out which ABI we are using. 
    4379   echo '#line 4379 "configure"' > conftest.$ac_ext 
     4401  echo '#line 4401 "configure"' > conftest.$ac_ext 
    43804402  if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 
    43814403  (eval $ac_compile) 2>&5 
     
    45494571      case $lt_cv_prog_gnu_ld in 
    45504572      yes*) LD="${LD-ld} -m elf64_sparc" ;; 
    4551       *)    LD="${LD-ld} -64" ;; 
     4573      *) 
     4574        if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then 
     4575          LD="${LD-ld} -64" 
     4576        fi 
     4577        ;; 
    45524578      esac 
    45534579      ;; 
     
    64416467 
    64426468# Autoconf 2.13's AC_OBJEXT and AC_EXEEXT macros only works for C compilers! 
    6443  
    64446469# find the maximum length of command line arguments 
    64456470{ echo "$as_me:$LINENO: checking the maximum length of command line arguments" >&5 
     
    67566781    cat conftest.$ac_ext >&5 
    67576782  fi 
    6758   rm -f conftest* conftst* 
     6783  rm -rf conftest* conftst* 
    67596784 
    67606785  # Do not use the global_symbol_pipe unless it works. 
     
    73167341esac 
    73177342 
     7343 
     7344  case $host_os in 
     7345    rhapsody* | darwin*) 
     7346    if test -n "$ac_tool_prefix"; then 
     7347  # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args. 
     7348set dummy ${ac_tool_prefix}dsymutil; ac_word=$2 
     7349{ echo "$as_me:$LINENO: checking for $ac_word" >&5 
     7350echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 
     7351if test "${ac_cv_prog_DSYMUTIL+set}" = set; then 
     7352  echo $ECHO_N "(cached) $ECHO_C" >&6 
     7353else 
     7354  if test -n "$DSYMUTIL"; then 
     7355  ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test. 
     7356else 
     7357as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 
     7358for as_dir in $PATH 
     7359do 
     7360  IFS=$as_save_IFS 
     7361  test -z "$as_dir" && as_dir=. 
     7362  for ac_exec_ext in '' $ac_executable_extensions; do 
     7363  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 
     7364    ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil" 
     7365    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 
     7366    break 2 
     7367  fi 
     7368done 
     7369done 
     7370IFS=$as_save_IFS 
     7371 
     7372fi 
     7373fi 
     7374DSYMUTIL=$ac_cv_prog_DSYMUTIL 
     7375if test -n "$DSYMUTIL"; then 
     7376  { echo "$as_me:$LINENO: result: $DSYMUTIL" >&5 
     7377echo "${ECHO_T}$DSYMUTIL" >&6; } 
     7378else 
     7379  { echo "$as_me:$LINENO: result: no" >&5 
     7380echo "${ECHO_T}no" >&6; } 
     7381fi 
     7382 
     7383 
     7384fi 
     7385if test -z "$ac_cv_prog_DSYMUTIL"; then 
     7386  ac_ct_DSYMUTIL=$DSYMUTIL 
     7387  # Extract the first word of "dsymutil", so it can be a program name with args. 
     7388set dummy dsymutil; ac_word=$2 
     7389{ echo "$as_me:$LINENO: checking for $ac_word" >&5 
     7390echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 
     7391if test "${ac_cv_prog_ac_ct_DSYMUTIL+set}" = set; then 
     7392  echo $ECHO_N "(cached) $ECHO_C" >&6 
     7393else 
     7394  if test -n "$ac_ct_DSYMUTIL"; then 
     7395  ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test. 
     7396else 
     7397as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 
     7398for as_dir in $PATH 
     7399do 
     7400  IFS=$as_save_IFS 
     7401  test -z "$as_dir" && as_dir=. 
     7402  for ac_exec_ext in '' $ac_executable_extensions; do 
     7403  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 
     7404    ac_cv_prog_ac_ct_DSYMUTIL="dsymutil" 
     7405    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 
     7406    break 2 
     7407  fi 
     7408done 
     7409done 
     7410IFS=$as_save_IFS 
     7411 
     7412fi 
     7413fi 
     7414ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL 
     7415if test -n "$ac_ct_DSYMUTIL"; then 
     7416  { echo "$as_me:$LINENO: result: $ac_ct_DSYMUTIL" >&5 
     7417echo "${ECHO_T}$ac_ct_DSYMUTIL" >&6; } 
     7418else 
     7419  { echo "$as_me:$LINENO: result: no" >&5 
     7420echo "${ECHO_T}no" >&6; } 
     7421fi 
     7422 
     7423  if test "x$ac_ct_DSYMUTIL" = x; then 
     7424    DSYMUTIL=":" 
     7425  else 
     7426    case $cross_compiling:$ac_tool_warned in 
     7427yes:) 
     7428{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools 
     7429whose name does not start with the host triplet.  If you think this 
     7430configuration is useful to you, please write to autoconf@gnu.org." >&5 
     7431echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools 
     7432whose name does not start with the host triplet.  If you think this 
     7433configuration is useful to you, please write to autoconf@gnu.org." >&2;} 
     7434ac_tool_warned=yes ;; 
     7435esac 
     7436    DSYMUTIL=$ac_ct_DSYMUTIL 
     7437  fi 
     7438else 
     7439  DSYMUTIL="$ac_cv_prog_DSYMUTIL" 
     7440fi 
     7441 
     7442    if test -n "$ac_tool_prefix"; then 
     7443  # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args. 
     7444set dummy ${ac_tool_prefix}nmedit; ac_word=$2 
     7445{ echo "$as_me:$LINENO: checking for $ac_word" >&5 
     7446echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 
     7447if test "${ac_cv_prog_NMEDIT+set}" = set; then 
     7448  echo $ECHO_N "(cached) $ECHO_C" >&6 
     7449else 
     7450  if test -n "$NMEDIT"; then 
     7451  ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test. 
     7452else 
     7453as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 
     7454for as_dir in $PATH 
     7455do 
     7456  IFS=$as_save_IFS 
     7457  test -z "$as_dir" && as_dir=. 
     7458  for ac_exec_ext in '' $ac_executable_extensions; do 
     7459  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 
     7460    ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit" 
     7461    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 
     7462    break 2 
     7463  fi 
     7464done 
     7465done 
     7466IFS=$as_save_IFS 
     7467 
     7468fi 
     7469fi 
     7470NMEDIT=$ac_cv_prog_NMEDIT 
     7471if test -n "$NMEDIT"; then 
     7472  { echo "$as_me:$LINENO: result: $NMEDIT" >&5 
     7473echo "${ECHO_T}$NMEDIT" >&6; } 
     7474else 
     7475  { echo "$as_me:$LINENO: result: no" >&5 
     7476echo "${ECHO_T}no" >&6; } 
     7477fi 
     7478 
     7479 
     7480fi 
     7481if test -z "$ac_cv_prog_NMEDIT"; then 
     7482  ac_ct_NMEDIT=$NMEDIT 
     7483  # Extract the first word of "nmedit", so it can be a program name with args. 
     7484set dummy nmedit; ac_word=$2 
     7485{ echo "$as_me:$LINENO: checking for $ac_word" >&5 
     7486echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 
     7487if test "${ac_cv_prog_ac_ct_NMEDIT+set}" = set; then 
     7488  echo $ECHO_N "(cached) $ECHO_C" >&6 
     7489else 
     7490  if test -n "$ac_ct_NMEDIT"; then 
     7491  ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test. 
     7492else 
     7493as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 
     7494for as_dir in $PATH 
     7495do 
     7496  IFS=$as_save_IFS 
     7497  test -z "$as_dir" && as_dir=. 
     7498  for ac_exec_ext in '' $ac_executable_extensions; do 
     7499  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 
     7500    ac_cv_prog_ac_ct_NMEDIT="nmedit" 
     7501    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 
     7502    break 2 
     7503  fi 
     7504done 
     7505done 
     7506IFS=$as_save_IFS 
     7507 
     7508fi 
     7509fi 
     7510ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT 
     7511if test -n "$ac_ct_NMEDIT"; then 
     7512  { echo "$as_me:$LINENO: result: $ac_ct_NMEDIT" >&5 
     7513echo "${ECHO_T}$ac_ct_NMEDIT" >&6; } 
     7514else 
     7515  { echo "$as_me:$LINENO: result: no" >&5 
     7516echo "${ECHO_T}no" >&6; } 
     7517fi 
     7518 
     7519  if test "x$ac_ct_NMEDIT" = x; then 
     7520    NMEDIT=":" 
     7521  else 
     7522    case $cross_compiling:$ac_tool_warned in 
     7523yes:) 
     7524{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools 
     7525whose name does not start with the host triplet.  If you think this 
     7526configuration is useful to you, please write to autoconf@gnu.org." >&5 
     7527echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools 
     7528whose name does not start with the host triplet.  If you think this 
     7529configuration is useful to you, please write to autoconf@gnu.org." >&2;} 
     7530ac_tool_warned=yes ;; 
     7531esac 
     7532    NMEDIT=$ac_ct_NMEDIT 
     7533  fi 
     7534else 
     7535  NMEDIT="$ac_cv_prog_NMEDIT" 
     7536fi 
     7537 
     7538 
     7539    { echo "$as_me:$LINENO: checking for -single_module linker flag" >&5 
     7540echo $ECHO_N "checking for -single_module linker flag... $ECHO_C" >&6; } 
     7541if test "${lt_cv_apple_cc_single_mod+set}" = set; then 
     7542  echo $ECHO_N "(cached) $ECHO_C" >&6 
     7543else 
     7544  lt_cv_apple_cc_single_mod=no 
     7545      if test -z "${LT_MULTI_MODULE}"; then 
     7546   # By default we will add the -single_module flag. You can override 
     7547   # by either setting the environment variable LT_MULTI_MODULE 
     7548   # non-empty at configure time, or by adding -multi_module to the 
     7549   # link flags. 
     7550   echo "int foo(void){return 1;}" > conftest.c 
     7551   $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \ 
     7552     -dynamiclib ${wl}-single_module conftest.c 
     7553   if test -f libconftest.dylib; then 
     7554     lt_cv_apple_cc_single_mod=yes 
     7555     rm -rf libconftest.dylib* 
     7556   fi 
     7557   rm conftest.c 
     7558      fi 
     7559fi 
     7560{ echo "$as_me:$LINENO: result: $lt_cv_apple_cc_single_mod" >&5 
     7561echo "${ECHO_T}$lt_cv_apple_cc_single_mod" >&6; } 
     7562    { echo "$as_me:$LINENO: checking for -exported_symbols_list linker flag" >&5 
     7563echo $ECHO_N "checking for -exported_symbols_list linker flag... $ECHO_C" >&6; } 
     7564if test "${lt_cv_ld_exported_symbols_list+set}" = set; then 
     7565  echo $ECHO_N "(cached) $ECHO_C" >&6 
     7566else 
     7567  lt_cv_ld_exported_symbols_list=no 
     7568      save_LDFLAGS=$LDFLAGS 
     7569      echo "_main" > conftest.sym 
     7570      LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym" 
     7571      cat >conftest.$ac_ext <<_ACEOF 
     7572/* confdefs.h.  */ 
     7573_ACEOF 
     7574cat confdefs.h >>conftest.$ac_ext 
     7575cat >>conftest.$ac_ext <<_ACEOF 
     7576/* end confdefs.h.  */ 
     7577 
     7578int 
     7579main () 
     7580{ 
     7581 
     7582  ; 
     7583  return 0; 
     7584} 
     7585_ACEOF 
     7586rm -f conftest.$ac_objext conftest$ac_exeext 
     7587if { (ac_try="$ac_link" 
     7588case "(($ac_try" in 
     7589  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
     7590  *) ac_try_echo=$ac_try;; 
     7591esac 
     7592eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     7593  (eval "$ac_link") 2>conftest.er1 
     7594  ac_status=$? 
     7595  grep -v '^ *+' conftest.er1 >conftest.err 
     7596  rm -f conftest.er1 
     7597  cat conftest.err >&5 
     7598  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     7599  (exit $ac_status); } && { 
     7600         test -z "$ac_c_werror_flag" || 
     7601         test ! -s conftest.err 
     7602       } && test -s conftest$ac_exeext && 
     7603       $as_test_x conftest$ac_exeext; then 
     7604  lt_cv_ld_exported_symbols_list=yes 
     7605else 
     7606  echo "$as_me: failed program was:" >&5 
     7607sed 's/^/| /' conftest.$ac_ext >&5 
     7608 
     7609        lt_cv_ld_exported_symbols_list=no 
     7610fi 
     7611 
     7612rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 
     7613      conftest$ac_exeext conftest.$ac_ext 
     7614   LDFLAGS="$save_LDFLAGS" 
     7615 
     7616fi 
     7617{ echo "$as_me:$LINENO: result: $lt_cv_ld_exported_symbols_list" >&5 
     7618echo "${ECHO_T}$lt_cv_ld_exported_symbols_list" >&6; } 
     7619    case $host_os in 
     7620    rhapsody* | darwin1.[0123]) 
     7621      _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;; 
     7622    darwin1.*) 
     7623     _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;; 
     7624    darwin*) 
     7625      # if running on 10.5 or later, the deployment target defaults 
     7626      # to the OS version, if on x86, and 10.4, the deployment 
     7627      # target defaults to 10.4. Don't you love it? 
     7628      case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in 
     7629   10.0,*86*-darwin8*|10.0,*-darwin[91]*) 
     7630     _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;; 
     7631   10.[012]*) 
     7632     _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;; 
     7633   10.*) 
     7634     _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;; 
     7635      esac 
     7636    ;; 
     7637  esac 
     7638    if test "$lt_cv_apple_cc_single_mod" = "yes"; then 
     7639      _lt_dar_single_mod='$single_module' 
     7640    fi 
     7641    if test "$lt_cv_ld_exported_symbols_list" = "yes"; then 
     7642      _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym' 
     7643    else 
     7644      _lt_dar_export_syms="~$NMEDIT -s \$output_objdir/\${libname}-symbols.expsym \${lib}" 
     7645    fi 
     7646    if test "$DSYMUTIL" != ":"; then 
     7647      _lt_dsymutil="~$DSYMUTIL \$lib || :" 
     7648    else 
     7649      _lt_dsymutil= 
     7650    fi 
     7651    ;; 
     7652  esac 
     7653 
     7654 
    73187655enable_dlopen=no 
    73197656enable_win32_dll=yes 
     
    73817718eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err 
    73827719_lt_linker_boilerplate=`cat conftest.err` 
    7383 $rm conftest* 
     7720$rm -r conftest* 
    73847721 
    73857722 
     
    74097746   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 
    74107747   -e 's:$: $lt_compiler_flag:'` 
    7411    (eval echo "\"\$as_me:7411: $lt_compile\"" >&5) 
     7748   (eval echo "\"\$as_me:7748: $lt_compile\"" >&5) 
    74127749   (eval "$lt_compile" 2>conftest.err) 
    74137750   ac_status=$? 
    74147751   cat conftest.err >&5 
    7415    echo "$as_me:7415: \$? = $ac_status" >&5 
     7752   echo "$as_me:7752: \$? = $ac_status" >&5 
    74167753   if (exit $ac_status) && test -s "$ac_outfile"; then 
    74177754     # The compiler can only warn and ignore the option if not recognized 
     
    76838020{ echo "$as_me:$LINENO: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5 
    76848021echo $ECHO_N "checking if $compiler PIC flag $lt_prog_compiler_pic works... $ECHO_C" >&6; } 
    7685 if test "${lt_prog_compiler_pic_works+set}" = set; then 
     8022if test "${lt_cv_prog_compiler_pic_works+set}" = set; then 
    76868023  echo $ECHO_N "(cached) $ECHO_C" >&6 
    76878024else 
    7688   lt_prog_compiler_pic_works=no 
     8025  lt_cv_prog_compiler_pic_works=no 
    76898026  ac_outfile=conftest.$ac_objext 
    76908027   echo "$lt_simple_compile_test_code" > conftest.$ac_ext 
     
    76998036   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 
    77008037   -e 's:$: $lt_compiler_flag:'` 
    7701    (eval echo "\"\$as_me:7701: $lt_compile\"" >&5) 
     8038   (eval echo "\"\$as_me:8038: $lt_compile\"" >&5) 
    77028039   (eval "$lt_compile" 2>conftest.err) 
    77038040   ac_status=$? 
    77048041   cat conftest.err >&5 
    7705    echo "$as_me:7705: \$? = $ac_status" >&5 
     8042   echo "$as_me:8042: \$? = $ac_status" >&5 
    77068043   if (exit $ac_status) && test -s "$ac_outfile"; then 
    77078044     # The compiler can only warn and ignore the option if not recognized 
     
    77108047     $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2 
    77118048     if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then 
    7712        lt_prog_compiler_pic_works=yes 
     8049       lt_cv_prog_compiler_pic_works=yes 
    77138050     fi 
    77148051   fi 
     
    77168053 
    77178054fi 
    7718 { echo "$as_me:$LINENO: result: $lt_prog_compiler_pic_works" >&5 
    7719 echo "${ECHO_T}$lt_prog_compiler_pic_works" >&6; } 
    7720  
    7721 if test x"$lt_prog_compiler_pic_works" = xyes; then 
     8055{ echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_pic_works" >&5 
     8056echo "${ECHO_T}$lt_cv_prog_compiler_pic_works" >&6; } 
     8057 
     8058if test x"$lt_cv_prog_compiler_pic_works" = xyes; then 
    77228059    case $lt_prog_compiler_pic in 
    77238060     "" | " "*) ;; 
     
    77468083{ echo "$as_me:$LINENO: checking if $compiler static flag $lt_tmp_static_flag works" >&5 
    77478084echo $ECHO_N "checking if $compiler static flag $lt_tmp_static_flag works... $ECHO_C" >&6; } 
    7748 if test "${lt_prog_compiler_static_works+set}" = set; then 
     8085if test "${lt_cv_prog_compiler_static_works+set}" = set; then 
    77498086  echo $ECHO_N "(cached) $ECHO_C" >&6 
    77508087else 
    7751   lt_prog_compiler_static_works=no 
     8088  lt_cv_prog_compiler_static_works=no 
    77528089   save_LDFLAGS="$LDFLAGS" 
    77538090   LDFLAGS="$LDFLAGS $lt_tmp_static_flag" 
     
    77628099       $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2 
    77638100       if diff conftest.exp conftest.er2 >/dev/null; then 
    7764          lt_prog_compiler_static_works=yes 
     8101         lt_cv_prog_compiler_static_works=yes 
    77658102       fi 
    77668103     else 
    7767        lt_prog_compiler_static_works=yes 
     8104       lt_cv_prog_compiler_static_works=yes 
    77688105     fi 
    77698106   fi 
    7770    $rm conftest* 
     8107   $rm -r conftest* 
    77718108   LDFLAGS="$save_LDFLAGS" 
    77728109 
    77738110fi 
    7774 { echo "$as_me:$LINENO: result: $lt_prog_compiler_static_works" >&5 
    7775 echo "${ECHO_T}$lt_prog_compiler_static_works" >&6; } 
    7776  
    7777 if test x"$lt_prog_compiler_static_works" = xyes; then 
     8111{ echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_static_works" >&5 
     8112echo "${ECHO_T}$lt_cv_prog_compiler_static_works" >&6; } 
     8113 
     8114if test x"$lt_cv_prog_compiler_static_works" = xyes; then 
    77788115    : 
    77798116else 
     
    78038140   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 
    78048141   -e 's:$: $lt_compiler_flag:'` 
    7805    (eval echo "\"\$as_me:7805: $lt_compile\"" >&5) 
     8142   (eval echo "\"\$as_me:8142: $lt_compile\"" >&5) 
    78068143   (eval "$lt_compile" 2>out/conftest.err) 
    78078144   ac_status=$? 
    78088145   cat out/conftest.err >&5 
    7809    echo "$as_me:7809: \$? = $ac_status" >&5 
     8146   echo "$as_me:8146: \$? = $ac_status" >&5 
    78108147   if (exit $ac_status) && test -s out/conftest2.$ac_objext 
    78118148   then 
     
    78878224  # end of line.  Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc', 
    78888225  # as well as any symbol that contains `d'. 
    7889   exclude_expsyms="_GLOBAL_OFFSET_TABLE_" 
     8226  exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*' 
    78908227  # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out 
    78918228  # platforms (ab)use it in PIC code, but their linkers get confused if 
     
    78938230  # rely on this symbol name, it's probably fine to never include it in 
    78948231  # preloaded symbol tables. 
     8232  # Exclude shared library initialization/finalization symbols. 
    78958233  extract_expsyms_cmds= 
    78968234  # Just being paranoid about ensuring that cc_basename is set. 
     
    79518289    # See if GNU ld supports shared libraries. 
    79528290    case $host_os in 
    7953     aix3* | aix4* | aix5*) 
     8291    aix[3-9]*) 
    79548292      # On AIX/PPC, the GNU linker is very broken 
    79558293      if test "$host_cpu" != ia64; then 
     
    81718509      ;; 
    81728510 
    8173     aix4* | aix5*) 
     8511    aix[4-9]*) 
    81748512      if test "$host_cpu" = ia64; then 
    81758513        # On IA64, the linker does run time linking by default, so we don't 
     
    81918529        # AIX style linking. If -brtl is somewhere in LDFLAGS, we 
    81928530        # need to do runtime linking. 
    8193         case $host_os in aix4.[23]|aix4.[23].*|aix5*) 
     8531        case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*) 
    81948532          for ld_flag in $LDFLAGS; do 
    81958533          if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then 
     
    84638801    if test "$GCC" = yes ; then 
    84648802        output_verbose_link_cmd='echo' 
    8465         archive_cmds='$CC -dynamiclib $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring' 
    8466       module_cmds='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags' 
    8467       # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin lds 
    8468       archive_expsym_cmds='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -dynamiclib $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' 
    8469       module_expsym_cmds='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag  -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' 
     8803        archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}" 
     8804        module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}" 
     8805        archive_expsym_cmds="sed 's,^,_,' < \$export_symbols > \$output_objdir/\${libname}-symbols.expsym~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring ${_lt_dar_single_mod}${_lt_dar_export_syms}${_lt_dsymutil}" 
     8806        module_expsym_cmds="sed -e 's,^,_,' < \$export_symbols > \$output_objdir/\${libname}-symbols.expsym~\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dar_export_syms}${_lt_dsymutil}" 
    84708807    else 
    84718808      case $cc_basename in 
     
    89879324  ;; 
    89889325 
    8989 aix4* | aix5*) 
     9326aix[4-9]*) 
    89909327  version_type=linux 
    89919328  need_lib_prefix=no 
     
    95219858test "$dynamic_linker" = no && can_build_shared=no 
    95229859 
     9860if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then 
     9861  echo $ECHO_N "(cached) $ECHO_C" >&6 
     9862else 
     9863  lt_cv_sys_lib_search_path_spec="$sys_lib_search_path_spec" 
     9864fi 
     9865 
     9866sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec" 
     9867if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then 
     9868  echo $ECHO_N "(cached) $ECHO_C" >&6 
     9869else 
     9870  lt_cv_sys_lib_dlsearch_path_spec="$sys_lib_dlsearch_path_spec" 
     9871fi 
     9872 
     9873sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec" 
     9874 
    95239875variables_saved_for_relink="PATH $shlibpath_var $runpath_var" 
    95249876if test "$GCC" = yes; then 
     
    984010192echo "${ECHO_T}$ac_cv_lib_dld_shl_load" >&6; } 
    984110193if test $ac_cv_lib_dld_shl_load = yes; then 
    9842   lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-dld" 
     10194  lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld" 
    984310195else 
    984410196  { echo "$as_me:$LINENO: checking for dlopen" >&5 
     
    1011610468echo "${ECHO_T}$ac_cv_lib_dld_dld_link" >&6; } 
    1011710469if test $ac_cv_lib_dld_dld_link = yes; then 
    10118   lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-dld" 
     10470  lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld" 
    1011910471fi 
    1012010472 
     
    1016510517  lt_status=$lt_dlunknown 
    1016610518  cat > conftest.$ac_ext <<EOF 
    10167 #line 10167 "configure" 
     10519#line 10519 "configure" 
    1016810520#include "confdefs.h" 
    1016910521 
     
    1026510617  lt_status=$lt_dlunknown 
    1026610618  cat > conftest.$ac_ext <<EOF 
    10267 #line 10267 "configure" 
     10619#line 10619 "configure" 
    1026810620#include "confdefs.h" 
    1026910621 
     
    1039210744  ;; 
    1039310745 
    10394 aix4* | aix5*) 
     10746aix[4-9]*) 
    1039510747  if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then 
    1039610748    test "$enable_shared" = yes && enable_static=no 
     
    1044810800    postdeps \ 
    1044910801    compiler_lib_search_path \ 
     10802    compiler_lib_search_dirs \ 
    1045010803    archive_cmds \ 
    1045110804    archive_expsym_cmds \ 
     
    1050810861# NOTE: Changes made to this file will be lost: look at ltmain.sh. 
    1050910862# 
    10510 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 
     10863# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 
    1051110864# Free Software Foundation, Inc. 
    1051210865# 
     
    1074411097postdeps=$lt_postdeps 
    1074511098 
     11099# The directories searched by this compiler when creating a shared 
     11100# library 
     11101compiler_lib_search_dirs=$lt_compiler_lib_search_dirs 
     11102 
    1074611103# The library search path used internally by the compiler when linking 
    1074711104# a shared library. 
     
    1099211349postdeps_CXX= 
    1099311350compiler_lib_search_path_CXX= 
     11351compiler_lib_search_dirs_CXX= 
    1099411352 
    1099511353# Source file extension for C++ test sources. 
     
    1102911387eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err 
    1103011388_lt_linker_boilerplate=`cat conftest.err` 
    11031 $rm conftest* 
     11389$rm -r conftest* 
    1103211390 
    1103311391 
     
    1123611594    ld_shlibs_CXX=no 
    1123711595    ;; 
    11238   aix4* | aix5*) 
     11596  aix[4-9]*) 
    1123911597    if test "$host_cpu" = ia64; then 
    1124011598      # On IA64, the linker does run time linking by default, so we don't 
     
    1124911607      # AIX style linking. If -brtl is somewhere in LDFLAGS, we 
    1125011608      # need to do runtime linking. 
    11251       case $host_os in aix4.[23]|aix4.[23].*|aix5*) 
     11609      case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*) 
    1125211610        for ld_flag in $LDFLAGS; do 
    1125311611          case $ld_flag in 
     
    1150711865  ;; 
    1150811866      darwin* | rhapsody*) 
    11509         case $host_os in 
    11510         rhapsody* | darwin1.[012]) 
    11511          allow_undefined_flag_CXX='${wl}-undefined ${wl}suppress' 
    11512          ;; 
    11513        *) # Darwin 1.3 on 
    11514          if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then 
    11515            allow_undefined_flag_CXX='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' 
    11516          else 
    11517            case ${MACOSX_DEPLOYMENT_TARGET} in 
    11518              10.[012]) 
    11519                allow_undefined_flag_CXX='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' 
    11520                ;; 
    11521              10.*) 
    11522                allow_undefined_flag_CXX='${wl}-undefined ${wl}dynamic_lookup' 
    11523                ;; 
    11524            esac 
    11525          fi 
    11526          ;; 
    11527         esac 
    1152811867      archive_cmds_need_lc_CXX=no 
    1152911868      hardcode_direct_CXX=no 
     
    1153211871      whole_archive_flag_spec_CXX='' 
    1153311872      link_all_deplibs_CXX=yes 
    11534  
    11535     if test "$GXX" = yes ; then 
    11536       lt_int_apple_cc_single_mod=no 
     11873      allow_undefined_flag_CXX="$_lt_dar_allow_undefined" 
     11874      if test "$GXX" = yes ; then 
    1153711875      output_verbose_link_cmd='echo' 
    11538       if $CC -dumpspecs 2>&1 | $EGREP 'single_module' >/dev/null ; then 
    11539        lt_int_apple_cc_single_mod=yes 
     11876      archive_cmds_CXX="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}" 
     11877      module_cmds_CXX="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}" 
     11878      archive_expsym_cmds_CXX="sed 's,^,_,' < \$export_symbols > \$output_objdir/\${libname}-symbols.expsym~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring ${_lt_dar_single_mod}${_lt_dar_export_syms}${_lt_dsymutil}" 
     11879      module_expsym_cmds_CXX="sed -e 's,^,_,' < \$export_symbols > \$output_objdir/\${libname}-symbols.expsym~\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dar_export_syms}${_lt_dsymutil}" 
     11880      if test "$lt_cv_apple_cc_single_mod" != "yes"; then 
     11881        archive_cmds_CXX="\$CC -r -keep_private_externs -nostdlib -o \${lib}-master.o \$libobjs~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \${lib}-master.o \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring${_lt_dsymutil}" 
     11882        archive_expsym_cmds_CXX="sed 's,^,_,' < \$export_symbols > \$output_objdir/\${libname}-symbols.expsym~\$CC -r -keep_private_externs -nostdlib -o \${lib}-master.o \$libobjs~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \${lib}-master.o \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring${_lt_dar_export_syms}${_lt_dsymutil}" 
    1154011883      fi 
    11541       if test "X$lt_int_apple_cc_single_mod" = Xyes ; then 
    11542        archive_cmds_CXX='$CC -dynamiclib -single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring' 
    11543       else 
    11544           archive_cmds_CXX='$CC -r -keep_private_externs -nostdlib -o ${lib}-master.o $libobjs~$CC -dynamiclib $allow_undefined_flag -o $lib ${lib}-master.o $deplibs $compiler_flags -install_name $rpath/$soname $verstring' 
    11545         fi 
    11546         module_cmds_CXX='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags' 
    11547         # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin lds 
    11548           if test "X$lt_int_apple_cc_single_mod" = Xyes ; then 
    11549             archive_expsym_cmds_CXX='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -dynamiclib -single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' 
    11550           else 
    11551             archive_expsym_cmds_CXX='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -r -keep_private_externs -nostdlib -o ${lib}-master.o $libobjs~$CC -dynamiclib $allow_undefined_flag -o $lib ${lib}-master.o $deplibs $compiler_flags -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' 
    11552           fi 
    11553             module_expsym_cmds_CXX='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag  -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' 
    1155411884      else 
    1155511885      case $cc_basename in 
     
    1180212132        whole_archive_flag_spec_CXX='${wl}--whole-archive$convenience ${wl}--no-whole-archive' 
    1180312133        ;; 
    11804       pgCC*) 
     12134      pgCC* | pgcpp*) 
    1180512135        # Portland Group C++ compiler 
    1180612136        archive_cmds_CXX='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname -o $lib' 
     
    1220912539LD_CXX="$LD" 
    1221012540 
    12211  
    1221212541cat > conftest.$ac_ext <<EOF 
    1221312542class Foo 
     
    1231112640$rm -f confest.$objext 
    1231212641 
     12642compiler_lib_search_dirs_CXX= 
     12643if test -n "$compiler_lib_search_path_CXX"; then 
     12644  compiler_lib_search_dirs_CXX=`echo " ${compiler_lib_search_path_CXX}" | ${SED} -e 's! -L! !g' -e 's!^ !!'` 
     12645fi 
     12646 
    1231312647# PORTME: override above test on systems where it is broken 
    1231412648case $host_os in 
     
    1236612700esac 
    1236712701 
    12368  
    1236912702case " $postdeps_CXX " in 
    1237012703*" -lc "*) archive_cmds_need_lc_CXX=no ;; 
     
    1244212775  else 
    1244312776    case $host_os in 
    12444       aix4* | aix5*) 
     12777      aix[4-9]*) 
    1244512778        # All AIX code is PIC. 
    1244612779        if test "$host_cpu" = ia64; then 
     
    1253812871            lt_prog_compiler_static_CXX='-static' 
    1253912872            ;; 
    12540           pgCC*) 
     12873          pgCC* | pgcpp*) 
    1254112874            # Portland Group C++ compiler. 
    1254212875            lt_prog_compiler_wl_CXX='-Wl,' 
     
    1266913002{ echo "$as_me:$LINENO: checking if $compiler PIC flag $lt_prog_compiler_pic_CXX works" >&5 
    1267013003echo $ECHO_N "checking if $compiler PIC flag $lt_prog_compiler_pic_CXX works... $ECHO_C" >&6; } 
    12671 if test "${lt_prog_compiler_pic_works_CXX+set}" = set; then 
     13004if test "${lt_cv_prog_compiler_pic_works_CXX+set}" = set; then 
    1267213005  echo $ECHO_N "(cached) $ECHO_C" >&6 
    1267313006else 
    12674   lt_prog_compiler_pic_works_CXX=no 
     13007  lt_cv_prog_compiler_pic_works_CXX=no 
    1267513008  ac_outfile=conftest.$ac_objext 
    1267613009   echo "$lt_simple_compile_test_code" > conftest.$ac_ext 
     
    1268513018   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 
    1268613019   -e 's:$: $lt_compiler_flag:'` 
    12687    (eval echo "\"\$as_me:12687: $lt_compile\"" >&5) 
     13020   (eval echo "\"\$as_me:13020: $lt_compile\"" >&5) 
    1268813021   (eval "$lt_compile" 2>conftest.err) 
    1268913022   ac_status=$? 
    1269013023   cat conftest.err >&5 
    12691    echo "$as_me:12691: \$? = $ac_status" >&5 
     13024   echo "$as_me:13024: \$? = $ac_status" >&5 
    1269213025   if (exit $ac_status) && test -s "$ac_outfile"; then 
    1269313026     # The compiler can only warn and ignore the option if not recognized 
     
    1269613029     $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2 
    1269713030     if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then 
    12698        lt_prog_compiler_pic_works_CXX=yes 
     13031       lt_cv_prog_compiler_pic_works_CXX=yes 
    1269913032     fi 
    1270013033   fi 
     
    1270213035 
    1270313036fi 
    12704 { echo "$as_me:$LINENO: result: $lt_prog_compiler_pic_works_CXX" >&5 
    12705 echo "${ECHO_T}$lt_prog_compiler_pic_works_CXX" >&6; } 
    12706  
    12707 if test x"$lt_prog_compiler_pic_works_CXX" = xyes; then 
     13037{ echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_pic_works_CXX" >&5 
     13038echo "${ECHO_T}$lt_cv_prog_compiler_pic_works_CXX" >&6; } 
     13039 
     13040if test x"$lt_cv_prog_compiler_pic_works_CXX" = xyes; then 
    1270813041    case $lt_prog_compiler_pic_CXX in 
    1270913042     "" | " "*) ;; 
     
    1273213065{ echo "$as_me:$LINENO: checking if $compiler static flag $lt_tmp_static_flag works" >&5 
    1273313066echo $ECHO_N "checking if $compiler static flag $lt_tmp_static_flag works... $ECHO_C" >&6; } 
    12734 if test "${lt_prog_compiler_static_works_CXX+set}" = set; then 
     13067if test "${lt_cv_prog_compiler_static_works_CXX+set}" = set; then 
    1273513068  echo $ECHO_N "(cached) $ECHO_C" >&6 
    1273613069else 
    12737   lt_prog_compiler_static_works_CXX=no 
     13070  lt_cv_prog_compiler_static_works_CXX=no 
    1273813071   save_LDFLAGS="$LDFLAGS" 
    1273913072   LDFLAGS="$LDFLAGS $lt_tmp_static_flag" 
     
    1274813081       $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2 
    1274913082       if diff conftest.exp conftest.er2 >/dev/null; then 
    12750          lt_prog_compiler_static_works_CXX=yes 
     13083         lt_cv_prog_compiler_static_works_CXX=yes 
    1275113084       fi 
    1275213085     else 
    12753        lt_prog_compiler_static_works_CXX=yes 
     13086       lt_cv_prog_compiler_static_works_CXX=yes 
    1275413087     fi 
    1275513088   fi 
    12756    $rm conftest* 
     13089   $rm -r conftest* 
    1275713090   LDFLAGS="$save_LDFLAGS" 
    1275813091 
    1275913092fi 
    12760 { echo "$as_me:$LINENO: result: $lt_prog_compiler_static_works_CXX" >&5 
    12761 echo "${ECHO_T}$lt_prog_compiler_static_works_CXX" >&6; } 
    12762  
    12763 if test x"$lt_prog_compiler_static_works_CXX" = xyes; then 
     13093{ echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_static_works_CXX" >&5 
     13094echo "${ECHO_T}$lt_cv_prog_compiler_static_works_CXX" >&6; } 
     13095 
     13096if test x"$lt_cv_prog_compiler_static_works_CXX" = xyes; then 
    1276413097    : 
    1276513098else 
     
    1278913122   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 
    1279013123   -e 's:$: $lt_compiler_flag:'` 
    12791    (eval echo "\"\$as_me:12791: $lt_compile\"" >&5) 
     13124   (eval echo "\"\$as_me:13124: $lt_compile\"" >&5) 
    1279213125   (eval "$lt_compile" 2>out/conftest.err) 
    1279313126   ac_status=$? 
    1279413127   cat out/conftest.err >&5 
    12795    echo "$as_me:12795: \$? = $ac_status" >&5 
     13128   echo "$as_me:13128: \$? = $ac_status" >&5 
    1279613129   if (exit $ac_status) && test -s out/conftest2.$ac_objext 
    1279713130   then 
     
    1284613179  export_symbols_cmds_CXX='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols' 
    1284713180  case $host_os in 
    12848   aix4* | aix5*) 
     13181  aix[4-9]*) 
    1284913182    # If we're using GNU nm, then we don't want the "-C" option. 
    1285013183    # -C means demangle to AIX nm, but means don't demangle with GNU nm 
     
    1286813201  ;; 
    1286913202  esac 
     13203  exclude_expsyms_CXX='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*' 
    1287013204 
    1287113205{ echo "$as_me:$LINENO: result: $ld_shlibs_CXX" >&5 
     
    1296913303  ;; 
    1297013304 
    12971 aix4* | aix5*) 
     13305aix[4-9]*) 
    1297213306  version_type=linux 
    1297313307  need_lib_prefix=no 
     
    1350213836test "$dynamic_linker" = no && can_build_shared=no 
    1350313837 
     13838if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then 
     13839  echo $ECHO_N "(cached) $ECHO_C" >&6 
     13840else 
     13841  lt_cv_sys_lib_search_path_spec="$sys_lib_search_path_spec" 
     13842fi 
     13843 
     13844sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec" 
     13845if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then 
     13846  echo $ECHO_N "(cached) $ECHO_C" >&6 
     13847else 
     13848  lt_cv_sys_lib_dlsearch_path_spec="$sys_lib_dlsearch_path_spec" 
     13849fi 
     13850 
     13851sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec" 
     13852 
    1350413853variables_saved_for_relink="PATH $shlibpath_var $runpath_var" 
    1350513854if test "$GCC" = yes; then 
     
    1358513934    postdeps_CXX \ 
    1358613935    compiler_lib_search_path_CXX \ 
     13936    compiler_lib_search_dirs_CXX \ 
    1358713937    archive_cmds_CXX \ 
    1358813938    archive_expsym_cmds_CXX \ 
     
    1383314183postdeps=$lt_postdeps_CXX 
    1383414184 
     14185# The directories searched by this compiler when creating a shared 
     14186# library 
     14187compiler_lib_search_dirs=$lt_compiler_lib_search_dirs_CXX 
     14188 
    1383514189# The library search path used internally by the compiler when linking 
    1383614190# a shared library. 
     
    1404714401eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err 
    1404814402_lt_linker_boilerplate=`cat conftest.err` 
    14049 $rm conftest* 
     14403$rm -r conftest* 
    1405014404 
    1405114405 
     
    1408514439  fi 
    1408614440  ;; 
    14087 aix4* | aix5*) 
     14441aix[4-9]*) 
    1408814442  if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then 
    1408914443    test "$enable_shared" = yes && enable_static=no 
     
    1435014704{ echo "$as_me:$LINENO: checking if $compiler PIC flag $lt_prog_compiler_pic_F77 works" >&5 
    1435114705echo $ECHO_N "checking if $compiler PIC flag $lt_prog_compiler_pic_F77 works... $ECHO_C" >&6; } 
    14352 if test "${lt_prog_compiler_pic_works_F77+set}" = set; then 
     14706if test "${lt_cv_prog_compiler_pic_works_F77+set}" = set; then 
    1435314707  echo $ECHO_N "(cached) $ECHO_C" >&6 
    1435414708else 
    14355   lt_prog_compiler_pic_works_F77=no 
     14709  lt_cv_prog_compiler_pic_works_F77=no 
    1435614710  ac_outfile=conftest.$ac_objext 
    1435714711   echo "$lt_simple_compile_test_code" > conftest.$ac_ext 
     
    1436614720   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 
    1436714721   -e 's:$: $lt_compiler_flag:'` 
    14368    (eval echo "\"\$as_me:14368: $lt_compile\"" >&5) 
     14722   (eval echo "\"\$as_me:14722: $lt_compile\"" >&5) 
    1436914723   (eval "$lt_compile" 2>conftest.err) 
    1437014724   ac_status=$? 
    1437114725   cat conftest.err >&5 
    14372    echo "$as_me:14372: \$? = $ac_status" >&5 
     14726   echo "$as_me:14726: \$? = $ac_status" >&5 
    1437314727   if (exit $ac_status) && test -s "$ac_outfile"; then 
    1437414728     # The compiler can only warn and ignore the option if not recognized 
     
    1437714731     $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2 
    1437814732     if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then 
    14379        lt_prog_compiler_pic_works_F77=yes 
     14733       lt_cv_prog_compiler_pic_works_F77=yes 
    1438014734     fi 
    1438114735   fi 
     
    1438314737 
    1438414738fi 
    14385 { echo "$as_me:$LINENO: result: $lt_prog_compiler_pic_works_F77" >&5 
    14386 echo "${ECHO_T}$lt_prog_compiler_pic_works_F77" >&6; } 
    14387  
    14388 if test x"$lt_prog_compiler_pic_works_F77" = xyes; then 
     14739{ echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_pic_works_F77" >&5 
     14740echo "${ECHO_T}$lt_cv_prog_compiler_pic_works_F77" >&6; } 
     14741 
     14742if test x"$lt_cv_prog_compiler_pic_works_F77" = xyes; then 
    1438914743    case $lt_prog_compiler_pic_F77 in 
    1439014744     "" | " "*) ;; 
     
    1441314767{ echo "$as_me:$LINENO: checking if $compiler static flag $lt_tmp_static_flag works" >&5 
    1441414768echo $ECHO_N "checking if $compiler static flag $lt_tmp_static_flag works... $ECHO_C" >&6; } 
    14415 if test "${lt_prog_compiler_static_works_F77+set}" = set; then 
     14769if test "${lt_cv_prog_compiler_static_works_F77+set}" = set; then 
    1441614770  echo $ECHO_N "(cached) $ECHO_C" >&6 
    1441714771else 
    14418   lt_prog_compiler_static_works_F77=no 
     14772  lt_cv_prog_compiler_static_works_F77=no 
    1441914773   save_LDFLAGS="$LDFLAGS" 
    1442014774   LDFLAGS="$LDFLAGS $lt_tmp_static_flag" 
     
    1442914783       $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2 
    1443014784       if diff conftest.exp conftest.er2 >/dev/null; then 
    14431          lt_prog_compiler_static_works_F77=yes 
     14785         lt_cv_prog_compiler_static_works_F77=yes 
    1443214786       fi 
    1443314787     else 
    14434        lt_prog_compiler_static_works_F77=yes 
     14788       lt_cv_prog_compiler_static_works_F77=yes 
    1443514789     fi 
    1443614790   fi 
    14437    $rm conftest* 
     14791   $rm -r conftest* 
    1443814792   LDFLAGS="$save_LDFLAGS" 
    1443914793 
    1444014794fi 
    14441 { echo "$as_me:$LINENO: result: $lt_prog_compiler_static_works_F77" >&5 
    14442 echo "${ECHO_T}$lt_prog_compiler_static_works_F77" >&6; } 
    14443  
    14444 if test x"$lt_prog_compiler_static_works_F77" = xyes; then 
     14795{ echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_static_works_F77" >&5 
     14796echo "${ECHO_T}$lt_cv_prog_compiler_static_works_F77" >&6; } 
     14797 
     14798if test x"$lt_cv_prog_compiler_static_works_F77" = xyes; then 
    1444514799    : 
    1444614800else 
     
    1447014824   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 
    1447114825   -e 's:$: $lt_compiler_flag:'` 
    14472    (eval echo "\"\$as_me:14472: $lt_compile\"" >&5) 
     14826   (eval echo "\"\$as_me:14826: $lt_compile\"" >&5) 
    1447314827   (eval "$lt_compile" 2>out/conftest.err) 
    1447414828   ac_status=$? 
    1447514829   cat out/conftest.err >&5 
    14476    echo "$as_me:14476: \$? = $ac_status" >&5 
     14830   echo "$as_me:14830: \$? = $ac_status" >&5 
    1447714831   if (exit $ac_status) && test -s out/conftest2.$ac_objext 
    1447814832   then 
     
    1455414908  # end of line.  Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc', 
    1455514909  # as well as any symbol that contains `d'. 
    14556   exclude_expsyms_F77="_GLOBAL_OFFSET_TABLE_" 
     14910  exclude_expsyms_F77='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*' 
    1455714911  # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out 
    1455814912  # platforms (ab)use it in PIC code, but their linkers get confused if 
     
    1456014914  # rely on this symbol name, it's probably fine to never include it in 
    1456114915  # preloaded symbol tables. 
     14916  # Exclude shared library initialization/finalization symbols. 
    1456214917  extract_expsyms_cmds= 
    1456314918  # Just being paranoid about ensuring that cc_basename is set. 
     
    1461814973    # See if GNU ld supports shared libraries. 
    1461914974    case $host_os in 
    14620     aix3* | aix4* | aix5*) 
     14975    aix[3-9]*) 
    1462114976      # On AIX/PPC, the GNU linker is very broken 
    1462214977      if test "$host_cpu" != ia64; then 
     
    1483815193      ;; 
    1483915194 
    14840     aix4* | aix5*) 
     15195    aix[4-9]*) 
    1484115196      if test "$host_cpu" = ia64; then 
    1484215197        # On IA64, the linker does run time linking by default, so we don't 
     
    1485815213        # AIX style linking. If -brtl is somewhere in LDFLAGS, we 
    1485915214        # need to do runtime linking. 
    14860         case $host_os in aix4.[23]|aix4.[23].*|aix5*) 
     15215        case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*) 
    1486115216          for ld_flag in $LDFLAGS; do 
    1486215217          if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then 
     
    1511015465    if test "$GCC" = yes ; then 
    1511115466        output_verbose_link_cmd='echo' 
    15112         archive_cmds_F77='$CC -dynamiclib $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring' 
    15113       module_cmds_F77='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags' 
    15114       # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin lds 
    15115       archive_expsym_cmds_F77='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -dynamiclib $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' 
    15116       module_expsym_cmds_F77='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag  -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' 
     15467        archive_cmds_F77="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}" 
     15468        module_cmds_F77="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}" 
     15469        archive_expsym_cmds_F77="sed 's,^,_,' < \$export_symbols > \$output_objdir/\${libname}-symbols.expsym~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring ${_lt_dar_single_mod}${_lt_dar_export_syms}${_lt_dsymutil}" 
     15470        module_expsym_cmds_F77="sed -e 's,^,_,' < \$export_symbols > \$output_objdir/\${libname}-symbols.expsym~\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dar_export_syms}${_lt_dsymutil}" 
    1511715471    else 
    1511815472      case $cc_basename in 
     
    1558315937  ;; 
    1558415938 
    15585 aix4* | aix5*) 
     15939aix[4-9]*) 
    1558615940  version_type=linux 
    1558715941  need_lib_prefix=no 
     
    1611616470test "$dynamic_linker" = no && can_build_shared=no 
    1611716471 
     16472if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then 
     16473  echo $ECHO_N "(cached) $ECHO_C" >&6 
     16474else 
     16475  lt_cv_sys_lib_search_path_spec="$sys_lib_search_path_spec" 
     16476fi 
     16477 
     16478sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec" 
     16479if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then 
     16480  echo $ECHO_N "(cached) $ECHO_C" >&6 
     16481else 
     16482  lt_cv_sys_lib_dlsearch_path_spec="$sys_lib_dlsearch_path_spec" 
     16483fi 
     16484 
     16485sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec" 
     16486 
    1611816487variables_saved_for_relink="PATH $shlibpath_var $runpath_var" 
    1611916488if test "$GCC" = yes; then 
     
    1619916568    postdeps_F77 \ 
    1620016569    compiler_lib_search_path_F77 \ 
     16570    compiler_lib_search_dirs_F77 \ 
    1620116571    archive_cmds_F77 \ 
    1620216572    archive_expsym_cmds_F77 \ 
     
    1644716817postdeps=$lt_postdeps_F77 
    1644816818 
     16819# The directories searched by this compiler when creating a shared 
     16820# library 
     16821compiler_lib_search_dirs=$lt_compiler_lib_search_dirs_F77 
     16822 
    1644916823# The library search path used internally by the compiler when linking 
    1645016824# a shared library. 
     
    1662116995eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err 
    1662216996_lt_linker_boilerplate=`cat conftest.err` 
    16623 $rm conftest* 
     16997$rm -r conftest* 
    1662416998 
    1662516999 
     
    1667017044   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 
    1667117045   -e 's:$: $lt_compiler_flag:'` 
    16672    (eval echo "\"\$as_me:16672: $lt_compile\"" >&5) 
     17046   (eval echo "\"\$as_me:17046: $lt_compile\"" >&5) 
    1667317047   (eval "$lt_compile" 2>conftest.err) 
    1667417048   ac_status=$? 
    1667517049   cat conftest.err >&5 
    16676    echo "$as_me:16676: \$? = $ac_status" >&5 
     17050   echo "$as_me:17050: \$? = $ac_status" >&5 
    1667717051   if (exit $ac_status) && test -s "$ac_outfile"; then 
    1667817052     # The compiler can only warn and ignore the option if not recognized 
     
    1673417108      # Although the cygwin gcc ignores -fPIC, still need this for old-style 
    1673517109      # (--disable-auto-import) libraries 
    16736       lt_prog_compiler_pic_GCJ='-DDLL_EXPORT' 
     17110 
    1673717111      ;; 
    1673817112 
     
    1680417178      # This hack is so that the source file can tell whether it is being 
    1680517179      # built for inclusion in a dll (and should export symbols for example). 
    16806       lt_prog_compiler_pic_GCJ='-DDLL_EXPORT' 
     17180 
    1680717181      ;; 
    1680817182 
     
    1694417318{ echo "$as_me:$LINENO: checking if $compiler PIC flag $lt_prog_compiler_pic_GCJ works" >&5 
    1694517319echo $ECHO_N "checking if $compiler PIC flag $lt_prog_compiler_pic_GCJ works... $ECHO_C" >&6; } 
    16946 if test "${lt_prog_compiler_pic_works_GCJ+set}" = set; then 
     17320if test "${lt_cv_prog_compiler_pic_works_GCJ+set}" = set; then 
    1694717321  echo $ECHO_N "(cached) $ECHO_C" >&6 
    1694817322else 
    16949   lt_prog_compiler_pic_works_GCJ=no 
     17323  lt_cv_prog_compiler_pic_works_GCJ=no 
    1695017324  ac_outfile=conftest.$ac_objext 
    1695117325   echo "$lt_simple_compile_test_code" > conftest.$ac_ext 
     
    1696017334   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 
    1696117335   -e 's:$: $lt_compiler_flag:'` 
    16962    (eval echo "\"\$as_me:16962: $lt_compile\"" >&5) 
     17336   (eval echo "\"\$as_me:17336: $lt_compile\"" >&5) 
    1696317337   (eval "$lt_compile" 2>conftest.err) 
    1696417338   ac_status=$? 
    1696517339   cat conftest.err >&5 
    16966    echo "$as_me:16966: \$? = $ac_status" >&5 
     17340   echo "$as_me:17340: \$? = $ac_status" >&5 
    1696717341   if (exit $ac_status) && test -s "$ac_outfile"; then 
    1696817342     # The compiler can only warn and ignore the option if not recognized 
     
    1697117345     $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2 
    1697217346     if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then 
    16973        lt_prog_compiler_pic_works_GCJ=yes 
     17347       lt_cv_prog_compiler_pic_works_GCJ=yes 
    1697417348     fi 
    1697517349   fi 
     
    1697717351 
    1697817352fi 
    16979 { echo "$as_me:$LINENO: result: $lt_prog_compiler_pic_works_GCJ" >&5 
    16980 echo "${ECHO_T}$lt_prog_compiler_pic_works_GCJ" >&6; } 
    16981  
    16982 if test x"$lt_prog_compiler_pic_works_GCJ" = xyes; then 
     17353{ echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_pic_works_GCJ" >&5 
     17354echo "${ECHO_T}$lt_cv_prog_compiler_pic_works_GCJ" >&6; } 
     17355 
     17356if test x"$lt_cv_prog_compiler_pic_works_GCJ" = xyes; then 
    1698317357    case $lt_prog_compiler_pic_GCJ in 
    1698417358     "" | " "*) ;; 
     
    1700717381{ echo "$as_me:$LINENO: checking if $compiler static flag $lt_tmp_static_flag works" >&5 
    1700817382echo $ECHO_N "checking if $compiler static flag $lt_tmp_static_flag works... $ECHO_C" >&6; } 
    17009 if test "${lt_prog_compiler_static_works_GCJ+set}" = set; then 
     17383if test "${lt_cv_prog_compiler_static_works_GCJ+set}" = set; then 
    1701017384  echo $ECHO_N "(cached) $ECHO_C" >&6 
    1701117385else 
    17012   lt_prog_compiler_static_works_GCJ=no 
     17386  lt_cv_prog_compiler_static_works_GCJ=no 
    1701317387   save_LDFLAGS="$LDFLAGS" 
    1701417388   LDFLAGS="$LDFLAGS $lt_tmp_static_flag" 
     
    1702317397       $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2 
    1702417398       if diff conftest.exp conftest.er2 >/dev/null; then 
    17025          lt_prog_compiler_static_works_GCJ=yes 
     17399         lt_cv_prog_compiler_static_works_GCJ=yes 
    1702617400       fi 
    1702717401     else 
    17028        lt_prog_compiler_static_works_GCJ=yes 
     17402       lt_cv_prog_compiler_static_works_GCJ=yes 
    1702917403     fi 
    1703017404   fi 
    17031    $rm conftest* 
     17405   $rm -r conftest* 
    1703217406   LDFLAGS="$save_LDFLAGS" 
    1703317407 
    1703417408fi 
    17035 { echo "$as_me:$LINENO: result: $lt_prog_compiler_static_works_GCJ" >&5 
    17036 echo "${ECHO_T}$lt_prog_compiler_static_works_GCJ" >&6; } 
    17037  
    17038 if test x"$lt_prog_compiler_static_works_GCJ" = xyes; then 
     17409{ echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_static_works_GCJ" >&5 
     17410echo "${ECHO_T}$lt_cv_prog_compiler_static_works_GCJ" >&6; } 
     17411 
     17412if test x"$lt_cv_prog_compiler_static_works_GCJ" = xyes; then 
    1703917413    : 
    1704017414else 
     
    1706417438   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 
    1706517439   -e 's:$: $lt_compiler_flag:'` 
    17066    (eval echo "\"\$as_me:17066: $lt_compile\"" >&5) 
     17440   (eval echo "\"\$as_me:17440: $lt_compile\"" >&5) 
    1706717441   (eval "$lt_compile" 2>out/conftest.err) 
    1706817442   ac_status=$? 
    1706917443   cat out/conftest.err >&5 
    17070    echo "$as_me:17070: \$? = $ac_status" >&5 
     17444   echo "$as_me:17444: \$? = $ac_status" >&5 
    1707117445   if (exit $ac_status) && test -s out/conftest2.$ac_objext 
    1707217446   then 
     
    1714817522  # end of line.  Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc', 
    1714917523  # as well as any symbol that contains `d'. 
    17150   exclude_expsyms_GCJ="_GLOBAL_OFFSET_TABLE_" 
     17524  exclude_expsyms_GCJ='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*' 
    1715117525  # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out 
    1715217526  # platforms (ab)use it in PIC code, but their linkers get confused if 
     
    1715417528  # rely on this symbol name, it's probably fine to never include it in 
    1715517529  # preloaded symbol tables. 
     17530  # Exclude shared library initialization/finalization symbols. 
    1715617531  extract_expsyms_cmds= 
    1715717532  # Just being paranoid about ensuring that cc_basename is set. 
     
    1721217587    # See if GNU ld supports shared libraries. 
    1721317588    case $host_os in 
    17214     aix3* | aix4* | aix5*) 
     17589    aix[3-9]*) 
    1721517590      # On AIX/PPC, the GNU linker is very broken 
    1721617591      if test "$host_cpu" != ia64; then 
     
    1743217807      ;; 
    1743317808 
    17434     aix4* | aix5*) 
     17809    aix[4-9]*) 
    1743517810      if test "$host_cpu" = ia64; then 
    1743617811        # On IA64, the linker does run time linking by default, so we don't 
     
    1745217827        # AIX style linking. If -brtl is somewhere in LDFLAGS, we 
    1745317828        # need to do runtime linking. 
    17454         case $host_os in aix4.[23]|aix4.[23].*|aix5*) 
     17829        case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*) 
    1745517830          for ld_flag in $LDFLAGS; do 
    1745617831          if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then 
     
    1772418099    if test "$GCC" = yes ; then 
    1772518100        output_verbose_link_cmd='echo' 
    17726         archive_cmds_GCJ='$CC -dynamiclib $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring' 
    17727       module_cmds_GCJ='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags' 
    17728       # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin lds 
    17729       archive_expsym_cmds_GCJ='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -dynamiclib $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' 
    17730       module_expsym_cmds_GCJ='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag  -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' 
     18101        archive_cmds_GCJ="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}" 
     18102        module_cmds_GCJ="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}" 
     18103        archive_expsym_cmds_GCJ="sed 's,^,_,' < \$export_symbols > \$output_objdir/\${libname}-symbols.expsym~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring ${_lt_dar_single_mod}${_lt_dar_export_syms}${_lt_dsymutil}" 
     18104        module_expsym_cmds_GCJ="sed -e 's,^,_,' < \$export_symbols > \$output_objdir/\${libname}-symbols.expsym~\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dar_export_syms}${_lt_dsymutil}" 
    1773118105    else 
    1773218106      case $cc_basename in 
     
    1819718571  ;; 
    1819818572 
    18199 aix4* | aix5*) 
     18573aix[4-9]*) 
    1820018574  version_type=linux 
    1820118575  need_lib_prefix=no 
     
    1873019104test "$dynamic_linker" = no && can_build_shared=no 
    1873119105 
     19106if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then 
     19107  echo $ECHO_N "(cached) $ECHO_C" >&6 
     19108else 
     19109  lt_cv_sys_lib_search_path_spec="$sys_lib_search_path_spec" 
     19110fi 
     19111 
     19112sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec" 
     19113if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then 
     19114  echo $ECHO_N "(cached) $ECHO_C" >&6 
     19115else 
     19116  lt_cv_sys_lib_dlsearch_path_spec="$sys_lib_dlsearch_path_spec" 
     19117fi 
     19118 
     19119sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec" 
     19120 
    1873219121variables_saved_for_relink="PATH $shlibpath_var $runpath_var" 
    1873319122if test "$GCC" = yes; then 
     
    1881319202    postdeps_GCJ \ 
    1881419203    compiler_lib_search_path_GCJ \ 
     19204    compiler_lib_search_dirs_GCJ \ 
    1881519205    archive_cmds_GCJ \ 
    1881619206    archive_expsym_cmds_GCJ \ 
     
    1906119451postdeps=$lt_postdeps_GCJ 
    1906219452 
     19453# The directories searched by this compiler when creating a shared 
     19454# library 
     19455compiler_lib_search_dirs=$lt_compiler_lib_search_dirs_GCJ 
     19456 
    1906319457# The library search path used internally by the compiler when linking 
    1906419458# a shared library. 
     
    1923419628eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err 
    1923519629_lt_linker_boilerplate=`cat conftest.err` 
    19236 $rm conftest* 
     19630$rm -r conftest* 
    1923719631 
    1923819632 
     
    1929419688    postdeps_RC \ 
    1929519689    compiler_lib_search_path_RC \ 
     19690    compiler_lib_search_dirs_RC \ 
    1929619691    archive_cmds_RC \ 
    1929719692    archive_expsym_cmds_RC \ 
     
    1954219937postdeps=$lt_postdeps_RC 
    1954319938 
     19939# The directories searched by this compiler when creating a shared 
     19940# library 
     19941compiler_lib_search_dirs=$lt_compiler_lib_search_dirs_RC 
     19942 
    1954419943# The library search path used internally by the compiler when linking 
    1954519944# a shared library. 
     
    1974320142 
    1974420143 
     20144 
     20145 
     20146      GETTEXT_MACRO_VERSION=0.17 
    1974520147 
    1974620148 
     
    2002020422 
    2002120423 
     20424    test -n "${XGETTEXT_EXTRA_OPTIONS+set}" || XGETTEXT_EXTRA_OPTIONS= 
     20425 
     20426 
    2002220427  ac_config_commands="$ac_config_commands po-directories" 
    2002320428 
     
    2017220577echo "${ECHO_T}$acl_cv_rpath" >&6; } 
    2017320578  wl="$acl_cv_wl" 
    20174   libext="$acl_cv_libext" 
    20175   shlibext="$acl_cv_shlibext" 
    20176   hardcode_libdir_flag_spec="$acl_cv_hardcode_libdir_flag_spec" 
    20177   hardcode_libdir_separator="$acl_cv_hardcode_libdir_separator" 
    20178   hardcode_direct="$acl_cv_hardcode_direct" 
    20179   hardcode_minus_L="$acl_cv_hardcode_minus_L" 
     20579  acl_libext="$acl_cv_libext" 
     20580  acl_shlibext="$acl_cv_shlibext" 
     20581  acl_libname_spec="$acl_cv_libname_spec" 
     20582  acl_library_names_spec="$acl_cv_library_names_spec" 
     20583  acl_hardcode_libdir_flag_spec="$acl_cv_hardcode_libdir_flag_spec" 
     20584  acl_hardcode_libdir_separator="$acl_cv_hardcode_libdir_separator" 
     20585  acl_hardcode_direct="$acl_cv_hardcode_direct" 
     20586  acl_hardcode_minus_L="$acl_cv_hardcode_minus_L" 
    2018020587    # Check whether --enable-rpath was given. 
    2018120588if test "${enable_rpath+set}" = set; then 
     
    2021220619 
    2021320620 
     20621 
    2021420622    use_additional=yes 
    2021520623 
     
    2025620664  LTLIBICONV= 
    2025720665  INCICONV= 
     20666  LIBICONV_PREFIX= 
    2025820667  rpathdirs= 
    2025920668  ltrpathdirs= 
     
    2028920698          found_so= 
    2029020699          found_a= 
     20700          eval libname=\"$acl_libname_spec\"    # typically: libname=lib$name 
     20701          if test -n "$acl_shlibext"; then 
     20702            shrext=".$acl_shlibext"             # typically: shrext=.so 
     20703          else 
     20704            shrext= 
     20705          fi 
    2029120706          if test $use_additional = yes; then 
    20292             if test -n "$shlibext" && test -f "$additional_libdir/lib$name.$shlibext"; then 
    20293               found_dir="$additional_libdir" 
    20294               found_so="$additional_libdir/lib$name.$shlibext" 
    20295               if test -f "$additional_libdir/lib$name.la"; then 
    20296                 found_la="$additional_libdir/lib$name.la" 
     20707            dir="$additional_libdir" 
     20708                                    if test -n "$acl_shlibext"; then 
     20709              if test -f "$dir/$libname$shrext"; then 
     20710                found_dir="$dir" 
     20711                found_so="$dir/$libname$shrext" 
     20712              else 
     20713                if test "$acl_library_names_spec" = '$libname$shrext$versuffix'; then 
     20714                  ver=`(cd "$dir" && \ 
     20715                        for f in "$libname$shrext".*; do echo "$f"; done \ 
     20716                        | sed -e "s,^$libname$shrext\\\\.,," \ 
     20717                        | sort -t '.' -n -r -k1,1 -k2,2 -k3,3 -k4,4 -k5,5 \ 
     20718                        | sed 1q ) 2>/dev/null` 
     20719                  if test -n "$ver" && test -f "$dir/$libname$shrext.$ver"; then 
     20720                    found_dir="$dir" 
     20721                    found_so="$dir/$libname$shrext.$ver" 
     20722                  fi 
     20723                else 
     20724                  eval library_names=\"$acl_library_names_spec\" 
     20725                  for f in $library_names; do 
     20726                    if test -f "$dir/$f"; then 
     20727                      found_dir="$dir" 
     20728                      found_so="$dir/$f" 
     20729                      break 
     20730                    fi 
     20731                  done 
     20732                fi 
    2029720733              fi 
    20298             else 
    20299               if test -f "$additional_libdir/lib$name.$libext"; then 
    20300                 found_dir="$additional_libdir" 
    20301                 found_a="$additional_libdir/lib$name.$libext" 
    20302                 if test -f "$additional_libdir/lib$name.la"; then 
    20303                   found_la="$additional_libdir/lib$name.la" 
    20304                 fi 
     20734            fi 
     20735                        if test "X$found_dir" = "X"; then 
     20736              if test -f "$dir/$libname.$acl_libext"; then 
     20737                found_dir="$dir" 
     20738                found_a="$dir/$libname.$acl_libext" 
     20739              fi 
     20740            fi 
     20741            if test "X$found_dir" != "X"; then 
     20742              if test -f "$dir/$libname.la"; then 
     20743                found_la="$dir/$libname.la" 
    2030520744              fi 
    2030620745            fi 
     
    2032020759                -L*) 
    2032120760                  dir=`echo "X$x" | sed -e 's/^X-L//'` 
    20322                   if test -n "$shlibext" && test -f "$dir/lib$name.$shlibext"; then 
    20323                     found_dir="$dir" 
    20324                     found_so="$dir/lib$name.$shlibext" 
    20325                     if test -f "$dir/lib$name.la"; then 
    20326                       found_la="$dir/lib$name.la" 
     20761                                    if test -n "$acl_shlibext"; then 
     20762                    if test -f "$dir/$libname$shrext"; then 
     20763                      found_dir="$dir" 
     20764                      found_so="$dir/$libname$shrext" 
     20765                    else 
     20766                      if test "$acl_library_names_spec" = '$libname$shrext$versuffix'; then 
     20767                        ver=`(cd "$dir" && \ 
     20768                              for f in "$libname$shrext".*; do echo "$f"; done \ 
     20769                              | sed -e "s,^$libname$shrext\\\\.,," \ 
     20770                              | sort -t '.' -n -r -k1,1 -k2,2 -k3,3 -k4,4 -k5,5 \ 
     20771                              | sed 1q ) 2>/dev/null` 
     20772                        if test -n "$ver" && test -f "$dir/$libname$shrext.$ver"; then 
     20773                          found_dir="$dir" 
     20774                          found_so="$dir/$libname$shrext.$ver" 
     20775                        fi 
     20776                      else 
     20777                        eval library_names=\"$acl_library_names_spec\" 
     20778                        for f in $library_names; do 
     20779                          if test -f "$dir/$f"; then 
     20780                            found_dir="$dir" 
     20781                            found_so="$dir/$f" 
     20782                            break 
     20783                          fi 
     20784                        done 
     20785                      fi 
    2032720786                    fi 
    20328                   else 
    20329                     if test -f "$dir/lib$name.$libext"; then 
     20787                  fi 
     20788                                    if test "X$found_dir" = "X"; then 
     20789                    if test -f "$dir/$libname.$acl_libext"; then 
    2033020790                      found_dir="$dir" 
    20331                       found_a="$dir/lib$name.$libext" 
    20332                       if test -f "$dir/lib$name.la"; then 
    20333                         found_la="$dir/lib$name.la" 
    20334                       fi 
     20791                      found_a="$dir/$libname.$acl_libext" 
     20792                    fi 
     20793                  fi 
     20794                  if test "X$found_dir" != "X"; then 
     20795                    if test -f "$dir/$libname.la"; then 
     20796                      found_la="$dir/$libname.la" 
    2033520797                    fi 
    2033620798                  fi 
     
    2035820820                  ltrpathdirs="$ltrpathdirs $found_dir" 
    2035920821                fi 
    20360                                 if test "$hardcode_direct" = yes; then 
     20822                                if test "$acl_hardcode_direct" = yes; then 
    2036120823                                                      LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so" 
    2036220824                else 
    20363                   if test -n "$hardcode_libdir_flag_spec" && test "$hardcode_minus_L" = no; then 
     20825                  if test -n "$acl_hardcode_libdir_flag_spec" && test "$acl_hardcode_minus_L" = no; then 
    2036420826                                                            LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so" 
    2036520827                                                            haveit= 
     
    2039320855                      LIBICONV="${LIBICONV}${LIBICONV:+ }-L$found_dir" 
    2039420856                    fi 
    20395                     if test "$hardcode_minus_L" != no; then 
     20857                    if test "$acl_hardcode_minus_L" != no; then 
    2039620858                                                                                        LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so" 
    2039720859                    else 
     
    2041220874              */$acl_libdirstem | */$acl_libdirstem/) 
    2041320875                basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem/"'*$,,'` 
     20876                LIBICONV_PREFIX="$basedir" 
    2041420877                additional_includedir="$basedir/include" 
    2041520878                ;; 
     
    2056221025  done 
    2056321026  if test "X$rpathdirs" != "X"; then 
    20564     if test -n "$hardcode_libdir_separator"; then 
     21027    if test -n "$acl_hardcode_libdir_separator"; then 
    2056521028                        alldirs= 
    2056621029      for found_dir in $rpathdirs; do 
    20567         alldirs="${alldirs}${alldirs:+$hardcode_libdir_separator}$found_dir" 
     21030        alldirs="${alldirs}${alldirs:+$acl_hardcode_libdir_separator}$found_dir" 
    2056821031      done 
    2056921032            acl_save_libdir="$libdir" 
    2057021033      libdir="$alldirs" 
    20571       eval flag=\"$hardcode_libdir_flag_spec\" 
     21034      eval flag=\"$acl_hardcode_libdir_flag_spec\" 
    2057221035      libdir="$acl_save_libdir" 
    2057321036      LIBICONV="${LIBICONV}${LIBICONV:+ }$flag" 
     
    2057621039        acl_save_libdir="$libdir" 
    2057721040        libdir="$found_dir" 
    20578         eval flag=\"$hardcode_libdir_flag_spec\" 
     21041        eval flag=\"$acl_hardcode_libdir_flag_spec\" 
    2057921042        libdir="$acl_save_libdir" 
    2058021043        LIBICONV="${LIBICONV}${LIBICONV:+ }$flag" 
     
    2058721050    done 
    2058821051  fi 
     21052 
     21053 
     21054 
     21055 
     21056 
     21057 
     21058 
    2058921059 
    2059021060 
     
    2074121211  POSUB= 
    2074221212 
     21213    case " $gt_needs " in 
     21214    *" need-formatstring-macros "*) gt_api_version=3 ;; 
     21215    *" need-ngettext "*) gt_api_version=2 ;; 
     21216    *) gt_api_version=1 ;; 
     21217  esac 
     21218  gt_func_gnugettext_libc="gt_cv_func_gnugettext${gt_api_version}_libc" 
     21219  gt_func_gnugettext_libintl="gt_cv_func_gnugettext${gt_api_version}_libintl" 
     21220 
    2074321221    if test "$USE_NLS" = "yes"; then 
    2074421222    gt_use_preinstalled_gnugettext=no 
    2074521223 
    2074621224 
    20747  
    20748  
    20749  
     21225        if test $gt_api_version -ge 3; then 
     21226          gt_revision_test_code=' 
     21227#ifndef __GNU_GETTEXT_SUPPORTED_REVISION 
     21228#define __GNU_GETTEXT_SUPPORTED_REVISION(major) ((major) == 0 ? 0 : -1) 
     21229#endif 
     21230typedef int array [2 * (__GNU_GETTEXT_SUPPORTED_REVISION(0) >= 1) - 1]; 
     21231' 
     21232        else 
     21233          gt_revision_test_code= 
     21234        fi 
     21235        if test $gt_api_version -ge 2; then 
     21236          gt_expression_test_code=' + * ngettext ("", "", 0)' 
     21237        else 
     21238          gt_expression_test_code= 
     21239        fi 
    2075021240 
    2075121241        { echo "$as_me:$LINENO: checking for GNU gettext in libc" >&5 
    2075221242echo $ECHO_N "checking for GNU gettext in libc... $ECHO_C" >&6; } 
    20753 if test "${gt_cv_func_gnugettext1_libc+set}" = set; then 
     21243if { as_var=$gt_func_gnugettext_libc; eval "test \"\${$as_var+set}\" = set"; }; then 
    2075421244  echo $ECHO_N "(cached) $ECHO_C" >&6 
    2075521245else 
     
    2076121251/* end confdefs.h.  */ 
    2076221252#include <libintl.h> 
     21253$gt_revision_test_code 
    2076321254extern int _nl_msg_cat_cntr; 
    2076421255extern int *_nl_domain_bindings; 
     
    2076721258{ 
    2076821259bindtextdomain ("", ""); 
    20769 return * gettext ("") + _nl_msg_cat_cntr + *_nl_domain_bindings 
     21260return * gettext ("")$gt_expression_test_code + _nl_msg_cat_cntr + *_nl_domain_bindings 
    2077021261  ; 
    2077121262  return 0; 
     
    2079021281       } && test -s conftest$ac_exeext && 
    2079121282       $as_test_x conftest$ac_exeext; then 
    20792   gt_cv_func_gnugettext1_libc=yes 
     21283  eval "$gt_func_gnugettext_libc=yes" 
    2079321284else 
    2079421285  echo "$as_me: failed program was:" >&5 
    2079521286sed 's/^/| /' conftest.$ac_ext >&5 
    2079621287 
    20797         gt_cv_func_gnugettext1_libc=no 
     21288        eval "$gt_func_gnugettext_libc=no" 
    2079821289fi 
    2079921290 
     
    2080121292      conftest$ac_exeext conftest.$ac_ext 
    2080221293fi 
    20803 { echo "$as_me:$LINENO: result: $gt_cv_func_gnugettext1_libc" >&5 
    20804 echo "${ECHO_T}$gt_cv_func_gnugettext1_libc" >&6; } 
    20805  
    20806         if test "$gt_cv_func_gnugettext1_libc" != "yes"; then 
     21294ac_res=`eval echo '${'$gt_func_gnugettext_libc'}'` 
     21295               { echo "$as_me:$LINENO: result: $ac_res" >&5 
     21296echo "${ECHO_T}$ac_res" >&6; } 
     21297 
     21298        if { eval "gt_val=\$$gt_func_gnugettext_libc"; test "$gt_val" != "yes"; }; then 
    2080721299 
    2080821300 
     
    2094621438echo "${ECHO_T}$am_cv_func_iconv" >&6; } 
    2094721439  if test "$am_cv_func_iconv" = yes; then 
     21440    { echo "$as_me:$LINENO: checking for working iconv" >&5 
     21441echo $ECHO_N "checking for working iconv... $ECHO_C" >&6; } 
     21442if test "${am_cv_func_iconv_works+set}" = set; then 
     21443  echo $ECHO_N "(cached) $ECHO_C" >&6 
     21444else 
     21445 
     21446            am_save_LIBS="$LIBS" 
     21447      if test $am_cv_lib_iconv = yes; then 
     21448        LIBS="$LIBS $LIBICONV" 
     21449      fi 
     21450      if test "$cross_compiling" = yes; then 
     21451  case "$host_os" in 
     21452           aix* | hpux*) am_cv_func_iconv_works="guessing no" ;; 
     21453           *)            am_cv_func_iconv_works="guessing yes" ;; 
     21454         esac 
     21455else 
     21456  cat >conftest.$ac_ext <<_ACEOF 
     21457/* confdefs.h.  */ 
     21458_ACEOF 
     21459cat confdefs.h >>conftest.$ac_ext 
     21460cat >>conftest.$ac_ext <<_ACEOF 
     21461/* end confdefs.h.  */ 
     21462 
     21463#include <iconv.h> 
     21464#include <string.h> 
     21465int main () 
     21466{ 
     21467  /* Test against AIX 5.1 bug: Failures are not distinguishable from successful 
     21468     returns.  */ 
     21469  { 
     21470    iconv_t cd_utf8_to_88591 = iconv_open ("ISO8859-1", "UTF-8"); 
     21471    if (cd_utf8_to_88591 != (iconv_t)(-1)) 
     21472      { 
     21473        static const char input[] = "\342\202\254"; /* EURO SIGN */ 
     21474        char buf[10]; 
     21475        const char *inptr = input; 
     21476        size_t inbytesleft = strlen (input); 
     21477        char *outptr = buf; 
     21478        size_t outbytesleft = sizeof (buf); 
     21479        size_t res = iconv (cd_utf8_to_88591, 
     21480                            (char **) &inptr, &inbytesleft, 
     21481                            &outptr, &outbytesleft); 
     21482        if (res == 0) 
     21483          return 1; 
     21484      } 
     21485  } 
     21486#if 0 /* This bug could be worked around by the caller.  */ 
     21487  /* Test against HP-UX 11.11 bug: Positive return value instead of 0.  */ 
     21488  { 
     21489    iconv_t cd_88591_to_utf8 = iconv_open ("utf8", "iso88591"); 
     21490    if (cd_88591_to_utf8 != (iconv_t)(-1)) 
     21491      { 
     21492        static const char input[] = "\304rger mit b\366sen B\374bchen ohne Augenma\337"; 
     21493        char buf[50]; 
     21494        const char *inptr = input; 
     21495        size_t inbytesleft = strlen (input); 
     21496        char *outptr = buf; 
     21497        size_t outbytesleft = sizeof (buf); 
     21498        size_t res = iconv (cd_88591_to_utf8, 
     21499                            (char **) &inptr, &inbytesleft, 
     21500                            &outptr, &outbytesleft); 
     21501        if ((int)res > 0) 
     21502          return 1; 
     21503      } 
     21504  } 
     21505#endif 
     21506  /* Test against HP-UX 11.11 bug: No converter from EUC-JP to UTF-8 is 
     21507     provided.  */ 
     21508  if (/* Try standardized names.  */ 
     21509      iconv_open ("UTF-8", "EUC-JP") == (iconv_t)(-1) 
     21510      /* Try IRIX, OSF/1 names.  */ 
     21511      && iconv_open ("UTF-8", "eucJP") == (iconv_t)(-1) 
     21512      /* Try AIX names.  */ 
     21513      && iconv_open ("UTF-8", "IBM-eucJP") == (iconv_t)(-1) 
     21514      /* Try HP-UX names.  */ 
     21515      && iconv_open ("utf8", "eucJP") == (iconv_t)(-1)) 
     21516    return 1; 
     21517  return 0; 
     21518} 
     21519_ACEOF 
     21520rm -f conftest$ac_exeext 
     21521if { (ac_try="$ac_link" 
     21522case "(($ac_try" in 
     21523  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
     21524  *) ac_try_echo=$ac_try;; 
     21525esac 
     21526eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     21527  (eval "$ac_link") 2>&5 
     21528  ac_status=$? 
     21529  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     21530  (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 
     21531  { (case "(($ac_try" in 
     21532  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
     21533  *) ac_try_echo=$ac_try;; 
     21534esac 
     21535eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     21536  (eval "$ac_try") 2>&5 
     21537  ac_status=$? 
     21538  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     21539  (exit $ac_status); }; }; then 
     21540  am_cv_func_iconv_works=yes 
     21541else 
     21542  echo "$as_me: program exited with status $ac_status" >&5 
     21543echo "$as_me: failed program was:" >&5 
     21544sed 's/^/| /' conftest.$ac_ext >&5 
     21545 
     21546( exit $ac_status ) 
     21547am_cv_func_iconv_works=no 
     21548fi 
     21549rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 
     21550fi 
     21551 
     21552 
     21553      LIBS="$am_save_LIBS" 
     21554 
     21555fi 
     21556{ echo "$as_me:$LINENO: result: $am_cv_func_iconv_works" >&5 
     21557echo "${ECHO_T}$am_cv_func_iconv_works" >&6; } 
     21558    case "$am_cv_func_iconv_works" in 
     21559      *no) am_func_iconv=no am_cv_lib_iconv=no ;; 
     21560      *)   am_func_iconv=yes ;; 
     21561    esac 
     21562  else 
     21563    am_func_iconv=no am_cv_lib_iconv=no 
     21564  fi 
     21565  if test "$am_func_iconv" = yes; then 
    2094821566 
    2094921567cat >>confdefs.h <<\_ACEOF 
     
    2096921587 
    2097021588 
     21589 
    2097121590    use_additional=yes 
    2097221591 
     
    2101321632  LTLIBINTL= 
    2101421633  INCINTL= 
     21634  LIBINTL_PREFIX= 
    2101521635  rpathdirs= 
    2101621636  ltrpathdirs= 
     
    2104621666          found_so= 
    2104721667          found_a= 
     21668          eval libname=\"$acl_libname_spec\"    # typically: libname=lib$name 
     21669          if test -n "$acl_shlibext"; then 
     21670            shrext=".$acl_shlibext"             # typically: shrext=.so 
     21671          else 
     21672            shrext= 
     21673          fi 
    2104821674          if test $use_additional = yes; then 
    21049             if test -n "$shlibext" && test -f "$additional_libdir/lib$name.$shlibext"; then 
    21050               found_dir="$additional_libdir" 
    21051               found_so="$additional_libdir/lib$name.$shlibext" 
    21052               if test -f "$additional_libdir/lib$name.la"; then 
    21053                 found_la="$additional_libdir/lib$name.la" 
     21675            dir="$additional_libdir" 
     21676                                    if test -n "$acl_shlibext"; then 
     21677              if test -f "$dir/$libname$shrext"; then 
     21678                found_dir="$dir" 
     21679                found_so="$dir/$libname$shrext" 
     21680              else 
     21681                if test "$acl_library_names_spec" = '$libname$shrext$versuffix'; then 
     21682                  ver=`(cd "$dir" && \ 
     21683                        for f in "$libname$shrext".*; do echo "$f"; done \ 
     21684                        | sed -e "s,^$libname$shrext\\\\.,," \ 
     21685                        | sort -t '.' -n -r -k1,1 -k2,2 -k3,3 -k4,4 -k5,5 \ 
     21686                        | sed 1q ) 2>/dev/null` 
     21687                  if test -n "$ver" && test -f "$dir/$libname$shrext.$ver"; then 
     21688                    found_dir="$dir" 
     21689                    found_so="$dir/$libname$shrext.$ver" 
     21690                  fi 
     21691                else 
     21692                  eval library_names=\"$acl_library_names_spec\" 
     21693                  for f in $library_names; do 
     21694                    if test -f "$dir/$f"; then 
     21695                      found_dir="$dir" 
     21696                      found_so="$dir/$f" 
     21697                      break 
     21698                    fi 
     21699                  done 
     21700                fi 
    2105421701              fi 
    21055             else 
    21056               if test -f "$additional_libdir/lib$name.$libext"; then 
    21057                 found_dir="$additional_libdir" 
    21058                 found_a="$additional_libdir/lib$name.$libext" 
    21059                 if test -f "$additional_libdir/lib$name.la"; then 
    21060                   found_la="$additional_libdir/lib$name.la" 
    21061                 fi 
     21702            fi 
     21703                        if test "X$found_dir" = "X"; then 
     21704              if test -f "$dir/$libname.$acl_libext"; then 
     21705                found_dir="$dir" 
     21706                found_a="$dir/$libname.$acl_libext" 
     21707              fi 
     21708            fi 
     21709            if test "X$found_dir" != "X"; then 
     21710              if test -f "$dir/$libname.la"; then 
     21711                found_la="$dir/$libname.la" 
    2106221712              fi 
    2106321713            fi 
     
    2107721727                -L*) 
    2107821728                  dir=`echo "X$x" | sed -e 's/^X-L//'` 
    21079                   if test -n "$shlibext" && test -f "$dir/lib$name.$shlibext"; then 
    21080                     found_dir="$dir" 
    21081                     found_so="$dir/lib$name.$shlibext" 
    21082                     if test -f "$dir/lib$name.la"; then 
    21083                       found_la="$dir/lib$name.la" 
     21729                                    if test -n "$acl_shlibext"; then 
     21730                    if test -f "$dir/$libname$shrext"; then 
     21731                      found_dir="$dir" 
     21732                      found_so="$dir/$libname$shrext" 
     21733                    else 
     21734                      if test "$acl_library_names_spec" = '$libname$shrext$versuffix'; then 
     21735                        ver=`(cd "$dir" && \ 
     21736                              for f in "$libname$shrext".*; do echo "$f"; done \ 
     21737                              | sed -e "s,^$libname$shrext\\\\.,," \ 
     21738                              | sort -t '.' -n -r -k1,1 -k2,2 -k3,3 -k4,4 -k5,5 \ 
     21739                              | sed 1q ) 2>/dev/null` 
     21740                        if test -n "$ver" && test -f "$dir/$libname$shrext.$ver"; then 
     21741                          found_dir="$dir" 
     21742                          found_so="$dir/$libname$shrext.$ver" 
     21743                        fi 
     21744                      else 
     21745                        eval library_names=\"$acl_library_names_spec\" 
     21746                        for f in $library_names; do 
     21747                          if test -f "$dir/$f"; then 
     21748                            found_dir="$dir" 
     21749                            found_so="$dir/$f" 
     21750                            break 
     21751                          fi 
     21752                        done 
     21753                      fi 
    2108421754                    fi 
    21085                   else 
    21086                     if test -f "$dir/lib$name.$libext"; then 
     21755                  fi 
     21756                                    if test "X$found_dir" = "X"; then 
     21757                    if test -f "$dir/$libname.$acl_libext"; then 
    2108721758                      found_dir="$dir" 
    21088                       found_a="$dir/lib$name.$libext" 
    21089                       if test -f "$dir/lib$name.la"; then 
    21090                         found_la="$dir/lib$name.la" 
    21091                       fi 
     21759                      found_a="$dir/$libname.$acl_libext" 
     21760                    fi 
     21761                  fi 
     21762                  if test "X$found_dir" != "X"; then 
     21763                    if test -f "$dir/$libname.la"; then 
     21764                      found_la="$dir/$libname.la" 
    2109221765                    fi 
    2109321766                  fi 
     
    2111521788                  ltrpathdirs="$ltrpathdirs $found_dir" 
    2111621789                fi 
    21117                                 if test "$hardcode_direct" = yes; then 
     21790                                if test "$acl_hardcode_direct" = yes; then 
    2111821791                                                      LIBINTL="${LIBINTL}${LIBINTL:+ }$found_so" 
    2111921792                else 
    21120                   if test -n "$hardcode_libdir_flag_spec" && test "$hardcode_minus_L" = no; then 
     21793                  if test -n "$acl_hardcode_libdir_flag_spec" && test "$acl_hardcode_minus_L" = no; then 
    2112121794                                                            LIBINTL="${LIBINTL}${LIBINTL:+ }$found_so" 
    2112221795                                                            haveit= 
     
    2115021823                      LIBINTL="${LIBINTL}${LIBINTL:+ }-L$found_dir" 
    2115121824                    fi 
    21152                     if test "$hardcode_minus_L" != no; then 
     21825                    if test "$acl_hardcode_minus_L" != no; then 
    2115321826                                                                                        LIBINTL="${LIBINTL}${LIBINTL:+ }$found_so" 
    2115421827                    else 
     
    2116921842              */$acl_libdirstem | */$acl_libdirstem/) 
    2117021843                basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem/"'*$,,'` 
     21844                LIBINTL_PREFIX="$basedir" 
    2117121845                additional_includedir="$basedir/include" 
    2117221846                ;; 
     
    2131921993  done 
    2132021994  if test "X$rpathdirs" != "X"; then 
    21321     if test -n "$hardcode_libdir_separator"; then 
     21995    if test -n "$acl_hardcode_libdir_separator"; then 
    2132221996                        alldirs= 
    2132321997      for found_dir in $rpathdirs; do 
    21324         alldirs="${alldirs}${alldirs:+$hardcode_libdir_separator}$found_dir" 
     21998        alldirs="${alldirs}${alldirs:+$acl_hardcode_libdir_separator}$found_dir" 
    2132521999      done 
    2132622000            acl_save_libdir="$libdir" 
    2132722001      libdir="$alldirs" 
    21328       eval flag=\"$hardcode_libdir_flag_spec\" 
     22002      eval flag=\"$acl_hardcode_libdir_flag_spec\" 
    2132922003      libdir="$acl_save_libdir" 
    2133022004      LIBINTL="${LIBINTL}${LIBINTL:+ }$flag" 
     
    2133322007        acl_save_libdir="$libdir" 
    2133422008        libdir="$found_dir" 
    21335         eval flag=\"$hardcode_libdir_flag_spec\" 
     22009        eval flag=\"$acl_hardcode_libdir_flag_spec\" 
    2133622010        libdir="$acl_save_libdir" 
    2133722011        LIBINTL="${LIBINTL}${LIBINTL:+ }$flag" 
     
    2134722021          { echo "$as_me:$LINENO: checking for GNU gettext in libintl" >&5 
    2134822022echo $ECHO_N "checking for GNU gettext in libintl... $ECHO_C" >&6; } 
    21349 if test "${gt_cv_func_gnugettext1_libintl+set}" = set; then 
     22023if { as_var=$gt_func_gnugettext_libintl; eval "test \"\${$as_var+set}\" = set"; }; then 
    2135022024  echo $ECHO_N "(cached) $ECHO_C" >&6 
    2135122025else 
     
    2136122035/* end confdefs.h.  */ 
    2136222036#include <libintl.h> 
     22037$gt_revision_test_code 
    2136322038extern int _nl_msg_cat_cntr; 
    2136422039extern 
     
    2137122046{ 
    2137222047bindtextdomain ("", ""); 
    21373 return * gettext ("") + _nl_msg_cat_cntr + *_nl_expand_alias ("") 
     22048return * gettext ("")$gt_expression_test_code + _nl_msg_cat_cntr + *_nl_expand_alias ("") 
    2137422049  ; 
    2137522050  return 0; 
     
    2139422069       } && test -s conftest$ac_exeext && 
    2139522070       $as_test_x conftest$ac_exeext; then 
    21396   gt_cv_func_gnugettext1_libintl=yes 
     22071  eval "$gt_func_gnugettext_libintl=yes" 
    2139722072else 
    2139822073  echo "$as_me: failed program was:" >&5 
    2139922074sed 's/^/| /' conftest.$ac_ext >&5 
    2140022075 
    21401         gt_cv_func_gnugettext1_libintl=no 
     22076        eval "$gt_func_gnugettext_libintl=no" 
    2140222077fi 
    2140322078 
    2140422079rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 
    2140522080      conftest$ac_exeext conftest.$ac_ext 
    21406                         if test "$gt_cv_func_gnugettext1_libintl" != yes && test -n "$LIBICONV"; then 
     22081                        if { eval "gt_val=\$$gt_func_gnugettext_libintl"; test "$gt_val" != yes; } && test -n "$LIBICONV"; then 
    2140722082              LIBS="$LIBS $LIBICONV" 
    2140822083              cat >conftest.$ac_ext <<_ACEOF 
     
    2141322088/* end confdefs.h.  */ 
    2141422089#include <libintl.h> 
     22090$gt_revision_test_code 
    2141522091extern int _nl_msg_cat_cntr; 
    2141622092extern 
     
    2142322099{ 
    2142422100bindtextdomain ("", ""); 
    21425 return * gettext ("") + _nl_msg_cat_cntr + *_nl_expand_alias ("") 
     22101return * gettext ("")$gt_expression_test_code + _nl_msg_cat_cntr + *_nl_expand_alias ("") 
    2142622102  ; 
    2142722103  return 0; 
     
    2144822124  LIBINTL="$LIBINTL $LIBICONV" 
    2144922125                LTLIBINTL="$LTLIBINTL $LTLIBICONV" 
    21450                 gt_cv_func_gnugettext1_libintl=yes 
     22126                eval "$gt_func_gnugettext_libintl=yes" 
    2145122127 
    2145222128else 
     
    2146322139            LIBS="$gt_save_LIBS" 
    2146422140fi 
    21465 { echo "$as_me:$LINENO: result: $gt_cv_func_gnugettext1_libintl" >&5 
    21466 echo "${ECHO_T}$gt_cv_func_gnugettext1_libintl" >&6; } 
     22141ac_res=`eval echo '${'$gt_func_gnugettext_libintl'}'` 
     22142               { echo "$as_me:$LINENO: result: $ac_res" >&5 
     22143echo "${ECHO_T}$ac_res" >&6; } 
    2146722144        fi 
    2146822145 
    21469                                         if test "$gt_cv_func_gnugettext1_libc" = "yes" \ 
    21470            || { test "$gt_cv_func_gnugettext1_libintl" = "yes" \ 
     22146                                        if { eval "gt_val=\$$gt_func_gnugettext_libc"; test "$gt_val" = "yes"; } \ 
     22147           || { { eval "gt_val=\$$gt_func_gnugettext_libintl"; test "$gt_val" = "yes"; } \ 
    2147122148                && test "$PACKAGE" != gettext-runtime \ 
    2147222149                && test "$PACKAGE" != gettext-tools; }; then 
     
    2150822185echo $ECHO_N "checking where the gettext function comes from... $ECHO_C" >&6; } 
    2150922186    if test "$gt_use_preinstalled_gnugettext" = "yes"; then 
    21510       if test "$gt_cv_func_gnugettext1_libintl" = "yes"; then 
     22187      if { eval "gt_val=\$$gt_func_gnugettext_libintl"; test "$gt_val" = "yes"; }; then 
    2151122188        gt_source="external libintl" 
    2151222189      else 
     
    2152322200 
    2152422201    if test "$gt_use_preinstalled_gnugettext" = "yes"; then 
    21525       if test "$gt_cv_func_gnugettext1_libintl" = "yes"; then 
     22202      if { eval "gt_val=\$$gt_func_gnugettext_libintl"; test "$gt_val" = "yes"; }; then 
    2152622203        { echo "$as_me:$LINENO: checking how to link with libintl" >&5 
    2152722204echo $ECHO_N "checking how to link with libintl... $ECHO_C" >&6; } 
     
    2414324820 
    2414424821pkg_failed=no 
     24822{ echo "$as_me:$LINENO: checking for GSTREAMER" >&5 
     24823echo $ECHO_N "checking for GSTREAMER... $ECHO_C" >&6; } 
     24824 
     24825if test -n "$PKG_CONFIG"; then 
     24826    if test -n "$GSTREAMER_CFLAGS"; then 
     24827        pkg_cv_GSTREAMER_CFLAGS="$GSTREAMER_CFLAGS" 
     24828    else 
     24829        if test -n "$PKG_CONFIG" && \ 
     24830    { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gstreamer-0.10 gstreamer-base-0.10 gstreamer-plugins-base-0.10\"") >&5 
     24831  ($PKG_CONFIG --exists --print-errors "gstreamer-0.10 gstreamer-base-0.10 gstreamer-plugins-base-0.10") 2>&5 
     24832  ac_status=$? 
     24833  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     24834  (exit $ac_status); }; then 
     24835  pkg_cv_GSTREAMER_CFLAGS=`$PKG_CONFIG --cflags "gstreamer-0.10 gstreamer-base-0.10 gstreamer-plugins-base-0.10" 2>/dev/null` 
     24836else 
     24837  pkg_failed=yes 
     24838fi 
     24839    fi 
     24840else 
     24841        pkg_failed=untried 
     24842fi 
     24843if test -n "$PKG_CONFIG"; then 
     24844    if test -n "$GSTREAMER_LIBS"; then 
     24845        pkg_cv_GSTREAMER_LIBS="$GSTREAMER_LIBS" 
     24846    else 
     24847        if test -n "$PKG_CONFIG" && \ 
     24848    { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gstreamer-0.10 gstreamer-base-0.10 gstreamer-plugins-base-0.10\"") >&5 
     24849  ($PKG_CONFIG --exists --print-errors "gstreamer-0.10 gstreamer-base-0.10 gstreamer-plugins-base-0.10") 2>&5 
     24850  ac_status=$? 
     24851  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     24852  (exit $ac_status); }; then 
     24853  pkg_cv_GSTREAMER_LIBS=`$PKG_CONFIG --libs "gstreamer-0.10 gstreamer-base-0.10 gstreamer-plugins-base-0.10" 2>/dev/null` 
     24854else 
     24855  pkg_failed=yes 
     24856fi 
     24857    fi 
     24858else 
     24859        pkg_failed=untried 
     24860fi 
     24861 
     24862 
     24863 
     24864if test $pkg_failed = yes; then 
     24865 
     24866if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then 
     24867        _pkg_short_errors_supported=yes 
     24868else 
     24869        _pkg_short_errors_supported=no 
     24870fi 
     24871        if test $_pkg_short_errors_supported = yes; then 
     24872                GSTREAMER_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "gstreamer-0.10 gstreamer-base-0.10 gstreamer-plugins-base-0.10"` 
     24873        else 
     24874                GSTREAMER_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "gstreamer-0.10 gstreamer-base-0.10 gstreamer-plugins-base-0.10"` 
     24875        fi 
     24876        # Put the nasty error message in config.log where it belongs 
     24877        echo "$GSTREAMER_PKG_ERRORS" >&5 
     24878 
     24879        { { echo "$as_me:$LINENO: error: Package requirements (gstreamer-0.10 gstreamer-base-0.10 gstreamer-plugins-base-0.10) were not met: 
     24880 
     24881$GSTREAMER_PKG_ERRORS 
     24882 
     24883Consider adjusting the PKG_CONFIG_PATH environment variable if you 
     24884installed software in a non-standard prefix. 
     24885 
     24886Alternatively, you may set the environment variables GSTREAMER_CFLAGS 
     24887and GSTREAMER_LIBS to avoid the need to call pkg-config. 
     24888See the pkg-config man page for more details. 
     24889" >&5 
     24890echo "$as_me: error: Package requirements (gstreamer-0.10 gstreamer-base-0.10 gstreamer-plugins-base-0.10) were not met: 
     24891 
     24892$GSTREAMER_PKG_ERRORS 
     24893 
     24894Consider adjusting the PKG_CONFIG_PATH environment variable if you 
     24895installed software in a non-standard prefix. 
     24896 
     24897Alternatively, you may set the environment variables GSTREAMER_CFLAGS 
     24898and GSTREAMER_LIBS to avoid the need to call pkg-config. 
     24899See the pkg-config man page for more details. 
     24900" >&2;} 
     24901   { (exit 1); exit 1; }; } 
     24902elif test $pkg_failed = untried; then 
     24903        { { echo "$as_me:$LINENO: error: The pkg-config script could not be found or is too old.  Make sure it 
     24904is in your PATH or set the PKG_CONFIG environment variable to the full 
     24905path to pkg-config. 
     24906 
     24907Alternatively, you may set the environment variables GSTREAMER_CFLAGS 
     24908and GSTREAMER_LIBS to avoid the need to call pkg-config. 
     24909See the pkg-config man page for more details. 
     24910 
     24911To get pkg-config, see <http://pkg-config.freedesktop.org/>. 
     24912See \`config.log' for more details." >&5 
     24913echo "$as_me: error: The pkg-config script could not be found or is too old.  Make sure it 
     24914is in your PATH or set the PKG_CONFIG environment variable to the full 
     24915path to pkg-config. 
     24916 
     24917Alternatively, you may set the environment variables GSTREAMER_CFLAGS 
     24918and GSTREAMER_LIBS to avoid the need to call pkg-config. 
     24919See the pkg-config man page for more details. 
     24920 
     24921To get pkg-config, see <http://pkg-config.freedesktop.org/>. 
     24922See \`config.log' for more details." >&2;} 
     24923   { (exit 1); exit 1; }; } 
     24924else 
     24925        GSTREAMER_CFLAGS=$pkg_cv_GSTREAMER_CFLAGS 
     24926        GSTREAMER_LIBS=$pkg_cv_GSTREAMER_LIBS 
     24927        { echo "$as_me:$LINENO: result: yes" >&5 
     24928echo "${ECHO_T}yes" >&6; } 
     24929        : 
     24930fi 
     24931 
     24932 
     24933 
     24934 
     24935pkg_failed=no 
     24936{ echo "$as_me:$LINENO: checking for GNOME_STUFF" >&5 
     24937echo $ECHO_N "checking for GNOME_STUFF... $ECHO_C" >&6; } 
     24938 
     24939if test -n "$PKG_CONFIG"; then 
     24940    if test -n "$GNOME_STUFF_CFLAGS"; then 
     24941        pkg_cv_GNOME_STUFF_CFLAGS="$GNOME_STUFF_CFLAGS" 
     24942    else 
     24943        if test -n "$PKG_CONFIG" && \ 
     24944    { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libgnome-2.0 gconf-2.0 gnome-vfs-2.0\"") >&5 
     24945  ($PKG_CONFIG --exists --print-errors "libgnome-2.0 gconf-2.0 gnome-vfs-2.0") 2>&5 
     24946  ac_status=$? 
     24947  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     24948  (exit $ac_status); }; then 
     24949  pkg_cv_GNOME_STUFF_CFLAGS=`$PKG_CONFIG --cflags "libgnome-2.0 gconf-2.0 gnome-vfs-2.0" 2>/dev/null` 
     24950else 
     24951  pkg_failed=yes 
     24952fi 
     24953    fi 
     24954else 
     24955        pkg_failed=untried 
     24956fi 
     24957if test -n "$PKG_CONFIG"; then 
     24958    if test -n "$GNOME_STUFF_LIBS"; then 
     24959        pkg_cv_GNOME_STUFF_LIBS="$GNOME_STUFF_LIBS" 
     24960    else 
     24961        if test -n "$PKG_CONFIG" && \ 
     24962    { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libgnome-2.0 gconf-2.0 gnome-vfs-2.0\"") >&5 
     24963  ($PKG_CONFIG --exists --print-errors "libgnome-2.0 gconf-2.0 gnome-vfs-2.0") 2>&5 
     24964  ac_status=$? 
     24965  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     24966  (exit $ac_status); }; then 
     24967  pkg_cv_GNOME_STUFF_LIBS=`$PKG_CONFIG --libs "libgnome-2.0 gconf-2.0 gnome-vfs-2.0" 2>/dev/null` 
     24968else 
     24969  pkg_failed=yes 
     24970fi 
     24971    fi 
     24972else 
     24973        pkg_failed=untried 
     24974fi 
     24975 
     24976 
     24977 
     24978if test $pkg_failed = yes; then 
     24979 
     24980if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then 
     24981        _pkg_short_errors_supported=yes 
     24982else 
     24983        _pkg_short_errors_supported=no 
     24984fi 
     24985        if test $_pkg_short_errors_supported = yes; then 
     24986                GNOME_STUFF_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "libgnome-2.0 gconf-2.0 gnome-vfs-2.0"` 
     24987        else 
     24988                GNOME_STUFF_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "libgnome-2.0 gconf-2.0 gnome-vfs-2.0"` 
     24989        fi 
     24990        # Put the nasty error message in config.log where it belongs 
     24991        echo "$GNOME_STUFF_PKG_ERRORS" >&5 
     24992 
     24993        { { echo "$as_me:$LINENO: error: Package requirements (libgnome-2.0 gconf-2.0 gnome-vfs-2.0) were not met: 
     24994 
     24995$GNOME_STUFF_PKG_ERRORS 
     24996 
     24997Consider adjusting the PKG_CONFIG_PATH environment variable if you 
     24998installed software in a non-standard prefix. 
     24999 
     25000Alternatively, you may set the environment variables GNOME_STUFF_CFLAGS 
     25001and GNOME_STUFF_LIBS to avoid the need to call pkg-config. 
     25002See the pkg-config man page for more details. 
     25003" >&5 
     25004echo "$as_me: error: Package requirements (libgnome-2.0 gconf-2.0 gnome-vfs-2.0) were not met: 
     25005 
     25006$GNOME_STUFF_PKG_ERRORS 
     25007 
     25008Consider adjusting the PKG_CONFIG_PATH environment variable if you 
     25009installed software in a non-standard prefix. 
     25010 
     25011Alternatively, you may set the environment variables GNOME_STUFF_CFLAGS 
     25012and GNOME_STUFF_LIBS to avoid the need to call pkg-config. 
     25013See the pkg-config man page for more details. 
     25014" >&2;} 
     25015   { (exit 1); exit 1; }; } 
     25016elif test $pkg_failed = untried; then 
     25017        { { echo "$as_me:$LINENO: error: The pkg-config script could not be found or is too old.  Make sure it 
     25018is in your PATH or set the PKG_CONFIG environment variable to the full 
     25019path to pkg-config. 
     25020 
     25021Alternatively, you may set the environment variables GNOME_STUFF_CFLAGS 
     25022and GNOME_STUFF_LIBS to avoid the need to call pkg-config. 
     25023See the pkg-config man page for more details. 
     25024 
     25025To get pkg-config, see <http://pkg-config.freedesktop.org/>. 
     25026See \`config.log' for more details." >&5 
     25027echo "$as_me: error: The pkg-config script could not be found or is too old.  Make sure it 
     25028is in your PATH or set the PKG_CONFIG environment variable to the full 
     25029path to pkg-config. 
     25030 
     25031Alternatively, you may set the environment variables GNOME_STUFF_CFLAGS 
     25032and GNOME_STUFF_LIBS to avoid the need to call pkg-config. 
     25033See the pkg-config man page for more details. 
     25034 
     25035To get pkg-config, see <http://pkg-config.freedesktop.org/>. 
     25036See \`config.log' for more details." >&2;} 
     25037   { (exit 1); exit 1; }; } 
     25038else 
     25039        GNOME_STUFF_CFLAGS=$pkg_cv_GNOME_STUFF_CFLAGS 
     25040        GNOME_STUFF_LIBS=$pkg_cv_GNOME_STUFF_LIBS 
     25041        { echo "$as_me:$LINENO: result: yes" >&5 
     25042echo "${ECHO_T}yes" >&6; } 
     25043        : 
     25044fi 
     25045 
     25046 
     25047 
     25048 
     25049pkg_failed=no 
    2414525050{ echo "$as_me:$LINENO: checking for RGC_CLIENT" >&5 
    2414625051echo $ECHO_N "checking for RGC_CLIENT... $ECHO_C" >&6; } 
     
    2438025285 
    2438125286 
    24382 ac_config_files="$ac_config_files Makefile data/Makefile data/icons/Makefile po/Makefile.in src/Makefile src/tx_widgets/Makefile src/tx_widgets/icons/Makefile" 
     25287ac_config_files="$ac_config_files Makefile data/Makefile data/icons/Makefile po/Makefile.in src/Makefile src/marlin/Makefile src/marlin/cursors/Makefile src/tx_widgets/Makefile src/tx_widgets/icons/Makefile" 
    2438325288 
    2438425289cat >confcache <<\_ACEOF 
     
    2498825893    "po/Makefile.in") CONFIG_FILES="$CONFIG_FILES po/Makefile.in" ;; 
    2498925894    "src/Makefile") CONFIG_FILES="$CONFIG_FILES src/Makefile" ;; 
     25895    "src/marlin/Makefile") CONFIG_FILES="$CONFIG_FILES src/marlin/Makefile" ;; 
     25896    "src/marlin/cursors/Makefile") CONFIG_FILES="$CONFIG_FILES src/marlin/cursors/Makefile" ;; 
    2499025897    "src/tx_widgets/Makefile") CONFIG_FILES="$CONFIG_FILES src/tx_widgets/Makefile" ;; 
    2499125898    "src/tx_widgets/icons/Makefile") CONFIG_FILES="$CONFIG_FILES src/tx_widgets/icons/Makefile" ;; 
     
    2514226049AR!$AR$ac_delim 
    2514326050RANLIB!$RANLIB$ac_delim 
     26051DSYMUTIL!$DSYMUTIL$ac_delim 
     26052NMEDIT!$NMEDIT$ac_delim 
    2514426053DLLTOOL!$DLLTOOL$ac_delim 
    2514526054AS!$AS$ac_delim 
     
    2514726056CPP!$CPP$ac_delim 
    2514826057CXX!$CXX$ac_delim 
    25149 CXXFLAGS!$CXXFLAGS$ac_delim 
    25150 ac_ct_CXX!$ac_ct_CXX$ac_delim 
    2515126058_ACEOF 
    2515226059 
     
    2519026097for ac_last_try in false false false false false :; do 
    2519126098  cat >conf$$subs.sed <<_ACEOF 
     26099CXXFLAGS!$CXXFLAGS$ac_delim 
     26100ac_ct_CXX!$ac_ct_CXX$ac_delim 
    2519226101CXXDEPMODE!$CXXDEPMODE$ac_delim 
    2519326102am__fastdepCXX_TRUE!$am__fastdepCXX_TRUE$ac_delim 
     
    2519926108LIBTOOL!$LIBTOOL$ac_delim 
    2520026109USE_NLS!$USE_NLS$ac_delim 
     26110GETTEXT_MACRO_VERSION!$GETTEXT_MACRO_VERSION$ac_delim 
    2520126111MSGFMT!$MSGFMT$ac_delim 
    2520226112GMSGFMT!$GMSGFMT$ac_delim 
     
    2520626116XGETTEXT_015!$XGETTEXT_015$ac_delim 
    2520726117MSGMERGE!$MSGMERGE$ac_delim 
     26118XGETTEXT_EXTRA_OPTIONS!$XGETTEXT_EXTRA_OPTIONS$ac_delim 
    2520826119INTL_MACOSX_LIBS!$INTL_MACOSX_LIBS$ac_delim 
    2520926120LIBICONV!$LIBICONV$ac_delim 
     
    2521926130FM_GUI_CFLAGS!$FM_GUI_CFLAGS$ac_delim 
    2522026131FM_GUI_LIBS!$FM_GUI_LIBS$ac_delim 
     26132GSTREAMER_CFLAGS!$GSTREAMER_CFLAGS$ac_delim 
     26133GSTREAMER_LIBS!$GSTREAMER_LIBS$ac_delim 
     26134GNOME_STUFF_CFLAGS!$GNOME_STUFF_CFLAGS$ac_delim 
     26135GNOME_STUFF_LIBS!$GNOME_STUFF_LIBS$ac_delim 
    2522126136RGC_CLIENT_CFLAGS!$RGC_CLIENT_CFLAGS$ac_delim 
    2522226137RGC_CLIENT_LIBS!$RGC_CLIENT_LIBS$ac_delim 
     
    2523526150_ACEOF 
    2523626151 
    25237   if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 43; then 
     26152  if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 51; then 
    2523826153    break 
    2523926154  elif $ac_last_try; then 
     
    2563626551  rm -f "$tmp/out12" 
    2563726552# Compute $ac_file's index in $config_headers. 
     26553_am_arg=$ac_file 
    2563826554_am_stamp_count=1 
    2563926555for _am_header in $config_headers :; do 
    2564026556  case $_am_header in 
    25641     $ac_file | $ac_file:* ) 
     26557    $_am_arg | $_am_arg:* ) 
    2564226558      break ;; 
    2564326559    * ) 
     
    2564526561  esac 
    2564626562done 
    25647 echo "timestamp for $ac_file" >`$as_dirname -- $ac_file || 
    25648 $as_expr X$ac_file : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 
    25649          X$ac_file : 'X\(//\)[^/]' \| \ 
    25650          X$ac_file : 'X\(//\)$' \| \ 
    25651          X$ac_file : 'X\(/\)' \| . 2>/dev/null || 
    25652 echo X$ac_file | 
     26563echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" || 
     26564$as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 
     26565         X"$_am_arg" : 'X\(//\)[^/]' \| \ 
     26566         X"$_am_arg" : 'X\(//\)$' \| \ 
     26567         X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null || 
     26568echo X"$_am_arg" | 
    2565326569    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ 
    2565426570            s//\1/ 
     
    2568726603  # Grep'ing the whole file is not good either: AIX grep has a line 
    2568826604  # limit of 2048, but all sed's we know have understand at least 4000. 
    25689   if sed 10q "$mf" | grep '^#.*generated by automake' > /dev/null 2>&1; then 
     26605  if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then 
    2569026606    dirpart=`$as_dirname -- "$mf" || 
    2569126607$as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 
  • trunk/fm_gui/data/Makefile.in

    r220 r249  
    1 # Makefile.in generated by automake 1.10 from Makefile.am. 
     1# Makefile.in generated by automake 1.10.1 from Makefile.am. 
    22# @configure_input@ 
    33 
    44# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 
    5 # 2003, 2004, 2005, 2006  Free Software Foundation, Inc. 
     5# 2003, 2004, 2005, 2006, 2007, 2008  Free Software Foundation, Inc. 
    66# This Makefile.in is free software; the Free Software Foundation 
    77# gives unlimited permission to copy and/or distribute it, 
     
    3636DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in 
    3737ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 
    38 am__aclocal_m4_deps = $(top_srcdir)/m4/gettext.m4 \ 
    39         $(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/lib-ld.m4 \ 
    40         $(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \ 
    41         $(top_srcdir)/m4/nls.m4 $(top_srcdir)/m4/po.m4 \ 
    42         $(top_srcdir)/m4/progtest.m4 $(top_srcdir)/acinclude.m4 \ 
     38am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \ 
    4339        $(top_srcdir)/configure.ac 
    4440am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 
     
    9490DEPDIR = @DEPDIR@ 
    9591DLLTOOL = @DLLTOOL@ 
     92DSYMUTIL = @DSYMUTIL@ 
    9693ECHO = @ECHO@ 
    9794ECHO_C = @ECHO_C@ 
     
    104101FM_GUI_CFLAGS = @FM_GUI_CFLAGS@ 
    105102FM_GUI_LIBS = @FM_GUI_LIBS@ 
     103GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@ 
    106104GMSGFMT = @GMSGFMT@ 
    107105GMSGFMT_015 = @GMSGFMT_015@ 
     106GNOME_STUFF_CFLAGS = @GNOME_STUFF_CFLAGS@ 
     107GNOME_STUFF_LIBS = @GNOME_STUFF_LIBS@ 
    108108GREP = @GREP@ 
     109GSTREAMER_CFLAGS = @GSTREAMER_CFLAGS@ 
     110GSTREAMER_LIBS = @GSTREAMER_LIBS@ 
    109111INSTALL = @INSTALL@ 
    110112INSTALL_DATA = @INSTALL_DATA@ 
     
    129131MSGFMT_015 = @MSGFMT_015@ 
    130132MSGMERGE = @MSGMERGE@ 
     133NMEDIT = @NMEDIT@ 
    131134NO_PREFIX_PACKAGE_DATA_DIR = @NO_PREFIX_PACKAGE_DATA_DIR@ 
    132135NO_PREFIX_PACKAGE_DOC_DIR = @NO_PREFIX_PACKAGE_DOC_DIR@ 
     
    162165XGETTEXT = @XGETTEXT@ 
    163166XGETTEXT_015 = @XGETTEXT_015@ 
     167XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@ 
    164168abs_builddir = @abs_builddir@ 
    165169abs_srcdir = @abs_srcdir@ 
     
    352356            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 
    353357          done | \ 
    354           $(AWK) '    { files[$$0] = 1; } \ 
    355                END { for (i in files) print i; }'`; \ 
     358          $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \ 
     359              END { if (nonempty) { for (i in files) print i; }; }'`; \ 
    356360        mkid -fID $$unique 
    357361tags: TAGS 
     
    378382            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 
    379383          done | \ 
    380           $(AWK) '    { files[$$0] = 1; } \ 
    381                END { for (i in files) print i; }'`; \ 
     384          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 
     385              END { if (nonempty) { for (i in files) print i; }; }'`; \ 
    382386        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \ 
    383387          test -n "$$unique" || unique=$$empty_fix; \ 
     
    389393                $(TAGS_FILES) $(LISP) 
    390394        tags=; \ 
    391         here=`pwd`; \ 
    392395        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \ 
    393396        unique=`for i in $$list; do \ 
    394397            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 
    395398          done | \ 
    396           $(AWK) '    { files[$$0] = 1; } \ 
    397                END { for (i in files) print i; }'`; \ 
     399          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 
     400              END { if (nonempty) { for (i in files) print i; }; }'`; \ 
    398401        test -z "$(CTAGS_ARGS)$$tags$$unique" \ 
    399402          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 
  • trunk/fm_gui/data/icons/Makefile.in

    r220 r249  
    1 # Makefile.in generated by automake 1.10 from Makefile.am. 
     1# Makefile.in generated by automake 1.10.1 from Makefile.am. 
    22# @configure_input@ 
    33 
    44# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 
    5 # 2003, 2004, 2005, 2006  Free Software Foundation, Inc. 
     5# 2003, 2004, 2005, 2006, 2007, 2008  Free Software Foundation, Inc. 
    66# This Makefile.in is free software; the Free Software Foundation 
    77# gives unlimited permission to copy and/or distribute it, 
     
    3636DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in 
    3737ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 
    38 am__aclocal_m4_deps = $(top_srcdir)/m4/gettext.m4 \ 
    39         $(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/lib-ld.m4 \ 
    40         $(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \ 
    41         $(top_srcdir)/m4/nls.m4 $(top_srcdir)/m4/po.m4 \ 
    42         $(top_srcdir)/m4/progtest.m4 $(top_srcdir)/acinclude.m4 \ 
     38am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \ 
    4339        $(top_srcdir)/configure.ac 
    4440am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 
     
    8278DEPDIR = @DEPDIR@ 
    8379DLLTOOL = @DLLTOOL@ 
     80DSYMUTIL = @DSYMUTIL@ 
    8481ECHO = @ECHO@ 
    8582ECHO_C = @ECHO_C@ 
     
    9289FM_GUI_CFLAGS = @FM_GUI_CFLAGS@ 
    9390FM_GUI_LIBS = @FM_GUI_LIBS@ 
     91GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@ 
    9492GMSGFMT = @GMSGFMT@ 
    9593GMSGFMT_015 = @GMSGFMT_015@ 
     94GNOME_STUFF_CFLAGS = @GNOME_STUFF_CFLAGS@ 
     95GNOME_STUFF_LIBS = @GNOME_STUFF_LIBS@ 
    9696GREP = @GREP@ 
     97GSTREAMER_CFLAGS = @GSTREAMER_CFLAGS@ 
     98GSTREAMER_LIBS = @GSTREAMER_LIBS@ 
    9799INSTALL = @INSTALL@ 
    98100INSTALL_DATA = @INSTALL_DATA@ 
     
    117119MSGFMT_015 = @MSGFMT_015@ 
    118120MSGMERGE = @MSGMERGE@ 
     121NMEDIT = @NMEDIT@ 
    119122NO_PREFIX_PACKAGE_DATA_DIR = @NO_PREFIX_PACKAGE_DATA_DIR@ 
    120123NO_PREFIX_PACKAGE_DOC_DIR = @NO_PREFIX_PACKAGE_DOC_DIR@ 
     
    150153XGETTEXT = @XGETTEXT@ 
    151154XGETTEXT_015 = @XGETTEXT_015@ 
     155XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@ 
    152156abs_builddir = @abs_builddir@ 
    153157abs_srcdir = @abs_srcdir@ 
  • trunk/fm_gui/src/Makefile.in

    r233 r249  
    1 # Makefile.in generated by automake 1.10 from Makefile.am. 
     1# Makefile.in generated by automake 1.10.1 from Makefile.am. 
    22# @configure_input@ 
    33 
    44# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 
    5 # 2003, 2004, 2005, 2006  Free Software Foundation, Inc. 
     5# 2003, 2004, 2005, 2006, 2007, 2008  Free Software Foundation, Inc. 
    66# This Makefile.in is free software; the Free Software Foundation 
    77# gives unlimited permission to copy and/or distribute it, 
     
    3737DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in 
    3838ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 
    39 am__aclocal_m4_deps = $(top_srcdir)/m4/gettext.m4 \ 
    40         $(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/lib-ld.m4 \ 
    41         $(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \ 
    42         $(top_srcdir)/m4/nls.m4 $(top_srcdir)/m4/po.m4 \ 
    43         $(top_srcdir)/m4/progtest.m4 $(top_srcdir)/acinclude.m4 \ 
     39am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \ 
    4440        $(top_srcdir)/configure.ac 
    4541am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 
     
    5652        fm_beatgen_gui.$(OBJEXT) 
    5753fm_gui_OBJECTS = $(am_fm_gui_OBJECTS) 
    58 fm_gui_DEPENDENCIES = tx_widgets/libtx_widgets.la 
    59 DEFAULT_INCLUDES = -I. -I$(top_builddir)@am__isrc@ 
     54fm_gui_DEPENDENCIES = tx_widgets/libtx_widgets.la marlin/libmarlin.la \ 
     55        marlin/libmarlinx.la 
     56DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) 
    6057depcomp = $(SHELL) $(top_srcdir)/depcomp 
    6158am__depfiles_maybe = depfiles 
     
    107104DEPDIR = @DEPDIR@ 
    108105DLLTOOL = @DLLTOOL@ 
     106DSYMUTIL = @DSYMUTIL@ 
    109107ECHO = @ECHO@ 
    110108ECHO_C = @ECHO_C@ 
     
    117115FM_GUI_CFLAGS = @FM_GUI_CFLAGS@ 
    118116FM_GUI_LIBS = @FM_GUI_LIBS@ 
     117GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@ 
    119118GMSGFMT = @GMSGFMT@ 
    120119GMSGFMT_015 = @GMSGFMT_015@ 
     120GNOME_STUFF_CFLAGS = @GNOME_STUFF_CFLAGS@ 
     121GNOME_STUFF_LIBS = @GNOME_STUFF_LIBS@ 
    121122GREP = @GREP@ 
     123GSTREAMER_CFLAGS = @GSTREAMER_CFLAGS@ 
     124GSTREAMER_LIBS = @GSTREAMER_LIBS@ 
    122125INSTALL = @INSTALL@ 
    123126INSTALL_DATA = @INSTALL_DATA@ 
     
    142145MSGFMT_015 = @MSGFMT_015@ 
    143146MSGMERGE = @MSGMERGE@ 
     147NMEDIT = @NMEDIT@ 
    144148NO_PREFIX_PACKAGE_DATA_DIR = @NO_PREFIX_PACKAGE_DATA_DIR@ 
    145149NO_PREFIX_PACKAGE_DOC_DIR = @NO_PREFIX_PACKAGE_DOC_DIR@ 
     
    175179XGETTEXT = @XGETTEXT@ 
    176180XGETTEXT_015 = @XGETTEXT_015@ 
     181XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@ 
    177182abs_builddir = @abs_builddir@ 
    178183abs_srcdir = @abs_srcdir@ 
     
    226231top_builddir = @top_builddir@ 
    227232top_srcdir = @top_srcdir@ 
    228 SUBDIRS = tx_widgets 
     233SUBDIRS = tx_widgets marlin 
    229234AM_CPPFLAGS = $(FM_GUI_CFLAGS) \ 
    230235        $(RGC_CLIENT_CFLAGS) \ 
     
    257262 
    258263fm_gui_LDADD = \ 
    259         tx_widgets/libtx_widgets.la 
     264        tx_widgets/libtx_widgets.la \ 
     265        marlin/libmarlin.la \ 
     266        marlin/libmarlinx.la 
    260267 
    261268all: all-recursive 
     
    301308          ; then \ 
    302309            f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \ 
    303            echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(bindir)/$$f'"; \ 
    304            $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(bindir)/$$f" || exit 1; \ 
     310           echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(binPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(bindir)/$$f'"; \ 
     311           $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(binPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(bindir)/$$f" || exit 1; \ 
    305312          else :; fi; \ 
    306313        done 
     
    443450            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 
    444451          done | \ 
    445           $(AWK) '    { files[$$0] = 1; } \ 
    446                END { for (i in files) print i; }'`; \ 
     452          $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \ 
     453              END { if (nonempty) { for (i in files) print i; }; }'`; \ 
    447454        mkid -fID $$unique 
    448455tags: TAGS 
     
    469476            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 
    470477          done | \ 
    471           $(AWK) '    { files[$$0] = 1; } \ 
    472                END { for (i in files) print i; }'`; \ 
     478          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 
     479              END { if (nonempty) { for (i in files) print i; }; }'`; \ 
    473480        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \ 
    474481          test -n "$$unique" || unique=$$empty_fix; \ 
     
    480487                $(TAGS_FILES) $(LISP) 
    481488        tags=; \ 
    482         here=`pwd`; \ 
    483489        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \ 
    484490        unique=`for i in $$list; do \ 
    485491            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 
    486492          done | \ 
    487           $(AWK) '    { files[$$0] = 1; } \ 
    488                END { for (i in files) print i; }'`; \ 
     493          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 
     494              END { if (nonempty) { for (i in files) print i; }; }'`; \ 
    489495        test -z "$(CTAGS_ARGS)$$tags$$unique" \ 
    490496          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 
  • trunk/fm_gui/src/marlin/Makefile.in

    r247 r249  
    3838        $(srcdir)/Makefile.in ChangeLog 
    3939ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 
    40 am__aclocal_m4_deps = $(top_srcdir)/m4/gettext.m4 \ 
    41         $(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/lib-ld.m4 \ 
    42         $(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \ 
    43         $(top_srcdir)/m4/nls.m4 $(top_srcdir)/m4/po.m4 \ 
    44         $(top_srcdir)/m4/progtest.m4 $(top_srcdir)/acinclude.m4 \ 
     40am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \ 
    4541        $(top_srcdir)/configure.ac 
    4642am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 
     
    171167FM_GUI_CFLAGS = @FM_GUI_CFLAGS@ 
    172168FM_GUI_LIBS = @FM_GUI_LIBS@ 
     169GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@ 
    173170GMSGFMT = @GMSGFMT@ 
    174171GMSGFMT_015 = @GMSGFMT_015@ 
     
    234231XGETTEXT = @XGETTEXT@ 
    235232XGETTEXT_015 = @XGETTEXT_015@ 
     233XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@ 
    236234abs_builddir = @abs_builddir@ 
    237235abs_srcdir = @abs_srcdir@ 
  • trunk/fm_gui/src/marlin/cursors/Makefile.in

    r247 r249  
    3535DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in 
    3636ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 
    37 am__aclocal_m4_deps = $(top_srcdir)/m4/gettext.m4 \ 
    38         $(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/lib-ld.m4 \ 
    39         $(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \ 
    40         $(top_srcdir)/m4/nls.m4 $(top_srcdir)/m4/po.m4 \ 
    41         $(top_srcdir)/m4/progtest.m4 $(top_srcdir)/acinclude.m4 \ 
     37am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \ 
    4238        $(top_srcdir)/configure.ac 
    4339am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 
     
    8379FM_GUI_CFLAGS = @FM_GUI_CFLAGS@ 
    8480FM_GUI_LIBS = @FM_GUI_LIBS@ 
     81GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@ 
    8582GMSGFMT = @GMSGFMT@ 
    8683GMSGFMT_015 = @GMSGFMT_015@ 
     
    146143XGETTEXT = @XGETTEXT@ 
    147144XGETTEXT_015 = @XGETTEXT_015@ 
     145XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@ 
    148146abs_builddir = @abs_builddir@ 
    149147abs_srcdir = @abs_srcdir@ 
  • trunk/fm_gui/src/tx_widgets/Makefile.in

    r220 r249  
    1 # Makefile.in generated by automake 1.10 from Makefile.am. 
     1# Makefile.in generated by automake 1.10.1 from Makefile.am. 
    22# @configure_input@ 
    33 
    44# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 
    5 # 2003, 2004, 2005, 2006  Free Software Foundation, Inc. 
     5# 2003, 2004, 2005, 2006, 2007, 2008  Free Software Foundation, Inc. 
    66# This Makefile.in is free software; the Free Software Foundation 
    77# gives unlimited permission to copy and/or distribute it, 
     
    3636DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in 
    3737ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 
    38 am__aclocal_m4_deps = $(top_srcdir)/m4/gettext.m4 \ 
    39         $(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/lib-ld.m4 \ 
    40         $(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \ 
    41         $(top_srcdir)/m4/nls.m4 $(top_srcdir)/m4/po.m4 \ 
    42         $(top_srcdir)/m4/progtest.m4 $(top_srcdir)/acinclude.m4 \ 
     38am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \ 
    4339        $(top_srcdir)/configure.ac 
    4440am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 
     
    5349        tX_knobloader.lo 
    5450libtx_widgets_la_OBJECTS = $(am_libtx_widgets_la_OBJECTS) 
    55 DEFAULT_INCLUDES = -I. -I$(top_builddir)@am__isrc@ 
     51DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) 
    5652depcomp = $(SHELL) $(top_srcdir)/depcomp 
    5753am__depfiles_maybe = depfiles 
     
    10399DEPDIR = @DEPDIR@ 
    104100DLLTOOL = @DLLTOOL@ 
     101DSYMUTIL = @DSYMUTIL@ 
    105102ECHO = @ECHO@ 
    106103ECHO_C = @ECHO_C@ 
     
    113110FM_GUI_CFLAGS = @FM_GUI_CFLAGS@ 
    114111FM_GUI_LIBS = @FM_GUI_LIBS@ 
     112GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@ 
    115113GMSGFMT = @GMSGFMT@ 
    116114GMSGFMT_015 = @GMSGFMT_015@ 
     115GNOME_STUFF_CFLAGS = @GNOME_STUFF_CFLAGS@ 
     116GNOME_STUFF_LIBS = @GNOME_STUFF_LIBS@ 
    117117GREP = @GREP@ 
     118GSTREAMER_CFLAGS = @GSTREAMER_CFLAGS@ 
     119GSTREAMER_LIBS = @GSTREAMER_LIBS@ 
    118120INSTALL = @INSTALL@ 
    119121INSTALL_DATA = @INSTALL_DATA@ 
     
    138140MSGFMT_015 = @MSGFMT_015@ 
    139141MSGMERGE = @MSGMERGE@ 
     142NMEDIT = @NMEDIT@ 
    140143NO_PREFIX_PACKAGE_DATA_DIR = @NO_PREFIX_PACKAGE_DATA_DIR@ 
    141144NO_PREFIX_PACKAGE_DOC_DIR = @NO_PREFIX_PACKAGE_DOC_DIR@ 
     
    171174XGETTEXT = @XGETTEXT@ 
    172175XGETTEXT_015 = @XGETTEXT_015@ 
     176XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@ 
    173177abs_builddir = @abs_builddir@ 
    174178abs_srcdir = @abs_srcdir@ 
     
    398402            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 
    399403          done | \ 
    400           $(AWK) '    { files[$$0] = 1; } \ 
    401                END { for (i in files) print i; }'`; \ 
     404          $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \ 
     405              END { if (nonempty) { for (i in files) print i; }; }'`; \ 
    402406        mkid -fID $$unique 
    403407tags: TAGS 
     
    424428            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 
    425429          done | \ 
    426           $(AWK) '    { files[$$0] = 1; } \ 
    427                END { for (i in files) print i; }'`; \ 
     430          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 
     431              END { if (nonempty) { for (i in files) print i; }; }'`; \ 
    428432        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \ 
    429433          test -n "$$unique" || unique=$$empty_fix; \ 
     
    435439                $(TAGS_FILES) $(LISP) 
    436440        tags=; \ 
    437         here=`pwd`; \ 
    438441        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \ 
    439442        unique=`for i in $$list; do \ 
    440443            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 
    441444          done | \ 
    442           $(AWK) '    { files[$$0] = 1; } \ 
    443                END { for (i in files) print i; }'`; \ 
     445          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 
     446              END { if (nonempty) { for (i in files) print i; }; }'`; \ 
    444447        test -z "$(CTAGS_ARGS)$$tags$$unique" \ 
    445448          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 
  • trunk/fm_gui/src/tx_widgets/icons/Makefile.in

    r220 r249  
    1 # Makefile.in generated by automake 1.10 from Makefile.am. 
     1# Makefile.in generated by automake 1.10.1 from Makefile.am. 
    22# @configure_input@ 
    33 
    44# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 
    5 # 2003, 2004, 2005, 2006  Free Software Foundation, Inc. 
     5# 2003, 2004, 2005, 2006, 2007, 2008  Free Software Foundation, Inc. 
    66# This Makefile.in is free software; the Free Software Foundation 
    77# gives unlimited permission to copy and/or distribute it, 
     
    3535DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in 
    3636ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 
    37 am__aclocal_m4_deps = $(top_srcdir)/m4/gettext.m4 \ 
    38         $(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/lib-ld.m4 \ 
    39         $(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \ 
    40         $(top_srcdir)/m4/nls.m4 $(top_srcdir)/m4/po.m4 \ 
    41         $(top_srcdir)/m4/progtest.m4 $(top_srcdir)/acinclude.m4 \ 
     37am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \ 
    4238        $(top_srcdir)/configure.ac 
    4339am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 
     
    7268DEPDIR = @DEPDIR@ 
    7369DLLTOOL = @DLLTOOL@ 
     70DSYMUTIL = @DSYMUTIL@ 
    7471ECHO = @ECHO@ 
    7572ECHO_C = @ECHO_C@ 
     
    8279FM_GUI_CFLAGS = @FM_GUI_CFLAGS@ 
    8380FM_GUI_LIBS = @FM_GUI_LIBS@ 
     81GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@ 
    8482GMSGFMT = @GMSGFMT@ 
    8583GMSGFMT_015 = @GMSGFMT_015@ 
     84GNOME_STUFF_CFLAGS = @GNOME_STUFF_CFLAGS@ 
     85GNOME_STUFF_LIBS = @GNOME_STUFF_LIBS@ 
    8686GREP = @GREP@ 
     87GSTREAMER_CFLAGS = @GSTREAMER_CFLAGS@ 
     88GSTREAMER_LIBS = @GSTREAMER_LIBS@ 
    8789INSTALL = @INSTALL@ 
    8890INSTALL_DATA = @INSTALL_DATA@ 
     
    107109MSGFMT_015 = @MSGFMT_015@ 
    108110MSGMERGE = @MSGMERGE@ 
     111NMEDIT = @NMEDIT@ 
    109112NO_PREFIX_PACKAGE_DATA_DIR = @NO_PREFIX_PACKAGE_DATA_DIR@ 
    110113NO_PREFIX_PACKAGE_DOC_DIR = @NO_PREFIX_PACKAGE_DOC_DIR@ 
     
    140143XGETTEXT = @XGETTEXT@ 
    141144XGETTEXT_015 = @XGETTEXT_015@ 
     145XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@ 
    142146abs_builddir = @abs_builddir@ 
    143147abs_srcdir = @abs_srcdir@