ylwrap autofoo fun

Daniel Jacobowitz drow@false.org
Mon Nov 22 00:27:00 GMT 2004


On Sun, Nov 21, 2004 at 06:37:50PM -0500, Robert Connolly wrote:
> When I patch ld/{configure.in,Makefile.am} I run:
> cd ld &&
> aclocal -I ../config &&
> autoconf &&
> autoheader &&
> automake -a
> 
> after, and all seems well. However what was previously:
> $(SHELL) $(YLWRAP) "$(YACC)" $< y.tab.c $*.c y.tab.h $*.h -- $(AM_YFLAGS) 
> $(YFLAGS)
> 
> becomes:
> $(SHELL) $(YLWRAP) $< y.tab.c $@ y.tab.h $*.h y.output $*.output -- 
> $(YACCCOMPILE)
> 
> in ld/Makefile, and this of course causes a failure to make because things are 
> out of order.
> 
> What is the correct way to reconfigure?

Use the same versions of the autotools that were previously used.  I'm
going to move all of src/ to the new ylwrap someday, but I haven't had
the time.

-- 
Daniel Jacobowitz



More information about the Binutils mailing list