ports/devel/gcvs/files/patch-make_configure
Dirk Meyer d05e5880bf - Update to 1.0b2
- Fix build with automake14 and autoconf217
- This version needs glade to build too.
2002-02-05 19:29:50 +00:00

21 lines
394 B
Text

--- 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 $*