Mercurial > hg > octave-shane > gnulib-hg
view modules/human @ 15260:84c3ed33329f
xstrtold: Move AC_LIBOBJ invocations to module description.
* m4/xstrtod.m4 (gl_XSTRTOLD): Remove AC_LIBOBJ invocation.
* modules/xstrtold (Makefile.am): Augment lib_SOURCES.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Tue, 24 May 2011 03:31:49 +0200 |
parents | 54ca2984ef42 |
children | 7dbecbf765a8 |
line wrap: on
line source
Description: Convert a number (usually a file size) to a human readable string, possibly with K/M/G suffix. Files: lib/human.h lib/human.c m4/human.m4 Depends-on: argmatch error intprops memmove xstrtoumax stdbool stdint configure.ac: gl_HUMAN Makefile.am: lib_SOURCES += human.c Include: "human.h" License: GPL Maintainer: Paul Eggert