From: William A. Rowe Jr Date: Sun, 1 Feb 2009 21:10:47 +0000 (+0000) Subject: The binary win32 installer copies pcre.dll X-Git-Tag: 2.3.2~100 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3f3274a155f72a92c85dd8fa03bc074c8b3a8b14;p=apache The binary win32 installer copies pcre.dll git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@739838 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/Makefile.win b/Makefile.win index 6ea8f9c401..5adb2221d2 100644 --- a/Makefile.win +++ b/Makefile.win @@ -666,14 +666,33 @@ _install: copy LICENSE "$(INSTDIR)\LICENSE.txt" <.y copy NOTICE "$(INSTDIR)\NOTICE.txt" <.y copy README "$(INSTDIR)\README.txt" <.y + type << >> "$(INSTDIR)\NOTICE.txt" + +Regular expression support is provided by the PCRE library package, +which is open source software, written by Philip Hazel, and copyright +by the University of Cambridge, England. The original software is +available from + ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/ +<< + -awk -f <> "$(INSTDIR)\LICENSE.txt" +BEGIN { + print ""; + print "For the pcre.dll component:"; + print ""; + while ( getline > 0 ) { + if ( $$0 ~ /^End$$/ ) $$0 = "END OF PCRE LICENSE"; + print $$0; + } +} +<< !IF EXIST("srclib\openssl") -copy srclib\openssl\apps\openssl.cnf "$(INSTDIR)\conf\openssl.cnf" <.y type << >> "$(INSTDIR)\NOTICE.txt" - This binary distribution includes cryptographic software written by - Eric Young (eay@cryptsoft.com), software written by Tim Hudson - (tjh@cryptsoft.com), and software developed by the OpenSSL Project - for use in the OpenSSL Toolkit . +This binary distribution includes cryptographic software written by +Eric Young (eay@cryptsoft.com), software written by Tim Hudson +(tjh@cryptsoft.com), and software developed by the OpenSSL Project +for use in the OpenSSL Toolkit . << -awk -f <> "$(INSTDIR)\LICENSE.txt" BEGIN { @@ -745,9 +764,9 @@ BEGIN { !IF EXIST("srclib\zlib") type << >> "$(INSTDIR)\NOTICE.txt" - This binary distribution of mod_deflate.so includes zlib compression code - written by Jean-loup Gailly (jloup@gzip.org) - and Mark Adler (madler@alumni.caltech.edu) . +This binary distribution of mod_deflate.so includes zlib compression code + written by Jean-loup Gailly (jloup@gzip.org) +and Mark Adler (madler@alumni.caltech.edu) . << -awk -f <> "$(INSTDIR)\LICENSE.txt" BEGIN {