From: Kurt Zeilenga Date: Mon, 28 Mar 2011 00:46:52 +0000 (-0700) Subject: handle $Id$ in configure.in (configure scripts need to be rebuilt) X-Git-Tag: OPENLDAP_REL_ENG_2_5_0ALPHA~1415 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=364ae535260c381c58b18a8deef7fa7b6c2519db;p=thirdparty%2Fopenldap.git handle $Id$ in configure.in (configure scripts need to be rebuilt) --- diff --git a/.gitattributes b/.gitattributes index 38ff10b482..5454a6121b 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1 +1 @@ -/configure.in ident +configure.in ident diff --git a/contrib/ldapc++/configure.in b/contrib/ldapc++/configure.in index 8c1eda56e6..eac8aeeaf1 100644 --- a/contrib/ldapc++/configure.in +++ b/contrib/ldapc++/configure.in @@ -7,7 +7,7 @@ dnl Process this file with autoconf to produce a configure script. AC_COPYRIGHT([[Copyright 2000-2011 The OpenLDAP Foundation. All rights reserved. Restrictions apply, see COPYRIGHT and LICENSE files.]]) -AC_REVISION([$OpenLDAP$]) +AC_REVISION([$Id$]) AC_INIT(ldapcpplib, [] , [http://www.openldap.org/its/] ) AC_CONFIG_SRCDIR(src/LDAPConnection.h) AM_INIT_AUTOMAKE(foreign) diff --git a/contrib/ldaptcl/configure.in b/contrib/ldaptcl/configure.in index 9a0364c3a7..045d1f58e7 100644 --- a/contrib/ldaptcl/configure.in +++ b/contrib/ldaptcl/configure.in @@ -4,6 +4,8 @@ dnl to configure the system for the local environment. AC_INIT(neoXldap.c) # $OpenLDAP$ +AC_REVISION([$Id]) + NEO_VERSION=2.0 NEO_MAJOR_VERSION=2 NEO_MINOR_VERSION=0