X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Funiwbrk%2Fbase;fp=modules%2Funiwbrk%2Fbase;h=cfb9b7836470b90298b919ef26ea88451f081ced;hb=1495c20d059a7bf8cae0ad51bc576f4c458674e1;hp=66afadbdb5a28be5703ccdd46663a11f544ad71c;hpb=68e3d00f99416b0d007e9ef9c7841488ea696e3d;p=gnulib.git diff --git a/modules/uniwbrk/base b/modules/uniwbrk/base index 66afadbdb..cfb9b7836 100644 --- a/modules/uniwbrk/base +++ b/modules/uniwbrk/base @@ -2,14 +2,25 @@ Description: Base layer for word breaks. Files: -lib/uniwbrk.h +lib/uniwbrk.in.h +m4/libunistring-base.m4 Depends-on: unitypes configure.ac: +gl_LIBUNISTRING_LIBHEADER([0.9], [uniwbrk.h]) Makefile.am: +BUILT_SOURCES += $(LIBUNISTRING_UNIWBRK_H) + +uniwbrk.h: uniwbrk.in.h + $(AM_V_GEN)rm -f $@-t $@ && \ + { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ + cat $(srcdir)/uniwbrk.in.h; \ + } > $@-t && \ + mv -f $@-t $@ +MOSTLYCLEANFILES += uniwbrk.h uniwbrk.h-t Include: "uniwbrk.h"