From 1e7ad3bfd296a93f2a88ad0a617acc7c63107c0c Mon Sep 17 00:00:00 2001 From: hunt Date: Thu, 21 Jul 2005 21:15:24 +0000 Subject: 2005-07-21 Martin Hunt * Makefile.am (EXTRA_DIST): Add systemtap.spec. (install-data-local): Install docs and probes. (docs): New target. (rpm): New target. * configure.ac: Set initial version to 0.1.1. (pkglibdir): Set to libexec. * Makefile.in: Regenerated. --- configure.ac | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 29f80630..3ff4b1b3 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ dnl configure.ac --- autoconf input file for systemtap dnl Process this file with autoconf to produce a configure script. -AC_INIT([systemtap], 1.0, systemtap@sources.redhat.com, systemtap) +AC_INIT([systemtap], 0.1.1, systemtap@sources.redhat.com, systemtap) AC_PREREQ(2.59) AM_INIT_AUTOMAKE @@ -38,7 +38,7 @@ AC_SUBST(DATE) # my_libexecdir=`eval echo $libexecdir` # my_libexecdir="$libexecdir" -my_pkglibdir=${prefix}/lib/systemtap +my_pkglibdir=${prefix}/libexec/systemtap AC_DEFINE_UNQUOTED(PKGLIBDIR, "$my_pkglibdir", [pkglibdir]) AC_SUBST(PKGLIBDIR) @@ -47,5 +47,5 @@ AC_DEFINE_UNQUOTED(PKGDATADIR, "$my_pkgdatadir", [datadir]) AC_SUBST(PKGDATADIR) AC_CONFIG_HEADERS([config.h:config.in]) -AC_CONFIG_FILES(Makefile) +AC_CONFIG_FILES(Makefile systemtap.spec) AC_OUTPUT -- cgit