projects
/
mit-scheme.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
50ddebd
)
Removed redundant --preserve-timestamps.
author
Matt Birkholz
<matt@birkholz.chandler.az.us>
Mon, 25 Apr 2011 20:39:50 +0000
(13:39 -0700)
committer
Matt Birkholz
<matt@birkholz.chandler.az.us>
Mon, 25 Apr 2011 20:39:50 +0000
(13:39 -0700)
src/configure.ac
patch
|
blob
|
history
diff --git
a/src/configure.ac
b/src/configure.ac
index 36cec94ca37433b2bbd8e4c3b80649d1f29985e3..1509b9aa3934c058f5791d92219a13c7b6fce346 100644
(file)
--- a/
src/configure.ac
+++ b/
src/configure.ac
@@
-107,10
+107,6
@@
AC_SUBST([AUXDIR])
AC_PROG_INSTALL
AC_PROG_LN_S
-if test "`${INSTALL} --help 2> /dev/null | fgrep -e --preserve-timestamps`"
-then
- INSTALL="${INSTALL} --preserve-timestamps"
-fi
echo etc/create-makefiles.sh "${MIT_SCHEME_EXE}" "${mit_scheme_native_code}"
etc/create-makefiles.sh "${MIT_SCHEME_EXE}" "${mit_scheme_native_code}"