You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ma...@apache.org on 2003/01/09 10:28:22 UTC

cvs commit: apache-1.3 Makefile.tmpl

martin      2003/01/09 01:28:21

  Modified:    .        Makefile.tmpl
  Log:
  [Cygwin]: Fix the problem that the generated httpd.conf contains lines like:
  "AddModule mod_alias.dll" instead of "AddModule mod_alias.c"
  
  Revision  Changes    Path
  1.105     +1 -1      apache-1.3/Makefile.tmpl
  
  Index: Makefile.tmpl
  ===================================================================
  RCS file: /home/cvs/apache-1.3/Makefile.tmpl,v
  retrieving revision 1.104
  retrieving revision 1.105
  diff -u -r1.104 -r1.105
  --- Makefile.tmpl	13 Mar 2002 21:05:27 -0000	1.104
  +++ Makefile.tmpl	9 Jan 2003 09:28:21 -0000	1.105
  @@ -341,7 +341,7 @@
   		sed	-e 's:SharedModule:AddModule:' \
   			-e 's:modules/[^/]*/::' \
   			-e 's:[ 	]lib: mod_:' \
  -			-e 's:\.[soam].*$$:.c:' >>$(SRC)/.apaci.install.conf; \
  +			-e 's:\.[dsoam].*$$:.c:' >>$(SRC)/.apaci.install.conf; \
   	fi
   	@echo "<=== [programs]"