changeset 15205:38c51bfbaa67

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.
author Bruno Haible <bruno@clisp.org>
date Mon, 23 May 2011 23:52:25 +0200
parents 05baeb726878
children 06946960c6cc
files ChangeLog m4/hard-locale.m4 modules/hard-locale
diffstat 3 files changed, 9 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2011-05-23  Bruno Haible  <bruno@clisp.org>
+
+	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  <bruno@clisp.org>
 
 	getugroups: Move AC_LIBOBJ invocations to module description.
--- 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 No prerequisites of lib/hard-locale.c.
 AC_DEFUN([gl_HARD_LOCALE],
 [
-  AC_LIBOBJ([hard-locale])
+  :
 ])
--- a/modules/hard-locale
+++ b/modules/hard-locale
@@ -14,6 +14,7 @@
 gl_HARD_LOCALE
 
 Makefile.am:
+lib_SOURCES += hard-locale.c
 
 Include:
 "hard-locale.h"