rpms/ghc/F-8 ghc.spec,1.29,1.30

Bryan O'Sullivan (bos) fedora-extras-commits at redhat.com
Mon Jan 7 04:17:52 UTC 2008


Author: bos

Update of /cvs/extras/rpms/ghc/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21433

Modified Files:
	ghc.spec 
Log Message:
If we autoreconf once, we must do it everywhere


Index: ghc.spec
===================================================================
RCS file: /cvs/extras/rpms/ghc/F-8/ghc.spec,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- ghc.spec	7 Jan 2008 03:56:08 -0000	1.29
+++ ghc.spec	7 Jan 2008 04:17:15 -0000	1.30
@@ -18,7 +18,7 @@
 
 Name:		ghc
 Version:	6.8.2
-Release:	4%{?dist}
+Release:	5%{?dist}
 Summary:	Glasgow Haskell Compilation system
 # See https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=239713
 ExcludeArch:	alpha ppc64
@@ -109,7 +109,10 @@
 echo "GhcRTSWays=thr debug" >> mk/build.mk
 %endif
 
-autoreconf
+for c in configure libraries/*/configure; do
+  (cd `dirname $c` && autoreconf)
+done
+
 ./configure --prefix=%{_prefix} --exec-prefix=%{_exec_prefix} \
   --bindir=%{_bindir} --sbindir=%{_sbindir} --sysconfdir=%{_sysconfdir} \
   --datadir=%{_datadir} --includedir=%{_includedir} --libdir=%{_libdir} \
@@ -223,7 +226,7 @@
 
 
 %changelog
-* Sun Jan 06 2008 Bryan O'Sullivan <bos at serpentine.com> - 6.8.2-4
+* Sun Jan 06 2008 Bryan O'Sullivan <bos at serpentine.com> - 6.8.2-5
 - Fix docdir
 
 * Tue Dec 12 2007 Bryan O'Sullivan <bos at serpentine.com> - 6.8.2-1




More information about the fedora-extras-commits mailing list