Revision 7c18ef8e configure.ac

b/configure.ac
1 1
# Configure script for Ganeti
2 2

  
3 3
AC_PREREQ(2.59)
4
AC_INIT(ganeti, 1.2b1, ganeti@googlegroups.com)
4
AC_INIT(ganeti, 1.2b2, ganeti@googlegroups.com)
5 5
AC_CONFIG_AUX_DIR(autotools)
6 6
AM_INIT_AUTOMAKE([foreign tar-ustar dist-bzip2])
7 7

  
......
19 19
  AC_MSG_WARN([docbook2man not found.])
20 20
fi
21 21

  
22
AC_SUBST(PACKAGE_VERSION)
23

  
22 24
AC_CONFIG_FILES([Makefile man/Makefile doc/Makefile
23 25
  testing/Makefile tools/Makefile
24 26
  lib/Makefile scripts/Makefile daemons/Makefile
25
  doc/examples/Makefile])
27
  doc/examples/Makefile lib/version.py])
26 28

  
27 29
AC_OUTPUT

Also available in: Unified diff