mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-03 20:40:05 -05:00
Use $Id$ for AC_REVISION()
This commit is contained in:
parent
fc37760b89
commit
3d8b712b43
2 changed files with 2 additions and 1 deletions
1
.gitattributes
vendored
Normal file
1
.gitattributes
vendored
Normal file
|
|
@ -0,0 +1 @@
|
|||
/configure.in ident
|
||||
|
|
@ -25,7 +25,7 @@ dnl ================================================================
|
|||
dnl Configure.in for OpenLDAP
|
||||
AC_COPYRIGHT([[Copyright 1998-2011 The OpenLDAP Foundation. All rights reserved.
|
||||
Restrictions apply, see COPYRIGHT and LICENSE files.]])
|
||||
AC_REVISION([$OpenLDAP$])
|
||||
AC_REVISION([$Id$])
|
||||
AC_INIT([OpenLDAP],,[http://www.openldap.org/its/])
|
||||
m4_define([AC_PACKAGE_BUGREPORT],[<http://www.openldap.org/its/>])
|
||||
AC_CONFIG_SRCDIR(build/version.sh)dnl
|
||||
|
|
|
|||
Loading…
Reference in a new issue