mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-05 22:20:24 -08:00
Update from Gnulib by running admin/merge-gnulib
This commit is contained in:
parent
e91d29f004
commit
6a3a729705
15 changed files with 259 additions and 57 deletions
|
|
@ -1,4 +1,4 @@
|
|||
# serial 9
|
||||
# serial 10
|
||||
# See if we need to provide symlink replacement.
|
||||
|
||||
dnl Copyright (C) 2009-2023 Free Software Foundation, Inc.
|
||||
|
|
@ -38,6 +38,8 @@ AC_DEFUN([gl_FUNC_SYMLINK],
|
|||
[case "$host_os" in
|
||||
# Guess yes on Linux systems.
|
||||
linux-* | linux) gl_cv_func_symlink_works="guessing yes" ;;
|
||||
# Guess yes on systems that emulate the Linux system calls.
|
||||
midipix*) gl_cv_func_symlink_works="guessing yes" ;;
|
||||
# Guess yes on glibc systems.
|
||||
*-gnu* | gnu*) gl_cv_func_symlink_works="guessing yes" ;;
|
||||
# If we don't know, obey --enable-cross-guesses.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue