tmpfile: Fix C++ test error on mingw.
[pspp] / modules / iconv
index 6abfd8530229fdf14be6f1049e3ab78e3f6761c1..5d81aa3db0bd18e89611d723d3f1ffbfc6352e46 100644 (file)
@@ -1,13 +1,11 @@
 Description:
+Character set conversion.
 
 Files:
 m4/iconv.m4
-m4/lib-ld.m4
-m4/lib-link.m4
-m4/lib-prefix.m4
-config.rpath
 
 Depends-on:
+havelib
 
 configure.ac:
 AM_ICONV
@@ -15,5 +13,16 @@ AM_ICONV
 Makefile.am:
 
 Include:
-<iconv.h>
+#if HAVE_ICONV
+# include <iconv.h>
+#endif
+
+Link:
+$(LTLIBICONV) when linking with libtool, $(LIBICONV) otherwise
+
+License:
+LGPLv2+
+
+Maintainer:
+Bruno Haible