Fix libtool 1.5 annoyance - disable checks for c++, f77, gcj

This commit is contained in:
Howard Chu 2005-08-28 00:23:35 +00:00
parent 39998dfe8d
commit cc785337f6

View file

@ -16,6 +16,11 @@ dnl ----------------------------------------------------------------
dnl Disable config.cache! dnl Disable config.cache!
define([AC_CACHE_LOAD], )dnl define([AC_CACHE_LOAD], )dnl
define([AC_CACHE_SAVE], )dnl define([AC_CACHE_SAVE], )dnl
dnl ----------------------------------------------------------------
dnl Disable libtool 1.5 support for languages we don't use
define([AC_LIBTOOL_LANG_CXX_CONFIG], [:])dnl
define([AC_LIBTOOL_LANG_F77_CONFIG], [:])dnl
define([AC_LIBTOOL_LANG_GCJ_CONFIG], [:])dnl
dnl ================================================================ dnl ================================================================
dnl Configure.in for OpenLDAP dnl Configure.in for OpenLDAP
AC_COPYRIGHT([[Copyright 1998-2005 The OpenLDAP Foundation. All rights reserved. AC_COPYRIGHT([[Copyright 1998-2005 The OpenLDAP Foundation. All rights reserved.