]> git.sur5r.net Git - openldap/commitdiff
handle $Id$ in configure.in (configure scripts need to be rebuilt)
authorKurt Zeilenga <kurt@OpenLDAP.org>
Mon, 28 Mar 2011 00:46:52 +0000 (17:46 -0700)
committerKurt Zeilenga <kurt.zeilenga@isode.com>
Mon, 28 Mar 2011 00:48:08 +0000 (17:48 -0700)
.gitattributes
contrib/ldapc++/configure.in
contrib/ldaptcl/configure.in

index 38ff10b482723c26f203ce3e2475d04e01dcc227..5454a6121bdef448ee02225089138bd06de98f5b 100644 (file)
@@ -1 +1 @@
-/configure.in ident
+configure.in ident
index 8c1eda56e6650562099b28938727f951503b5eae..eac8aeeaf1f24f3a37d3b065e25f575e55bf8ea4 100644 (file)
@@ -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)
index 9a0364c3a7d574b8d24554e67a5daa518c68d975..045d1f58e712f8d8aace1c2a1d257e43186e817e 100644 (file)
@@ -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