Mercurial > hg > octave-jordi > gnulib-hg
view modules/unitypes @ 13442:2d4854871087
unitypes: Fix bug introduced on 2010-05-18.
author | Ian Beckwith <ianb@erislabs.net> |
---|---|
date | Tue, 29 Jun 2010 10:51:34 +0200 |
parents | 86634e33e086 |
children | f49fe7e6d028 b4cc3c41ca79 |
line wrap: on
line source
Description: Base types for Unicode string functions. Files: 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 Maintainer: Bruno Haible