From 2bc9106fe131a078d150381210febad78d0dc5c3 Mon Sep 17 00:00:00 2001 From: Ralf Haferkamp Date: Mon, 23 Jun 2008 11:08:36 +0000 Subject: [PATCH] cleanup, added AC_COPYRIGHT and AC_REVISION macros --- contrib/ldapc++/configure.in | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/contrib/ldapc++/configure.in b/contrib/ldapc++/configure.in index 566dd7d0b6..57c030dc99 100644 --- a/contrib/ldapc++/configure.in +++ b/contrib/ldapc++/configure.in @@ -1,20 +1,18 @@ 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 Process this file with autoconf to produce a configure script. -dnl disable config.cache -dnl define([AC_CACHE_LOAD], ) -dnl define([AC_CACHE_SAVE], ) - -AC_INIT(ldapcpplib, 0.0.5) +AC_COPYRIGHT([[Copyright 2000-2008 The OpenLDAP Foundation. All rights reserved. +Restrictions apply, see COPYRIGHT and LICENSE files.]]) +AC_REVISION([$OpenLDAP$]) +AC_INIT(ldapcpplib, [] , [http://www.openldap.org/its/] ) AC_CONFIG_SRCDIR(src/LDAPConnection.h) AM_INIT_AUTOMAKE(foreign) AM_CONFIG_HEADER(src/config.h) - dnl Checks for programs. AC_PROG_INSTALL dnl AC_PROG_CC -- 2.39.5