From 306d4c3c1080e089a61ccd17148a31080102db97 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Sun, 1 Feb 2009 14:51:13 +0000 Subject: Fix detection of AIX installbsd. --- aclocal.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'aclocal.m4') 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 -- cgit v1.2.1