lstat, openat: Respect rules for use of AC_LIBOBJ.
authorBruno Haible <bruno@clisp.org>
Sat, 21 May 2011 12:02:06 +0000 (14:02 +0200)
committerBruno Haible <bruno@clisp.org>
Wed, 15 Jun 2011 22:06:25 +0000 (00:06 +0200)
commit15fe5bb631da2ecd218aa70327814a973b2aa666
tree64343d3c93e75fabeb5c7efa94f78e1efed7da0c
parent20d9dfda7fccd05a619cb2f18f70b10449bf8daa
lstat, openat: Respect rules for use of AC_LIBOBJ.

* m4/lstat.m4 (gl_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK): Renamed from
AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK. Set variable
gl_cv_func_lstat_dereferences_slashed_symlink. Don't invoke AC_LIBOBJ.
(gl_PREREQ_LSTAT): New macro, extracted from gl_FUNC_LSTAT.
(gl_FUNC_LSTAT): Update. Remove gl_PREREQ_LSTAT code.
* modules/lstat (configure.ac): Invoke AC_LIBOBJ and gl_PREREQ_LSTAT
here.
* m4/openat.m4 (gl_FUNC_OPENAT): Update.
ChangeLog
m4/lstat.m4
m4/openat.m4
modules/lstat