2004-07-13 Robert Millan * m4/lib-link.m4: Fix check to include GNU/Hurd and GNU/k*BSD. * m4/lib-prefix.m4: Ditto. diff -ur gnulib.old/m4/lib-link.m4 gnulib/m4/lib-link.m4 --- gnulib.old/m4/lib-link.m4 2003-08-13 22:23:15.000000000 +0200 +++ gnulib/m4/lib-link.m4 2004-07-13 02:10:55.000000000 +0200 @@ -350,7 +350,7 @@ if test "X$additional_includedir" = "X/usr/local/include"; then if test -n "$GCC"; then case $host_os in - linux*) haveit=yes;; + linux*|gnu*|k*bsd*-gnu) haveit=yes;; esac fi fi @@ -399,7 +399,7 @@ if test "X$additional_libdir" = "X/usr/local/lib"; then if test -n "$GCC"; then case $host_os in - linux*) haveit=yes;; + linux*|gnu*|k*bsd*-gnu) haveit=yes;; esac fi fi diff -ur gnulib.old/m4/lib-prefix.m4 gnulib/m4/lib-prefix.m4 --- gnulib.old/m4/lib-prefix.m4 2003-12-24 14:07:08.000000000 +0100 +++ gnulib/m4/lib-prefix.m4 2004-07-13 02:10:42.000000000 +0200 @@ -71,7 +71,7 @@ if test "X$additional_includedir" = "X/usr/local/include"; then if test -n "$GCC"; then case $host_os in - linux*) haveit=yes;; + linux*|gnu*|k*bsd*-gnu) haveit=yes;; esac fi fi @@ -102,7 +102,7 @@ if test "X$additional_libdir" = "X/usr/local/lib"; then if test -n "$GCC"; then case $host_os in - linux*) haveit=yes;; + linux*|gnu*|k*bsd*-gnu) haveit=yes;; esac fi fi