/[dgee]/dgee/apache2/Makefile.am
ViewVC logotype

Diff of /dgee/apache2/Makefile.am

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1.2.1 by ajmitch, Sun Aug 31 10:56:36 2003 UTC revision 1.1.2.2 by csmith, Sun Aug 31 17:04:10 2003 UTC
# Line 16  APACHE2_DIR := $(shell $(APXS2) -q LIBEX Line 16  APACHE2_DIR := $(shell $(APXS2) -q LIBEX
16  MOD_DGEE2 = mod_dgee2.so  MOD_DGEE2 = mod_dgee2.so
17  MOD_DGEE2_CONF = mod_dgee2.conf  MOD_DGEE2_CONF = mod_dgee2.conf
18  MOD_DGEE2_DIR = $(DESTDIR)$(APACHE_DIR)  MOD_DGEE2_DIR = $(DESTDIR)$(APACHE_DIR)
19  edit = sed \  edit = sed -e 's,$${prefix},$(prefix),g'
         -e 's,$${prefix},$(prefix),g'  
20    
21  .PHONY: all fresh clean install install-mod install-mod-conf  .PHONY: all fresh clean install install-mod install-mod-conf
22    
# Line 31  $(MOD_DGEE2): mod_dgee2.c replace Line 30  $(MOD_DGEE2): mod_dgee2.c replace
30          then \          then \
31           echo Info: ERROR $(MOD_DGEE2) not created... ;\           echo Info: ERROR $(MOD_DGEE2) not created... ;\
32           echo Info: If this compile fails because apxs cannot be found, then ;\           echo Info: If this compile fails because apxs cannot be found, then ;\
33           echo Info: reconfigure DGEE with --with-apxs=directory where apache apxs;\           echo Info: reconfigure DGEE with --with-apache2=directory where apache2 apxs;\
34           echo Info: may be found.  If you don\'t have apxs installed, then you may;\           echo Info: may be found.  If you don\'t have apxs installed, then you may;\
35           echo Info: be able to use the mod_dgee2.so in the ./precompiled directory.;\           echo Info: be able to use the mod_dgee2.so in the ./precompiled directory.;\
36           echo Info: Do \"cp apache/precompiled/mod_dgee2.so apache\" before doing;\           echo Info: Do \"cp apache2/precompiled/mod_dgee2.so apache\" before doing;\
37           echo Info: the install if this is the case. ;\           echo Info: the install if this is the case. ;\
38          fi )          fi )
39    

Legend:
Removed from v.1.1.2.1  
changed lines
  Added in v.1.1.2.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26