headers: relax license to LGPLv2+
[pspp] / modules / iconv
index a7cbf154655bebed1407f73f8f276ab2cb8b2af9..5d81aa3db0bd18e89611d723d3f1ffbfc6352e46 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