Edit

kc3-lang/automake/m4/install-sh.m4

Branch :

  • Show log

    Commit

  • Author : Alexandre Duret-Lutz
    Date : 2005-10-03 20:48:59
    Hash : 9bd67a2f
    Message : 2005-10-03 Alexandre Duret-Lutz <adl@gnu.org> * tests/nobase.test: Exercise previous patch. 2005-10-03 Peter O'Gorman <peter@pogma.com> (tiny change) * lib/am/distdir.am: Remove $(SHELL) when calling install_sh * m4/strip.m4: Ditto. * m4/install-sh.m4: Add $(SHELL) to the definition of install_sh

  • m4/install-sh.m4
  • ##                                                          -*- Autoconf -*-
    # Copyright (C) 2001, 2003, 2005  Free Software Foundation, Inc.
    #
    # This file is free software; the Free Software Foundation
    # gives unlimited permission to copy and/or distribute it,
    # with or without modifications, as long as this notice is preserved.
    
    # AM_PROG_INSTALL_SH
    # ------------------
    # Define $install_sh.
    AC_DEFUN([AM_PROG_INSTALL_SH],
    [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
    install_sh=${install_sh-"\$(SHELL) $am_aux_dir/install-sh"}
    AC_SUBST(install_sh)])