[xorg-x11-xsm] Fix autofoo invocation

Adam Jackson ajax at fedoraproject.org
Mon Jun 9 13:24:31 UTC 2014


commit f38c59f7b0cb13e52c1f10c5eb47c2f9c7e0595e
Author: Adam Jackson <ajax at redhat.com>
Date:   Mon Jun 9 09:24:26 2014 -0400

    Fix autofoo invocation

 xorg-x11-xsm.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/xorg-x11-xsm.spec b/xorg-x11-xsm.spec
index acca1b0..b25c342 100644
--- a/xorg-x11-xsm.spec
+++ b/xorg-x11-xsm.spec
@@ -58,7 +58,7 @@ for pkg in xsm smproxy rstart ; do
     pushd $pkg-*
 
     sed -i '/XAW_/ s/)/, xaw7)/; /XAW_/ s/XAW_CHECK_XPRINT_SUPPORT/PKG_CHECK_MODULES/' configure.ac
-    aclocal ; automake ; autoconf
+    autoreconf -f -i -v
 
     %configure
     make  %{?_smp_mflags}


More information about the scm-commits mailing list