summaryrefslogtreecommitdiffstats
path: root/configure.ac
Commit message (Collapse)AuthorAgeFilesLines
* version bump to 0.9 throughoutFrank Ch. Eigler2009-02-171-1/+1
|
* fixing configury version driftFrank Ch. Eigler2009-02-171-0/+1
|
* PR 9716, replaced pkgconfig checks with AC macros in configure.ac for server ↵Elliott Baron2009-02-171-4/+23
| | | | deps.
* PR6936: Add systemtap initscript and systemtap-initscript subpackage.Masami Hiramatsu2009-01-301-1/+1
|
* 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/+9
|
* Only muck with CPPFLAGS when actually building with bundled elfutils.Mark Wielaard2009-01-211-5/+6
|
* Pick up --prefix dependency usage in config.h.Mark Wielaard2009-01-111-0/+6
|
* Check for xmlto that generates pdf.Will Cohen2009-01-081-3/+20
|
* Check xmlto available and allow user to control generation of reference docs.Will Cohen2009-01-071-1/+26
|
* Warn when not building docs because tools not found.Mark Wielaard2009-01-071-2/+5
|
* Add --enable-server configure option.Mark Wielaard2009-01-071-2/+17
|
* build: make compatible with elfutils 0.138 tooFrank Ch. Eigler2008-12-311-8/+13
|
* COnfigure nss and nspr using PKG_CHECK_MODULES.Dave Brolley2008-12-301-0/+3
|
* PR6925: generate script to run stap from build directoryRoland McGrath2008-12-031-0/+2
|
* PR6925: encourage people to configure with a --prefixFrank Ch. Eigler2008-12-031-0/+8
|
* Add kernel-doc based version of SystemTap_Tapset_Reference.William Cohen2008-11-251-1/+1
|
* bump version to 0.8Frank Ch. Eigler2008-11-131-1/+1
|
* Check for dwarf_getelf (elfutils 0.126+).Mark Wielaard2008-09-101-1/+4
|
* remove capabilities logic, cont'dFrank Ch. Eigler2008-09-051-13/+0
|
* New man page for the systemtap client/server and related utilities.Dave Brolley2008-08-291-1/+1
|
* remove support for "make dist" since git-archive does as well;Frank Ch. Eigler2008-08-251-1/+1
| | | | "make rpm" remains for private testing
* Mention distro specific elfutils development sub-packages needed when not found.Mark Wielaard2008-08-161-2/+2
|
* small patch ...Michael Meeks2008-08-151-1/+1
| | | | | | | | | | | | | | | | Hi guys, I append a trivial patch for systemtap. I guess the SUSE wiki page also needs updating to point out that it's broken in 11.0 by default, and that you require HEAD with Frank's buildrun.cxx fix for the mach-default include. My patch will hopefully make similar problems easier to find in future (for lovers of -v options ;-) HTH, Michael.
* version bump to 0.7.1Frank Ch. Eigler2008-07-161-3/+3
|
* Always include libdw using link groups.Josh Stone2008-06-271-24/+5
| | | | | | This is necessary for distros that ship static libdw, Roland suggested that it shouldn't hurt to do it this way on other distros too. It's nicer now not to require the extra "--enable-staticdw" configure flag.
* Tweak the configure script to play nice with Debian libs.Josh Stone2008-06-131-6/+23
| | | | | | | ./configure now accepts --enable-staticdw, which alters the link settings so they work with static libdw. Tested on Ubuntu Hardy.
* PR6470: new argv[] tapset, docs, test casesFrank Ch. Eigler2008-06-101-1/+1
|
* Srinivasa DS <srinivasa@in.ibm.com> -fpie option puts limit on GOT size and ↵Srikar Dronamraju2008-06-051-2/+2
| | | | hence systemtap build fails on s390. So use -fPIE which doesn't put limit on GOT size.
* Use tr1/unordered_map instead of the deprecated ext/hash_map.Tim Moore2008-05-201-0/+5
|
* PR6474: use position-independent-executable security c/ld-flags for stap* ↵Frank Ch. Eigler2008-05-011-0/+23
| | | | | | binaries tested on rhel5 i386/x86-64, fedora7 x86-64
* PR6393: git version tagging at build timeFrank Ch. Eigler2008-04-101-7/+0
| | | | | | | | | | | | 2008-04-10 Frank Ch. Eigler <fche@elastic.org> PR 6393. * git_version.sh: New file, copied from radeonhd. * configure.ac: No longer generate $builddir/SNAPSHOT. * Makefile.am: Generate $builddir/git_version.h. (EXTRA_DIST): Add git_version.h and git_version.sh. * main.cxx (version): Print generated GIT_MESSAGE therefrom. * Makefile.in, configure: Regenerated.
* bump autoconf* version numbers to 0.7Frank Ch. Eigler2008-03-311-1/+1
|
* * release prep: 0.6.2 version bumpfche2008-03-121-1/+1
| | | | | | | 2008-03-12 Frank Ch. Eigler <fche@elastic.org> * configure.ac, systemtap.spec.in: Bumped version to 0.6.2. * configure: Regenerated.
* PR5697 part 2: tutorial/langref configuryfche2008-02-281-1/+18
| | | | | | | | | | 2008-02-27 Frank Ch. Eigler <fche@elastic.org> PR5697 * configure.ac (enable-docs): Implement. * systemtap.spec.in: Add optional docs build/install/prereqs. * Makefile.am (SUBDIRS): Add doc. * Makefile.in, configure: Regenerated.
* PR5750: autoreconf compatibilityfche2008-02-101-1/+1
| | | | | | | | | | | 2008-02-09 Frank Ch. Eigler <fche@elastic.org> PR5750. From Eugeniy Meshcheryakov eugen@debian.org: * configure.ac (HAVE_LIBSQLITE3): Complete AC_DEFINE. * configure, INSTALL, missing, compile, depcomp, install-sh: autoreconf -fi'd.
* PR5751, -Werror emphasis on -fstack-protector-all trial buildfche2008-02-091-3/+5
| | | | | | | | | 2008-02-09 Frank Ch. Eigler <fche@elastic.org> PR 5751. * configure.ac: Add -Werror to trial compilation with -fstack-protector-all, for hosts that don't quite support it. * configure: Regenerated.
* PR5647: build with -fstack-protector-all by defaultfche2008-01-291-5/+10
| | | | | | | | | 2008-01-29 Frank Ch. Eigler <fche@elastic.org> PR 5647 * configure.ac (--enable-ssp): Make default on compilers that support it. * configure: Regenerated.
* 2008-01-28 David Smith <dsmith@redhat.com>dsmith2008-01-281-18/+34
| | | | | | | | * configure.ac: Fixed a bug when "--disable-permon" was used. Added "--enable-crash" option. * configure: Regenerated. * Makefile.am: Improved staplog.so compile command. * Makefile.in: Regenerated.
* 2008-01-28 David Smith <dsmith@redhat.com>dsmith2008-01-281-1/+2
| | | | | | | PR 5685. From Eugeniy Meshcheryakov <eugen@debian.org> * configure.ac: If "--enable-sqlite" is specified, define HAVE_LIBSQLITE3. * configure: Regenerated.
* 2008-01-25 David Smith <dsmith@redhat.com>dsmith2008-01-251-59/+49
| | | | | | * configure.ac: Compressed the two perfmon options into one. Made other small fixes and whitespace changes. * configure: Regenerated.
* 2008-01-24 David Smith <dsmith@redhat.com>dsmith2008-01-241-29/+0
| | | | | | | | | PR 5661 (reverted). * configure.ac: Removed elfutils version number check. * configure: Regenerated. * acsite.m4: Removed. * systemtap.spec.in: Minimum elfutils version number is no longer filled in by configure.
* 2008-01-24 David Smith <dsmith@redhat.com>dsmith2008-01-241-6/+20
| | | | | | | | | | PR 5650 (partial). * configure.ac: Handles sqlite optional functionality correctly. If enabled/disabled by the user, do the right thing. If not specified by the user, use it if present. * configure: Regenerated. * systemtap.spec.in: Always specify to configure whether to use sqlite or not.
* 2008-01-23 David Smith <dsmith@redhat.com>dsmith2008-01-231-0/+27
| | | | | | | | | | PR 5661. * configure.ac: Checks elfutils version number. * acsite.m4: New file containing macro to return elfutils version number. * configure: Regenerated. * systemtap.spec.in: Minimum elfutils version number is now filled in by configure.
* bump to version 0.6.1 in prep for snapshot releasefche2008-01-181-1/+1
| | | | | | | 2008-01-18 Frank Ch. Eigler <fche@elastic.org> * configure.ac, systemtap.spec.in: Update version to 0.6.1 * configure: Regenerated.
* add git commit id as testsuite Snapshot fieldfche2008-01-131-0/+7
| | | | | | | | | | | | 2008-01-12 Frank Ch. Eigler <fche@elastic.org> * configure.ac: Generate a build tree SNAPSHOT file from git-rev-list, if we suspect the source tree came from git. * configure: Regenerated. 2008-01-12 Frank Ch. Eigler <fche@elastic.org> * lib/systemtap.exp (get_system_info): Look for $builddir/SNAPSHOT too.
* add --enable-ssp configure option so developers can build like fedora doesfche2008-01-121-0/+10
| | | | | | | | | 2008-01-12 Frank Ch. Eigler <fche@elastic.org> PR 5603. * configure.ac: Add "--enable-ssp" to select -fstack-protector-all and similar runtime checking directives. * configure: Regenerated.