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:
@@ -10,6 +10,9 @@
|
|||||||
|
|
||||||
2009-02-01 Bruno Haible <bruno@clisp.org>
|
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
|
* tests/Makefile.in (clean): Remove *.dSYM directories left over by gcc
|
||||||
on MacOS X 10.5.
|
on MacOS X 10.5.
|
||||||
|
|
||||||
|
|||||||
2
aclocal.m4
vendored
2
aclocal.m4
vendored
@@ -31,7 +31,7 @@ AC_CACHE_VAL(cl_cv_path_install,
|
|||||||
:
|
:
|
||||||
else
|
else
|
||||||
if test $ac_prog = installbsd &&
|
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".
|
# AIX installbsd doesn't work without option "-g".
|
||||||
:
|
:
|
||||||
else
|
else
|
||||||
|
|||||||
Reference in New Issue
Block a user