diff options
author | Elliott Baron <ebaron@tonberry.(none)> | 2009-02-17 10:04:15 -0500 |
---|---|---|
committer | Elliott Baron <ebaron@tonberry.(none)> | 2009-02-17 10:04:15 -0500 |
commit | 8ca54d604d559bc3d9b450a31e8ad5ad88ffc786 (patch) | |
tree | 8be063cf63f4234e684ee3445d8521b9a1d008e6 /testsuite/aclocal.m4 | |
parent | a79ec729450bc24d0943c2c1ee67efa8acb58273 (diff) | |
download | systemtap-steved-8ca54d604d559bc3d9b450a31e8ad5ad88ffc786.tar.gz systemtap-steved-8ca54d604d559bc3d9b450a31e8ad5ad88ffc786.tar.xz systemtap-steved-8ca54d604d559bc3d9b450a31e8ad5ad88ffc786.zip |
PR 9716, replaced pkgconfig checks with AC macros in configure.ac for server deps.
Diffstat (limited to 'testsuite/aclocal.m4')
-rw-r--r-- | testsuite/aclocal.m4 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/aclocal.m4 b/testsuite/aclocal.m4 index c9daa488..832aa7b1 100644 --- a/testsuite/aclocal.m4 +++ b/testsuite/aclocal.m4 @@ -13,8 +13,8 @@ m4_ifndef([AC_AUTOCONF_VERSION], [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl -m4_if(AC_AUTOCONF_VERSION, [2.61],, -[m4_warning([this file was generated for autoconf 2.61. +m4_if(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'.])]) |