Removed redundant --preserve-timestamps.
authorMatt Birkholz <matt@birkholz.chandler.az.us>
Mon, 25 Apr 2011 20:39:50 +0000 (13:39 -0700)
committerMatt Birkholz <matt@birkholz.chandler.az.us>
Mon, 25 Apr 2011 20:39:50 +0000 (13:39 -0700)
src/configure.ac

index 36cec94ca37433b2bbd8e4c3b80649d1f29985e3..1509b9aa3934c058f5791d92219a13c7b6fce346 100644 (file)
@@ -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}"