summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac27
1 files changed, 0 insertions, 27 deletions
diff --git a/configure.ac b/configure.ac
deleted file mode 100644
index c2a43009..00000000
--- a/configure.ac
+++ /dev/null
@@ -1,27 +0,0 @@
-dnl Process this file with autoconf to produce a configure script.
-dnl Created by Anjuta application wizard.
-
-AC_INIT(Glances, 1.3.3, , 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
-man/Makefile
-
-])