From: hal9 <hal9@users.sourceforge.net>
Date: Sat, 2 Sep 2006 15:59:40 +0000 (+0000)
Subject: Add to code status to make install output.
X-Git-Tag: v_3_0_5~107
X-Git-Url: http://www.privoxy.org/gitweb/@default-cgi@/faq/%22https:/developer-manual/@default-cgi@send-stylesheet?a=commitdiff_plain;h=938f9321e7dcd7f8481d96a89a145cd33e6a9828;p=privoxy.git

Add to code status to make install output.
---

diff --git a/GNUmakefile.in b/GNUmakefile.in
index 64c3805d..ffb63b88 100644
--- a/GNUmakefile.in
+++ b/GNUmakefile.in
@@ -1,6 +1,6 @@
 # Note:  Makefile is built automatically from Makefile.in
 #
-# $Id: GNUmakefile.in,v 1.141 2006/08/12 03:54:37 david__schmidt Exp $
+# $Id: GNUmakefile.in,v 1.142 2006/08/29 01:46:24 hal9 Exp $
 #
 # Written by and Copyright (C) 2001 - 2004 the SourceForge
 # Privoxy team. http://www.privoxy.org/
@@ -1074,7 +1074,7 @@ install-strip:
 # FIXME: id handling needs help, probably via configure, since 'id -u' is not 
 # universally reliable (eg Solaris). Group handling could be better. 
 # Perhaps the whole user/group validation should be done here, and simplified.
-PROGRAM_V = Privoxy $(VERSION)
+PROGRAM_V = Privoxy $(VERSION) $(CODE_STATUS)
 install: CONF_DEST LOG_DEST PID_DEST check_doc GROUP_T
 	@# Quick test for valid USER.
 	@if [ -n "$(USER)" ]; then \
@@ -1345,6 +1345,9 @@ coffee:
 ## end:
 
 # $Log: GNUmakefile.in,v $
+# Revision 1.142  2006/08/29 01:46:24  hal9
+# Add user.filter to $CONFIGS.
+#
 # Revision 1.141  2006/08/12 03:54:37  david__schmidt
 # Windows service integration
 #