mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-06 10:46:21 +08:00
cleanup, added AC_COPYRIGHT and AC_REVISION macros
This commit is contained in:
parent
329f4e53c8
commit
2bc9106fe1
@ -1,20 +1,18 @@
|
|||||||
dnl $OpenLDAP$
|
dnl $OpenLDAP$
|
||||||
|
|
||||||
dnl Copyright 2000-2003, OpenLDAP Foundation, All Rights Reserved.
|
dnl Copyright 2000-2008, OpenLDAP Foundation, All Rights Reserved.
|
||||||
dnl COPYING RESTRICTIONS APPLY, see COPYRIGHT file
|
dnl COPYING RESTRICTIONS APPLY, see COPYRIGHT file
|
||||||
|
|
||||||
dnl Process this file with autoconf to produce a configure script.
|
dnl Process this file with autoconf to produce a configure script.
|
||||||
|
|
||||||
dnl disable config.cache
|
AC_COPYRIGHT([[Copyright 2000-2008 The OpenLDAP Foundation. All rights reserved.
|
||||||
dnl define([AC_CACHE_LOAD], )
|
Restrictions apply, see COPYRIGHT and LICENSE files.]])
|
||||||
dnl define([AC_CACHE_SAVE], )
|
AC_REVISION([$OpenLDAP$])
|
||||||
|
AC_INIT(ldapcpplib, [] , [http://www.openldap.org/its/] )
|
||||||
AC_INIT(ldapcpplib, 0.0.5)
|
|
||||||
AC_CONFIG_SRCDIR(src/LDAPConnection.h)
|
AC_CONFIG_SRCDIR(src/LDAPConnection.h)
|
||||||
AM_INIT_AUTOMAKE(foreign)
|
AM_INIT_AUTOMAKE(foreign)
|
||||||
AM_CONFIG_HEADER(src/config.h)
|
AM_CONFIG_HEADER(src/config.h)
|
||||||
|
|
||||||
|
|
||||||
dnl Checks for programs.
|
dnl Checks for programs.
|
||||||
AC_PROG_INSTALL
|
AC_PROG_INSTALL
|
||||||
dnl AC_PROG_CC
|
dnl AC_PROG_CC
|
||||||
|
Loading…
Reference in New Issue
Block a user