bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: cannot recreate gllib


From: Simon Josefsson
Subject: Re: cannot recreate gllib
Date: Sun, 26 Oct 2008 09:43:24 +0100
User-agent: Gnus/5.110011 (No Gnus v0.11) Emacs/22.2 (gnu/linux)

Sam Steingold <address@hidden> writes:

> rm -f stdlib.h-t stdlib.h
> { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
>         sed -e 's/@''INCLUDE_NEXT''@/include_next/g' \
>             -e 's|@''NEXT_STDLIB_H''@|<stdlib.h>|g' \
>             -e 's|@''GNULIB_MALLOC_POSIX''@|1|g' \
>             -e 's|@''GNULIB_REALLOC_POSIX''@|0|g' \
>             -e 's|@''GNULIB_CALLOC_POSIX''@|0|g' \
>             -e 's|@''GNULIB_GETSUBOPT''@|0|g' \
>             -e 's|@''GNULIB_MKDTEMP''@|0|g' \
>             -e 's|@''GNULIB_MKSTEMP''@|0|g' \
>             -e 's|@''GNULIB_PUTENV''@|0|g' \
>             -e 's|@''GNULIB_RPMATCH''@|0|g' \
>             -e 's|@''GNULIB_SETENV''@|0|g' \
>             -e 's|@''GNULIB_STRTOD''@|0|g' \
>             -e 's|@''GNULIB_UNSETENV''@|0|g' \
>             -e 's|@''HAVE_CALLOC_POSIX''@|1|g' \
>             -e 's|@''HAVE_GETSUBOPT''@|1|g' \
>             -e 's|@''HAVE_MALLOC_POSIX''@|1|g' \
>             -e 's|@''HAVE_MKDTEMP''@|1|g' \
>             -e 's|@''HAVE_REALLOC_POSIX''@|1|g' \
>             -e 's|@''HAVE_RPMATCH''@|1|g' \
>             -e 's|@''HAVE_SETENV''@|1|g' \
>             -e 's|@''HAVE_STRTOD''@|1|g' \
>             -e 's|@''HAVE_UNSETENV''@|1|g' \
>             -e 's|@''REPLACE_MKSTEMP''@|0|g' \
>             -e 's|@''REPLACE_PUTENV''@|0|g' \
>             -e 's|@''REPLACE_STRTOD''@|0|g' \
>             -e 's|@''VOID_UNSETENV''@|0|g' \
>             -e '/definition of GL_LINK_WARNING/r 
> ../../src/src/build-aux/link-warning.h' \
>             < ../../src/gllib/stdlib.in.h; \
>       } > stdlib.h-t
> mv stdlib.h-t stdlib.h

This is missing a fair bit of stuff from the current modules/stdlib
file, are you sure you have updated the makefile when you updated
stdlib.in.h?

/Simon




reply via email to

[Prev in Thread] Current Thread [Next in Thread]