bug-ncurses
[Top][All Lists]
Advanced

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

Re: ANN: ncurses-5.9-20131012


From: Thomas Dickey
Subject: Re: ANN: ncurses-5.9-20131012
Date: Sun, 13 Oct 2013 09:06:05 -0400
User-agent: Mutt/1.5.20 (2009-06-14)

On Sun, Oct 13, 2013 at 01:48:45PM +0300, Roumen Petrov wrote:
> It seems to me following modification is not correct:
> 
> @@ -79,7 +79,7 @@
>      ACPPFLAGS="$ACPPFLAGS -I\${includedir}"
>  elif test "$includedir" != "/usr/include"; then
>      if test "$includedir" = '${prefix}/include' ; then
> -        if test $prefix != /usr ; then
> +        if test x$prefix != /usr ; then

agreed: I didn't notice because it happened to have no effect on my
build-logs.  I'll put out a followup patch today (thanks)

> same here
> 
> @@ -102,7 +102,7 @@
>      ACPPFLAGS="$ACPPFLAGS -I\${includedir}"
>  elif test "$includedir" != "/usr/include"; then
>      if test "$includedir" = '${prefix}/include' ; then
> -        if test $prefix != /usr ; then
> +        if test x$prefix != /usr ; then
>              ACPPFLAGS="$ACPPFLAGS -I\${includedir}"
>          fi
>      else

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

Attachment: signature.asc
Description: Digital signature


reply via email to

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