Mercurial > hg > octave-nkf > gnulib-hg
view modules/ftello @ 17608:63e4133ca82e
relocatable-maint.texi: escape braces
The change causes makeinfo 5.2 to fail:
env LANG= LC_MESSAGES= LC_ALL= LANGUAGE= makeinfo --no-split
--reference-limit=2000 gnulib.texi
./relocatable-maint.texi:153: misplaced {
...
Escaping the braces as per the attached patch seems to fix this.
author | Daniel Albers <daniel@lbe.rs> |
---|---|
date | Thu, 16 Jan 2014 12:56:52 +0100 |
parents | 6a9ea5d7b466 |
children | 1f14c6dd175d |
line wrap: on
line source
Description: ftello() function: Retrieve the position of a FILE stream. Files: lib/ftello.c lib/stdio-impl.h m4/fseeko.m4 m4/ftello.m4 Depends-on: stdio extensions largefile sys_types lseek [test $HAVE_FTELLO = 0 || test $REPLACE_FTELLO = 1] # Just to guarantee consistency between ftell() and ftello(). ftell configure.ac-early: AC_REQUIRE([AC_FUNC_FSEEKO]) configure.ac: gl_FUNC_FTELLO if test $HAVE_FTELLO = 0 || test $REPLACE_FTELLO = 1; then AC_LIBOBJ([ftello]) gl_PREREQ_FTELLO fi gl_STDIO_MODULE_INDICATOR([ftello]) Makefile.am: Include: <stdio.h> License: LGPLv2+ Maintainer: Bruno Haible