On Wed, Mar 06, 2013 at 06:18:56PM +0100, Sven Joachim wrote:
> - curses.h includes the path to the build directory in a comment.  The
>   culprit is this snippet from include/MKkey_defs.sh:
> 
>   ,----
>   | cat <<EOF
>   | /*
>   |  * These definitions were generated by $0 $DATA
>   |  */
>   | EOF
>   `----
> 
>   Removing that snippet or using `basename $0` `basename $DATA` to get
>   rid of the directory name appears to be sufficient to make the headers
>   identical across Linux architectures.  Thomas, would you be willing to
>   do either upstream?

It would be more consistent for me to use "./", since that matches the
behavior that I see in building ;-)

-- 
Thomas E. Dickey <dic...@invisible-island.net>
http://invisible-island.net
ftp://invisible-island.net

Attachment: signature.asc
Description: Digital signature

Reply via email to