mirror of
https://git.savannah.gnu.org/git/gperf.git
synced 2025-12-02 13:09:22 +00:00
Fix detection of AIX installbsd.
This commit is contained in:
2
aclocal.m4
vendored
2
aclocal.m4
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user