--- make_configure.orig Thu Nov 7 19:42:00 2002 +++ make_configure Wed Nov 22 15:07:42 2006 @@ -1,14 +1,4 @@ -aclocal -autoheader - -list=`find . -name Makefile.am -exec dirname {} \;` - -for subdir in $list -do - echo making $subdir/Makefile.in - automake --add-missing --gnu $subdir/Makefile -done - -autoconf +cd cvsunix && autoreconf-2.61 +cd .. ./configure $*