bug-automake
[Top][All Lists]
Advanced

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

bug in m4/gcj.m4 (CVS head)


From: Olivier
Subject: bug in m4/gcj.m4 (CVS head)
Date: Sat, 20 Oct 2001 15:19:39 +1000
User-agent: Mutt/1.3.20i

Hi

I am not an automake expert but I believe m4/gcj.m4 has a bug in its
handling of GCJFLAGS. This is with today's CVS head.

the code reads:


if test "x${GCJFLAGS+set}" = xset; then
   GCJFLAGS="-g -O2"
fi


shouldn't that be something like:


if test "x$GCJFLAGS" = x; then
...


the construct ${GCJFLAGS+set} doesn't work for me.



The resulting effect of this bug is that:

   ./configure                    does not define GCJFLAGS at all. 

   GCJFLAGS="-O1" ./configure     overwrite my setting with the
                                  default (-g -O2)
              
Thanks

Olivier

-- 
----------------------------------------------------------------------
Olivier Louchart-Fletcher
Email: address@hidden



reply via email to

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