From 80f8f900d12f5b3318809d66a3e055b8396036f3 Mon Sep 17 00:00:00 2001 From: Howard Chu Date: Wed, 19 Mar 2003 01:38:34 +0000 Subject: [PATCH] Use OPENLDAP_PACKAGE (from portable.h) instead of _OLV_PKG, etc. --- build/top.mk | 1 + build/version.h | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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"; -- 2.39.5