On Sat, 27 Feb 2010, Enlightenment SVN wrote:

> Log:
>  Commiting change due from libtool
>
> Author:       rui
> Date:         2010-02-27 12:37:07 -0800 (Sat, 27 Feb 2010)
> New Revision: 46605
>
> Modified:
>  trunk/elmdentica/m4/libtool.m4 trunk/elmdentica/m4/ltversion.m4

remove those files from svn

>
> Modified: trunk/elmdentica/m4/libtool.m4
> ===================================================================
> --- trunk/elmdentica/m4/libtool.m4    2010-02-27 20:35:42 UTC (rev 46604)
> +++ trunk/elmdentica/m4/libtool.m4    2010-02-27 20:37:07 UTC (rev 46605)
> @@ -2470,10 +2470,13 @@
>   # before this can be enabled.
>   hardcode_into_libs=yes
>
> +  # Add ABI-specific directories to the system library path.
> +  sys_lib_dlsearch_path_spec="/lib64 /usr/lib64 /lib /usr/lib"
> +
>   # Append ld.so.conf contents to the search path
>   if test -f /etc/ld.so.conf; then
>     lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 
> 2>/dev/null", \[$]2)); skip = 1; } { if (!skip) print \[$]0; skip = 0; }' < 
> /etc/ld.so.conf | $SED -e 's/#.*//;/^[         ]*hwcap[        ]/d;s/[:,      
> ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;/^$/d' | tr '\n' ' '`
> -    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
> +    sys_lib_dlsearch_path_spec="$sys_lib_dlsearch_path_spec $lt_ld_extra"
>   fi
>
>   # We used to test for /lib/ld.so.1 and disable shared libraries on
> @@ -2485,18 +2488,6 @@
>   dynamic_linker='GNU/Linux ld.so'
>   ;;
>
> -netbsdelf*-gnu)
> -  version_type=linux
> -  need_lib_prefix=no
> -  need_version=no
> -  library_names_spec='${libname}${release}${shared_ext}$versuffix 
> ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
> -  soname_spec='${libname}${release}${shared_ext}$major'
> -  shlibpath_var=LD_LIBRARY_PATH
> -  shlibpath_overrides_runpath=no
> -  hardcode_into_libs=yes
> -  dynamic_linker='NetBSD ld.elf_so'
> -  ;;
> -
> netbsd*)
>   version_type=sunos
>   need_lib_prefix=no
> @@ -3088,7 +3079,7 @@
>   lt_cv_deplibs_check_method=pass_all
>   ;;
>
> -netbsd* | netbsdelf*-gnu)
> +netbsd*)
>   if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
>     lt_cv_deplibs_check_method='match_pattern 
> /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|_pic\.a)$'
>   else
> @@ -3769,7 +3760,7 @@
>           ;;
>       esac
>       ;;
> -      netbsd* | netbsdelf*-gnu)
> +      netbsd*)
>       ;;
>       *qnx* | *nto*)
>         # QNX uses GNU C++, but need to define -shared option too, otherwise
> @@ -4194,9 +4185,6 @@
>   cygwin* | mingw* | cegcc*)
>     _LT_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | 
> $global_symbol_pipe | $SED -e '\''/^[[BCDGRS]][[ ]]/s/.*[[ ]]\([[^ ]]*\)/\1 
> DATA/;/^.*[[ ]]__nm__/s/^.*[[ ]]__nm__\([[^ ]]*\)[[ ]][[^ ]]*/\1 DATA/;/^I[[ 
> ]]/d;/^[[AITW]][[ ]]/s/.* //'\'' | sort | uniq > $export_symbols'
>   ;;
> -  linux* | k*bsd*-gnu)
> -    _LT_TAGVAR(link_all_deplibs, $1)=no
> -  ;;
>   *)
>     _LT_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | 
> $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
>   ;;
> @@ -4261,9 +4249,6 @@
>   openbsd*)
>     with_gnu_ld=no
>     ;;
> -  linux* | k*bsd*-gnu)
> -    _LT_TAGVAR(link_all_deplibs, $1)=no
> -    ;;
>   esac
>
>   _LT_TAGVAR(ld_shlibs, $1)=yes
> @@ -4446,7 +4431,7 @@
>       fi
>       ;;
>
> -    netbsd* | netbsdelf*-gnu)
> +    netbsd*)
>       if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
>       _LT_TAGVAR(archive_cmds, $1)='$LD -Bshareable $libobjs $deplibs 
> $linker_flags -o $lib'
>       wlarc=
> @@ -4621,7 +4606,6 @@
>       if test "$aix_use_runtimelinking" = yes; then
>         shared_flag="$shared_flag "'${wl}-G'
>       fi
> -     _LT_TAGVAR(link_all_deplibs, $1)=no
>       else
>       # not using gcc
>       if test "$host_cpu" = ia64; then
> @@ -4860,7 +4844,7 @@
>       _LT_TAGVAR(link_all_deplibs, $1)=yes
>       ;;
>
> -    netbsd* | netbsdelf*-gnu)
> +    netbsd*)
>       if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
>       _LT_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs 
> $linker_flags'  # a.out
>       else
>
> Modified: trunk/elmdentica/m4/ltversion.m4
> ===================================================================
> --- trunk/elmdentica/m4/ltversion.m4  2010-02-27 20:35:42 UTC (rev 46604)
> +++ trunk/elmdentica/m4/ltversion.m4  2010-02-27 20:37:07 UTC (rev 46605)
> @@ -9,15 +9,15 @@
>
> # Generated from ltversion.in.
>
> -# serial 3012 ltversion.m4
> +# serial 3017 ltversion.m4
> # This file is part of GNU Libtool
>
> -m4_define([LT_PACKAGE_VERSION], [2.2.6])
> -m4_define([LT_PACKAGE_REVISION], [1.3012])
> +m4_define([LT_PACKAGE_VERSION], [2.2.6b])
> +m4_define([LT_PACKAGE_REVISION], [1.3017])
>
> AC_DEFUN([LTVERSION_VERSION],
> -[macro_version='2.2.6'
> -macro_revision='1.3012'
> +[macro_version='2.2.6b'
> +macro_revision='1.3017'
> _LT_DECL(, macro_version, 0, [Which release of libtool.m4 was used?])
> _LT_DECL(, macro_revision, 0)
> ])
>
>
> ------------------------------------------------------------------------------
> Download Intel&#174; Parallel Studio Eval
> Try the new software tools for yourself. Speed compiling, find bugs
> proactively, and fine-tune applications for parallel performance.
> See why Intel Parallel Studio got high marks during beta.
> http://p.sf.net/sfu/intel-sw-dev
> _______________________________________________
> enlightenment-svn mailing list
> enlightenment-...@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-svn
>
>

------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to