ignore-value: revert previous code change
[gnulib.git] / modules / iconv
index 757bd5b..105b166 100644 (file)
@@ -9,6 +9,8 @@ havelib
 
 configure.ac:
 AM_ICONV
+m4_ifdef([gl_ICONV_MODULE_INDICATOR],
+  [gl_ICONV_MODULE_INDICATOR([iconv])])
 
 Makefile.am:
 
@@ -17,8 +19,11 @@ Include:
 # include <iconv.h>
 #endif
 
+Link:
+$(LTLIBICONV) when linking with libtool, $(LIBICONV) otherwise
+
 License:
-LGPL
+LGPLv2+
 
 Maintainer:
 Bruno Haible