Reduce the number of AC_LIBOBJ invocations by 1.
authorBruno Haible <bruno@clisp.org>
Sun, 28 Jan 2007 16:00:02 +0000 (16:00 +0000)
committerBruno Haible <bruno@clisp.org>
Sun, 28 Jan 2007 16:00:02 +0000 (16:00 +0000)
ChangeLog
m4/mbchar.m4
modules/mbchar

index 0049b2a3e32ea6dc0746fb275e64cf0ea36fe853..41d153ccad99571da6c39d8a73e51cf4cbfca824 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2007-01-28  Bruno Haible  <bruno@clisp.org>
+
+       * modules/mbchar (Makefile.am): Add mbchar.c to lib_SOURCES.
+       * m4/mbchar.m4 (gl_MBCHAR): Remove AC_LIBOBJ invocation.
+
 2007-01-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
 
        * gnulib-tool (func_emit_lib_Makefile_am, func_add_or_update)
index 5380941b44c073f1f73b28a9d92cd78b420498a0..02f9effe0d25c644b23382ddd98a4f71d27a4b76 100644 (file)
@@ -1,4 +1,4 @@
-# mbchar.m4 serial 5
+# mbchar.m4 serial 6
 dnl Copyright (C) 2005-2007 Free Software Foundation, Inc.
 dnl This file is free software; the Free Software Foundation
 dnl gives unlimited permission to copy and/or distribute it,
@@ -10,5 +10,4 @@ dnl From Bruno Haible.
 AC_DEFUN([gl_MBCHAR],
 [
   AC_REQUIRE([AC_GNU_SOURCE])
-  AC_LIBOBJ([mbchar])
 ])
index 376a825647922325ed086889808d5e9f83a7838b..ec3ed27f55ad45e9d363add58493119bbb964250 100644 (file)
@@ -16,6 +16,7 @@ configure.ac:
 gl_MBCHAR
 
 Makefile.am:
+lib_SOURCES += mbchar.c
 
 Include:
 #include "mbchar.h"