summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorhunt <hunt>2005-07-21 21:15:24 +0000
committerhunt <hunt>2005-07-21 21:15:24 +0000
commit1e7ad3bfd296a93f2a88ad0a617acc7c63107c0c (patch)
treeec55ee10093a5c2c831790f01770860dbec1f409 /configure
parentbeaf71f4a586f4092eea1c64b99705d91ba09522 (diff)
downloadsystemtap-steved-1e7ad3bfd296a93f2a88ad0a617acc7c63107c0c.tar.gz
systemtap-steved-1e7ad3bfd296a93f2a88ad0a617acc7c63107c0c.tar.xz
systemtap-steved-1e7ad3bfd296a93f2a88ad0a617acc7c63107c0c.zip
2005-07-21 Martin Hunt <hunt@redhat.com>
* 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.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure25
1 files changed, 13 insertions, 12 deletions
diff --git a/configure b/configure
index 37e9bbcb..cdf2ac9e 100755
--- a/configure
+++ b/configure
@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.59 for systemtap 1.0.
+# Generated by GNU Autoconf 2.59 for systemtap 0.1.1.
#
# Report bugs to <systemtap@sources.redhat.com>.
#
@@ -269,8 +269,8 @@ SHELL=${CONFIG_SHELL-/bin/sh}
# Identity of this package.
PACKAGE_NAME='systemtap'
PACKAGE_TARNAME='systemtap'
-PACKAGE_VERSION='1.0'
-PACKAGE_STRING='systemtap 1.0'
+PACKAGE_VERSION='0.1.1'
+PACKAGE_STRING='systemtap 0.1.1'
PACKAGE_BUGREPORT='systemtap@sources.redhat.com'
# Factoring default headers for most tests.
@@ -791,7 +791,7 @@ if test "$ac_init_help" = "long"; then
# Omit some internal or obsolete options to make the list less imposing.
# This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF
-\`configure' configures systemtap 1.0 to adapt to many kinds of systems.
+\`configure' configures systemtap 0.1.1 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -853,7 +853,7 @@ fi
if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of systemtap 1.0:";;
+ short | recursive ) echo "Configuration of systemtap 0.1.1:";;
esac
cat <<\_ACEOF
@@ -976,7 +976,7 @@ fi
test -n "$ac_init_help" && exit 0
if $ac_init_version; then
cat <<\_ACEOF
-systemtap configure 1.0
+systemtap configure 0.1.1
generated by GNU Autoconf 2.59
Copyright (C) 2003 Free Software Foundation, Inc.
@@ -990,7 +990,7 @@ cat >&5 <<_ACEOF
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
-It was created by systemtap $as_me 1.0, which was
+It was created by systemtap $as_me 0.1.1, which was
generated by GNU Autoconf 2.59. Invocation command line was
$ $0 $@
@@ -1635,7 +1635,7 @@ fi
# Define the identity of the package.
PACKAGE='systemtap'
- VERSION='1.0'
+ VERSION='0.1.1'
cat >>confdefs.h <<_ACEOF
@@ -5697,7 +5697,7 @@ _ACEOF
# my_libexecdir=`eval echo $libexecdir`
# my_libexecdir="$libexecdir"
-my_pkglibdir=${prefix}/lib/systemtap
+my_pkglibdir=${prefix}/libexec/systemtap
cat >>confdefs.h <<_ACEOF
#define PKGLIBDIR "$my_pkglibdir"
@@ -5715,7 +5715,7 @@ _ACEOF
ac_config_headers="$ac_config_headers config.h:config.in"
- ac_config_files="$ac_config_files Makefile"
+ ac_config_files="$ac_config_files Makefile systemtap.spec"
cat >confcache <<\_ACEOF
# This file is a shell script that caches the results of configure
@@ -6114,7 +6114,7 @@ _ASBOX
} >&5
cat >&5 <<_CSEOF
-This file was extended by systemtap $as_me 1.0, which was
+This file was extended by systemtap $as_me 0.1.1, which was
generated by GNU Autoconf 2.59. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -6177,7 +6177,7 @@ _ACEOF
cat >>$CONFIG_STATUS <<_ACEOF
ac_cs_version="\\
-systemtap config.status 1.0
+systemtap config.status 0.1.1
configured by $0, generated by GNU Autoconf 2.59,
with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
@@ -6288,6 +6288,7 @@ do
case "$ac_config_target" in
# Handling of arguments.
"Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;;
+ "systemtap.spec" ) CONFIG_FILES="$CONFIG_FILES systemtap.spec" ;;
"depfiles" ) CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
"config.h" ) CONFIG_HEADERS="$CONFIG_HEADERS config.h:config.in" ;;
*) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5