summaryrefslogtreecommitdiffstats
path: root/configure.ac
blob: a8ea234859ae2f8f7a187973aa6a4100300c0634 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
dnl Process this file with autoconf to produce a configure script.
dnl Created by Anjuta application wizard.

AC_INIT(Glances, 1.1.1, , glances)

AC_CONFIG_HEADERS([config.h])

AC_CONFIG_MACRO_DIR([m4])

AM_INIT_AUTOMAKE([1.11])

AM_SILENT_RULES([yes])

AM_PATH_PYTHON([2.6])

dnl AX_PYTHON_MODULE([statgrab],[needed])





AC_OUTPUT([
Makefile
src/Makefile

])