]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Same /usr/local/include handling on Hurd and on GNU/k*BSD as on Linux.
authorBruno Haible <bruno@clisp.org>
Thu, 15 Jul 2004 10:32:54 +0000 (10:32 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:11:53 +0000 (12:11 +0200)
autoconf-lib-link/m4/ChangeLog
autoconf-lib-link/m4/lib-link.m4
autoconf-lib-link/m4/lib-prefix.m4

index 29998434fafdbe210c0c4733d801953289b87b30..de7cd4b4809fd0ae075721f3b6cd2434883928d8 100644 (file)
@@ -1,3 +1,9 @@
+2004-07-13  Robert Millan  <robertmh@gnu.org>
+
+       * lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Same /usr/local/include handling
+       on Hurd and on GNU/k*BSD as on Linux.
+       * lib-prefix.m4 (AC_LIB_PREFIX): Likewise.
+
 2004-01-29  Bruno Haible  <bruno@clisp.org>
 
        * gettext-0.14.1 released.
index eeb200d266db84b74456a376eabd7cb6f365fbb3..20cc7fb5079bd9b39e1c98d7562feef3b4e7d3e2 100644 (file)
@@ -1,5 +1,5 @@
-# lib-link.m4 serial 4 (gettext-0.12)
-dnl Copyright (C) 2001-2003 Free Software Foundation, Inc.
+# lib-link.m4 serial 5 (gettext-0.15)
+dnl Copyright (C) 2001-2004 Free Software Foundation, Inc.
 dnl This file is free software, distributed under the terms of the GNU
 dnl General Public License.  As a special exception to the GNU General
 dnl Public License, this file may be distributed as part of a program
@@ -350,7 +350,7 @@ AC_DEFUN([AC_LIB_LINKFLAGS_BODY],
                 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 @@ AC_DEFUN([AC_LIB_LINKFLAGS_BODY],
                       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
index 8aff5a9d206a2077c670d74ed997b5af111c1788..acbd7126ebd64b49acb7b175053c01367ed77088 100644 (file)
@@ -1,4 +1,4 @@
-# lib-prefix.m4 serial 3 (gettext-0.13)
+# lib-prefix.m4 serial 4 (gettext-0.15)
 dnl Copyright (C) 2001-2003 Free Software Foundation, Inc.
 dnl This file is free software, distributed under the terms of the GNU
 dnl General Public License.  As a special exception to the GNU General
@@ -71,7 +71,7 @@ AC_DEFUN([AC_LIB_PREFIX],
         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