Statistics
| Branch: | Tag: | Revision:

root / configure.ac @ a8083063

History | View | Annotate | Download (603 Bytes)

1
#                                               -*- Autoconf -*-
2
# Process this file with autoconf to produce a configure script.
3

    
4
AC_PREREQ(2.59)
5
AC_INIT(ganeti, 1.2a, ganeti@googlegroups.com)
6
AM_INIT_AUTOMAKE(foreign)
7

    
8
# Checks for programs.
9
AC_PROG_INSTALL
10

    
11
# Checks for python
12
AM_PATH_PYTHON(2.4)
13

    
14
# Checks for libraries.
15

    
16
# Checks for header files.
17

    
18
# Checks for typedefs, structures, and compiler characteristics.
19

    
20
# Checks for library functions.
21

    
22
AC_CONFIG_FILES([Makefile man/Makefile docs/Makefile 
23
		testing/Makefile tools/Makefile
24
		lib/Makefile scripts/Makefile daemons/Makefile])
25
AC_OUTPUT