summaryrefslogtreecommitdiffstats
path: root/configure
Commit message (Collapse)AuthorAgeFilesLines
* Version bumps for the 0.9.8 releaseJosh Stone2009-06-111-10/+10
|
* PR10209: extend configury for --disable-translatorElliott Baron2009-06-051-4/+43
| | | | | | | | | | | | * 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-13/+476
| | | | | | | | | 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".
* Move dfwlpp into its own fileJosh Stone2009-05-121-1897/+2149
| | | | | It's not a terribly clean split, but moving it helps reveals some of the knots that need to be untangled.
* Correct typo in BUILD_SERVER test in configure.ac.Dave Brolley2009-05-111-2150/+1898
|
* Check whether certutil as provided by nss-tools is installed.Mark Wielaard2009-05-081-25/+60
| | | | | | | | | | | * 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.
* Run autoreconfEugeniy Meshcheryakov2009-05-061-2/+41
|
* run autoreconfEugeniy Meshcheryakov2009-05-061-16/+36
|
* Run autoreconfEugeniy Meshcheryakov2009-05-051-1892/+2115
|
* Module signing and verification using a separate file for the module signature.Dave Brolley2009-05-041-2117/+1895
|
* Version bumps for 0.9.7 releaseJosh Stone2009-04-231-10/+10
|
* Version bumps for 0.9.6 releaseJosh Stone2009-04-231-10/+10
|
* Finish moving grapher into a subdirectoryTim Moore2009-04-201-3/+226
| | | | | | | | | | * 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-238/+2
|
* graphing widget and test harnessTim Moore2009-04-151-0/+236
|
* PR9953: split up the two process.* tapsetsJosh Stone2009-04-141-2/+2
| | | | | | | The overlapping process.* tapsets are now separated. Those probe points documented in stapprobes(3stap) remain the same. Those that were formerly in stapprobes.process(3stap) have been renamed to kprocess, to reflect their kernel perspective on processes.
* Really fix run-stap this time, I promise!Josh Stone2009-04-021-42/+0
|
* Fix the magic run-stap wrappers even moreJosh Stone2009-04-011-3/+3
|
* Fix sudo magic wrappers for run-stap devel script.Roland McGrath2009-04-011-0/+46
|
* hand-regen configure after commit 99c0acad yxmlto->xmlto typo fixFrank Ch. Eigler2009-03-291-2/+2
|
* Version bumps for 0.9.5 releaseJosh Stone2009-03-271-1804/+2062
|
* Update configure --help message now that default is changedRajan Arora2009-03-251-1/+1
| | | | | *configure.ac: Update help message for building with pie support. *configure: Regenerate.
* PR 9922 fix, make --disable-pie the configure defaultRajan Arora2009-03-241-1/+2
| | | | | | | *configure.ac: Change the default to compiling without fPIE. *systemtap.spec: Add --enable-pie as the default option (set pie_supported to 1). *configure: Regenerated with autoconf 2.61.
* Move man pages from man5 to man3 (3stap).Will Cohen2009-03-241-17/+17
|
* version bump to 0.9 throughoutFrank Ch. Eigler2009-02-171-10/+10
|
* fixing configury version driftFrank Ch. Eigler2009-02-171-3335/+3839
|
* Move sdt.h to includes/sys and use in tests.Mark Wielaard2009-02-171-4677/+3916
|
* PR 9716, replaced pkgconfig checks with AC macros in configure.ac for server ↵Elliott Baron2009-02-171-213/+348
| | | | deps.
* PR6936: Add systemtap initscript and systemtap-initscript subpackage.Masami Hiramatsu2009-01-301-1/+2
|
* Check for version.h.in for elfutils < 0.138.Mark Wielaard2009-01-261-2/+5
|
* Use install-pkgincludeHEADERS for elfutils configure build step.Mark Wielaard2009-01-231-4/+4
|
* Use make -k install-data for elfutils.Mark Wielaard2009-01-231-1/+4
|
* 2009-01-22 David Smith <dsmith@redhat.com>David Smith2009-01-221-1/+1
| | | | | | | | | * systemtap.spec: Added 'nss-devel' buildreq so that the 'client' subpackage could be built correctly. Added file-based buildreq for xmlto's pdf support, which works on f8, f9, f9, and rhel5. * configure.ac: Fixed typo. * configure: Regenerated.
* Create PIECFLAGS and PIECXXFLAGS, like PIELDFLAGS.Mark Wielaard2009-01-211-1/+11
|
* Only muck with CPPFLAGS when actually building with bundled elfutils.Mark Wielaard2009-01-211-3/+154
|
* Explicitly remove build-elfutils, include-elfutils and lib-elfutils on clean.Mark Wielaard2009-01-211-1700/+1935
|
* Pick up --prefix dependency usage in config.h.Mark Wielaard2009-01-111-0/+6
|
* Check for xmlto that generates pdf.Will Cohen2009-01-081-4/+24
|
* Check xmlto available and allow user to control generation of reference docs.Will Cohen2009-01-071-1912/+1764
|
* Warn when not building docs because tools not found.Mark Wielaard2009-01-071-2/+6
|
* Add --enable-server configure option.Mark Wielaard2009-01-071-1792/+1981
|
* build: make compatible with elfutils 0.138 tooFrank Ch. Eigler2008-12-311-26/+175
|
* COnfigure nss and nspr using PKG_CHECK_MODULES.Dave Brolley2008-12-301-10/+372
|
* PR6925: generate script to run stap from build directoryRoland McGrath2008-12-031-0/+5
|
* PR6925: encourage people to configure with a --prefixFrank Ch. Eigler2008-12-031-0/+14
|
* Add kernel-doc based version of SystemTap_Tapset_Reference.William Cohen2008-11-251-1/+2
|
* bump version to 0.8Frank Ch. Eigler2008-11-131-10/+10
|
* Check for dwarf_getelf (elfutils 0.126+).Mark Wielaard2008-09-101-49/+90
|
* remove capabilities logic, cont'dFrank Ch. Eigler2008-09-051-237/+1
|
* New man page for the systemtap client/server and related utilities.Dave Brolley2008-08-291-1/+2
|