From: Matt Birkholz Date: Mon, 25 Apr 2011 20:39:50 +0000 (-0700) Subject: Removed redundant --preserve-timestamps. X-Git-Tag: 20110426-Gtk~1^2~3 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=ecfc5d6be200d8f08511ae73f32382a179668033;p=mit-scheme.git Removed redundant --preserve-timestamps. --- diff --git a/src/configure.ac b/src/configure.ac index 36cec94ca..1509b9aa3 100644 --- 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}"