changeset 1718:d28652559451 octave-forge

[for Dan McMahill] portability---use -Rfp as default copy flags
author pkienzle
date Thu, 09 Sep 2004 11:44:31 +0000
parents 7019a050208b
children b7c00545efe3
files configure.base
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/configure.base	Thu Sep 09 04:16:42 2004 +0000
+++ b/configure.base	Thu Sep 09 11:44:31 2004 +0000
@@ -283,10 +283,10 @@
 AC_PROG_RANLIB
 
 dnl Use $(COPY_FLAGS) to set options for cp when installing .oct files.
-COPY_FLAGS="-fdp"
+COPY_FLAGS="-Rfp"
 case "$canonical_host_type" in
-    powerpc-apple-darwin*)
-        COPY_FLAGS="-Rfp"
+    *-*-linux*)
+        COPY_FLAGS="-fdp"
     ;;
 esac
 AC_SUBST(COPY_FLAGS)