1
0
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:
Bruno Haible
2009-02-01 14:51:13 +00:00
parent 934efd0953
commit 306d4c3c10
2 changed files with 4 additions and 1 deletions

View File

@@ -10,6 +10,9 @@
2009-02-01 Bruno Haible <bruno@clisp.org>
* aclocal.m4 (CL_PROG_INSTALL): Fix detection of broken AIX installbsd
program.
* tests/Makefile.in (clean): Remove *.dSYM directories left over by gcc
on MacOS X 10.5.

2
aclocal.m4 vendored
View File

@@ -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