hard-locale: Move AC_LIBOBJ invocations to module description.
authorBruno Haible <bruno@clisp.org>
Mon, 23 May 2011 21:52:25 +0000 (23:52 +0200)
committerBruno Haible <bruno@clisp.org>
Wed, 15 Jun 2011 22:07:26 +0000 (00:07 +0200)
* m4/hard-locale.m4 (gl_HARD_LOCALE): Remove AC_LIBOBJ invocation.
* modules/hard-locale (Makefile.am): Augment lib_SOURCES.

ChangeLog
m4/hard-locale.m4
modules/hard-locale

index d03b74b74366f73f3f2fef4d2359b3e01188cc76..cd0807373c5d4d3354a89503f498dd781f23802f 100644 (file)
--- 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.
index 8b373513133c007228e43fe0d635dfbac4252388..b3313388fd3d4a9e4156ed2485f8cbfa5a80aabe 100644 (file)
@@ -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])
+  :
 ])
index 2f9810adf98d2176c455edadc93c2653795a1508..88dff8e9027b8a5b1d97599b65d8a66bd219a8fd 100644 (file)
@@ -14,6 +14,7 @@ configure.ac:
 gl_HARD_LOCALE
 
 Makefile.am:
+lib_SOURCES += hard-locale.c
 
 Include:
 "hard-locale.h"