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