Changeset 20073
- Timestamp:
- 02/06/04 22:28:00 (6 years ago)
- Location:
- trunk/third/nautilus
- Files:
-
- 6 modified
-
aclocal.m4 (modified) (42 diffs)
-
config.h.in (modified) (9 diffs)
-
configure (modified) (271 diffs)
-
configure.in (modified) (4 diffs)
-
nautilus.desktop (modified) (5 diffs)
-
src/nautilus-server-connect.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/third/nautilus/aclocal.m4
r18669 r20073 245 245 AC_REQUIRE([AC_PROG_LD_RELOAD_FLAG])dnl 246 246 AC_REQUIRE([AC_PROG_NM])dnl 247 AC_REQUIRE([LT_AC_PROG_SED])dnl 248 247 249 AC_REQUIRE([AC_PROG_LN_S])dnl 248 250 AC_REQUIRE([AC_DEPLIBS_CHECK_METHOD])dnl … … 412 414 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'" 413 415 ;; 414 irix* )416 irix* | nonstopux*) 415 417 symcode='[[BCDEGRST]]' 418 ;; 419 osf*) 420 symcode='[[BCDEGQRST]]' 416 421 ;; 417 422 solaris* | sysv5*) … … 511 516 LIBS="conftstm.$ac_objext" 512 517 CFLAGS="$CFLAGS$no_builtin_flag" 513 if AC_TRY_EVAL(ac_link) && test -s conftest ; then518 if AC_TRY_EVAL(ac_link) && test -s conftest$ac_exeext; then 514 519 pipe_works=yes 515 520 fi … … 1055 1060 lt_cv_prog_cc_pic='-m68020 -resident32 -malways-restore-a4' 1056 1061 ;; 1057 beos* | irix5* | irix6* | osf3* | osf4* | osf5*)1062 beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*) 1058 1063 # PIC is the default for these OSes. 1059 1064 ;; … … 1098 1103 ;; 1099 1104 1100 irix5* | irix6* )1105 irix5* | irix6* | nonstopux*) 1101 1106 lt_cv_prog_cc_wl='-Wl,' 1102 1107 lt_cv_prog_cc_static='-non_shared' … … 1142 1147 lt_cv_prog_cc_pic='-KPIC' 1143 1148 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,' 1149 1150 ;; 1150 1151 … … 1511 1512 # is EXPORTS), use it as is. 1512 1513 # If DATA tags from a recent dlltool are present, honour them! 1513 archive_expsym_cmds='if test "x` head -1$export_symbols`" = xEXPORTS; then1514 archive_expsym_cmds='if test "x`sed 1q $export_symbols`" = xEXPORTS; then 1514 1515 cp $export_symbols $output_objdir/$soname-def; 1515 1516 else … … 1520 1521 case \[$]# in 1521 1522 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`;; 1522 1524 *) echo " \[$]2 @ \$_lt_hint \[$]3 ; " >> $output_objdir/$soname-def;; 1523 1525 esac; … … 1632 1634 case $host_os in aix4.[[23]]|aix4.[[23]].*|aix5*) 1633 1635 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*) 1635 1638 aix_use_runtimelinking=yes 1636 1639 break 1637 fi 1640 ;; 1641 esac 1638 1642 done 1639 1643 esac … … 1749 1753 # FIXME: Relying on posixy $() will cause problems for 1750 1754 # 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)' 1753 1758 # We need to add '_' to the symbols in $export_symbols first 1754 1759 #archive_expsym_cmds="$archive_cmds"' && strip -s $export_symbols' … … 1802 1807 ;; 1803 1808 1804 irix5* | irix6* )1809 irix5* | irix6* | nonstopux*) 1805 1810 if test "$GCC" = yes; then 1806 1811 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' 1807 1813 else 1808 1814 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' 1809 1816 fi 1810 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'1811 1817 hardcode_libdir_separator=: 1812 1818 link_all_deplibs=yes … … 1836 1842 hardcode_shlibpath_var=no 1837 1843 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' 1839 1845 hardcode_libdir_flag_spec='${wl}-rpath,$libdir' 1840 1846 export_dynamic_flag_spec='${wl}-E' … … 1846 1852 ;; 1847 1853 *) 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' 1849 1855 hardcode_libdir_flag_spec='${wl}-rpath,$libdir' 1850 1856 ;; … … 1958 1964 1959 1965 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 1967 1983 runpath_var='LD_RUN_PATH' 1968 1984 hardcode_shlibpath_var=no … … 2105 2121 aix4* | aix5*) 2106 2122 version_type=linux 2123 need_lib_prefix=no 2124 need_version=no 2125 hardcode_into_libs=yes 2107 2126 if test "$host_cpu" = ia64; then 2108 2127 # AIX 5 supports IA64 … … 2143 2162 shlibpath_var=LIBPATH 2144 2163 fi 2164 hardcode_into_libs=yes 2145 2165 ;; 2146 2166 … … 2190 2210 yes,mingw*) 2191 2211 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"` 2193 2213 ;; 2194 2214 yes,pw32*) … … 2273 2293 ;; 2274 2294 2275 irix5* | irix6*) 2276 version_type=irix 2295 irix5* | irix6* | nonstopux*) 2296 case $host_os in 2297 nonstopux*) version_type=nonstopux ;; 2298 *) version_type=irix ;; 2299 esac 2277 2300 need_lib_prefix=no 2278 2301 need_version=no … … 2280 2303 library_names_spec='${libname}${release}.so$versuffix ${libname}${release}.so$major ${libname}${release}.so $libname.so' 2281 2304 case $host_os in 2282 irix5* )2305 irix5* | nonstopux*) 2283 2306 libsuff= shlibsuff= 2284 2307 ;; … … 2325 2348 # assume the GNU/Linux dynamic linker is in use. 2326 2349 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}" 2327 2370 ;; 2328 2371 … … 2384 2427 version_type=osf 2385 2428 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' 2388 2431 shlibpath_var=LD_LIBRARY_PATH 2389 2432 sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib" 2390 2433 sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec" 2434 hardcode_into_libs=yes 2391 2435 ;; 2392 2436 … … 2431 2475 sni) 2432 2476 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 2433 2483 ;; 2434 2484 motorola) … … 2585 2635 # careful not to overquote the AC_SUBSTed values. We take copies of the 2586 2636 # 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 \ 2588 2638 AR AR_FLAGS CC LD LN_S NM SHELL \ 2589 2639 reload_flag reload_cmds wl \ … … 2647 2697 # the same distribution terms that you use for the rest of that program. 2648 2698 2699 # A sed that does not truncate output. 2700 SED=$lt_SED 2701 2649 2702 # Sed that helps us avoid accidentally triggering echo(1) options like -n. 2650 Xsed=" sed-e s/^X//"2703 Xsed="${SED} -e s/^X//" 2651 2704 2652 2705 # The HP-UX ksh and POSIX shell print the target directory to stdout … … 3409 3462 # -- PORTME fill in with the dynamic library characteristics 3410 3463 AC_DEFUN([AC_DEPLIBS_CHECK_METHOD], 3411 [AC_CACHE_CHECK([how to recognise depend ant libraries],3464 [AC_CACHE_CHECK([how to recognise dependent libraries], 3412 3465 lt_cv_deplibs_check_method, 3413 3466 [lt_cv_file_magic_cmd='$MAGIC_CMD' … … 3484 3537 ;; 3485 3538 3486 irix5* | irix6* )3539 irix5* | irix6* | nonstopux*) 3487 3540 case $host_os in 3488 irix5* )3541 irix5* | nonstopux*) 3489 3542 # this will be overridden with pass_all, but let us keep it just in case 3490 3543 lt_cv_deplibs_check_method="file_magic ELF 32-bit MSB dynamic lib MIPS - version 1" … … 3508 3561 linux-gnu*) 3509 3562 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*) 3511 3564 lt_cv_deplibs_check_method=pass_all ;; 3512 3565 *) … … 3578 3631 lt_cv_deplibs_check_method="file_magic ELF [[0-9]][[0-9]]*-bit [[LM]]SB dynamic lib" 3579 3632 lt_cv_file_magic_test_file=/lib/libc.so 3633 ;; 3634 siemens) 3635 lt_cv_deplibs_check_method=pass_all 3580 3636 ;; 3581 3637 esac … … 3644 3700 3645 3701 # AC_LIBLTDL_CONVENIENCE[(dir)] - sets LIBLTDL to the link flags for 3646 # the libltdl convenience library and INCLTDL to the include flags for3702 # the libltdl convenience library and LTDLINCL to the include flags for 3647 3703 # the libltdl header and adds --enable-ltdl-convenience to the 3648 # configure arguments. Note that LIBLTDL and INCLTDL are not3704 # configure arguments. Note that LIBLTDL and LTDLINCL are not 3649 3705 # AC_SUBSTed, nor is AC_CONFIG_SUBDIRS called. If DIR is not 3650 3706 # provided, it is assumed to be `libltdl'. LIBLTDL will be prefixed 3651 # with '${top_builddir}/' and INCLTDL will be prefixed with3707 # with '${top_builddir}/' and LTDLINCL will be prefixed with 3652 3708 # '${top_srcdir}/' (note the single quotes!). If your package is not 3653 3709 # flat and you're not using automake, define top_builddir and … … 3661 3717 esac 3662 3718 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" 3664 3722 ]) 3665 3723 3666 3724 # AC_LIBLTDL_INSTALLABLE[(dir)] - sets LIBLTDL to the link flags for 3667 # the libltdl installable library and INCLTDL to the include flags for3725 # the libltdl installable library and LTDLINCL to the include flags for 3668 3726 # the libltdl header and adds --enable-ltdl-install to the configure 3669 # arguments. Note that LIBLTDL and INCLTDL are not AC_SUBSTed, nor is3727 # arguments. Note that LIBLTDL and LTDLINCL are not AC_SUBSTed, nor is 3670 3728 # AC_CONFIG_SUBDIRS called. If DIR is not provided and an installed 3671 3729 # libltdl is not found, it is assumed to be `libltdl'. LIBLTDL will 3672 # be prefixed with '${top_builddir}/' and INCLTDL will be prefixed3730 # be prefixed with '${top_builddir}/' and LTDLINCL will be prefixed 3673 3731 # with '${top_srcdir}/' (note the single quotes!). If your package is 3674 3732 # not flat and you're not using automake, define top_builddir and … … 3688 3746 ac_configure_args="$ac_configure_args --enable-ltdl-install" 3689 3747 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']) 3691 3749 else 3692 3750 ac_configure_args="$ac_configure_args --enable-ltdl-install=no" 3693 3751 LIBLTDL="-lltdl" 3694 INCLTDL=3752 LTDLINCL= 3695 3753 fi 3754 # For backwards non-gettext consistent compatibility... 3755 INCLTDL="$LTDLINCL" 3696 3756 ]) 3697 3757 … … 3707 3767 # This is just to silence aclocal about the macro not being used 3708 3768 ifelse([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. 3778 AC_DEFUN([LT_AC_PROG_SED], 3779 [AC_MSG_CHECKING([for a sed that does not truncate output]) 3780 AC_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. 3783 as_executable_p="test -f" 3784 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 3785 for as_dir in $PATH 3786 do 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 3796 done 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 ]) 3851 if test "X$SED" != "X"; then 3852 lt_cv_path_SED=$SED 3853 else 3854 SED=$lt_cv_path_SED 3855 fi 3856 AC_MSG_RESULT([$SED]) 3857 ]) 3709 3858 3710 3859 … … 3772 3921 # Owen Taylor <otaylor@redhat.com>, 12/15/1998 3773 3922 # 3923 # Major rework to remove unused code 3924 # Owen Taylor <otaylor@redhat.com>, 12/11/2002 3774 3925 # 3775 3926 # This file can be copied and used freely without restrictions. It can 3776 3927 # be used in projects which are not available under the GNU Public License 3777 3928 # but which still want to provide support for the GNU gettext functionality. 3778 # Please note that the actual code is *not* freely available.3779 3929 # 3930 3780 3931 # 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 3935 AC_PREREQ(2.53) 3936 3937 dnl 3938 dnl We go to great lengths to make sure that aclocal won't 3939 dnl try to pull in the installed version of these macros 3940 dnl when running aclocal in the glib directory. 3941 dnl 3942 m4_copy([AC_DEFUN],[glib_DEFUN]) 3943 m4_copy([AC_REQUIRE],[glib_REQUIRE]) 3944 dnl 3945 dnl At the end, if we're not within glib, we'll define the public 3946 dnl definitions in terms of our private definitions. 3947 dnl 3948 3949 # GLIB_LC_MESSAGES 3950 #-------------------- 3951 glib_DEFUN([GLIB_LC_MESSAGES], 3952 [AC_CHECK_HEADERS([locale.h]) 3953 if test $ac_cv_header_locale_h = yes; then 3789 3954 AC_CACHE_CHECK([for LC_MESSAGES], am_cv_val_LC_MESSAGES, 3790 3955 [AC_TRY_LINK([#include <locale.h>], [return LC_MESSAGES], … … 3796 3961 fi]) 3797 3962 3798 dnl AM_GLIB_PATH_PROG_WITH_TEST(VARIABLE, PROG-TO-CHECK-FOR, 3963 # GLIB_PATH_PROG_WITH_TEST 3964 #---------------------------- 3965 dnl GLIB_PATH_PROG_WITH_TEST(VARIABLE, PROG-TO-CHECK-FOR, 3799 3966 dnl TEST-PERFORMED-ON-FOUND_PROGRAM [, VALUE-IF-NOT-FOUND [, PATH]]) 3800 AC_DEFUN([AM_GLIB_PATH_PROG_WITH_TEST],3967 glib_DEFUN([GLIB_PATH_PROG_WITH_TEST], 3801 3968 [# Extract the first word of "$2", so it can be a program name with args. 3802 3969 set dummy $2; ac_word=[$]2 … … 3834 4001 ]) 3835 4002 3836 # serial 53837 3838 AC_DEFUN(AM_GLIB_WITH_NLS,4003 # GLIB_WITH_NLS 4004 #----------------- 4005 glib_DEFUN([GLIB_WITH_NLS], 3839 4006 dnl NLS is obligatory 3840 4007 [USE_NLS=yes 3841 4008 AC_SUBST(USE_NLS) 3842 4009 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 3877 4072 fi 3878 4073 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 3917 4075 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 3921 4110 AC_DEFINE(ENABLE_NLS, 1, 3922 4111 [always defined to indicate that i18n is enabled]) 3923 else3924 dnl Unset this variable since we use the non-zero value as a flag.3925 CATOBJEXT=3926 4112 fi 3927 4113 3928 4114 dnl Test whether we really found GNU xgettext. 3929 4115 if test "$XGETTEXT" != ":"; then 3930 dnl If it is no GNU xgettext we define it as : so that the4116 dnl If it is not GNU xgettext we define it as : so that the 3931 4117 dnl Makefiles still can work. 3932 4118 if $XGETTEXT --omit-header /dev/null 2> /dev/null; then … … 3961 4147 AC_SUBST(GMOFILES) 3962 4148 AC_SUBST(INSTOBJEXT) 3963 AC_SUBST(INTLDEPS)3964 4149 AC_SUBST(INTLLIBS) 3965 AC_SUBST(INTLOBJS) 4150 AC_SUBST(PO_IN_DATADIR_TRUE) 4151 AC_SUBST(PO_IN_DATADIR_FALSE) 3966 4152 AC_SUBST(POFILES) 3967 4153 AC_SUBST(POSUB) 3968 4154 ]) 3969 4155 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. 4165 dnl 4166 glib_DEFUN(GLIB_GNU_GETTEXT, 4167 [AC_REQUIRE([AC_PROG_CC])dnl 3974 4168 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 3991 4174 if test "x$ALL_LINGUAS" = "x"; then 3992 4175 LINGUAS= … … 4007 4190 for lang in $LINGUAS; do CATALOGS="$CATALOGS $lang$CATOBJEXT"; done 4008 4191 fi 4009 fi4010 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 format4014 test -d po || mkdir po4015 if test "$CATOBJEXT" = ".cat"; then4016 AC_CHECK_HEADER(linux/version.h, msgformat=linux, msgformat=xopen)4017 4018 dnl Transform the SED scripts while copying because some dumb SEDs4019 dnl cannot handle comments.4020 sed -e '/^#/d' $srcdir/po/$msgformat-msg.sed > po/po2msg.sed4021 4192 fi 4022 4193 … … 4050 4221 ]) 4051 4222 4223 # AM_GLIB_DEFINE_LOCALEDIR(VARIABLE) 4224 # ------------------------------- 4225 # Define VARIABLE to the location where catalog files will 4226 # be installed by po/Makefile. 4227 glib_DEFUN(GLIB_DEFINE_LOCALEDIR, 4228 [glib_REQUIRE([GLIB_GNU_GETTEXT])dnl 4229 glib_save_prefix="$prefix" 4230 test "x$prefix" = xNONE && prefix=$ac_default_prefix 4231 if test "x$CATOBJEXT" = "x.mo" ; then 4232 localedir=`eval echo "${libdir}/locale"` 4233 else 4234 localedir=`eval echo "${datadir}/locale"` 4235 fi 4236 prefix="$glib_save_prefix" 4237 AC_DEFINE_UNQUOTED($1, "$localedir", 4238 [Define the location where the catalogs will be installed]) 4239 ]) 4240 4241 dnl 4242 dnl Now the definitions that aclocal will find 4243 dnl 4244 ifdef(glib_configure_in,[],[ 4245 AC_DEFUN(AM_GLIB_GNU_GETTEXT,[GLIB_GNU_GETTEXT($@)]) 4246 AC_DEFUN(AM_GLIB_DEFINE_LOCALEDIR,[GLIB_DEFINE_LOCALEDIR($@)]) 4247 ])dnl 4052 4248 4053 4249 … … 4077 4273 INTLTOOL_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' 4078 4274 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' 4079 4276 INTLTOOL_OAF_RULE='%.oaf: %.oaf.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_MERGE) $(top_srcdir)/po $< [$]@ -o -p' 4080 4277 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' … … 4085 4282 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' 4086 4283 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' 4088 4286 4089 4287 AC_SUBST(INTLTOOL_DESKTOP_RULE) 4090 4288 AC_SUBST(INTLTOOL_DIRECTORY_RULE) 4091 4289 AC_SUBST(INTLTOOL_KEYS_RULE) 4290 AC_SUBST(INTLTOOL_PROP_RULE) 4092 4291 AC_SUBST(INTLTOOL_OAF_RULE) 4093 4292 AC_SUBST(INTLTOOL_PONG_RULE) … … 4099 4298 AC_SUBST(INTLTOOL_CAVES_RULE) 4100 4299 AC_SUBST(INTLTOOL_SCHEMAS_RULE) 4300 AC_SUBST(INTLTOOL_THEME_RULE) 4101 4301 4102 4302 # Use the tools built into the package, not the ones that are installed. … … 4207 4407 AC_SUBST(GCONF_SCHEMA_FILE_DIR) 4208 4408 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) 4209 4418 ]) 4210 4419 -
trunk/third/nautilus/config.h.in
r18669 r20073 24 24 #define HAVE_GTK_MULTIHEAD /* needed for egg-screen-exec functions */ 25 25 26 /* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP27 systems. This function is required for `alloca.c' support on those systems.28 */29 #undef CRAY_STACKSEG_END30 31 /* Define to 1 if using `alloca.c'. */32 #undef C_ALLOCA33 34 26 /* always defined to indicate that i18n is enabled */ 35 27 #undef ENABLE_NLS 36 28 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 46 31 47 32 /* Define to 1 if you have the <cdda_interface.h> header file. */ … … 60 45 #undef HAVE_ENDMNTENT 61 46 62 /* Define to 1 if you have the `getcwd' function. */63 #undef HAVE_GETCWD64 65 47 /* Define to 1 if you have the `getmntinfo' function. */ 66 48 #undef HAVE_GETMNTINFO 67 68 /* Define to 1 if you have the `getpagesize' function. */69 #undef HAVE_GETPAGESIZE70 49 71 50 /* Define if the GNU gettext() function is already present or preinstalled. */ … … 81 60 #undef HAVE_LC_MESSAGES 82 61 83 /* Define to 1 if you have the <limits.h> header file. */84 #undef HAVE_LIMITS_H85 86 62 /* Define to 1 if you have the <locale.h> header file. */ 87 63 #undef HAVE_LOCALE_H 88 89 /* Define to 1 if you have the <malloc.h> header file. */90 #undef HAVE_MALLOC_H91 64 92 65 /* Define to 1 if you have the <memory.h> header file. */ 93 66 #undef HAVE_MEMORY_H 94 67 95 /* Define to 1 if you have a working `mmap' system call. */96 #undef HAVE_MMAP97 98 68 /* Define to 1 if you have the <mntent.h> header file. */ 99 69 #undef HAVE_MNTENT_H 100 101 /* Define to 1 if you have the `munmap' function. */102 #undef HAVE_MUNMAP103 104 /* Define to 1 if you have the <nl_types.h> header file. */105 #undef HAVE_NL_TYPES_H106 70 107 71 /* Define to 1 if you have the `putenv' function. */ … … 110 74 /* Define to 1 if you have the `setenv' function. */ 111 75 #undef HAVE_SETENV 112 113 /* Define to 1 if you have the `setlocale' function. */114 #undef HAVE_SETLOCALE115 76 116 77 /* Define to 1 if you have the `setmntent' function. */ … … 122 83 /* Define to 1 if you have the <stdlib.h> header file. */ 123 84 #undef HAVE_STDLIB_H 124 125 /* Define to 1 if you have the `strcasecmp' function. */126 #undef HAVE_STRCASECMP127 128 /* Define to 1 if you have the `strchr' function. */129 #undef HAVE_STRCHR130 131 /* Define to 1 if you have the `strdup' function. */132 #undef HAVE_STRDUP133 85 134 86 /* Define to 1 if you have the <strings.h> header file. */ … … 147 99 #undef HAVE_SYS_MOUNT_H 148 100 149 /* Define to 1 if you have the <sys/param.h> header file. */150 #undef HAVE_SYS_PARAM_H151 152 101 /* Define to 1 if you have the <sys/stat.h> header file. */ 153 102 #undef HAVE_SYS_STAT_H … … 164 113 /* Define to 1 if you have the `unsetenv' function. */ 165 114 #undef HAVE_UNSETENV 166 167 /* Define to 1 if you have the `__argz_count' function. */168 #undef HAVE___ARGZ_COUNT169 170 /* Define to 1 if you have the `__argz_next' function. */171 #undef HAVE___ARGZ_NEXT172 173 /* Define to 1 if you have the `__argz_stringify' function. */174 #undef HAVE___ARGZ_STRINGIFY175 115 176 116 /* Name of package */ … … 192 132 #undef PACKAGE_VERSION 193 133 194 /* If using the C implementation of alloca, define if you know the195 direction of stack growth for your system; otherwise it will be196 automatically deduced at run-time.197 STACK_DIRECTION > 0 => grows toward higher addresses198 STACK_DIRECTION < 0 => grows toward lower addresses199 STACK_DIRECTION = 0 => direction of growth unknown */200 #undef STACK_DIRECTION201 202 134 /* Define to 1 if you have the ANSI C header files. */ 203 135 #undef STDC_HEADERS … … 215 147 /* Define to empty if `const' does not conform to ANSI C. */ 216 148 #undef const 217 218 /* Define as `__inline' if that's what the C compiler calls it, or to nothing219 if it is not supported. */220 #undef inline221 222 /* Define to `long' if <sys/types.h> does not define. */223 #undef off_t224 225 /* Define to `unsigned' if <sys/types.h> does not define. */226 #undef size_t -
trunk/third/nautilus/configure
r19103 r20073 1 1 #! /bin/sh 2 2 # Guess values for system-dependent variables and create Makefiles. 3 # Generated by GNU Autoconf 2.5 4.3 # Generated by GNU Autoconf 2.57. 4 4 # 5 5 # Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002 … … 37 37 38 38 # NLS nuisances. 39 for as_var in LANG LANGUAGE LC_ALL LC_COLLATE LC_CTYPE LC_NUMERIC LC_MESSAGES LC_TIME 39 for 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 40 43 do 41 44 if (set +x; test -n "`(eval $as_var=C; export $as_var) 2>&1`"); then … … 83 86 # The user is always right. 84 87 if test "${PATH_SEPARATOR+set}" != set; then 85 echo "#! /bin/sh" >conf test.sh86 echo "exit 0" >>conf test.sh87 chmod +x conf test.sh88 if (PATH="/nonexistent;."; conf test.sh) >/dev/null 2>&1; then88 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 89 92 PATH_SEPARATOR=';' 90 93 else 91 94 PATH_SEPARATOR=: 92 95 fi 93 rm -f conf test.sh96 rm -f conf$$.sh 94 97 fi 95 98 … … 465 468 #endif" 466 469 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_DIRLIBOBJS LTLIBOBJS'470 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 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' 468 471 ac_subst_files='' 469 472 … … 1018 1021 --enable-more-warnings Maximum compiler warnings 1019 1022 --enable-hardware Enable (broken, Linux only) hardware view 1023 --disable-schemas-install Disable the schemas installation 1020 1024 1021 1025 Optional Packages: … … 1116 1120 1117 1121 It was created by $as_me, which was 1118 generated by GNU Autoconf 2.5 4. Invocation command line was1122 generated by GNU Autoconf 2.57. Invocation command line was 1119 1123 1120 1124 $ $0 $@ … … 1168 1172 # Keep a trace of the command line. 1169 1173 # 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. 1170 1175 # Also quote any args containing shell meta-characters. 1176 # Make two passes to allow for proper duplicate-argument suppression. 1171 1177 ac_configure_args= 1178 ac_configure_args0= 1179 ac_configure_args1= 1172 1180 ac_sep= 1173 for ac_arg 1181 ac_must_keep_next=false 1182 for ac_pass in 1 2 1174 1183 do 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 1187 1219 done 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; } 1188 1222 1189 1223 # When interrupted or exit'd, cleanup temporary files, and complete … … 1419 1453 BONOBO_REQUIRED=2.1.0 1420 1454 BONOBO_UI_REQUIRED=2.0.0 1421 EEL_REQUIRED=2.2. 21455 EEL_REQUIRED=2.2.3 1422 1456 ESOUND_REQUIRED=0.2.27 1423 1457 GLIB_REQUIRED=2 … … 1432 1466 RSVG_REQUIRED=2.0.1 1433 1467 XML_REQUIRED=2.4.7 1468 1469 1470 1471 1472 1473 1474 1475 1476 1477 1478 1479 1434 1480 1435 1481 … … 1601 1647 rm conftest.sed 1602 1648 1603 echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$ {MAKE}" >&51604 echo $ECHO_N "checking whether ${MAKE-make} sets \$ {MAKE}... $ECHO_C" >&61649 echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5 1650 echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6 1605 1651 set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,./+-,__p_,'` 1606 1652 if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then … … 1609 1655 cat >conftest.make <<\_ACEOF 1610 1656 all: 1611 @echo 'ac_maketemp="$ {MAKE}"'1657 @echo 'ac_maketemp="$(MAKE)"' 1612 1658 _ACEOF 1613 1659 # GNU make sometimes prints "make[1]: Entering...", which would confuse us. … … 1633 1679 PACKAGE=nautilus 1634 1680 1635 VERSION=2.2. 21681 VERSION=2.2.4 1636 1682 1637 1683 if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then … … 2113 2159 2114 2160 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;} 2161 test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH 2162 See \`config.log' for more details." >&5 2163 echo "$as_me: error: no acceptable C compiler found in \$PATH 2164 See \`config.log' for more details." >&2;} 2117 2165 { (exit 1); exit 1; }; } 2118 2166 … … 2139 2187 cat >conftest.$ac_ext <<_ACEOF 2140 2188 #line $LINENO "configure" 2141 #include "confdefs.h" 2189 /* confdefs.h. */ 2190 _ACEOF 2191 cat confdefs.h >>conftest.$ac_ext 2192 cat >>conftest.$ac_ext <<_ACEOF 2193 /* end confdefs.h. */ 2142 2194 2143 2195 int … … 2150 2202 _ACEOF 2151 2203 ac_clean_files_save=$ac_clean_files 2152 ac_clean_files="$ac_clean_files a.out a.exe "2204 ac_clean_files="$ac_clean_files a.out a.exe b.out" 2153 2205 # Try to create an executable without -o first, disregard a.out. 2154 2206 # It will help us diagnose broken compilers, and finding out an intuition … … 2169 2221 # Otherwise an old cache value of `no' led to `EXEEXT = no' in a Makefile. 2170 2222 ac_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. 2224 for ac_file in a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out 2225 do 2172 2226 test -f "$ac_file" || continue 2173 2227 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;; 2183 2246 esac 2184 2247 done 2185 2248 else 2186 2249 echo "$as_me: failed program was:" >&5 2187 cat conftest.$ac_ext >&5 2250 sed 's/^/| /' conftest.$ac_ext >&5 2251 2188 2252 { { echo "$as_me:$LINENO: error: C compiler cannot create executables 2189 check \`config.log' fordetails." >&52253 See \`config.log' for more details." >&5 2190 2254 echo "$as_me: error: C compiler cannot create executables 2191 check \`config.log' fordetails." >&2;}2255 See \`config.log' for more details." >&2;} 2192 2256 { (exit 77); exit 77; }; } 2193 2257 fi … … 2216 2280 else 2217 2281 { { echo "$as_me:$LINENO: error: cannot run C compiled programs. 2218 If you meant to cross compile, use \`--host'." >&5 2282 If you meant to cross compile, use \`--host'. 2283 See \`config.log' for more details." >&5 2219 2284 echo "$as_me: error: cannot run C compiled programs. 2220 If you meant to cross compile, use \`--host'." >&2;} 2285 If you meant to cross compile, use \`--host'. 2286 See \`config.log' for more details." >&2;} 2221 2287 { (exit 1); exit 1; }; } 2222 2288 fi … … 2226 2292 echo "${ECHO_T}yes" >&6 2227 2293 2228 rm -f a.out a.exe conftest$ac_cv_exeext 2294 rm -f a.out a.exe conftest$ac_cv_exeext b.out 2229 2295 ac_clean_files=$ac_clean_files_save 2230 2296 # Check the compiler produces executables we can run. If not, either … … 2257 2323 done 2258 2324 else 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 2326 See \`config.log' for more details." >&5 2327 echo "$as_me: error: cannot compute suffix of executables: cannot compile and link 2328 See \`config.log' for more details." >&2;} 2261 2329 { (exit 1); exit 1; }; } 2262 2330 fi … … 2276 2344 cat >conftest.$ac_ext <<_ACEOF 2277 2345 #line $LINENO "configure" 2278 #include "confdefs.h" 2346 /* confdefs.h. */ 2347 _ACEOF 2348 cat confdefs.h >>conftest.$ac_ext 2349 cat >>conftest.$ac_ext <<_ACEOF 2350 /* end confdefs.h. */ 2279 2351 2280 2352 int … … 2301 2373 else 2302 2374 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;} 2375 sed 's/^/| /' conftest.$ac_ext >&5 2376 2377 { { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile 2378 See \`config.log' for more details." >&5 2379 echo "$as_me: error: cannot compute suffix of object files: cannot compile 2380 See \`config.log' for more details." >&2;} 2306 2381 { (exit 1); exit 1; }; } 2307 2382 fi … … 2320 2395 cat >conftest.$ac_ext <<_ACEOF 2321 2396 #line $LINENO "configure" 2322 #include "confdefs.h" 2397 /* confdefs.h. */ 2398 _ACEOF 2399 cat confdefs.h >>conftest.$ac_ext 2400 cat >>conftest.$ac_ext <<_ACEOF 2401 /* end confdefs.h. */ 2323 2402 2324 2403 int … … 2348 2427 else 2349 2428 echo "$as_me: failed program was:" >&5 2350 cat conftest.$ac_ext >&5 2429 sed 's/^/| /' conftest.$ac_ext >&5 2430 2351 2431 ac_compiler_gnu=no 2352 2432 fi … … 2368 2448 cat >conftest.$ac_ext <<_ACEOF 2369 2449 #line $LINENO "configure" 2370 #include "confdefs.h" 2450 /* confdefs.h. */ 2451 _ACEOF 2452 cat confdefs.h >>conftest.$ac_ext 2453 cat >>conftest.$ac_ext <<_ACEOF 2454 /* end confdefs.h. */ 2371 2455 2372 2456 int … … 2393 2477 else 2394 2478 echo "$as_me: failed program was:" >&5 2395 cat conftest.$ac_ext >&5 2479 sed 's/^/| /' conftest.$ac_ext >&5 2480 2396 2481 ac_cv_prog_cc_g=no 2397 2482 fi … … 2424 2509 cat >conftest.$ac_ext <<_ACEOF 2425 2510 #line $LINENO "configure" 2426 #include "confdefs.h" 2511 /* confdefs.h. */ 2512 _ACEOF 2513 cat confdefs.h >>conftest.$ac_ext 2514 cat >>conftest.$ac_ext <<_ACEOF 2515 /* end confdefs.h. */ 2427 2516 #include <stdarg.h> 2428 2517 #include <stdio.h> … … 2487 2576 else 2488 2577 echo "$as_me: failed program was:" >&5 2489 cat conftest.$ac_ext >&5 2578 sed 's/^/| /' conftest.$ac_ext >&5 2579 2490 2580 fi 2491 2581 rm -f conftest.$ac_objext … … 2538 2628 cat >conftest.$ac_ext <<_ACEOF 2539 2629 #line $LINENO "configure" 2540 #include "confdefs.h" 2630 /* confdefs.h. */ 2631 _ACEOF 2632 cat confdefs.h >>conftest.$ac_ext 2633 cat >>conftest.$ac_ext <<_ACEOF 2634 /* end confdefs.h. */ 2541 2635 #include <stdlib.h> 2542 2636 $ac_declaration … … 2564 2658 else 2565 2659 echo "$as_me: failed program was:" >&5 2566 cat conftest.$ac_ext >&5 2660 sed 's/^/| /' conftest.$ac_ext >&5 2661 2567 2662 continue 2568 2663 fi … … 2570 2665 cat >conftest.$ac_ext <<_ACEOF 2571 2666 #line $LINENO "configure" 2572 #include "confdefs.h" 2667 /* confdefs.h. */ 2668 _ACEOF 2669 cat confdefs.h >>conftest.$ac_ext 2670 cat >>conftest.$ac_ext <<_ACEOF 2671 /* end confdefs.h. */ 2573 2672 $ac_declaration 2574 2673 int … … 2595 2694 else 2596 2695 echo "$as_me: failed program was:" >&5 2597 cat conftest.$ac_ext >&5 2696 sed 's/^/| /' conftest.$ac_ext >&5 2697 2598 2698 fi 2599 2699 rm -f conftest.$ac_objext conftest.$ac_ext … … 2608 2708 else 2609 2709 echo "$as_me: failed program was:" >&5 2610 cat conftest.$ac_ext >&5 2710 sed 's/^/| /' conftest.$ac_ext >&5 2711 2611 2712 fi 2612 2713 rm -f conftest.$ac_objext conftest.$ac_ext … … 2626 2727 cat >conftest.$ac_ext <<_ACEOF 2627 2728 #line $LINENO "configure" 2628 #include "confdefs.h" 2729 /* confdefs.h. */ 2730 _ACEOF 2731 cat confdefs.h >>conftest.$ac_ext 2732 cat >>conftest.$ac_ext <<_ACEOF 2733 /* end confdefs.h. */ 2629 2734 #include <sys/types.h> 2630 2735 #include <sys/param.h> … … 2656 2761 cat >conftest.$ac_ext <<_ACEOF 2657 2762 #line $LINENO "configure" 2658 #include "confdefs.h" 2763 /* confdefs.h. */ 2764 _ACEOF 2765 cat confdefs.h >>conftest.$ac_ext 2766 cat >>conftest.$ac_ext <<_ACEOF 2767 /* end confdefs.h. */ 2659 2768 #include <sys/types.h> 2660 2769 #include <sys/param.h> … … 2686 2795 else 2687 2796 echo "$as_me: failed program was:" >&5 2688 cat conftest.$ac_ext >&5 2797 sed 's/^/| /' conftest.$ac_ext >&5 2798 2689 2799 ac_cv_c_bigendian=no 2690 2800 fi … … 2692 2802 else 2693 2803 echo "$as_me: failed program was:" >&5 2694 cat conftest.$ac_ext >&5 2804 sed 's/^/| /' conftest.$ac_ext >&5 2805 2695 2806 # It does not; compile a test program. 2696 2807 if test "$cross_compiling" = yes; then … … 2699 2810 cat >conftest.$ac_ext <<_ACEOF 2700 2811 #line $LINENO "configure" 2701 #include "confdefs.h" 2812 /* confdefs.h. */ 2813 _ACEOF 2814 cat confdefs.h >>conftest.$ac_ext 2815 cat >>conftest.$ac_ext <<_ACEOF 2816 /* end confdefs.h. */ 2702 2817 short ascii_mm[] = { 0x4249, 0x4765, 0x6E44, 0x6961, 0x6E53, 0x7953, 0 }; 2703 2818 short ascii_ii[] = { 0x694C, 0x5454, 0x656C, 0x6E45, 0x6944, 0x6E61, 0 }; … … 2739 2854 else 2740 2855 echo "$as_me: failed program was:" >&5 2741 cat conftest.$ac_ext >&5 2856 sed 's/^/| /' conftest.$ac_ext >&5 2857 2742 2858 fi 2743 2859 rm -f conftest.$ac_objext conftest.$ac_ext … … 2745 2861 cat >conftest.$ac_ext <<_ACEOF 2746 2862 #line $LINENO "configure" 2747 #include "confdefs.h" 2863 /* confdefs.h. */ 2864 _ACEOF 2865 cat confdefs.h >>conftest.$ac_ext 2866 cat >>conftest.$ac_ext <<_ACEOF 2867 /* end confdefs.h. */ 2748 2868 int 2749 2869 main () … … 2774 2894 echo "$as_me: program exited with status $ac_status" >&5 2775 2895 echo "$as_me: failed program was:" >&5 2776 cat conftest.$ac_ext >&5 2896 sed 's/^/| /' conftest.$ac_ext >&5 2897 2777 2898 ( exit $ac_status ) 2778 2899 ac_cv_c_bigendian=yes … … 2809 2930 cat >conftest.$ac_ext <<_ACEOF 2810 2931 #line $LINENO "configure" 2811 #include "confdefs.h" 2932 /* confdefs.h. */ 2933 _ACEOF 2934 cat confdefs.h >>conftest.$ac_ext 2935 cat >>conftest.$ac_ext <<_ACEOF 2936 /* end confdefs.h. */ 2812 2937 2813 2938 int … … 2880 3005 else 2881 3006 echo "$as_me: failed program was:" >&5 2882 cat conftest.$ac_ext >&5 3007 sed 's/^/| /' conftest.$ac_ext >&5 3008 2883 3009 ac_cv_c_const=no 2884 3010 fi … … 2905 3031 cat >conftest.$ac_ext <<_ACEOF 2906 3032 #line $LINENO "configure" 2907 #include "confdefs.h" 3033 /* confdefs.h. */ 3034 _ACEOF 3035 cat confdefs.h >>conftest.$ac_ext 3036 cat >>conftest.$ac_ext <<_ACEOF 3037 /* end confdefs.h. */ 2908 3038 2909 3039 /* Override any gcc2 internal prototype to avoid an error. */ … … 2937 3067 else 2938 3068 echo "$as_me: failed program was:" >&5 2939 cat conftest.$ac_ext >&5 3069 sed 's/^/| /' conftest.$ac_ext >&5 3070 2940 3071 ac_cv_lib_cposix_strerror=no 2941 3072 fi … … 3260 3391 3261 3392 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;} 3393 test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH 3394 See \`config.log' for more details." >&5 3395 echo "$as_me: error: no acceptable C compiler found in \$PATH 3396 See \`config.log' for more details." >&2;} 3264 3397 { (exit 1); exit 1; }; } 3265 3398 … … 3291 3424 cat >conftest.$ac_ext <<_ACEOF 3292 3425 #line $LINENO "configure" 3293 #include "confdefs.h" 3426 /* confdefs.h. */ 3427 _ACEOF 3428 cat confdefs.h >>conftest.$ac_ext 3429 cat >>conftest.$ac_ext <<_ACEOF 3430 /* end confdefs.h. */ 3294 3431 3295 3432 int … … 3319 3456 else 3320 3457 echo "$as_me: failed program was:" >&5 3321 cat conftest.$ac_ext >&5 3458 sed 's/^/| /' conftest.$ac_ext >&5 3459 3322 3460 ac_compiler_gnu=no 3323 3461 fi … … 3339 3477 cat >conftest.$ac_ext <<_ACEOF 3340 3478 #line $LINENO "configure" 3341 #include "confdefs.h" 3479 /* confdefs.h. */ 3480 _ACEOF 3481 cat confdefs.h >>conftest.$ac_ext 3482 cat >>conftest.$ac_ext <<_ACEOF 3483 /* end confdefs.h. */ 3342 3484 3343 3485 int … … 3364 3506 else 3365 3507 echo "$as_me: failed program was:" >&5 3366 cat conftest.$ac_ext >&5 3508 sed 's/^/| /' conftest.$ac_ext >&5 3509 3367 3510 ac_cv_prog_cc_g=no 3368 3511 fi … … 3395 3538 cat >conftest.$ac_ext <<_ACEOF 3396 3539 #line $LINENO "configure" 3397 #include "confdefs.h" 3540 /* confdefs.h. */ 3541 _ACEOF 3542 cat confdefs.h >>conftest.$ac_ext 3543 cat >>conftest.$ac_ext <<_ACEOF 3544 /* end confdefs.h. */ 3398 3545 #include <stdarg.h> 3399 3546 #include <stdio.h> … … 3458 3605 else 3459 3606 echo "$as_me: failed program was:" >&5 3460 cat conftest.$ac_ext >&5 3607 sed 's/^/| /' conftest.$ac_ext >&5 3608 3461 3609 fi 3462 3610 rm -f conftest.$ac_objext … … 3509 3657 cat >conftest.$ac_ext <<_ACEOF 3510 3658 #line $LINENO "configure" 3511 #include "confdefs.h" 3659 /* confdefs.h. */ 3660 _ACEOF 3661 cat confdefs.h >>conftest.$ac_ext 3662 cat >>conftest.$ac_ext <<_ACEOF 3663 /* end confdefs.h. */ 3512 3664 #include <stdlib.h> 3513 3665 $ac_declaration … … 3535 3687 else 3536 3688 echo "$as_me: failed program was:" >&5 3537 cat conftest.$ac_ext >&5 3689 sed 's/^/| /' conftest.$ac_ext >&5 3690 3538 3691 continue 3539 3692 fi … … 3541 3694 cat >conftest.$ac_ext <<_ACEOF 3542 3695 #line $LINENO "configure" 3543 #include "confdefs.h" 3696 /* confdefs.h. */ 3697 _ACEOF 3698 cat confdefs.h >>conftest.$ac_ext 3699 cat >>conftest.$ac_ext <<_ACEOF 3700 /* end confdefs.h. */ 3544 3701 $ac_declaration 3545 3702 int … … 3566 3723 else 3567 3724 echo "$as_me: failed program was:" >&5 3568 cat conftest.$ac_ext >&5 3725 sed 's/^/| /' conftest.$ac_ext >&5 3726 3569 3727 fi 3570 3728 rm -f conftest.$ac_objext conftest.$ac_ext … … 3579 3737 else 3580 3738 echo "$as_me: failed program was:" >&5 3581 cat conftest.$ac_ext >&5 3739 sed 's/^/| /' conftest.$ac_ext >&5 3740 3582 3741 fi 3583 3742 rm -f conftest.$ac_objext conftest.$ac_ext … … 3611 3770 # Use a header file that comes with gcc, so configuring glibc 3612 3771 # 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. 3613 3774 # On the NeXT, cc -E runs the code through the compiler's parser, 3614 3775 # not just through cpp. "Syntax error" is here to catch this case. 3615 3776 cat >conftest.$ac_ext <<_ACEOF 3616 3777 #line $LINENO "configure" 3617 #include "confdefs.h" 3618 #include <assert.h> 3778 /* confdefs.h. */ 3779 _ACEOF 3780 cat confdefs.h >>conftest.$ac_ext 3781 cat >>conftest.$ac_ext <<_ACEOF 3782 /* end confdefs.h. */ 3783 #ifdef __STDC__ 3784 # include <limits.h> 3785 #else 3786 # include <assert.h> 3787 #endif 3619 3788 Syntax error 3620 3789 _ACEOF … … 3639 3808 else 3640 3809 echo "$as_me: failed program was:" >&5 3641 cat conftest.$ac_ext >&5 3810 sed 's/^/| /' conftest.$ac_ext >&5 3811 3642 3812 # Broken: fails on valid input. 3643 3813 continue … … 3649 3819 cat >conftest.$ac_ext <<_ACEOF 3650 3820 #line $LINENO "configure" 3651 #include "confdefs.h" 3821 /* confdefs.h. */ 3822 _ACEOF 3823 cat confdefs.h >>conftest.$ac_ext 3824 cat >>conftest.$ac_ext <<_ACEOF 3825 /* end confdefs.h. */ 3652 3826 #include <ac_nonexistent.h> 3653 3827 _ACEOF … … 3673 3847 else 3674 3848 echo "$as_me: failed program was:" >&5 3675 cat conftest.$ac_ext >&5 3849 sed 's/^/| /' conftest.$ac_ext >&5 3850 3676 3851 # Passes both tests. 3677 3852 ac_preproc_ok=: … … 3702 3877 # Use a header file that comes with gcc, so configuring glibc 3703 3878 # 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. 3704 3881 # On the NeXT, cc -E runs the code through the compiler's parser, 3705 3882 # not just through cpp. "Syntax error" is here to catch this case. 3706 3883 cat >conftest.$ac_ext <<_ACEOF 3707 3884 #line $LINENO "configure" 3708 #include "confdefs.h" 3709 #include <assert.h> 3885 /* confdefs.h. */ 3886 _ACEOF 3887 cat confdefs.h >>conftest.$ac_ext 3888 cat >>conftest.$ac_ext <<_ACEOF 3889 /* end confdefs.h. */ 3890 #ifdef __STDC__ 3891 # include <limits.h> 3892 #else 3893 # include <assert.h> 3894 #endif 3710 3895 Syntax error 3711 3896 _ACEOF … … 3730 3915 else 3731 3916 echo "$as_me: failed program was:" >&5 3732 cat conftest.$ac_ext >&5 3917 sed 's/^/| /' conftest.$ac_ext >&5 3918 3733 3919 # Broken: fails on valid input. 3734 3920 continue … … 3740 3926 cat >conftest.$ac_ext <<_ACEOF 3741 3927 #line $LINENO "configure" 3742 #include "confdefs.h" 3928 /* confdefs.h. */ 3929 _ACEOF 3930 cat confdefs.h >>conftest.$ac_ext 3931 cat >>conftest.$ac_ext <<_ACEOF 3932 /* end confdefs.h. */ 3743 3933 #include <ac_nonexistent.h> 3744 3934 _ACEOF … … 3764 3954 else 3765 3955 echo "$as_me: failed program was:" >&5 3766 cat conftest.$ac_ext >&5 3956 sed 's/^/| /' conftest.$ac_ext >&5 3957 3767 3958 # Passes both tests. 3768 3959 ac_preproc_ok=: … … 3777 3968 : 3778 3969 else 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 3971 See \`config.log' for more details." >&5 3972 echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check 3973 See \`config.log' for more details." >&2;} 3781 3974 { (exit 1); exit 1; }; } 3782 3975 fi … … 3876 4069 fi 3877 4070 3878 echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$ {MAKE}" >&53879 echo $ECHO_N "checking whether ${MAKE-make} sets \$ {MAKE}... $ECHO_C" >&64071 echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5 4072 echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6 3880 4073 set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,./+-,__p_,'` 3881 4074 if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then … … 3884 4077 cat >conftest.make <<\_ACEOF 3885 4078 all: 3886 @echo 'ac_maketemp="$ {MAKE}"'4079 @echo 'ac_maketemp="$(MAKE)"' 3887 4080 _ACEOF 3888 4081 # GNU make sometimes prints "make[1]: Entering...", which would confuse us. … … 4187 4380 echo "${ECHO_T}$NM" >&6 4188 4381 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 4382 echo "$as_me:$LINENO: checking for a sed that does not truncate output" >&5 4383 echo $ECHO_N "checking for a sed that does not truncate output... $ECHO_C" >&6 4384 if test "${lt_cv_path_SED+set}" = set; then 4385 echo $ECHO_N "(cached) $ECHO_C" >&6 4386 else 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. 4389 as_executable_p="test -f" 4390 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 4391 for as_dir in $PATH 4392 do 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 4402 done 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 4457 fi 4458 4459 if test "X$SED" != "X"; then 4460 lt_cv_path_SED=$SED 4461 else 4462 SED=$lt_cv_path_SED 4463 fi 4464 echo "$as_me:$LINENO: result: $SED" >&5 4465 echo "${ECHO_T}$SED" >&6 4466 4467 echo "$as_me:$LINENO: checking how to recognise dependent libraries" >&5 4468 echo $ECHO_N "checking how to recognise dependent libraries... $ECHO_C" >&6 4191 4469 if test "${lt_cv_deplibs_check_method+set}" = set; then 4192 4470 echo $ECHO_N "(cached) $ECHO_C" >&6 … … 4265 4543 ;; 4266 4544 4267 irix5* | irix6* )4545 irix5* | irix6* | nonstopux*) 4268 4546 case $host_os in 4269 irix5* )4547 irix5* | nonstopux*) 4270 4548 # this will be overridden with pass_all, but let us keep it just in case 4271 4549 lt_cv_deplibs_check_method="file_magic ELF 32-bit MSB dynamic lib MIPS - version 1" … … 4289 4567 linux-gnu*) 4290 4568 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*) 4292 4570 lt_cv_deplibs_check_method=pass_all ;; 4293 4571 *) … … 4360 4638 lt_cv_file_magic_test_file=/lib/libc.so 4361 4639 ;; 4640 siemens) 4641 lt_cv_deplibs_check_method=pass_all 4642 ;; 4362 4643 esac 4363 4644 ;; … … 4413 4694 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'" 4414 4695 ;; 4415 irix* )4696 irix* | nonstopux*) 4416 4697 symcode='[BCDEGRST]' 4698 ;; 4699 osf*) 4700 symcode='[BCDEGQRST]' 4417 4701 ;; 4418 4702 solaris* | sysv5*) … … 4524 4808 ac_status=$? 4525 4809 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4526 (exit $ac_status); } && test -s conftest ; then4810 (exit $ac_status); } && test -s conftest$ac_exeext; then 4527 4811 pipe_works=yes 4528 4812 fi … … 4594 4878 cat >conftest.$ac_ext <<_ACEOF 4595 4879 #line $LINENO "configure" 4596 #include "confdefs.h" 4880 /* confdefs.h. */ 4881 _ACEOF 4882 cat confdefs.h >>conftest.$ac_ext 4883 cat >>conftest.$ac_ext <<_ACEOF 4884 /* end confdefs.h. */ 4597 4885 #include <stdlib.h> 4598 4886 #include <stdarg.h> … … 4600 4888 #include <float.h> 4601 4889 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 4890 int 4891 main () 4892 { 4893 4894 ; 4895 return 0; 4896 } 4897 _ACEOF 4898 rm -f conftest.$ac_objext 4899 if { (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 4620 4910 ac_cv_header_stdc=yes 4621 4911 else 4622 4912 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 4913 sed 's/^/| /' conftest.$ac_ext >&5 4914 4915 ac_cv_header_stdc=no 4916 fi 4917 rm -f conftest.$ac_objext conftest.$ac_ext 4627 4918 4628 4919 if test $ac_cv_header_stdc = yes; then … … 4630 4921 cat >conftest.$ac_ext <<_ACEOF 4631 4922 #line $LINENO "configure" 4632 #include "confdefs.h" 4923 /* confdefs.h. */ 4924 _ACEOF 4925 cat confdefs.h >>conftest.$ac_ext 4926 cat >>conftest.$ac_ext <<_ACEOF 4927 /* end confdefs.h. */ 4633 4928 #include <string.h> 4634 4929 … … 4648 4943 cat >conftest.$ac_ext <<_ACEOF 4649 4944 #line $LINENO "configure" 4650 #include "confdefs.h" 4945 /* confdefs.h. */ 4946 _ACEOF 4947 cat confdefs.h >>conftest.$ac_ext 4948 cat >>conftest.$ac_ext <<_ACEOF 4949 /* end confdefs.h. */ 4651 4950 #include <stdlib.h> 4652 4951 … … 4669 4968 cat >conftest.$ac_ext <<_ACEOF 4670 4969 #line $LINENO "configure" 4671 #include "confdefs.h" 4970 /* confdefs.h. */ 4971 _ACEOF 4972 cat confdefs.h >>conftest.$ac_ext 4973 cat >>conftest.$ac_ext <<_ACEOF 4974 /* end confdefs.h. */ 4672 4975 #include <ctype.h> 4673 4976 #if ((' ' & 0x0FF) == 0x020) … … 4675 4978 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c)) 4676 4979 #else 4677 # define ISLOWER(c) (('a' <= (c) && (c) <= 'i') \ 4980 # define ISLOWER(c) \ 4981 (('a' <= (c) && (c) <= 'i') \ 4678 4982 || ('j' <= (c) && (c) <= 'r') \ 4679 4983 || ('s' <= (c) && (c) <= 'z')) … … 4708 5012 echo "$as_me: program exited with status $ac_status" >&5 4709 5013 echo "$as_me: failed program was:" >&5 4710 cat conftest.$ac_ext >&5 5014 sed 's/^/| /' conftest.$ac_ext >&5 5015 4711 5016 ( exit $ac_status ) 4712 5017 ac_cv_header_stdc=no … … 4747 5052 cat >conftest.$ac_ext <<_ACEOF 4748 5053 #line $LINENO "configure" 4749 #include "confdefs.h" 5054 /* confdefs.h. */ 5055 _ACEOF 5056 cat confdefs.h >>conftest.$ac_ext 5057 cat >>conftest.$ac_ext <<_ACEOF 5058 /* end confdefs.h. */ 4750 5059 $ac_includes_default 4751 5060 … … 4767 5076 else 4768 5077 echo "$as_me: failed program was:" >&5 4769 cat conftest.$ac_ext >&5 5078 sed 's/^/| /' conftest.$ac_ext >&5 5079 4770 5080 eval "$as_ac_Header=no" 4771 5081 fi … … 4802 5112 cat >conftest.$ac_ext <<_ACEOF 4803 5113 #line $LINENO "configure" 4804 #include "confdefs.h" 5114 /* confdefs.h. */ 5115 _ACEOF 5116 cat confdefs.h >>conftest.$ac_ext 5117 cat >>conftest.$ac_ext <<_ACEOF 5118 /* end confdefs.h. */ 4805 5119 $ac_includes_default 4806 5120 #include <$ac_header> … … 4821 5135 else 4822 5136 echo "$as_me: failed program was:" >&5 4823 cat conftest.$ac_ext >&5 5137 sed 's/^/| /' conftest.$ac_ext >&5 5138 4824 5139 ac_header_compiler=no 4825 5140 fi … … 4833 5148 cat >conftest.$ac_ext <<_ACEOF 4834 5149 #line $LINENO "configure" 4835 #include "confdefs.h" 5150 /* confdefs.h. */ 5151 _ACEOF 5152 cat confdefs.h >>conftest.$ac_ext 5153 cat >>conftest.$ac_ext <<_ACEOF 5154 /* end confdefs.h. */ 4836 5155 #include <$ac_header> 4837 5156 _ACEOF … … 4856 5175 else 4857 5176 echo "$as_me: failed program was:" >&5 4858 cat conftest.$ac_ext >&5 5177 sed 's/^/| /' conftest.$ac_ext >&5 5178 4859 5179 ac_header_preproc=no 4860 5180 fi … … 4869 5189 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} 4870 5190 { 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;};; 5191 echo "$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 ;; 4872 5201 no:yes ) 4873 5202 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 … … 4876 5205 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} 4877 5206 { 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;};; 5207 echo "$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 ;; 4879 5217 esac 4880 5218 echo "$as_me:$LINENO: checking for $ac_header" >&5 … … 4897 5235 4898 5236 done 5237 4899 5238 4900 5239 … … 5217 5556 *-*-irix6*) 5218 5557 # Find out which ABI we are using. 5219 echo '#line 5 219"configure"' > conftest.$ac_ext5558 echo '#line 5558 "configure"' > conftest.$ac_ext 5220 5559 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 5221 5560 (eval $ac_compile) 2>&5 … … 5257 5596 cat >conftest.$ac_ext <<_ACEOF 5258 5597 #line $LINENO "configure" 5259 #include "confdefs.h" 5598 /* confdefs.h. */ 5599 _ACEOF 5600 cat confdefs.h >>conftest.$ac_ext 5601 cat >>conftest.$ac_ext <<_ACEOF 5602 /* end confdefs.h. */ 5260 5603 5261 5604 int … … 5282 5625 else 5283 5626 echo "$as_me: failed program was:" >&5 5284 cat conftest.$ac_ext >&5 5627 sed 's/^/| /' conftest.$ac_ext >&5 5628 5285 5629 lt_cv_cc_needs_belf=no 5286 5630 fi … … 5454 5798 lt_cv_prog_cc_pic='-m68020 -resident32 -malways-restore-a4' 5455 5799 ;; 5456 beos* | irix5* | irix6* | osf3* | osf4* | osf5*)5800 beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*) 5457 5801 # PIC is the default for these OSes. 5458 5802 ;; … … 5497 5841 ;; 5498 5842 5499 irix5* | irix6* )5843 irix5* | irix6* | nonstopux*) 5500 5844 lt_cv_prog_cc_wl='-Wl,' 5501 5845 lt_cv_prog_cc_static='-non_shared' … … 5541 5885 lt_cv_prog_cc_pic='-KPIC' 5542 5886 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,' 5548 5888 ;; 5549 5889 … … 5585 5925 cat >conftest.$ac_ext <<_ACEOF 5586 5926 #line $LINENO "configure" 5587 #include "confdefs.h" 5927 /* confdefs.h. */ 5928 _ACEOF 5929 cat confdefs.h >>conftest.$ac_ext 5930 cat >>conftest.$ac_ext <<_ACEOF 5931 /* end confdefs.h. */ 5588 5932 5589 5933 int … … 5625 5969 else 5626 5970 echo "$as_me: failed program was:" >&5 5627 cat conftest.$ac_ext >&5 5971 sed 's/^/| /' conftest.$ac_ext >&5 5972 5628 5973 lt_cv_prog_cc_pic_works=no 5629 5974 … … 5668 6013 cat >conftest.$ac_ext <<_ACEOF 5669 6014 #line $LINENO "configure" 5670 #include "confdefs.h" 6015 /* confdefs.h. */ 6016 _ACEOF 6017 cat confdefs.h >>conftest.$ac_ext 6018 cat >>conftest.$ac_ext <<_ACEOF 6019 /* end confdefs.h. */ 5671 6020 5672 6021 int … … 5693 6042 else 5694 6043 echo "$as_me: failed program was:" >&5 5695 cat conftest.$ac_ext >&5 6044 sed 's/^/| /' conftest.$ac_ext >&5 6045 5696 6046 fi 5697 6047 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext … … 5735 6085 CFLAGS="$CFLAGS -o out/conftest2.$ac_objext" 5736 6086 compiler_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; then6087 if { (eval echo configure:6087: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>out/conftest.err; } && test -s out/conftest2.$ac_objext; then 5738 6088 # The compiler can only warn and ignore the option if not recognized 5739 6089 # So say no if there are warnings … … 5777 6127 cat >conftest.$ac_ext <<_ACEOF 5778 6128 #line $LINENO "configure" 5779 #include "confdefs.h" 6129 /* confdefs.h. */ 6130 _ACEOF 6131 cat confdefs.h >>conftest.$ac_ext 6132 cat >>conftest.$ac_ext <<_ACEOF 6133 /* end confdefs.h. */ 5780 6134 5781 6135 int … … 5809 6163 else 5810 6164 echo "$as_me: failed program was:" >&5 5811 cat conftest.$ac_ext >&5 6165 sed 's/^/| /' conftest.$ac_ext >&5 6166 5812 6167 fi 5813 6168 rm -f conftest.$ac_objext conftest.$ac_ext … … 5857 6212 cat >conftest.$ac_ext <<_ACEOF 5858 6213 #line $LINENO "configure" 5859 #include "confdefs.h" 6214 /* confdefs.h. */ 6215 _ACEOF 6216 cat confdefs.h >>conftest.$ac_ext 6217 cat >>conftest.$ac_ext <<_ACEOF 6218 /* end confdefs.h. */ 5860 6219 5861 6220 int … … 5889 6248 else 5890 6249 echo "$as_me: failed program was:" >&5 5891 cat conftest.$ac_ext >&5 6250 sed 's/^/| /' conftest.$ac_ext >&5 6251 5892 6252 fi 5893 6253 rm -f conftest.$ac_objext conftest.$ac_ext … … 6061 6421 # is EXPORTS), use it as is. 6062 6422 # If DATA tags from a recent dlltool are present, honour them! 6063 archive_expsym_cmds='if test "x` head -1$export_symbols`" = xEXPORTS; then6423 archive_expsym_cmds='if test "x`sed 1q $export_symbols`" = xEXPORTS; then 6064 6424 cp $export_symbols $output_objdir/$soname-def; 6065 6425 else … … 6070 6430 case \$# in 6071 6431 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`;; 6072 6433 *) echo " \$2 @ \$_lt_hint \$3 ; " >> $output_objdir/$soname-def;; 6073 6434 esac; … … 6182 6543 case $host_os in aix4.[23]|aix4.[23].*|aix5*) 6183 6544 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*) 6185 6547 aix_use_runtimelinking=yes 6186 6548 break 6187 fi 6549 ;; 6550 esac 6188 6551 done 6189 6552 esac … … 6299 6662 # FIXME: Relying on posixy $() will cause problems for 6300 6663 # 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)' 6303 6667 # We need to add '_' to the symbols in $export_symbols first 6304 6668 #archive_expsym_cmds="$archive_cmds"' && strip -s $export_symbols' … … 6352 6716 ;; 6353 6717 6354 irix5* | irix6* )6718 irix5* | irix6* | nonstopux*) 6355 6719 if test "$GCC" = yes; then 6356 6720 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' 6357 6722 else 6358 6723 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' 6359 6725 fi 6360 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'6361 6726 hardcode_libdir_separator=: 6362 6727 link_all_deplibs=yes … … 6386 6751 hardcode_shlibpath_var=no 6387 6752 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' 6389 6754 hardcode_libdir_flag_spec='${wl}-rpath,$libdir' 6390 6755 export_dynamic_flag_spec='${wl}-E' … … 6396 6761 ;; 6397 6762 *) 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' 6399 6764 hardcode_libdir_flag_spec='${wl}-rpath,$libdir' 6400 6765 ;; … … 6508 6873 6509 6874 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 6517 6892 runpath_var='LD_RUN_PATH' 6518 6893 hardcode_shlibpath_var=no … … 6662 7037 aix4* | aix5*) 6663 7038 version_type=linux 7039 need_lib_prefix=no 7040 need_version=no 7041 hardcode_into_libs=yes 6664 7042 if test "$host_cpu" = ia64; then 6665 7043 # AIX 5 supports IA64 … … 6700 7078 shlibpath_var=LIBPATH 6701 7079 fi 7080 hardcode_into_libs=yes 6702 7081 ;; 6703 7082 … … 6747 7126 yes,mingw*) 6748 7127 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"` 6750 7129 ;; 6751 7130 yes,pw32*) … … 6830 7209 ;; 6831 7210 6832 irix5* | irix6*) 6833 version_type=irix 7211 irix5* | irix6* | nonstopux*) 7212 case $host_os in 7213 nonstopux*) version_type=nonstopux ;; 7214 *) version_type=irix ;; 7215 esac 6834 7216 need_lib_prefix=no 6835 7217 need_version=no … … 6837 7219 library_names_spec='${libname}${release}.so$versuffix ${libname}${release}.so$major ${libname}${release}.so $libname.so' 6838 7220 case $host_os in 6839 irix5* )7221 irix5* | nonstopux*) 6840 7222 libsuff= shlibsuff= 6841 7223 ;; … … 6882 7264 # assume the GNU/Linux dynamic linker is in use. 6883 7265 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}" 6884 7290 ;; 6885 7291 … … 6941 7347 version_type=osf 6942 7348 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' 6945 7351 shlibpath_var=LD_LIBRARY_PATH 6946 7352 sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib" 6947 7353 sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec" 7354 hardcode_into_libs=yes 6948 7355 ;; 6949 7356 … … 6988 7395 sni) 6989 7396 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 6990 7403 ;; 6991 7404 motorola) … … 7110 7523 cat >conftest.$ac_ext <<_ACEOF 7111 7524 #line $LINENO "configure" 7112 #include "confdefs.h" 7525 /* confdefs.h. */ 7526 _ACEOF 7527 cat confdefs.h >>conftest.$ac_ext 7528 cat >>conftest.$ac_ext <<_ACEOF 7529 /* end confdefs.h. */ 7113 7530 /* 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 7116 7539 /* Override any gcc2 internal prototype to avoid an error. */ 7117 7540 #ifdef __cplusplus 7118 7541 extern "C" 7542 { 7119 7543 #endif 7120 7544 /* We use char because int might match the return type of a gcc2 7121 7545 builtin and then its argument prototype would still apply. */ 7122 7546 char shl_load (); 7123 char (*f) ();7124 7125 int7126 main ()7127 {7128 7547 /* The GNU C library defines this for functions which it implements 7129 7548 to always fail with ENOSYS. Some functions are actually named … … 7132 7551 choke me 7133 7552 #else 7134 f= shl_load;7553 char (*f) () = shl_load; 7135 7554 #endif 7136 7555 #ifdef __cplusplus 7556 } 7557 #endif 7558 7559 int 7560 main () 7561 { 7562 return f != shl_load; 7137 7563 ; 7138 7564 return 0; … … 7154 7580 else 7155 7581 echo "$as_me: failed program was:" >&5 7156 cat conftest.$ac_ext >&5 7582 sed 's/^/| /' conftest.$ac_ext >&5 7583 7157 7584 ac_cv_func_shl_load=no 7158 7585 fi … … 7173 7600 cat >conftest.$ac_ext <<_ACEOF 7174 7601 #line $LINENO "configure" 7175 #include "confdefs.h" 7602 /* confdefs.h. */ 7603 _ACEOF 7604 cat confdefs.h >>conftest.$ac_ext 7605 cat >>conftest.$ac_ext <<_ACEOF 7606 /* end confdefs.h. */ 7176 7607 7177 7608 /* Override any gcc2 internal prototype to avoid an error. */ … … 7205 7636 else 7206 7637 echo "$as_me: failed program was:" >&5 7207 cat conftest.$ac_ext >&5 7638 sed 's/^/| /' conftest.$ac_ext >&5 7639 7208 7640 ac_cv_lib_dld_shl_load=no 7209 7641 fi … … 7223 7655 cat >conftest.$ac_ext <<_ACEOF 7224 7656 #line $LINENO "configure" 7225 #include "confdefs.h" 7657 /* confdefs.h. */ 7658 _ACEOF 7659 cat confdefs.h >>conftest.$ac_ext 7660 cat >>conftest.$ac_ext <<_ACEOF 7661 /* end confdefs.h. */ 7226 7662 /* 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 7229 7671 /* Override any gcc2 internal prototype to avoid an error. */ 7230 7672 #ifdef __cplusplus 7231 7673 extern "C" 7674 { 7232 7675 #endif 7233 7676 /* We use char because int might match the return type of a gcc2 7234 7677 builtin and then its argument prototype would still apply. */ 7235 7678 char dlopen (); 7236 char (*f) ();7237 7238 int7239 main ()7240 {7241 7679 /* The GNU C library defines this for functions which it implements 7242 7680 to always fail with ENOSYS. Some functions are actually named … … 7245 7683 choke me 7246 7684 #else 7247 f= dlopen;7685 char (*f) () = dlopen; 7248 7686 #endif 7249 7687 #ifdef __cplusplus 7688 } 7689 #endif 7690 7691 int 7692 main () 7693 { 7694 return f != dlopen; 7250 7695 ; 7251 7696 return 0; … … 7267 7712 else 7268 7713 echo "$as_me: failed program was:" >&5 7269 cat conftest.$ac_ext >&5 7714 sed 's/^/| /' conftest.$ac_ext >&5 7715 7270 7716 ac_cv_func_dlopen=no 7271 7717 fi … … 7286 7732 cat >conftest.$ac_ext <<_ACEOF 7287 7733 #line $LINENO "configure" 7288 #include "confdefs.h" 7734 /* confdefs.h. */ 7735 _ACEOF 7736 cat confdefs.h >>conftest.$ac_ext 7737 cat >>conftest.$ac_ext <<_ACEOF 7738 /* end confdefs.h. */ 7289 7739 7290 7740 /* Override any gcc2 internal prototype to avoid an error. */ … … 7318 7768 else 7319 7769 echo "$as_me: failed program was:" >&5 7320 cat conftest.$ac_ext >&5 7770 sed 's/^/| /' conftest.$ac_ext >&5 7771 7321 7772 ac_cv_lib_dl_dlopen=no 7322 7773 fi … … 7338 7789 cat >conftest.$ac_ext <<_ACEOF 7339 7790 #line $LINENO "configure" 7340 #include "confdefs.h" 7791 /* confdefs.h. */ 7792 _ACEOF 7793 cat confdefs.h >>conftest.$ac_ext 7794 cat >>conftest.$ac_ext <<_ACEOF 7795 /* end confdefs.h. */ 7341 7796 7342 7797 /* Override any gcc2 internal prototype to avoid an error. */ … … 7370 7825 else 7371 7826 echo "$as_me: failed program was:" >&5 7372 cat conftest.$ac_ext >&5 7827 sed 's/^/| /' conftest.$ac_ext >&5 7828 7373 7829 ac_cv_lib_svld_dlopen=no 7374 7830 fi … … 7390 7846 cat >conftest.$ac_ext <<_ACEOF 7391 7847 #line $LINENO "configure" 7392 #include "confdefs.h" 7848 /* confdefs.h. */ 7849 _ACEOF 7850 cat confdefs.h >>conftest.$ac_ext 7851 cat >>conftest.$ac_ext <<_ACEOF 7852 /* end confdefs.h. */ 7393 7853 7394 7854 /* Override any gcc2 internal prototype to avoid an error. */ … … 7422 7882 else 7423 7883 echo "$as_me: failed program was:" >&5 7424 cat conftest.$ac_ext >&5 7884 sed 's/^/| /' conftest.$ac_ext >&5 7885 7425 7886 ac_cv_lib_dld_dld_link=no 7426 7887 fi … … 7480 7941 lt_status=$lt_dlunknown 7481 7942 cat > conftest.$ac_ext <<EOF 7482 #line 7 482"configure"7943 #line 7943 "configure" 7483 7944 #include "confdefs.h" 7484 7945 … … 7578 8039 lt_status=$lt_dlunknown 7579 8040 cat > conftest.$ac_ext <<EOF 7580 #line 7580"configure"8041 #line 8041 "configure" 7581 8042 #include "confdefs.h" 7582 8043 … … 7761 8222 # careful not to overquote the AC_SUBSTed values. We take copies of the 7762 8223 # 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 \ 7764 8225 AR AR_FLAGS CC LD LN_S NM SHELL \ 7765 8226 reload_flag reload_cmds wl \ … … 7823 8284 # the same distribution terms that you use for the rest of that program. 7824 8285 8286 # A sed that does not truncate output. 8287 SED=$lt_SED 8288 7825 8289 # Sed that helps us avoid accidentally triggering echo(1) options like -n. 7826 Xsed=" sed-e s/^X//"8290 Xsed="${SED} -e s/^X//" 7827 8291 7828 8292 # The HP-UX ksh and POSIX shell print the target directory to stdout … … 8530 8994 8531 8995 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 m n ms nl nn no pl pt pt_BR ro ru sk sl sq sv ta th tr uk vi zh_CN zh_TW"8996 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 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" 8533 8997 8534 8998 GETTEXT_PACKAGE=nautilus … … 8539 9003 8540 9004 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
