summaryrefslogtreecommitdiff
path: root/lang/pgcc/files/patch-va
blob: de286822793dd38105da7c4e14067eaef136de79 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
--- gcc/Makefile.in.orig	Fri Aug 13 16:46:55 1999
+++ gcc/Makefile.in	Sat Oct 27 23:11:06 2001
@@ -108,7 +108,7 @@
 MAKEINFO = `if [ -f $(objdir)/../texinfo/makeinfo/Makefile ] ; \
 	then echo $(objdir)/../texinfo/makeinfo/makeinfo ; \
 	else echo makeinfo ; fi`
-MAKEINFOFLAGS =
+MAKEINFOFLAGS = --no-split
 TEXI2DVI = texi2dvi
 # For GNUmake: let us decide what gets passed to recursive makes.
 MAKEOVERRIDES =
@@ -802,7 +802,7 @@
 	rm -f config.run
 
 $(srcdir)/configure: $(srcdir)/configure.in
-	cd $(srcdir); autoconf
+	cd $(srcdir); echo "wants to run autoconf"
 
 # cstamp-h.in controls rebuilding of config.in.
 # It is named cstamp-h.in and not stamp-h.in so the mostlyclean rule doesn't
@@ -815,7 +815,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 "want to run autoheader"
 	@rm -f $(srcdir)/cstamp-h.in
 	echo timestamp > $(srcdir)/cstamp-h.in
 auto-host.h: cstamp-h ; @true