This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Updating libtool in GCC and srctree


On Mon, Mar 12, 2007 at 04:03:52PM -0700, Steve Ellcey wrote:
> configure:15448: error: possibly undefined macro: AM_PROG_GCJdnl

Where'd that come from?  Wherever it is, it's a bug.  Maybe someone
checked in a typo to the configure file.  "dnl" is a comment start
token in autoconf (that's a very rough approximation of the situation).

> I am not sure why I get this, nothing else seems to be requiring
> m4_pattern_allow.  If I don't use any -I options on aclocal it works and
> then I get a different error from autoconf (about TL_AC_GXX_INCLUDE_DIR
> being possibly undefined).  I think I want the -I options though.

Yes, you always want to match ACLOCAL_AMFLAGS from Makefile.am.

-- 
Daniel Jacobowitz
CodeSourcery


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]