Mercurial > hg > octave-kai > gnulib-hg
view modules/iconv @ 14406:8d1ec7b0bc4d
parse-duration: remove xalloc.h dependency
* lib/parse-duration.c (parse_period): handle NULL return from
strdup instead of calling xstrdup().
* modules/parse-duration: remove "xalloc" dependency
author | Bruce Korb <bkorb@gnu.org> |
---|---|
date | Thu, 03 Mar 2011 15:07:32 -0800 |
parents | 8bb7740af8bb |
children |
line wrap: on
line source
Description: Character set conversion. Files: m4/iconv.m4 Depends-on: havelib configure.ac: AM_ICONV m4_ifdef([gl_ICONV_MODULE_INDICATOR], [gl_ICONV_MODULE_INDICATOR([iconv])]) Makefile.am: Include: #if HAVE_ICONV # include <iconv.h> #endif Link: $(LTLIBICONV) when linking with libtool, $(LIBICONV) otherwise License: LGPLv2+ Maintainer: Bruno Haible