1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 18:40:39 -08:00

Merge from gnulib.

This commit is contained in:
Paul Eggert 2011-05-22 14:02:48 -07:00
parent 92a9cc651a
commit f518ae90a6
5 changed files with 49 additions and 20 deletions

View file

@ -1,4 +1,4 @@
# readlink.m4 serial 9
# readlink.m4 serial 10
dnl Copyright (C) 2003, 2007, 2009-2011 Free Software Foundation, Inc.
dnl This file is free software; the Free Software Foundation
dnl gives unlimited permission to copy and/or distribute it,
@ -48,7 +48,8 @@ AC_DEFUN([gl_FUNC_READLINK],
fi
])
# Like gl_FUNC_READLINK, except prepare for separate compilation (no AC_LIBOBJ).
# Like gl_FUNC_READLINK, except prepare for separate compilation
# (no REPLACE_READLINK, no AC_LIBOBJ).
AC_DEFUN([gl_FUNC_READLINK_SEPARATE],
[
AC_CHECK_FUNCS_ONCE([readlink])