]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
Use AC_LIBOBJ(save-cwd).
authorJim Meyering <jim@meyering.net>
Mon, 6 Dec 2004 10:35:27 +0000 (10:35 +0000)
committerJim Meyering <jim@meyering.net>
Mon, 6 Dec 2004 10:35:27 +0000 (10:35 +0000)
m4/save-cwd.m4

index d19e4689464787b50db0eb9af8d63b0e7a7977c3..79173c212cad6a3d1c1d90cd4a87de4cce8b4b7b 100644 (file)
@@ -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)