Edit

thodg/libiconv/m4/ranlib.m4

Branch :

  • Show log

    Commit

  • Author : Bruno Haible
    Date : 2002-04-29 13:10:06
    Hash : 70b9eb6d
    Message : Make autoconfiguration independent of clisp.

  • m4/ranlib.m4
  • dnl Copyright (C) 1993-2002 Free Software Foundation, Inc.
    dnl This file is free software, distributed under the terms of the GNU
    dnl General Public License.  As a special exception to the GNU General
    dnl Public License, this file may be distributed as part of a program
    dnl that contains a configuration script generated by Autoconf, under
    dnl the same distribution terms as the rest of that program.
    
    dnl From Bruno Haible, Marcus Daniels.
    
    AC_PREREQ(2.13)
    
    AC_DEFUN([CL_PROG_RANLIB],
    [AC_CHECK_PROG(RANLIB, ranlib, ranlib, true)])