> > 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 is the problem.  Does
> > this seem right?  The problem went away after I removed the 'dnl'.  If
> > this looks right can someone check this change into libtool.
> 
> Does changing the line to
>         AC_SUBST(GCJFLAGS)])])[]dnl
> 
> work?
> 
> Cheers,
> Ralf

Ralf,

Were you (or maybe someone else) going to make this change in the
libtool sources?  Do I need to submit an official patch?  I don't have
write access to the libtool tree so someone else would have to check it
in anyway.  Your suggested change fixed my problem and I would like to
see it checked into the libtool CVS tree so that I don't have to patch
libtool locally in order to use the latest version.

Steve Ellcey
[EMAIL PROTECTED]


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

Reply via email to