add-depcomp.patch

Signed-off-by: Andy Green <andy@warmcat.com>
diff --git a/README-test-server b/README-test-server
index 7727ab7..2f14e17 100644
--- a/README-test-server
+++ b/README-test-server
@@ -1,6 +1,13 @@
 Using test-server as a quickstart
 ---------------------------------
 
+For a Fedora x86_86 box, the following config line was
+needed:
+
+./configure --prefix=/usr --libdir=/usr/lib64 --enable-openssl
+
+otherwise if /usr/local/... and /usr/local/lib are OK then...
+
 $ ./configure --enable-openssl
 $ make
 $ sudo make install
diff --git a/depcomp b/depcomp
new file mode 120000
index 0000000..b0ad20c
--- /dev/null
+++ b/depcomp
@@ -0,0 +1 @@
+/usr/share/automake-1.11/depcomp
\ No newline at end of file