summaryrefslogtreecommitdiff
path: root/modules/getcwd-lgpl
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2011-05-08 11:22:53 +0200
committerBruno Haible <bruno@clisp.org>2011-06-16 00:06:03 +0200
commit95a8ef959ffec07e349bc9da437d5333d7b00455 (patch)
treea1221ef1d6c7d3d2a4ff2dfc16ba9a01c0fab3cf /modules/getcwd-lgpl
parent9a5b92fa76ec1494756d2ace6b7a0a43c48633ea (diff)
downloadgnulib-95a8ef959ffec07e349bc9da437d5333d7b00455.tar.gz
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.
Diffstat (limited to 'modules/getcwd-lgpl')
-rw-r--r--modules/getcwd-lgpl3
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/getcwd-lgpl b/modules/getcwd-lgpl
index 72e6a7fc08..6a780ad774 100644
--- a/modules/getcwd-lgpl
+++ b/modules/getcwd-lgpl
@@ -11,6 +11,9 @@ strdup [test $REPLACE_GETCWD = 1]
configure.ac:
gl_FUNC_GETCWD_LGPL
+if test $REPLACE_GETCWD = 1; then
+ AC_LIBOBJ([getcwd-lgpl])
+fi
gl_UNISTD_MODULE_INDICATOR([getcwd])
Makefile.am: