Re: Bug in LT_PROG_GCJ ?

2007-03-21 Thread Steve Ellcey
Applied to HEAD. I put you in THANKS, too. Cheers, Ralf Thanks Ralf, this is one step towards getting GCC off of its ancient 1.4 libtool. Steve Ellcey [EMAIL PROTECTED] ___ Bug-libtool mailing list Bug-libtool@gnu.org

Re: Bug in LT_PROG_GCJ ?

2007-03-18 Thread Ralf Wildenhues
Hello Steve, and sorry for the delay, * Ralf Wildenhues wrote on Fri, Mar 16, 2007 at 06:34:34PM CET: * Steve Ellcey wrote on Fri, Mar 16, 2007 at 06:30:38PM CET: AC_DEFUN([LT_PROG_GCJ], [m4_ifdef([AC_PROG_GCJ], [AC_PROG_GCJ], [m4_ifdef([A][M_PROG_GCJ], [A][M_PROG_GCJ],

Re: Bug in LT_PROG_GCJ ?

2007-03-16 Thread Steve Ellcey
AC_DEFUN([LT_PROG_GCJ], [m4_ifdef([AC_PROG_GCJ], [AC_PROG_GCJ], [m4_ifdef([A][M_PROG_GCJ], [A][M_PROG_GCJ], [AC_CHECK_TOOL(GCJ, gcj,) test x${GCJFLAGS+set} = xset || GCJFLAGS=-g -O2 AC_SUBST(GCJFLAGS)])])dnl ]) I think the 'dnl' at the end of the AC_SUBST line

Re: Bug in LT_PROG_GCJ ?

2007-03-16 Thread Ralf Wildenhues
* Steve Ellcey wrote on Fri, Mar 16, 2007 at 06:30:38PM CET: AC_DEFUN([LT_PROG_GCJ], [m4_ifdef([AC_PROG_GCJ], [AC_PROG_GCJ], [m4_ifdef([A][M_PROG_GCJ], [A][M_PROG_GCJ], [AC_CHECK_TOOL(GCJ, gcj,) test x${GCJFLAGS+set} = xset || GCJFLAGS=-g -O2

Bug in LT_PROG_GCJ ?

2007-03-13 Thread Steve Ellcey
I am currently expirementing with using the latest (ToT) libtool in the GCC and binutils builds. I ran into a problem when trying to run aclocal and autoconf in the GCC libjava directory, I was getting: $ aclocal -I . -I .. -I ../config $ autoconf configure:15448: error: possibly undefined

Re: Bug in LT_PROG_GCJ ?

2007-03-13 Thread Steve Ellcey
From: Ralf Wildenhues [EMAIL PROTECTED] Does changing the line to AC_SUBST(GCJFLAGS)])])[]dnl work? Cheers, Ralf Yes, that works. Steve Ellcey [EMAIL PROTECTED] ___ Bug-libtool mailing list Bug-libtool@gnu.org