summaryrefslogtreecommitdiffstats
path: root/aclocal.m4
diff options
context:
space:
mode:
authorMark Wielaard <mjw@redhat.com>2010-02-16 13:20:15 +0100
committerMark Wielaard <mjw@redhat.com>2010-02-16 13:24:43 +0100
commite6364d7923d49c7bfe1a807cd877cb9b29ca0acf (patch)
treeb04ad8934081844453e192e8955b31961f22b7f8 /aclocal.m4
parentacc2bbc4949d1c147d613edcc23459ae4e19147a (diff)
downloadsystemtap-steved-e6364d7923d49c7bfe1a807cd877cb9b29ca0acf.tar.gz
systemtap-steved-e6364d7923d49c7bfe1a807cd877cb9b29ca0acf.tar.xz
systemtap-steved-e6364d7923d49c7bfe1a807cd877cb9b29ca0acf.zip
Don't try to parallel install partial build-elfutils build in lib-elfutils.
The parallel install into lib-elfutils during the build seems to be fragile, so explicitly install the libs with -j1. * Makefile.am (stamp-elfutils): Add -j1 in for dir loop sub make. * Makefile.in: Regenerated. * aclocal.m4: Likewise. * compile: Likewise. * config.in: Likewise. * configure: Likewise. * doc/Makefile.in: Likewise. * doc/SystemTap_Tapset_Reference/Makefile.in: Likewise. * doc/beginners/Makefile.in: Likewise. * grapher/Makefile.in: Likewise. * testsuite/Makefile.in: Likewise. * testsuite/aclocal.m4: Likewise. * testsuite/configure: Likewise.
Diffstat (limited to 'aclocal.m4')
-rw-r--r--aclocal.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/aclocal.m4 b/aclocal.m4
index 382a870c..bf5cbea3 100644
--- a/aclocal.m4
+++ b/aclocal.m4
@@ -13,8 +13,8 @@
m4_ifndef([AC_AUTOCONF_VERSION],
[m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
-m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.65],,
-[m4_warning([this file was generated for autoconf 2.65.
+m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.63],,
+[m4_warning([this file was generated for autoconf 2.63.
You have another version of autoconf. It may work, but is not guaranteed to.
If you have problems, you may need to regenerate the build system entirely.
To do so, use the procedure documented by the package, typically `autoreconf'.])])