summaryrefslogtreecommitdiff
path: root/devel/gcvs/files/patch-make_configure
blob: c8116de9e110c32b8150646b0a3cb583acfbf6ea (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
--- make_configure.orig	Mon Feb  4 12:03:12 2002
+++ make_configure	Tue Feb  5 18:49:58 2002
@@ -1,14 +1,14 @@
-aclocal
-autoheader
+aclocal14
+autoheader213
 
 list=`find . -name Makefile.am -exec dirname {} \;`
 
 for subdir in $list
 do
 	echo making $subdir/Makefile.in
-	automake --gnu $subdir/Makefile
+	automake14 --gnu $subdir/Makefile
 done
 
-autoconf 
+autoconf213
 
 ./configure $*