On 02/08/2011 12:45 PM, Albert Chin wrote:
> wchar.h: wchar.in.h $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
> $(AM_V_GEN)rm -f $@-t $@ && \
> { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
> 27: sed -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
> -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
> -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
> ...
> -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
> -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
> -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
> 128: < $(srcdir)/wchar.in.h; \
>
> So, 101 lines which causes sed to fail.
>
> I suppose we need to require AC_PROG_SED and use $SED instead of sed
> accordingly?Thanks for the report. However, the correct fix is to break this into multiple sed scripts (we've already done it for other large headers, such as unistd). -- Eric Blake [email protected] +1-801-349-2682 Libvirt virtualization library http://libvirt.org
signature.asc
Description: OpenPGP digital signature
