autogen.sh: run setver.sh at the right time

Otherwise, since we run autoconf from setver.sh, we have errors from it
on a clean system:

$ ./setver.sh
configure.ac:40: error: possibly undefined macro: AM_INIT_AUTOMAKE
      If this token and others are legitimate, please use m4_pattern_allow.
      See the Autoconf documentation.
configure.ac:48: error: possibly undefined macro: AC_DISABLE_STATIC
configure.ac:53: error: possibly undefined macro: AC_PROG_LIBTOOL
configure.ac:83: error: possibly undefined macro: AM_PATH_XML2
configure.ac:123: error: possibly undefined macro: AM_CONDITIONAL

This is because aclocal was not yet run.

Signed-off-by: Kir Kolyshkin <kir@openvz.org>
1 file changed