Fix *printf behaviour in out-of-memory situations on MacOS X and *BSD.
[gnulib.git] / modules / iconv
index a7cbf15..5d81aa3 100644 (file)
@@ -13,10 +13,15 @@ AM_ICONV
 Makefile.am:
 
 Include:
-<iconv.h>
+#if HAVE_ICONV
+# include <iconv.h>
+#endif
+
+Link:
+$(LTLIBICONV) when linking with libtool, $(LIBICONV) otherwise
 
 License:
-LGPL
+LGPLv2+
 
 Maintainer:
 Bruno Haible