[Bug libgcj/33278] [4.3 Regression] libjava fails to compile if configure argument contains "version"
belyshev at depni dot sinp dot msu dot ru
gcc-bugzilla@gcc.gnu.org
Sun Sep 2 12:28:00 GMT 2007
------- 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
More information about the Java-prs
mailing list