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.

Bruno
-- 
In memoriam Selena Quintanilla <http://en.wikipedia.org/wiki/Selena>

Reply via email to