summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrendan Kehoe <brendan@zen.org>2009-02-02 09:50:33 +0000
committerBrendan Kehoe <brendan@zen.org>2009-02-02 09:50:33 +0000
commit2adc7253aef58fdafa6cd9bddf740611c64ba582 (patch)
tree5b8fdfc917376f136701fc8204f57bd939be9a4e
parent67ec8b01f234bc43497b88de4cd4a1ccd5ae08e3 (diff)
downloadgperf-2adc7253aef58fdafa6cd9bddf740611c64ba582.tar.gz
regen configure scriptsv3.0.4
-rwxr-xr-xdoc/configure2
-rwxr-xr-xlib/configure2
-rwxr-xr-xsrc/configure2
3 files changed, 3 insertions, 3 deletions
diff --git a/doc/configure b/doc/configure
index 7852e79..bb9e3cd 100755
--- a/doc/configure
+++ b/doc/configure
@@ -1673,7 +1673,7 @@ else
:
else
if test $ac_prog = installbsd &&
- grep src/bos $ac_dir/$ac_prog >/dev/null 2>&1; then
+ strings $ac_dir/$ac_prog | grep src/bos >/dev/null 2>&1; then
# AIX installbsd doesn't work without option "-g".
:
else
diff --git a/lib/configure b/lib/configure
index 46f5f72..3312620 100755
--- a/lib/configure
+++ b/lib/configure
@@ -3544,7 +3544,7 @@ else
:
else
if test $ac_prog = installbsd &&
- grep src/bos $ac_dir/$ac_prog >/dev/null 2>&1; then
+ strings $ac_dir/$ac_prog | grep src/bos >/dev/null 2>&1; then
# AIX installbsd doesn't work without option "-g".
:
else
diff --git a/src/configure b/src/configure
index ab70481..590836f 100755
--- a/src/configure
+++ b/src/configure
@@ -3450,7 +3450,7 @@ else
:
else
if test $ac_prog = installbsd &&
- grep src/bos $ac_dir/$ac_prog >/dev/null 2>&1; then
+ strings $ac_dir/$ac_prog | grep src/bos >/dev/null 2>&1; then
# AIX installbsd doesn't work without option "-g".
:
else