* modules/unicase/special-casing (Makefile.am): Ensure that the
base directory is created when generating
unicase/special-casing.h.
+2017-11-27 Daiki Ueno <ueno@gnu.org>
+
+ unicase: fix VPATH build
+ * modules/unicase/special-casing (Makefile.am): Ensure that the
+ base directory is created when generating
+ unicase/special-casing.h.
+
2017-11-27 Daiki Ueno <ueno@gnu.org>
libunistring: update to Unicode 9.0.0
# Generate special-casing.h with a declaration that depends on the gperf version.
unicase/special-casing.h: unicase/special-casing.in.h unicase/special-casing-table.h
+ $(AM_V_at)$(MKDIR_P) unicase
$(AM_V_GEN)rm -f $@-t $@ && \
declaration=`grep '^gl_unicase_special_lookup' $(srcdir)/unicase/special-casing-table.h | sed -e 's/register //g'` && \
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \