source: trunk/essentials/sys-devel/automake-1.9/m4/install-sh.m4

Last change on this file was 3086, checked in by bird, 18 years ago

automake 1.9.6

File size: 537 bytes
Line 
1## -*- Autoconf -*-
2# Copyright (C) 2001, 2003, 2005 Free Software Foundation, Inc.
3#
4# This file is free software; the Free Software Foundation
5# gives unlimited permission to copy and/or distribute it,
6# with or without modifications, as long as this notice is preserved.
7
8# AM_PROG_INSTALL_SH
9# ------------------
10# Define $install_sh.
11AC_DEFUN([AM_PROG_INSTALL_SH],
12[AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
13install_sh=${install_sh-"$am_aux_dir/install-sh"}
14AC_SUBST(install_sh)])
Note: See TracBrowser for help on using the repository browser.