From: Bruno Haible Date: Mon, 23 May 2011 21:52:25 +0000 (+0200) Subject: hard-locale: Move AC_LIBOBJ invocations to module description. X-Git-Tag: v0.1~2321 X-Git-Url: http://erislabs.org.uk/gitweb/?a=commitdiff_plain;h=8cc5c7f6a4982701ec4c1d03caba249a5f86c3dd;p=gnulib.git hard-locale: Move AC_LIBOBJ invocations to module description. * m4/hard-locale.m4 (gl_HARD_LOCALE): Remove AC_LIBOBJ invocation. * modules/hard-locale (Makefile.am): Augment lib_SOURCES. --- diff --git a/ChangeLog b/ChangeLog index d03b74b74..cd0807373 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,11 @@ 2011-05-23 Bruno Haible + hard-locale: Move AC_LIBOBJ invocations to module description. + * m4/hard-locale.m4 (gl_HARD_LOCALE): Remove AC_LIBOBJ invocation. + * modules/hard-locale (Makefile.am): Augment lib_SOURCES. + +2011-05-23 Bruno Haible + getugroups: Move AC_LIBOBJ invocations to module description. * m4/getugroups.m4 (gl_GETUGROUPS): Remove AC_LIBOBJ invocation. * modules/getugroups (Makefile.am): Augment lib_SOURCES. diff --git a/m4/hard-locale.m4 b/m4/hard-locale.m4 index 8b3735131..b3313388f 100644 --- a/m4/hard-locale.m4 +++ b/m4/hard-locale.m4 @@ -1,4 +1,4 @@ -# hard-locale.m4 serial 7 +# hard-locale.m4 serial 8 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, @@ -7,5 +7,5 @@ dnl with or without modifications, as long as this notice is preserved. dnl No prerequisites of lib/hard-locale.c. AC_DEFUN([gl_HARD_LOCALE], [ - AC_LIBOBJ([hard-locale]) + : ]) diff --git a/modules/hard-locale b/modules/hard-locale index 2f9810adf..88dff8e90 100644 --- a/modules/hard-locale +++ b/modules/hard-locale @@ -14,6 +14,7 @@ configure.ac: gl_HARD_LOCALE Makefile.am: +lib_SOURCES += hard-locale.c Include: "hard-locale.h"