summaryrefslogtreecommitdiffstats
path: root/aclocal.m4
Commit message (Collapse)AuthorAgeFilesLines
* Don't try to parallel install partial build-elfutils build in lib-elfutils.Mark Wielaard2010-02-161-2/+2
| | | | | | | | | | | | | | | | | | | The parallel install into lib-elfutils during the build seems to be fragile, so explicitly install the libs with -j1. * Makefile.am (stamp-elfutils): Add -j1 in for dir loop sub make. * Makefile.in: Regenerated. * aclocal.m4: Likewise. * compile: Likewise. * config.in: Likewise. * configure: Likewise. * doc/Makefile.in: Likewise. * doc/SystemTap_Tapset_Reference/Makefile.in: Likewise. * doc/beginners/Makefile.in: Likewise. * grapher/Makefile.in: Likewise. * testsuite/Makefile.in: Likewise. * testsuite/aclocal.m4: Likewise. * testsuite/configure: Likewise.
* Regenerate autotools filesJosh Stone2010-02-041-12/+10
|
* Run autoreconfEugeniy Meshcheryakov2010-01-211-15/+17
|
* Incremented version number for release 1.1.David Smith2009-12-211-138/+264
| | | | | | | | | | | | | | | | * 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-264/+138
|
* Regenerate autotools files using autoreconf to pick up latest Makefile.am ↵Dave Brolley2009-12-011-138/+264
| | | | changes.
* Ensure uprobes/Makefile never returns failure due to setting permissions.Dave Brolley2009-11-231-264/+138
| | | | | Ensure uprobes install directory has group 'stap-server'. Rename igid_in to in_group.
* Fix stapprobes.irq title and add to install listJosh Stone2009-11-101-138/+264
| | | | (And incidentally re-enable quiet builds at the same time...)
* Infrastructure for new stap-server initscript.Dave Brolley2009-10-201-237/+138
|
* Version bumps for the 1.0 releaseJosh Stone2009-09-221-138/+237
|
* 2009-09-14 Dave Brolley <brolley@redhat.com>Dave Brolley2009-09-141-237/+138
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * modsign.cxx (init_cert_db_path): Use 'system' call. (sign_module): Renamed to 'main'. This is now an independant program. Check for arguments. Return 1 on error. * buildrun.cxx (modsign.h): Don't #include it. (compile_pass): Don't sign the module. * main.cxx (main): Don't copy the module signature. * cache.cxx (add_to_cache): Don't cache the module signature. * Makefile.am (bin_PROGRAMS): Add stap-sign-module. (stap_SOURCES): Remove modsign.cxx and nsscommon.c. (stap_sign_module_SOURCES): New variable. (stap_sign_module_CPPFLAGS): New variable. (stap_sign_module_LDFLAGS): New variable. (stap_sign_module_LDADD): New variable. * stap-server (initialization): Initialize unprivileged. (parse_options): Handle --unprivileged. (create_response): Call stap-sign-module if --unprivileged was specified. * systemtap.spec: Add stap-sign-module to stap-server. * Makefile.in: Regenerated. * doc/Makefile.in: Regenerated. * doc/SystemTap_Tapset_Reference/Makefile.in: Regenerated. * grapher/Makefile.in: Regenerated. * testsuite/Makefile.in: Regenerated. * aclocal.m4: Likewise. * testsuite/aclocal.m4: Likewise. * configure: Likewise. * testsuite/configure: Likewise.
* elfutils build tweak: run nested configure with bash, add -fgnu89-inlineFrank Ch. Eigler2009-08-181-131/+214
| | | | | * 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-214/+131
| | | | This confuses Debian's automake.
* Explicitly link with nss3 nspr4 and plc4 when used.Mark Wielaard2009-07-251-117/+202
| | | | | | | | | | | | GNU gold depends on all libraries providing symbols being explicitly linked in (PR 10238). And it is pedantically more correct indeed. * Makefile.am (stap_LD_ADD): Add -lnspr4 when HAVE_NSS. (staprun_LDADD): Likewise. (stap_client_connect_LDADD): Add -lnss3 -lnspr4 -lplc4 when BUILD_SERVER. (stap_server_connect_LDADD): Likewise. * Makefile.in: Regenerated. * aclocal.m4: Likewise.
* PR10209: extend configury for --disable-translatorElliott Baron2009-06-051-17/+27
| | | | | | | | | | | | * 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-27/+17
| | | | | | | | | 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-39/+53
| | | | | 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-53/+39
|
* Check whether certutil as provided by nss-tools is installed.Mark Wielaard2009-05-081-12/+10
| | | | | | | | | | | * 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-051-27/+43
|
* Module signing and verification using a separate file for the module signature.Dave Brolley2009-05-041-32/+28
|
* Finish moving grapher into a subdirectoryTim Moore2009-04-201-0/+156
| | | | | | | | | | * 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-156/+0
|
* graphing widget and test harnessTim Moore2009-04-151-0/+156
|
* Version bumps for 0.9.5 releaseJosh Stone2009-03-271-2/+2
|
* fixing configury version driftFrank Ch. Eigler2009-02-171-91/+116
|
* Move sdt.h to includes/sys and use in tests.Mark Wielaard2009-02-171-116/+91
|
* PR 9716, replaced pkgconfig checks with AC macros in configure.ac for server ↵Elliott Baron2009-02-171-174/+22
| | | | deps.
* More security checking for client/server. Set exec_prefix and sysconfdir at ↵Dave Brolley2009-01-301-32/+28
| | | | install time.
* Explicitly remove build-elfutils, include-elfutils and lib-elfutils on clean.Mark Wielaard2009-01-211-28/+32
|
* COnfigure nss and nspr using PKG_CHECK_MODULES.Dave Brolley2008-12-301-0/+158
|
* Systemtap compile server phase 2 (ssl) -- first cut.Dave Brolley2008-12-241-22/+16
|
* Check for dwarf_getelf (elfutils 0.126+).Mark Wielaard2008-09-101-16/+22
|
* Robustness improvements for the stap client/serverDave Brolley2008-08-251-22/+16
|
* Make sure examples indexes are always generated in builddir.Mark Wielaard2008-08-081-16/+22
|
* Enable 'make check' and 'make installcheck' using the systemtap client/server.Dave Brolley2008-07-141-22/+16
|
* Install examples, demos and samples.Mark Wielaard2008-07-071-16/+22
|
* make "make cscope" tolerate a read-only or separate source treeFrank Ch. Eigler2008-05-301-22/+16
|
* Add a cscope target to the MakefileJosh Stone2008-05-291-16/+22
|
* PR6474: use position-independent-executable security c/ld-flags for stap* ↵Frank Ch. Eigler2008-05-011-22/+16
| | | | | | binaries tested on rhel5 i386/x86-64, fedora7 x86-64
* Move examples to testsuite/systemtap.examples.William Cohen2008-04-241-16/+22
|
* 2007-08-24 Frank Ch. Eigler <fche@elastic.org>fche2007-08-251-88/+107
| | | | | | | * configure.ac: Check for proper $PROCFLAGS-dependent -lcap. * Makefile.am (staprun_LDADD): Use autoconf variable rather than -lcap literal. * configure, aclocal.m4, Makefile.in, config.in: Regenerated.
* 2007-08-14 David Smith <dsmith@redhat.com>dsmith2007-08-141-107/+88
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge from setuid-branch. Changes also by Martin Hunt <hunt@redhat.com>. * Makefile.am: Added staprun_funcs.c and cap.c to staprun_SOURCES. Added -lcap to staprun_LDADD. Removed stp_check reference. Added stapio program. Staprun is now setuid. * Makefile.in: Rebuilt. * configure.ac: Version increase to 0.6 and checks for libcap availability. Removed stp_check reference. * configure: Regenerated. * stp_check.in: Removed. * systemtap.spec.in: Version increase to 0.6-1 and added BuildReq for libcap-devl (and removed sudo requirement). Added %pre script to create new groups. Staprun is now setuid. * NEWS: Added info on new security model. * INTERNALS: Removed sudo reference. * README.security: New file. * main.cxx (main): Make sure module name isn't too long. * hash.cxx: Moved MODULE_NAME_LEN define to hash.h. * hash.h: Moved MODULE_NAME_LEN define here from hash.cxx. * buildrun.cxx (run_pass): No longer runs staprun with "sudo". * stap.1.in: Removed sudo references and added information about the stapdev/stapusr groups. * staprun.8.in: Added information about module detaching and attaching. Removed sudo references and added information about the stapdev/stapusr groups. Removed reference to staprun needing to be run as root. Removed reference to removed '-u USERNAME' option. * .cvsignore: Removed stp_check and added stapio and stap_merge.
* 2007-06-21 David Smith <dsmith@redhat.com>dsmith2007-06-211-88/+107
| | | | | | * Makefile.in: Regenerated with automake 1.10. * aclocal.m4: Regenerated with aclocal 1.10. * configure: Regenerated.
* 2007-06-20 Frank Ch. Eigler <fche@elastic.org>fche2007-06-201-0/+28
| | | | | | * configure.ac: Added AM_PROG_CC_C_O for compatibility with automake 1.10. * configure, aclocal.m4: Regenerated.
* 2006-06-16 Roland McGrath <roland@redhat.com>roland2006-06-171-331/+127
| | | | * aclocal.m4, Makefile.in: Regenerated with automake-1.9.6-2.
* add a binary to ascii converter used to convert LKET's default binary trace dataguanglei2006-05-241-127/+331
| | | | | | add intro of lket-b2a in lket.5.in Changes Makefile.am, configure.ac & regenerated aclocal.m4, Makefile.in, configure
* 2006-04-25 Frank Ch. Eigler <fche@elastic.org>fche2006-04-251-2/+2
| | | | | * Makefile.am: Removed "rpm" target. * Makefile.in, aclocal.m4: Regenerated.
* 2005-08-08 Roland McGrath <roland@redhat.com>roland2005-08-091-331/+127
| | | | | | | * loc2c-test.c: New file. * Makefile.am (stpd_LDADD): Add loc2c-test. (loc2c_test_SOURCES, loc2c_test_LDADD): New variables. * Makefile.in, aclocal.m4: Regenerated.
* 2005-08-08 Frank Ch. Eigler <fche@elastic.org>fche2005-08-081-127/+331
| | | | | | | * stap.1.in: Autoconfify old man page. * configure.ac: Make it so. * stap.1: Removed. * configure, Makefile.in, aclocal.m4: Regenerated.