mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-15 03:01:09 +08:00
Use OPENLDAP_PACKAGE (from portable.h) instead of _OLV_PKG, etc.
This commit is contained in:
parent
5db9c2c269
commit
80f8f900d1
@ -170,6 +170,7 @@ AC_CFLAGS = @CFLAGS@
|
||||
AC_DEFS = @CPPFLAGS@ # @DEFS@
|
||||
AC_LDFLAGS = @LDFLAGS@
|
||||
AC_LIBS = @LIBS@
|
||||
CWD_DEF = -D_OLV_CWD=\"`pwd`\"
|
||||
|
||||
KRB4_LIBS = @KRB4_LIBS@
|
||||
KRB5_LIBS = @KRB5_LIBS@
|
||||
|
@ -9,5 +9,5 @@ static const char copyright[] =
|
||||
"COPYING RESTRICTIONS APPLY\n";
|
||||
|
||||
_OLV_STATIC const char __Version[] =
|
||||
"@(#) $" _OLV_PKG ": " _OLV_APP " " _OLV_VER " (" _OLV_DATE " " _OLV_TIME ") $\n\t" _OLV_WHO ":" _OLV_CWD "\n";
|
||||
"@(#) $" OPENLDAP_PACKAGE ": " _OLV_APP " " OPENLDAP_VERSION " (" _OLV_DATE " " _OLV_TIME ") $\n\t" _OLV_WHO ":" _OLV_CWD "\n";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user