GUI: Fix Tomato RAF theme for all builds. Compilation typo.
[tomato.git] / release / src-rt-6.x.4708 / toolchains / hndtools-arm-linux-2.6.36-uclibc-4.5.3 / share / aclocal-1.11 / install-sh.m4
blobb15371521c091ebc7fe64a6c345191adf9add76c
1 ##                                                          -*- Autoconf -*-
2 # Copyright (C) 2001, 2003, 2005, 2008  Free Software Foundation, Inc.
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.
8 # AM_PROG_INSTALL_SH
9 # ------------------
10 # Define $install_sh.
11 AC_DEFUN([AM_PROG_INSTALL_SH],
12 [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
13 if test x"${install_sh}" != xset; then
14   case $am_aux_dir in
15   *\ * | *\     *)
16     install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;
17   *)
18     install_sh="\${SHELL} $am_aux_dir/install-sh"
19   esac
21 AC_SUBST(install_sh)])