summaryrefslogtreecommitdiffstats
path: root/grapher/configure.ac
diff options
context:
space:
mode:
authorTim Moore <timoore@redhat.com>2009-04-20 08:13:38 +0200
committerTim Moore <timoore@redhat.com>2009-04-20 08:13:38 +0200
commita6e65750e80380d42ea238f3c688c3499de16d74 (patch)
treef5ef0b9df733e04d405b969d2fc6290d5ddce773 /grapher/configure.ac
parent2d45e339f3287cf0b4805ea91b3aa9f17b6d4752 (diff)
downloadsystemtap-steved-a6e65750e80380d42ea238f3c688c3499de16d74.tar.gz
systemtap-steved-a6e65750e80380d42ea238f3c688c3499de16d74.tar.xz
systemtap-steved-a6e65750e80380d42ea238f3c688c3499de16d74.zip
Move grapher to subdirectory
Diffstat (limited to 'grapher/configure.ac')
-rw-r--r--grapher/configure.ac30
1 files changed, 30 insertions, 0 deletions
diff --git a/grapher/configure.ac b/grapher/configure.ac
new file mode 100644
index 00000000..81067e0f
--- /dev/null
+++ b/grapher/configure.ac
@@ -0,0 +1,30 @@
+dnl configure.ac --- autoconf input file for systemtap testsuite
+dnl Process this file with autoconf to produce a configure script.
+
+AC_INIT([systemtap], 0.9.5, systemtap@sources.redhat.com, systemtap)
+
+AC_PREREQ(2.59)
+AC_CONFIG_AUX_DIR(..)
+AM_INIT_AUTOMAKE(foreign)
+AM_MAINTAINER_MODE
+
+AM_PROG_MKDIR_P
+AC_SUBST(MKDIR_P)
+AC_PROG_LN_S
+AC_PROG_CC
+AC_PROG_CXX
+AC_PROG_CPP
+AM_PROG_CC_STDC
+AM_PROG_CC_C_O
+AM_C_PROTOTYPES
+AC_PROG_RANLIB
+AC_OBJEXT
+AC_EXEEXT
+AC_PROG_INSTALL
+AC_PROG_MAKE_SET
+AC_SUBST(CFLAGS)
+AC_SUBST(CXXFLAGS)
+PKG_CHECK_MODULES([GRAPHER], [gtkmm-2.4 >= 2.8.0])
+
+AC_CONFIG_FILES(Makefile)
+AC_OUTPUT