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:
@@ -1,3 +1,9 @@
|
|||||||
|
2005-08-27 Bruno Haible <bruno@clisp.org>
|
||||||
|
|
||||||
|
Fix missing ranlib detection when cross-compiling.
|
||||||
|
* aclocal.m4 (CL_PROG_RANLIB): Remove macro.
|
||||||
|
* lib/configure.in: Use AC_PROG_RANLIB instead of CL_PROG_RANLIB.
|
||||||
|
|
||||||
2005-07-30 Bruno Haible <bruno@clisp.org>
|
2005-07-30 Bruno Haible <bruno@clisp.org>
|
||||||
|
|
||||||
* src/version.cc: Bump version number to 3.0.2.
|
* src/version.cc: Bump version number to 3.0.2.
|
||||||
|
|||||||
2
aclocal.m4
vendored
2
aclocal.m4
vendored
@@ -1,7 +1,5 @@
|
|||||||
AC_PREREQ(2.12)
|
AC_PREREQ(2.12)
|
||||||
|
|
||||||
AC_DEFUN(CL_PROG_RANLIB, [AC_CHECK_PROG(RANLIB, ranlib, ranlib, true)])
|
|
||||||
|
|
||||||
AC_DEFUN(CL_PROG_INSTALL,
|
AC_DEFUN(CL_PROG_INSTALL,
|
||||||
[dnl This is mostly copied from AC_PROG_INSTALL.
|
[dnl This is mostly copied from AC_PROG_INSTALL.
|
||||||
# Find a good install program. We prefer a C program (faster),
|
# Find a good install program. We prefer a C program (faster),
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
dnl autoconf configuration for gperf/lib
|
dnl autoconf configuration for gperf/lib
|
||||||
|
|
||||||
dnl Copyright (C) 1998, 2002 Free Software Foundation, Inc.
|
dnl Copyright (C) 1998, 2002, 2005 Free Software Foundation, Inc.
|
||||||
dnl Written by Douglas C. Schmidt <schmidt@ics.uci.edu>
|
dnl Written by Douglas C. Schmidt <schmidt@ics.uci.edu>
|
||||||
dnl and Bruno Haible <bruno@clisp.org>.
|
dnl and Bruno Haible <bruno@clisp.org>.
|
||||||
dnl
|
dnl
|
||||||
@@ -34,7 +34,7 @@ AC_PROG_CXX
|
|||||||
dnl sets variable CXX
|
dnl sets variable CXX
|
||||||
AC_PROG_CXXCPP
|
AC_PROG_CXXCPP
|
||||||
dnl sets variable CXXCPP
|
dnl sets variable CXXCPP
|
||||||
CL_PROG_RANLIB
|
AC_PROG_RANLIB
|
||||||
dnl sets variable RANLIB
|
dnl sets variable RANLIB
|
||||||
CL_PROG_INSTALL
|
CL_PROG_INSTALL
|
||||||
dnl sets variables INSTALL, INSTALL_DATA, INSTALL_PROGRAM
|
dnl sets variables INSTALL, INSTALL_DATA, INSTALL_PROGRAM
|
||||||
|
|||||||
Reference in New Issue
Block a user