2006-04-10 Mike Frysinger * libtool.m4: Accept linux* instead of just linux-gnu*. * ltconfig: Likewise. Also accept linux-uclibc* as well as linux-gnu*. --- libtool.m4 +++ libtool.m4 @@ -739,7 +739,7 @@ ;; # This must be Linux ELF. -linux-gnu*) +linux*) lt_cv_deplibs_check_method=pass_all ;; --- ltconfig +++ ltconfig @@ -602,7 +602,7 @@ # Transform linux* to *-*-linux-gnu*, to support old configure scripts. case $host_os in -linux-gnu*) ;; +linux-gnu*|linux-uclibc*) ;; linux*) host=`echo $host | sed 's/^\(.*-.*-linux\)\(.*\)$/\1-gnu\2/'` esac @@ -1247,7 +1247,7 @@ ;; # This must be Linux ELF. -linux-gnu*) +linux*) version_type=linux need_lib_prefix=no need_version=no