autoupdate
[pspp] / modules / iconv
index a7cbf154655bebed1407f73f8f276ab2cb8b2af9..105b16641373ee97698b6dad18e0ad7d829e3c13 100644 (file)
@@ -9,14 +9,21 @@ havelib
 
 configure.ac:
 AM_ICONV
+m4_ifdef([gl_ICONV_MODULE_INDICATOR],
+  [gl_ICONV_MODULE_INDICATOR([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