X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Funinorm%2Fbase;h=a9a106b4cb73b427109d5e9eae34a28c41e96058;hb=204f9216c0518251439234fe17bd2f7798156aa3;hp=062a5bee3d969a2ccc96a7ae6c902700a51137ac;hpb=762e95706d4dec592fbdda953092e3570e54e499;p=gnulib.git diff --git a/modules/uninorm/base b/modules/uninorm/base index 062a5bee3..a9a106b4c 100644 --- a/modules/uninorm/base +++ b/modules/uninorm/base @@ -2,20 +2,31 @@ Description: Base layer for normalization forms of Unicode strings. Files: -lib/uninorm.h +lib/uninorm.in.h +m4/libunistring-base.m4 Depends-on: unitypes configure.ac: +gl_LIBUNISTRING_LIBHEADER([0.9], [uninorm.h]) Makefile.am: +BUILT_SOURCES += $(LIBUNISTRING_UNINORM_H) + +uninorm.h: uninorm.in.h + $(AM_V_GEN)rm -f $@-t $@ && \ + { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ + cat $(srcdir)/uninorm.in.h; \ + } > $@-t && \ + mv -f $@-t $@ +MOSTLYCLEANFILES += uninorm.h uninorm.h-t Include: "uninorm.h" License: -LGPL +LGPLv2+ Maintainer: Bruno Haible