1
0
mirror of https://git.savannah.gnu.org/git/gperf.git synced 2025-12-02 13:09:22 +00:00

Fix ranlib detection when cross-compiling.

This commit is contained in:
Bruno Haible
2005-08-29 10:50:26 +00:00
parent 06238314b6
commit aa14f60197
3 changed files with 8 additions and 4 deletions

2
aclocal.m4 vendored
View File

@@ -1,7 +1,5 @@
AC_PREREQ(2.12)
AC_DEFUN(CL_PROG_RANLIB, [AC_CHECK_PROG(RANLIB, ranlib, ranlib, true)])
AC_DEFUN(CL_PROG_INSTALL,
[dnl This is mostly copied from AC_PROG_INSTALL.
# Find a good install program. We prefer a C program (faster),