* m4/symlinkat.m4 (gl_FUNC_SYMLINKAT): Move AC_LIBOBJ invocation from
here...
* modules/symlinkat (configure.ac): ... to here.
+2011-05-22 Bruno Haible <bruno@clisp.org>
+
+ symlinkat: Move AC_LIBOBJ invocations to module description.
+ * m4/symlinkat.m4 (gl_FUNC_SYMLINKAT): Move AC_LIBOBJ invocation from
+ here...
+ * modules/symlinkat (configure.ac): ... to here.
+
2011-05-22 Bruno Haible <bruno@clisp.org>
symlink: Move AC_LIBOBJ invocations to module description.
-# serial 4
+# serial 5
# See if we need to provide symlinkat replacement.
dnl Copyright (C) 2009-2011 Free Software Foundation, Inc.
AC_CHECK_FUNCS_ONCE([symlinkat])
if test $ac_cv_func_symlinkat = no; then
HAVE_SYMLINKAT=0
- AC_LIBOBJ([symlinkat])
fi
])
configure.ac:
gl_FUNC_SYMLINKAT
+if test $HAVE_SYMLINKAT = 0; then
+ AC_LIBOBJ([symlinkat])
+fi
gl_UNISTD_MODULE_INDICATOR([symlinkat])
Makefile.am: