bug-libtool
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Bug in LT_PROG_GCJ ?


From: Ralf Wildenhues
Subject: Re: Bug in LT_PROG_GCJ ?
Date: Tue, 13 Mar 2007 19:37:56 +0100
User-agent: Mutt/1.5.14 (2007-03-03)

Hello Steve,

Thanks for the report.

* Steve Ellcey wrote on Tue, Mar 13, 2007 at 07:30:28PM CET:
> 
> $ autoconf
> configure:15448: error: possibly undefined macro: AM_PROG_GCJdnl
>       If this token and others are legitimate, please use m4_pattern_allow.
>       See the Autoconf documentation.
[...]

> 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]