From f0aca245e80366e914407d3b4678993d28340b4b Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Mon, 23 May 2011 22:40:34 +0200 Subject: [PATCH] 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. --- ChangeLog | 8 ++++++++ m4/check-version.m4 | 10 ---------- modules/check-version | 3 +-- 3 files changed, 9 insertions(+), 12 deletions(-) delete mode 100644 m4/check-version.m4 diff --git a/ChangeLog b/ChangeLog index d8be60e8af..8878655107 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2011-05-23 Bruno Haible + + 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 chdir-safer: Move AC_LIBOBJ invocations to module description. diff --git a/m4/check-version.m4 b/m4/check-version.m4 deleted file mode 100644 index 5ebb1267bd..0000000000 --- a/m4/check-version.m4 +++ /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]) -]) diff --git a/modules/check-version b/modules/check-version index ab1bb3bc31..f6eff0deaa 100644 --- a/modules/check-version +++ b/modules/check-version @@ -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" -- 2.30.2