--- ltmain.sh.orig Mon Mar 22 19:21:52 2004 +++ ltmain.sh Sat Jun 5 21:54:11 2004 @@ -1061,7 +1061,7 @@ esac elif test "X$arg" = "X-lc_r"; then case $host in - *-*-openbsd* | *-*-freebsd*) + *-*-openbsd* | *-*-freebsd4*) # Do not include libc_r directly, use -pthread flag. continue ;; @@ -2372,6 +2372,9 @@ # problems, so we reset it completely verstring="" ;; + *-*-freebsd*) + # FreeBSD doesn't need this... + ;; *) verstring="0.0" ;; @@ -4302,10 +4305,12 @@ fi # Install the pseudo-library for information purposes. + if /usr/bin/false; then name=`$echo "X$file" | $Xsed -e 's%^.*/%%'` instname="$dir/$name"i $show "$install_prog $instname $destdir/$name" $run eval "$install_prog $instname $destdir/$name" || exit $? + fi # Maybe install the static library, too. test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library"