bootstrap: use correct source when copying build-aux files
[gnulib.git] / modules / unistr / u32-move
index dfe9bfc..f5a629c 100644 (file)
@@ -7,11 +7,15 @@ lib/unistr/u-move.h
 
 Depends-on:
 unistr/base
+memmove
 
 configure.ac:
+gl_LIBUNISTRING_MODULE([0.9], [unistr/u32-move])
 
 Makefile.am:
+if LIBUNISTRING_COMPILE_UNISTR_U32_MOVE
 lib_SOURCES += unistr/u32-move.c
+endif
 
 Include:
 "unistr.h"