summaryrefslogtreecommitdiff
path: root/lang/gcc42/files/patch-va
blob: 9b046ee019fc80ef2ff54b1ea589286993f31854 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
--- 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