summaryrefslogtreecommitdiff
path: root/m4/save-cwd.m4
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2004-12-06 10:35:27 +0000
committerJim Meyering <jim@meyering.net>2004-12-06 10:35:27 +0000
commitc1d66f31cfc5578e7f414e3884959d61a32ee7b7 (patch)
tree1fa19dcc6128468aae07e29aaf4187e2d5f22ed5 /m4/save-cwd.m4
parent760cfaf4d30f341b5bdf56c5e1a73225c60cfe99 (diff)
downloadcoreutils-c1d66f31cfc5578e7f414e3884959d61a32ee7b7.tar.xz
Use AC_LIBOBJ(save-cwd).
Diffstat (limited to 'm4/save-cwd.m4')
-rw-r--r--m4/save-cwd.m41
1 files changed, 1 insertions, 0 deletions
diff --git a/m4/save-cwd.m4 b/m4/save-cwd.m4
index d19e46894..79173c212 100644
--- a/m4/save-cwd.m4
+++ b/m4/save-cwd.m4
@@ -9,6 +9,7 @@ dnl the same distribution terms as the rest of that program.
AC_DEFUN([gl_SAVE_CWD],
[
AC_LIBSOURCES([save-cwd.c, save-cwd.h])
+ AC_LIBOBJ([save-cwd])
dnl Prerequisites for lib/save-cwd.c.
AC_CHECK_HEADERS_ONCE(fcntl.h unistd.h)
AC_CHECK_FUNCS(fchdir)