bnicholes 2002/07/18 16:31:35
Modified: build NWGNUtail.inc
Log:
Allow the makefiles to alter the screen name
Revision Changes Path
1.2 +6 -1 apr/build/NWGNUtail.inc
Index: NWGNUtail.inc
===================================================================
RCS file: /home/cvs/apr/build/NWGNUtail.inc,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- NWGNUtail.inc 1 Mar 2002 22:25:26 -0000 1.1
+++ NWGNUtail.inc 18 Jul 2002 23:31:35 -0000 1.2
@@ -20,6 +20,11 @@
NLM_THREAD_NAME = $(NLM_NAME) Thread
endif
+ifndef NLM_SCREEN_NAME
+NLM_SCREEN_NAME = Apache for NetWare
+endif
+
+
#
# Create dependency lists based on the files available
#
@@ -190,7 +195,7 @@
else
@echo -sym internal >> $@
endif
- @echo -screenname "Apache for NetWare" >> $@
+ @echo -screenname "$(NLM_SCREEN_NAME)" >> $@
ifneq "$(NLM_VERSION)" ""
@echo -nlmversion=$(NLM_VERSION) >> $@
else