summaryrefslogtreecommitdiffstats
path: root/prepare_x11vnc_dist.sh
diff options
context:
space:
mode:
authorrunge <runge>2005-05-25 03:19:23 +0000
committerrunge <runge>2005-05-25 03:19:23 +0000
commitae59284aec473bada56b55b3177ad0b4998971dd (patch)
treec2b4dfe463a19e54aac5064d68f59ff2ee2bed1d /prepare_x11vnc_dist.sh
parentff590d0afafa9a007995c138079bb75f0680e302 (diff)
downloadlibtdevnc-ae59284aec473bada56b55b3177ad0b4998971dd.tar.gz
libtdevnc-ae59284aec473bada56b55b3177ad0b4998971dd.zip
x11vnc: scrolling: grabserver, autorepeat throttling, mouse wheel, fix onetile
Diffstat (limited to 'prepare_x11vnc_dist.sh')
-rw-r--r--prepare_x11vnc_dist.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/prepare_x11vnc_dist.sh b/prepare_x11vnc_dist.sh
index ca78be6..9af70cf 100644
--- a/prepare_x11vnc_dist.sh
+++ b/prepare_x11vnc_dist.sh
@@ -7,6 +7,7 @@ cd "$(dirname "$0")"
mv configure.ac configure.ac.LibVNCServer
cat configure.ac.LibVNCServer | \
+egrep -v 'AC_CONFIG_COMMANDS.*libvncserver-config' | \
sed -e "s/LibVNCServer, [^,)]*\([(,]\)*/x11vnc, $VERSION\1/g" \
-e "s/\(contrib\|examples\|vncterm\|libvncclient\|test\|client_examples\)\/Makefile//g" \
-e "s/LibVNCServer.spec/x11vnc.spec/g" \