Changeset 20073

Show
Ignore:
Timestamp:
02/06/04 22:28:00 (6 years ago)
Author:
ghudson
Message:

Merge with nautilus 2.2.4.

Location:
trunk/third/nautilus
Files:
6 modified

Legend:

Unmodified
Added
Removed
  • trunk/third/nautilus/aclocal.m4

    r18669 r20073  
    245245AC_REQUIRE([AC_PROG_LD_RELOAD_FLAG])dnl 
    246246AC_REQUIRE([AC_PROG_NM])dnl 
     247AC_REQUIRE([LT_AC_PROG_SED])dnl 
     248 
    247249AC_REQUIRE([AC_PROG_LN_S])dnl 
    248250AC_REQUIRE([AC_DEPLIBS_CHECK_METHOD])dnl 
     
    412414  lt_cv_global_symbol_to_c_name_address="sed -n -e 's/^: \([[^ ]]*\) $/  {\\\"\1\\\", (lt_ptr) 0},/p' -e 's/^$symcode* \([[^ ]]*\) \([[^ ]]*\)$/  {\"\2\", (lt_ptr) \&\2},/p'" 
    413415  ;; 
    414 irix*) 
     416irix* | nonstopux*) 
    415417  symcode='[[BCDEGRST]]' 
     418  ;; 
     419osf*) 
     420  symcode='[[BCDEGQRST]]' 
    416421  ;; 
    417422solaris* | sysv5*) 
     
    511516          LIBS="conftstm.$ac_objext" 
    512517          CFLAGS="$CFLAGS$no_builtin_flag" 
    513           if AC_TRY_EVAL(ac_link) && test -s conftest; then 
     518          if AC_TRY_EVAL(ac_link) && test -s conftest$ac_exeext; then 
    514519            pipe_works=yes 
    515520          fi 
     
    10551060      lt_cv_prog_cc_pic='-m68020 -resident32 -malways-restore-a4' 
    10561061      ;; 
    1057     beos* | irix5* | irix6* | osf3* | osf4* | osf5*) 
     1062    beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*) 
    10581063      # PIC is the default for these OSes. 
    10591064      ;; 
     
    10981103      ;; 
    10991104 
    1100     irix5* | irix6*) 
     1105    irix5* | irix6* | nonstopux*) 
    11011106      lt_cv_prog_cc_wl='-Wl,' 
    11021107      lt_cv_prog_cc_static='-non_shared' 
     
    11421147      lt_cv_prog_cc_pic='-KPIC' 
    11431148      lt_cv_prog_cc_static='-Bstatic' 
    1144       if test "x$host_vendor" = xsni; then 
    1145         lt_cv_prog_cc_wl='-LD' 
    1146       else 
    1147         lt_cv_prog_cc_wl='-Wl,' 
    1148       fi 
     1149      lt_cv_prog_cc_wl='-Wl,' 
    11491150      ;; 
    11501151 
     
    15111512    # is EXPORTS), use it as is. 
    15121513    # If DATA tags from a recent dlltool are present, honour them! 
    1513     archive_expsym_cmds='if test "x`head -1 $export_symbols`" = xEXPORTS; then 
     1514    archive_expsym_cmds='if test "x`sed 1q $export_symbols`" = xEXPORTS; then 
    15141515        cp $export_symbols $output_objdir/$soname-def; 
    15151516      else 
     
    15201521         case \[$]# in 
    15211522           2) echo "   \[$]2 @ \$_lt_hint ; " >> $output_objdir/$soname-def;; 
     1523           4) echo "   \[$]2 \[$]3 \[$]4 ; " >> $output_objdir/$soname-def; _lt_hint=`expr \$_lt_hint - 1`;; 
    15221524           *) echo "     \[$]2 @ \$_lt_hint \[$]3 ; " >> $output_objdir/$soname-def;; 
    15231525         esac; 
     
    16321634      case $host_os in aix4.[[23]]|aix4.[[23]].*|aix5*) 
    16331635        for ld_flag in $LDFLAGS; do 
    1634           if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then 
     1636          case $ld_flag in 
     1637          *-brtl*) 
    16351638            aix_use_runtimelinking=yes 
    16361639            break 
    1637           fi 
     1640          ;; 
     1641          esac 
    16381642        done 
    16391643      esac 
     
    17491753    # FIXME: Relying on posixy $() will cause problems for 
    17501754    #        cross-compilation, but unfortunately the echo tests do not 
    1751     #        yet detect zsh echo's removal of \ escapes. 
    1752     archive_cmds='$nonopt $(test "x$module" = xyes && echo -bundle || echo -dynamiclib) $allow_undefined_flag -o $lib $libobjs $deplibs$linker_flags -install_name $rpath/$soname $verstring' 
     1755    #        yet detect zsh echo's removal of \ escapes.  Also zsh mangles 
     1756    #        `"' quotes if we put them in here... so don't! 
     1757    archive_cmds='$CC -r -keep_private_externs -nostdlib -o ${lib}-master.o $libobjs && $CC $(test .$module = .yes && echo -bundle || echo -dynamiclib) $allow_undefined_flag -o $lib ${lib}-master.o $deplibs$linker_flags $(test .$module != .yes && echo -install_name $rpath/$soname $verstring)' 
    17531758    # We need to add '_' to the symbols in $export_symbols first 
    17541759    #archive_expsym_cmds="$archive_cmds"' && strip -s $export_symbols' 
     
    18021807    ;; 
    18031808 
    1804   irix5* | irix6*) 
     1809  irix5* | irix6* | nonstopux*) 
    18051810    if test "$GCC" = yes; then 
    18061811      archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' 
     1812      hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' 
    18071813    else 
    18081814      archive_cmds='$LD -shared $libobjs $deplibs $linker_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib' 
     1815      hardcode_libdir_flag_spec='-rpath $libdir' 
    18091816    fi 
    1810     hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' 
    18111817    hardcode_libdir_separator=: 
    18121818    link_all_deplibs=yes 
     
    18361842    hardcode_shlibpath_var=no 
    18371843    if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then 
    1838       archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $linker_flags' 
     1844      archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' 
    18391845      hardcode_libdir_flag_spec='${wl}-rpath,$libdir' 
    18401846      export_dynamic_flag_spec='${wl}-E' 
     
    18461852        ;; 
    18471853      *) 
    1848         archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $linker_flags' 
     1854        archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' 
    18491855        hardcode_libdir_flag_spec='${wl}-rpath,$libdir' 
    18501856        ;; 
     
    19581964 
    19591965  sysv4) 
    1960     if test "x$host_vendor" = xsno; then 
    1961       archive_cmds='$LD -G -Bsymbolic -h $soname -o $lib $libobjs $deplibs $linker_flags' 
    1962       hardcode_direct=yes # is this really true??? 
    1963     else 
    1964       archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' 
    1965       hardcode_direct=no #Motorola manual says yes, but my tests say they lie 
    1966     fi 
     1966    case $host_vendor in 
     1967      sni) 
     1968        archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' 
     1969        hardcode_direct=yes # is this really true??? 
     1970        ;; 
     1971      siemens) 
     1972        ## LD is ld it makes a PLAMLIB 
     1973        ## CC just makes a GrossModule. 
     1974        archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags' 
     1975        reload_cmds='$CC -r -o $output$reload_objs' 
     1976        hardcode_direct=no 
     1977        ;; 
     1978      motorola) 
     1979        archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' 
     1980        hardcode_direct=no #Motorola manual says yes, but my tests say they lie 
     1981        ;; 
     1982    esac 
    19671983    runpath_var='LD_RUN_PATH' 
    19681984    hardcode_shlibpath_var=no 
     
    21052121aix4* | aix5*) 
    21062122  version_type=linux 
     2123  need_lib_prefix=no 
     2124  need_version=no 
     2125  hardcode_into_libs=yes 
    21072126  if test "$host_cpu" = ia64; then 
    21082127    # AIX 5 supports IA64 
     
    21432162    shlibpath_var=LIBPATH 
    21442163  fi 
     2164  hardcode_into_libs=yes 
    21452165  ;; 
    21462166 
     
    21902210  yes,mingw*) 
    21912211    library_names_spec='${libname}`echo ${release} | sed -e 's/[[.]]/-/g'`${versuffix}.dll' 
    2192     sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | sed -e "s/^libraries://" -e "s/;/ /g"` 
     2212    sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | sed -e "s/^libraries://" -e "s/;/ /g" -e "s,=/,/,g"` 
    21932213    ;; 
    21942214  yes,pw32*) 
     
    22732293  ;; 
    22742294 
    2275 irix5* | irix6*) 
    2276   version_type=irix 
     2295irix5* | irix6* | nonstopux*) 
     2296  case $host_os in 
     2297    nonstopux*) version_type=nonstopux ;; 
     2298    *)          version_type=irix ;; 
     2299  esac 
    22772300  need_lib_prefix=no 
    22782301  need_version=no 
     
    22802303  library_names_spec='${libname}${release}.so$versuffix ${libname}${release}.so$major ${libname}${release}.so $libname.so' 
    22812304  case $host_os in 
    2282   irix5*) 
     2305  irix5* | nonstopux*) 
    22832306    libsuff= shlibsuff= 
    22842307    ;; 
     
    23252348  # assume the GNU/Linux dynamic linker is in use. 
    23262349  dynamic_linker='GNU/Linux ld.so' 
     2350 
     2351  # Find out which ABI we are using (multilib Linux x86_64 hack). 
     2352  libsuff= 
     2353  case "$host_cpu" in 
     2354  x86_64*|s390x*) 
     2355    echo '[#]line __oline__ "configure"' > conftest.$ac_ext 
     2356    if AC_TRY_EVAL(ac_compile); then 
     2357      case `/usr/bin/file conftest.$ac_objext` in 
     2358      *64-bit*) 
     2359        libsuff=64 
     2360        ;; 
     2361      esac 
     2362    fi 
     2363    rm -rf conftest* 
     2364    ;; 
     2365  *) 
     2366    ;; 
     2367  esac 
     2368  sys_lib_dlsearch_path_spec="/lib${libsuff} /usr/lib${libsuff}" 
     2369  sys_lib_search_path_spec="/lib${libsuff} /usr/lib${libsuff} /usr/local/lib${libsuff}" 
    23272370  ;; 
    23282371 
     
    23842427  version_type=osf 
    23852428  need_version=no 
    2386   soname_spec='${libname}${release}.so' 
    2387   library_names_spec='${libname}${release}.so$versuffix ${libname}${release}.so $libname.so' 
     2429  soname_spec='${libname}${release}.so$major' 
     2430  library_names_spec='${libname}${release}.so$versuffix ${libname}${release}.so$major $libname.so' 
    23882431  shlibpath_var=LD_LIBRARY_PATH 
    23892432  sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib" 
    23902433  sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec" 
     2434  hardcode_into_libs=yes 
    23912435  ;; 
    23922436 
     
    24312475    sni) 
    24322476      shlibpath_overrides_runpath=no 
     2477      need_lib_prefix=no 
     2478      export_dynamic_flag_spec='${wl}-Blargedynsym' 
     2479      runpath_var=LD_RUN_PATH 
     2480      ;; 
     2481    siemens) 
     2482      need_lib_prefix=no 
    24332483      ;; 
    24342484    motorola) 
     
    25852635  # careful not to overquote the AC_SUBSTed values.  We take copies of the 
    25862636  # variables and quote the copies for generation of the libtool script. 
    2587   for var in echo old_CC old_CFLAGS \ 
     2637  for var in echo old_CC old_CFLAGS SED \ 
    25882638    AR AR_FLAGS CC LD LN_S NM SHELL \ 
    25892639    reload_flag reload_cmds wl \ 
     
    26472697# the same distribution terms that you use for the rest of that program. 
    26482698 
     2699# A sed that does not truncate output. 
     2700SED=$lt_SED 
     2701 
    26492702# Sed that helps us avoid accidentally triggering echo(1) options like -n. 
    2650 Xsed="sed -e s/^X//" 
     2703Xsed="${SED} -e s/^X//" 
    26512704 
    26522705# The HP-UX ksh and POSIX shell print the target directory to stdout 
     
    34093462#  -- PORTME fill in with the dynamic library characteristics 
    34103463AC_DEFUN([AC_DEPLIBS_CHECK_METHOD], 
    3411 [AC_CACHE_CHECK([how to recognise dependant libraries], 
     3464[AC_CACHE_CHECK([how to recognise dependent libraries], 
    34123465lt_cv_deplibs_check_method, 
    34133466[lt_cv_file_magic_cmd='$MAGIC_CMD' 
     
    34843537  ;; 
    34853538 
    3486 irix5* | irix6*) 
     3539irix5* | irix6* | nonstopux*) 
    34873540  case $host_os in 
    3488   irix5*) 
     3541  irix5* | nonstopux*) 
    34893542    # this will be overridden with pass_all, but let us keep it just in case 
    34903543    lt_cv_deplibs_check_method="file_magic ELF 32-bit MSB dynamic lib MIPS - version 1" 
     
    35083561linux-gnu*) 
    35093562  case $host_cpu in 
    3510   alpha* | hppa* | i*86 | powerpc* | sparc* | ia64* | s390* ) 
     3563  alpha* | hppa* | i*86 | mips | mipsel | powerpc* | sparc* | ia64* | s390* | x86_64*) 
    35113564    lt_cv_deplibs_check_method=pass_all ;; 
    35123565  *) 
     
    35783631    lt_cv_deplibs_check_method="file_magic ELF [[0-9]][[0-9]]*-bit [[LM]]SB dynamic lib" 
    35793632    lt_cv_file_magic_test_file=/lib/libc.so 
     3633    ;; 
     3634  siemens) 
     3635    lt_cv_deplibs_check_method=pass_all 
    35803636    ;; 
    35813637  esac 
     
    36443700 
    36453701# AC_LIBLTDL_CONVENIENCE[(dir)] - sets LIBLTDL to the link flags for 
    3646 # the libltdl convenience library and INCLTDL to the include flags for 
     3702# the libltdl convenience library and LTDLINCL to the include flags for 
    36473703# the libltdl header and adds --enable-ltdl-convenience to the 
    3648 # configure arguments.  Note that LIBLTDL and INCLTDL are not 
     3704# configure arguments.  Note that LIBLTDL and LTDLINCL are not 
    36493705# AC_SUBSTed, nor is AC_CONFIG_SUBDIRS called.  If DIR is not 
    36503706# provided, it is assumed to be `libltdl'.  LIBLTDL will be prefixed 
    3651 # with '${top_builddir}/' and INCLTDL will be prefixed with 
     3707# with '${top_builddir}/' and LTDLINCL will be prefixed with 
    36523708# '${top_srcdir}/' (note the single quotes!).  If your package is not 
    36533709# flat and you're not using automake, define top_builddir and 
     
    36613717  esac 
    36623718  LIBLTDL='${top_builddir}/'ifelse($#,1,[$1],['libltdl'])/libltdlc.la 
    3663   INCLTDL='-I${top_srcdir}/'ifelse($#,1,[$1],['libltdl']) 
     3719  LTDLINCL='-I${top_srcdir}/'ifelse($#,1,[$1],['libltdl']) 
     3720  # For backwards non-gettext consistent compatibility... 
     3721  INCLTDL="$LTDLINCL" 
    36643722]) 
    36653723 
    36663724# AC_LIBLTDL_INSTALLABLE[(dir)] - sets LIBLTDL to the link flags for 
    3667 # the libltdl installable library and INCLTDL to the include flags for 
     3725# the libltdl installable library and LTDLINCL to the include flags for 
    36683726# the libltdl header and adds --enable-ltdl-install to the configure 
    3669 # arguments.  Note that LIBLTDL and INCLTDL are not AC_SUBSTed, nor is 
     3727# arguments.  Note that LIBLTDL and LTDLINCL are not AC_SUBSTed, nor is 
    36703728# AC_CONFIG_SUBDIRS called.  If DIR is not provided and an installed 
    36713729# libltdl is not found, it is assumed to be `libltdl'.  LIBLTDL will 
    3672 # be prefixed with '${top_builddir}/' and INCLTDL will be prefixed 
     3730# be prefixed with '${top_builddir}/' and LTDLINCL will be prefixed 
    36733731# with '${top_srcdir}/' (note the single quotes!).  If your package is 
    36743732# not flat and you're not using automake, define top_builddir and 
     
    36883746    ac_configure_args="$ac_configure_args --enable-ltdl-install" 
    36893747    LIBLTDL='${top_builddir}/'ifelse($#,1,[$1],['libltdl'])/libltdl.la 
    3690     INCLTDL='-I${top_srcdir}/'ifelse($#,1,[$1],['libltdl']) 
     3748    LTDLINCL='-I${top_srcdir}/'ifelse($#,1,[$1],['libltdl']) 
    36913749  else 
    36923750    ac_configure_args="$ac_configure_args --enable-ltdl-install=no" 
    36933751    LIBLTDL="-lltdl" 
    3694     INCLTDL= 
     3752    LTDLINCL= 
    36953753  fi 
     3754  # For backwards non-gettext consistent compatibility... 
     3755  INCLTDL="$LTDLINCL" 
    36963756]) 
    36973757 
     
    37073767# This is just to silence aclocal about the macro not being used 
    37083768ifelse([AC_DISABLE_FAST_INSTALL]) 
     3769 
     3770# NOTE: This macro has been submitted for inclusion into   # 
     3771#  GNU Autoconf as AC_PROG_SED.  When it is available in   # 
     3772#  a released version of Autoconf we should remove this    # 
     3773#  macro and use it instead.                               # 
     3774# LT_AC_PROG_SED 
     3775# -------------- 
     3776# Check for a fully-functional sed program, that truncates 
     3777# as few characters as possible.  Prefer GNU sed if found. 
     3778AC_DEFUN([LT_AC_PROG_SED], 
     3779[AC_MSG_CHECKING([for a sed that does not truncate output]) 
     3780AC_CACHE_VAL(lt_cv_path_SED, 
     3781[# Loop through the user's path and test for sed and gsed. 
     3782# Then use that list of sed's as ones to test for truncation. 
     3783as_executable_p="test -f" 
     3784as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 
     3785for as_dir in $PATH 
     3786do 
     3787  IFS=$as_save_IFS 
     3788  test -z "$as_dir" && as_dir=. 
     3789  for ac_prog in sed gsed; do 
     3790    for ac_exec_ext in '' $ac_executable_extensions; do 
     3791      if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then 
     3792        _sed_list="$_sed_list $as_dir/$ac_prog$ac_exec_ext" 
     3793      fi 
     3794    done 
     3795  done 
     3796done 
     3797 
     3798  # Create a temporary directory, and hook for its removal unless debugging. 
     3799$debug || 
     3800{ 
     3801  trap 'exit_status=$?; rm -rf $tmp && exit $exit_status' 0 
     3802  trap '{ (exit 1); exit 1; }' 1 2 13 15 
     3803} 
     3804 
     3805# Create a (secure) tmp directory for tmp files. 
     3806: ${TMPDIR=/tmp} 
     3807{ 
     3808  tmp=`(umask 077 && mktemp -d -q "$TMPDIR/sedXXXXXX") 2>/dev/null` && 
     3809  test -n "$tmp" && test -d "$tmp" 
     3810}  || 
     3811{ 
     3812  tmp=$TMPDIR/sed$$-$RANDOM 
     3813  (umask 077 && mkdir $tmp) 
     3814} || 
     3815{ 
     3816   echo "$me: cannot create a temporary directory in $TMPDIR" >&2 
     3817   { (exit 1); exit 1; } 
     3818} 
     3819  _max=0 
     3820  _count=0 
     3821  # Add /usr/xpg4/bin/sed as it is typically found on Solaris 
     3822  # along with /bin/sed that truncates output. 
     3823  for _sed in $_sed_list /usr/xpg4/bin/sed; do 
     3824    test ! -f ${_sed} && break 
     3825    cat /dev/null > "$tmp/sed.in" 
     3826    _count=0 
     3827    echo ${ECHO_N-$ac_n} "0123456789${ECHO_C-$ac_c}" >"$tmp/sed.in" 
     3828    # Check for GNU sed and select it if it is found. 
     3829    if "${_sed}" --version 2>&1 < /dev/null | egrep '(GNU)' > /dev/null; then 
     3830      lt_cv_path_SED=${_sed} 
     3831      break 
     3832    fi 
     3833    while true; do 
     3834      cat "$tmp/sed.in" "$tmp/sed.in" >"$tmp/sed.tmp" 
     3835      mv "$tmp/sed.tmp" "$tmp/sed.in" 
     3836      cp "$tmp/sed.in" "$tmp/sed.nl" 
     3837      echo >>"$tmp/sed.nl" 
     3838      ${_sed} -e 's/a$//' < "$tmp/sed.nl" >"$tmp/sed.out" || break 
     3839      cmp -s "$tmp/sed.out" "$tmp/sed.nl" || break 
     3840      # 40000 chars as input seems more than enough 
     3841      test $_count -gt 10 && break 
     3842      _count=`expr $_count + 1` 
     3843      if test $_count -gt $_max; then 
     3844        _max=$_count 
     3845        lt_cv_path_SED=$_sed 
     3846      fi 
     3847    done 
     3848  done 
     3849  rm -rf "$tmp" 
     3850]) 
     3851if test "X$SED" != "X"; then 
     3852  lt_cv_path_SED=$SED 
     3853else 
     3854  SED=$lt_cv_path_SED 
     3855fi 
     3856AC_MSG_RESULT([$SED]) 
     3857]) 
    37093858 
    37103859 
     
    37723921# Owen Taylor <otaylor@redhat.com>, 12/15/1998 
    37733922# 
     3923# Major rework to remove unused code 
     3924# Owen Taylor <otaylor@redhat.com>, 12/11/2002 
    37743925# 
    37753926# This file can be copied and used freely without restrictions.  It can 
    37763927# be used in projects which are not available under the GNU Public License 
    37773928# but which still want to provide support for the GNU gettext functionality. 
    3778 # Please note that the actual code is *not* freely available. 
    37793929# 
     3930 
    37803931# 
    3781 # If you make changes to this file, you MUST update the copy in 
    3782 # acinclude.m4. [ aclocal dies on duplicate macros, so if 
    3783 # we run 'aclocal -I macros/' then we'll run into problems 
    3784 # once we've installed glib-gettext.m4 :-( ] 
    3785 # 
    3786  
    3787 AC_DEFUN([AM_GLIB_LC_MESSAGES], 
    3788   [if test $ac_cv_header_locale_h = yes; then 
     3932# We need this here as well, since someone might use autoconf-2.5x 
     3933# to configure GLib then an older version to configure a package 
     3934# using AM_GLIB_GNU_GETTEXT 
     3935AC_PREREQ(2.53) 
     3936 
     3937dnl 
     3938dnl We go to great lengths to make sure that aclocal won't  
     3939dnl try to pull in the installed version of these macros 
     3940dnl when running aclocal in the glib directory. 
     3941dnl 
     3942m4_copy([AC_DEFUN],[glib_DEFUN]) 
     3943m4_copy([AC_REQUIRE],[glib_REQUIRE]) 
     3944dnl 
     3945dnl At the end, if we're not within glib, we'll define the public 
     3946dnl definitions in terms of our private definitions. 
     3947dnl 
     3948 
     3949# GLIB_LC_MESSAGES 
     3950#-------------------- 
     3951glib_DEFUN([GLIB_LC_MESSAGES], 
     3952  [AC_CHECK_HEADERS([locale.h]) 
     3953    if test $ac_cv_header_locale_h = yes; then 
    37893954    AC_CACHE_CHECK([for LC_MESSAGES], am_cv_val_LC_MESSAGES, 
    37903955      [AC_TRY_LINK([#include <locale.h>], [return LC_MESSAGES], 
     
    37963961  fi]) 
    37973962 
    3798 dnl AM_GLIB_PATH_PROG_WITH_TEST(VARIABLE, PROG-TO-CHECK-FOR, 
     3963# GLIB_PATH_PROG_WITH_TEST 
     3964#---------------------------- 
     3965dnl GLIB_PATH_PROG_WITH_TEST(VARIABLE, PROG-TO-CHECK-FOR, 
    37993966dnl   TEST-PERFORMED-ON-FOUND_PROGRAM [, VALUE-IF-NOT-FOUND [, PATH]]) 
    3800 AC_DEFUN([AM_GLIB_PATH_PROG_WITH_TEST], 
     3967glib_DEFUN([GLIB_PATH_PROG_WITH_TEST], 
    38013968[# Extract the first word of "$2", so it can be a program name with args. 
    38023969set dummy $2; ac_word=[$]2 
     
    38344001]) 
    38354002 
    3836 # serial 5 
    3837  
    3838 AC_DEFUN(AM_GLIB_WITH_NLS, 
     4003# GLIB_WITH_NLS 
     4004#----------------- 
     4005glib_DEFUN([GLIB_WITH_NLS], 
    38394006  dnl NLS is obligatory 
    38404007  [USE_NLS=yes 
    38414008    AC_SUBST(USE_NLS) 
    38424009 
    3843     dnl Figure out what method 
    3844     nls_cv_force_use_gnu_gettext="no" 
    3845  
    3846     nls_cv_use_gnu_gettext="$nls_cv_force_use_gnu_gettext" 
    3847     if test "$nls_cv_force_use_gnu_gettext" != "yes"; then 
    3848       dnl User does not insist on using GNU NLS library.  Figure out what 
    3849       dnl to use.  If gettext or catgets are available (in this order) we 
    3850       dnl use this.  Else we have to fall back to GNU NLS library. 
    3851       dnl catgets is only used if permitted by option --with-catgets. 
    3852       nls_cv_header_intl= 
    3853       nls_cv_header_libgt= 
    3854       CATOBJEXT=NONE 
    3855       XGETTEXT=: 
    3856  
    3857       AC_CHECK_HEADER(libintl.h, 
    3858         [AC_CACHE_CHECK([for dgettext in libc], gt_cv_func_dgettext_libc, 
    3859           [AC_TRY_LINK([#include <libintl.h>], [return (int) dgettext ("","")], 
    3860             gt_cv_func_dgettext_libc=yes, gt_cv_func_dgettext_libc=no)]) 
    3861  
    3862           gt_cv_func_dgettext_libintl="no" 
    3863           libintl_extra_libs="" 
    3864  
    3865           if test "$gt_cv_func_dgettext_libc" != "yes" ; then 
    3866             AC_CHECK_LIB(intl, bindtextdomain, 
    3867               [AC_CHECK_LIB(intl, dgettext, 
    3868                             gt_cv_func_dgettext_libintl=yes)]) 
    3869  
    3870             if test "$gt_cv_func_dgettext_libc" != "yes" ; then 
    3871               AC_MSG_CHECKING([if -liconv is needed to use gettext]) 
    3872               AC_MSG_RESULT([]) 
    3873               AC_CHECK_LIB(intl, dcgettext, 
    3874                            [gt_cv_func_dgettext_libintl=yes 
    3875                             libintl_extra_libs=-liconv], 
    3876                            :,-liconv) 
     4010    gt_cv_have_gettext=no 
     4011 
     4012    CATOBJEXT=NONE 
     4013    XGETTEXT=: 
     4014    INTLLIBS= 
     4015 
     4016    AC_CHECK_HEADER(libintl.h, 
     4017     [gt_cv_func_dgettext_libintl="no" 
     4018      libintl_extra_libs="" 
     4019 
     4020      # 
     4021      # First check in libc 
     4022      # 
     4023      AC_CACHE_CHECK([for dgettext in libc], gt_cv_func_dgettext_libc, 
     4024        [AC_TRY_LINK([ 
     4025#include <libintl.h> 
     4026], 
     4027          [return (int) dgettext ("","")], 
     4028          gt_cv_func_dgettext_libc=yes, 
     4029          gt_cv_func_dgettext_libc=no) 
     4030        ]) 
     4031   
     4032      if test "$gt_cv_func_dgettext_libc" = "yes" ; then 
     4033        AC_CHECK_FUNCS(bind_textdomain_codeset) 
     4034      fi 
     4035 
     4036      # 
     4037      # If we don't have everything we want, check in libintl 
     4038      # 
     4039      if test "$gt_cv_func_dgettext_libc" != "yes" \ 
     4040         || test "$ac_cv_func_bind_textdomain_codeset" != "yes" ; then 
     4041         
     4042        AC_CHECK_LIB(intl, bindtextdomain, 
     4043            [AC_CHECK_LIB(intl, dgettext, 
     4044                          gt_cv_func_dgettext_libintl=yes)]) 
     4045 
     4046        if test "$gt_cv_func_dgettext_libintl" != "yes" ; then 
     4047          AC_MSG_CHECKING([if -liconv is needed to use gettext]) 
     4048          AC_MSG_RESULT([]) 
     4049          AC_CHECK_LIB(intl, dcgettext, 
     4050                       [gt_cv_func_dgettext_libintl=yes 
     4051                        libintl_extra_libs=-liconv], 
     4052                        :,-liconv) 
     4053        fi 
     4054 
     4055        # 
     4056        # If we found libintl, then check in it for bind_textdomain_codeset(); 
     4057        # we'll prefer libc if neither have bind_textdomain_codeset(), 
     4058        # and both have dgettext 
     4059        # 
     4060        if test "$gt_cv_func_dgettext_libintl" = "yes" ; then 
     4061          glib_save_LIBS="$LIBS" 
     4062          LIBS="$LIBS -lintl $libintl_extra_libs" 
     4063          unset ac_cv_func_bind_textdomain_codeset 
     4064          AC_CHECK_FUNCS(bind_textdomain_codeset) 
     4065          LIBS="$glib_save_LIBS" 
     4066 
     4067          if test "$ac_cv_func_bind_textdomain_codeset" = "yes" ; then 
     4068            gt_cv_func_dgettext_libc=no 
     4069          else 
     4070            if test "$gt_cv_func_dgettext_libc" = "yes"; then 
     4071              gt_cv_func_dgettext_libintl=no 
    38774072            fi 
    38784073          fi 
    3879  
    3880           if test "$gt_cv_func_dgettext_libintl" = "yes"; then 
    3881             LIBS="$LIBS -lintl $libintl_extra_libs"; 
    3882           fi 
    3883  
    3884           if test "$gt_cv_func_dgettext_libc" = "yes" \ 
    3885             || test "$gt_cv_func_dgettext_libintl" = "yes"; then 
    3886             AC_DEFINE(HAVE_GETTEXT,1, 
    3887               [Define if the GNU gettext() function is already present or preinstalled.]) 
    3888             AM_GLIB_PATH_PROG_WITH_TEST(MSGFMT, msgfmt, 
    3889               [test -z "`$ac_dir/$ac_word -h 2>&1 | grep 'dv '`"], no)dnl 
    3890             if test "$MSGFMT" != "no"; then 
    3891               AC_CHECK_FUNCS(dcgettext) 
    3892               AC_PATH_PROG(GMSGFMT, gmsgfmt, $MSGFMT) 
    3893               AM_GLIB_PATH_PROG_WITH_TEST(XGETTEXT, xgettext, 
    3894                 [test -z "`$ac_dir/$ac_word -h 2>&1 | grep '(HELP)'`"], :) 
    3895               AC_TRY_LINK(, [extern int _nl_msg_cat_cntr; 
    3896                              return _nl_msg_cat_cntr], 
    3897                 [CATOBJEXT=.gmo 
    3898                  DATADIRNAME=share], 
    3899                 [CATOBJEXT=.mo 
    3900                  DATADIRNAME=lib]) 
    3901               INSTOBJEXT=.mo 
    3902             fi 
    3903           fi 
    3904  
    3905           # Added by Martin Baulig 12/15/98 for libc5 systems 
    3906           if test "$gt_cv_func_dgettext_libc" != "yes" \ 
    3907             && test "$gt_cv_func_dgettext_libintl" = "yes"; then 
    3908             INTLLIBS="-lintl $libintl_extra_libs" 
    3909             LIBS=`echo $LIBS | sed -e 's/-lintl//'` 
    3910           fi 
    3911       ]) 
    3912  
    3913       if test "$CATOBJEXT" = "NONE"; then 
    3914         dnl Neither gettext nor catgets in included in the C library. 
    3915         dnl Fall back on GNU gettext library. 
    3916         nls_cv_use_gnu_gettext=yes 
     4074        fi 
    39174075      fi 
    3918     fi 
    3919  
    3920     if test "$nls_cv_use_gnu_gettext" != "yes"; then 
     4076 
     4077      if test "$gt_cv_func_dgettext_libc" = "yes" \ 
     4078        || test "$gt_cv_func_dgettext_libintl" = "yes"; then 
     4079        gt_cv_have_gettext=yes 
     4080      fi 
     4081   
     4082      if test "$gt_cv_func_dgettext_libintl" = "yes"; then 
     4083        INTLLIBS="-lintl $libintl_extra_libs" 
     4084      fi 
     4085   
     4086      if test "$gt_cv_have_gettext" = "yes"; then 
     4087        AC_DEFINE(HAVE_GETTEXT,1, 
     4088          [Define if the GNU gettext() function is already present or preinstalled.]) 
     4089        GLIB_PATH_PROG_WITH_TEST(MSGFMT, msgfmt, 
     4090          [test -z "`$ac_dir/$ac_word -h 2>&1 | grep 'dv '`"], no)dnl 
     4091        if test "$MSGFMT" != "no"; then 
     4092          AC_CHECK_FUNCS(dcgettext) 
     4093          AC_PATH_PROG(GMSGFMT, gmsgfmt, $MSGFMT) 
     4094          GLIB_PATH_PROG_WITH_TEST(XGETTEXT, xgettext, 
     4095            [test -z "`$ac_dir/$ac_word -h 2>&1 | grep '(HELP)'`"], :) 
     4096          AC_TRY_LINK(, [extern int _nl_msg_cat_cntr; 
     4097                         return _nl_msg_cat_cntr], 
     4098            [CATOBJEXT=.gmo  
     4099             DATADIRNAME=share], 
     4100            [CATOBJEXT=.mo 
     4101             DATADIRNAME=lib]) 
     4102          INSTOBJEXT=.mo 
     4103        else 
     4104          gt_cv_have_gettext=no 
     4105        fi 
     4106      fi 
     4107    ]) 
     4108 
     4109    if test "$gt_cv_have_gettext" = "yes" ; then 
    39214110      AC_DEFINE(ENABLE_NLS, 1, 
    39224111        [always defined to indicate that i18n is enabled]) 
    3923     else 
    3924       dnl Unset this variable since we use the non-zero value as a flag. 
    3925       CATOBJEXT= 
    39264112    fi 
    39274113 
    39284114    dnl Test whether we really found GNU xgettext. 
    39294115    if test "$XGETTEXT" != ":"; then 
    3930       dnl If it is no GNU xgettext we define it as : so that the 
     4116      dnl If it is not GNU xgettext we define it as : so that the 
    39314117      dnl Makefiles still can work. 
    39324118      if $XGETTEXT --omit-header /dev/null 2> /dev/null; then 
     
    39614147    AC_SUBST(GMOFILES) 
    39624148    AC_SUBST(INSTOBJEXT) 
    3963     AC_SUBST(INTLDEPS) 
    39644149    AC_SUBST(INTLLIBS) 
    3965     AC_SUBST(INTLOBJS) 
     4150    AC_SUBST(PO_IN_DATADIR_TRUE) 
     4151    AC_SUBST(PO_IN_DATADIR_FALSE) 
    39664152    AC_SUBST(POFILES) 
    39674153    AC_SUBST(POSUB) 
    39684154  ]) 
    39694155 
    3970 AC_DEFUN(AM_GLIB_GNU_GETTEXT, 
    3971   [AC_REQUIRE([AC_PROG_MAKE_SET])dnl 
    3972    AC_REQUIRE([AC_PROG_CC])dnl 
    3973    AC_REQUIRE([AC_PROG_RANLIB])dnl 
     4156# AM_GLIB_GNU_GETTEXT 
     4157# ------------------- 
     4158# Do checks necessary for use of gettext. If a suitable implementation  
     4159# of gettext is found in either in libintl or in the C library, 
     4160# it will set INTLLIBS to the libraries needed for use of gettext 
     4161# and AC_DEFINE() HAVE_GETTEXT and ENABLE_NLS. (The shell variable 
     4162# gt_cv_have_gettext will be set to "yes".) It will also call AC_SUBST() 
     4163# on various variables needed by the Makefile.in.in installed by  
     4164# glib-gettextize. 
     4165dnl 
     4166glib_DEFUN(GLIB_GNU_GETTEXT, 
     4167  [AC_REQUIRE([AC_PROG_CC])dnl 
    39744168   AC_REQUIRE([AC_HEADER_STDC])dnl 
    3975    AC_REQUIRE([AC_C_CONST])dnl 
    3976    AC_REQUIRE([AC_C_INLINE])dnl 
    3977    AC_REQUIRE([AC_TYPE_OFF_T])dnl 
    3978    AC_REQUIRE([AC_TYPE_SIZE_T])dnl 
    3979    AC_REQUIRE([AC_FUNC_ALLOCA])dnl 
    3980    AC_REQUIRE([AC_FUNC_MMAP])dnl 
    3981  
    3982    AC_CHECK_HEADERS([argz.h limits.h locale.h nl_types.h malloc.h string.h \ 
    3983 unistd.h sys/param.h]) 
    3984    AC_CHECK_FUNCS([getcwd munmap putenv setenv setlocale strchr strcasecmp \ 
    3985 strdup __argz_count __argz_stringify __argz_next]) 
    3986  
    3987    AM_GLIB_LC_MESSAGES 
    3988    AM_GLIB_WITH_NLS 
    3989  
    3990    if test "x$CATOBJEXT" != "x"; then 
     4169    
     4170   GLIB_LC_MESSAGES 
     4171   GLIB_WITH_NLS 
     4172 
     4173   if test "$gt_cv_have_gettext" = "yes"; then 
    39914174     if test "x$ALL_LINGUAS" = "x"; then 
    39924175       LINGUAS= 
     
    40074190       for lang in $LINGUAS; do CATALOGS="$CATALOGS $lang$CATOBJEXT"; done 
    40084191     fi 
    4009    fi 
    4010  
    4011    dnl Determine which catalog format we have (if any is needed) 
    4012    dnl For now we know about two different formats: 
    4013    dnl   Linux libc-5 and the normal X/Open format 
    4014    test -d po || mkdir po 
    4015    if test "$CATOBJEXT" = ".cat"; then 
    4016      AC_CHECK_HEADER(linux/version.h, msgformat=linux, msgformat=xopen) 
    4017  
    4018      dnl Transform the SED scripts while copying because some dumb SEDs 
    4019      dnl cannot handle comments. 
    4020      sed -e '/^#/d' $srcdir/po/$msgformat-msg.sed > po/po2msg.sed 
    40214192   fi 
    40224193 
     
    40504221  ]) 
    40514222 
     4223# AM_GLIB_DEFINE_LOCALEDIR(VARIABLE) 
     4224# ------------------------------- 
     4225# Define VARIABLE to the location where catalog files will 
     4226# be installed by po/Makefile. 
     4227glib_DEFUN(GLIB_DEFINE_LOCALEDIR, 
     4228[glib_REQUIRE([GLIB_GNU_GETTEXT])dnl 
     4229glib_save_prefix="$prefix" 
     4230test "x$prefix" = xNONE && prefix=$ac_default_prefix 
     4231if test "x$CATOBJEXT" = "x.mo" ; then 
     4232  localedir=`eval echo "${libdir}/locale"` 
     4233else 
     4234  localedir=`eval echo "${datadir}/locale"` 
     4235fi 
     4236prefix="$glib_save_prefix" 
     4237AC_DEFINE_UNQUOTED($1, "$localedir", 
     4238  [Define the location where the catalogs will be installed]) 
     4239]) 
     4240 
     4241dnl 
     4242dnl Now the definitions that aclocal will find 
     4243dnl 
     4244ifdef(glib_configure_in,[],[ 
     4245AC_DEFUN(AM_GLIB_GNU_GETTEXT,[GLIB_GNU_GETTEXT($@)]) 
     4246AC_DEFUN(AM_GLIB_DEFINE_LOCALEDIR,[GLIB_DEFINE_LOCALEDIR($@)]) 
     4247])dnl 
    40524248 
    40534249 
     
    40774273INTLTOOL_DIRECTORY_RULE='%.directory: %.directory.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_MERGE) $(top_srcdir)/po $< [$]@ -d -u -c $(top_builddir)/po/.intltool-merge-cache' 
    40784274     INTLTOOL_KEYS_RULE='%.keys:      %.keys.in      $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_MERGE) $(top_srcdir)/po $< [$]@ -k -u -c $(top_builddir)/po/.intltool-merge-cache' 
     4275     INTLTOOL_PROP_RULE='%.prop:      %.prop.in      $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_MERGE) $(top_srcdir)/po $< [$]@ -d -u -c $(top_builddir)/po/.intltool-merge-cache' 
    40794276      INTLTOOL_OAF_RULE='%.oaf:       %.oaf.in       $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_MERGE) $(top_srcdir)/po $< [$]@ -o -p' 
    40804277     INTLTOOL_PONG_RULE='%.pong:      %.pong.in      $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_MERGE) $(top_srcdir)/po $< [$]@ -x -u -c $(top_builddir)/po/.intltool-merge-cache' 
     
    40854282      INTLTOOL_XML_RULE='%.xml:       %.xml.in       $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_MERGE) $(top_srcdir)/po $< [$]@ -x -u -c $(top_builddir)/po/.intltool-merge-cache' 
    40864283    INTLTOOL_CAVES_RULE='%.caves:     %.caves.in     $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_MERGE) $(top_srcdir)/po $< [$]@ -d -u -c $(top_builddir)/po/.intltool-merge-cache' 
    4087     INTLTOOL_SCHEMAS_RULE='%.schemas: %.schemas.in   $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_MERGE) $(top_srcdir)/po $< [$]@ -s -u -c $(top_builddir)/po/.intltool-merge-cache' 
     4284  INTLTOOL_SCHEMAS_RULE='%.schemas:   %.schemas.in   $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_MERGE) $(top_srcdir)/po $< [$]@ -s -u -c $(top_builddir)/po/.intltool-merge-cache' 
     4285    INTLTOOL_THEME_RULE='%.theme:     %.theme.in     $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_MERGE) $(top_srcdir)/po $< [$]@ -d -u -c $(top_builddir)/po/.intltool-merge-cache' 
    40884286 
    40894287AC_SUBST(INTLTOOL_DESKTOP_RULE) 
    40904288AC_SUBST(INTLTOOL_DIRECTORY_RULE) 
    40914289AC_SUBST(INTLTOOL_KEYS_RULE) 
     4290AC_SUBST(INTLTOOL_PROP_RULE) 
    40924291AC_SUBST(INTLTOOL_OAF_RULE) 
    40934292AC_SUBST(INTLTOOL_PONG_RULE) 
     
    40994298AC_SUBST(INTLTOOL_CAVES_RULE) 
    41004299AC_SUBST(INTLTOOL_SCHEMAS_RULE) 
     4300AC_SUBST(INTLTOOL_THEME_RULE) 
    41014301 
    41024302# Use the tools built into the package, not the ones that are installed. 
     
    42074407  AC_SUBST(GCONF_SCHEMA_FILE_DIR) 
    42084408  AC_MSG_RESULT([Using $GCONF_SCHEMA_FILE_DIR as install directory for schema files]) 
     4409 
     4410  AC_ARG_ENABLE(schemas-install, 
     4411     [  --disable-schemas-install       Disable the schemas installation], 
     4412     [case "${enableval}" in 
     4413       yes) schemas_install=true ;; 
     4414       no)  schemas_install=false ;; 
     4415       *) AC_MSG_ERROR(bad value ${enableval} for --disable-schemas-install) ;; 
     4416     esac],[schemas_install=true]) 
     4417     AM_CONDITIONAL(GCONF_SCHEMAS_INSTALL, test x$schemas_install = xtrue) 
    42094418]) 
    42104419 
  • trunk/third/nautilus/config.h.in

    r18669 r20073  
    2424#define HAVE_GTK_MULTIHEAD /* needed for egg-screen-exec functions */ 
    2525 
    26 /* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP 
    27    systems. This function is required for `alloca.c' support on those systems. 
    28    */ 
    29 #undef CRAY_STACKSEG_END 
    30  
    31 /* Define to 1 if using `alloca.c'. */ 
    32 #undef C_ALLOCA 
    33  
    3426/* always defined to indicate that i18n is enabled */ 
    3527#undef ENABLE_NLS 
    3628 
    37 /* Define to 1 if you have `alloca', as a function or macro. */ 
    38 #undef HAVE_ALLOCA 
    39  
    40 /* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix). 
    41    */ 
    42 #undef HAVE_ALLOCA_H 
    43  
    44 /* Define to 1 if you have the <argz.h> header file. */ 
    45 #undef HAVE_ARGZ_H 
     29/* Define to 1 if you have the `bind_textdomain_codeset' function. */ 
     30#undef HAVE_BIND_TEXTDOMAIN_CODESET 
    4631 
    4732/* Define to 1 if you have the <cdda_interface.h> header file. */ 
     
    6045#undef HAVE_ENDMNTENT 
    6146 
    62 /* Define to 1 if you have the `getcwd' function. */ 
    63 #undef HAVE_GETCWD 
    64  
    6547/* Define to 1 if you have the `getmntinfo' function. */ 
    6648#undef HAVE_GETMNTINFO 
    67  
    68 /* Define to 1 if you have the `getpagesize' function. */ 
    69 #undef HAVE_GETPAGESIZE 
    7049 
    7150/* Define if the GNU gettext() function is already present or preinstalled. */ 
     
    8160#undef HAVE_LC_MESSAGES 
    8261 
    83 /* Define to 1 if you have the <limits.h> header file. */ 
    84 #undef HAVE_LIMITS_H 
    85  
    8662/* Define to 1 if you have the <locale.h> header file. */ 
    8763#undef HAVE_LOCALE_H 
    88  
    89 /* Define to 1 if you have the <malloc.h> header file. */ 
    90 #undef HAVE_MALLOC_H 
    9164 
    9265/* Define to 1 if you have the <memory.h> header file. */ 
    9366#undef HAVE_MEMORY_H 
    9467 
    95 /* Define to 1 if you have a working `mmap' system call. */ 
    96 #undef HAVE_MMAP 
    97  
    9868/* Define to 1 if you have the <mntent.h> header file. */ 
    9969#undef HAVE_MNTENT_H 
    100  
    101 /* Define to 1 if you have the `munmap' function. */ 
    102 #undef HAVE_MUNMAP 
    103  
    104 /* Define to 1 if you have the <nl_types.h> header file. */ 
    105 #undef HAVE_NL_TYPES_H 
    10670 
    10771/* Define to 1 if you have the `putenv' function. */ 
     
    11074/* Define to 1 if you have the `setenv' function. */ 
    11175#undef HAVE_SETENV 
    112  
    113 /* Define to 1 if you have the `setlocale' function. */ 
    114 #undef HAVE_SETLOCALE 
    11576 
    11677/* Define to 1 if you have the `setmntent' function. */ 
     
    12283/* Define to 1 if you have the <stdlib.h> header file. */ 
    12384#undef HAVE_STDLIB_H 
    124  
    125 /* Define to 1 if you have the `strcasecmp' function. */ 
    126 #undef HAVE_STRCASECMP 
    127  
    128 /* Define to 1 if you have the `strchr' function. */ 
    129 #undef HAVE_STRCHR 
    130  
    131 /* Define to 1 if you have the `strdup' function. */ 
    132 #undef HAVE_STRDUP 
    13385 
    13486/* Define to 1 if you have the <strings.h> header file. */ 
     
    14799#undef HAVE_SYS_MOUNT_H 
    148100 
    149 /* Define to 1 if you have the <sys/param.h> header file. */ 
    150 #undef HAVE_SYS_PARAM_H 
    151  
    152101/* Define to 1 if you have the <sys/stat.h> header file. */ 
    153102#undef HAVE_SYS_STAT_H 
     
    164113/* Define to 1 if you have the `unsetenv' function. */ 
    165114#undef HAVE_UNSETENV 
    166  
    167 /* Define to 1 if you have the `__argz_count' function. */ 
    168 #undef HAVE___ARGZ_COUNT 
    169  
    170 /* Define to 1 if you have the `__argz_next' function. */ 
    171 #undef HAVE___ARGZ_NEXT 
    172  
    173 /* Define to 1 if you have the `__argz_stringify' function. */ 
    174 #undef HAVE___ARGZ_STRINGIFY 
    175115 
    176116/* Name of package */ 
     
    192132#undef PACKAGE_VERSION 
    193133 
    194 /* If using the C implementation of alloca, define if you know the 
    195    direction of stack growth for your system; otherwise it will be 
    196    automatically deduced at run-time. 
    197         STACK_DIRECTION > 0 => grows toward higher addresses 
    198         STACK_DIRECTION < 0 => grows toward lower addresses 
    199         STACK_DIRECTION = 0 => direction of growth unknown */ 
    200 #undef STACK_DIRECTION 
    201  
    202134/* Define to 1 if you have the ANSI C header files. */ 
    203135#undef STDC_HEADERS 
     
    215147/* Define to empty if `const' does not conform to ANSI C. */ 
    216148#undef const 
    217  
    218 /* Define as `__inline' if that's what the C compiler calls it, or to nothing 
    219    if it is not supported. */ 
    220 #undef inline 
    221  
    222 /* Define to `long' if <sys/types.h> does not define. */ 
    223 #undef off_t 
    224  
    225 /* Define to `unsigned' if <sys/types.h> does not define. */ 
    226 #undef size_t 
  • trunk/third/nautilus/configure

    r19103 r20073  
    11#! /bin/sh 
    22# Guess values for system-dependent variables and create Makefiles. 
    3 # Generated by GNU Autoconf 2.54. 
     3# Generated by GNU Autoconf 2.57. 
    44# 
    55# Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002 
     
    3737 
    3838# NLS nuisances. 
    39 for as_var in LANG LANGUAGE LC_ALL LC_COLLATE LC_CTYPE LC_NUMERIC LC_MESSAGES LC_TIME 
     39for as_var in \ 
     40  LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \ 
     41  LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \ 
     42  LC_TELEPHONE LC_TIME 
    4043do 
    4144  if (set +x; test -n "`(eval $as_var=C; export $as_var) 2>&1`"); then 
     
    8386# The user is always right. 
    8487if test "${PATH_SEPARATOR+set}" != set; then 
    85   echo "#! /bin/sh" >conftest.sh 
    86   echo  "exit 0"   >>conftest.sh 
    87   chmod +x conftest.sh 
    88   if (PATH="/nonexistent;."; conftest.sh) >/dev/null 2>&1; then 
     88  echo "#! /bin/sh" >conf$$.sh 
     89  echo  "exit 0"   >>conf$$.sh 
     90  chmod +x conf$$.sh 
     91  if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then 
    8992    PATH_SEPARATOR=';' 
    9093  else 
    9194    PATH_SEPARATOR=: 
    9295  fi 
    93   rm -f conftest.sh 
     96  rm -f conf$$.sh 
    9497fi 
    9598 
     
    465468#endif" 
    466469 
    467 ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS EEL_REQUIRED GNOME_VFS_REQUIRED MEDUSA_REQUIRED RSVG_REQUIRED XML_REQUIRED INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA PACKAGE VERSION ACLOCAL AUTOCONF AUTOMAKE AUTOHEADER MAKEINFO SET_MAKE MAINTAINER_MODE_TRUE MAINTAINER_MODE_FALSE MAINT CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT CPP LN_S build build_cpu build_vendor build_os host host_cpu host_vendor host_os ECHO RANLIB ac_ct_RANLIB STRIP ac_ct_STRIP EGREP LIBTOOL PKG_CONFIG ALL_CFLAGS ALL_LIBS GETTEXT_PACKAGE ALLOCA USE_NLS MSGFMT GMSGFMT XGETTEXT CATALOGS CATOBJEXT DATADIRNAME GMOFILES INSTOBJEXT INTLDEPS INTLLIBS INTLOBJS POFILES POSUB MKINSTALLDIRS INTLTOOL_DESKTOP_RULE INTLTOOL_DIRECTORY_RULE INTLTOOL_KEYS_RULE INTLTOOL_OAF_RULE INTLTOOL_PONG_RULE INTLTOOL_SERVER_RULE INTLTOOL_SHEET_RULE INTLTOOL_SOUNDLIST_RULE INTLTOOL_UI_RULE INTLTOOL_XML_RULE INTLTOOL_CAVES_RULE INTLTOOL_SCHEMAS_RULE INTLTOOL_EXTRACT INTLTOOL_MERGE INTLTOOL_UPDATE INTLTOOL_PERL ENABLE_PROFILER ENABLE_PROFILER_TRUE ENABLE_PROFILER_FALSE GLIB_GENMARSHAL ORBIT_IDL X_CFLAGS X_PRE_LIBS X_LIBS X_EXTRA_LIBS HAVE_CDDA_TRUE HAVE_CDDA_FALSE JW HAVE_JW_TRUE HAVE_JW_FALSE HAVE_JW MEDUSA_CFLAGS MEDUSA_LIBS LIBJPEG GIMPHWRAPBOX_CFLAGS LIBEGG_CFLAGS LIBNAUTILUS_CFLAGS LIBNAUTILUS_LIBS LIBNAUTILUS_IDL_INCLUDES CORE_CFLAGS CORE_LIBS CORE_IDL_INCLUDES COMPONENT_CFLAGS COMPONENT_LIBS EMBLEM_COMPONENT_CFLAGS EMBLEM_COMPONENT_LIBS DISABLE_DEPRECATED_CFLAGS ENABLE_HARDWARE_VIEW_TRUE ENABLE_HARDWARE_VIEW_FALSE CAPPLET_CFLAGS CAPPLET_LIBS GCONFTOOL GCONF_SCHEMA_CONFIG_SOURCE GCONF_SCHEMA_FILE_DIR LIBOBJS LTLIBOBJS' 
     470ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS ART_REQUIRED BONOBO_ACTIVATION_REQUIRED BONOBO_REQUIRED BONOBO_UI_REQUIRED EEL_REQUIRED ESOUND_REQUIRED GLIB_REQUIRED GNOME_DESKTOP_REQUIRED GNOME_REQUIRED GNOME_UI_REQUIRED GNOME_VFS_REQUIRED ORBIT_REQUIRED PANGO_REQUIRED GTK_REQUIRED MEDUSA_REQUIRED RSVG_REQUIRED XML_REQUIRED INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA PACKAGE VERSION ACLOCAL AUTOCONF AUTOMAKE AUTOHEADER MAKEINFO SET_MAKE MAINTAINER_MODE_TRUE MAINTAINER_MODE_FALSE MAINT CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT CPP LN_S build build_cpu build_vendor build_os host host_cpu host_vendor host_os ECHO RANLIB ac_ct_RANLIB STRIP ac_ct_STRIP EGREP LIBTOOL PKG_CONFIG ALL_CFLAGS ALL_LIBS GETTEXT_PACKAGE USE_NLS MSGFMT GMSGFMT XGETTEXT CATALOGS CATOBJEXT DATADIRNAME GMOFILES INSTOBJEXT INTLLIBS PO_IN_DATADIR_TRUE PO_IN_DATADIR_FALSE POFILES POSUB MKINSTALLDIRS INTLTOOL_DESKTOP_RULE INTLTOOL_DIRECTORY_RULE INTLTOOL_KEYS_RULE INTLTOOL_PROP_RULE INTLTOOL_OAF_RULE INTLTOOL_PONG_RULE INTLTOOL_SERVER_RULE INTLTOOL_SHEET_RULE INTLTOOL_SOUNDLIST_RULE INTLTOOL_UI_RULE INTLTOOL_XML_RULE INTLTOOL_CAVES_RULE INTLTOOL_SCHEMAS_RULE INTLTOOL_THEME_RULE INTLTOOL_EXTRACT INTLTOOL_MERGE INTLTOOL_UPDATE INTLTOOL_PERL ENABLE_PROFILER ENABLE_PROFILER_TRUE ENABLE_PROFILER_FALSE GLIB_GENMARSHAL ORBIT_IDL X_CFLAGS X_PRE_LIBS X_LIBS X_EXTRA_LIBS HAVE_CDDA_TRUE HAVE_CDDA_FALSE JW HAVE_JW_TRUE HAVE_JW_FALSE HAVE_JW MEDUSA_CFLAGS MEDUSA_LIBS LIBJPEG GIMPHWRAPBOX_CFLAGS LIBEGG_CFLAGS LIBNAUTILUS_CFLAGS LIBNAUTILUS_LIBS LIBNAUTILUS_IDL_INCLUDES CORE_CFLAGS CORE_LIBS CORE_IDL_INCLUDES COMPONENT_CFLAGS COMPONENT_LIBS EMBLEM_COMPONENT_CFLAGS EMBLEM_COMPONENT_LIBS DISABLE_DEPRECATED_CFLAGS ENABLE_HARDWARE_VIEW_TRUE ENABLE_HARDWARE_VIEW_FALSE CAPPLET_CFLAGS CAPPLET_LIBS GCONFTOOL GCONF_SCHEMA_CONFIG_SOURCE GCONF_SCHEMA_FILE_DIR GCONF_SCHEMAS_INSTALL_TRUE GCONF_SCHEMAS_INSTALL_FALSE LIBOBJS LTLIBOBJS' 
    468471ac_subst_files='' 
    469472 
     
    10181021  --enable-more-warnings  Maximum compiler warnings 
    10191022  --enable-hardware             Enable (broken, Linux only) hardware view 
     1023  --disable-schemas-install     Disable the schemas installation 
    10201024 
    10211025Optional Packages: 
     
    11161120 
    11171121It was created by $as_me, which was 
    1118 generated by GNU Autoconf 2.54.  Invocation command line was 
     1122generated by GNU Autoconf 2.57.  Invocation command line was 
    11191123 
    11201124  $ $0 $@ 
     
    11681172# Keep a trace of the command line. 
    11691173# Strip out --no-create and --no-recursion so they do not pile up. 
     1174# Strip out --silent because we don't want to record it for future runs. 
    11701175# Also quote any args containing shell meta-characters. 
     1176# Make two passes to allow for proper duplicate-argument suppression. 
    11711177ac_configure_args= 
     1178ac_configure_args0= 
     1179ac_configure_args1= 
    11721180ac_sep= 
    1173 for ac_arg 
     1181ac_must_keep_next=false 
     1182for ac_pass in 1 2 
    11741183do 
    1175   case $ac_arg in 
    1176   -no-create | --no-create | --no-creat | --no-crea | --no-cre \ 
    1177   | --no-cr | --no-c | -n ) continue ;; 
    1178   -no-recursion | --no-recursion | --no-recursio | --no-recursi \ 
    1179   | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) 
    1180     continue ;; 
    1181   *" "*|*"      "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*) 
    1182     ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;; 
    1183   esac 
    1184   ac_configure_args="$ac_configure_args$ac_sep'$ac_arg'" 
    1185   # Get rid of the leading space. 
    1186   ac_sep=" " 
     1184  for ac_arg 
     1185  do 
     1186    case $ac_arg in 
     1187    -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;; 
     1188    -q | -quiet | --quiet | --quie | --qui | --qu | --q \ 
     1189    | -silent | --silent | --silen | --sile | --sil) 
     1190      continue ;; 
     1191    *" "*|*"    "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*) 
     1192      ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;; 
     1193    esac 
     1194    case $ac_pass in 
     1195    1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;; 
     1196    2) 
     1197      ac_configure_args1="$ac_configure_args1 '$ac_arg'" 
     1198      if test $ac_must_keep_next = true; then 
     1199        ac_must_keep_next=false # Got value, back to normal. 
     1200      else 
     1201        case $ac_arg in 
     1202          *=* | --config-cache | -C | -disable-* | --disable-* \ 
     1203          | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \ 
     1204          | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \ 
     1205          | -with-* | --with-* | -without-* | --without-* | --x) 
     1206            case "$ac_configure_args0 " in 
     1207              "$ac_configure_args1"*" '$ac_arg' "* ) continue ;; 
     1208            esac 
     1209            ;; 
     1210          -* ) ac_must_keep_next=true ;; 
     1211        esac 
     1212      fi 
     1213      ac_configure_args="$ac_configure_args$ac_sep'$ac_arg'" 
     1214      # Get rid of the leading space. 
     1215      ac_sep=" " 
     1216      ;; 
     1217    esac 
     1218  done 
    11871219done 
     1220$as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; } 
     1221$as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; } 
    11881222 
    11891223# When interrupted or exit'd, cleanup temporary files, and complete 
     
    14191453BONOBO_REQUIRED=2.1.0 
    14201454BONOBO_UI_REQUIRED=2.0.0 
    1421 EEL_REQUIRED=2.2.2 
     1455EEL_REQUIRED=2.2.3 
    14221456ESOUND_REQUIRED=0.2.27 
    14231457GLIB_REQUIRED=2 
     
    14321466RSVG_REQUIRED=2.0.1 
    14331467XML_REQUIRED=2.4.7 
     1468 
     1469 
     1470 
     1471 
     1472 
     1473 
     1474 
     1475 
     1476 
     1477 
     1478 
     1479 
    14341480 
    14351481 
     
    16011647rm conftest.sed 
    16021648 
    1603 echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \${MAKE}" >&5 
    1604 echo $ECHO_N "checking whether ${MAKE-make} sets \${MAKE}... $ECHO_C" >&6 
     1649echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5 
     1650echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6 
    16051651set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,./+-,__p_,'` 
    16061652if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then 
     
    16091655  cat >conftest.make <<\_ACEOF 
    16101656all: 
    1611         @echo 'ac_maketemp="${MAKE}"' 
     1657        @echo 'ac_maketemp="$(MAKE)"' 
    16121658_ACEOF 
    16131659# GNU make sometimes prints "make[1]: Entering...", which would confuse us. 
     
    16331679PACKAGE=nautilus 
    16341680 
    1635 VERSION=2.2.2 
     1681VERSION=2.2.4 
    16361682 
    16371683if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then 
     
    21132159 
    21142160 
    2115 test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH" >&5 
    2116 echo "$as_me: error: no acceptable C compiler found in \$PATH" >&2;} 
     2161test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH 
     2162See \`config.log' for more details." >&5 
     2163echo "$as_me: error: no acceptable C compiler found in \$PATH 
     2164See \`config.log' for more details." >&2;} 
    21172165   { (exit 1); exit 1; }; } 
    21182166 
     
    21392187cat >conftest.$ac_ext <<_ACEOF 
    21402188#line $LINENO "configure" 
    2141 #include "confdefs.h" 
     2189/* confdefs.h.  */ 
     2190_ACEOF 
     2191cat confdefs.h >>conftest.$ac_ext 
     2192cat >>conftest.$ac_ext <<_ACEOF 
     2193/* end confdefs.h.  */ 
    21422194 
    21432195int 
     
    21502202_ACEOF 
    21512203ac_clean_files_save=$ac_clean_files 
    2152 ac_clean_files="$ac_clean_files a.out a.exe" 
     2204ac_clean_files="$ac_clean_files a.out a.exe b.out" 
    21532205# Try to create an executable without -o first, disregard a.out. 
    21542206# It will help us diagnose broken compilers, and finding out an intuition 
     
    21692221# Otherwise an old cache value of `no' led to `EXEEXT = no' in a Makefile. 
    21702222ac_cv_exeext= 
    2171 for ac_file in a_out.exe a.exe conftest.exe a.out conftest a.* conftest.*; do 
     2223# b.out is created by i960 compilers. 
     2224for ac_file in a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out 
     2225do 
    21722226  test -f "$ac_file" || continue 
    21732227  case $ac_file in 
    2174     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj ) ;; 
    2175     a.out ) # We found the default executable, but exeext='' is most 
    2176             # certainly right. 
    2177             break;; 
    2178     *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` 
    2179           # FIXME: I believe we export ac_cv_exeext for Libtool --akim. 
    2180           export ac_cv_exeext 
    2181           break;; 
    2182     * ) break;; 
     2228    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj ) 
     2229        ;; 
     2230    conftest.$ac_ext ) 
     2231        # This is the source file. 
     2232        ;; 
     2233    [ab].out ) 
     2234        # We found the default executable, but exeext='' is most 
     2235        # certainly right. 
     2236        break;; 
     2237    *.* ) 
     2238        ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` 
     2239        # FIXME: I believe we export ac_cv_exeext for Libtool, 
     2240        # but it would be cool to find out if it's true.  Does anybody 
     2241        # maintain Libtool? --akim. 
     2242        export ac_cv_exeext 
     2243        break;; 
     2244    * ) 
     2245        break;; 
    21832246  esac 
    21842247done 
    21852248else 
    21862249  echo "$as_me: failed program was:" >&5 
    2187 cat conftest.$ac_ext >&5 
     2250sed 's/^/| /' conftest.$ac_ext >&5 
     2251 
    21882252{ { echo "$as_me:$LINENO: error: C compiler cannot create executables 
    2189 check \`config.log' for details." >&5 
     2253See \`config.log' for more details." >&5 
    21902254echo "$as_me: error: C compiler cannot create executables 
    2191 check \`config.log' for details." >&2;} 
     2255See \`config.log' for more details." >&2;} 
    21922256   { (exit 77); exit 77; }; } 
    21932257fi 
     
    22162280    else 
    22172281        { { echo "$as_me:$LINENO: error: cannot run C compiled programs. 
    2218 If you meant to cross compile, use \`--host'." >&5 
     2282If you meant to cross compile, use \`--host'. 
     2283See \`config.log' for more details." >&5 
    22192284echo "$as_me: error: cannot run C compiled programs. 
    2220 If you meant to cross compile, use \`--host'." >&2;} 
     2285If you meant to cross compile, use \`--host'. 
     2286See \`config.log' for more details." >&2;} 
    22212287   { (exit 1); exit 1; }; } 
    22222288    fi 
     
    22262292echo "${ECHO_T}yes" >&6 
    22272293 
    2228 rm -f a.out a.exe conftest$ac_cv_exeext 
     2294rm -f a.out a.exe conftest$ac_cv_exeext b.out 
    22292295ac_clean_files=$ac_clean_files_save 
    22302296# Check the compiler produces executables we can run.  If not, either 
     
    22572323done 
    22582324else 
    2259   { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link" >&5 
    2260 echo "$as_me: error: cannot compute suffix of executables: cannot compile and link" >&2;} 
     2325  { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link 
     2326See \`config.log' for more details." >&5 
     2327echo "$as_me: error: cannot compute suffix of executables: cannot compile and link 
     2328See \`config.log' for more details." >&2;} 
    22612329   { (exit 1); exit 1; }; } 
    22622330fi 
     
    22762344  cat >conftest.$ac_ext <<_ACEOF 
    22772345#line $LINENO "configure" 
    2278 #include "confdefs.h" 
     2346/* confdefs.h.  */ 
     2347_ACEOF 
     2348cat confdefs.h >>conftest.$ac_ext 
     2349cat >>conftest.$ac_ext <<_ACEOF 
     2350/* end confdefs.h.  */ 
    22792351 
    22802352int 
     
    23012373else 
    23022374  echo "$as_me: failed program was:" >&5 
    2303 cat conftest.$ac_ext >&5 
    2304 { { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile" >&5 
    2305 echo "$as_me: error: cannot compute suffix of object files: cannot compile" >&2;} 
     2375sed 's/^/| /' conftest.$ac_ext >&5 
     2376 
     2377{ { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile 
     2378See \`config.log' for more details." >&5 
     2379echo "$as_me: error: cannot compute suffix of object files: cannot compile 
     2380See \`config.log' for more details." >&2;} 
    23062381   { (exit 1); exit 1; }; } 
    23072382fi 
     
    23202395  cat >conftest.$ac_ext <<_ACEOF 
    23212396#line $LINENO "configure" 
    2322 #include "confdefs.h" 
     2397/* confdefs.h.  */ 
     2398_ACEOF 
     2399cat confdefs.h >>conftest.$ac_ext 
     2400cat >>conftest.$ac_ext <<_ACEOF 
     2401/* end confdefs.h.  */ 
    23232402 
    23242403int 
     
    23482427else 
    23492428  echo "$as_me: failed program was:" >&5 
    2350 cat conftest.$ac_ext >&5 
     2429sed 's/^/| /' conftest.$ac_ext >&5 
     2430 
    23512431ac_compiler_gnu=no 
    23522432fi 
     
    23682448  cat >conftest.$ac_ext <<_ACEOF 
    23692449#line $LINENO "configure" 
    2370 #include "confdefs.h" 
     2450/* confdefs.h.  */ 
     2451_ACEOF 
     2452cat confdefs.h >>conftest.$ac_ext 
     2453cat >>conftest.$ac_ext <<_ACEOF 
     2454/* end confdefs.h.  */ 
    23712455 
    23722456int 
     
    23932477else 
    23942478  echo "$as_me: failed program was:" >&5 
    2395 cat conftest.$ac_ext >&5 
     2479sed 's/^/| /' conftest.$ac_ext >&5 
     2480 
    23962481ac_cv_prog_cc_g=no 
    23972482fi 
     
    24242509cat >conftest.$ac_ext <<_ACEOF 
    24252510#line $LINENO "configure" 
    2426 #include "confdefs.h" 
     2511/* confdefs.h.  */ 
     2512_ACEOF 
     2513cat confdefs.h >>conftest.$ac_ext 
     2514cat >>conftest.$ac_ext <<_ACEOF 
     2515/* end confdefs.h.  */ 
    24272516#include <stdarg.h> 
    24282517#include <stdio.h> 
     
    24872576else 
    24882577  echo "$as_me: failed program was:" >&5 
    2489 cat conftest.$ac_ext >&5 
     2578sed 's/^/| /' conftest.$ac_ext >&5 
     2579 
    24902580fi 
    24912581rm -f conftest.$ac_objext 
     
    25382628  cat >conftest.$ac_ext <<_ACEOF 
    25392629#line $LINENO "configure" 
    2540 #include "confdefs.h" 
     2630/* confdefs.h.  */ 
     2631_ACEOF 
     2632cat confdefs.h >>conftest.$ac_ext 
     2633cat >>conftest.$ac_ext <<_ACEOF 
     2634/* end confdefs.h.  */ 
    25412635#include <stdlib.h> 
    25422636$ac_declaration 
     
    25642658else 
    25652659  echo "$as_me: failed program was:" >&5 
    2566 cat conftest.$ac_ext >&5 
     2660sed 's/^/| /' conftest.$ac_ext >&5 
     2661 
    25672662continue 
    25682663fi 
     
    25702665  cat >conftest.$ac_ext <<_ACEOF 
    25712666#line $LINENO "configure" 
    2572 #include "confdefs.h" 
     2667/* confdefs.h.  */ 
     2668_ACEOF 
     2669cat confdefs.h >>conftest.$ac_ext 
     2670cat >>conftest.$ac_ext <<_ACEOF 
     2671/* end confdefs.h.  */ 
    25732672$ac_declaration 
    25742673int 
     
    25952694else 
    25962695  echo "$as_me: failed program was:" >&5 
    2597 cat conftest.$ac_ext >&5 
     2696sed 's/^/| /' conftest.$ac_ext >&5 
     2697 
    25982698fi 
    25992699rm -f conftest.$ac_objext conftest.$ac_ext 
     
    26082708else 
    26092709  echo "$as_me: failed program was:" >&5 
    2610 cat conftest.$ac_ext >&5 
     2710sed 's/^/| /' conftest.$ac_ext >&5 
     2711 
    26112712fi 
    26122713rm -f conftest.$ac_objext conftest.$ac_ext 
     
    26262727cat >conftest.$ac_ext <<_ACEOF 
    26272728#line $LINENO "configure" 
    2628 #include "confdefs.h" 
     2729/* confdefs.h.  */ 
     2730_ACEOF 
     2731cat confdefs.h >>conftest.$ac_ext 
     2732cat >>conftest.$ac_ext <<_ACEOF 
     2733/* end confdefs.h.  */ 
    26292734#include <sys/types.h> 
    26302735#include <sys/param.h> 
     
    26562761cat >conftest.$ac_ext <<_ACEOF 
    26572762#line $LINENO "configure" 
    2658 #include "confdefs.h" 
     2763/* confdefs.h.  */ 
     2764_ACEOF 
     2765cat confdefs.h >>conftest.$ac_ext 
     2766cat >>conftest.$ac_ext <<_ACEOF 
     2767/* end confdefs.h.  */ 
    26592768#include <sys/types.h> 
    26602769#include <sys/param.h> 
     
    26862795else 
    26872796  echo "$as_me: failed program was:" >&5 
    2688 cat conftest.$ac_ext >&5 
     2797sed 's/^/| /' conftest.$ac_ext >&5 
     2798 
    26892799ac_cv_c_bigendian=no 
    26902800fi 
     
    26922802else 
    26932803  echo "$as_me: failed program was:" >&5 
    2694 cat conftest.$ac_ext >&5 
     2804sed 's/^/| /' conftest.$ac_ext >&5 
     2805 
    26952806# It does not; compile a test program. 
    26962807if test "$cross_compiling" = yes; then 
     
    26992810  cat >conftest.$ac_ext <<_ACEOF 
    27002811#line $LINENO "configure" 
    2701 #include "confdefs.h" 
     2812/* confdefs.h.  */ 
     2813_ACEOF 
     2814cat confdefs.h >>conftest.$ac_ext 
     2815cat >>conftest.$ac_ext <<_ACEOF 
     2816/* end confdefs.h.  */ 
    27022817short ascii_mm[] = { 0x4249, 0x4765, 0x6E44, 0x6961, 0x6E53, 0x7953, 0 }; 
    27032818short ascii_ii[] = { 0x694C, 0x5454, 0x656C, 0x6E45, 0x6944, 0x6E61, 0 }; 
     
    27392854else 
    27402855  echo "$as_me: failed program was:" >&5 
    2741 cat conftest.$ac_ext >&5 
     2856sed 's/^/| /' conftest.$ac_ext >&5 
     2857 
    27422858fi 
    27432859rm -f conftest.$ac_objext conftest.$ac_ext 
     
    27452861  cat >conftest.$ac_ext <<_ACEOF 
    27462862#line $LINENO "configure" 
    2747 #include "confdefs.h" 
     2863/* confdefs.h.  */ 
     2864_ACEOF 
     2865cat confdefs.h >>conftest.$ac_ext 
     2866cat >>conftest.$ac_ext <<_ACEOF 
     2867/* end confdefs.h.  */ 
    27482868int 
    27492869main () 
     
    27742894  echo "$as_me: program exited with status $ac_status" >&5 
    27752895echo "$as_me: failed program was:" >&5 
    2776 cat conftest.$ac_ext >&5 
     2896sed 's/^/| /' conftest.$ac_ext >&5 
     2897 
    27772898( exit $ac_status ) 
    27782899ac_cv_c_bigendian=yes 
     
    28092930  cat >conftest.$ac_ext <<_ACEOF 
    28102931#line $LINENO "configure" 
    2811 #include "confdefs.h" 
     2932/* confdefs.h.  */ 
     2933_ACEOF 
     2934cat confdefs.h >>conftest.$ac_ext 
     2935cat >>conftest.$ac_ext <<_ACEOF 
     2936/* end confdefs.h.  */ 
    28122937 
    28132938int 
     
    28803005else 
    28813006  echo "$as_me: failed program was:" >&5 
    2882 cat conftest.$ac_ext >&5 
     3007sed 's/^/| /' conftest.$ac_ext >&5 
     3008 
    28833009ac_cv_c_const=no 
    28843010fi 
     
    29053031cat >conftest.$ac_ext <<_ACEOF 
    29063032#line $LINENO "configure" 
    2907 #include "confdefs.h" 
     3033/* confdefs.h.  */ 
     3034_ACEOF 
     3035cat confdefs.h >>conftest.$ac_ext 
     3036cat >>conftest.$ac_ext <<_ACEOF 
     3037/* end confdefs.h.  */ 
    29083038 
    29093039/* Override any gcc2 internal prototype to avoid an error.  */ 
     
    29373067else 
    29383068  echo "$as_me: failed program was:" >&5 
    2939 cat conftest.$ac_ext >&5 
     3069sed 's/^/| /' conftest.$ac_ext >&5 
     3070 
    29403071ac_cv_lib_cposix_strerror=no 
    29413072fi 
     
    32603391 
    32613392 
    3262 test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH" >&5 
    3263 echo "$as_me: error: no acceptable C compiler found in \$PATH" >&2;} 
     3393test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH 
     3394See \`config.log' for more details." >&5 
     3395echo "$as_me: error: no acceptable C compiler found in \$PATH 
     3396See \`config.log' for more details." >&2;} 
    32643397   { (exit 1); exit 1; }; } 
    32653398 
     
    32913424  cat >conftest.$ac_ext <<_ACEOF 
    32923425#line $LINENO "configure" 
    3293 #include "confdefs.h" 
     3426/* confdefs.h.  */ 
     3427_ACEOF 
     3428cat confdefs.h >>conftest.$ac_ext 
     3429cat >>conftest.$ac_ext <<_ACEOF 
     3430/* end confdefs.h.  */ 
    32943431 
    32953432int 
     
    33193456else 
    33203457  echo "$as_me: failed program was:" >&5 
    3321 cat conftest.$ac_ext >&5 
     3458sed 's/^/| /' conftest.$ac_ext >&5 
     3459 
    33223460ac_compiler_gnu=no 
    33233461fi 
     
    33393477  cat >conftest.$ac_ext <<_ACEOF 
    33403478#line $LINENO "configure" 
    3341 #include "confdefs.h" 
     3479/* confdefs.h.  */ 
     3480_ACEOF 
     3481cat confdefs.h >>conftest.$ac_ext 
     3482cat >>conftest.$ac_ext <<_ACEOF 
     3483/* end confdefs.h.  */ 
    33423484 
    33433485int 
     
    33643506else 
    33653507  echo "$as_me: failed program was:" >&5 
    3366 cat conftest.$ac_ext >&5 
     3508sed 's/^/| /' conftest.$ac_ext >&5 
     3509 
    33673510ac_cv_prog_cc_g=no 
    33683511fi 
     
    33953538cat >conftest.$ac_ext <<_ACEOF 
    33963539#line $LINENO "configure" 
    3397 #include "confdefs.h" 
     3540/* confdefs.h.  */ 
     3541_ACEOF 
     3542cat confdefs.h >>conftest.$ac_ext 
     3543cat >>conftest.$ac_ext <<_ACEOF 
     3544/* end confdefs.h.  */ 
    33983545#include <stdarg.h> 
    33993546#include <stdio.h> 
     
    34583605else 
    34593606  echo "$as_me: failed program was:" >&5 
    3460 cat conftest.$ac_ext >&5 
     3607sed 's/^/| /' conftest.$ac_ext >&5 
     3608 
    34613609fi 
    34623610rm -f conftest.$ac_objext 
     
    35093657  cat >conftest.$ac_ext <<_ACEOF 
    35103658#line $LINENO "configure" 
    3511 #include "confdefs.h" 
     3659/* confdefs.h.  */ 
     3660_ACEOF 
     3661cat confdefs.h >>conftest.$ac_ext 
     3662cat >>conftest.$ac_ext <<_ACEOF 
     3663/* end confdefs.h.  */ 
    35123664#include <stdlib.h> 
    35133665$ac_declaration 
     
    35353687else 
    35363688  echo "$as_me: failed program was:" >&5 
    3537 cat conftest.$ac_ext >&5 
     3689sed 's/^/| /' conftest.$ac_ext >&5 
     3690 
    35383691continue 
    35393692fi 
     
    35413694  cat >conftest.$ac_ext <<_ACEOF 
    35423695#line $LINENO "configure" 
    3543 #include "confdefs.h" 
     3696/* confdefs.h.  */ 
     3697_ACEOF 
     3698cat confdefs.h >>conftest.$ac_ext 
     3699cat >>conftest.$ac_ext <<_ACEOF 
     3700/* end confdefs.h.  */ 
    35443701$ac_declaration 
    35453702int 
     
    35663723else 
    35673724  echo "$as_me: failed program was:" >&5 
    3568 cat conftest.$ac_ext >&5 
     3725sed 's/^/| /' conftest.$ac_ext >&5 
     3726 
    35693727fi 
    35703728rm -f conftest.$ac_objext conftest.$ac_ext 
     
    35793737else 
    35803738  echo "$as_me: failed program was:" >&5 
    3581 cat conftest.$ac_ext >&5 
     3739sed 's/^/| /' conftest.$ac_ext >&5 
     3740 
    35823741fi 
    35833742rm -f conftest.$ac_objext conftest.$ac_ext 
     
    36113770  # Use a header file that comes with gcc, so configuring glibc 
    36123771  # with a fresh cross-compiler works. 
     3772  # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since 
     3773  # <limits.h> exists even on freestanding compilers. 
    36133774  # On the NeXT, cc -E runs the code through the compiler's parser, 
    36143775  # not just through cpp. "Syntax error" is here to catch this case. 
    36153776  cat >conftest.$ac_ext <<_ACEOF 
    36163777#line $LINENO "configure" 
    3617 #include "confdefs.h" 
    3618 #include <assert.h> 
     3778/* confdefs.h.  */ 
     3779_ACEOF 
     3780cat confdefs.h >>conftest.$ac_ext 
     3781cat >>conftest.$ac_ext <<_ACEOF 
     3782/* end confdefs.h.  */ 
     3783#ifdef __STDC__ 
     3784# include <limits.h> 
     3785#else 
     3786# include <assert.h> 
     3787#endif 
    36193788                     Syntax error 
    36203789_ACEOF 
     
    36393808else 
    36403809  echo "$as_me: failed program was:" >&5 
    3641   cat conftest.$ac_ext >&5 
     3810sed 's/^/| /' conftest.$ac_ext >&5 
     3811 
    36423812  # Broken: fails on valid input. 
    36433813continue 
     
    36493819  cat >conftest.$ac_ext <<_ACEOF 
    36503820#line $LINENO "configure" 
    3651 #include "confdefs.h" 
     3821/* confdefs.h.  */ 
     3822_ACEOF 
     3823cat confdefs.h >>conftest.$ac_ext 
     3824cat >>conftest.$ac_ext <<_ACEOF 
     3825/* end confdefs.h.  */ 
    36523826#include <ac_nonexistent.h> 
    36533827_ACEOF 
     
    36733847else 
    36743848  echo "$as_me: failed program was:" >&5 
    3675   cat conftest.$ac_ext >&5 
     3849sed 's/^/| /' conftest.$ac_ext >&5 
     3850 
    36763851  # Passes both tests. 
    36773852ac_preproc_ok=: 
     
    37023877  # Use a header file that comes with gcc, so configuring glibc 
    37033878  # with a fresh cross-compiler works. 
     3879  # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since 
     3880  # <limits.h> exists even on freestanding compilers. 
    37043881  # On the NeXT, cc -E runs the code through the compiler's parser, 
    37053882  # not just through cpp. "Syntax error" is here to catch this case. 
    37063883  cat >conftest.$ac_ext <<_ACEOF 
    37073884#line $LINENO "configure" 
    3708 #include "confdefs.h" 
    3709 #include <assert.h> 
     3885/* confdefs.h.  */ 
     3886_ACEOF 
     3887cat confdefs.h >>conftest.$ac_ext 
     3888cat >>conftest.$ac_ext <<_ACEOF 
     3889/* end confdefs.h.  */ 
     3890#ifdef __STDC__ 
     3891# include <limits.h> 
     3892#else 
     3893# include <assert.h> 
     3894#endif 
    37103895                     Syntax error 
    37113896_ACEOF 
     
    37303915else 
    37313916  echo "$as_me: failed program was:" >&5 
    3732   cat conftest.$ac_ext >&5 
     3917sed 's/^/| /' conftest.$ac_ext >&5 
     3918 
    37333919  # Broken: fails on valid input. 
    37343920continue 
     
    37403926  cat >conftest.$ac_ext <<_ACEOF 
    37413927#line $LINENO "configure" 
    3742 #include "confdefs.h" 
     3928/* confdefs.h.  */ 
     3929_ACEOF 
     3930cat confdefs.h >>conftest.$ac_ext 
     3931cat >>conftest.$ac_ext <<_ACEOF 
     3932/* end confdefs.h.  */ 
    37433933#include <ac_nonexistent.h> 
    37443934_ACEOF 
     
    37643954else 
    37653955  echo "$as_me: failed program was:" >&5 
    3766   cat conftest.$ac_ext >&5 
     3956sed 's/^/| /' conftest.$ac_ext >&5 
     3957 
    37673958  # Passes both tests. 
    37683959ac_preproc_ok=: 
     
    37773968  : 
    37783969else 
    3779   { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check" >&5 
    3780 echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check" >&2;} 
     3970  { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check 
     3971See \`config.log' for more details." >&5 
     3972echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check 
     3973See \`config.log' for more details." >&2;} 
    37813974   { (exit 1); exit 1; }; } 
    37823975fi 
     
    38764069fi 
    38774070 
    3878 echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \${MAKE}" >&5 
    3879 echo $ECHO_N "checking whether ${MAKE-make} sets \${MAKE}... $ECHO_C" >&6 
     4071echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5 
     4072echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6 
    38804073set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,./+-,__p_,'` 
    38814074if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then 
     
    38844077  cat >conftest.make <<\_ACEOF 
    38854078all: 
    3886         @echo 'ac_maketemp="${MAKE}"' 
     4079        @echo 'ac_maketemp="$(MAKE)"' 
    38874080_ACEOF 
    38884081# GNU make sometimes prints "make[1]: Entering...", which would confuse us. 
     
    41874380echo "${ECHO_T}$NM" >&6 
    41884381 
    4189 echo "$as_me:$LINENO: checking how to recognise dependant libraries" >&5 
    4190 echo $ECHO_N "checking how to recognise dependant libraries... $ECHO_C" >&6 
     4382echo "$as_me:$LINENO: checking for a sed that does not truncate output" >&5 
     4383echo $ECHO_N "checking for a sed that does not truncate output... $ECHO_C" >&6 
     4384if test "${lt_cv_path_SED+set}" = set; then 
     4385  echo $ECHO_N "(cached) $ECHO_C" >&6 
     4386else 
     4387  # Loop through the user's path and test for sed and gsed. 
     4388# Then use that list of sed's as ones to test for truncation. 
     4389as_executable_p="test -f" 
     4390as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 
     4391for as_dir in $PATH 
     4392do 
     4393  IFS=$as_save_IFS 
     4394  test -z "$as_dir" && as_dir=. 
     4395  for ac_prog in sed gsed; do 
     4396    for ac_exec_ext in '' $ac_executable_extensions; do 
     4397      if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then 
     4398        _sed_list="$_sed_list $as_dir/$ac_prog$ac_exec_ext" 
     4399      fi 
     4400    done 
     4401  done 
     4402done 
     4403 
     4404  # Create a temporary directory, and hook for its removal unless debugging. 
     4405$debug || 
     4406{ 
     4407  trap 'exit_status=$?; rm -rf $tmp && exit $exit_status' 0 
     4408  trap '{ (exit 1); exit 1; }' 1 2 13 15 
     4409} 
     4410 
     4411# Create a (secure) tmp directory for tmp files. 
     4412: ${TMPDIR=/tmp} 
     4413{ 
     4414  tmp=`(umask 077 && mktemp -d -q "$TMPDIR/sedXXXXXX") 2>/dev/null` && 
     4415  test -n "$tmp" && test -d "$tmp" 
     4416}  || 
     4417{ 
     4418  tmp=$TMPDIR/sed$$-$RANDOM 
     4419  (umask 077 && mkdir $tmp) 
     4420} || 
     4421{ 
     4422   echo "$me: cannot create a temporary directory in $TMPDIR" >&2 
     4423   { (exit 1); exit 1; } 
     4424} 
     4425  _max=0 
     4426  _count=0 
     4427  # Add /usr/xpg4/bin/sed as it is typically found on Solaris 
     4428  # along with /bin/sed that truncates output. 
     4429  for _sed in $_sed_list /usr/xpg4/bin/sed; do 
     4430    test ! -f ${_sed} && break 
     4431    cat /dev/null > "$tmp/sed.in" 
     4432    _count=0 
     4433    echo ${ECHO_N-$ac_n} "0123456789${ECHO_C-$ac_c}" >"$tmp/sed.in" 
     4434    # Check for GNU sed and select it if it is found. 
     4435    if "${_sed}" --version 2>&1 < /dev/null | egrep '(GNU)' > /dev/null; then 
     4436      lt_cv_path_SED=${_sed} 
     4437      break 
     4438    fi 
     4439    while true; do 
     4440      cat "$tmp/sed.in" "$tmp/sed.in" >"$tmp/sed.tmp" 
     4441      mv "$tmp/sed.tmp" "$tmp/sed.in" 
     4442      cp "$tmp/sed.in" "$tmp/sed.nl" 
     4443      echo >>"$tmp/sed.nl" 
     4444      ${_sed} -e 's/a$//' < "$tmp/sed.nl" >"$tmp/sed.out" || break 
     4445      cmp -s "$tmp/sed.out" "$tmp/sed.nl" || break 
     4446      # 40000 chars as input seems more than enough 
     4447      test $_count -gt 10 && break 
     4448      _count=`expr $_count + 1` 
     4449      if test $_count -gt $_max; then 
     4450        _max=$_count 
     4451        lt_cv_path_SED=$_sed 
     4452      fi 
     4453    done 
     4454  done 
     4455  rm -rf "$tmp" 
     4456 
     4457fi 
     4458 
     4459if test "X$SED" != "X"; then 
     4460  lt_cv_path_SED=$SED 
     4461else 
     4462  SED=$lt_cv_path_SED 
     4463fi 
     4464echo "$as_me:$LINENO: result: $SED" >&5 
     4465echo "${ECHO_T}$SED" >&6 
     4466 
     4467echo "$as_me:$LINENO: checking how to recognise dependent libraries" >&5 
     4468echo $ECHO_N "checking how to recognise dependent libraries... $ECHO_C" >&6 
    41914469if test "${lt_cv_deplibs_check_method+set}" = set; then 
    41924470  echo $ECHO_N "(cached) $ECHO_C" >&6 
     
    42654543  ;; 
    42664544 
    4267 irix5* | irix6*) 
     4545irix5* | irix6* | nonstopux*) 
    42684546  case $host_os in 
    4269   irix5*) 
     4547  irix5* | nonstopux*) 
    42704548    # this will be overridden with pass_all, but let us keep it just in case 
    42714549    lt_cv_deplibs_check_method="file_magic ELF 32-bit MSB dynamic lib MIPS - version 1" 
     
    42894567linux-gnu*) 
    42904568  case $host_cpu in 
    4291   alpha* | hppa* | i*86 | powerpc* | sparc* | ia64* | s390* ) 
     4569  alpha* | hppa* | i*86 | mips | mipsel | powerpc* | sparc* | ia64* | s390* | x86_64*) 
    42924570    lt_cv_deplibs_check_method=pass_all ;; 
    42934571  *) 
     
    43604638    lt_cv_file_magic_test_file=/lib/libc.so 
    43614639    ;; 
     4640  siemens) 
     4641    lt_cv_deplibs_check_method=pass_all 
     4642    ;; 
    43624643  esac 
    43634644  ;; 
     
    44134694  lt_cv_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/  {\\\"\1\\\", (lt_ptr) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/  {\"\2\", (lt_ptr) \&\2},/p'" 
    44144695  ;; 
    4415 irix*) 
     4696irix* | nonstopux*) 
    44164697  symcode='[BCDEGRST]' 
     4698  ;; 
     4699osf*) 
     4700  symcode='[BCDEGQRST]' 
    44174701  ;; 
    44184702solaris* | sysv5*) 
     
    45244808  ac_status=$? 
    45254809  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    4526   (exit $ac_status); } && test -s conftest; then 
     4810  (exit $ac_status); } && test -s conftest$ac_exeext; then 
    45274811            pipe_works=yes 
    45284812          fi 
     
    45944878  cat >conftest.$ac_ext <<_ACEOF 
    45954879#line $LINENO "configure" 
    4596 #include "confdefs.h" 
     4880/* confdefs.h.  */ 
     4881_ACEOF 
     4882cat confdefs.h >>conftest.$ac_ext 
     4883cat >>conftest.$ac_ext <<_ACEOF 
     4884/* end confdefs.h.  */ 
    45974885#include <stdlib.h> 
    45984886#include <stdarg.h> 
     
    46004888#include <float.h> 
    46014889 
    4602 _ACEOF 
    4603 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 
    4604   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 
    4605   ac_status=$? 
    4606   grep -v '^ *+' conftest.er1 >conftest.err 
    4607   rm -f conftest.er1 
    4608   cat conftest.err >&5 
    4609   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    4610   (exit $ac_status); } >/dev/null; then 
    4611   if test -s conftest.err; then 
    4612     ac_cpp_err=$ac_c_preproc_warn_flag 
    4613   else 
    4614     ac_cpp_err= 
    4615   fi 
    4616 else 
    4617   ac_cpp_err=yes 
    4618 fi 
    4619 if test -z "$ac_cpp_err"; then 
     4890int 
     4891main () 
     4892{ 
     4893 
     4894  ; 
     4895  return 0; 
     4896} 
     4897_ACEOF 
     4898rm -f conftest.$ac_objext 
     4899if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 
     4900  (eval $ac_compile) 2>&5 
     4901  ac_status=$? 
     4902  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     4903  (exit $ac_status); } && 
     4904         { ac_try='test -s conftest.$ac_objext' 
     4905  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 
     4906  (eval $ac_try) 2>&5 
     4907  ac_status=$? 
     4908  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     4909  (exit $ac_status); }; }; then 
    46204910  ac_cv_header_stdc=yes 
    46214911else 
    46224912  echo "$as_me: failed program was:" >&5 
    4623   cat conftest.$ac_ext >&5 
    4624   ac_cv_header_stdc=no 
    4625 fi 
    4626 rm -f conftest.err conftest.$ac_ext 
     4913sed 's/^/| /' conftest.$ac_ext >&5 
     4914 
     4915ac_cv_header_stdc=no 
     4916fi 
     4917rm -f conftest.$ac_objext conftest.$ac_ext 
    46274918 
    46284919if test $ac_cv_header_stdc = yes; then 
     
    46304921  cat >conftest.$ac_ext <<_ACEOF 
    46314922#line $LINENO "configure" 
    4632 #include "confdefs.h" 
     4923/* confdefs.h.  */ 
     4924_ACEOF 
     4925cat confdefs.h >>conftest.$ac_ext 
     4926cat >>conftest.$ac_ext <<_ACEOF 
     4927/* end confdefs.h.  */ 
    46334928#include <string.h> 
    46344929 
     
    46484943  cat >conftest.$ac_ext <<_ACEOF 
    46494944#line $LINENO "configure" 
    4650 #include "confdefs.h" 
     4945/* confdefs.h.  */ 
     4946_ACEOF 
     4947cat confdefs.h >>conftest.$ac_ext 
     4948cat >>conftest.$ac_ext <<_ACEOF 
     4949/* end confdefs.h.  */ 
    46514950#include <stdlib.h> 
    46524951 
     
    46694968  cat >conftest.$ac_ext <<_ACEOF 
    46704969#line $LINENO "configure" 
    4671 #include "confdefs.h" 
     4970/* confdefs.h.  */ 
     4971_ACEOF 
     4972cat confdefs.h >>conftest.$ac_ext 
     4973cat >>conftest.$ac_ext <<_ACEOF 
     4974/* end confdefs.h.  */ 
    46724975#include <ctype.h> 
    46734976#if ((' ' & 0x0FF) == 0x020) 
     
    46754978# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c)) 
    46764979#else 
    4677 # define ISLOWER(c) (('a' <= (c) && (c) <= 'i') \ 
     4980# define ISLOWER(c) \ 
     4981                   (('a' <= (c) && (c) <= 'i') \ 
    46784982                     || ('j' <= (c) && (c) <= 'r') \ 
    46794983                     || ('s' <= (c) && (c) <= 'z')) 
     
    47085012  echo "$as_me: program exited with status $ac_status" >&5 
    47095013echo "$as_me: failed program was:" >&5 
    4710 cat conftest.$ac_ext >&5 
     5014sed 's/^/| /' conftest.$ac_ext >&5 
     5015 
    47115016( exit $ac_status ) 
    47125017ac_cv_header_stdc=no 
     
    47475052  cat >conftest.$ac_ext <<_ACEOF 
    47485053#line $LINENO "configure" 
    4749 #include "confdefs.h" 
     5054/* confdefs.h.  */ 
     5055_ACEOF 
     5056cat confdefs.h >>conftest.$ac_ext 
     5057cat >>conftest.$ac_ext <<_ACEOF 
     5058/* end confdefs.h.  */ 
    47505059$ac_includes_default 
    47515060 
     
    47675076else 
    47685077  echo "$as_me: failed program was:" >&5 
    4769 cat conftest.$ac_ext >&5 
     5078sed 's/^/| /' conftest.$ac_ext >&5 
     5079 
    47705080eval "$as_ac_Header=no" 
    47715081fi 
     
    48025112cat >conftest.$ac_ext <<_ACEOF 
    48035113#line $LINENO "configure" 
    4804 #include "confdefs.h" 
     5114/* confdefs.h.  */ 
     5115_ACEOF 
     5116cat confdefs.h >>conftest.$ac_ext 
     5117cat >>conftest.$ac_ext <<_ACEOF 
     5118/* end confdefs.h.  */ 
    48055119$ac_includes_default 
    48065120#include <$ac_header> 
     
    48215135else 
    48225136  echo "$as_me: failed program was:" >&5 
    4823 cat conftest.$ac_ext >&5 
     5137sed 's/^/| /' conftest.$ac_ext >&5 
     5138 
    48245139ac_header_compiler=no 
    48255140fi 
     
    48335148cat >conftest.$ac_ext <<_ACEOF 
    48345149#line $LINENO "configure" 
    4835 #include "confdefs.h" 
     5150/* confdefs.h.  */ 
     5151_ACEOF 
     5152cat confdefs.h >>conftest.$ac_ext 
     5153cat >>conftest.$ac_ext <<_ACEOF 
     5154/* end confdefs.h.  */ 
    48365155#include <$ac_header> 
    48375156_ACEOF 
     
    48565175else 
    48575176  echo "$as_me: failed program was:" >&5 
    4858   cat conftest.$ac_ext >&5 
     5177sed 's/^/| /' conftest.$ac_ext >&5 
     5178 
    48595179  ac_header_preproc=no 
    48605180fi 
     
    48695189echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} 
    48705190    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 
    4871 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};; 
     5191echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} 
     5192    ( 
     5193      cat <<\_ASBOX 
     5194## ------------------------------------ ## 
     5195## Report this to bug-autoconf@gnu.org. ## 
     5196## ------------------------------------ ## 
     5197_ASBOX 
     5198    ) | 
     5199      sed "s/^/$as_me: WARNING:     /" >&2 
     5200    ;; 
    48725201  no:yes ) 
    48735202    { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 
     
    48765205echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} 
    48775206    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 
    4878 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};; 
     5207echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} 
     5208    ( 
     5209      cat <<\_ASBOX 
     5210## ------------------------------------ ## 
     5211## Report this to bug-autoconf@gnu.org. ## 
     5212## ------------------------------------ ## 
     5213_ASBOX 
     5214    ) | 
     5215      sed "s/^/$as_me: WARNING:     /" >&2 
     5216    ;; 
    48795217esac 
    48805218echo "$as_me:$LINENO: checking for $ac_header" >&5 
     
    48975235 
    48985236done 
     5237 
    48995238 
    49005239 
     
    52175556*-*-irix6*) 
    52185557  # Find out which ABI we are using. 
    5219   echo '#line 5219 "configure"' > conftest.$ac_ext 
     5558  echo '#line 5558 "configure"' > conftest.$ac_ext 
    52205559  if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 
    52215560  (eval $ac_compile) 2>&5 
     
    52575596     cat >conftest.$ac_ext <<_ACEOF 
    52585597#line $LINENO "configure" 
    5259 #include "confdefs.h" 
     5598/* confdefs.h.  */ 
     5599_ACEOF 
     5600cat confdefs.h >>conftest.$ac_ext 
     5601cat >>conftest.$ac_ext <<_ACEOF 
     5602/* end confdefs.h.  */ 
    52605603 
    52615604int 
     
    52825625else 
    52835626  echo "$as_me: failed program was:" >&5 
    5284 cat conftest.$ac_ext >&5 
     5627sed 's/^/| /' conftest.$ac_ext >&5 
     5628 
    52855629lt_cv_cc_needs_belf=no 
    52865630fi 
     
    54545798      lt_cv_prog_cc_pic='-m68020 -resident32 -malways-restore-a4' 
    54555799      ;; 
    5456     beos* | irix5* | irix6* | osf3* | osf4* | osf5*) 
     5800    beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*) 
    54575801      # PIC is the default for these OSes. 
    54585802      ;; 
     
    54975841      ;; 
    54985842 
    5499     irix5* | irix6*) 
     5843    irix5* | irix6* | nonstopux*) 
    55005844      lt_cv_prog_cc_wl='-Wl,' 
    55015845      lt_cv_prog_cc_static='-non_shared' 
     
    55415885      lt_cv_prog_cc_pic='-KPIC' 
    55425886      lt_cv_prog_cc_static='-Bstatic' 
    5543       if test "x$host_vendor" = xsni; then 
    5544         lt_cv_prog_cc_wl='-LD' 
    5545       else 
    5546         lt_cv_prog_cc_wl='-Wl,' 
    5547       fi 
     5887      lt_cv_prog_cc_wl='-Wl,' 
    55485888      ;; 
    55495889 
     
    55855925    cat >conftest.$ac_ext <<_ACEOF 
    55865926#line $LINENO "configure" 
    5587 #include "confdefs.h" 
     5927/* confdefs.h.  */ 
     5928_ACEOF 
     5929cat confdefs.h >>conftest.$ac_ext 
     5930cat >>conftest.$ac_ext <<_ACEOF 
     5931/* end confdefs.h.  */ 
    55885932 
    55895933int 
     
    56255969else 
    56265970  echo "$as_me: failed program was:" >&5 
    5627 cat conftest.$ac_ext >&5 
     5971sed 's/^/| /' conftest.$ac_ext >&5 
     5972 
    56285973      lt_cv_prog_cc_pic_works=no 
    56295974 
     
    56686013  cat >conftest.$ac_ext <<_ACEOF 
    56696014#line $LINENO "configure" 
    5670 #include "confdefs.h" 
     6015/* confdefs.h.  */ 
     6016_ACEOF 
     6017cat confdefs.h >>conftest.$ac_ext 
     6018cat >>conftest.$ac_ext <<_ACEOF 
     6019/* end confdefs.h.  */ 
    56716020 
    56726021int 
     
    56936042else 
    56946043  echo "$as_me: failed program was:" >&5 
    5695 cat conftest.$ac_ext >&5 
     6044sed 's/^/| /' conftest.$ac_ext >&5 
     6045 
    56966046fi 
    56976047rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 
     
    57356085CFLAGS="$CFLAGS -o out/conftest2.$ac_objext" 
    57366086compiler_c_o=no 
    5737 if { (eval echo configure:5737: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>out/conftest.err; } && test -s out/conftest2.$ac_objext; then 
     6087if { (eval echo configure:6087: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>out/conftest.err; } && test -s out/conftest2.$ac_objext; then 
    57386088  # The compiler can only warn and ignore the option if not recognized 
    57396089  # So say no if there are warnings 
     
    57776127  cat >conftest.$ac_ext <<_ACEOF 
    57786128#line $LINENO "configure" 
    5779 #include "confdefs.h" 
     6129/* confdefs.h.  */ 
     6130_ACEOF 
     6131cat confdefs.h >>conftest.$ac_ext 
     6132cat >>conftest.$ac_ext <<_ACEOF 
     6133/* end confdefs.h.  */ 
    57806134 
    57816135int 
     
    58096163else 
    58106164  echo "$as_me: failed program was:" >&5 
    5811 cat conftest.$ac_ext >&5 
     6165sed 's/^/| /' conftest.$ac_ext >&5 
     6166 
    58126167fi 
    58136168rm -f conftest.$ac_objext conftest.$ac_ext 
     
    58576212  cat >conftest.$ac_ext <<_ACEOF 
    58586213#line $LINENO "configure" 
    5859 #include "confdefs.h" 
     6214/* confdefs.h.  */ 
     6215_ACEOF 
     6216cat confdefs.h >>conftest.$ac_ext 
     6217cat >>conftest.$ac_ext <<_ACEOF 
     6218/* end confdefs.h.  */ 
    58606219 
    58616220int 
     
    58896248else 
    58906249  echo "$as_me: failed program was:" >&5 
    5891 cat conftest.$ac_ext >&5 
     6250sed 's/^/| /' conftest.$ac_ext >&5 
     6251 
    58926252fi 
    58936253rm -f conftest.$ac_objext conftest.$ac_ext 
     
    60616421    # is EXPORTS), use it as is. 
    60626422    # If DATA tags from a recent dlltool are present, honour them! 
    6063     archive_expsym_cmds='if test "x`head -1 $export_symbols`" = xEXPORTS; then 
     6423    archive_expsym_cmds='if test "x`sed 1q $export_symbols`" = xEXPORTS; then 
    60646424        cp $export_symbols $output_objdir/$soname-def; 
    60656425      else 
     
    60706430         case \$# in 
    60716431           2) echo "   \$2 @ \$_lt_hint ; " >> $output_objdir/$soname-def;; 
     6432           4) echo "   \$2 \$3 \$4 ; " >> $output_objdir/$soname-def; _lt_hint=`expr \$_lt_hint - 1`;; 
    60726433           *) echo "     \$2 @ \$_lt_hint \$3 ; " >> $output_objdir/$soname-def;; 
    60736434         esac; 
     
    61826543      case $host_os in aix4.[23]|aix4.[23].*|aix5*) 
    61836544        for ld_flag in $LDFLAGS; do 
    6184           if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then 
     6545          case $ld_flag in 
     6546          *-brtl*) 
    61856547            aix_use_runtimelinking=yes 
    61866548            break 
    6187           fi 
     6549          ;; 
     6550          esac 
    61886551        done 
    61896552      esac 
     
    62996662    # FIXME: Relying on posixy $() will cause problems for 
    63006663    #        cross-compilation, but unfortunately the echo tests do not 
    6301     #        yet detect zsh echo's removal of \ escapes. 
    6302     archive_cmds='$nonopt $(test "x$module" = xyes && echo -bundle || echo -dynamiclib) $allow_undefined_flag -o $lib $libobjs $deplibs$linker_flags -install_name $rpath/$soname $verstring' 
     6664    #        yet detect zsh echo's removal of \ escapes.  Also zsh mangles 
     6665    #        `"' quotes if we put them in here... so don't! 
     6666    archive_cmds='$CC -r -keep_private_externs -nostdlib -o ${lib}-master.o $libobjs && $CC $(test .$module = .yes && echo -bundle || echo -dynamiclib) $allow_undefined_flag -o $lib ${lib}-master.o $deplibs$linker_flags $(test .$module != .yes && echo -install_name $rpath/$soname $verstring)' 
    63036667    # We need to add '_' to the symbols in $export_symbols first 
    63046668    #archive_expsym_cmds="$archive_cmds"' && strip -s $export_symbols' 
     
    63526716    ;; 
    63536717 
    6354   irix5* | irix6*) 
     6718  irix5* | irix6* | nonstopux*) 
    63556719    if test "$GCC" = yes; then 
    63566720      archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' 
     6721      hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' 
    63576722    else 
    63586723      archive_cmds='$LD -shared $libobjs $deplibs $linker_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib' 
     6724      hardcode_libdir_flag_spec='-rpath $libdir' 
    63596725    fi 
    6360     hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' 
    63616726    hardcode_libdir_separator=: 
    63626727    link_all_deplibs=yes 
     
    63866751    hardcode_shlibpath_var=no 
    63876752    if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then 
    6388       archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $linker_flags' 
     6753      archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' 
    63896754      hardcode_libdir_flag_spec='${wl}-rpath,$libdir' 
    63906755      export_dynamic_flag_spec='${wl}-E' 
     
    63966761        ;; 
    63976762      *) 
    6398         archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $linker_flags' 
     6763        archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' 
    63996764        hardcode_libdir_flag_spec='${wl}-rpath,$libdir' 
    64006765        ;; 
     
    65086873 
    65096874  sysv4) 
    6510     if test "x$host_vendor" = xsno; then 
    6511       archive_cmds='$LD -G -Bsymbolic -h $soname -o $lib $libobjs $deplibs $linker_flags' 
    6512       hardcode_direct=yes # is this really true??? 
    6513     else 
    6514       archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' 
    6515       hardcode_direct=no #Motorola manual says yes, but my tests say they lie 
    6516     fi 
     6875    case $host_vendor in 
     6876      sni) 
     6877        archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' 
     6878        hardcode_direct=yes # is this really true??? 
     6879        ;; 
     6880      siemens) 
     6881        ## LD is ld it makes a PLAMLIB 
     6882        ## CC just makes a GrossModule. 
     6883        archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags' 
     6884        reload_cmds='$CC -r -o $output$reload_objs' 
     6885        hardcode_direct=no 
     6886        ;; 
     6887      motorola) 
     6888        archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' 
     6889        hardcode_direct=no #Motorola manual says yes, but my tests say they lie 
     6890        ;; 
     6891    esac 
    65176892    runpath_var='LD_RUN_PATH' 
    65186893    hardcode_shlibpath_var=no 
     
    66627037aix4* | aix5*) 
    66637038  version_type=linux 
     7039  need_lib_prefix=no 
     7040  need_version=no 
     7041  hardcode_into_libs=yes 
    66647042  if test "$host_cpu" = ia64; then 
    66657043    # AIX 5 supports IA64 
     
    67007078    shlibpath_var=LIBPATH 
    67017079  fi 
     7080  hardcode_into_libs=yes 
    67027081  ;; 
    67037082 
     
    67477126  yes,mingw*) 
    67487127    library_names_spec='${libname}`echo ${release} | sed -e 's/[.]/-/g'`${versuffix}.dll' 
    6749     sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | sed -e "s/^libraries://" -e "s/;/ /g"` 
     7128    sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | sed -e "s/^libraries://" -e "s/;/ /g" -e "s,=/,/,g"` 
    67507129    ;; 
    67517130  yes,pw32*) 
     
    68307209  ;; 
    68317210 
    6832 irix5* | irix6*) 
    6833   version_type=irix 
     7211irix5* | irix6* | nonstopux*) 
     7212  case $host_os in 
     7213    nonstopux*) version_type=nonstopux ;; 
     7214    *)          version_type=irix ;; 
     7215  esac 
    68347216  need_lib_prefix=no 
    68357217  need_version=no 
     
    68377219  library_names_spec='${libname}${release}.so$versuffix ${libname}${release}.so$major ${libname}${release}.so $libname.so' 
    68387220  case $host_os in 
    6839   irix5*) 
     7221  irix5* | nonstopux*) 
    68407222    libsuff= shlibsuff= 
    68417223    ;; 
     
    68827264  # assume the GNU/Linux dynamic linker is in use. 
    68837265  dynamic_linker='GNU/Linux ld.so' 
     7266 
     7267  # Find out which ABI we are using (multilib Linux x86_64 hack). 
     7268  libsuff= 
     7269  case "$host_cpu" in 
     7270  x86_64*|s390x*) 
     7271    echo '#line 7271 "configure"' > conftest.$ac_ext 
     7272    if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 
     7273  (eval $ac_compile) 2>&5 
     7274  ac_status=$? 
     7275  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     7276  (exit $ac_status); }; then 
     7277      case `/usr/bin/file conftest.$ac_objext` in 
     7278      *64-bit*) 
     7279        libsuff=64 
     7280        ;; 
     7281      esac 
     7282    fi 
     7283    rm -rf conftest* 
     7284    ;; 
     7285  *) 
     7286    ;; 
     7287  esac 
     7288  sys_lib_dlsearch_path_spec="/lib${libsuff} /usr/lib${libsuff}" 
     7289  sys_lib_search_path_spec="/lib${libsuff} /usr/lib${libsuff} /usr/local/lib${libsuff}" 
    68847290  ;; 
    68857291 
     
    69417347  version_type=osf 
    69427348  need_version=no 
    6943   soname_spec='${libname}${release}.so' 
    6944   library_names_spec='${libname}${release}.so$versuffix ${libname}${release}.so $libname.so' 
     7349  soname_spec='${libname}${release}.so$major' 
     7350  library_names_spec='${libname}${release}.so$versuffix ${libname}${release}.so$major $libname.so' 
    69457351  shlibpath_var=LD_LIBRARY_PATH 
    69467352  sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib" 
    69477353  sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec" 
     7354  hardcode_into_libs=yes 
    69487355  ;; 
    69497356 
     
    69887395    sni) 
    69897396      shlibpath_overrides_runpath=no 
     7397      need_lib_prefix=no 
     7398      export_dynamic_flag_spec='${wl}-Blargedynsym' 
     7399      runpath_var=LD_RUN_PATH 
     7400      ;; 
     7401    siemens) 
     7402      need_lib_prefix=no 
    69907403      ;; 
    69917404    motorola) 
     
    71107523  cat >conftest.$ac_ext <<_ACEOF 
    71117524#line $LINENO "configure" 
    7112 #include "confdefs.h" 
     7525/* confdefs.h.  */ 
     7526_ACEOF 
     7527cat confdefs.h >>conftest.$ac_ext 
     7528cat >>conftest.$ac_ext <<_ACEOF 
     7529/* end confdefs.h.  */ 
    71137530/* System header to define __stub macros and hopefully few prototypes, 
    7114     which can conflict with char shl_load (); below.  */ 
    7115 #include <assert.h> 
     7531    which can conflict with char shl_load (); below. 
     7532    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since 
     7533    <limits.h> exists even on freestanding compilers.  */ 
     7534#ifdef __STDC__ 
     7535# include <limits.h> 
     7536#else 
     7537# include <assert.h> 
     7538#endif 
    71167539/* Override any gcc2 internal prototype to avoid an error.  */ 
    71177540#ifdef __cplusplus 
    71187541extern "C" 
     7542{ 
    71197543#endif 
    71207544/* We use char because int might match the return type of a gcc2 
    71217545   builtin and then its argument prototype would still apply.  */ 
    71227546char shl_load (); 
    7123 char (*f) (); 
    7124  
    7125 int 
    7126 main () 
    7127 { 
    71287547/* The GNU C library defines this for functions which it implements 
    71297548    to always fail with ENOSYS.  Some functions are actually named 
     
    71327551choke me 
    71337552#else 
    7134 f = shl_load; 
     7553char (*f) () = shl_load; 
    71357554#endif 
    7136  
     7555#ifdef __cplusplus 
     7556} 
     7557#endif 
     7558 
     7559int 
     7560main () 
     7561{ 
     7562return f != shl_load; 
    71377563  ; 
    71387564  return 0; 
     
    71547580else 
    71557581  echo "$as_me: failed program was:" >&5 
    7156 cat conftest.$ac_ext >&5 
     7582sed 's/^/| /' conftest.$ac_ext >&5 
     7583 
    71577584ac_cv_func_shl_load=no 
    71587585fi 
     
    71737600cat >conftest.$ac_ext <<_ACEOF 
    71747601#line $LINENO "configure" 
    7175 #include "confdefs.h" 
     7602/* confdefs.h.  */ 
     7603_ACEOF 
     7604cat confdefs.h >>conftest.$ac_ext 
     7605cat >>conftest.$ac_ext <<_ACEOF 
     7606/* end confdefs.h.  */ 
    71767607 
    71777608/* Override any gcc2 internal prototype to avoid an error.  */ 
     
    72057636else 
    72067637  echo "$as_me: failed program was:" >&5 
    7207 cat conftest.$ac_ext >&5 
     7638sed 's/^/| /' conftest.$ac_ext >&5 
     7639 
    72087640ac_cv_lib_dld_shl_load=no 
    72097641fi 
     
    72237655  cat >conftest.$ac_ext <<_ACEOF 
    72247656#line $LINENO "configure" 
    7225 #include "confdefs.h" 
     7657/* confdefs.h.  */ 
     7658_ACEOF 
     7659cat confdefs.h >>conftest.$ac_ext 
     7660cat >>conftest.$ac_ext <<_ACEOF 
     7661/* end confdefs.h.  */ 
    72267662/* System header to define __stub macros and hopefully few prototypes, 
    7227     which can conflict with char dlopen (); below.  */ 
    7228 #include <assert.h> 
     7663    which can conflict with char dlopen (); below. 
     7664    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since 
     7665    <limits.h> exists even on freestanding compilers.  */ 
     7666#ifdef __STDC__ 
     7667# include <limits.h> 
     7668#else 
     7669# include <assert.h> 
     7670#endif 
    72297671/* Override any gcc2 internal prototype to avoid an error.  */ 
    72307672#ifdef __cplusplus 
    72317673extern "C" 
     7674{ 
    72327675#endif 
    72337676/* We use char because int might match the return type of a gcc2 
    72347677   builtin and then its argument prototype would still apply.  */ 
    72357678char dlopen (); 
    7236 char (*f) (); 
    7237  
    7238 int 
    7239 main () 
    7240 { 
    72417679/* The GNU C library defines this for functions which it implements 
    72427680    to always fail with ENOSYS.  Some functions are actually named 
     
    72457683choke me 
    72467684#else 
    7247 f = dlopen; 
     7685char (*f) () = dlopen; 
    72487686#endif 
    7249  
     7687#ifdef __cplusplus 
     7688} 
     7689#endif 
     7690 
     7691int 
     7692main () 
     7693{ 
     7694return f != dlopen; 
    72507695  ; 
    72517696  return 0; 
     
    72677712else 
    72687713  echo "$as_me: failed program was:" >&5 
    7269 cat conftest.$ac_ext >&5 
     7714sed 's/^/| /' conftest.$ac_ext >&5 
     7715 
    72707716ac_cv_func_dlopen=no 
    72717717fi 
     
    72867732cat >conftest.$ac_ext <<_ACEOF 
    72877733#line $LINENO "configure" 
    7288 #include "confdefs.h" 
     7734/* confdefs.h.  */ 
     7735_ACEOF 
     7736cat confdefs.h >>conftest.$ac_ext 
     7737cat >>conftest.$ac_ext <<_ACEOF 
     7738/* end confdefs.h.  */ 
    72897739 
    72907740/* Override any gcc2 internal prototype to avoid an error.  */ 
     
    73187768else 
    73197769  echo "$as_me: failed program was:" >&5 
    7320 cat conftest.$ac_ext >&5 
     7770sed 's/^/| /' conftest.$ac_ext >&5 
     7771 
    73217772ac_cv_lib_dl_dlopen=no 
    73227773fi 
     
    73387789cat >conftest.$ac_ext <<_ACEOF 
    73397790#line $LINENO "configure" 
    7340 #include "confdefs.h" 
     7791/* confdefs.h.  */ 
     7792_ACEOF 
     7793cat confdefs.h >>conftest.$ac_ext 
     7794cat >>conftest.$ac_ext <<_ACEOF 
     7795/* end confdefs.h.  */ 
    73417796 
    73427797/* Override any gcc2 internal prototype to avoid an error.  */ 
     
    73707825else 
    73717826  echo "$as_me: failed program was:" >&5 
    7372 cat conftest.$ac_ext >&5 
     7827sed 's/^/| /' conftest.$ac_ext >&5 
     7828 
    73737829ac_cv_lib_svld_dlopen=no 
    73747830fi 
     
    73907846cat >conftest.$ac_ext <<_ACEOF 
    73917847#line $LINENO "configure" 
    7392 #include "confdefs.h" 
     7848/* confdefs.h.  */ 
     7849_ACEOF 
     7850cat confdefs.h >>conftest.$ac_ext 
     7851cat >>conftest.$ac_ext <<_ACEOF 
     7852/* end confdefs.h.  */ 
    73937853 
    73947854/* Override any gcc2 internal prototype to avoid an error.  */ 
     
    74227882else 
    74237883  echo "$as_me: failed program was:" >&5 
    7424 cat conftest.$ac_ext >&5 
     7884sed 's/^/| /' conftest.$ac_ext >&5 
     7885 
    74257886ac_cv_lib_dld_dld_link=no 
    74267887fi 
     
    74807941  lt_status=$lt_dlunknown 
    74817942  cat > conftest.$ac_ext <<EOF 
    7482 #line 7482 "configure" 
     7943#line 7943 "configure" 
    74837944#include "confdefs.h" 
    74847945 
     
    75788039  lt_status=$lt_dlunknown 
    75798040  cat > conftest.$ac_ext <<EOF 
    7580 #line 7580 "configure" 
     8041#line 8041 "configure" 
    75818042#include "confdefs.h" 
    75828043 
     
    77618222  # careful not to overquote the AC_SUBSTed values.  We take copies of the 
    77628223  # variables and quote the copies for generation of the libtool script. 
    7763   for var in echo old_CC old_CFLAGS \ 
     8224  for var in echo old_CC old_CFLAGS SED \ 
    77648225    AR AR_FLAGS CC LD LN_S NM SHELL \ 
    77658226    reload_flag reload_cmds wl \ 
     
    78238284# the same distribution terms that you use for the rest of that program. 
    78248285 
     8286# A sed that does not truncate output. 
     8287SED=$lt_SED 
     8288 
    78258289# Sed that helps us avoid accidentally triggering echo(1) options like -n. 
    7826 Xsed="sed -e s/^X//" 
     8290Xsed="${SED} -e s/^X//" 
    78278291 
    78288292# The HP-UX ksh and POSIX shell print the target directory to stdout 
     
    85308994 
    85318995 
    8532 ALL_LINGUAS="am ar az be bg ca cs da de el en_GB es et eu fa fi fr ga gl he hi hu it ja ko lt lv mk mn ms nl nn no pl pt pt_BR ro ru sk sl sq sv ta th tr uk vi zh_CN zh_TW" 
     8996ALL_LINGUAS="am ar az be bg ca cs da de el en_GB es et eu fa fi fr ga gl he hi hu it ja ko lt lv mk ml mn ms nl nn no pl pt pt_BR ro ru sk sl sq sr sr@Latn sv ta th tr uk vi wa yi zh_CN zh_TW" 
    85338997 
    85348998GETTEXT_PACKAGE=nautilus 
     
    85399003 
    85409004 
    8541 if test -n "$ac_tool_prefix"; then 
    8542   # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args. 
    8543 set dummy ${ac_tool_prefix}ranlib; ac_word=$2 
    8544 echo "$as_me:$LINENO: checking for $ac_word" >&5 
    8545 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 
    8546 if test "${ac_cv_prog_RANLIB+set}" = set; then 
    8547   echo $ECHO_N "(cached) $ECHO_C" >&6 
    8548 else 
    8549   if test -n "$RANLIB"; then 
    8550   ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test. 
    8551 else 
    8552 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 
    8553 for as_dir in $PATH 
    8554 do 
    8555   IFS=$as_save_IFS 
    8556   test -z "$as_dir" && as_dir=. 
    8557   for ac_exec_ext in '' $ac_executable_extensions; do 
    8558   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 
    8559     ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib" 
    8560     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 
    8561     break 2 
    8562   fi 
    8563 done 
    8564 done 
    8565  
    8566 fi 
    8567 fi 
    8568 RANLIB=$ac_cv_prog_RANLIB 
    8569 if test -n "$RANLIB"; then 
    8570   echo "$as_me:$LINENO: result: $RANLIB" >&5 
    8571 echo "${ECHO_T}$RANLIB" >&6 
    8572 else 
    8573   echo "$as_me:$LINENO: result: no" >&5 
    8574 echo "${ECHO_T}no" >&6 
    8575 fi 
    8576  
    8577 fi 
    8578 if test -z "$ac_cv_prog_RANLIB"; then 
    8579   ac_ct_RANLIB=$RANLIB 
    8580   # Extract the first word of "ranlib", so it can be a program name with args. 
    8581 set dummy ranlib; ac_word=$2 
    8582 echo "$as_me:$LINENO: checking for $ac_word" >&5 
    8583 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 
    8584 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then 
    8585   echo $ECHO_N "(cached) $ECHO_C" >&6 
    8586 else 
    8587   if test -n "$ac_ct_RANLIB"; then 
    8588   ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test. 
    8589 else 
    8590 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 
    8591 for as_dir in $PATH 
    8592 do 
    8593   IFS=$as_save_IFS 
    8594   test -z "$as_dir" && as_dir=. 
    8595   for ac_exec_ext in '' $ac_executable_extensions; do 
    8596   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 
    8597     ac_cv_prog_ac_ct_RANLIB="ranlib" 
    8598     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 
    8599     break 2 
    8600   fi 
    8601 done 
    8602 done 
    8603  
    8604   test -z "$ac_cv_prog_ac_ct_RANLIB" && ac_cv_prog_ac_ct_RANLIB=":" 
    8605 fi 
    8606 fi 
    8607 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB 
    8608 if test -n "$ac_ct_RANLIB"; then 
    8609   echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5 
    8610 echo "${ECHO_T}$ac_ct_RANLIB" >&6 
    8611 else 
    8612   echo "$as_me:$LINENO: result: no" >&5 
    8613 echo "${ECHO_T}no" >&6 
    8614 fi 
    8615  
    8616   RANLIB=$ac_ct_RANLIB 
    8617 else 
    8618   RANLIB="$ac_cv_prog_RANLIB" 
    8619 fi 
    8620  
    8621 echo "$as_me:$LINENO: checking for inline" >&5 
    8622 echo $ECHO_N "checking for inline... $ECHO_C" >&6 
    8623 if test "${ac_cv_c_inline+set}" = set; then