summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorroland <roland>2006-04-05 05:20:14 +0000
committerroland <roland>2006-04-05 05:20:14 +0000
commit611010bf818d40e88e9fcba226bd49bfbadcca57 (patch)
tree764373d976b1bb9a822558aaa0c9935c1f452dbe /configure
parent7f2884e8ec3ac0bba2c0a1188b73777decc6917d (diff)
downloadsystemtap-steved-611010bf818d40e88e9fcba226bd49bfbadcca57.tar.gz
systemtap-steved-611010bf818d40e88e9fcba226bd49bfbadcca57.tar.xz
systemtap-steved-611010bf818d40e88e9fcba226bd49bfbadcca57.zip
2006-04-04 Roland McGrath <roland@redhat.com>
* configure.ac: Bump version to 0.5.5. Require elfutils-0.120. * configure: Regenerated. * systemtap.spec.in: Likewise.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure44
1 files changed, 22 insertions, 22 deletions
diff --git a/configure b/configure
index ad70dbc9..06b0700a 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 0.5.4.
+# Generated by GNU Autoconf 2.59 for systemtap 0.5.5.
#
# 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='0.5.4'
-PACKAGE_STRING='systemtap 0.5.4'
+PACKAGE_VERSION='0.5.5'
+PACKAGE_STRING='systemtap 0.5.5'
PACKAGE_BUGREPORT='systemtap@sources.redhat.com'
# Factoring default headers for most tests.
@@ -787,7 +787,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 0.5.4 to adapt to many kinds of systems.
+\`configure' configures systemtap 0.5.5 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -849,7 +849,7 @@ fi
if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of systemtap 0.5.4:";;
+ short | recursive ) echo "Configuration of systemtap 0.5.5:";;
esac
cat <<\_ACEOF
@@ -977,7 +977,7 @@ fi
test -n "$ac_init_help" && exit 0
if $ac_init_version; then
cat <<\_ACEOF
-systemtap configure 0.5.4
+systemtap configure 0.5.5
generated by GNU Autoconf 2.59
Copyright (C) 2003 Free Software Foundation, Inc.
@@ -991,7 +991,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 0.5.4, which was
+It was created by systemtap $as_me 0.5.5, which was
generated by GNU Autoconf 2.59. Invocation command line was
$ $0 $@
@@ -1636,7 +1636,7 @@ fi
# Define the identity of the package.
PACKAGE='systemtap'
- VERSION='0.5.4'
+ VERSION='0.5.5'
cat >>confdefs.h <<_ACEOF
@@ -5108,9 +5108,9 @@ if test $build_elfutils = no; then
save_LIBS="$LIBS"
-echo "$as_me:$LINENO: checking for dwarf_diecu in -ldw" >&5
-echo $ECHO_N "checking for dwarf_diecu in -ldw... $ECHO_C" >&6
-if test "${ac_cv_lib_dw_dwarf_diecu+set}" = set; then
+echo "$as_me:$LINENO: checking for dwfl_version in -ldw" >&5
+echo $ECHO_N "checking for dwfl_version in -ldw... $ECHO_C" >&6
+if test "${ac_cv_lib_dw_dwfl_version+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
ac_check_lib_save_LIBS=$LIBS
@@ -5128,11 +5128,11 @@ extern "C"
#endif
/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
-char dwarf_diecu ();
+char dwfl_version ();
int
main ()
{
-dwarf_diecu ();
+dwfl_version ();
;
return 0;
}
@@ -5159,20 +5159,20 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac_status=$?
echo "$as_me:$LINENO: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
- ac_cv_lib_dw_dwarf_diecu=yes
+ ac_cv_lib_dw_dwfl_version=yes
else
echo "$as_me: failed program was:" >&5
sed 's/^/| /' conftest.$ac_ext >&5
-ac_cv_lib_dw_dwarf_diecu=no
+ac_cv_lib_dw_dwfl_version=no
fi
rm -f conftest.err conftest.$ac_objext \
conftest$ac_exeext conftest.$ac_ext
LIBS=$ac_check_lib_save_LIBS
fi
-echo "$as_me:$LINENO: result: $ac_cv_lib_dw_dwarf_diecu" >&5
-echo "${ECHO_T}$ac_cv_lib_dw_dwarf_diecu" >&6
-if test $ac_cv_lib_dw_dwarf_diecu = yes; then
+echo "$as_me:$LINENO: result: $ac_cv_lib_dw_dwfl_version" >&5
+echo "${ECHO_T}$ac_cv_lib_dw_dwfl_version" >&6
+if test $ac_cv_lib_dw_dwfl_version = yes; then
cat >>confdefs.h <<_ACEOF
#define HAVE_LIBDW 1
_ACEOF
@@ -5181,8 +5181,8 @@ _ACEOF
else
- { { echo "$as_me:$LINENO: error: systemtap requires elfutils 0.116+" >&5
-echo "$as_me: error: systemtap requires elfutils 0.116+" >&2;}
+ { { echo "$as_me:$LINENO: error: systemtap requires elfutils 0.120+" >&5
+echo "$as_me: error: systemtap requires elfutils 0.120+" >&2;}
{ (exit 1); exit 1; }; }
fi
@@ -5611,7 +5611,7 @@ _ASBOX
} >&5
cat >&5 <<_CSEOF
-This file was extended by systemtap $as_me 0.5.4, which was
+This file was extended by systemtap $as_me 0.5.5, which was
generated by GNU Autoconf 2.59. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -5674,7 +5674,7 @@ _ACEOF
cat >>$CONFIG_STATUS <<_ACEOF
ac_cs_version="\\
-systemtap config.status 0.5.4
+systemtap config.status 0.5.5
configured by $0, generated by GNU Autoconf 2.59,
with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"