diff --git a/.gitattributes b/.gitattributes index 38ff10b482723c26f203ce3e2475d04e01dcc227..5454a6121bdef448ee02225089138bd06de98f5b 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 8c1eda56e6650562099b28938727f951503b5eae..eac8aeeaf1f24f3a37d3b065e25f575e55bf8ea4 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 9a0364c3a7d574b8d24554e67a5daa518c68d975..045d1f58e712f8d8aace1c2a1d257e43186e817e 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