rpms/make/devel make.spec,1.22,1.23

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Mon Jan 9 18:40:22 UTC 2006


Author: pmachata

Update of /cvs/dist/rpms/make/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv2406

Modified Files:
	make.spec 
Log Message:
Forcing aclocal/automake/autoconf in hope to build the thing on s390.



Index: make.spec
===================================================================
RCS file: /cvs/dist/rpms/make/devel/make.spec,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- make.spec	9 Jan 2006 15:51:22 -0000	1.22
+++ make.spec	9 Jan 2006 18:40:17 -0000	1.23
@@ -40,6 +40,12 @@
 %patch7 -p1
 
 %build
+#aclocal
+config/missing --run aclocal -I config
+#automake -a
+config/missing --run automake --gnu Makefile
+#autoconf
+config/missing --run autoconf
 #autoreconf -f --install
 %configure
 #touch .deps/remote-stub.Po # Workaround for broken automake files




More information about the fedora-cvs-commits mailing list