Svante Signell, le Thu 25 Aug 2011 18:37:57 +0200, a écrit :
> @@ -4679,7 +4679,7 @@
>  +  ;;
>   
>  +# This must be Linux ELF.
> -+linux* | k*bsd*-gnu | kopensolaris*-gnu)
> ++linux* | k*bsd*-gnu | kopensolaris*-gnu | *-gnu*)

This should rather be gnu*, not *-gnu*

>  +  version_type=linux
>  +  need_lib_prefix=no
>  +  need_version=no
> @@ -6079,7 +6079,7 @@
>  -  # people can always --disable-shared, the test was removed, and we
>  -  # assume the GNU/Linux dynamic linker is in use.
>  -  dynamic_linker='GNU/Linux ld.so'
> -+linux* | k*bsd*-gnu | kopensolaris*-gnu)
> ++linux* | k*bsd*-gnu | kopensolaris*-gnu | *-gnu*)

These should rather be gnu*, not *-gnu*!

> @@ -7616,7 +7616,7 @@
>         ;;
>   
>  -    gnu* | linux* | tpf* | k*bsd*-gnu)
> -+    gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu)
> ++    gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu | *-gnu*)

It's already there!

>         tmp_diet=no
>         if test "$host_os" = linux-dietlibc; then
>       case $cc_basename in

And actually, most of these aren't from libhdf4 source code, but simply
from libtool, and the libhdf4 package actually simply needs to be
re-libtoolize-d to get up-to-date aclocal stuff.

Samuel



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to