backupfile: Move AC_LIBOBJ invocations to module description.
authorBruno Haible <bruno@clisp.org>
Mon, 23 May 2011 20:27:32 +0000 (22:27 +0200)
committerBruno Haible <bruno@clisp.org>
Wed, 15 Jun 2011 22:07:17 +0000 (00:07 +0200)
* m4/backupfile.m4 (gl_BACKUPFILE): Remove AC_LIBOBJ invocation.
* modules/backupfile (Makefile.am): Augment lib_SOURCES.

ChangeLog
m4/backupfile.m4
modules/backupfile

index 3d8bd059b8361fb452d7ec3b6b8a6d42e2568634..4736aaa0d005634a2148fa3f28752c847365c85f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2011-05-23  Bruno Haible  <bruno@clisp.org>
+
+       backupfile: Move AC_LIBOBJ invocations to module description.
+       * m4/backupfile.m4 (gl_BACKUPFILE): Remove AC_LIBOBJ invocation.
+       * modules/backupfile (Makefile.am): Augment lib_SOURCES.
+
 2011-05-23  Bruno Haible  <bruno@clisp.org>
 
        argmatch: Move AC_LIBOBJ invocations to module description.
index ac9559ebc4ac29218e0c796e279f161f7941b92c..f1de0bf8563b61e21ba4503a0c300a451424b6aa 100644 (file)
@@ -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])
index 0258817f903139c1c93e79e8e2fc7bb307292f5d..c7ab86c4bbf18904e19115f20c0ae02f1f703a0c 100644 (file)
@@ -19,6 +19,7 @@ configure.ac:
 gl_BACKUPFILE
 
 Makefile.am:
+lib_SOURCES += backupfile.c
 
 Include:
 "backupfile.h"