pmccabe2html: escaping of special characters
[gnulib.git] / modules / unistr / u8-stpcpy
index 3c3ea19..ed9cd4f 100644 (file)
@@ -10,9 +10,12 @@ unistr/base
 
 configure.ac:
 AC_CHECK_FUNCS_ONCE([stpcpy])
-gl_LIBUNISTRING_LIBSOURCE([0.9], [unistr/u8-stpcpy.c])
+gl_LIBUNISTRING_MODULE([0.9], [unistr/u8-stpcpy])
 
 Makefile.am:
+if LIBUNISTRING_COMPILE_UNISTR_U8_STPCPY
+lib_SOURCES += unistr/u8-stpcpy.c
+endif
 
 Include:
 "unistr.h"