iconv_open: Move AC_LIBOBJ invocations to module description.
authorBruno Haible <bruno@clisp.org>
Sun, 8 May 2011 19:24:22 +0000 (21:24 +0200)
committerBruno Haible <bruno@clisp.org>
Wed, 15 Jun 2011 22:06:10 +0000 (00:06 +0200)
* m4/iconv_open.m4 (gl_FUNC_ICONV_OPEN, gl_REPLACE_ICONV_OPEN): Move
AC_LIBOBJ invocations from here...
* modules/iconv_open (configure.ac): ... to here.

ChangeLog
m4/iconv_open.m4
modules/iconv_open

index 8960c210670795c22a9d587cadec04d84794316a..97a81674b662eade33debc42bdb93324cb7459a1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2011-05-08  Bruno Haible  <bruno@clisp.org>
+
+       iconv_open: Move AC_LIBOBJ invocations to module description.
+       * m4/iconv_open.m4 (gl_FUNC_ICONV_OPEN, gl_REPLACE_ICONV_OPEN): Move
+       AC_LIBOBJ invocations from here...
+       * modules/iconv_open (configure.ac): ... to here.
+
 2011-05-08  Bruno Haible  <bruno@clisp.org>
 
        iconv_open, iconv_open-utf: Respect rules for use of AC_LIBOBJ.
index 7960a88d94eb95fac2490e9a721404758b04dd49..accdecc22fee5aa46ad3a7835452149cdaf0c242 100644 (file)
@@ -1,4 +1,4 @@
-# iconv_open.m4 serial 13
+# iconv_open.m4 serial 14
 dnl Copyright (C) 2007-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,
@@ -44,8 +44,6 @@ AC_DEFUN([gl_FUNC_ICONV_OPEN],
           [Define if the iconv() functions are enhanced to handle the UTF-{16,32}{BE,LE} encodings.])
         REPLACE_ICONV=1
         gl_REPLACE_ICONV_OPEN
-        AC_LIBOBJ([iconv])
-        AC_LIBOBJ([iconv_close])
       fi
     ])
   fi
@@ -55,5 +53,4 @@ AC_DEFUN([gl_REPLACE_ICONV_OPEN],
 [
   gl_REPLACE_ICONV_H
   REPLACE_ICONV_OPEN=1
-  AC_LIBOBJ([iconv_open])
 ])
index 5079d275777d3bd2c1a3dc3b1e736526cd70d8e3..c965b8ff7ad5e0580d81794e563e2a5399a6ec94 100644 (file)
@@ -24,6 +24,13 @@ unistr/u8-uctomb  [test $REPLACE_ICONV_UTF = 1]
 
 configure.ac:
 gl_FUNC_ICONV_OPEN
+if test $REPLACE_ICONV_OPEN = 1; then
+  AC_LIBOBJ([iconv_open])
+fi
+if test $REPLACE_ICONV = 1; then
+  AC_LIBOBJ([iconv])
+  AC_LIBOBJ([iconv_close])
+fi
 
 Makefile.am:
 iconv_open-aix.h: iconv_open-aix.gperf