X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Funitypes;h=96cbf7c18b72304e24c304c73e991ccd3d599d7f;hb=533101a268dc5015a140ff4695d8eeb04fbe57b6;hp=b924da974c180610a7c7fa75a3b79fcc87ed713c;hpb=dcab3e21d7163e0ccdef60ddfc340e0072abafab;p=gnulib.git diff --git a/modules/unitypes b/modules/unitypes index b924da974..96cbf7c18 100644 --- a/modules/unitypes +++ b/modules/unitypes @@ -2,20 +2,31 @@ Description: Base types for Unicode string functions. Files: -lib/unitypes.h +lib/unitypes.in.h +m4/libunistring-base.m4 Depends-on: stdint configure.ac: +gl_LIBUNISTRING_LIBHEADER([0.9], [unitypes.h]) Makefile.am: +BUILT_SOURCES += $(LIBUNISTRING_UNITYPES_H) + +unitypes.h: unitypes.in.h + $(AM_V_GEN)rm -f $@-t $@ && \ + { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ + cat $(srcdir)/unitypes.in.h; \ + } > $@-t && \ + mv -f $@-t $@ +MOSTLYCLEANFILES += unitypes.h unitypes.h-t Include: "unitypes.h" License: -LGPL +LGPLv2+ Maintainer: Bruno Haible