view modules/unistdio/base @ 14953:632892f73130

fwriting: Move AC_LIBOBJ invocations to module description. * m4/fwriting.m4 (gl_FUNC_FWRITINT): Move AC_LIBOBJ invocation from here... * modules/fwriting (configure.ac): ... to here.
author Bruno Haible <bruno@clisp.org>
date Sat, 07 May 2011 13:48:53 +0200
parents 86634e33e086
children 1f14c6dd175d
line wrap: on
line source

Description:
Base layer for formatted output to strings.

Files:
lib/unistdio.in.h
m4/libunistring-base.m4

Depends-on:
unitypes

configure.ac:
gl_LIBUNISTRING_LIBHEADER([0.9], [unistdio.h])

Makefile.am:
BUILT_SOURCES += $(LIBUNISTRING_UNISTDIO_H)

unistdio.h: unistdio.in.h
	$(AM_V_GEN)rm -f $@-t $@ && \
	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
	  cat $(srcdir)/unistdio.in.h; \
	} > $@-t && \
	mv -f $@-t $@
MOSTLYCLEANFILES += unistdio.h unistdio.h-t

Include:
"unistdio.h"

License:
LGPL

Maintainer:
Bruno Haible