This is the mail archive of the binutils@sources.redhat.com 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: configure problems: possibly undefined macro: AS_FOR_TARGET


On Mon, Jan 06, 2003 at 10:02:28AM -0500, Daniel Jacobowitz wrote:
> On Mon, Jan 06, 2003 at 09:19:18AM +0100, Christian Jönsson wrote:
> > chj@TOPPEN:/usr/local/src/gcc-binutils/trunk/src$ autoconf --version
> > autoconf (GNU Autoconf) 2.57
> > Written by David J. MacKenzie and Akim Demaille.
> > 
> > Copyright 2002 Free Software Foundation, Inc.
> > This is free software; see the source for copying conditions.  There is NO
> > warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
> > chj@TOPPEN:/usr/local/src/gcc-binutils/trunk/src$
> > 
> > Are we on the road to 2.5x?
> 
> No.  This is a problem in your system's wrapper.

well, regardless, it is suggested recently on the cygwin list that
binutils or more correct I guess, the top-level configure.in to have
this patch in it

--- configure.in.orig 2003-01-06 11:46:34.000000000 -0500
+++ configure.in 2003-01-06 11:45:06.000000000 -0500
@@ -19,6 +19,7 @@
### WARNING: this file contains embedded tabs. Do not run untabify on this file.
AC_INIT(move-if-change)
+AC_PREREQ(2.13)
AC_CANONICAL_SYSTEM
AC_ARG_PROGRAM


Cheers,

/ChJ


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