mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
From: "Andreas Bießmann" <andreas@biessmann.de>
To: PTXdist ML <ptxdist@pengutronix.de>
Cc: "Andreas Bießmann" <andreas@biessmann.de>
Subject: [ptxdist] [PATCH] configure: add GNU coreutils version of cp
Date: Wed,  4 Jan 2012 14:46:45 +0100	[thread overview]
Message-ID: <1325684805-22921-1-git-send-email-andreas@biessmann.de> (raw)

Some places require GNU version of cp, add a link to sufficient version.

Signed-off-by: Andreas Bießmann <andreas@biessmann.de>
---
 Makefile.in  |    1 +
 configure.ac |    1 +
 2 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/Makefile.in b/Makefile.in
index 4e7ebe5..c311632 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -46,6 +46,7 @@ environment:
 	@ln -sf @PYTHON@ "$(abs_srcdir)/bin/python"
 	@ln -sf @GNU_chmod@ "$(abs_srcdir)/bin/chmod"
 	@ln -sf @GNU_mv@ "$(abs_srcdir)/bin/mv"
+	@ln -sf @GNU_cp@ "$(abs_srcdir)/bin/cp"
 	@ln -sf @GNU_rm@ "$(abs_srcdir)/bin/rm"
 	@ln -sf @GNU_md5sum@ "$(abs_srcdir)/bin/md5sum"
 	@echo " done"
diff --git a/configure.ac b/configure.ac
index ade61da..ed5a573 100644
--- a/configure.ac
+++ b/configure.ac
@@ -144,6 +144,7 @@ AC_DEFUN([GNU_COREUTILS],
 
 GNU_COREUTILS(chmod)
 GNU_COREUTILS(mv)
+GNU_COREUTILS(cp)
 GNU_COREUTILS(rm)
 GNU_COREUTILS(md5sum)
 
-- 
1.7.8.2


-- 
ptxdist mailing list
ptxdist@pengutronix.de

                 reply	other threads:[~2012-01-04 13:47 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1325684805-22921-1-git-send-email-andreas@biessmann.de \
    --to=andreas@biessmann.de \
    --cc=ptxdist@pengutronix.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox