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
_______________________________________________
Bug-libtool mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-libtool