summaryrefslogtreecommitdiffstats
path: root/configure.ac
Commit message (Collapse)AuthorAgeFilesLines
* releng: bump to version 1.2Frank Ch. Eigler2010-03-221-1/+1
|
* PR 11210 move stapprobe.* man pages to tapset::*William Cohen2010-03-091-1/+7
| | | | | Complete the renaming scheme with prefix of "tapset::" for the man pages related to over all description of groups of probes.
* build: re-enable librpm checkingFrank Ch. Eigler2010-03-081-3/+6
| | | | | | * configure.ac: With AC_CHECK_LIB()'s four-parameter variant, the default AC_DEFINE etc. is removed, so restore the key parts by hand.
* Add package check for librpmStan Cox2010-02-261-3/+1
| | | | | * configure (have_librpm): Move to AC_CHECK_LIB * configure.ac: Regenerate.
* Add package check for librpmStan Cox2010-02-261-0/+2
| | | | | * configure (have_librpm): Define. * configure.ac: Regenerate.
* PR11114: simplify librpm autoconfFrank Ch. Eigler2010-02-251-191/+6
| | | | | * configure.ac: Check for -lrpm with simple AC_CHECK_LIB. * Makefile.am: Forget about @rpm_LIBS@
* Check for/build elfutils iff translator is enabled.Przemyslaw Pawelczyk2010-02-221-15/+17
| | | | * configure.ac: Don't bother with elfutils if $enable_translator = no.
* Do not check stuff required by server if disabled.Przemyslaw Pawelczyk2010-02-041-29/+31
| | | | | | | | | | | | Building systemtap package using dpkg-buildpackage under scratchbox yields following error during configure: checking for /usr/include/nss3... configure: error: cannot check for file existence when cross compiling even if --disable-server is provided. Fix it. * configure.ac: Check for server-related stuff iff enable_server != no.
* Use html-nochunks output instead of txt to test for stringparam support in xmltoEugeniy Meshcheryakov2010-01-211-2/+2
| | | | | txt output requires additional build dependencies (w3m or similar browser).
* Add dtrace.1 man page.Stan Cox2010-01-201-1/+1
| | | | | | | | * dtrace.1: New file. * Makefile.am (man_MANS): Add dtrace.1 * Makefile.in: Regenerate. * configure.ac (AC_CONFIG_FILES): Add dtrace.1 * configure: Regenerate.
* PR11105: support default unset --prefixFrank Ch. Eigler2010-01-151-2/+5
| | | | * configure.ac (STAP_PREFIX): Map NONE -> /usr/local.
* Add SystemTap_Beginners_Guide to build.Mark Wielaard2010-01-021-1/+39
| | | | | | | | | | | | | | | | | | | | | | | | * configure.ac: Add --enable-publican and --with-publican-brand. Setup "shadow" directory doc/beginners. * Makefile.in: Regenerated. * configure: Regenerated. * doc/Makefile.am (SUBDIRS): Add beginners. * doc/Makefile.in: Regenerated. * doc/SystemTap_Beginners_Guide/en-US/Book_Info.xml (productname): Set to Systemtap. (productnumber): Set to 1.0. * SystemTap_Beginners_Guide/en-US/*.xml: Replace includes from extras/testsuite to ../testsuite, * doc/SystemTap_Beginners_Guide/publican.cfg: Moved to ... * doc/SystemTap_Beginners_Guide/publican.cfg.in: ... here. * doc/SystemTap_Beginners_Guide/Makefile: Removed. * doc/SystemTap_Beginners_Guide/old-syncandbuild.sh: Removed. * doc/SystemTap_Beginners_Guide/syncandbuild.sh: Removed. * doc/SystemTap_Tapset_Reference/Makefile.in: Regenerated. * doc/beginners/Makefile.am: New makefile. * doc/beginners/Makefile.in: New generated file. * grapher/Makefile.in: Regenerated. * systemtap.spec: Add with_publican and publican_brand.
* Incremented version number for release 1.1.David Smith2009-12-211-1/+1
| | | | | | | | | | | | | | | | * NEWS: Set version number. * configure.ac: Incremented version number. * systemtap.spec: Incremented version number and added changelog entry. * testsuite/configure.ac: Ditto. * Makefile.in: Regenerated. * aclocal.m4: Ditto. * configure: Ditto. * doc/Makefile.in: Ditto. * doc/SystemTap_Tapset_Reference/Makefile.in: Ditto. * grapher/Makefile.in: Ditto. * testsuite/Makefile.in: Ditto. * testsuite/aclocal.m4: Ditto. * testsuite/configure: Ditto.
* PR 10889: Reorganize client/server man pages. Document --unprivileged.Dave Brolley2009-12-171-1/+1
|
* PR4037: 32-bit staprun vs. 64-bit kernels just works (tm)Frank Ch. Eigler2009-11-171-13/+3
| | | | | * configure.ac (PROCFLAGS): Don't define it. * Makefile.am: Don't use it.
* build: quiet down xmlto tests and runsFrank Ch. Eigler2009-11-111-1/+1
| | | | | * configure.ac (xmlto --stringparam check): Add >&/dev/null. * doc/*/Makefile.am (xmlto runs): Ditto.
* Fix stapprobes.irq title and add to install listJosh Stone2009-11-101-1/+1
| | | | (And incidentally re-enable quiet builds at the same time...)
* Merge branch 'master' of ssh://sources.redhat.com/git/systemtapDave Brolley2009-11-031-0/+2
|\ | | | | | | | | | | | | | | | | | | | | Conflicts: Makefile.in configure doc/Makefile.in doc/SystemTap_Tapset_Reference/Makefile.in grapher/Makefile.in testsuite/configure
| * Enable Kbuild-like quiet buildsJosh Stone2009-10-221-0/+2
| | | | | | | | | | | | | | | | This enables much cleaner build output from automake. To re-enable the verbose commands, pass --disable-silent-rules to configure, or use V=1 at make time. * configure.ac: Enable AM_SILENT_RULES by default.
* | Infrastructure for new stap-server initscript.Dave Brolley2009-10-201-1/+1
|/
* Updated checking for grapher dependencies.David Smith2009-10-151-11/+40
| | | | | | | | | | | | * configure.ac: Made sure nss includes will error even if only 1 header isn't usable. Added grapher dependencies gtkmm and boost headers. * Makefile.in: Regenerated. * config.in: Ditto. * configure: Ditto. * doc/Makefile.in: Ditto. * doc/SystemTap_Tapset_Reference/Makefile.in: Ditto. * grapher/Makefile.am: Use libglade CFLAGS/LIBS. * grapher/Makefile.in: Regenerated.
* Added man page for stapgraphTim Moore2009-10-071-1/+1
| | | | * grapher/stapgraph.1.in: new file
* Grapher support now also needs libglademm24-devel, version 2.6.7 or higher.Mark Wielaard2009-10-011-1/+1
| | | | | * configure.ac: Clarify fail/help string when gtkmm support wasn't found. * configure: Regenerated.
* doc build: support older xmlto without --stringparm optionFrank Ch. Eigler2009-09-301-8/+25
| | | | | * configure.ac: Check for xmlto --stringparam support. * doc/Systemtap_Tapset_Reference/Makefile.am: Be sensitive to the result.
* Add graph data chooser window, based on gladeTim Moore2009-09-301-1/+1
| | | | | | | | | | | | | * configure.ac: Test for libglademm * grapher/GraphWidget.hxx (DataModelColumns): new class (onDataDialogCancel, void onDataAdd, onDataRemove, onDataDialogOpen): new methods * grapher/GraphWidget.cxx: ditto; methods for the graph data dialog. * grapher/graph-dialog.glade: New file. * grapher/graph-dialog.gladep: New file. * grapher/Makefile.am (dist_pkgdata_DATA): add graph-dialog.glade to installation. * grapher/GraphWidget.cxx (GraphWidget constructor): Use PKGDATADIR
* build fix: use boost shared_ptr if libstdc++ to old to have <tr1/memory>Frank Ch. Eigler2009-09-291-0/+2
| | | | | | * configure.ac: Look for tr1/memory and boost/shared_ptr.hpp * setupdwfl.h (shared_ptr): Define conditionally based on above. * systemtap.spec (with_boost): New parameter, default-off.
* tapset docs cleanupFrank Ch. Eigler2009-09-291-1/+5
| | | | | | | | | | | | | | Several problems: some invalid <command> etc. directives in the tapset embedded docs; some analysis about the non-generation of the pdf; some cleanup of the generated man pages. * configure.ac (BUILD_PDFREFDOCS): Correct condition typo, but still leave disabled. * doc/SystemTap_Tapset_Reference/Makefile.am (XMLTOMANPARMS): Add, to disable noise "AUTHORS" / "COPYRIGHT" sections. * tapset/*.stp: Removed several docbook-y markup that is not valid in kerneldoc.
* Better grapher option handling.David Smith2009-09-231-3/+12
| | | | | | * configure.ac: Don't check for gtkmm if '--disable-grapher' was used. Also, error if '--enable-grapher' was used but gtkmm isn't installed. * configure: Regenerated.
* Fix configure on systems without 'gcc -fgnu89-inline' support (rhel4).David Smith2009-09-231-1/+14
| | | | | | * configure.ac: Only compile elfutils with '-fgnu89-inline' if the compiler actually supports it. * configure: Regenerated.
* Version bumps for the 1.0 releaseJosh Stone2009-09-221-2/+2
|
* elfutils build tweak: run nested configure with bash, add -fgnu89-inlineFrank Ch. Eigler2009-08-181-2/+2
| | | | | * configure.ac: Tweak --with-elfutils nested configure invocation. * rest of auto* files: regenerated with fedora-11 tools
* Do not use plain [] in help string in configure.acEugeniy Meshcheryakov2009-08-071-1/+1
| | | | This confuses Debian's automake.
* Version bumps for the 0.9.9 releaseJosh Stone2009-08-041-1/+1
|
* This SNMP group of tapsets provides probes used to count SNMP managementDavid J. Wilder2009-07-161-1/+1
| | | | | | | | | | | | | | | | | | | events. The probes mirror many of the SNMP statistics defined in /usr/include/linux/snmp.h. Each probe represents a single SNMP statistic or MIB. Each of the probe's handler is called when system performs an operation that would alter the associated statistic. Along with each probe is defined an indexed set of counters used to record probe hits. The probe handlers call a user supplied callback functions to determine which counter to alter. The user's callback should returns a key value that will be used to index the counter. For example a callback could return a unique value for each socket. This would results in a separate counter being used for each socket. tcpipstat.stp shows how snmp tapsets could be used. Tcpipstat collects and displays network statistics related to individual TCP sockets or groups of sockets. The statistics that are collected are simmer to that of the command netstat -s, only sorted and grouped by individual sockets. Signed-off-by: David Wilder <dwilder@us.ibm.com>
* PR10399 dtrace should obey prefix install pathMark Wielaard2009-07-151-0/+1
| | | | | | | * dtrace: Renamed to... * dtrace.in: Add -I@prefix/include to gcc invocation. * configure.ac (AC_CONFIG_FILES): List dtrace. * configure: Regenerated.
* Version bumps for the 0.9.8 releaseJosh Stone2009-06-111-1/+1
|
* PR10209: extend configury for --disable-translatorElliott Baron2009-06-051-1/+10
| | | | | | | | | | | | * configure.ac: Added --disable-translator feature, creates AM_CONDITIONAL BUILD_TRANSLATOR. * Makefile.am: Only build runtime components (staprun, stapio) if BUILD_TRANSLATOR == FALSE. * configure: Regenerated. * Makefile.in: Likewise. * aclocal.m4: Likewise. * config.in: Likewise. * doc/Makefile.in: Likewise. * doc/SystemTap_Tapset_Reference/Makefile.in: Likewise. * grapher/Makefile.in: Likewise.
* Suggest rpms to install using debuginfo-install.William Cohen2009-05-271-0/+198
| | | | | | | | | The patch makes use of the RPM libraries to determine which rpm supplied the executable and from that information suggest a command to install the appropriate debuginfo rpm. This is enabled using the "--with-rpm" option for configure. Can be explicitly disabled with "--without-rpm".
* Correct typo in BUILD_SERVER test in configure.ac.Dave Brolley2009-05-111-1/+1
|
* Check whether certutil as provided by nss-tools is installed.Mark Wielaard2009-05-081-6/+7
| | | | | | | | | | | * configure.ac: Add check for certuril, don't build nss stap server when not found. * Makefile.in: Regenerated. * aclocal.m4: Likewise. * configure: Likewise. * doc/Makefile.in: Likewise. * doc/SystemTap_Tapset_Reference/Makefile.in: Likewise. * grapher/Makefile.in: Likewise.
* Revert "Remove latex2html detection, it is not used anymore"Eugeniy Meshcheryakov2009-05-061-2/+3
| | | | This reverts commit 3f6d0896b990c586667d0de08ac85b18effb0274.
* Fix --enable-refdocsEugeniy Meshcheryakov2009-05-061-10/+13
|
* Remove latex2html detection, it is not used anymoreEugeniy Meshcheryakov2009-05-051-3/+2
|
* Make test example for xmlto more complex, to make it fail on DebianEugeniy Meshcheryakov2009-05-051-0/+3
|
* Module signing and verification using a separate file for the module signature.Dave Brolley2009-05-041-0/+3
|
* Version bumps for 0.9.7 releaseJosh Stone2009-04-231-1/+1
|
* Version bumps for 0.9.6 releaseJosh Stone2009-04-231-1/+1
|
* Finish moving grapher into a subdirectoryTim Moore2009-04-201-2/+11
| | | | | | | | | | * configure.ac (GRAPHER): Configuration prefix for variables defined by PKG_CHECK_MODULES macro. (BUILD_GRAPHER): New conditional variable (enable-grapher): New option (AC_CONFIG_FILES): Add grapher/Makefile * Makefile.am (SUBDIRS): Add grapher * grapher/Makefile.am: New file
* Move grapher to subdirectoryTim Moore2009-04-201-2/+1
|
* graphing widget and test harnessTim Moore2009-04-151-0/+1
|