handle $Id$ in configure.in (configure scripts need to be rebuilt)

This commit is contained in:
Kurt Zeilenga 2011-03-27 17:46:52 -07:00 committed by Kurt Zeilenga
parent 3d8b712b43
commit 364ae53526
3 changed files with 4 additions and 2 deletions

2
.gitattributes vendored
View File

@ -1 +1 @@
/configure.in ident
configure.in ident

View 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)

View 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