File: aclocal.m4

package info (click to toggle)
stow 1.3.2-11
  • links: PTS
  • area: main
  • in suites: potato, slink
  • size: 472 kB
  • ctags: 1
  • sloc: perl: 467; sh: 347; makefile: 103
file content (7 lines) | stat: -rw-r--r-- 183 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
dnl This definition comes from automake 1.0

AC_DEFUN(fp_PROG_INSTALL,
[AC_PROG_INSTALL
test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL} -m 755'
AC_SUBST(INSTALL_SCRIPT)dnl
])