2 # Run this to generate all the initial makefiles, etc.
6 test -z "$srcdir" && srcdir=.
13 (autoconf --version) < /dev/null > /dev/null 2>&1 || {
15 echo "You must have autoconf installed to compile gtk-vnc."
16 echo "Download the appropriate package for your distribution,"
17 echo "or see http://www.gnu.org/software/autoconf"
21 (automake --version) < /dev/null > /dev/null 2>&1 || {
24 echo "You must have automake installed to compile gtk-vnc."
25 echo "Download the appropriate package for your distribution,"
26 echo "or see http://www.gnu.org/software/automake"
29 if test "$DIE" -eq 1; then
34 echo "I am going to run ./configure with --enable-compile-warnings=error"
35 echo "If you wish to pass any extra arguments to it, please specify them"
36 echo "on the $0 command line."
46 $srcdir/configure --enable-compile-warnings=error "$@" && {
48 echo "Now type 'make' to compile capa."