summaryrefslogtreecommitdiff
path: root/m4/install-sh.m4
diff options
context:
space:
mode:
Diffstat (limited to 'm4/install-sh.m4')
-rw-r--r--m4/install-sh.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/m4/install-sh.m4 b/m4/install-sh.m4
index dca2b691c..16a3d9c33 100644
--- a/m4/install-sh.m4
+++ b/m4/install-sh.m4
@@ -1,5 +1,5 @@
## -*- Autoconf -*-
-# Copyright (C) 2001-2013 Free Software Foundation, Inc.
+# Copyright (C) 2001-2014 Free Software Foundation, Inc.
#
# This file is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
@@ -10,7 +10,7 @@
# Define $install_sh.
AC_DEFUN([AM_PROG_INSTALL_SH],
[AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
-if test x"${install_sh}" != xset; then
+if test x"${install_sh+set}" != xset; then
case $am_aux_dir in
*\ * | *\ *)
install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;