From ec00275ed1173caac8bc1f5b5a1a45d9c3bb25a5 Mon Sep 17 00:00:00 2001 From: Nalin Dahyabhai Date: Mon, 9 Jan 2012 14:50:23 -0500 Subject: - turn on refint and memberof plugins when running tests --- autogen.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'autogen.sh') diff --git a/autogen.sh b/autogen.sh index e318db4..26b233f 100755 --- a/autogen.sh +++ b/autogen.sh @@ -8,4 +8,4 @@ aclocal --force -I m4 autoheader automake -f -a -i autoconf -f -i -./configure --prefix=/usr --sysconfdir=/etc --libdir=/usr/$libarch --enable-maintainer-mode --with-server=dirsrv --with-users="cn=Users, cn=Accounts" --with-groups="cn=Groups, cn=Accounts" "$@" +./configure --prefix=/usr --sysconfdir=/etc --libdir=/usr/$libarch --enable-maintainer-mode --with-server=dirsrv --with-users="cn=Users, cn=Accounts" --with-groups="cn=Groups, cn=Accounts" --enable-tests-with-memberof --enable-tests-with-refint "$@" -- cgit