diff options
author | Ludovic Courtès <ludo@gnu.org> | 2012-07-07 01:52:45 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2012-07-07 01:52:45 +0200 |
commit | ad4eb036dc02de47615dcbb392eb29109c916eaf (patch) | |
tree | 5524515509fe622b588f455279cb9d3799335850 /m4 | |
parent | 015b7087957c56f9d3322f0dfb1b8bbb4df35299 (diff) |
Work around `gl_CANONICALIZE_LGPL' bug when cross-compiling to GNU/Hurd.
* gnulib-local/m4/canonicalize.m4.diff: New file.
* Makefile.am (EXTRA_DIST): Add it.
Diffstat (limited to 'm4')
-rw-r--r-- | m4/canonicalize.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/canonicalize.m4 b/m4/canonicalize.m4 index 3c4c5ee3e..37df6fc5f 100644 --- a/m4/canonicalize.m4 +++ b/m4/canonicalize.m4 @@ -107,7 +107,7 @@ AC_DEFUN([gl_FUNC_REALPATH_WORKS], [gl_cv_func_realpath_works=no], [case "$host_os" in # Guess yes on glibc systems. - *-gnu*) gl_cv_func_realpath_works="guessing yes" ;; + *gnu*) gl_cv_func_realpath_works="guessing yes" ;; # If we don't know, assume the worst. *) gl_cv_func_realpath_works="guessing no" ;; esac |