freebsd-ports/devel/gcvs/files/patch-make_configure
Martin Wilke 9227f11f7d - Unbreak
- Bump PORTREVISION

PR:		ports/105749
Submitted by:	trasz
2006-11-22 20:38:47 +00:00

19 lines
368 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 && autoreconf259
+cd ..
./configure $*