projects
/
kopensolaris-gnu
/
glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2aa4e57
)
(INSTALL): Quote this shell goop from m4.
author
roland
<roland>
Fri, 19 Aug 1994 05:01:57 +0000
(
05:01
+0000)
committer
roland
<roland>
Fri, 19 Aug 1994 05:01:57 +0000
(
05:01
+0000)
configure.in
patch
|
blob
|
history
diff --git
a/configure.in
b/configure.in
index
8f05cf4
..
8955df4
100644
(file)
--- 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