From 9c217308eef619911c5bdaecbd34e0ada1bd633b Mon Sep 17 00:00:00 2001
From: Quanah Gibson-Mount <quanah@openldap.org>
Date: Wed, 30 Sep 2009 02:32:16 +0000
Subject: [PATCH] ITS#6284

---
 CHANGES                                  | 3 ++-
 contrib/slapd-modules/autogroup/Makefile | 2 ++
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/CHANGES b/CHANGES
index b70cfcead3..774be08e4f 100644
--- a/CHANGES
+++ b/CHANGES
@@ -12,8 +12,9 @@ OpenLDAP 2.4.19 Engineering
 	Fixed slapo-dynlist lock leak (ITS#6308)
 	Fixed slapo-pcache cache corruption (ITS#6242)
 	Fixed slapo-sssvlv sort control dereferencing (ITS#6288)
-	Fixed contrib/nssov getgroupbymembers (ITS#6291)
+	Fixed contrib/autogroup default libtool path (ITS#6284)
 	Fixed contrib/autogroup segfaults (ITS#6279)
+	Fixed contrib/nssov getgroupbymembers (ITS#6291)
 	Build Environment
 		Fixed --enable-deref support (ITS#6311)
 
diff --git a/contrib/slapd-modules/autogroup/Makefile b/contrib/slapd-modules/autogroup/Makefile
index 5cee54ef5a..3c1f1d2151 100644
--- a/contrib/slapd-modules/autogroup/Makefile
+++ b/contrib/slapd-modules/autogroup/Makefile
@@ -1,3 +1,5 @@
+LIBTOOL=../../../libtool
+
 CPPFLAGS+=-I../../../include -I../../../servers/slapd
 
 all: autogroup.la
-- 
GitLab