mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-04-29 19:30:36 +02:00
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.
This commit is contained in:
parent
015b708795
commit
ad4eb036dc
2 changed files with 18 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue