* 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"
> > >       AC_SUBST(GCJFLAGS)])])dnl
> > > ])
[...]
> > Does changing the line to
> >         AC_SUBST(GCJFLAGS)])])[]dnl
> > 
> > work?

> Were you (or maybe someone else) going to make this change in the
> libtool sources?

Yes.  However my Libtool work needs to wait until the weekend.  Sorry.

Cheers,
Ralf


_______________________________________________
Bug-libtool mailing list
Bug-libtool@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-libtool

Reply via email to