From 25f61ab02db997bea9c97a69698a019de8f0a262 Mon Sep 17 00:00:00 2001
From: Kurt Zeilenga <kurt@OpenLDAP.org>
Date: Sun, 27 Mar 2011 17:46:52 -0700
Subject: [PATCH] handle $Id$ in configure.in (configure scripts need to be
 rebuilt)

---
 .gitattributes               | 2 +-
 contrib/ldapc++/configure.in | 2 +-
 contrib/ldaptcl/configure.in | 2 ++
 3 files changed, 4 insertions(+), 2 deletions(-)

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
-- 
GitLab