* m4/getcwd.m4 (gl_FUNC_GETCWD_LGPL): Move AC_LIBOBJ invocation from
here...
* modules/getcwd-lgpl (configure.ac): ... to here.
+2011-05-08 Bruno Haible <bruno@clisp.org>
+
+ getcwd-lgpl: Move AC_LIBOBJ invocations to module description.
+ * m4/getcwd.m4 (gl_FUNC_GETCWD_LGPL): Move AC_LIBOBJ invocation from
+ here...
+ * modules/getcwd-lgpl (configure.ac): ... to here.
+
2011-05-07 Bruno Haible <bruno@clisp.org>
crypto/gc: Move AC_LIBOBJ invocations to module description.
# with or without modifications, as long as this notice is preserved.
# Written by Paul Eggert.
-# serial 6
+# serial 7
AC_DEFUN([gl_FUNC_GETCWD_NULL],
[
case $gl_cv_func_getcwd_null in
*yes) ;;
*)
- dnl Minimal replacement
+ dnl Minimal replacement lib/getcwd-lgpl.c.
REPLACE_GETCWD=1
- AC_LIBOBJ([getcwd-lgpl])
;;
esac
])
configure.ac:
gl_FUNC_GETCWD_LGPL
+if test $REPLACE_GETCWD = 1; then
+ AC_LIBOBJ([getcwd-lgpl])
+fi
gl_UNISTD_MODULE_INDICATOR([getcwd])
Makefile.am: