This is the mail archive of the java-prs@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libgcj/33278] [4.3 Regression] libjava fails to compile if configure argument contains "version"



------- Comment #2 from belyshev at depni dot sinp dot msu dot ru  2007-09-02 12:28 -------
(In reply to comment #1)
>> doesn't look robust either; what about
> 
>   gcjversion=`cat $srcdir/../gcc/BASE-VER`
> 

Agreed, that's much better. To be even more robust, add quotes:

gcjversion=`cat "$srcdir/../gcc/BASE-VER"`


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33278


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]