* released 1.1.19
* haproxy was NOT RFC compliant because it was case-sensitive on HTTP
"Cookie:" and "Set-Cookie:" headers. This caused JVM 1.4 to fail on
cookie persistence because it uses "cookie:". Two memcmp() have been
replaced with strncasecmp().
* added the haproxy2html.sh script
* removed the now useless NOTES file
* made pcre-config quiet in the makefile.
diff --git a/Makefile b/Makefile
index 959d866..3616420 100644
--- a/Makefile
+++ b/Makefile
@@ -15,7 +15,7 @@
#REGEX=pcre
# This is the directory hosting include/pcre.h and lib/libpcre.* when REGEX=pcre
-PCREDIR := $(shell pcre-config --prefix)
+PCREDIR := $(shell pcre-config --prefix 2>/dev/null)
#PCREDIR=/usr/local
# This is for Linux 2.4 with netfilter