summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorDanny Al-Gaaf <danny.al-gaaf@bisect.de>2013-01-09 22:35:16 +0100
committerGary Lowell <glowell@inktank.com>2013-01-09 19:52:05 -0800
commit59aad34795f54fddcc09a19cd44344d9a6eabbc1 (patch)
treeeff30cb17a6d59b2c2fad38ae726d954ff7cc924 /autogen.sh
parent61437ee24e4f1c887fd431f5dc2dc4827bdbbfa5 (diff)
downloadceph-59aad34795f54fddcc09a19cd44344d9a6eabbc1.tar.gz
configure.ac: check for org.junit.rules.ExternalResource
Check for org.junit.rules.ExternalResource if build with --enable-cephfs-java and --with-debug. Checking for junit4 isn't enough since junit4 has this class not before 4.7. Added some m4 files to get some JAVA related macros. Changed autogen.sh to work with local m4 files/macros. Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh
index 08e435b40c1..9d6a77bae63 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -12,7 +12,7 @@ check_for_pkg_config() {
}
rm -f config.cache
-aclocal #-I m4
+aclocal -I m4 --install
check_for_pkg_config
libtoolize --force --copy
autoconf