check-version: Move AC_LIBOBJ invocations to module description.
authorBruno Haible <bruno@clisp.org>
Mon, 23 May 2011 20:40:34 +0000 (22:40 +0200)
committerBruno Haible <bruno@clisp.org>
Wed, 15 Jun 2011 22:07:18 +0000 (00:07 +0200)
* m4/check-version.m4: Remove file.
* modules/check-version (Files): Remove it.
(configure.ac): Remove gl_CHECK_VERSION call.
(Makefile.am): Augment lib_SOURCES.

ChangeLog
m4/check-version.m4 [deleted file]
modules/check-version

index d8be60e..8878655 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
 2011-05-23  Bruno Haible  <bruno@clisp.org>
 
+       check-version: Move AC_LIBOBJ invocations to module description.
+       * m4/check-version.m4: Remove file.
+       * modules/check-version (Files): Remove it.
+       (configure.ac): Remove gl_CHECK_VERSION call.
+       (Makefile.am): Augment lib_SOURCES.
+
+2011-05-23  Bruno Haible  <bruno@clisp.org>
+
        chdir-safer: Move AC_LIBOBJ invocations to module description.
        * m4/chdir-safer.m4 (gl_CHDIR_SAFER): Remove AC_LIBOBJ invocation.
        * modules/chdir-safer (Makefile.am): Augment lib_SOURCES.
diff --git a/m4/check-version.m4 b/m4/check-version.m4
deleted file mode 100644 (file)
index 5ebb126..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-#serial 2
-dnl Copyright (C) 2005-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.
-
-AC_DEFUN([gl_CHECK_VERSION],
-[
-  AC_LIBOBJ([check-version])
-])
index ab1bb3b..f6eff0d 100644 (file)
@@ -2,7 +2,6 @@ Description:
 Check version string compatibility.
 
 Files:
-m4/check-version.m4
 lib/check-version.h
 lib/check-version.c
 
@@ -10,9 +9,9 @@ Depends-on:
 strverscmp
 
 configure.ac:
-gl_CHECK_VERSION
 
 Makefile.am:
+lib_SOURCES += check-version.c
 
 Include:
 "check-version.h"