From: Howard Chu Date: Wed, 19 Mar 2003 01:38:34 +0000 (+0000) Subject: Use OPENLDAP_PACKAGE (from portable.h) instead of _OLV_PKG, etc. X-Git-Tag: NO_SLAP_OP_BLOCKS~83 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=80f8f900d12f5b3318809d66a3e055b8396036f3;p=openldap Use OPENLDAP_PACKAGE (from portable.h) instead of _OLV_PKG, etc. --- diff --git a/build/top.mk b/build/top.mk index 32de10d5a2..60cbc4e013 100644 --- a/build/top.mk +++ b/build/top.mk @@ -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@ diff --git a/build/version.h b/build/version.h index 058c1cee2b..800a7fcf81 100644 --- a/build/version.h +++ b/build/version.h @@ -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";