mirror of
https://github.com/nicolargo/glances.git
synced 2024-12-26 02:31:36 +03:00
24 lines
368 B
Plaintext
24 lines
368 B
Plaintext
dnl Process this file with autoconf to produce a configure script.
|
|
dnl Created by Anjuta application wizard.
|
|
|
|
AC_INIT(Glances, 1.4b, , 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([psutil],[needed])
|
|
|
|
AC_OUTPUT([
|
|
Makefile
|
|
src/Makefile
|
|
man/Makefile
|
|
|
|
])
|