Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Isaac Boukris
OpenLDAP
Commits
558ea5db
Commit
558ea5db
authored
Jul 09, 2008
by
Quanah Gibson-Mount
Browse files
cleanup, added AC_COPYRIGHT and AC_REVISION macros
parent
d78c963e
Changes
1
Hide whitespace changes
Inline
Side-by-side
contrib/ldapc++/configure.in
View file @
558ea5db
dnl $OpenLDAP$
dnl Copyright 2000-200
3
, OpenLDAP Foundation, All Rights Reserved.
dnl Copyright 2000-200
8
, 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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment