rpms/xorg-x11-resutils/devel xorg-x11-resutils.spec,1.9,1.10

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Tue Jun 6 12:59:45 UTC 2006


Author: mharris

Update of /cvs/dist/rpms/xorg-x11-resutils/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv21315

Modified Files:
	xorg-x11-resutils.spec 
Log Message:
- Invoke aclocal/autoconf to try to work around a quirk detecting Xaw.


Index: xorg-x11-resutils.spec
===================================================================
RCS file: /cvs/dist/rpms/xorg-x11-resutils/devel/xorg-x11-resutils.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- xorg-x11-resutils.spec	6 Jun 2006 10:39:55 -0000	1.9
+++ xorg-x11-resutils.spec	6 Jun 2006 12:59:42 -0000	1.10
@@ -53,7 +53,10 @@
 {
    for app in * ; do
       pushd $app
+      set -vx
+      aclocal --force ; autoconf
       %configure --disable-xprint
+      set -
       make
       popd
    done
@@ -95,6 +98,7 @@
 * Mon Jun 05 2006 Mike A. Harris <mharris at redhat.com> 1.0.1-2
 - Fix all SourceN lines in spec file to not have to update them every time.
 - Remove package ownership of mandir/libdir/etc.
+- Invoke aclocal/autoconf to try to work around a quirk detecting Xaw.
 
 * Fri Feb 10 2006 Jesse Keating <jkeating at redhat.com> 1.0.1-1.2
 - bump again for double-long bug on ppc(64)




More information about the fedora-cvs-commits mailing list