]> sourceware.org Git - systemtap.git/commitdiff
2007-03-17 Frank Ch. Eigler <fche@elastic.org>
authorfche <fche>
Sat, 17 Mar 2007 17:43:41 +0000 (17:43 +0000)
committerfche <fche>
Sat, 17 Mar 2007 17:43:41 +0000 (17:43 +0000)
* configure.ac: Tweak missing elfutils error message.
* configure: Regenerated.

ChangeLog
configure
configure.ac

index 6b092e249b5df2584e47bfb952b9dc3ec25ea0e1..de1ea77a084d6ecf2b6d5ed86289ba60276e236f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2007-03-17  Frank Ch. Eigler  <fche@elastic.org>
+
+       * configure.ac: Tweak missing elfutils error message.
+       * configure: Regenerated.
+
 2007-03-16  David Smith  <dsmith@redhat.com>
 
        PR 3545.
index 99f85c4699e06acbe9615b53ccec3c20088293e5..7d503f5bb943924a916c467b4d5039b5b1b20199 100755 (executable)
--- a/configure
+++ b/configure
@@ -5866,8 +5866,8 @@ _ACEOF
 
 else
 
-    { { echo "$as_me:$LINENO: error: systemtap requires elfutils 0.123+" >&5
-echo "$as_me: error: systemtap requires elfutils 0.123+" >&2;}
+    { { echo "$as_me:$LINENO: error: missing elfutils development headers/libraries (dw 0.123+)" >&5
+echo "$as_me: error: missing elfutils development headers/libraries (dw 0.123+)" >&2;}
    { (exit 1); exit 1; }; }
 fi
 
@@ -5945,8 +5945,8 @@ _ACEOF
 
 else
 
-    { { echo "$as_me:$LINENO: error: systemtap requires elfutils 0.123+" >&5
-echo "$as_me: error: systemtap requires elfutils 0.123+" >&2;}
+    { { echo "$as_me:$LINENO: error: missing elfutils development headers/libraries (ebl 0.123+)" >&5
+echo "$as_me: error: missing elfutils development headers/libraries (ebl 0.123+)" >&2;}
    { (exit 1); exit 1; }; }
 fi
 
index 62599bef732e8092c6b4490fbbb6dce61fc1f27d..a2eccc7b39b71edb1d728ab1737b6e1ec7c52542 100644 (file)
@@ -104,9 +104,9 @@ if test $build_elfutils = no; then
   # Need libdwfl-capable recent elfutils from Fedora
   save_LIBS="$LIBS"
   AC_CHECK_LIB(dw, dwfl_module_getsym,,[
-    AC_MSG_ERROR([systemtap requires elfutils 0.123+])])
+    AC_MSG_ERROR([missing elfutils development headers/libraries (dw 0.123+)])])
   AC_CHECK_LIB(ebl, ebl_openbackend,,[
-    AC_MSG_ERROR([systemtap requires elfutils 0.123+])])
+    AC_MSG_ERROR([missing elfutils development headers/libraries (ebl 0.123+)])])
   stap_LIBS="$LIBS"
   LIBS="$SAVE_LIBS"
 else
This page took 0.039839 seconds and 5 git commands to generate.