summaryrefslogtreecommitdiffstats
path: root/prepare_x11vnc_dist.sh
diff options
context:
space:
mode:
authorrunge <runge@karlrunge.com>2010-05-08 19:53:33 -0400
committerrunge <runge@karlrunge.com>2010-05-08 19:53:33 -0400
commita3c971bac6e99ac7c025f0ec22c04720f1946aca (patch)
tree69708b7b8fd9df73b02558cb95bd6c8d41a2aa05 /prepare_x11vnc_dist.sh
parentbcc2383c79c7598e8d9dab858ae3a6dc2a68aab6 (diff)
downloadlibtdevnc-a3c971bac6e99ac7c025f0ec22c04720f1946aca.tar.gz
libtdevnc-a3c971bac6e99ac7c025f0ec22c04720f1946aca.zip
x11vnc: tweaks to prepare_x11vnc_dist.sh. set cd->unixname in apply_opts().
Diffstat (limited to 'prepare_x11vnc_dist.sh')
-rw-r--r--prepare_x11vnc_dist.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/prepare_x11vnc_dist.sh b/prepare_x11vnc_dist.sh
index 8afc741..e28ea6d 100644
--- a/prepare_x11vnc_dist.sh
+++ b/prepare_x11vnc_dist.sh
@@ -13,6 +13,8 @@ sed -e "s/LibVNCServer, [^,)]*\([(,]\)*/x11vnc, $VERSION\1/g" \
-e "s/\(contrib\|examples\|vncterm\|test\|client_examples\)\/Makefile//g" \
-e "s/LibVNCServer.spec/x11vnc.spec/g" \
-e "s/AC_PROG_LIBTOOL/AC_PROG_RANLIB/" \
+ -e "s/PKG_CHECK/#PKG_CHECK/" \
+ -e 's/if test "x$with_gnutls/with_gnutls=no; if test "x$with_gnutls/' \
> configure.ac
mv Makefile.am Makefile.am.LibVNCServer