Rename netinet_in_.h to netinet_in.in.h.
[gnulib.git] / build-aux / config.libpath
index 965e94b..4dbcff7 100755 (executable)
@@ -2,7 +2,7 @@
 # Output a system dependent set of variables, describing how to set the
 # run time search path of shared libraries in an executable at run time.
 #
-#   Copyright 1996-2005 Free Software Foundation, Inc.
+#   Copyright 1996-2007 Free Software Foundation, Inc.
 #   Taken from GNU libtool, 2003
 #   Originally by Gordon Matzigkeit <gord@gnu.ai.mit.edu>, 1996
 #
@@ -67,9 +67,6 @@ case $host_os in
   dgux*)
     shlibpath_var=LD_LIBRARY_PATH
     ;;
-  kfreebsd*-gnu)
-    shlibpath_var=LD_LIBRARY_PATH
-    ;;
   freebsd1*)
     ;;
   freebsd* | dragonfly*)
@@ -84,7 +81,7 @@ case $host_os in
       *) shlibpath_var=SHLIB_PATH ;;
     esac
     ;;
-  interix3*)
+  interix[3-9]*)
     shlibpath_var=LD_LIBRARY_PATH
     ;;
   irix5* | irix6* | nonstopux*)
@@ -105,10 +102,7 @@ case $host_os in
     ;;
   linux*oldld* | linux*aout* | linux*coff*)
     ;;
-  linux*)
-    shlibpath_var=LD_LIBRARY_PATH
-    ;;
-  knetbsd*-gnu)
+  linux* | k*bsd*-gnu)
     shlibpath_var=LD_LIBRARY_PATH
     ;;
   netbsd*)
@@ -129,6 +123,8 @@ case $host_os in
   osf3* | osf4* | osf5*)
     shlibpath_var=LD_LIBRARY_PATH
     ;;
+  rdos*)
+    ;;
   solaris*)
     shlibpath_var=LD_LIBRARY_PATH
     ;;