Statistics
| Branch: | Tag: | Revision:

root / configure.ac @ 47cdf8b9

History | View | Annotate | Download (629 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
AC_CONFIG_AUX_DIR(config)
7
AM_INIT_AUTOMAKE(foreign)
8

    
9
# Checks for programs.
10
AC_PROG_INSTALL
11

    
12
# Checks for python
13
AM_PATH_PYTHON(2.4)
14

    
15
# Checks for libraries.
16

    
17
# Checks for header files.
18

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

    
21
# Checks for library functions.
22

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