mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-20 22:59:34 -05:00
acinclude should throw away output.
This commit is contained in:
parent
d4bb42710a
commit
ae88439eab
3 changed files with 3 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
1
aclocal.m4
vendored
1
aclocal.m4
vendored
|
|
@ -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 --
|
||||
|
|
|
|||
2
configure
vendored
2
configure
vendored
|
|
@ -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.
|
||||
#
|
||||
|
|
|
|||
Loading…
Reference in a new issue