From d5e729a9e2b1553b095e11ba40f1c5c3adec60da Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Tue, 24 May 2011 00:28:08 +0200 Subject: [PATCH] long-options: Move AC_LIBOBJ invocations to module description. * m4/long-options.m4: Remove file. * modules/long-options (Files): Remove it. (configure.ac): Remove gl_LONG_OPTIONS call. (Makefile.am): Augment lib_SOURCES. --- ChangeLog | 8 ++++++++ m4/long-options.m4 | 13 ------------- modules/long-options | 3 +-- 3 files changed, 9 insertions(+), 15 deletions(-) delete mode 100644 m4/long-options.m4 diff --git a/ChangeLog b/ChangeLog index 3db4d0690..45c9eaa6c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,13 @@ 2011-05-23 Bruno Haible + long-options: Move AC_LIBOBJ invocations to module description. + * m4/long-options.m4: Remove file. + * modules/long-options (Files): Remove it. + (configure.ac): Remove gl_LONG_OPTIONS call. + (Makefile.am): Augment lib_SOURCES. + +2011-05-23 Bruno Haible + i-ring: Move AC_LIBOBJ invocations to module description. * m4/i-ring.m4 (gl_I_RING): Remove AC_LIBOBJ invocation. * modules/i-ring (Makefile.am): Augment lib_SOURCES. diff --git a/m4/long-options.m4 b/m4/long-options.m4 deleted file mode 100644 index 5e8df5e77..000000000 --- a/m4/long-options.m4 +++ /dev/null @@ -1,13 +0,0 @@ -# long-options.m4 serial 5 -dnl Copyright (C) 2002-2003, 2005-2006, 2009-2011 Free Software Foundation, -dnl 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_LONG_OPTIONS], -[ - AC_LIBOBJ([long-options]) - - dnl Prerequisites of lib/long-options.c. -]) diff --git a/modules/long-options b/modules/long-options index 207610c63..f1106c3cc 100644 --- a/modules/long-options +++ b/modules/long-options @@ -4,7 +4,6 @@ Handle --help and --version options. Files: lib/long-options.h lib/long-options.c -m4/long-options.m4 Depends-on: getopt-gnu @@ -12,9 +11,9 @@ stdlib version-etc configure.ac: -gl_LONG_OPTIONS Makefile.am: +lib_SOURCES += long-options.c Include: "long-options.h" -- 2.11.0