From: oes Date: Thu, 17 May 2001 22:23:23 +0000 (+0000) Subject: - Added auto-generation of CRLFs for Win32 config files X-Git-Tag: v_2_9_9~529 X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=commitdiff_plain;h=314a8f99165e40debe3413ef14547522af1c348d - Added auto-generation of CRLFs for Win32 config files - Added comment-prefix to all Win32-only options in the config file and provided auto stripping of this prefix for the Win32 platform by make --- diff --git a/Makefile.in b/Makefile.in index 8c670b88..24054f5a 100644 --- a/Makefile.in +++ b/Makefile.in @@ -1,6 +1,6 @@ # Note: Makefile is built automatically from Makefile.in # -# $Id: Makefile.in,v 1.2 2001/05/13 22:04:51 administrator Exp $ +# $Id: Makefile.in,v 1.1.1.1 2001/05/15 13:59:00 oes Exp $ # # Written by and Copyright (C) 2001 the SourceForge # IJBSWA team. http://ijbswa.sourceforge.net @@ -28,6 +28,9 @@ # Temple Place - Suite 330, Boston, MA 02111-1307, USA. # # $Log: Makefile.in,v $ +# Revision 1.1.1.1 2001/05/15 13:59:00 oes +# Initial import of version 2.9.3 source tree +# # @@ -145,7 +148,7 @@ SUFFIX = .txt:o .SUFFIXES : .txt %.txt: - sed -e 's/$$//' < $< > $@ + sed -e 's/$$/& /' < $< > $@ inifiles: $(W32_INIS) @@ -160,7 +163,8 @@ junkbstr.txt: config -e 's!\(/var/log/junkbuster\|.\)/junkbuster\.log!junkbstr.log!' \ -e 's!\(/etc/junkbuster\|.\)/imagelist!simage.txt!' \ -e 's!\(/etc/junkbuster\|.\)/re_filterfile!sregexp.txt!' \ - -e 's!$$!!' \ + -e 's!$$!& !' \ + -e 's!#Win32-only: !!' \ < $< > $@ saclfile.txt: aclfile