summaryrefslogtreecommitdiff
path: root/m4/save-cwd.m4
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2011-05-24 01:33:23 +0200
committerBruno Haible <bruno@clisp.org>2011-06-16 00:07:37 +0200
commitf7fbbd8116487ac9f858c253f4eeb9547e3d6ede (patch)
treea3094fb5cd3ba4967a67dfa217800647cc1d83ce /m4/save-cwd.m4
parent98eb156ec95d5dcc3d567941de68d2d2a8088f46 (diff)
downloadgnulib-f7fbbd8116487ac9f858c253f4eeb9547e3d6ede.tar.gz
save-cwd: Move AC_LIBOBJ invocations to module description.
* m4/save-cwd.m4 (gl_SAVE_CWD): Remove AC_LIBOBJ invocation. * modules/save-cwd (Makefile.am): Augment lib_SOURCES.
Diffstat (limited to 'm4/save-cwd.m4')
-rw-r--r--m4/save-cwd.m45
1 files changed, 2 insertions, 3 deletions
diff --git a/m4/save-cwd.m4 b/m4/save-cwd.m4
index 7437e05367..0769ea8e1d 100644
--- a/m4/save-cwd.m4
+++ b/m4/save-cwd.m4
@@ -1,12 +1,11 @@
-# serial 9
+# serial 10
dnl Copyright (C) 2002-2006, 2009-2011 Free Software Foundation, Inc.
dnl This file is free software; the Free Software Foundation
dnl gives unlimited permission to copy and/or distribute it,
dnl with or without modifications, as long as this notice is preserved.
+dnl Prerequisites for lib/save-cwd.c.
AC_DEFUN([gl_SAVE_CWD],
[
- AC_LIBOBJ([save-cwd])
- dnl Prerequisites for lib/save-cwd.c.
AC_CHECK_FUNCS_ONCE([fchdir])
])