Edit

kc3-lang/automake/m4/AM_PROG_INSTALL.m4

Branch :

  • Show log

    Commit

  • Author : Tom Tromey
    Date : 1996-09-04 01:14:22
    Hash : ad68be92
    Message : Bug fix

  • m4/AM_PROG_INSTALL.m4
  • ## --------------------------------------------------------- ##
    ## Use AC_PROG_INSTALL, supplementing it with INSTALL_SCRIPT ##
    ## substitution.                                             ##
    ## From Franc,ois Pinard                                     ##
    ## --------------------------------------------------------- ##
    
    # serial 1
    
    AC_DEFUN(AM_PROG_INSTALL,
    [AC_REQUIRE([AC_PROG_INSTALL])
    test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL_PROGRAM}'
    AC_SUBST(INSTALL_SCRIPT)dnl
    ])