--- gcc/Makefile.in.orig Sat Nov 18 16:30:05 2000 +++ gcc/Makefile.in Mon Nov 27 02:29:50 2000 @@ -863,7 +863,7 @@ rm -f config.run $(srcdir)/configure: $(srcdir)/configure.in - (cd $(srcdir) && autoconf) + (cd $(srcdir) && echo "wants to run autoconf") gccbug: $(srcdir)/gccbug.in CONFIG_FILES=gccbug CONFIG_HEADERS= ./config.status @@ -882,7 +882,7 @@ # ??? Newer versions have a maintainer mode that may be useful here. $(srcdir)/config.in: $(srcdir)/cstamp-h.in $(srcdir)/cstamp-h.in: $(srcdir)/configure.in $(srcdir)/acconfig.h - (cd $(srcdir) && autoheader) + (cd $(srcdir) && echo "wants to run autoheader") @rm -f $(srcdir)/cstamp-h.in echo timestamp > $(srcdir)/cstamp-h.in auto-host.h: cstamp-h ; @true