If you check out CVS of LibVNCServer, everything should build as usual:./configure && makeIf your machine complains not having the right version of automake (which shouldnot be necessary, because every needed file is checked in), tryfind -name Makefile.in -exec touch {} \;and rerun ./configure && makeIf you want to make changes which require automake or autoconf (i.e. youcheck for other headers or add files), you have to have a current