summaryrefslogtreecommitdiff
path: root/m4/backupfile.m4
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2011-05-23 22:27:32 +0200
committerBruno Haible <bruno@clisp.org>2011-06-16 00:07:17 +0200
commit69e8f12ca4fc94dcca2aaf2c6c75c6119bcddfc2 (patch)
tree074a49487f3fc3c7a7e7a18997e7e9800583e542 /m4/backupfile.m4
parent9e1cdef20b772f0baac07cd0dbec23a00574d28c (diff)
downloadgnulib-69e8f12ca4fc94dcca2aaf2c6c75c6119bcddfc2.tar.gz
backupfile: Move AC_LIBOBJ invocations to module description.
* m4/backupfile.m4 (gl_BACKUPFILE): Remove AC_LIBOBJ invocation. * modules/backupfile (Makefile.am): Augment lib_SOURCES.
Diffstat (limited to 'm4/backupfile.m4')
-rw-r--r--m4/backupfile.m46
1 files changed, 2 insertions, 4 deletions
diff --git a/m4/backupfile.m4 b/m4/backupfile.m4
index ac9559ebc4..f1de0bf856 100644
--- a/m4/backupfile.m4
+++ b/m4/backupfile.m4
@@ -1,14 +1,12 @@
-# backupfile.m4 serial 13
+# backupfile.m4 serial 14
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 of lib/backupfile.c.
AC_DEFUN([gl_BACKUPFILE],
[
- AC_LIBOBJ([backupfile])
-
- dnl Prerequisites of lib/backupfile.c.
AC_REQUIRE([gl_CHECK_TYPE_STRUCT_DIRENT_D_INO])
AC_REQUIRE([AC_SYS_LONG_FILE_NAMES])
AC_CHECK_FUNCS_ONCE([pathconf])