glances/configure.ac

24 lines
368 B
Plaintext
Raw Normal View History

2011-12-04 12:52:09 +04:00
dnl Process this file with autoconf to produce a configure script.
dnl Created by Anjuta application wizard.
2012-02-16 14:16:00 +04:00
AC_INIT(Glances, 1.4b, , glances)
2011-12-04 12:52:09 +04:00
AC_CONFIG_HEADERS([config.h])
AC_CONFIG_MACRO_DIR([m4])
AM_INIT_AUTOMAKE([1.11])
AM_SILENT_RULES([yes])
AM_PATH_PYTHON([2.6])
2012-02-14 14:58:04 +04:00
dnl AX_PYTHON_MODULE([psutil],[needed])
2011-12-04 12:52:09 +04:00
AC_OUTPUT([
Makefile
src/Makefile
2011-12-14 00:57:51 +04:00
man/Makefile
2011-12-04 12:52:09 +04:00
])