From: Kurt Zeilenga Date: Sun, 12 Sep 1999 17:21:24 +0000 (+0000) Subject: acinclude should throw away output. X-Git-Tag: UCDATA_2_4~439 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=ae88439eabed15a11a2d0582e1f0eb2efae82bad;p=openldap acinclude should throw away output. --- diff --git a/acinclude.m4 b/acinclude.m4 index 35f9931fee..02dfb08e5c 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -5,4 +5,5 @@ dnl COPYING RESTRICTIONS APPLY, See COPYRIGHT file dnl dnl OpenLDAP Autoconf Macros dnl +divert(-1) builtin(include, build/openldap.m4)dnl diff --git a/aclocal.m4 b/aclocal.m4 index 008ce71664..85f15fc2b0 100644 --- a/aclocal.m4 +++ b/aclocal.m4 @@ -17,6 +17,7 @@ dnl COPYING RESTRICTIONS APPLY, See COPYRIGHT file dnl dnl OpenLDAP Autoconf Macros dnl +divert(-1) builtin(include, build/openldap.m4)dnl # Do all the work for Automake. This macro actually does too much -- diff --git a/configure b/configure index c8d7156e2a..f5b9a55783 100755 --- a/configure +++ b/configure @@ -1,6 +1,6 @@ #! /bin/sh # $OpenLDAP$ -# from OpenLDAP: pkg/ldap/configure.in,v 1.256 1999/09/10 00:10:20 kdz Exp +# from OpenLDAP: pkg/ldap/configure.in,v 1.257 1999/09/12 15:13:20 kdz Exp # Copyright 1998,1999 The OpenLDAP Foundation. All Rights Reserved. #