rpms/evolution/devel evolution.spec,1.209,1.210

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Sun Dec 10 01:28:32 UTC 2006


Author: mbarnes

Update of /cvs/dist/rpms/evolution/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv14943

Modified Files:
	evolution.spec 
Log Message:
- Fix a problem with the autoreconf line.



Index: evolution.spec
===================================================================
RCS file: /cvs/dist/rpms/evolution/devel/evolution.spec,v
retrieving revision 1.209
retrieving revision 1.210
diff -u -r1.209 -r1.210
--- evolution.spec	10 Dec 2006 00:48:58 -0000	1.209
+++ evolution.spec	10 Dec 2006 01:28:30 -0000	1.210
@@ -393,9 +393,8 @@
 %endif
 
 # Rerun the GNU Autotools since we patched some of the input files.
-# Note: Automake 1.10 enables portability checking by default, which
-#       breaks compilation.  So we have to explicitly disable it.
-autoreconf --warnings=no-portability
+# Disable portability checking to keep automake 1.10 quiet.
+ACLOCAL="aclocal -I ." autoreconf --warnings=no-portability
 
 %configure \
   --disable-scrollkeeper \
@@ -726,8 +725,8 @@
 * Thu Dec 09 2006 Matthew Barnes <mbarnes at redhat.com> - 2.9.3-1.fc7
 - Update to 2.9.3
 - Configure with scrollkeeper disabled.
+- Disable automake portability checking.
 - Ship our own icons from gnome-icon-theme.
-- Explicitly turn off automake portability checking.
 - Add patch for RH bug #215478 (Maildir and MH accounts).
 - Add patch for RH bug #215695 (crashes w/o mail accounts).
 - Add patch for RH bug #216537 (viewing attachments).




More information about the fedora-cvs-commits mailing list