summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1994-08-19 05:01:57 +0000
committerRoland McGrath <roland@gnu.org>1994-08-19 05:01:57 +0000
commite6311fcf3be29bdec03f1f7287606b1d3e49a86e (patch)
treeff6b8f011679738ff50da4d876608e5dc73dc1f8 /configure.in
parent0a766fdb5f306ba8df8c4b2969d456dc551b9100 (diff)
(INSTALL): Quote this shell goop from m4.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index 8f05cf464a..8955df48ce 100644
--- a/configure.in
+++ b/configure.in
@@ -369,10 +369,10 @@ changequote([,])dnl The world is now safe for m4, and unsafe for shell.
dnl Be sure to add each macro used here to aclocal.m4 (which see).
AC_PROG_INSTALL
-if [ "$INSTALL" = "${srcdir}/install.sh" ]; then
+[if [ "$INSTALL" = "${srcdir}/install.sh" ]; then
# The makefiles need to use a different form to find it in $srcdir.
INSTALL='$(..)./install.sh'
-fi
+fi]
AC_PROG_RANLIB
AC_PROG_CC