bug-gnulib
[Top][All Lists]
Advanced

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

Re: Mutilated stdlib.h


From: Bruce Korb
Subject: Re: Mutilated stdlib.h
Date: Thu, 31 Mar 2011 18:00:27 -0700

Hi Bruno,

On Thu, Mar 31, 2011 at 5:53 PM, Bruno Haible <address@hidden> wrote:
> Bruce Korb wrote:
>>  > rm -f stdlib.h-t stdlib.h && \
>>  > { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
>>  >   sed -e 's|@''INCLUDE_NEXT''@||g' \
>>  >       -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
>>  >       -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
>>  >       -e 's|@''NEXT_STDLIB_H''@||g' \
>
> Your Makefile is definitely not correctly generated. Do a "make distclean",
> then reconfigure.
>
> Remember to always do a "make distclean" before running gnulib-tool or
> autoreconf. Otherwise such things can happen.

I'll poke around to see what I can see.
I did this sequence:

> git clean -f -x -d .
> ./bootstrap
> mkdir _b ; cd _b
> ../configure && make

which ought to be at least as clean as "distclean".
Something is misconfigured.....

Thank you!  Regards, Bruce



reply via email to

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