Edit

kc3-lang/automake/m4/install.m4

Branch :

  • Show log

    Commit

  • Author : Tom Tromey
    Date : 1996-10-06 03:55:55
    Hash : c19b5620
    Message : Many bug fixes

  • m4/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
    ])