[SATYR PATCH] be compatible with older version of autotools

Richard Marko rmarko at redhat.com
Wed Aug 7 13:22:26 UTC 2013


Signed-off-by: Richard Marko <rmarko at redhat.com>
---
 configure.ac      | 2 +-
 tests/Makefile.am | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/configure.ac b/configure.ac
index 6f70413..ca7a003 100644
--- a/configure.ac
+++ b/configure.ac
@@ -10,7 +10,7 @@ m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES])
 # The 'yes' argument is undocumented but it is common knowledge that it works.
 AM_SILENT_RULES([yes])
 
-AM_PROG_AR
+m4_ifdef([AM_PROG_AR], [AM_PROG_AR])
 AC_PROG_CC
 AC_DISABLE_STATIC
 AC_PROG_LIBTOOL
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 630e1e7..cef50ce 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -70,7 +70,7 @@ atconfig: $(top_builddir)/config.status
 	(cd ${top_builddir} && ./config.status ${subdir}/atconfig)
 
 check-local: $(check_DATA)
-	$(SHELL) '$(TESTSUITE)' $(TESTSUITEFLAGS) -j4
+	$(SHELL) '$(TESTSUITE)' $(TESTSUITEFLAGS)
 
 installcheck-local: $(check_DATA)
 	$(SHELL) '$(TESTSUITE)' AUTOTEST_PATH='$(bindir)' $(TESTSUITEFLAGS) ||:
-- 
1.8.3.1



More information about the Crash-catcher mailing list