Edit

kc3-lang/automake/aclocal.m4

Branch :

  • Show log

    Commit

  • Author : Tom Tromey
    Date : 1995-12-03 03:29:12
    Hash : ca0dd759
    Message : Added more stuff

  • aclocal.m4
  • dnl --------------------------------------------------------- ##
    dnl Use AC_PROG_INSTALL, supplementing it with INSTALL_SCRIPT ##
    dnl substitution.                                             ##
    dnl --------------------------------------------------------- ##
    
    AC_DEFUN(fp_PROG_INSTALL,
    [AC_PROG_INSTALL
    test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL} -m 755'
    AC_SUBST(INSTALL_SCRIPT)dnl
    ])