emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs-24 93796ba: * autogen.sh: Port better to non-GNU 'cp


From: Paul Eggert
Subject: [Emacs-diffs] emacs-24 93796ba: * autogen.sh: Port better to non-GNU 'cp'.
Date: Wed, 31 Dec 2014 15:15:47 +0000

branch: emacs-24
commit 93796baeee0707c77959ffad8f6c46e26c23bbbf
Author: Paul Eggert <address@hidden>
Commit: Paul Eggert <address@hidden>

    * autogen.sh: Port better to non-GNU 'cp'.
    
    Problem reported by Han Boetes.
---
 ChangeLog  |    5 +++++
 autogen.sh |    2 +-
 2 files changed, 6 insertions(+), 1 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 1b161ab..2d02bdf 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2014-12-31  Paul Eggert  <address@hidden>
+
+       * autogen.sh: Port better to non-GNU 'cp'.
+       Problem reported by Han Boetes.
+
 2014-12-28  Paul Eggert  <address@hidden>
 
        * build-aux/git-hooks/commit-msg: Allow tabs.
diff --git a/autogen.sh b/autogen.sh
index 69812cd..30e1877 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -229,7 +229,7 @@ if test -d .git/hooks; then
          *--backup*--verbose*)
            cp_options='--backup=numbered --verbose';;
          *)
-           cp_options='';;
+           cp_options='-f';;
        esac
 
        if test -n "$tailored_hooks"; then



reply via email to

[Prev in Thread] Current Thread [Next in Thread]