freebsd-ports/devel/gcvs/files/patch-make_configure
2010-12-22 20:05:49 +00:00

19 lines
369 B
Text

--- 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%%
+cd ..
./configure $*