summaryrefslogtreecommitdiff
path: root/aclocal.m4
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2009-02-01 14:51:13 +0000
committerBruno Haible <bruno@clisp.org>2009-02-01 14:51:13 +0000
commit306d4c3c1080e089a61ccd17148a31080102db97 (patch)
tree4d5968eaf098669f384c1bfdd8c565ab140deb95 /aclocal.m4
parent934efd095353958986316c786221eb602844e58b (diff)
downloadgperf-306d4c3c1080e089a61ccd17148a31080102db97.tar.gz
Fix detection of AIX installbsd.
Diffstat (limited to 'aclocal.m4')
-rw-r--r--aclocal.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/aclocal.m4 b/aclocal.m4
index e834c09..41598df 100644
--- a/aclocal.m4
+++ b/aclocal.m4
@@ -31,7 +31,7 @@ AC_CACHE_VAL(cl_cv_path_install,
:
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