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 0049b2a..41d153c 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 5380941..02f9eff 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 376a825..ec3ed27 100644 (file)
@@ -16,6 +16,7 @@ configure.ac:
 gl_MBCHAR
 
 Makefile.am:
+lib_SOURCES += mbchar.c
 
 Include:
 #include "mbchar.h"