Statistics
| Branch: | Tag: | Revision:

root / configure.ac @ 47cdf8b9

History | View | Annotate | Download (629 Bytes)

1 a8083063 Iustin Pop
#                                               -*- Autoconf -*-
2 a8083063 Iustin Pop
# Process this file with autoconf to produce a configure script.
3 a8083063 Iustin Pop
4 a8083063 Iustin Pop
AC_PREREQ(2.59)
5 a8083063 Iustin Pop
AC_INIT(ganeti, 1.2a, ganeti@googlegroups.com)
6 47cdf8b9 Michael Hanselmann
AC_CONFIG_AUX_DIR(config)
7 a8083063 Iustin Pop
AM_INIT_AUTOMAKE(foreign)
8 a8083063 Iustin Pop
9 a8083063 Iustin Pop
# Checks for programs.
10 a8083063 Iustin Pop
AC_PROG_INSTALL
11 a8083063 Iustin Pop
12 a8083063 Iustin Pop
# Checks for python
13 a8083063 Iustin Pop
AM_PATH_PYTHON(2.4)
14 a8083063 Iustin Pop
15 a8083063 Iustin Pop
# Checks for libraries.
16 a8083063 Iustin Pop
17 a8083063 Iustin Pop
# Checks for header files.
18 a8083063 Iustin Pop
19 a8083063 Iustin Pop
# Checks for typedefs, structures, and compiler characteristics.
20 a8083063 Iustin Pop
21 a8083063 Iustin Pop
# Checks for library functions.
22 a8083063 Iustin Pop
23 a8083063 Iustin Pop
AC_CONFIG_FILES([Makefile man/Makefile docs/Makefile 
24 a8083063 Iustin Pop
		testing/Makefile tools/Makefile
25 a8083063 Iustin Pop
		lib/Makefile scripts/Makefile daemons/Makefile])
26 a8083063 Iustin Pop
AC_OUTPUT