Mercurial > hg > octave-lojdl > gnulib-hg
view modules/unistr/u8-stpcpy @ 13388:9ef3893d2c73
Don't use AC_LIBOBJ with file names in subdirectories.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Fri, 04 Jun 2010 00:21:14 +0200 |
parents | 86634e33e086 |
children |
line wrap: on
line source
Description: Copy UTF-8 string. Files: lib/unistr/u8-stpcpy.c lib/unistr/u-stpcpy.h Depends-on: unistr/base configure.ac: AC_CHECK_FUNCS_ONCE([stpcpy]) gl_LIBUNISTRING_MODULE([0.9], [unistr/u8-stpcpy]) Makefile.am: if LIBUNISTRING_COMPILE_UNISTR_U8_STPCPY lib_SOURCES += unistr/u8-stpcpy.c endif Include: "unistr.h" License: LGPL Maintainer: Bruno Haible