mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 08:39:37 -05:00
increased version number and regenerated autoconf/automake files
This commit is contained in:
parent
d63b735e7f
commit
99fab38565
4 changed files with 13 additions and 13 deletions
20
contrib/ldapc++/configure
vendored
20
contrib/ldapc++/configure
vendored
|
|
@ -1,6 +1,6 @@
|
|||
#! /bin/sh
|
||||
# Guess values for system-dependent variables and create Makefiles.
|
||||
# Generated by GNU Autoconf 2.61 for ldapcpplib 0.0.4.
|
||||
# Generated by GNU Autoconf 2.61 for ldapcpplib 0.0.5.
|
||||
#
|
||||
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
|
||||
# 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
|
||||
|
|
@ -726,8 +726,8 @@ SHELL=${CONFIG_SHELL-/bin/sh}
|
|||
# Identity of this package.
|
||||
PACKAGE_NAME='ldapcpplib'
|
||||
PACKAGE_TARNAME='ldapcpplib'
|
||||
PACKAGE_VERSION='0.0.4'
|
||||
PACKAGE_STRING='ldapcpplib 0.0.4'
|
||||
PACKAGE_VERSION='0.0.5'
|
||||
PACKAGE_STRING='ldapcpplib 0.0.5'
|
||||
PACKAGE_BUGREPORT=''
|
||||
|
||||
ac_unique_file="src/LDAPConnection.h"
|
||||
|
|
@ -1389,7 +1389,7 @@ if test "$ac_init_help" = "long"; then
|
|||
# Omit some internal or obsolete options to make the list less imposing.
|
||||
# This message is too long to be a string in the A/UX 3.1 sh.
|
||||
cat <<_ACEOF
|
||||
\`configure' configures ldapcpplib 0.0.4 to adapt to many kinds of systems.
|
||||
\`configure' configures ldapcpplib 0.0.5 to adapt to many kinds of systems.
|
||||
|
||||
Usage: $0 [OPTION]... [VAR=VALUE]...
|
||||
|
||||
|
|
@ -1459,7 +1459,7 @@ fi
|
|||
|
||||
if test -n "$ac_init_help"; then
|
||||
case $ac_init_help in
|
||||
short | recursive ) echo "Configuration of ldapcpplib 0.0.4:";;
|
||||
short | recursive ) echo "Configuration of ldapcpplib 0.0.5:";;
|
||||
esac
|
||||
cat <<\_ACEOF
|
||||
|
||||
|
|
@ -1563,7 +1563,7 @@ fi
|
|||
test -n "$ac_init_help" && exit $ac_status
|
||||
if $ac_init_version; then
|
||||
cat <<\_ACEOF
|
||||
ldapcpplib configure 0.0.4
|
||||
ldapcpplib configure 0.0.5
|
||||
generated by GNU Autoconf 2.61
|
||||
|
||||
Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
|
||||
|
|
@ -1577,7 +1577,7 @@ cat >config.log <<_ACEOF
|
|||
This file contains any messages produced by compilers while
|
||||
running configure, to aid debugging if configure makes a mistake.
|
||||
|
||||
It was created by ldapcpplib $as_me 0.0.4, which was
|
||||
It was created by ldapcpplib $as_me 0.0.5, which was
|
||||
generated by GNU Autoconf 2.61. Invocation command line was
|
||||
|
||||
$ $0 $@
|
||||
|
|
@ -2268,7 +2268,7 @@ fi
|
|||
|
||||
# Define the identity of the package.
|
||||
PACKAGE='ldapcpplib'
|
||||
VERSION='0.0.4'
|
||||
VERSION='0.0.5'
|
||||
|
||||
|
||||
cat >>confdefs.h <<_ACEOF
|
||||
|
|
@ -20443,7 +20443,7 @@ exec 6>&1
|
|||
# report actual input values of CONFIG_FILES etc. instead of their
|
||||
# values after options handling.
|
||||
ac_log="
|
||||
This file was extended by ldapcpplib $as_me 0.0.4, which was
|
||||
This file was extended by ldapcpplib $as_me 0.0.5, which was
|
||||
generated by GNU Autoconf 2.61. Invocation command line was
|
||||
|
||||
CONFIG_FILES = $CONFIG_FILES
|
||||
|
|
@ -20496,7 +20496,7 @@ Report bugs to <bug-autoconf@gnu.org>."
|
|||
_ACEOF
|
||||
cat >>$CONFIG_STATUS <<_ACEOF
|
||||
ac_cs_version="\\
|
||||
ldapcpplib config.status 0.0.4
|
||||
ldapcpplib config.status 0.0.5
|
||||
configured by $0, generated by GNU Autoconf 2.61,
|
||||
with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
|
||||
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ dnl disable config.cache
|
|||
dnl define([AC_CACHE_LOAD], )
|
||||
dnl define([AC_CACHE_SAVE], )
|
||||
|
||||
AC_INIT(ldapcpplib, 0.0.4)
|
||||
AC_INIT(ldapcpplib, 0.0.5)
|
||||
AC_CONFIG_SRCDIR(src/LDAPConnection.h)
|
||||
AM_INIT_AUTOMAKE(foreign)
|
||||
AM_CONFIG_HEADER(src/config.h)
|
||||
|
|
|
|||
|
|
@ -85,5 +85,5 @@ noinst_HEADERS = LDAPAddRequest.h \
|
|||
LDAPSearchRequest.h
|
||||
|
||||
libldapcpp_la_LIBADD = -lldap -llber
|
||||
libldapcpp_la_LDFLAGS = -version-info 0:4:0
|
||||
libldapcpp_la_LDFLAGS = -version-info 0:5:0
|
||||
|
||||
|
|
|
|||
|
|
@ -280,7 +280,7 @@ noinst_HEADERS = LDAPAddRequest.h \
|
|||
LDAPSearchRequest.h
|
||||
|
||||
libldapcpp_la_LIBADD = -lldap -llber
|
||||
libldapcpp_la_LDFLAGS = -version-info 0:4:0
|
||||
libldapcpp_la_LDFLAGS = -version-info 0:5:0
|
||||
all: config.h
|
||||
$(MAKE) $(AM_MAKEFLAGS) all-am
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue